body {
  background: #00466E;
  background-image: linear-gradient(#24ddd7, #00466E);
  background-size: 100% 400px;
  background-repeat: no-repeat;
}

h1 {
  line-height: 30px;
}

.logo img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

@media screen and (max-width: 768px) {
  .logo img {
    margin-top: 40px;
  }
}

@media screen and (max-width: 660px) {
  .hideOpt {
    display: none;
  }
}

#content {
  margin-top: 10px;
}

.blog, #jevents, .newsfeed, .item-page, .ProgrammeSchedule, .backtime, .login {
  border-radius: 5px;
  padding: 15px;
  background: #ffffff;
  margin-bottom: 10px;
}

.mod_events_latest_noevents, .mod_events_latest_table, .custommod, .programcontainer, .bfClearfix, .category-modulemod {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #ffffff;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.category-modulemod {
  padding: 7px;
  list-style-type: none;
  display: table;
}

.programcontainer {
  padding: 5px;
}

.mod_events_latest_table tr {
  border-bottom-style: none !important;
}

#jevents_body {
  margin-top: 25px;
}

h2 {
  font-size: 20px;
}

.page-header {
  margin-top: 0px;
  margin-bottom: 15px;
}


.page-header h1, #jevents_header h1, .newsfeed h2, .SobiPro .section .pageheader, .SobiPro .category .pageheader, .SobiPro .spSearch .pageheader, .SobiPro .spEntryEdit .pageheader, .ProgrammeSchedule h1,  .twitterFeed h3, .backtime h1 {
  font-size: 16px;
  background: #000000;
  background: -webkit-linear-gradient(#606060, #000000);
  background: -o-linear-gradient(#606060, #000000);
  background: -moz-linear-gradient(#606060, #000000);
  background: linear-gradient(#606060, #000000);
  color: #ffffff;
  padding: 0px;
  padding-left: 15px;
  margin: -15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 30px;
}

.moduletablemod h3, .moduletablemod h1, .moduletable h3 {
  font-size: 16px;
  background: #000000;
  background: -webkit-linear-gradient(#606060, #000000);
  background: -o-linear-gradient(#606060, #000000);
  background: -moz-linear-gradient(#606060, #000000);
  background: linear-gradient(#606060, #000000);
  color: #ffffff;
  padding: 0px;
  padding-left: 15px;
  margin: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 30px;
}

.ProgrammeSchedule h1 {
  margin-bottom: 10px;
}

.SobiPro .section .pageheader, .SobiPro .category .pageheader, .SobiPro .spSearch .pageheader, .SobiPro .spEntryEdit .pageheader {
  margin-left: -4px;
  margin-right: -4px;
  font-weight: bold;
  line-height: 30px;
}

.profile-edit h1{
  margin: 0px;
}

.profile-edit .page-header {
  margin: 0px;
  padding: 0px;
}

#member-profile {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.SobiPro .navbar {
  margin-top: 30px;
}

#SobiPro {
  margin-top: 10px !important;
  margin-bottom: 10px;
}

.newsfeed h2 a {
  color: #ffffff;
}

.feed-link a {
  color: #000000;
  font-size: 14px;
}

.feed-link {
  margin-bottom: 0px;
  line-height: 20px;
}

ol {
  padding-top: 10px;
}

.feed-item-description {
  white-space: pre-line;
}

.modHeader h1, .content-category h1 {
  font-size: 16px;
  background: #000000;
  background: -webkit-linear-gradient(#606060, #000000);
  background: -o-linear-gradient(#606060, #000000);
  background: -moz-linear-gradient(#606060, #000000);
  background: linear-gradient(#606060, #000000);
  color: #ffffff;
  padding: 0px;
  padding-left: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.mod_events_latest_table td {
  padding-left: 7px !important;
}

.custommod {
  padding: 7px;
}

.sidebar {
  margin-top: 0px;
}

.social_btn {
  margin-left: 15px;
  margin-right: 10px;
}

.footer1 {
  text-align: center;
}

.items-leading .page-header, .items-row .page-header {
  margin-bottom: 0px;
}

.item, .leading-0, .leading-1, .leading-2 {
  margin-top: 25px;
}

.page-header h2 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 20px;
}

.page-header h2 a {
  color: #000000;
}

.page-header h2 a:hover, .category-name a:hover, .item-image a:hover {
  color: #8a0196;
}

.article-info {
  margin-top: -10px;
  margin-bottom: 10px;
  clear: both;
  display: inline-block;
}

.category-name a{
  color: #999;
}

.createdby, .category-name, .published, .modified {
  font-size: 11px;
  line-height: 15px;
}

.createdby, .category-name, .published, .modified {
  padding-left: 15px;
  float: left;
  line-height: 15px;
}

@media (min-width: 481px) {
  .item-image, .info-image {
    max-width: 30% !important;
  }
}

.items-leading, .item {
  background-color: #fff3ea;
  padding: 5px;
  border-radius: 5px;
}

.news .item {
  display: inline-block;
}

.weather p {
  font-size: 8px;
  margin-top: -40px;
}

.item-image {
  padding: 0px 20px 3px 5px;
}

.item-image a {
  color: #000;
}

.img_caption {
  font-size: 10px;
  margin-bottom: 0px;
  font-style: italic;
}

.img_caption .img_caption:before, .img_caption .img_caption:after {
  content: " - ";
}

.content-category tbody {
  background: white;
}

.spEntryContainer .page-header a {
  font-size: calc(14px + 1px);
}

.spEntryContainer h2.page-header {
  border-bottom: none !important;
}

.duration {
  display: inline-block;
}

#adminForm table, .table-bordered td {
  border: none !important;
}

.modTitle {
  padding: 0px;
  margin: 0px;
}

.bfClearfix {
  padding: 5px;
}

/*IE 10 and 11 overide to limit image size on news feed*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog .item-image, .info-image {
    width: 200px;
  }
}

.mod_events_latest_table {
  font-size: 12px;
}

.mod_events_latest_table a {
  color: #000000;
}

.loc {
  font-size: 10px;
}

.mod_events_latest_table::after {
  content: "\00a0";
}

@media (max-width: 480px) {
	#jevents_body .currentmonth {
  		font-size: 9px !important;
	}
}

#jevents_body li {
  font-size: 13px;
}

.blog h2 {
  font-size: 14px;
  margin-top: 0px;
  line-height: 20px
}

.text {
  clear: left;
}

.textlabel {
  font-weight: bold;
}

.info-image {
  float: left;
  padding-right: 7px;
}

.backtime form {
  font-size: 20px;
  line-height: 30px;
}

.backtime input {
  font-size: 40px;
  height: auto;
  width: auto;
}

#data, #cdlbl {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

#btSubmit {
  font-size: 20px;
  padding: 10px;
  height: auto;
  width: auto;
}

#backtime_nr, #countdown {
  font-size: 120px;
  line-height: 130px;
  color: red;
  text-align: center;
}

input.backtime::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 25px;
}
input.backtime:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 25px;
}
input.backtime::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 25px;
}
input.backtime:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 25px;
}
input.backtime::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 25px;
}

.pName, .pShow {
  font-size: 13px;
}

.pName {
  font-style: italic;
}

.pName a {
  color: black;
}

.program0, .program1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact_frm .bfQuickMode .bfLabelLeft label {
  width: 30%;
}

.listenlive {
  text-align: center;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.listenlive a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 0px !important;
}

.listenlive a:hover {
  color: #dddddd;
  text-decoration: none;
}

#content > div > div.span8 > div.item-page > div:nth-child(4) > div > div > div > div > div:nth-child(1) > div:nth-child(n) > div > div > a[style] {
  display: block !important;
}

.cccover {
  display: none;
}

#jevents_body .location {
  font-weight: bold;
}

#jevents_body .location::after {
  content: "- "
}

.jev_evdt_extrainf {
  font-size: smaller;
}