@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/roboto/Roboto-Medium.ttf);
}
@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/roboto/Roboto-Bold.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  font-family: sans-serif;
}
a {
  margin: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
a:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  margin: 0;
}
li,
ul {
  margin: 0;
  list-style-type: none;
}
input {
  display: block;
  outline: 0;
  border: none !important;
}
textarea {
  display: block;
  outline: 0;
}
input:focus,
textarea:focus {
  border-color: transparent !important;
}
button {
  outline: 0 !important;
  border: none;
  background: 0 0;
}
button:hover {
  cursor: pointer;
}
iframe {
  border: none !important;
}
.js-pscroll {
  position: relative;
  overflow: hidden;
}
.table100 .ps__rail-x {
  z-index: 1010;
  height: 6px;
  background-color: transparent;
  opacity: 1 !important;
  bottom: 10px;
}
.table100 .ps__rail-x::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #e6e6e6;
  height: 100%;
  width: calc(100% - 30px);
  left: 15px;
  top: 0;
}
.table100 .ps__rail-x .ps__thumb-x {
  height: 100%;
  bottom: 0;
  background-color: transparent;
  opacity: 1 !important;
}
.table100 .ps__rail-x .ps__thumb-x::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #b3b3b3;
  height: 100%;
  width: calc(100% - 30px);
  top: 0;
  left: 15px;
}
.limiter {
  width: 100%;
  margin: 0 auto;
  background: #fa71cd;
  background: -webkit-linear-gradient(bottom, #c471f5, #fa71cd);
  background: -o-linear-gradient(bottom, #c471f5, #fa71cd);
  background: -moz-linear-gradient(bottom, #c471f5, #fa71cd);
  background: linear-gradient(bottom, #c471f5, #fa71cd);
}
.container-table100 {
  max-width: 1366px;
  margin: 0 auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 33px 100px;
}
.wrap-table100 {
  width: 100%;
}
.table100 {
  background-color: #fff;
}
table {
  width: 100%;
}
td,
th {
  font-weight: unset;
  padding-right: 10px;
}
.column1 {
  width: 100%;
  padding-left: 40px;
}
.column2 {
  width: 225px;
  padding-left: 55px;
}
.column3 {
  width: 205px;
}
.column4 {
  width: 195px;
}
.column5 {
  width: 235px;
}
.column6 {
  width: 170px;
}
.column7 {
  width: 330px;
}
.column8 {
  width: 305px;
}
.table100 th {
  padding-top: 21px;
  padding-bottom: 21px;
}
.table100 td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.table100 {
  width: 100%;
  position: relative;
}
.table100-firstcol {
  background-color: #fff;
  position: absolute;
  z-index: 1000;
  width: 310px;
  top: 0;
  left: 0;
}
.table100-firstcol table {
  background-color: #fff;
}
.wrap-table100-nextcols {
  width: 100%;
  overflow: auto;
  padding-left: 310px;
  padding-bottom: 28px;
}
.table100-nextcols table {
  table-layout: fixed;
}
.shadow-table100-firstcol {
  box-shadow: 8px 0 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 8px 0 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 8px 0 10px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 8px 0 10px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 8px 0 10px 0 rgba(0, 0, 0, 0.05);
}
.table100-firstcol table {
  background-color: transparent;
}
.table100.ver1 th {
  font-family: Roboto-Bold;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  text-transform: uppercase;
}
.table100.ver1 td {
  font-family: Roboto-Medium;
  font-size: 15px;
  line-height: 1.4;
}
.table100.ver1 .table100-firstcol td {
  color: #666;
}
.table100.ver1 .table100-nextcols td {
  color: #999;
}
.table100.ver1 tr {
  border-bottom: 1px solid #f2f2f2;
}
.button,
a,
pre,
pre:hover {
  -webkit-transition-timing-function: linear, ease-in;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: linear, ease-in;
}
.aligncenter,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.com-title h4,
cite,
ul.genre-list li {
  text-transform: uppercase;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
blockquote,
q {
  border-left: solid 3px #e4422e;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
  outline: 0 !important;
  text-decoration: none !important;
}
.sf-menu li a:hover,
a,
a:hover {
  text-decoration: none;
}
.pos-center {
  text-align: center;
  margin: 0 auto;
}
body {
  margin: 0;
  padding: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #444;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald;
  color: #000;
}
a {
  color: #222;
  -webkit-transition-property: color, text;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-property: color, text;
  -o-transition-property: color, text;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: linear, ease-in;
}
.button,
pre,
pre:hover {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: linear, ease-in;
}
a,
a:active,
a:focus,
a:visited {
  outline: 0 !important;
}
a:hover {
  color: #e4422e;
}
input:focus,
textarea:focus {
  outline: 0;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 21px;
  letter-spacing: 0.05em;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 11px;
}
cite,
thead {
  font-size: 13px;
}
.margint5 {
  margin-top: 5px !important;
}
.margint10 {
  margin-top: 10px !important;
}
.margint20 {
  margin-top: 20px !important;
}
.margint30 {
  margin-top: 30px !important;
}
.margint40 {
  margin-top: 40px !important;
}
.margint50 {
  margin-top: 50px !important;
}
.margint60 {
  margin-top: 60px !important;
}
.margint70 {
  margin-top: 70px !important;
}
.margint80 {
  margin-top: 80px !important;
}
.margint90 {
  margin-top: 90px !important;
}
.margint100 {
  margin-top: 100px !important;
}
.margint120 {
  margin-top: 120px !important;
}
.marginb10 {
  margin-bottom: 10px !important;
}
.marginb20 {
  margin-bottom: 20px !important;
}
.marginb30 {
  margin-bottom: 30px !important;
}
.marginb40 {
  margin-bottom: 40px !important;
}
.marginb60 {
  margin-bottom: 60px !important;
}
.marginb90 {
  margin-bottom: 90px !important;
}
.marginb100 {
  margin-bottom: 100px !important;
}
.marginb120 {
  margin-bottom: 120px !important;
}
.padrl20 {
  padding: 0 20px;
}
.padrl50 {
  padding: 0 50px;
}
.padt20 {
  padding-top: 20px;
}
.padt40 {
  padding-top: 40px;
}
.padt50 {
  padding-top: 50px;
}
.padt60 {
  padding-top: 60px;
}
.padb60 {
  padding-bottom: 30px;
}
.pad5 {
  padding: 5px;
}
.pad10 {
  padding: 10px;
}
.pad20 {
  padding: 20px;
}
.pad30 {
  padding: 30px;
}
img {
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.aligncenter {
  margin: 20px auto;
}
.blog-entry {
  margin-bottom: 60px;
}
#blog .blog-back {
  background: #2f2b30;
  padding-bottom: 40px;
}
.post-content-blog h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 0;
}
.post-format-icon {
  background: #fff;
  padding: 15px;
  margin-top: 10px;
  text-align: center;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  color: #e24335;
}
tbody,
tbody td {
  background: #f5f5f5;
}
blockquote,
dl dd {
  padding-left: 10px;
}
caption,
ol,
ol strong {
  padding: 0;
}
.post,
.post img,
.wp-caption img,
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
cite,
var {
  color: #e4422e;
}
blockquote {
  margin: 20px 0;
}
ol {
  list-style-type: none;
  margin: 0;
}
cite {
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
}
caption {
  text-align: left;
  font-weight: 700;
  margin: -2px 0 2px;
}
#mini-search-wrapper,
.lyric-share ul li i,
.wp-caption,
tbody td,
thead th {
  text-align: center;
}
thead th {
  padding: 4px;
  font-weight: 700;
  border-top: 1px solid #ededed;
}
tbody td {
  border: 1px solid #fff;
  padding: 2px;
}
tbody td:hover {
  background: #ededed;
}
tbody .pad,
tbody .pad:hover {
  background: 0 0;
}
dl dt,
strong {
  font-weight: 600;
}
dl dd {
  padding-top: 3px;
  margin-bottom: 10px;
}
p:empty {
  display: none;
}
dl dd:last-child {
  margin-bottom: 0;
}
q {
  padding-left: 15px;
  margin-left: 10px;
  line-height: 24px;
  color: #727272;
}
address {
  margin: 20px 0;
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  font-style: italic;
  font-size: 12px;
  line-height: 19px;
}
address:before,
big {
  font-size: 18px;
}
address:before {
  content: "\f041";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #dcdcdc;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 0;
}
.wp-caption,
em {
  font-style: italic;
}
kbd {
  padding: 5px;
  background: #e4422e;
  color: #fff;
}
pre {
  padding: 20px;
}
pre:hover {
  padding: 30px;
}
var {
  font-weight: 600;
}
.wp-caption-text {
  margin-top: 10px;
}
.wp-caption img {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
}
.blog-content .gallery dt {
  margin-right: 10px;
}
.blog-content ul,
.page-main ul {
  list-style: circle;
  margin-left: 20px;
}
.blog-content ul li,
.page-main ul li {
  list-style: circle;
}
.blog-content ol,
.page-main ol {
  list-style: decimal;
  margin-left: 20px;
}
.page-main ul li,
.post-materials ul li,
ol.comment-list {
  list-style: none;
}
.post-materials ul {
  margin-left: 0;
}
.wp-caption {
  font-size: 12px;
  max-width: 100%;
  border: 1px solid #ddd;
  background: #ebebeb;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.wp-caption img {
  margin-bottom: 10px !important;
  display: block;
}
.post-materials {
  display: block;
  margin: 10px 0;
}
.post-materials ul li {
  float: left;
  margin-right: 15px;
  font-size: 13px;
  color: #222;
}
.post-materials ul li i {
  padding-right: 6px;
  color: #e4422e;
}
.button {
  background: #e4422e;
  border-bottom: solid 3px #1f1b20;
  padding: 5px 18px;
  display: inline-block;
  border-radius: 3px;
}
.button a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.button:hover {
  background: #1f1b20;
}
.continue-reading {
  margin-top: 20px;
}
.continue-reading a {
  font-weight: 600;
}
.post-paginate p {
  color: #e4422e;
}
.post-paginate a {
  color: #888;
}
.blog-sidebar {
  margin-top: 50px;
}
.searchform .screen-reader-text {
  display: none;
}
.searchform {
  padding-bottom: 40px;
}
.sidebar-widget {
  margin-bottom: 40px;
}
.sidebar-widget h3 {
  margin-top: 20px;
}
.sidebar-widget hr {
  margin: 10px 0;
  background: #e4422e;
  height: 2px;
  width: 20px;
}
.sidebar-widget ul li {
  position: relative;
  line-height: 31px;
}
.header-search,
.menu {
  line-height: 90px;
}
.sidebar-widget select {
  width: 100%;
  border: 1px solid #e8e8e8;
  background: #fff;
  height: 40px;
}
.searchform input {
  margin-bottom: 0;
}
.searchform input[type="text"] {
  width: 67%;
  float: left;
  border: 1px solid #eaeaea;
  height: 40px;
  background: #fff;
  margin: 0;
  padding: 0 0 0 5px;
}
.searchform input[type="submit"] {
  width: 30%;
  float: right;
  background: #e4422e;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-bottom: solid 3px #1f1b20;
  padding: 7px 14px;
  display: inline-block;
  border-radius: 3px;
  margin: 0;
}
.pagination {
  width: 100%;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  border-top: solid 2px #f0f0f0;
  display: inline-block;
}
.next-post,
.prev-post {
  border-radius: 4px;
  padding: 4px 10px;
}
.pagination a:hover {
  color: #fff !important;
}
.prev-post {
  float: right;
}
.next-post {
  float: left;
  margin: 0;
}
.next-post:hover,
.prev-post:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.post-password-form {
  background: #f5f5f5;
  padding: 30px;
}
.post-password-form input[type="password"] {
  border: 1px solid #e8e8e8;
  height: 40px;
}
.post-password-form input[type="submit"] {
  background: #e4422e;
  border: none;
  height: 38px;
  color: #fff;
  padding: 0 10px;
  float: none;
}
.post-password-form input[type="submit"]:hover {
  background: #282828;
}
.custom-pagination {
  margin-bottom: 25px !important;
}
.custom-pagination ul li {
  float: left;
  margin-right: 5px;
}
.custom-pagination ul li a {
  padding: 8px 13px;
  border: 1px solid #e8e8e8;
  background: #f0f0f0;
  font-size: 13px;
  color: #333;
}
.custom-pagination ul li a:hover {
  background-color: #e4422e;
  color: #fff !important;
}
.custom-pagination ul li.active a {
  background-color: #e4422e;
  color: #fff;
}
input[type="text"] {
  border: 1px solid #777;
  width: 100%;
  background: 0 0;
  display: inline-block;
}
.contact-form-style input[type="submit"] {
  float: right;
  background: #e4422e;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-bottom: solid 3px #1f1b20;
  padding: 5px 14px;
  display: inline-block;
  border-radius: 3px;
}
.contact-form-style input {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #eaeaea;
}
.contact-form-style textarea {
  margin-top: 20px;
  border: 1px solid #eaeaea;
  height: 220px;
  padding: 10px;
  width: 100%;
}
.user-comment-box {
  background: #f7f7f7;
  padding: 20px;
}
.user-comment-box .author a {
  font-size: 18px;
}
.user-comment-box .date {
  font-size: 10px;
}
ol.comment-list {
  margin-left: 0;
}
.comment-content h4 {
  padding: 0;
}
.comments .children li {
  list-style: none !important;
  margin: 0 0 0 20px;
}
.leave-a-comment p {
  font-size: 18px !important;
}
.comments-blog-post-top {
  border-bottom: solid 1px #ebebeb;
  padding-top: 10px;
  padding-bottom: 20px;
}
.com-title h4 {
  font-size: 21px;
  color: #222;
}
.com-info {
  margin-top: 10px;
  font-size: 12px;
}
::-webkit-input-placeholder {
  color: #555;
  font-size: 11px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
:-moz-placeholder {
  color: #555;
  font-size: 11px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
::-moz-placeholder {
  color: #555;
  font-size: 11px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
:-ms-input-placeholder {
  color: #555;
  font-size: 11px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.wpcf7 input[type="text"],
input[type="email"] {
  border: 1px solid #eaeaea;
  width: 70%;
  background: 0 0;
  display: inline-block;
  margin-bottom: 20px;
  height: 40px;
  padding-left: 10px;
}
.wpcf7 input[type="submit"] {
  float: right;
  background: #e4422e;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-bottom: solid 3px #1f1b20;
  padding: 5px 14px;
  display: inline-block;
  border-radius: 3px;
  margin-top: 20px;
}
.wpcf7 textarea {
  border: 1px solid #eaeaea;
  height: 220px;
  padding: 10px;
  width: 100%;
}
.logo,
.menu {
  height: 90px;
}
.form-submit {
  margin-top: 10px;
}
.empty-menu {
  color: #fff;
}
.empty-menu a {
  color: #fff;
  text-decoration: underline;
}
.logo {
  display: table;
  overflow: hidden;
}
.logo .limg {
  display: table-cell;
  vertical-align: middle;
}
.header-search {
  position: relative;
  height: 90px;
  color: #fff;
  margin-left: 20px;
  width: 15px;
}
.header-search a i {
  color: #fff;
}
#mini-search-wrapper {
  position: absolute;
  left: -260px;
  top: 70px;
  width: 295px;
  background: #eaeaea;
  border-radius: 5px;
  padding: 10px;
  display: none;
  height: 95px;
  line-height: 40px;
}
#mini-search-wrapper:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #eaeaea;
  top: -10px;
  right: 20px;
}
#mini-search-wrapper input.s-input {
  background: #fff;
  height: 44px;
  min-width: 180px;
  border: 1px solid #e8e8e8;
  margin: 0 0 0 -10px;
  padding: 0 5px;
  font-size: 13px;
}
#mini-search-wrapper input.s-submit {
  float: right;
  width: 80px;
  background: #e4422e;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-bottom: solid 3px #1f1b20;
  padding: 5px 14px;
  display: inline-block;
  border-radius: 3px;
  line-height: 30px;
}
.sf-menu ul,
.slicknav_menu {
  display: none;
}
.pre-header {
  background: #1f1b20;
  border-radius: 4px;
  color: #fff;
  height: 50px;
}
.pre-header a {
  color: #fff;
}
.social-icons {
  height: 90px;
  line-height: 90px;
  font-size: 16px;
}
.social-icons ul li {
  float: left;
  margin-left: 20px;
}
.social-icons ul li i.fa-facebook {
  color: #4964a1;
}
.social-icons ul li i.fa-twitter {
  color: #55acee;
}
.social-icons ul li i.fa-instagram {
  color: #3f729b;
}
.social-icons ul li i.fa-tumblr {
  color: #35465c;
}
.social-icons ul li i.fa-youtube-play {
  color: #e52d27;
}
.social-icons ul li i.fa-google-plus {
  color: #dd4b39;
}
.social-icons ul li i.fa-lastfm {
  color: #c3000d;
}
.social-icons ul li i.fa-soundcloud {
  color: #f80;
}
.social-icons ul li i.fa-spotify {
  color: #7ab800;
}
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu ul {
  position: absolute;
  top: 90%;
  left: 10px;
  z-index: 99;
}
.sf-menu .sub-menu .sub-menu {
  top: 0;
}
.sf-menu ul li ul {
  position: absolute;
  display: none;
  top: -37px;
  left: 100%;
  z-index: 99;
}
.sf-menu li.sf-menuHover > ul,
.sf-menu li:hover > ul {
  display: block;
}
.sf-menu li {
  white-space: nowrap;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  float: left;
  padding-left: 25px;
  letter-spacing: 1px;
}
.menu-container-top .sf-menu li a,
.sf-menu li a {
  display: block;
  position: relative;
  zoom: 1;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.sf-menu li a:hover {
  color: #e4422e !important;
}
.sf-menu ul li a,
.sf-menu ul li a:hover {
  color: #a8a8a8 !important;
}
.sf-menu ul li {
  width: 100%;
  min-width: 200px;
  background: #101010;
  border-bottom: 1px solid #222;
  line-height: 30px;
  padding: 10px 24px;
}
.sf-menu ul li:hover {
  background: #222;
}
.sf-menu ul li:last-child {
  border-bottom: 0;
}
.sf-menu ul li a {
  font-size: 14px;
}
.sf-menu .menu-item-has-children ul {
  float: none;
}
.sf-menu .menu-item-has-children {
  position: relative;
  margin-right: 20px;
}
.sf-menu .sub-menu .menu-item-has-children {
  position: relative;
  margin-right: 0;
}
.menu-container-top .sf-menu .menu-item-has-children:before,
.sf-menu .menu-item-has-children:before,
.sf-menu ul.sub-menu .menu-item-has-children:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 9px;
  padding-right: 0.5em;
  position: absolute;
}
.sf-menu .menu-item-has-children:before {
  content: "\f078";
  color: #fff !important;
  top: 0;
  right: -23px;
}
.menu-container-top .sf-menu .menu-item-has-children:before {
  content: "\f078";
  color: #fff !important;
  top: 0;
  right: -23px;
}
.sf-menu ul.sub-menu .menu-item-has-children:before {
  content: "\f054";
  color: #a8a8a8 !important;
  top: 10px;
  right: 10px;
  background: #101010;
}
.full-screen-list ul li a:hover,
.full-screen-list-inside ul li a:hover {
  text-decoration: underline !important;
}
.content-capsule,
.search-wrapper {
  position: relative;
}
.sf-menu ul.sub-menu ul.sub-menu .menu-item-has-children:before {
  display: none;
}
.sf-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu {
  display: none !important;
}
ul.sub-menu li.menu-item-has-children:hover:before {
  background: #222;
}
ul.sub-menu li ul li {
  float: none !important;
}
.sf-menu .menu-item-has-children:hover:before {
  color: #e4422e !important;
}
.lyric-alphabet {
  width: 84% !important;
  line-height: 50px;
}
.lyric-alphabet ul {
  padding-left: 10px;
}
.lyric-alphabet ul li {
  float: left;
  line-height: 50px;
}
.lyric-alphabet ul li:hover {
  background: #000;
}
.lyric-alphabet ul li a {
  font-size: 13px;
  font-weight: 600;
  padding: 0 14px;
  display: inline-block;
}
.lyric-alphabet ul li a:hover {
  color: #e4422e;
}
.submit-lyric {
  background: #e4422e;
  width: 16%;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: 50px;
}
.submit-lyric a {
  width: 100%;
  line-height: 50px !important;
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.submit-lyric a:hover {
  color: #f5f5f5 !important;
}
.lyric-home {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding-bottom: 150px;
  background: #302932;
}
.lyric-search {
  padding: 10px 0 10px;
}
.lyric-search h1 {
  color: #fff;
  font-size: 35px;
  letter-spacing: 0.03em;
}
.lyric-search-input {
  margin-top: 35px;
}
.search-wrapper {
  width: 55%;
  margin: 0 auto;
  z-index: 0;
}
.lsearchl {
  width: 100%;
}
.lsearchr {
  width: 20px;
  margin-left: -40px;
}
.search-wrapper i {
  color: #e4422e;
  cursor: pointer;
  font-size: 18px;
}
.lyric-search-input input[type="search"] {
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  border: 5px solid rgba(255, 255, 255, 0.4);
  padding-left: 20px;
}
.slabel {
  margin-top: 20px;
}
.lyric-search-input input[type="submit"] {
  width: 100%;
  position: relative;
  border: none;
  background: 0 0;
}
.list-line,
.lyric-bottom,
.lyric-line,
.single-widget h4 {
  border-bottom: solid 1px #f0f0f0;
}
.big-letter {
  margin-top: 120px;
}
.big-letter h1 {
  font-size: 150px;
}
.content-pull {
  width: 100% !important;
  position: absolute;
  top: -100px;
  left: 0;
}
.page-container,
.popular-lyrics-container {
  position: relative;
}
.latest-lyrics-container,
.popular-lyrics {
  background: #fff;
  padding: 28px 20px 20px;
}
.latest-lyrics-container {
  padding-bottom: 40px !important;
}
.second-container {
  background: #fff;
  padding: 25px 0 5px 25px;
}
.second-padding {
  padding: 5px 25px !important;
}
.latestnew.title {
  margin-left: 15px;
  margin-bottom: 5px;
}
.full-screen-list ul li,
.full-screen-list-inside ul li {
  position: relative;
  height: 350px;
  margin-bottom: 20px;
  background-size: cover !important;
  background-position: center center !important;
}
.latest-lyrics-container h3 i,
.latestnew.title h3 i,
.popular-lyrics .title h3 i {
  font-size: 21px;
  color: #e4422e;
  padding-right: 7px;
}
.full-screen-list ul li:last-child {
  margin-right: 0;
}
.full-screen-list-inside ul li {
  float: left;
  width: 205px;
  margin-right: 16px !important;
}
.full-artist-album-list ul li {
  margin-right: 13px !important;
  margin-bottom: 15px !important;
}
.single-widget,
.single-widget h4 {
  margin-bottom: 20px;
}
.full-screen-list-inside ul li:last-child {
  margin-right: 0;
}
#popular-list .owl-controls {
  width: 100% !important;
}
#popular-list .owl-next,
#popular-list .owl-prev {
  width: 75px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: -50px;
}
#popular-list .owl-prev {
  position: absolute;
  left: -45px;
  top: 50%;
}
#popular-list .owl-next:after,
#popular-list .owl-prev:after {
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  color: #000 !important;
  font-size: 35px;
  left: 25px;
  position: absolute;
  font-weight: 400;
}
#popular-list .owl-prev:after {
  content: "\f053";
  top: 30px;
}
#popular-list .owl-next {
  position: absolute;
  right: -45px;
  top: 50%;
}
#popular-list .owl-next:after {
  content: "\f054";
  top: 30px;
}
.item-text {
  position: absolute;
  padding: 10px;
  z-index: 99999999;
  bottom: 15px;
}
.item1,
.item2,
.item3,
.item4 {
  width: 100%;
  height: 350px;
  z-index: 99999;
  position: absolute;
  opacity: 0.9;
}
.item-text h3 {
  line-height: 21px;
  padding-bottom: 5px;
}
.item-text a,
.item-text h3 {
  color: #fff;
}
.item-text a:hover {
  color: #fff !important;
}
.item1 {
  background: #d71a8d;
  background: -moz-linear-gradient(top, rgba(215, 26, 143, 0.30) 0, #f84327 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #d71a8d),
    color-stop(100%, #f84327)
  );
  background: -webkit-linear-gradient(top, rgba(215, 26, 143, 0.30) 0, #f84327 100%);
  background: -o-linear-gradient(top, rgba(215, 26, 143, 0.30) 0, #f84327 100%);
  background: -ms-linear-gradient(top, rgba(215, 26, 143, 0.30) 0, #f84327 100%);
  background: linear-gradient(to bottom, rgba(215, 26, 143, 0.30) 0, #f84327 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71a8d', endColorstr='#f84327', GradientType=0 );
}
.item2 {
  background: #684dbe;
  background: -moz-linear-gradient(top, rgba(103, 77, 190, 0.30) 0, #2387dc 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #684dbe),
    color-stop(100%, #2387dc)
  );
  background: -webkit-linear-gradient(top, rgba(103, 77, 190, 0.30) 0, #2387dc 100%);
  background: -o-linear-gradient(top, rgba(103, 77, 190, 0.30) 0, #2387dc 100%);
  background: -ms-linear-gradient(top, rgba(103, 77, 190, 0.30) 0, #2387dc 100%);
  background: linear-gradient(to bottom, rgba(103, 77, 190, 0.30) 0, #2387dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#684dbe', endColorstr='#2387dc', GradientType=0 );
}
.item3 {
  background: #523498;
  background: -moz-linear-gradient(top, rgba(82, 52, 152, 0.30) 0, #903071 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #523498),
    color-stop(100%, #903071)
  );
  background: -webkit-linear-gradient(top, rgba(82, 52, 152, 0.30) 0, #903071 100%);
  background: -o-linear-gradient(top, rgba(82, 52, 152, 0.30) 0, #903071 100%);
  background: -ms-linear-gradient(top, rgba(82, 52, 152, 0.30) 0, #903071 100%);
  background: linear-gradient(to bottom, rgba(82, 52, 152, 0.30) 0, #903071 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#523498', endColorstr='#903071', GradientType=0 );
}
.item4 {
  background: #edc40a;
  background: -moz-linear-gradient(top, rgba(237, 195, 10, 0.30) 0, #cf482f 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #edc40a),
    color-stop(100%, #cf482f)
  );
  background: -webkit-linear-gradient(top, rgba(237, 195, 10, 0.30) 0, #cf482f 100%);
  background: -o-linear-gradient(top, rgba(237, 195, 10, 0.30) 0, #cf482f 100%);
  background: -ms-linear-gradient(top, rgba(237, 195, 10, 0.30) 0, #cf482f 100%);
  background: linear-gradient(to bottom, rgba(237, 195, 10, 0.30) 0, #cf482f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc40a', endColorstr='#cf482f', GradientType=0 );
}
.lyric-search-input ::-webkit-input-placeholder {
  color: #848484;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-family: PT Sans;
  font-weight: 400;
}
.homepage-advertisement {
  background: #fff;
  padding: 20px 20px 12px;
}
.homepage-news {
  background: #fff !important;
  padding: 27px 5px 10px;
}
.lyric-search-input :-moz-placeholder {
  color: #848484;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-family: PT Sans;
  font-weight: 400;
}
.lyric-search-input ::-moz-placeholder {
  color: #848484;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-family: PT Sans;
  font-weight: 400;
}
.lyric-search-input :-ms-input-placeholder {
  color: #848484;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-family: PT Sans;
  font-weight: 400;
}
.latest-lyrics ul li {
  float: left;
  width: 33.3%;
  padding: 16px 16px 16px 50px;
  position: relative;
}
.latest-lyrics .song-number {
  position: absolute;
  left: 20px;
}
.latest-lyrics ul li:nth-child(2n + 1) {
  background: #f5f5f5;
}
.latest-lyrics h5 {
  padding: 0;
}
.lyrics-title {
  position: absolute;
  bottom: 105px;
  max-width: 1140px;
}
.lyrics-title h3 {
  color: #fff;
}
.lyric-print a,
.lyrics-title h3 a {
  color: #e4422e;
}
.lyrics-title.album {
  bottom: 120px !important;
}
.padding {
  padding: 30px;
}
.padding-in {
  padding: 25px;
}
.artist-padding {
  padding: 13px;
}
.lyric-line {
  padding-bottom: 10px;
}
.lyric-text {
  font-size: 15px;
  line-height: 25px;
}
.lyric-print i {
  padding-right: 3px;
}
.background-single-lyrics {
  height: 500px;
  padding-bottom: 500px;
  background-size: cover;
}
.single-lyrics-overlay {
  position: relative;
  background: rgba(31, 27, 32, 0.7);
  height: 500px;
  padding-bottom: 500px;
}
.lyrics-title h1 {
  color: #fff;
  font-size: 45px;
  padding-right: 15px;
  line-height: 35px;
}
.lyrics-title h4 a {
  color: #c9c9c9;
  line-height: 40px;
}
.lyrics-title h4 {
  color: #c9c9c9;
}
.single-widget h4 {
  padding-bottom: 20px;
}
.lyric-bottom {
  border-top: solid 1px #f0f0f0;
  padding: 15px 0;
}
.lyric-bottom .added {
  margin-top: 10px;
  margin-right: 5px;
}
.lyric-bottom h3 {
  padding: 5px 0;
}
.lyric-bottom h4 {
  padding: 0;
  margin-top: 7px;
  margin-right: 5px;
}
.lyric-share {
  margin-top: 3px;
}
.lyric-share ul li {
  float: left;
  list-style: none;
  margin-left: 5px;
}
.lyric-share ul li:hover {
  opacity: 0.9;
}
.lyric-share ul li i {
  width: 30px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  color: #fff;
}
.lyric-share ul li i.fa-facebook {
  background: #4964a1;
}
.lyric-share ul li i.fa-twitter {
  background: #55acee;
}
.table-title {
  font-weight: 600;
}
.album-line {
  background: #f6f6f6;
  padding: 15px 0;
}
.list-line {
  padding: 10px 0 20px;
}
div.list-line:last-child {
  border-bottom: none;
}
#user-submitted-posts input,
#user-submitted-posts textarea {
  border: 1px solid #eaeaea;
  background: 0 0;
  margin-top: 3px !important;
  padding-left: 10px;
  margin-bottom: 15px !important;
  display: inline-block;
}
.big-font a {
  font-size: 18px;
}
#user-submitted-posts .selectize-field,
#user-submitted-posts label {
  color: #444;
  font-size: 14px;
  line-height: 24px;
}
#user-submitted-posts label {
  margin-bottom: 3px !important;
}
#user-submitted-posts input {
  width: 90%;
  height: 40px;
}
#user-submitted-posts textarea {
  width: 90% !important;
}
#user-submitted-posts .usp-video-embed textarea {
  height: 80px;
}
#user-submitted-posts .selectize-input {
  border: 1px solid #eaeaea !important;
  padding: 0 10px !important;
  border-radius: 0;
  width: 90%;
  height: 40px !important;
}
#user-submitted-posts .selectize-input input {
  margin-top: 0 !important;
}
#user-submitted-posts .selectize-input.has-items {
  padding-top: 10px !important;
}
#user-submitted-posts .selectize-input.input-active {
  padding-top: 0 !important;
}
#user-submitted-posts .selectize-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  font-weight: 400;
  margin-top: 0 !important;
}
#user-submitted-posts .selectize-field input:-moz-placeholder {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  font-weight: 400;
  margin-top: 0 !important;
}
#user-submitted-posts .selectize-field input::-moz-placeholder {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  font-weight: 400;
  margin-top: 0 !important;
}
#user-submitted-posts .selectize-field input:-ms-input-placeholder {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  font-weight: 400;
  margin-top: 0 !important;
}
#usp-submit {
  width: 90%;
}
#usp-submit input[type="submit"] {
  float: right;
  width: 100px;
  background: #e4422e;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-bottom: solid 3px #1f1b20;
  padding: 5px 14px;
  display: inline-block;
  border-radius: 3px;
  margin-top: 20px;
}
#user-submitted-posts #usp-success-message {
  font-size: 14px;
  color: #888;
  line-height: 24px;
}
#user-submitted-posts .selectize-input.focus {
  border-color: #eaeaea;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#user-submitted-posts .selectize-control.single .selectize-input:after {
  border-color: #999 transparent transparent !important;
}
#user-submitted-posts
  .selectize-control.single
  .selectize-input.dropdown-active:after {
  border-width: 0 5px 5px;
  margin-top: -4px;
  border-color: transparent transparent #999 !important;
}
.footer {
  padding: 30px 15px;
}
.blog .footer {
  background: #fff;
}
.footer .empty-menu {
  color: #555;
}
.footer .empty-menu a {
  color: #222;
}
.footer-menu ul li {
  float: left;
}
.footer-menu ul li a {
  color: #555;
  font-size: 13px;
  font-weight: 400;
}
.single-lyrics-overlay.error_page {
  height: 200px;
  padding-bottom: 200px;
}
.error_icon {
  margin-top: 60px;
}
.error_title,
.lyric-text p {
  margin: 30px 0;
}
.error_icon i {
  font-size: 120px;
}
.error_title {
  font-size: 40px;
}
.print-lyrics {
  display: none;
}
.searchcats {
  position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 30px;
}
.searchcats ul {
  padding-left: 20px;
}
.searchcats ul li {
  float: left;
  margin-right: 20px;
  color: #fff;
}
.searchcats ul li input {
  margin-right: 4px;
}
.searchminicats ul li {
  float: left;
  margin-right: 20px;
  color: #000;
}
.searchminicats ul li input {
  margin-right: 4px;
}
ul.genre-list {
  border-top: solid 1px #e8e8e8;
  clear: both;
  padding-bottom: 10px;
  margin-top: 30px;
}
ul.genre-list li {
  float: left;
  margin-right: 5px;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  color: #888;
}
ul.genre-list li a {
  color: #333;
}
h3.translated {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
ul.related-list li {
  border-bottom: solid 1px #e8e8e8;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.related-list li:last-child {
  border: none;
}
ul.genre-page-list li {
  border-bottom: solid 1px #e8e8e8;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.genre-page-list li:last-child {
  border: none;
}
b {
  font-weight: 600;
}
.lyric-text td {
  text-align: left;
  padding: 10px;
}
.add-more-artists {
  display: none;
  padding-left: 30px;
}
.add-more-artists label {
  display: inline-block;
  width: auto !important;
  padding: 10px;
  background: #fefee3;
}
.lyric-alphabet.no-button {
  width: 100% !important;
  line-height: 50px;
}
.lyric-alphabet.no-button ul li a {
  padding: 0 17.5px;
}
.footer-widgets {
  background: #fff;
  padding: 30px;
  margin: 30px 15px 5px;
}
.media_background {
  padding: 6px;
}
.redanchor {
  color: #e4422e;
}
.lyrics-lyricscollection ul li {
  float: left;
  width: 352px;
  margin-right: 16px !important;
}
@media only screen and (max-width: 768px) {
  .lyrics-lyricscollection ul li {
    width: 96% !important;
    height: 400px;
    background-position: center top !important;
  }
}
.item-description {
  position: absolute;
  top: 351px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .item-description {
    top: 401px !important;
  }
  .lyrics-lyricscollection ul li {
    margin-bottom: 250px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1019px) {
  .item-description {
    top: 401px !important;
  }
  .lyrics-lyricscollection ul li {
    margin-bottom: 110px !important;
  }
}
@media only screen and (min-width: 1020px) {
  .item-description {
    top: 351px !important;
  }
  .lyrics-lyricscollection ul li {
    margin-bottom: 300px !important;
  }
}
.lyric-search h1 {
  display: none;
}
.lsearchl {
  width: 100%;
  border: 1px black dotted;
}
.searchcats ul li {
  color: #000;
}

/* 16-02-2020 */

@media screen and (max-width: 480px) {
  .sticky {
    position: relative;
    /* 				z-index:999999; */
  }
  .slicknav_icon {
    position: fixed;
  }
  .darkHeader {
    position: absolute;
    position: fixed;
    background: #060606d4;
    width: 100%;
    z-index: 98998;
  }
}
@media screen and (max-width: 320px) {
  .sticky {
    position: relative;
    /* 				z-index:999999; */
  }
  .slicknav_icon {
    position: fixed;
  }
  .darkHeader {
    position: absolute;
    position: fixed;
    background: #060606d4;
    width: 100%;
    z-index: 98998;
  }
}
@media screen and (max-width: 768px) {
  .sticky {
    position: relative;
    /* 				z-index:999999; */
  }
  .slicknav_icon {
    position: fixed;
  }
  .darkHeader {
    position: absolute;
    position: fixed;
    background: #060606d4;
    width: 100%;
    z-index: 98998;
  }
}

@media screen and (max-width: 1080px) {
  .darkHeader {
    position: absolute;
    position: fixed;
    background: #060606d4;
    width: 100%;
    z-index: 98998;
  }
}
.sticky {
  position: absolute;
  position: fixed;
  background: #060606d4;

  z-index: 999999;
}
.slicknav_btn {
  top: 20px !important;
  right: 42px;
}
.slicknav_menu.sticky {
  position: fixed;
  width: 100%;
}
.darkHeader .img-responsive {
  height: 53px;
  padding-left: 16px;
}
.darkHeader .logo {
  height: 50px !important;
}
.darkHeader .header-search {
  height: 45px !important;
  line-height: 45px;
}
.darkHeader #navigation-menu {
  height: 45px;
  line-height: 45px;
}
.darkHeader .social-icons {
  height: 45px !important;
  line-height: 45px;
  padding-right: 20px;
}
.lyric-search .gsc-input-box {
  border-radius: 30px;
}
.lyric-search .gsc-search-button-v2 {
  border-radius: 30px;
}
.lyric-search .gsc-control-cse {
  border-color: transparent;
  background-color: transparent;
}
.lyric-search .gsc-search-box tbody,
tbody td {
  background-color: transparent;
  border: none;
}
.lyric-search .gsc-control-cse tbody,
tbody td:hover {
  background-color: transparent;
  border: none;
}
.lyric-search .cse .gsc-search-button-v2,
.gsc-search-button-v2 {
  padding: 12px 15px 0px 15px !important;
}

.lyric-search .gsc-search-box-tools .gsc-search-box .gsc-input {
  height: 40px !important;
}
.lyrics-title h1 {
  font-size: 30px;
}
.lyrics-title h1 > a {
  color: #e4422e;
}
@media screen and (max-width: 1079px) {
  .desktopvideo {
    display: none;
  }
  .mobilevideo {
    display: block;
  }
}
@media screen and (min-width: 1080px) {
  .desktopvideo {
    display: block;
  }
  .mobilevideo {
    display: none;
  }
}
.gsc-webResult.gsc-result {
  z-index: 99999;
  position: relative;
}
