* {
  box-sizing: border-box;
}

#container {
  margin: 0 auto;
  padding: 6px 0px 20px 0px;
  max-width: 890px;
}

#mainContent {
  min-height: 400px;
  margin: 9px 0;
  background: #fff;
}

header {
  padding: 12px 0 0 0;
  margin: 0;
}

img {
  width: auto;
  height: auto !important;
  max-width: 100%;
  flex-shrink: 0;
}

.socials {
  text-align: right;
}

.socials a {
  margin-right: 15px;
}

.socials svg {
  width: 20px;
  height: 20px;
  fill: #7e7d7d;
}

.socials a:hover svg,
.socials a:focus svg {
  fill: #666;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

#headerBar {
  padding: 0;
}

h1.logo {
  float: left;
  width: 250px;
  margin: 0 0 12px 0;
  font-size: 2.4rem;
  font-size: 24px;
  color: #676767;
}

footer {
  padding: 12px 0;
}

footer p {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 6px 0;
}

a.poweredBy {
  background: url(/wp-content/themes/lylelovett/img/template/occ_footer_dark.png) 0 0 no-repeat;
  /*toggle light and dark*/
  /*background:url(/wp-content/themes/lylelovett/template/occ_footer_light.png); toggle light and dark*/
  width: 182px;
  display: block;
  height: 25px;
  text-indent: -100000px;
}

nav {
  float: left;
  clear: left;
  width: auto;
}

.mainNav li {
  margin: 0 0 10px 0;
}

.mainNav li:last-child {
  margin: 0;
}

.mainNav li a {
  color: #999;
  font-weight: bold;
  font-family: "Arial Black", "Arial Bold", arial;
  font-size: 14px;
  font-size: 1.4rem;
  /*relative ems */
  transition: all 200ms ease-in-out;
}

.mainNav li a:hover,
.mainNav li a.active {
  color: #666666;
  margin-left: 10px;
  transition: all 200ms ease-in-out;
}

aside.sidebar {
  margin-top: 18px;
}

/*Add this ========================================*/

.addthis_toolbox {
  float: right;
  color: #1f94de;
  min-height: 30px;
}

/* NEWS PAGE  ==========================*/

.pagination span,
.pagination a {
  display: inline-block;
  padding: 0 6px;
}

/* DISCOCGRAPHY STYLES  ===============*/

td.audioBut,
td.lyricsBut {
  width: 5%;
  padding: 8px 0;
}

.accordion .lyricsContainer {
  background: #ccc;
  padding: 3px 8px;
  width: 100%;
  margin: 9px 0 0 0;
}

/* WORDPRESS STYLES  ===============*/

body.category li.page-item-41 {
  /* on state for archived news subnav on news page */
  font-weight: bold;
}

/* GALLERY OVERIDEDS  ===============*/

#galleryHolder {
  position: relative;
  width: 100%;
  max-width: 940px;
  top: 0;
  left: 0;
}

a#closeBigPic {
  background: none repeat scroll 0 0 #ffffff;
  color: #000000;
  display: none;
  font-size: 1.8rem;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: -30px;
  width: 30px;
  z-index: 3;
}

#bigPic {
  background: none repeat scroll 0 0 #222222;
  height: 516px;
  padding: 0 15px;
  margin: 0px 0 12px;
  position: relative;
  z-index: 10;
}

.gallery-item[class*="columns"]:last-child {
  float: left !important;
}

#galleryPics .gallery-icon a.on img {
  border: 2px solid #c00;
}

#galleryPics.modalGallery .gallery-icon a.on img {
  border: none;
}

#galleryPics br {
  display: none;
}

#galleryPics .columns {
  padding: 0 5px !important;
}

#galleryPics dl dd {
  display: none;
}

#cover {
  position: fixed;
  z-index: 2;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 1000px;
}

/*VIDEO*/

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 18px 0;
  clear: both;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoTitle {
  float: left;
  color: #666666;
  font-size: 1.4rem;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 3px;
}

.videoAlbum {
  display: block;
  margin-top: 14px;
  color: #747474;
  font-size: 11px;
}

.videoDirector {
  clear: both;
  color: #747474;
  font-size: 11px;
}

/*mailing list message*/

#messageCenter div {
  display: none;
}

#messageCenter.msg1 .msg1 {
  display: block;
}

#messageCenter.msg2 .msg2 {
  display: block;
}

#messageCenter.msg3 .msg3 {
  display: block;
}

#messageCenter.msg4 .msg4 {
  display: block;
}

#messageCenter.msg5 .msg5 {
  display: block;
}

#messageCenter.msg6 .msg6 {
  display: block;
}

#messageCenter.msg7 .msg7 {
  display: block;
}

#messageCenter.msg8 .msg8 {
  display: block;
}

#messageCenter.msg9 .msg9 {
  display: block;
}

#messageCenter.msg10 .msg10 {
  display: block;
}

#messageCenter.msg11 .msg11 {
  display: block;
}

#messageCenter.msg12 .msg12 {
  display: block;
}

.copyright {
  font-size: 10rem;
  font-size: 10px;
  color: #999999;
}

.footerLinks {
  margin-top: 15px;
}

.footerLinks a {
  color: #80a8ce;
}

.footerLinks a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footerLinks p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
  }
}

ul#discogList {
  margin: 15px 0 0 -15px;
}

ul#discogList>li {
  padding: 0 0 0 35px;
  /* margin: 0 15px; */
  width: 49%;
  height: 180px;
  float: left;
  /*max-width: 166px;*/
}

#discogList p {
  font-size: 12px;
}

#discogList p a {
  color: #999;
}

.discogRight {
  margin-top: -90px;
}

.slider {
  margin-top: -80px;
  margin-left: -90px;
  width: 650px;
  height: 650px;
  max-width: 100%;
  min-height: 650px;
}

ul#slider1 {
  list-style-type: none;
  list-style: none;
  max-width: 100%;
  margin-left: 0;
}

.leftContent {
  margin-top: 15px;
  margin-left: -15px;
}

.tracklist th {
  display: none;
}

.music-dropdown.dropdown {
  margin: 30px 0 0 0;
}

.music-dropdown.dropdown .button {
  border-radius: 0;
  background: #555555;
  color: #fff;
  text-transform: none;
  letter-spacing: 1px;
}

.music-dropdown.dropdown .button:hover,
.music-dropdown.dropdown .button.open,
.dropdown .button.open,
.dropdown .button:hover {
  background: #3e90d5;
  color: #fff;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.type-discography .dropdown .button {
  background: #3e90d5;
}

.type-discography .dropdown ul {
  background: #3e90d5;
}

.music-dropdown.dropdown .button-large {
  padding: 12px 27px;
}

.music-dropdown.dropdown ul {
  border: 0;
  width: 100%;
  background: #3e90d5;
  text-align: left;
}

#tourDatesList {
  padding-right: 20px;
  margin-left: -15px;
  margin-top: 15px;
  height: 560px;
  width: 215px;
  overflow-y: scroll;
  background: #efefef;
}

.tourDates {
  margin-left: 15px;
}

#discogLeft {
  overflow-y: scroll;
  height: 560px;
  background: #efefef;
  margin-top: 15px;
}

.discogRight a {
  text-decoration: underline;
  font-size: 11px;
}

.discogRight h4 {
  color: #7e7e7e;
  letter-spacing: -1px;
  font-size: 1.5rem;
  font-size: 15px;
}

#tourDatesList h3 {
  margin-top: 15px;
  font-size: 1.2rem;
  font-size: 12px;
  color: #a2a2a2;
  padding-top: 15px;
}

#tourDatesList h3:first-child {
  padding-top: 0;
}

#tourDatesList p {
  color: #9c9c9c;
  font-size: 11px;
  margin-top: -16px;
}

.tracklist {
  font-size: 10px;
  float: left;
  width: 50%;
}

.videoSidebar {
  overflow-y: scroll;
  height: 560px;
  background: #efefef;
  margin-top: 15px;
}

.videoList:first-child {
  margin-top: 15px;
}

.videoList p {
  color: #9c9c9c;
  font-size: 11px;
}

.videoList a {
  color: #666666;
}

.videoList img {
  width: 175px;
}

body.contact p {
  font-size: 11px;
}

body.contact h4 {
  color: #7e7e7e;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
  font-size: 14px;
}

.do-not-sell {
  margin: 10px 0;
  display: inline-block;
}

@media (max-width: 767px) {

  .contact .slider,
  .join .slider {
    display: none;
  }
}

.leftContent article {
  margin-top: 15px;
}

.signupLeft {
  background: #efefef;
  margin-top: 15px;
}

.signupLeft p {
  color: #999;
  margin-top: 15px;
}

.infoPage {
  margin-top: 20px;
}

body.page-id-16 #contactPage {
  padding-right: 20px;
  /*height: 560px;*/
  width: 215px;
  background: #efefef;
  color: #aeaeae;
  padding-left: 15px;
  padding-top: 1px;
}

.videoList>li {
  padding: 0 15px 0 28px;
}

.stream-page {
  margin: 50px auto;
}

.fcplayer {
  margin-left: auto;
  margin-right: auto;
}