@charset "UTF-8";
html, body {
  height: 100%; }

html {
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  vertical-align: baseline; }

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  max-width: 100%; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, button, input, select, textarea {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #de744c;
  text-decoration: none;
  outline: none; }

a:focus, a:hover {
  outline: 0; }

a:active {
  outline: 0;
  color: #de744c; }

a:hover {
  color: #de744c; }

#content ul li a {
  color: #de744c; }

#content ul li a:visited {
  color: #aa6043; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 10px 0 10px; }

h1 {
  font-size: 26px;
  line-height: 1.38461538; }

h2 {
  font-size: 24px;
  line-height: 1; }

h3 {
  font-size: 22px;
  line-height: 1.09090909; }

h4 {
  font-size: 20px;
  line-height: 1.2; }

h5 {
  font-size: 18px;
  line-height: 1.33333333; }

h6 {
  font-size: 16px;
  line-height: 1.5; }

address {
  font-style: italic;
  margin-bottom: 24px; }

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help; }

b, strong {
  font-weight: 700; }

cite, dfn, em, i {
  font-style: italic; }

mark, ins {
  text-decoration: none; }

p {
  margin-bottom: 16px; }

code, kbd, tt, var, samp, pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6; }

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

blockquote {
  padding: 10px;
  border-left: 1px solid #deb13a;
  margin: 0 0 20px 2px;
  background-color: #fdecce; }

blockquote cite, blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }

small {
  font-size: smaller; }

big {
  font-size: 125%; }

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

dl {
  margin-bottom: 24px; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 24px; }

ul, ol {
  list-style: none;
  margin: 0 0 24px 24px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0; }

legend {
  white-space: normal; }

button, input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button {
  line-height: normal; }

input {
  line-height: normal;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); }

/* Removing the inner shadow, rounded corners on iOS inputs */
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); }

/* Removing the inner shadow, rounded corners on iOS inputs */
button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled] {
  cursor: default; }

input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: bold; }

td {
  border-width: 0 1px 1px 0; }

del {
  color: #767676; }

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px; }

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898. */
::selection, ::-moz-selection {
  background: #de744c;
  color: #fff;
  text-shadow: none; }

@font-face {
  font-family: Cambria;
  src: url(Cambria.ttf); }
@font-face {
  font-family: Cambria-Italics;
  src: url(Cambriai.ttf); }
body {
  background: #fff8eb;
  margin: auto; }

html {
  font-family: "Droid Serif", serif; }

/**
 * Header */
.inner {
  max-width: 1050px;
  margin: auto; }

header {
  width: 100%;
  text-align: center;
  background-color: #de744c;
  height: 56px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  z-index: 200;
  /*
   * Just a quick hamburger
   */
  /*
   * Transform all the slices of hamburger
   * into a crossmark.
   */
  /*
   * But let's hide the middle one.
   */
  /*
   * Ohyeah and the last one should go the other direction
   */
  /*
   * Make this absolute positioned
   * at the top left of the screen
   */
  /*
   * And let's slide it in from the left
   */ }
  header.nav-up {
    top: -56px; }
  header div.inner {
    padding: 10px 0 0 10px; }
    header div.inner div.search {
      padding: 0 !important;
      width: 70%;
      max-width: 300px; }
  header div.logo {
    text-align: left;
    width: 32px;
    margin-right: 7px;
    overflow: hidden; }
    @media screen and (min-width: 550px) {
      header div.logo {
        width: 110px;
        margin-right: 20px; } }
  header img {
    width: 100px; }
  header ul {
    margin: 0; }
    header ul li {
      display: inline;
      padding-right: 25px; }
      header ul li a {
        color: #fff8eb;
        font-size: 18px; }
      header ul li a:hover {
        color: #f3f2e7; }
    header ul li:last-child {
      padding-right: 0 !important; }
  header .links {
    padding-top: 4px;
    text-align: right; }
  header .search {
    padding-top: 3px; }
  header nav {
    position: absolute;
    right: 12px;
    top: 17px; }
  @media screen and (min-width: 990px) {
    header nav {
      display: none; } }
  header div#menuToggle {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none; }
  header div#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none; }
  header div#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff8eb;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
  header div#menuToggle span:first-child {
    transform-origin: 0% 0%; }
  header div#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%; }
  header div#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px); }
  header div#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2); }
  header div#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px); }
  header ul#mobile-menu {
    position: absolute;
    width: 320px;
    margin: -40px 0 0 -275px;
    padding: 50px 0 50px 40px;
    text-align: left;
    background: #de6a3e;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  header ul#mobile-menu li {
    padding: 0;
    display: block; }
  header div#menuToggle input:checked ~ ul {
    transform: none; }

@media screen and (max-width: 992px) {
  header .inner {
    padding-bottom: 0 !important; } }
body.iso-US div#shop-menu span.iso-US {
  text-decoration: underline; }

body.iso-IE div#shop-menu span.iso-IE {
  text-decoration: underline; }

body.iso-US a.prod-link.iso-IE {
  display: none; }

body.iso-IE a.prod-link.iso-US {
  display: none; }

body.page-id-998 h2 {
  display: none !important; }

body.page-template-02_shop div.shop-splash {
  margin: 0 auto;
  text-align: center; }
  body.page-template-02_shop div.shop-splash div.tab1, body.page-template-02_shop div.shop-splash div.tab2 {
    display: inline-block;
    margin: 20px 30px; }
    body.page-template-02_shop div.shop-splash div.tab1 p, body.page-template-02_shop div.shop-splash div.tab2 p {
      display: none; }
  body.page-template-02_shop div.shop-splash img {
    width: 100%;
    height: auto; }
  body.page-template-02_shop div.shop-splash h4 {
    color: #de744c;
    font-weight: normal;
    margin: 0; }
body.page-template-02_shop div#content {
  margin-top: 0; }
body.page-template-02_shop h2 {
  display: block;
  margin-bottom: 16px; }
body.page-template-02_shop div#delivery-banner {
  display: block !important;
  text-align: center;
  background: #f7e6dc;
  clear: both;
  background: #efd9cb;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #efd9cb 0%, #e3c6b4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #efd9cb 0%, #e3c6b4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #efd9cb 0%, #e3c6b4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd9cb', endColorstr='#e3c6b4',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  body.page-template-02_shop div#delivery-banner img {
    max-width: 392px;
    width: 100%; }
body.page-template-02_shop div#wrapper div#shop-menu {
  display: block !important;
  background: #fdd67c;
  height: 40px;
  line-height: 40px;
  color: #de744c;
  margin-top: 54px;
  margin-bottom: -54px; }
  body.page-template-02_shop div#wrapper div#shop-menu div.inner {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 15px; }
    body.page-template-02_shop div#wrapper div#shop-menu div.inner div#left {
      float: left; }
      body.page-template-02_shop div#wrapper div#shop-menu div.inner div#left span.links {
        display: none; }
        @media screen and (min-width: 750px) {
          body.page-template-02_shop div#wrapper div#shop-menu div.inner div#left span.links {
            display: inline; } }
    body.page-template-02_shop div#wrapper div#shop-menu div.inner div#right {
      float: right; }
body.page-template-02_shop hr {
  border: 0;
  margin: 0;
  height: 0; }
body.page-template-02_shop div.entry-content h3 {
  border-top: 1px solid #ffccb9;
  padding-top: 20px;
  margin-top: 20px; }
body.page-template-02_shop div.entry-content p, body.page-template-02_shop div.entry-content ul li {
  max-width: 700px; }
body.page-template-02_shop div.entry-content ul li {
  color: initial; }
body.page-template-02_shop div.entry-content div.intro {
  font-size: 16px; }
body.page-template-02_shop div.entry-content div.product {
  float: left;
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    body.page-template-02_shop div.entry-content div.product {
      width: 50%; } }
body.page-template-02_shop div.products_repeater {
  margin-top: 30px;
  overflow: auto; }
body.page-template-02_shop div.prod-img {
  width: 22%;
  float: left;
  margin-right: 10px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    body.page-template-02_shop div.prod-img {
      background: #ffffff;
      height: 170px; } }
body.page-template-02_shop div.prod-img img {
  width: 100%; }
body.page-template-02_shop div.prod-info {
  width: calc(78% - 10px);
  float: left;
  position: relative; }
  @media screen and (min-width: 768px) {
    body.page-template-02_shop div.prod-info {
      min-height: 170px;
      margin-right: 16px;
      width: calc(75% - 30px); } }
body.page-template-02_shop div.prod-info h4 {
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: normal;
  line-height: 20px; }
body.page-template-02_shop div.prod-info-bottom-wrap {
  width: 100%;
  margin-top: 20px; }
  @media screen and (min-width: 990px) {
    body.page-template-02_shop div.prod-info-bottom-wrap {
      position: absolute;
      bottom: 0;
      margin-top: 0; } }
body.page-template-02_shop span.prod-desc {
  display: block; }
body.page-template-02_shop span.prod-price {
  font-size: 21px;
  display: block;
  float: left;
  position: absolute;
  bottom: 0;
  display: none; }
body.page-template-02_shop span.prod-price em.sterling {
  color: #999;
  font-style: normal;
  font-size: 16px; }
body.page-template-02_shop a.prod-link {
  display: block;
  clear: both; }
  @media screen and (min-width: 768px) {
    body.page-template-02_shop a.prod-link {
      float: right;
      clear: none; } }
body.page-template-02_shop span.deliv {
  color: #bb967e;
  display: block;
  clear: both;
  padding-top: 10px; }
  @media screen and (min-width: 500px) {
    body.page-template-02_shop span.deliv {
      float: right;
      clear: none;
      padding-top: 0; } }
  body.page-template-02_shop span.deliv img {
    width: 30px;
    padding-right: 3px; }
body.page-template-02_shop.iso-US span.deliv {
  display: none; }
body.page-template-02_shop span.rating {
  float: left;
  width: 100px;
  margin-bottom: 12px; }
  @media screen and (min-width: 768px) {
    body.page-template-02_shop span.rating {
      margin-bottom: 0; } }
  body.page-template-02_shop span.rating img {
    width: 100%; }
body.page-template-02_shop p#amazon-affiliates-notice {
  max-width: 86%;
  text-align: center;
  margin: 50px auto -40px auto;
  font-style: italic;
  color: #bd9c88;
  display: block !important;
  max-width: 800px; }
  @media screen and (min-width: 768px) {
    body.page-template-02_shop p#amazon-affiliates-notice {
      margin: 50px auto -27px auto; } }

/**
 * SongsInIrish.com styles
 *
 * ----------------------------------------------------------------------------- */
.col-3 {
  columns: 3; }

#youtube-top {
  text-align: center;
  display: none; }

.youtube-container {
  max-width: 355px;
  margin: auto;
  text-align: center; }

.youtube-container iframe {
  width: 100%;
  height: 200px; }

.youtube-containerX {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 400px; }

.youtube-containerX iframe, .youtube-containerX object, .youtube-containerX embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 0 0 0 0; }

h2 {
  color: #de744c;
  /*font-family: Cambria; */
  font-size: 25px;
  font-weight: normal;
  display: inline;
  margin: 0 4px 0 0;
  line-height: 30px; }

.song-title em {
  color: #deb13a;
  /*font-family: Cambria-Italics; */
  font-weight: normal;
  font-size: 22px; }

.song-meta {
  color: #c0c0c0;
  margin-top: 4px; }

.song-meta a {
  color: #acacac; }

.song-meta a:visited {
  color: #acacac !important; }

#submit-song {
  text-align: right;
  padding-top: 9px;
  color: #f6c9b8; }

#submit-song a {
  font-size: 16px;
  padding: 8px;
  border-radius: 6px;
  text-align: center; }

.custom-menu-wrapper {
  display: none; }

.readmore h4 {
  font-size: 14px; }

/**
 * Main content */
#wrapper {
  /* equal to footer height */
  margin-bottom: -65px;
  min-height: 100%; }

#wrapper:after {
  content: "";
  display: block; }

@media (max-width: 62em) {
  #wrapper {
    margin-bottom: -120px; } }
#content {
  max-width: 1050px;
  padding: 20px;
  margin: auto;
  position: relative;
  margin-top: 55px; }

#content p:last-child {
  margin-bottom: 0; }

#artist-img {
  float: right; }

#artist-img img {
  width: 180px;
  height: auto; }

@media screen and (max-width: 480px) {
  .col-3 {
    columns: 1; }

  #artist-img img {
    display: none; } }
#ga.lyrics-overflow, #en.lyrics-overflow {
  width: 100% !important; }

#ga div, #en div, #chords div {
  margin-bottom: 20px; }

#chords div pre {
  display: block;
  unicode-bidi: embed;
  font-family: monospace;
  white-space: pre; }

.chords .note-editable {
  font-family: monospace, serif; }

#en div {
  font-style: italic;
  color: rgba(133, 56, 27, 0.64); }

h3 {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #de744c; }

h3.header::before {
  content: "+ ";
  color: #de744c; }

h3.header.open::before {
  content: "– ";
  color: #de744c; }

#about {
  margin-bottom: 20px; }

a.more, a.less {
  cursor: pointer; }

.readmore {
  display: none; }

#enX, #gaX, #chordsX {
  overflow-x: scroll;
  white-space: nowrap; }

div.morelinks h3 {
  color: #de744c !important; }

.many-links {
  columns: 3; }

.many-links h3 {
  color: #de744c; }

@media (max-width: 62em) {
  .many-links {
    columns: 2; } }
@media (max-width: 480px) {
  .many-links {
    columns: 1 !important; } }
ol li, ul li {
  color: rgba(133, 56, 27, 0.64);
  padding: 2px 0; }

ol li em, ul li em {
  color: #aeaeae;
  padding-left: 5px; }

ol li a:visited {
  color: #925037; }

.report-video {
  color: #999;
  text-align: center;
  display: block;
  padding: 10px 0;
  font-size: 12px; }

.submit-correction {
  display: block;
  margin-top: 20px;
  font-size: 12px; }

div.fb {
  margin-top: 20px; }

div.morelinks div {
  margin-bottom: 30px; }

/**
 * Google Search box */
div.gsc-control-cse div.gsc-control-wrapper-cse form.gsc-search-box table tr td.gsc-input div.gsc-input-box {
  background-color: #de744c;
  border: 0; }
  div.gsc-control-cse div.gsc-control-wrapper-cse form.gsc-search-box table tr td.gsc-input div.gsc-input-box table {
    margin-bottom: 0; }
    div.gsc-control-cse div.gsc-control-wrapper-cse form.gsc-search-box table tr td.gsc-input div.gsc-input-box table tr td.gsib_a input.gsc-input {
      border: none !important;
      padding: 0px !important;
      height: 26px !important;
      border-bottom: 2px solid #fff8eb !important;
      background: url(/wp-content/themes/twentysixteen/images/search-text.png) no-repeat #de744c !important;
      color: #fff8eb !important;
      font-size: 19px !important;
      text-indent: -200px !important;
      background-position: 0px 4px !important; }
      div.gsc-control-cse div.gsc-control-wrapper-cse form.gsc-search-box table tr td.gsc-input div.gsc-input-box table tr td.gsib_a input.gsc-input:focus {
        background: #de744c !important;
        text-indent: 0 !important; }
    div.gsc-control-cse div.gsc-control-wrapper-cse form.gsc-search-box table tr td.gsc-input div.gsc-input-box table tr td.gsib_b {
      display: none; }
div.gsc-control-cse div.gsc-control-wrapper-cse form.gsc-search-box table tr td.gsc-input div.gsc-input-box-focus, div.gsc-control-cse div.gsc-control-wrapper-cse form.gsc-search-box table tr td.gsc-input div.gsc-input-box-hover {
  border: 0 !important;
  box-shadow: none !important; }
div.gsc-control-cse div.gsc-control-wrapper-cse form.gsc-search-box table tr td.gsc-search-button button.gsc-search-button {
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: none; }
  div.gsc-control-cse div.gsc-control-wrapper-cse form.gsc-search-box table tr td.gsc-search-button button.gsc-search-button:active {
    border: 0; }
  div.gsc-control-cse div.gsc-control-wrapper-cse form.gsc-search-box table tr td.gsc-search-button button.gsc-search-button svg {
    width: 20px;
    height: 20px; }
div.gsc-control-cse div.gsc-control-wrapper-cse div.gsc-results-wrapper-overlay div.gs-title {
  text-align: left; }

.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
  background: none !important; }

.gsc-results-wrapper-overlay, .gsc-results-wrapper-nooverlay {
  background: #FFF8EB !important;
  position: absolute;
  z-index: 1; }

.gsc-webResult {
  margin-bottom: 0 !important;
  padding: 0 !important; }

.gsc-cursor-box {
  margin-bottom: 0 !important; }

.gsc-cursor-page {
  font-size: 20px !important;
  padding-right: 10px !important;
  text-decoration: none !important; }

.gsc-result-info {
  margin: 0 !important;
  padding: 0 !important; }

.gsc-clear-button {
  display: none; }

input.gsc-input:focus {
  background: #de744c !important;
  text-indent: 0 !important; }

table.gsc-search-box td.gsc-input {
  padding-right: 5px !important; }

.cse input.gsc-search-button, input.gsc-search-button {
  border-color: #de744c !important;
  background-color: transparent !important;
  font-weight: normal !important;
  padding: 0px !important;
  background: url(/wp-content/themes/twentysixteen/images/mag.png) no-repeat;
  min-width: 25px !important;
  width: 25px !important;
  height: 25px !important;
  text-indent: -100px;
  outline: none;
  border: 0 !important; }

form.gsc-search-box, table.gsc-search-box {
  margin-bottom: 0 !important; }

.cse .gsc-control-cse, .gsc-control-cse {
  border: 0 !important; }

.pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding: 0; }

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
  display: inline-block;
  padding-left: 10px;
  height: 32px;
  padding-top: 8px; }

.pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.pure-menu-item {
  position: relative; }

.pure-menu-horizontal .pure-menu-item, .pure-menu-horizontal .pure-menu-heading, .pure-menu-horizontal .pure-menu-separator {
  display: inline-block;
  zoom: 1;
  vertical-align: middle; }

.pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%; }

.pure-menu-list, .pure-menu-item {
  position: relative; }

.pure-menu-link, .pure-menu-disabled, .pure-menu-heading {
  padding: 5px;
  padding: 0 10px; }

.pure-menu-link {
  color: #777;
  display: block;
  text-decoration: none;
  white-space: nowrap; }

.pure-menu-heading {
  display: block;
  text-decoration: none;
  white-space: nowrap; }

a {
  background-color: transparent; }

.custom-menu-wrapper {
  white-space: nowrap;
  position: relative;
  font-size: 18px; }

.custom-menu {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased; }

.custom-menu .pure-menu-link, .custom-menu .pure-menu-heading {
  color: #ffca51;
  font-weight: bold; }

.custom-menu .pure-menu-link:hover, .custom-menu .pure-menu-heading:hover {
  background-color: transparent; }

.custom-menu-top {
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.custom-menu-brand {
  display: block;
  text-align: center;
  position: relative; }

.custom-menu-toggle {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  display: none; }

.custom-menu-toggle .bar {
  background-color: white;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 100px;
  position: absolute;
  top: 22px;
  right: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }

.custom-menu-toggle .bar:first-child {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px); }

.custom-menu-toggle.x .bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.custom-menu-toggle.x .bar:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.custom-menu-screen {
  background-color: #de744c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  height: 40px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1; }

.custom-menu-tucked .custom-menu-screen {
  -webkit-transform: translateY(-44px);
  -moz-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px); }

@media (max-width: 62em) {
  .custom-menu {
    display: block; }

  .custom-menu-toggle {
    display: block;
    display: none\9; }

  .custom-menu-bottom {
    position: absolute;
    width: 100%;
    z-index: 100; }

  .custom-menu-bottom .pure-menu-link {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }

  .custom-menu-bottom.custom-menu-tucked .pure-menu-link {
    -webkit-transform: translateX(-140px);
    -moz-transform: translateX(-140px);
    -ms-transform: translateX(-140px);
    transform: translateX(-140px);
    opacity: 0;
    opacity: 1\9; }

  .pure-menu-horizontal.custom-menu-tucked {
    z-index: -1;
    top: 45px;
    position: absolute;
    overflow: hidden; } }
/*!
 ** lazyYT (lazy load YouTube videos)
 ** v1.0.1 - 2014-12-30
 ** (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
 ** http://creativecommons.org/licenses/by-sa/4.0/
 ** Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors */
.lazyYT-container {
  direction: ltr;
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  background-color: #000000; }

.lazyYT-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.lazyYT-container .html5-info-bar {
  display: none;
  position: absolute;
  top: 0;
  z-index: 935;
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1); }

.lazyYT-container .html5-title {
  padding-right: 6px;
  padding-left: 12px; }

.lazyYT-container .html5-title-text-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap; }

.lazyYT-container .html5-title-text {
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none; }

.lazyYT-container .html5-title-text:hover {
  color: #fff;
  text-decoration: underline; }

/* Video Title (YouTube style) */
/* Thumbnail */
.ytp-thumbnail {
  padding-bottom: inherit;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* Play button (YouTube style) */
.ytp-large-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 86px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: -29px 0 0 -42px !important;
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  opacity: 0.9; }

.ytp-large-play-button-svg {
  opacity: 0.9;
  fill: #1f1f1f; }

.lazyYT-image-loaded:hover .ytp-large-play-button-svg, .ytp-large-play-button:focus .ytp-large-play-button-svg {
  opacity: 1;
  fill: #cc181e; }

/*!
 ** Looper carousel */
.looper {
  position: relative;
  z-index: 1;
  line-height: 1;
  width: auto;
  height: auto; }

.looper:focus {
  outline: 0; }

.looper .looper-inner {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2; }

.looper .item {
  display: none;
  position: relative;
  z-index: 3; }

.looper .item.active, .looper .item.next, .looper .item.prev {
  display: block; }

.looper .item.active {
  top: 0;
  left: 0;
  z-index: 4; }

.looper .item > img {
  display: block;
  line-height: 1; }

.looper.xfade .looper-inner {
  height: 100%; }

.looper.xfade .item {
  -webkit-transition: 0.5s ease-in opacity;
  -moz-transition: 0.5s ease-in opacity;
  -o-transition: 0.5s ease-in opacity;
  transition: 0.5s ease-in opacity;
  position: absolute;
  width: 100%;
  opacity: 0; }

.looper.xfade .item.go {
  opacity: 1; }

.looper.xfade .item.active {
  opacity: 1; }

.looper.xfade .item.active.go {
  opacity: 0; }

.looper.slide.xfade .item {
  -webkit-transition: 0.5s ease-in-out left, 0.5s ease-in opacity;
  -moz-transition: 0.5s ease-in-out left, 0.5s ease-in opacity;
  -o-transition: 0.5s ease-in-out left, 0.5s ease-in opacity;
  transition: 0.5s ease-in-out left, 0.5s ease-in opacity; }

.looper.slide .item {
  -webkit-transition: 0.5s ease-in-out left;
  -moz-transition: 0.5s ease-in-out left;
  -o-transition: 0.5s ease-in-out left;
  transition: 0.5s ease-in-out left; }

.looper.slide .item.next, .looper.slide .item.prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.looper.slide .item.next {
  left: 100%; }

.looper.slide .item.prev {
  left: -100%; }

.looper.slide .item.active.prev, .looper.slide .item.active.next {
  position: relative;
  left: 0; }

.looper.slide .item.go {
  left: 0; }

.looper.slide .item.go.active {
  left: -100%; }

.looper.slide .item.go.active.prev {
  left: 100%; }

.looper.slide.right .item.next {
  left: -100%; }

.looper.slide.right .item.prev {
  left: 100%; }

.looper.slide.right .item.go {
  left: 0; }

.looper.slide.right .item.go.active {
  left: 100%; }

.looper.slide.right .item.go.active.prev {
  left: -100%; }

.looper.slide.down .looper-inner {
  height: 100%; }

.looper.slide.down .item {
  -webkit-transition: 0.5s ease-in-out top;
  -moz-transition: 0.5s ease-in-out top;
  -o-transition: 0.5s ease-in-out top;
  transition: 0.5s ease-in-out top; }

.looper.slide.down .item.next, .looper.slide.down .item.prev {
  left: 0; }

.looper.slide.down .item.next {
  top: -100%; }

.looper.slide.down .item.prev {
  top: 100%; }

.looper.slide.down .item.go {
  top: 0; }

.looper.slide.down .item.go.active {
  top: 100%;
  left: 0; }

.looper.slide.down .item.go.active.prev {
  top: -100%; }

.looper.slide.down.xfade .item {
  -webkit-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  -moz-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  -o-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  transition: 0.5s ease-in-out top, 0.5s ease-in opacity; }

.looper.slide.up .looper-inner {
  height: 100%; }

.looper.slide.up .item {
  -webkit-transition: 0.5s ease-in-out top;
  -moz-transition: 0.5s ease-in-out top;
  -o-transition: 0.5s ease-in-out top;
  transition: 0.5s ease-in-out top; }

.looper.slide.up .item.next, .looper.slide.up .item.prev {
  left: 0; }

.looper.slide.up .item.next {
  top: 100%; }

.looper.slide.up .item.prev {
  top: -100%; }

.looper.slide.up .item.go {
  top: 0; }

.looper.slide.up .item.go.active {
  top: -100%;
  left: 0; }

.looper.slide.up .item.go.active.prev {
  top: 100%; }

.looper.slide.up.xfade .item {
  -webkit-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  -moz-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  -o-transition: 0.5s ease-in-out top, 0.5s ease-in opacity;
  transition: 0.5s ease-in-out top, 0.5s ease-in opacity; }

.looper-control {
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 0;
  width: 35px;
  height: 40%;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  opacity: 8;
  background: url(../images/arrow-left.png) no-repeat center; }

.looper-control.right {
  left: auto;
  right: 0;
  background: url(../images/arrow-right.png) no-repeat center !important; }

.looper-control:hover {
  opacity: 1; }

.looper-nav {
  background: transparent;
  text-align: center;
  list-style-type: none;
  margin: 0;
  display: none; }

.looper-nav > li {
  display: inline-block;
  font-size: 36px;
  font-size: 40px;
  padding: 0 2px; }

.looper-nav > li a {
  color: #deb13a; }

.looper-nav > li a:hover {
  color: #de744c; }

.looper-nav > li.active a {
  color: #de744c; }

.looper-nav > li.active a:hover {
  color: #de744c; }

.adsense-top {
  margin: 0 12px 20px 0;
  text-align: center; }

.adsense-midbanner {
  margin: 10px 0 30px 0; }

@media screen and (max-width: 992px) {
  .adsense-top {
    margin: 0 0 20px 0; } }
.gt-warning {
  color: #000000; }

div#super-menu {
  margin-top: 20px; }

/**
 * Footer */
.columns-3 {
  columns: 3; }

.columns-4 {
  columns: 4; }

@media (max-width: 62em) {
  .columns-3, .columns-4 {
    columns: 1; } }
footer {
  background-color: #deb13a;
  margin-top: 0px;
  color: #a83206;
  width: 100%;
  text-align: center;
  height: 60px;
  font-size: 16px; }

footer .pure-u-1 {
  text-align: center; }

footer ul {
  margin: 0; }

footer ul li {
  list-style: none;
  display: inline;
  color: #ffffff;
  line-height: 25px;
  margin-right: 30px; }

@media (max-width: 62em) {
  footer {
    height: initial;
    margin-top: 20px;
    padding-bottom: 20px; }

  footer ul li {
    display: block;
    margin-right: 0; } }
#wrapper:after {
  height: 120px; }

footer .inner {
  text-align: left; }

footer .inner .pure-u-1 {
  padding: 20px 10px 0 10px; }

footer .inner .pure-u-1 a {
  color: #ffffff; }

@media screen and (min-width: 768px) {
  #ga, #en {
    white-space: nowrap;
    overflow: hidden; }

  #ga h3 {
    display: none; }

  #en h3 {
    display: none; }

  #en.lyrics-overflow h3 {
    display: block; }

  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-2, .pure-u-md-1-3, .pure-u-md-2-3, .pure-u-md-1-4, .pure-u-md-3-4, .pure-u-md-1-5, .pure-u-md-2-5, .pure-u-md-3-5, .pure-u-md-4-5, .pure-u-md-5-5, .pure-u-md-1-6, .pure-u-md-5-6, .pure-u-md-1-8, .pure-u-md-3-8, .pure-u-md-5-8, .pure-u-md-7-8, .pure-u-md-1-12, .pure-u-md-5-12, .pure-u-md-7-12, .pure-u-md-11-12, .pure-u-md-1-24, .pure-u-md-2-24, .pure-u-md-3-24, .pure-u-md-4-24, .pure-u-md-5-24, .pure-u-md-6-24, .pure-u-md-7-24, .pure-u-md-8-24, .pure-u-md-9-24, .pure-u-md-10-24, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }

  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%; }

  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%; }

  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
    *width: 12.469%; }

  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%; }

  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.969%; }

  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%; }

  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
    *width: 24.969%; }

  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%; }

  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%; }

  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
    *width: 37.469%; }

  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.969%; }

  .pure-u-md-5-12, .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%; }

  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%; }

  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
    *width: 49.969%; }

  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%; }

  .pure-u-md-7-12, .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%; }

  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.969%; }

  .pure-u-md-5-8, .pure-u-md-15-24 {
    width: 62.5%;
    *width: 62.469%; }

  .pure-u-md-2-3, .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%; }

  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%; }

  .pure-u-md-3-4, .pure-u-md-18-24 {
    width: 75%;
    *width: 74.969%; }

  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%; }

  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.969%; }

  .pure-u-md-5-6, .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%; }

  .pure-u-md-7-8, .pure-u-md-21-24 {
    width: 87.5%;
    *width: 87.469%; }

  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%; }

  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%; }

  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-5-5, .pure-u-md-24-24 {
    width: 100%; } }
@media screen and (max-width: 992px) {
  div#nav-placeholder-desktop {
    display: none; }

  .viewport1024 {
    display: none; }

  .song-title h2 {
    display: block !important; } }
@media screen and (max-width: 480px) {
  h2 {
    margin-bottom: 5px; }

  .song-title em {
    font-size: 18px; }

  #content {
    padding: 15px;
    margin-top: 60px; }

  .viewport480 {
    display: none; }

  .morelinks div {
    column-count: 1; }

  .song-title {
    text-align: center; }

  .custom-menu-screen {
    width: 150% !important; }

  #submit-song {
    display: none; }

  .gsc-results-wrapper-overlay {
    left: 0 !important;
    top: 0 !important;
    margin: 10px !important;
    padding: 10px !important;
    width: 90% !important; } }
@media print {
  header,
  .adsense,
  .adsense-top,
  .adsense-midbanner,
  #column-right,
  footer,
  .morelinks,
  #submit-song,
  .fb,
  #super-menu,
  .submit-correction,
  h3.header,
  div#work-out-chords,
  #admin-edit-song,
  #submitted-by,
  #breadcrumbs-home,
  #arrow-after-home {
    display: none !important; }

  body {
    background-color: #ffffff !important; }

  * {
    color: #000000 !important; }

  .song-meta a:visited {
    color: #000000 !important; }

  div#ga, div#en {
    width: 50%;
    color: #000000; }

  div#about {
    border-bottom: 1px solid;
    padding-bottom: 4px; } }
@page {
  margin-left: 3mm;
  margin-right: 3mm; }

/*# sourceMappingURL=style-scss.css.map */
