.livemarket-more-button-wrapper .livemarket-more-button {
  margin-top: 20px;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.livemarket-more-button-wrapper .livemarket-more-button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.livemarket_list_widget {
  font-family: sans-serif;
}

.livemarket_list_widget .livemarket_widget_list .livemarket_subtext {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
  font-style: italic;
}

.livemarket_widget_list .livemarket_item {
  padding: 10px 7px;
  margin-bottom: 10px;
}

.livemarket_widget_list .livemarket_item.premium {
  background: #F3F3F3;
}

.livemarket_widget_list .livemarket_item .livemarket_title {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: normal;
  text-transform: capitalize;
}

.livemarket_widget_list .livemarket_item .livemarket_title a {
  text-decoration: none;
  color: #1F2680;
  font-weight: normal;
}

.livemarket_widget_list .livemarket_item .livemarket_title a:hover {
  text-decoration: underline;
}

.livemarket_widget_list .livemarket_item .livemarket_meta_wrap {
  margin-bottom: 0;
}

.livemarket_widget_list .livemarket_item .livemarket_meta_wrap {
  line-height: 1.1;
}

.livemarket_widget_list .livemarket_item .livemarket_meta_wrap .livemarket_companyname a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}

.livemarket_widget_list .livemarket_item .livemarket_meta_wrap .livemarket_companyname {
  font-size: 12px;
  color: #666;
}

.livemarket_widget_list .livemarket_item .livemarket_meta_wrap .livemarket_date {
  font-size: 12px;
  color: #666;
}

.livemarket_widget_list p.livemarket_view_more {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.livemarket_widget_list .livemarket_view_more a {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 7px 15px;
  color: #1F2680;
  text-decoration: none;
}

.livemarket_widget_list .livemarket_view_more a:visited {
  color: #1F2680;
}

.livemarket_widget_list .livemarket_view_more a:hover {
  color: #1F2680;
  text-decoration: underline;
}

.livemarket_list_widget .livemarket_widget_list .livemarket_signup_link {
  line-height: 1.2;
}

.livemarket_list_widget .livemarket_widget_list .livemarket_signup_link a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: #7AB872;
  padding: 7px 15px;
  border-radius: 5px;
  letter-spacing: 1px;
}

.livemarket_list_widget .livemarket_widget_list .livemarket_signup_link a:hover {
  text-decoration: underline;
}

.livemarket_widget_list .livemarket_signup_link a:visited {
  color: #fff;
}


.livemarket_list .hidden {
	display: none;
}

.livemarket-mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 1em;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 9999;
}

.livemarket-mobile-footer .livemarket_shortcode_list .livemarket_item {
  margin-bottom: 20px;
}
.livemarket-mobile-footer .livemarket_title {
  margin-bottom: .25em;
  font-size: 1.125em;
}
.livemarket-mobile-footer .livemarket_meta_wrap {
  font-size: .875em;
  margin-bottom: .5em;
}
.livemarket-mobile-footer .livemarket_view_more  {
  font-size: .75em;
  margin-bottom: 0;
}
.livemarket-mobile-footer .livemarket_view_more a {
  border: 0;
  padding: 0;
  color: #1F2680;
  text-decoration: underline;
  display: inline-block;
  margin-top: 0; 
}
.livemarket-mobile-footer .livemarket_signup_link {
  display: none;
}
.livemarket-mobile-footer .close {
  position: absolute;
  top: -10px;
  right: 10px;
  background: #666;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  font-size: .875em;
  cursor: pointer;
}

.livemarket-flyout-container {
  position: fixed;
  top: 10%;
  width: 380px;
  z-index: 10000;
  background: #fff;
  box-shadow: 0px 10px 28px rgba(0,0,0,0.36);
  border-radius: 8px 0 0 8px;
  right: 0;
  height: auto;
  display: none;
}
.livemarket-flyout-header.active {
  display: block;
}
.livemarket-flyout-header {
  display: none;
  background: #7AB872;
  position: fixed;
  z-index: 10000;
  text-align: left;
  border-radius: 8px 8px 0 0;
  box-shadow: 0px 10px 28px rgba(0,0,0,0.36);
  width: 340px;
  top: 10%;
  height: auto;
  transform: rotate(-90deg) !important;
  transform-origin: right center;
}
.livemarket-flyout-header a {
  text-decoration: none;
  font-size: 16px;
  padding: 20px;
  display: block;
}
.livemarket-flyout-teaser {
  color: #fff;
  line-height: 1.2;
 
}
.livemarket-flyout-content {
  padding: 20px;
  display: none;
}
.livemarket-flyout-content.active {
  display: block;
}
.livemarket-flyout-title {
  font-size: 22px;
  color: #7AB872;
  margin-bottom: 20px;
}
.livemarket-flyout-text {
  margin-bottom: 20px;
}
.livemarket-flyout-text p {
  font-size: 14px;
  line-height: 1.2;
}
.livemarket-flyout-cta .livemarket-flyout-cta-link {
  background: #7AB872;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
}
.livemarket-flyout-cta .livemarket-flyout-cta-link:hover {
  text-decoration: underline;
}
.livemarket-flyout-content-close {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #666;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
}

@media (min-width:769px) {
    .livemarket-mobile-footer {
        display: none;
    }
    .livemarket-flyout-container {
      display: block;
    }
}