#sp-logo .sp-retina-logo {display: none;}
div#sp-menu.col-md-12 , div#sp-bottom1.col-md-12 {
    width: 100%;
}
div#sp-logo-right.col-md-9 {
    width: 75%;

}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-logo .sp-retina-logo {display: block;}
  }
#sp-footer1, #sp-footer2{
  font-size: 14px;
}

/* MJ */
.body-innerwrapper section#sp-logo-wrapper {
    padding: 25px 0 10px;
}

body.com-contact.view-category .contact-fields dt.org3, body.com-contact.view-category .contact-fields dt.fb3, body.com-contact.view-category .contact-fields dd.fb3{
  display: none;
}


body.com-contact.view-category .dl-horizontal dd {
    margin-left: 10px;
  color: #000;
}
body.com-contact.view-category .list-title br{
  display: none;
}
.dl-horizontal dt {
    margin: 0;
}
body.itemid-271 .rsepro-edit-event > .tab-content {
    width: 100%;
}
body.view-directory .form-inline input[type="text"]{
  display: inline-block;
}
body.view-directory .btn.btn-primary, #rsepro-filter-btn{
  padding: 6px 12px;
  font-weight: 400;
  text-transform: capitalize;
  webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
body.view-directory table.category tbody >tr td{
  text-align: left;
}
td.directoryActions img{
  display: inline;
}
/*body.add-event .rsepro-edit-event ul>li:first-child{
  display:none;
}*/
body.add-event  .rsepro-edit-event.tabs-left > .nav-tabs {
    width: 100%;
}
body.add-event .rsepro-edit-event > .tab-content{
  padding: 40px;
}
form.formResponsive fieldset{
  margin-top: 40px;
}


@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

  /* Force table to not be like tables anymore */
  body.action-list table, body.action-list thead, body.action-list tbody, body.action-list th, body.action-list td, body.action-list tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  body.action-list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  body.action-list tr {
    margin: 0 0 1rem 0;
  }
      
  body.action-list tr:nth-child(odd) {
    background: #e2e2e2;
  }
    
  body.action-list td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 5px !important;
    text-align: left;
    padding-left: 50% !important;
    min-height: 28px;
  }

  body.action-list td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 2px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }

  /*
  Label the data
  You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
  */
  body.action-list td:nth-of-type(1):before { content: "Organization Name"; }
  body.action-list td:nth-of-type(2):before { content: "Title"; }
  body.action-list td:nth-of-type(3):before { content: "Deadline"; }
  body.action-list td:nth-of-type(4):before { content: "Contact Person"; }
  body.action-list td:nth-of-type(5):before { content: "Email"; }
  body.action-list td:nth-of-type(6):before { content: "Website"; }
}
#sp-main-body {
    padding: 25px 0 !important;
}
.com-sppagebuilder #sp-main-body {
    padding: 0 !important;
}
.mod_slider_container .item a > img{
      max-width: 200px;
}
.carousel-caption{
      right: 0;
    left: 0;
    padding: 6px;
}
.mod_slider_caption_container {
  overflow: unset;
  }
.mod_slider_control {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 47px !important;
    font-size: 30px;
    font-weight: 100;
    line-height: 40px !important;
    text-align: center;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-decoration: none;
    z-index: 100;
  background: #222222;
}
.up_events.rsepro_events_module .eventitem {
    padding: 18px 20px;
    display: inline-block;
    /*width: 33%;*/
    color: #6bcb42;
  font-size: 22px;
    font-weight: bold;
}
.up_events.rsepro_events_module .eventitem a{
  color: #fff;
}
.up_events.rsepro_events_module .eventitem .rsepro-image{
     /* width: 30%;*/
}
.up_events.rsepro_events_module .eventitem .rsepro-image img{
      /*width: 100%;*/
  margin-right: 10px;
}
.view-rseventspro .nav-collapse .nav>.eventitem {
   /* display: inline-block;*/
}
.view-rseventspro .nav-collapse{
  display: block;
}
#sp-bottom .sp-module ul li a{
  color: #fff;
}
#sp-bottom .sp-module ul li a:hover{
  color: #85d75d;
}
#rsform-table1 .rsform-table-row .rsform-right-col{
  color: #000;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown{
  top: 100%;
}
body.member-orgs .contact-category li .span3.col-md-3{
  display: none;
}
body.member-orgs .contact-category ul.category li{
  padding: 6px;
  border: 1px solid #e2e2e2;
}
body.member-orgs  ul.category li:nth-child(odd) {
    background: #F1F4F5;
}
body.member-orgs .row-fluid [class*="span"] {
    margin-left: 0;
}
.slick-slider .rsepro-image{
  float: left;
}
button.slick-prev {
    left: 5px;
  z-index: 99;
}
button.slick-next {
    right: 5px;
}
.slick-slider .slick-list.draggable{
  padding: 0 10px;
}
.slick-slider .eventitem.slick-slide small{
  font-size: 16px;
}
.home-slider li .uk-cover-background{
      background-position-x: center;
    background-position-y: 80%;
}
#rsform-table1 .rsform-table-row .rsform-left-col{
  width: 48%;
}
#rsform-table1 .rsform-table-row .rsform-right-col{
  width: 48%;
}
.sppb-btn.sppb-btn-primary{
  box-shadow: none;
}
.member-orgs ul.category.row-striped{
  padding-left: 0;
  padding-top: 0;
}
.map-story .uk-slider-container .uk-cover-background{
  background-position: 50% 100%;
}
.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"]{
  height: 20px;
    font-size: 15px;
    font-weight: 500;
}
.list-title .member-img {
    width: 60%;
    margin: 0 auto;
}
.list-title .member-img .img-thumbnail{
  max-height: 146px;
}
.member-orgs a.org-name{
  color:#000;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-logo-wrapper .sp-default-logo {
    display: block;
  }
}
@media(min-width:768px){
  .member-orgs .list-title{
  display: flex;
    align-items: center;
    justify-content: center;
}
}


@media(max-width:767px){
  .member-img{
    max-width: 150px;
  }
  .member-orgs .list-title{
    text-align: center;
  }
}
.alert.alert-error{
  display: none;
}
.sp-module ul.login-mod a:before{
  content: none;
}
.sp-module ul.login-mod a{
  background-color: #85d75d;
    display: inline;
    font-size: 13px;
    padding: 7px 12px;
    color: #000;
    font-weight: 600;
}
.sp-module ul.login-mod li{
  text-align: right;
}
.sp-module ul.login-mod >li >a:hover {
    color: #fff;
    background-color: #85d75d;
}
.list-title .fb{
  word-break: break-word;
}
#rsform-table1 .rsform-table-row{
  display: inline-flex;
  width: 100%;
}
body.view-directory table.category tbody >tr td:first-child{
  width: 25% !important;
}
body.view-directory table.category tbody >tr td.directoryActions, body.view-directory table.category tbody >tr td.directoryCol{
  width: 20%;
}
#editor-xtd-buttons, .rsep_hits, #rsepro-rating{
  display:  none;
}
a.email-list{
  font-weight: bold;
}
body.com-phocadownload.view-categories #sp-component .sp-column > div:last-child{
  display:none !important;
}
body.add-event .bootstrap-datetimepicker-widget>ul {
    padding: 0;
}
}
body .rsepro-filter-container {
    display: none;
}
.e5{
  font-size: 15px;
    font-weight: bold;
}
.sppb-addon-ajax-contact .sppb-ajax-contact-content .sppb-ajaxt-contact-form .sppb-form-group input, .sppb-addon-ajax-contact .sppb-ajax-contact-content .sppb-ajaxt-contact-form .sppb-form-group textarea{
  text-transform: none;
}
.rsepro-edit-event.tabs-left > .nav-tabs{
  width: 100%;
}
ul#rsepro-edit-menu.nav-tabs li:nth-child(2){
  /*display: none;*/
}
.navbar#rsepro-navbar .nav > li {
    float: left;
}
.navbar#rsepro-navbar .nav > li.divider-vertical{
  height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
}
body.add-action ul.wf-editor-tabs.nav.nav-tabs li:nth-child(2), body.add-news ul.wf-editor-tabs.nav.nav-tabs li:nth-child(2) {
    display: none;
}
body.add-action .mceStatusbar.mceLast >div>span, body.add-news .mceStatusbar.mceLast >div>span {
    display: none;
}
.rsepro-event-categories-block, .rsep_categories{
  display: none;
}
#rsepro-filter-from.dropdown .dropdown-menu li:nth-child(n+4){
  display: none;
}
body.event-list #sp-component h1{
  display: none;
}

/*
.homeslide li:nth-child(1){
  animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;
}

.homeslide li:nth-child(2){
  animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;
}

.homeslide li:nth-child(3){
   animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;
}

.homeslide li:nth-child(4){
   animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;
}

@keyframes fade
{
   0%   {opacity:0}
   3.33%   {opacity:1}
  88.333% { opacity: 1}
  100% { opacity: 0}
}


.homeslide .uk-slider:not(.uk-drag) {
     -webkit-transition: none; 
     transition: none; 
}
*/
.slick-slider .slick-track .eventitem[data-slick-index="0" ], .slick-slider .slick-track .eventitem[data-slick-index="9" ]{
  display: none;
}
.home-slider .uk-slideshow,.home-slider .uk-slideshow>li {
    max-height: 600px;
}
