/**
 * linktree page
 */
.sec-linktree {
  color: #000;
  margin: 0 auto;
  padding: 30px 0;
  text-align: left;
  width: 900px;
}

.img-linktree {
  float: left;
  margin-right: 30px;
}

.linktree-spacer {
  clear: both;
  height: 30px;
  visibility: hidden;
  width: auto;
}

.sec-linktree p {
  font-size: 18px;
  line-height: 1.5em;
}

.txt-linktree {
  padding-top: 2em;
}

.lk-action {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  border-radius: 0.25rem;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.lk-action:hover {
  background-color: #c82333;
  border-color: #bd2130;
  color: #ffffff;
  text-decoration: none;
}

.lk-action:active {
  background-color: #bd2130;
  border-color: #b21f2d;
  color: #ffffff;
  text-decoration: none;
}

.lk-buy-ticket {
  margin-top: 10px;
}

.lk-support-us {
  background-color: #00b964;
  border-color: #00b964;
  margin-top: 15px;
}
.lk-support-us:active,
.lk-support-us:hover {
  background-color: #027741;
  border-color: #027741;
}

.lk-facebook {
  background-color: #4267b2;
  border-color: #4267b2;
}

.lk-facebook:active,
.lk-facebook:hover{
  background-color: #29487d;
  border-color: #29487d;
}

.lk-instagram {
  background-color: #f87925;
  border-color: #f87925;
}

.lk-instagram:active,
.lk-instagram:hover {
  background-color: #a52cb7;
  border-color: #a52cb7;
}

