/*
// #Links
// --------------------------------------------------
*/
a {
  color: #fc8a58;
  text-decoration: none;
}
a:hover {
  color: #fc783f;
  text-decoration: underline;
}
/*
// #Headings
// --------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #70b3d0;
}
/*
// #Buttons
// --------------------------------------------------
*/
.btn-primary {
  background: #fc8a58;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus {
  border-color: transparent;
  background-color: #fc783f;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #fc783f !important;
  border-color: transparent !important;
}
.btn-secondary {
  background: #7fdbfd;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-secondary:hover,
.btn-secondary:focus {
  border-color: transparent;
  background-color: #66d4fd;
}
.btn-secondary:active,
.btn-secondary.active {
  background-color: #66d4fd !important;
  border-color: transparent !important;
}
.btn-tertiary {
  background: #c4d208;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-tertiary:hover,
.btn-tertiary:focus {
  border-color: transparent;
  background-color: #adb907;
}
.btn-tertiary:active,
.btn-tertiary.active {
  background-color: #adb907 !important;
  border-color: transparent !important;
}
.btn-quaternary {
  background: #528cba;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-quaternary:hover,
.btn-quaternary:focus {
  border-color: transparent;
  background-color: #457fad;
}
.btn-quaternary:active,
.btn-quaternary.active {
  background-color: #457fad !important;
  border-color: transparent !important;
}
.btn-quinary {
  background: #f0f7fa;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-quinary:hover,
.btn-quinary:focus {
  border-color: transparent;
  background-color: #ddedf4;
}
.btn-quinary:active,
.btn-quinary.active {
  background-color: #ddedf4 !important;
  border-color: transparent !important;
}
.btn-link {
  color: #fc8a58;
}
.btn-link:hover {
  color: #fc8a58;
}
/*
// #Lists
// --------------------------------------------------
*/
div.list {
  /* List Colors */
}
div.list ul li:before {
  color: #fc8a58;
}
div.list.list__lg ul li:before {
  border: 1px solid #fc8a58;
}
div.list.list-color__secondary ul li:before {
  color: #7fdbfd;
}
/*
// #Thumbnails
// --------------------------------------------------
*/
.hovered-img:hover {
  background: #f0f7fa;
}
/*
// #Social Links
// --------------------------------------------------
*/
.social-links > li > a:hover .fa {
  background: #fc8a58;
}
.social-links.social-links__color-primary > li > a .fa {
  background: #fc8a58;
}
.social-links.social-links__color-primary > li > a:hover .fa {
  color: #fc8a58;
}
.social-links.social-links__color-secondary > li > a .fa {
  background: #7fdbfd;
}
.social-links.social-links__color-secondary > li > a:hover .fa {
  color: #7fdbfd;
}
.social-links.social-links__colored > li > a:hover .fa {
  background: #f0f7fa;
  color: #528cba;
}
.social-links__primary > li > a {
  background: #fc8a58;
  border: 1px solid #fc8a58;
}
.social-links__primary > li > a:hover {
  color: #fc8a58;
}
/*
// #Forms
// --------------------------------------------------
*/
.form-control:focus {
  border-color: #7fdbfd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(127, 219, 253, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(127, 219, 253, 0.6);
}
.form-group.form-grop__icon .entypo,
.form-group.form-grop__icon .fa {
  color: #70b3d0;
}
/* Radio Button */
.radio__custom input[type="radio"]:checked + span:before {
  background: #fc8a58;
}
.radio__custom.radio__style2 label:before {
  background: #fc8a58;
  border-color: #fc783f;
}
.radio__custom.radio__style4 label:before {
  border-color: #fc8a58;
}
.radio__custom.radio__style4 input[type="radio"]:checked + span:before {
  background: #fc8a58;
}
/* Checkbox */
.checkbox__custom input[type="checkbox"]:checked + span:before {
  color: #fc8a58;
}
.checkbox__custom.checkbox__style2 label:before {
  background: #fc8a58;
  border-color: #fc783f;
}
.checkbox__custom.checkbox__style4 label:before {
  border-color: #fc8a58;
}
.checkbox__custom.checkbox__style4 input[type="checkbox"]:checked + span:before {
  color: #fc8a58;
}
/*
// #Tabs
// --------------------------------------------------
*/
.tabs .nav-tabs > li > a {
  background: #70b3d0;
}
.tabs .nav-tabs > li.active > a {
  background: #f0f7fa;
}
.tabs .tab-content {
  background: #f0f7fa;
}
/*
// #Tables
// --------------------------------------------------
*/
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f0f7fa;
}
.table-hover > tbody > tr:hover {
  background-color: #f0f7fa;
}
/*
// #Accordion
// --------------------------------------------------
*/
.panel-group .panel-title > a {
  color: #70b3d0;
}
.panel-group .panel-title > a.collapsed {
  color: #fc8a58;
}
.panel-group__alt .panel-title > a {
  color: #70b3d0;
}
.panel-group__alt .panel-title > a:before {
  background: #70b3d0;
}
.panel-group__alt .panel-title > a.collapsed {
  color: #fc8a58;
}
.panel-group__alt .panel-title > a.collapsed:before {
  color: #70b3d0;
  background: #f0f7fa;
}
.panel-default {
  border-bottom: 1px solid #f0f7fa !important;
}
/*
// #Call to Action
// --------------------------------------------------
*/
.call-to-action {
  background: #f0f7fa;
}
.call-to-action.cta__overlay.cta-overlay-color__primary:before {
  background: #fc8a58;
}
.call-to-action.cta__overlay.cta-overlay-color__secondary:before {
  background: #7fdbfd;
}
/*
// #Icon Box
// --------------------------------------------------
*/
.icon-box .icon {
  font-family: 'Kavoon', cursive;
}
.icon-box.icon-box-color__primary .icon {
  color: #fc8a58;
}
.icon-box.icon-box-color__primary.circled .icon {
  background: #fc8a58;
}
.icon-box.icon-box-color__primary .icon-box-body h2,
.icon-box.icon-box-color__primary .icon-box-body h3,
.icon-box.icon-box-color__primary .icon-box-body h4 {
  color: #fc8a58;
}
.icon-box.icon-box-color__primary.boxed {
  background: #fc8a58;
}
.icon-box.icon-box-color__secondary .icon {
  color: #7fdbfd;
}
.icon-box.icon-box-color__secondary.circled .icon {
  background: #7fdbfd;
}
.icon-box.icon-box-color__secondary .icon-box-body h2,
.icon-box.icon-box-color__secondary .icon-box-body h3,
.icon-box.icon-box-color__secondary .icon-box-body h4 {
  color: #7fdbfd;
}
.icon-box.icon-box-color__secondary.boxed {
  background: #7fdbfd;
}
.icon-box.icon-box-color__tertiary .icon {
  color: #c4d208;
}
.icon-box.icon-box-color__tertiary.circled .icon {
  background: #c4d208;
}
.icon-box.icon-box-color__tertiary .icon-box-body h2,
.icon-box.icon-box-color__tertiary .icon-box-body h3,
.icon-box.icon-box-color__tertiary .icon-box-body h4 {
  color: #c4d208;
}
.icon-box.icon-box-color__tertiary.boxed {
  background: #c4d208;
}
.icon-box.icon-box-color__quaternary .icon {
  color: #528cba;
}
.icon-box.icon-box-color__quaternary.circled .icon {
  background: #528cba;
}
.icon-box.icon-box-color__quaternary .icon-box-body h2,
.icon-box.icon-box-color__quaternary .icon-box-body h3,
.icon-box.icon-box-color__quaternary .icon-box-body h4 {
  color: #528cba;
}
.icon-box.icon-box-color__quaternary.boxed {
  background: #528cba;
}
.icon-box.icon-box-color__quinary .icon {
  color: #f0f7fa;
}
.icon-box.icon-box-color__quinary.circled .icon {
  background: #f0f7fa;
}
.icon-box.icon-box-color__quinary .icon-box-body h2,
.icon-box.icon-box-color__quinary .icon-box-body h3,
.icon-box.icon-box-color__quinary .icon-box-body h4 {
  color: #70b3d0;
}
.icon-box.icon-box-color__quinary.boxed {
  background: #f0f7fa;
}
.icon-box.icon-box-color__senary .icon {
  color: #70b3d0;
}
.icon-box.icon-box-color__senary.circled .icon {
  background: #70b3d0;
}
.icon-box.icon-box-color__senary .icon-box-body h2,
.icon-box.icon-box-color__senary .icon-box-body h3,
.icon-box.icon-box-color__senary .icon-box-body h4 {
  color: #70b3d0;
}
.icon-box.icon-box-color__senary.boxed {
  background: #70b3d0;
}
.icon-box.icon-box-color__septenary .icon {
  color: #dd8585;
}
.icon-box.icon-box-color__septenary.circled .icon {
  color: #70b3d0;
  background: #dd8585;
}
.icon-box.icon-box-color__septenary .icon-box-body h2,
.icon-box.icon-box-color__septenary .icon-box-body h3,
.icon-box.icon-box-color__septenary .icon-box-body h4 {
  color: #70b3d0;
}
.icon-box.icon-box-color__septenary.boxed {
  background: #dd8585;
}
.icon-box.boxed.circled .icon {
  background: rgba(0, 0, 0, 0.15);
}
/*
// #Blockquotes & Testimonial
// --------------------------------------------------
*/
blockquote {
  background: #f0f7fa;
}
blockquote:before {
  color: #c4d208;
}
cite:after {
  border-top: 20px solid #f0f7fa;
}
/* Testimonial */
.testimonial blockquote:after {
  border-top: 11px solid #f0f7fa;
}
.testimonial .bq-author h6 {
  color: #444444;
}
/*
// #Dropcaps
// --------------------------------------------------
*/
.dropcap.dropcap__color-primary {
  background-color: #fc8a58;
}
.dropcap.dropcap__color-secondary {
  background-color: #7fdbfd;
}
.dropcap.dropcap__color-tertiary {
  background-color: #c4d208;
}
.dropcap.dropcap__color-quaternary {
  background-color: #528cba;
}
/*
// #Pricing Tables
// --------------------------------------------------
*/
.pricing-table-plan .pricing-head h3 {
  background: #70b3d0;
}
.pricing-table-plan .pricing-body ul > li:nth-child(odd) {
  background: #f0f7fa;
}
.pricing-table-plan.popular .pricing-head h3 {
  background: #fc8a58;
  border-color: #fc8a58;
}
/*
// #Progress Bars
// --------------------------------------------------
*/
.progress-bar {
  background: #fc8a58;
}
.progress-bar-secondary {
  background: #7fdbfd;
}
.progress-bar-tertiary {
  background: #c4d208;
}
.progress-bar-quaternary {
  background: #528cba;
}
.progress-bar-quinary {
  background: #f0f7fa;
}
.progress-bar-info {
  background: #7fdbfd;
}
/*
// #Counter
// --------------------------------------------------
*/
.counter-holder.counter-dark .counter,
.counter-holder.counter-dark .fa,
.counter-holder.counter-dark .counter-info-inner {
  color: #444444;
}
.counter-holder.counter-primary .counter,
.counter-holder.counter-primary .fa,
.counter-holder.counter-primary .counter-info-inner {
  color: #fc8a58;
}
.counter-holder.counter-secondary .counter,
.counter-holder.counter-secondary .fa,
.counter-holder.counter-secondary .counter-info-inner {
  color: #7fdbfd;
}
.counter-holder.counter-tertiary .counter,
.counter-holder.counter-tertiary .fa,
.counter-holder.counter-tertiary .counter-info-inner {
  color: #c4d208;
}
.counter-holder.counter-quaternary .counter,
.counter-holder.counter-quaternary .fa,
.counter-holder.counter-quaternary .counter-info-inner {
  color: #528cba;
}
.counter-holder.counter-quinary .counter,
.counter-holder.counter-quinary .fa,
.counter-holder.counter-quinary .counter-info-inner {
  color: #f0f7fa;
}
/*
// #Misc
// --------------------------------------------------
*/
hr {
  border-top-color: #f0f7fa;
}
/* Back To Top */
#back-top a .fa {
  background: #7fdbfd;
}
#back-top a:hover {
  color: #7fdbfd;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #7fdbfd;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  background: #7fdbfd;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover:before {
  background: #7fdbfd;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover:after {
  background: #7fdbfd;
}
.owl-theme .owl-pagination .owl-page span:hover,
.owl-theme .owl-pagination .owl-page span:focus {
  background-color: #7fdbfd;
}
.owl-theme .owl-pagination .owl-page.active span {
  background-color: #7fdbfd;
}
/*
// #Header
// --------------------------------------------------
*/
@media (min-width: 992px) {
  .header-top ul > li > a:hover {
    color: #fc8a58;
  }
  .header-top ul > li .fa {
    color: #fc8a58;
  }
  .header-top ul > li:hover > ul {
    display: block;
  }
}
.header-top .btn-sm {
  color: #fc8a58;
}
.header-top .btn-sm:hover {
  background: #fc8a58;
}
/* Logo */
.header .logo h1,
.header .logo h2 {
  color: #fc8a58;
}
.header .logo h1 > a,
.header .logo h2 > a {
  color: #fc8a58;
}
/*
// #Navigation
// --------------------------------------------------
*/
/* Navigation General styles */
.flexnav {
  background: #70b3d0;
}
/* Navigation styles - For Desktop */
@media (min-width: 992px) {
  .flexnav > li {
    /* Submenu */
  }
  .flexnav > li > a {
    color: #7dbad4;
  }
  .flexnav > li:hover > a,
  .flexnav > li.current-menu-parent > a,
  .flexnav > li.active > a {
    background: #7fdbfd;
  }
  .flexnav > li:hover > a:before,
  .flexnav > li.current-menu-parent > a:before,
  .flexnav > li.active > a:before {
    background: #fc8a58;
  }
  .flexnav > li ul {
    background: #7fdbfd;
  }
  .flexnav > li ul li a:hover {
    background: #70b3d0;
  }
  .flexnav > li ul li.active > a {
    background: #70b3d0;
  }
}
/* Navigation Toggle Button */
.navbar-toggle {
  background: #70b3d0;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
  background: #8fc3da;
}
/* Header */
.header-menu-fullw .header-main .head-info .head-info-list {
  border-bottom: 2px solid #f0f7fa;
}
.header-menu-fullw .header-main .head-info .head-info-list > li > span {
  color: #70b3d0;
}
.header-menu-fullw .nav-main {
  background: #f0f7fa;
}
/*
// #Slider
// --------------------------------------------------
*/
.loading .flexslider:before {
  color: #7fdbfd;
}
.flexslider {
  /* Direction Nav */
  /* Control Nav */
}
.flexslider .flex-direction-nav a {
  color: #7fdbfd;
}
.flexslider .flex-direction-nav .flex-prev:hover {
  background: #7fdbfd;
}
.flexslider .flex-direction-nav .flex-next:hover {
  background: #7fdbfd;
}
.flexslider .flex-control-nav li a:hover {
  background: #7fdbfd;
}
.flexslider .flex-control-nav li a.flex-active {
  background: #7fdbfd;
}
.flexslider-desc a {
  color: #c4d208;
}
.flexslider-desc a:hover {
  color: #c4d208;
}
/*
// #Content
// --------------------------------------------------
*/
/* Page Heading */
.page-heading {
  border-top: 2px solid #f0f7fa;
  border-bottom: 2px solid #f0f7fa;
  /* Breadcrumbs */
}
@media (min-width: 992px) {
  .page-heading {
    border-top: none;
  }
}
.page-heading .breadcrumb-trail .trail-items a {
  color: #fc8a58;
}
.section.section-overlay__yes.section-overlay-color__dark:before {
  background: #444444;
}
.section.section-overlay__yes.section-overlay-color__light:before {
  background: #fff;
}
.section.section-overlay__yes.section-overlay-color__primary:before {
  background: #fc8a58;
}
.section.section-overlay__yes.section-overlay-color__secondary:before {
  background: #7fdbfd;
}
.section.section-overlay__yes.section-overlay-color__tertiary:before {
  background: #c4d208;
}
.section.section-overlay__yes.section-overlay-color__quaternary:before {
  background: #528cba;
}
.section.section-overlay__yes.section-overlay-color__quinary:before {
  background: #f0f7fa;
}
.section-dark {
  background: #444444;
}
.section-light {
  border-top: 1px solid #f0f7fa;
  border-bottom: 1px solid #f0f7fa;
}
/*
// #Widgets
// --------------------------------------------------
*/
.widget__sidebar {
  background: #f0f7fa;
}
/* Base Widgets */
.widget_archive ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_categories ul li:before {
  color: #7fdbfd;
}
/* Widget :: Custom Menu */
.widget_nav_menu ul > li a {
  background: #f0f7fa;
  color: #fc8a58;
}
.widget_nav_menu ul > li.active > a,
.widget_nav_menu ul > li:hover > a {
  background: #fc8a58;
}
/* Widget :: Latest Post Widget */
.latest-posts-list .thumbnail:hover {
  background: #70b3d0;
}
/* Widget :: Tag Cloud */
.widget_tag_cloud .tagcloud a {
  background: #7fdbfd;
}
.widget_tag_cloud .tagcloud a:hover {
  background: #fc8a58;
}
/* Widget :: Calendar */
#wp-calendar tbody td:hover {
  color: #fc8a58;
}
#wp-calendar tbody td:hover a {
  color: #fc8a58;
}
/* Widget :: Recent Jobs */
.widget_recent_jobs .job_listings > li .job-type {
  color: #fc8a58;
}
/*
// #Page :: About Us
// --------------------------------------------------
*/
.team-thumb .overlay {
  background: #fc8a58;
}
/*
// #Page :: 404 Error Page
// --------------------------------------------------
*/
.error-title {
  color: #fc8a58;
}
.map-canvas:before {
  color: #444444;
}
/*
// #Blog
// --------------------------------------------------
*/
.entry,
.post {
  border-bottom: 2px solid #f0f7fa;
}
.entry.post__with-icon .entry-icon,
.post.post__with-icon .entry-icon {
  background-color: #c4d208;
}
.entry .entry-header h2 > a:hover,
.post .entry-header h2 > a:hover {
  color: #fc8a58;
}
.entry .entry-meta > span,
.post .entry-meta > span {
  background: #f0f7fa;
}
.entry .entry-meta > span .fa,
.post .entry-meta > span .fa,
.entry .entry-meta > span .entypo,
.post .entry-meta > span .entypo {
  color: #70b3d0;
}
.entry .entry-meta a,
.post .entry-meta a {
  color: #70b3d0;
}
.entry-thumb > a:before,
article.post .entry-thumb > a:before {
  background: #fc8a58;
}
/* Pagination */
.pagination-custom > li > a,
.pagination-custom > li > span {
  color: #70b3d0;
}
.pagination-custom > li > a:hover,
.pagination-custom > li > span:hover {
  background: #7fdbfd;
}
.pagination-custom > li > span[disabled="disabled"] {
  background: #7fdbfd;
}
/* Share Box */
.post-share-box {
  background: #f0f7fa;
}
.commentlist li .comment-wrapper {
  background: #f0f7fa;
}
.commentlist li .comment-wrapper:after {
  border-right: 10px solid #f0f7fa;
}
.commentlist .bypostauthor .comment-wrapper {
  background: #70b3d0;
}
.commentlist .bypostauthor .comment-wrapper:after {
  border-right-color: #70b3d0;
}
/*
// #Footer
// --------------------------------------------------
*/
/* Footer Widgets */
.footer-widgets {
  border-top: 1px solid #f0f7fa;
  border-bottom: 1px solid #f0f7fa;
}
/* Footers Widgets specific styling */
.widget__footer {
  /* Widget Title */
  /* Thumbnail */
}
.widget__footer .widget-title {
  border-bottom: 1px solid #dd8585;
}
.widget__footer .thumbnail a:after {
  background: #fc8a58;
}
/* Copyright */
.footer-copyright a {
  color: #7fdbfd;
}
/*
// #Job Manager
// --------------------------------------------------
*/
/* Latest Listings */
.job_summary_shortcode {
  background: #f0f7fa;
}
.job_summary_shortcode .job_summary_content .name > a:hover {
  color: #fc8a58;
}
.job_summary_shortcode .job_summary_footer .meta > li:before {
  color: #528cba;
}
.owl-featured-listings .listing-box .job_summary_shortcode .job_summary_content-holder .job_summary_content .name > a:hover {
  color: #fc8a58;
}
.owl-featured-listings .listing-box .job_summary_shortcode .job_summary_content-holder .job_summary_content .job_summary_title > a:hover {
  color: #fc8a58;
}
.chosen-container-active .chosen-choices {
  border-color: #fc8a58;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #fc8a58;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #fc8a58;
}
/* List */
.job_filters {
  background: #7fdbfd;
  border: 1px solid #dd8585;
}
.job_filters .search_jobs div.filter_by_tag > a:hover {
  background: #fc8a58;
}
div.job_listings ul.job_listings {
  border: 1px solid #dd8585;
}
div.job_listings ul.job_listings li.job_listing a:hover,
div.job_listings ul.job_listings li.no_job_listings_found a:hover {
  background: #f0f7fa;
}
div.job_listings ul.job_listings li.job_listing a div.location:before,
div.job_listings ul.job_listings li.no_job_listings_found a div.location:before {
  color: #fc8a58;
}
div.job_listings ul.job_listings li.job_listing.job_position_featured a,
div.job_listings ul.job_listings li.no_job_listings_found.job_position_featured a {
  border-left: 3px solid #fc8a58;
}
div.job_listings ul.job_listings li.job_listing.job_position_featured a:before,
div.job_listings ul.job_listings li.no_job_listings_found.job_position_featured a:before {
  background: #fc8a58;
}
div.job_listings ul.job_listings li.job_listing.job_position_featured a:hover,
div.job_listings ul.job_listings li.no_job_listings_found.job_position_featured a:hover {
  background: #f0f7fa;
}
div.job_listings ul.job_listing__grid li.job_listing > a,
div.job_listings ul.job_listing__grid li.no_job_listings_found > a {
  background: #f0f7fa;
}
div.job_listings ul.job_listing__grid li.job_listing > a:hover,
div.job_listings ul.job_listing__grid li.no_job_listings_found > a:hover {
  background: #dd8585;
}
div.job_listings ul.job_listing__grid li.job_listing > a div.position .company strong,
div.job_listings ul.job_listing__grid li.no_job_listings_found > a div.position .company strong {
  color: #70b3d0;
}
div.job_listings ul.job_listing__grid li.job_listing > a div.location:before,
div.job_listings ul.job_listing__grid li.no_job_listings_found > a div.location:before {
  color: #528cba !important;
}
div.job_listings ul.job_listing__grid li.job_listing > a ul.meta li.job-type:before,
div.job_listings ul.job_listing__grid li.no_job_listings_found > a ul.meta li.job-type:before {
  color: #528cba;
}
div.job_listings ul.job_listing__grid li.job_listing > a ul.meta li date:before,
div.job_listings ul.job_listing__grid li.no_job_listings_found > a ul.meta li date:before {
  color: #528cba;
}
div.job_listings ul.job_listing__grid li.job_listing.job_position_featured > a:hover,
div.job_listings ul.job_listing__grid li.no_job_listings_found.job_position_featured > a:hover {
  background: #dd8585;
}
div.job_listings ul.job_listing__grid li.job_listing.job_position_featured > a:before,
div.job_listings ul.job_listing__grid li.no_job_listings_found.job_position_featured > a:before {
  background: #fc8a58;
}
.rp4wp-related-job_listing > ul li.job_listing,
.rp4wp-related-job_listing > ul li.no_job_listings_found,
ul.job_listings li.job_listing,
ul.job_listings li.no_job_listings_found {
  border-bottom-color: #dd8585;
}
/* Job Dashboard */
.job-manager-jobs .job_title > a {
  color: #444444;
}
.job-manager-jobs .filled .fa-check {
  color: #fc8a58;
}
.rp4wp-related-job_listing > ul.loading:before,
ul.job_listings.loading:before,
ul.resumes.loading:before {
  color: #7fdbfd;
}
/*
// #Resume Manager
// --------------------------------------------------
*/
/* Dashboard */
.resume-manager-resumes .resume-title > a {
  color: #444444;
}
/* List */
.resume_filters {
  background: #7fdbfd;
  border: 1px solid #dd8585;
}
div.resumes ul.resumes__list li.resume a:hover,
div.resumes ul.resumes__list li.no_resumes_found a:hover {
  background: #f0f7fa;
}
div.resumes ul.resumes__list li.resume a div.candidate-location-column .candidate-location:before,
div.resumes ul.resumes__list li.no_resumes_found a div.candidate-location-column .candidate-location:before {
  color: #fc8a58;
}
div.resumes ul.resumes__list li.resume.resume_featured a,
div.resumes ul.resumes__list li.no_resumes_found.resume_featured a {
  border-left: 3px solid #fc8a58;
}
div.resumes ul.resumes__list li.resume.resume_featured a:before,
div.resumes ul.resumes__list li.no_resumes_found.resume_featured a:before {
  background: #fc8a58;
}
div.resumes ul.resumes__list li.resume.resume_featured a:hover,
div.resumes ul.resumes__list li.no_resumes_found.resume_featured a:hover {
  background: #f0f7fa;
}
div.resumes ul.resumes__grid li.resume > a,
div.resumes ul.resumes__grid li.no_resumes_found > a {
  background: #f0f7fa;
}
div.resumes ul.resumes__grid li.resume > a:hover,
div.resumes ul.resumes__grid li.no_resumes_found > a:hover {
  background: #dd8585;
}
div.resumes ul.resumes__grid li.resume > a div.candidate-column .candidate-title strong,
div.resumes ul.resumes__grid li.no_resumes_found > a div.candidate-column .candidate-title strong {
  color: #70b3d0;
}
div.resumes ul.resumes__grid li.resume > a div.candidate-location-column:before,
div.resumes ul.resumes__grid li.no_resumes_found > a div.candidate-location-column:before {
  color: #528cba !important;
}
div.resumes ul.resumes__grid li.resume > a .resume-posted-column .resume-category,
div.resumes ul.resumes__grid li.no_resumes_found > a .resume-posted-column .resume-category {
  color: #919090;
}
div.resumes ul.resumes__grid li.resume > a .resume-posted-column .resume-category:before,
div.resumes ul.resumes__grid li.no_resumes_found > a .resume-posted-column .resume-category:before {
  color: #528cba;
}
div.resumes ul.resumes__grid li.resume > a .resume-posted-column date:before,
div.resumes ul.resumes__grid li.no_resumes_found > a .resume-posted-column date:before {
  color: #528cba;
}
div.resumes ul.resumes__grid li.resume.resume_featured > a:before,
div.resumes ul.resumes__grid li.no_resumes_found.resume_featured > a:before {
  background: #fc8a58;
}
.resume_summary_shortcode .resume_summary_content .name > a {
  color: #fc8a58;
}
.resume_summary_shortcode .resume_summary_content .resume_summary_title > a {
  color: #444444;
}
.resume_summary_shortcode .resume_summary_content .resume_summary_title > a:hover {
  color: #fc8a58;
}
.resume_summary_shortcode .resume_summary_footer .meta > li > a {
  color: #fc8a58;
}
.owl-featured-listings .listing-box .resume_summary_shortcode .resume_summary_content-holder .resume_summary_content .name > a:hover {
  color: #fc8a58;
}
.owl-featured-listings .listing-box .resume_summary_shortcode .resume_summary_content-holder .resume_summary_content .resume_summary_title > a:hover {
  color: #fc8a58;
}
/*
// #Applications with LinkedIn, Facebook, Xing
// --------------------------------------------------
*/
.gallery-imgs .gallery-img-holder .gallery-item-thumb > a:before {
  background: #fc8a58;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
