/* @override 
	https://www.dgmusic.co.uk/wp-content/themes/dgmusic/style.css?* */

/*

Theme Name: DG Music
Theme URI: https://www.dgmusic.co.uk
Description: A bespoke theme for DG Music
Author: Dare to Think
Author URI: https://www.daretothink.co.uk
Version: 1.0
Text Domain: dgmusic

*/

/* Table of Contents
 *
 * 1.0 - Reset
 * X.X - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 4.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 4.0 - Footer 
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 1X.X - Print
 * -----------------------------------------------------------------------------
 */

/* ------------ X.X CSS Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

html,
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.grecaptcha-badge {
  display: none !important;
}

/* ------------ X.X Basic Structure
 * -----------------------------------------------------------------------------
 */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body #container {
  padding-top: 110px;
}

body,
html {
  width: 100%;
  height: 100%;
}

body,
input,
textarea {
  font: 18px "Poppins", sans-serif;
  font-weight: 300;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smooth: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

#container {
  flex: 1;
  position: relative;
}

.hidden {
  display: none;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* ------------ X.X Grid
 * -----------------------------------------------------------------------------
 */

.c_12 {
  max-width: 1600px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}

.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

.negative {
  margin-left: -20px;
  margin-right: -20px;
}

.negative-b {
  margin-bottom: -50px;
}

.c_12 .g_1 {
  width: 8.33333333%;
}
.c_12 .g_2 {
  width: 16.6666667%;
}
.c_12 .g_3 {
  width: 25%;
}
.c_12 .g_4 {
  width: 33.3333333%;
}
.c_12 .g_5 {
  width: 41.6666667%;
}
.c_12 .g_6 {
  width: 50%;
}
.c_12 .g_7 {
  width: 58.3333333%;
}
.c_12 .g_8 {
  width: 66.6666666%;
}
.c_12 .g_9 {
  width: 75%;
}
.c_12 .g_10 {
  width: 83.3333333%;
}
.c_12 .g_11 {
  width: 91.6666666%;
}
.c_12 .g_12 {
  width: 100%;
}

/* ------------ X.X Fonts
 * -----------------------------------------------------------------------------
 */

@font-face {
  font-family: "dgm";
  src: url("fonts/dgm.eot?vrbwi1");
  src: url("fonts/dgm.eot?vrbwi1#iefix") format("embedded-opentype"),
    url("fonts/dgm.woff2?vrbwi1") format("woff2"),
    url("fonts/dgm.ttf?vrbwi1") format("truetype"),
    url("fonts/dgm.woff?vrbwi1") format("woff"),
    url("fonts/dgm.svg?vrbwi1#dgm") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ic-"],
[class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dgm" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-quote-end:before {
  content: "\e910";
}
.ic-quote-start:before {
  content: "\e911";
}
.ic-star-rating-5:before {
  content: "\e90f";
}
.ic-heart-closed:before {
  content: "\e90d";
}
.ic-heart-open:before {
  content: "\e90e";
}
.ic-minus:before {
  content: "\e90b";
}
.ic-plus:before {
  content: "\e90c";
}
.ic-pause:before {
  content: "\e90a";
}
.ic-volume:before {
  content: "\e908";
}
.ic-play:before {
  content: "\e909";
}
.ic-pinterest:before {
  content: "\e900";
}
.ic-arrow:before {
  content: "\e901";
}
.ic-cross:before {
  content: "\e902";
}
.ic-facebook:before {
  content: "\e903";
}
.ic-instagram:before {
  content: "\e904";
}
.ic-search:before {
  content: "\e905";
}
.ic-twitter:before {
  content: "\e906";
}
.ic-youtube:before {
  content: "\e907";
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none !important;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  font-size: 18px;
  line-height: 1.6;
}

li {
  font-size: 1rem;
}

li p {
  font-size: 1rem;
}

li li {
  font-size: 1rem;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

.title.sz1 {
  font-size: 2.25rem;
}

.title.mb {
  margin-bottom: 20px;
}

.title.sz2 {
  font-size: 1.5rem;
}

.title.sz3 {
  font-size: 1.25rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.title.sz4 {
  font-size: 1.125rem;
}

.title.sz5 {
  font-size: 1.75rem;
}

.title.st1 {
  font-weight: 700;
}

.title.st2 {
  font-weight: 700;
}

.title.cl1 {
}

.title.cl2 {
  color: #ff5f16;
}

.page-intro.st2 {
  margin-bottom: 50px;
}

.page-intro.st2 p {
  margin-bottom: 20px;
}

.page-intro.st2 p:last-child {
  margin-bottom: 0;
}

.page-intro.st2 .title {
  margin-bottom: 10px;
}

.page-intro.st3 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

.page-intro.st3 .title {
  margin-bottom: 10px;
  letter-spacing: -1px;
  line-height: 1.2;
}
.page-intro .title {
  font-size: 2.75rem;
}

/* ------------ X.X Content Styles
 * -----------------------------------------------------------------------------
 */

.default-transition,
.btn,
nav.main .cta span,
.title,
.searchandfilter .sf-field-submit input,
#review_form_wrapper input.submit,
.search-result .play,
input[type="submit"],
h3.faq_q,
#pricing-overview .container {
  transition: all 0.2s ease-in-out;
}

section#map {
  margin-bottom: 25px;
}

.map,
#map-canvas {
  height: 400px;
  width: 100%;
}

/* ----- X.X Buttons
 */

.btn:hover {
  cursor: pointer;
}

.btn.st1 {
  text-align: center;
  border-radius: 3px;
}

.btn.st2 {
  text-align: center;
}

.btn.sz1 {
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 20px;
}
.btn.sz2 {
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 8px;
}

.btn.cl1 {
  background: #fff;
  border: 1px solid #ff5f16;
  color: #ff5f16;
}

.btn.cl1:hover {
  background: #fff;
  border: 1px solid #555;
  color: #555;
}

.btn.cl2 {
  background: #ff5f16;
  border: 1px solid #ff5f16;
  color: #fff;
}

.btn.cl2:hover {
  background: #555;
  border: 1px solid #555;
}

.btn.cl3 {
  background: #555;
  border: 1px solid #555;
  color: #fff;
}

.btn.cl4 {
  background: #fff;
  border: 1px solid #ff5f16;
  color: #ff5f16;
}

.btn.cl4:hover {
  background: #555;
  border: 1px solid #555;
}

.is-style-button_filled a {
  background: #ff5f16;
  border: 1px solid #ff5f16;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 500;
  padding: 7px 16px;
  text-align: center;
  border-radius: 3px !important;
}
.is-style-button_filled a:hover {
  background: #555;
  border: 1px solid #555;
}

.is-style-button_outlined a {
  background: #fff;
  border: 1px solid #ff5f16;
  color: #ff5f16 !important;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 7px 10px;
  text-align: center;
  border-radius: 3px !important;
}

.is-style-button_outlined a:hover {
  background: #fff;
  border: 1px solid #555;
  color: #555 !important;
}

/* ----- X.X Styled Select
 */

select {
  border: none !important;
}

select {
  padding: 5px 35px 5px 10px !important;
  font-size: 1rem;
  height: 34px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc !important;
  border-radius: 3px;
  background: #fff url("images/arrow-down-2.svg") no-repeat right center;
  background-size: 24px 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #333;
}

.search-feature li {
  padding: 0 !important;
  margin-right: 5px !important;
}

.search-feature select {
  font-size: 1.125rem;
  height: auto;
  font-weight: 500;
  border-radius: 0;
  border: none !important;
  width: 271px;
  padding: 13px 32px 13px 15px !important;
}

.search-feature .searchandfilter .sf-field-submit input {
  border: 0;
  border-radius: 0;
  height: 44px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #222;
}

.search-feature .searchandfilter .sf-field-submit input:hover {
  background-color: #555;
  color: #fff;
  border: 0;
}

.styled-select {
  overflow: hidden;
  text-align: left;
  display: inline-block;
  position: relative;
  border-radius: 3px;
  padding: 0 5px;
}

.comment-form-rating .styled-select {
  overflow: hidden;
  background: transparent;
}

.styled-select select {
  border: 0;
  -webkit-appearance: none;
  line-height: 1;
  width: 100%;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

.styled-select select::-ms-expand {
  display: none;
}

.styled-select.st1 {
  border: 1px solid #ccc;
  background: #fff url("images/arrow-down-2.svg") no-repeat right center;
  background-size: 24px 34px;
}

.comment-form-rating .styled-select.st1 {
  border: none;
  background: transparent;
}

.styled-select.st1:hover {
  border-color: #b9bcc2;
  cursor: pointer;
}

.styled-select.st1 select {
  color: #444;
  background: transparent;
  padding-left: 8px;
}

.styled-select.sz1 {
  height: 32px;
}

.styled-select.sz1 select {
  font-size: 1rem;
  height: 32px;
  min-width: 180px !important;
  line-height: 32px;
  padding-right: 28px;
  font-family: inherit;
}

.wp-caption {
  padding: 0;
  position: relative;
  width: 100% !important;
}

.wp-caption img {
  margin: 0;
  display: block;
}

.wp-caption .wp-caption-text {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: #fff;
  padding: 0 5px;
  font-size: 0.875rem;
}

.dgm_pullquote {
  border-top: 2px dashed #ff5f16 !important;
  border-bottom: 2px dashed #ff5f16;
  margin: 50px 0;
  padding: 50px 0 !important;
  position: relative !important;
  text-align: center;
}

.dgm_pullquote:before,
.dgm_pullquote:after {
  content: "";
  font-family: "dgm";
  font-size: 50px;
  position: absolute;
  padding: 0 10px;
  background: #fff;
  color: #ff5f16;
}

.dgm_pullquote:before {
  content: "\e911";
  top: -25px;
  left: 25px;
}

.dgm_pullquote:after {
  content: "\e910";
  bottom: -25px;
  right: 25px;
}

.dgm_pullquote blockquote {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 620px;
  margin: auto;
}

.dgm_pullquote p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
  color: inherit;
}

.dgm_pullquote cite {
  font-size: 0.75rem;
  color: #ff5f16;
  display: inline-block;
  font-style: normal;
}

/* ------------ X.X Images
 * -----------------------------------------------------------------------------
 */

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ------------ X.X Header
 * -----------------------------------------------------------------------------
 */

a.branding {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 20px;
  background-image: url("images/dg-music-logo.svg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 48px;
  width: 170px;
  display: block;
  transition: all 100ms ease-in;
  margin-top: 31px;
}

header#site-header .nav-ctn {
  display: inline-block;
  width: calc(100% - 40px);
  height: 66px;
  position: absolute;
  z-index: 1;
  right: 0;
  max-width: 1360px;
  margin-right: 20px;
  margin-top: 22px;
}

nav.main {
  float: right;
}

header#site-header nav ul {
  float: right;
}

nav.main li {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 64px;
  position: relative;
}

header#site-header nav.main ul > li.arrow {
  padding-right: 10px;
}

li.no-link > span {
  padding: 0 20px;
  cursor: default;
}
nav.main li:last-child a {
  padding-right: 10px;
}

nav.main a {
  padding: 0 20px;
  display: block;
}

nav.main a.icon {
  font-size: 20px;
  padding: 0;
}

nav.main ul > li a span,
nav.footer ul > li a span {
  position: relative;
}

nav ul > li a.icon span {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  margin-left: 5px;
  display: none;
}

nav ul > li a.icon:before {
  vertical-align: -3px;
  color: #ff5f16;
}

nav.main a:hover span:after {
  opacity: 1;
}

nav.main ul > li.link a span:before,
nav.footer ul > li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -8px;
  left: 0;
  background-color: #f22b1c;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

nav.main ul > li.link a span:hover:before,
nav.footer ul > li a span:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

nav.main .cta span,
nav.side .cta span {
  padding: 3px 8px;
  background: #ff5f16;
  border: 1px solid #ff5f16;
  color: #fff;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 500;
}

nav.main .cta span:hover {
  background: #555;
  border: 1px solid #555;
}

nav.side .cta {
  padding: 0 !important;
}

nav.side .cta span {
  display: block;
  text-align: center;
  padding: 5px 8px;
}

html.open-search nav.main ul {
  display: none;
}

#searchsite {
  display: none;
  margin: 16px 0;
}

html.open-search #searchsite {
  display: block;
  float: right;
  width: 320px;
}

.search-form.v1 {
  position: relative;
}

#sidemenu .search-form.v1 {
  margin-bottom: 20px;
}

.search-form.v1 input {
  border: 0;
  background: #efefef;
  height: 32px;
  width: 100%;
  max-width: 400px;
  position: relative;
  padding: 0 32px 0 10px;
  font-size: 1rem;
  border-radius: 3px;
}

header#site-header nav.main ul ul li:last-child a {
  padding-right: 20px;
}

header#site-header nav.main ul li:hover > ul {
  display: inline-block;
}

header#site-header nav.main ul li ul li {
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: none;
  float: none;
}

header#site-header nav.main ul > li.arrow > a:after,
header#site-header nav.main ul > li.arrow.no-link > span:after {
  content: "";
  position: absolute;
  font-family: "dgm";
  font-size: 16px;
  content: "\e901";
  transform: rotate(0deg);
  text-align: center;
  margin-left: 5px;
}

header#site-header nav.main ul > li.arrow a {
  padding-right: 22px;
}

header#site-header nav.main ul ul {
  display: none;
  position: absolute;
  top: 64px;
  margin-left: -130px;
  left: 50%;
  width: 260px;
  z-index: 99999;
  background-color: #ff5f16;
  padding-top: 10px;
  color: #fff;
}

header#site-header nav.main li.arrow li.sub {
  width: 212px;
  float: left;
  font-weight: 700;
}

header#site-header nav.main li.arrow li.sub li {
  font-weight: 300;
}

header#site-header nav.main li.columns ul {
  width: 900px;
  right: -300px;
  left: auto;
}

header#site-header nav.main li.col2 ul {
  width: 230px;
  right: -50px;
}

header#site-header nav.main li.arrow > ul {
  padding: 30px 10px;
}

header#site-header nav.main li.arrow ul {
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

header#site-header nav.main li.arrow ul a,
header#site-header nav.main li.arrow ul li.no-link span {
  color: #000;
}

header#site-header nav.main li.scrollon ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  overflow-y: auto;
  max-height: 400px;
}

header#site-header nav.main li.scrollon ul li {
  text-align: left;
}

header#site-header nav.main li.scrollon > ul {
  overflow-x: auto;
}
header#site-header nav.main li.scrollon > ul::-webkit-scrollbar {
  width: 10px;
}

/* Track */
header#site-header nav.main li.scrollon > ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
header#site-header nav.main li.scrollon > ul::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
header#site-header nav.main li.scrollon > ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

header#site-header nav.main li.columns ul ul.sub-menu {
  display: inline-block;
  float: left;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
}

header#site-header nav.main li.columns ul li {
  text-align: left;
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin-right: -2px;
  float: none;
}

header#site-header nav.main li.columns ul li li {
  margin-bottom: 10px;
}

header#site-header nav.main li.arrow li {
  font-size: 1rem;
}

header#site-header nav.main li.columns ul ul {
  border: none;
  box-shadow: none;
  width: 200px;
}

nav .search-button {
  width: 20px;
  height: 20px;
  position: relative;
  float: right;
  margin: 23px 0 0 5px;
}

nav .search-button:hover {
  cursor: pointer;
}

nav .search-button:before,
nav .search-btn:before {
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  font-family: "dgm";
  content: "\e905";
  position: absolute;
}

nav.main .search-btn {
  position: absolute;
  top: 0;
  right: 0;
}

nav .search-btn:hover {
  cursor: pointer;
}

nav .search-btn:before {
  top: 0;
  right: 0;
  font-size: 20px;
  padding: 6px;
  font-family: "dgm";
  content: "\e905";
  position: absolute;
}

html.open-search nav .search-button:before {
  content: "\e902";
}

.toggle-nav {
  position: fixed;
  top: 24px;
  right: 0;
  right: 40px;
  display: none;
  z-index: 1002;
  width: 28px;
  height: 63px;
}

#nav-icon {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon span {
  background: #f22b1c;
}

#nav-icon span:nth-child(1) {
  top: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 23px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

body.nav-open #nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 5px;
}

body.nav-open #nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

body.nav-open #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 5px;
}

#searchsite {
  display: none;
}

body.open-search nav.main ul,
body.open-search .toggle-nav {
  display: none;
}

body.open-search #searchsite {
  display: block;
  float: left;
  width: calc(100% - 50px);
}

#searchsite #ajaxsearchlite1 .probox,
#searchsite div.asl_w .probox {
  margin: 0;
  height: 42px;
  background-color: #fff !important;
  background-image: none;
  border: 0 solid #68aec7;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0 #b5b5b5 inset;
}

.search-form.v1 input {
  border: 0;
  background: #efefef;
  height: 32px;
  width: 100%;
  max-width: 400px;
  position: relative;
  padding: 0 32px 0 10px;
  font-size: 1rem;
}

#searchsite #ajaxsearchlite1 .probox .proinput input,
#searchsite div.asl_w .probox .proinput input {
  background: #efefef !important;
  font-size: 1rem;
  padding: 0 32px 0 10px !important;
  color: #000 !important;
}

#searchsite div.asl_w .probox .proinput input::-webkit-input-placeholder {
  color: #000 !important;
  text-shadow: none;
}

#searchsite div.asl_w .probox .proinput input::-moz-placeholder {
  color: #000 !important;
  text-shadow: none;
}

#searchsite div.asl_w .probox .proinput input:-ms-input-placeholder {
  color: #000 !important;
  text-shadow: none;
}

#searchsite div.asl_w .probox .proinput input:-moz-placeholder {
  color: #000 !important;
  text-shadow: none;
}

#searchsite div.asl_w .probox .proinput input.autocomplete {
  color: #fff;
  font-size: 1.125rem;
  line-height: normal !important;
  text-shadow: none;
  margin-top: -42px !important;
}

#searchsite div.asl_m .probox .proinput {
  margin: 0;
  padding: 0;
}

#searchsite div.asl_m .probox .promagnifier {
  margin-top: 6px;
  display: none;
}

/* BFH */

h2.cat-sub {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

.dg-wrap {
  margin: 0 auto;
  padding: 40px 40px 50px;
  background: #f9f9f9;
  margin-bottom: 40px;
}

.header-image {
  padding: 200px 40px 50px;
  background: #1b262c;
  color: #fff;
  background-position-x: center;
  background-size: cover;
  margin-bottom: 60px;
}

.dg-cat-intro {
  max-width: 1520px;
  margin: 0 auto;
}

.subs {
  display: flex;
  max-width: 100%;
  overflow: scroll;
  white-space: nowrap;
  margin-top: 12px;
}
.description-wrapper .subs a {
  background: #eee;
  border: none;
  padding: 3px 10px;
  border-radius: 16px;
  margin: 3px 6px 6px 0;
  font-size: 17px;
}

.description-wrapper .subs a:hover {
  background-color: #555;
  color: #eee;
}

.subs a.back {
  background: #eee url("/wp-content/themes/dgmusic/images/back.svg") no-repeat
    scroll left 6px center/19px 13px;
  padding: 3px 18px 3px 28px;
}

#sidemenu {
  width: 100%;
  max-width: 360px;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 11;
  overflow-y: scroll;
  padding: 100px 15px 15px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

#sidemenu nav.side li a {
  color: #000;
  padding: 10px 0;
  display: block;
  position: relative;
  text-align: left;
}

#sidemenu nav.side li li a span:before {
  content: "- ";
}

#sidemenu nav.side > ul > li {
  font-size: 1.25rem;
  display: block;
  text-align: center;
}

#sidemenu nav.side > ul ul li a {
  padding: 3px 0;
}

#sidemenu ul li ul {
  position: relative;
  display: none;
}

#sidemenu nav.side ul > li {
  padding-right: 20px;
}

#sidemenu nav li ul.show-menu,
#sidemenu nav li ul.show-menu ul {
  display: block;
}

#sidemenu nav li ul.show-menu ul {
  margin-bottom: 10px;
}

#sidemenu nav li ul.show-menu li.sub {
  font-weight: 700;
}

#sidemenu nav li ul.show-menu ul li {
  font-weight: 300;
}

#sidemenu nav ul li.arrow {
  position: relative;
}

#sidemenu nav ul li.arrow:after {
  font-family: "dgm";
  content: "\e90c";
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 99999;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  font-size: 20px;
}

#sidemenu nav li.arrow.selected:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  content: "\e90b";
}

header#site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 110;
  background: #fff;
  height: 110px;
  border-bottom: 1px solid #eee;
}
#super-header {
  background-color: #555;
  padding: 5px 10px;
  display: none;
}

#super-header .contact-details {
  line-height: 1;
  font-size: 0.875rem;
  color: #fff;
  float: right;
  font-weight: 700;
}

#super-header .contact-details a {
  display: inline-block;
}

#super-header .contact-details a:first-child {
  margin-right: 20px;
}

.is-type-video .wp-block-embed__wrapper {
  background: #f9f9f9;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
article .is-type-video.wp-block-embed {
  margin: 2em 0;
}

.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article .wp-block-separator {
  border-top: 1px solid #ccc;
  border-bottom: 0;
  margin: 40px 0;
}

.is-type-video .wp-element-caption {
  text-align: right;
  font-size: 16px;
}

.wp-admin a {
  font-weight: bold;
}

/* ------------ X.X Home
 * -----------------------------------------------------------------------------
 */

.home-intro .intro p {
  margin-bottom: 20px;
}

.home-intro .intro .btn {
  display: inline-block;
  width: 100%;
  max-width: 200px;
}

section.pad-tb {
  padding: 50px 0;
}

.home-intro.pad-tb {
  background: #f6f6f9;
  padding: 100px 0;
  margin-bottom: 50px;
}

.home-intro .post-list.st1 {
  grid-template-columns: 1fr 1fr 1fr;
}
.home-intro .c_12 .g_4 {
  width: 100%;
}

.search-feature .searchandfilter ul {
  display: table;
  margin: auto;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px;
}
.search-feature .searchandfilter ul li {
  float: left;
  padding: 0 3px;
  position: relative;
}
.search-feature li.sf-field-taxonomy-artist-type {
  border-right: 1px solid #ddd;
  padding-right: 10px !important;
}

.search-feature li.sf-field-taxonomy-region {
  padding-right: 10px !important;
}

.search-feature li.sf-field-submit {
  margin-right: 0 !important;
}

.search-feature .search-and-filter {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 20px;
}

.title-wrap {
  margin: 80px auto;
  max-width: 920px;
  text-align: center;
}
.title-wrap h1.title {
  margin-bottom: 30px;
  letter-spacing: -1px;
  font-size: 4.5rem;
  line-height: 1.1;
}
.title-wrap p {
  max-width: 876px;
}

.search-feature .search-wrapper {
  position: relative;
  height: 460px;
  background: url(images/band-hire.jpg) no-repeat center;
  background-size: cover;
  border-radius: 8px;
}

.home-events .content-wrapper {
  padding-top: 32.5%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.touch .home-events .content-wrapper {
  background-attachment: scroll !important;
}

.home-events .content-wrapper:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.home-events .title {
  color: inherit;
}

.home-events .page-intro {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  padding: 0 20%;
  margin: auto auto;
  color: #fff;
}

.home-events .btn {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  margin-top: 20px;
}

.home-team .team-wrapper {
  direction: ltr;
  display: table;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.home-team .team-wrapper .block {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.home-team .team-wrapper .video {
  background-color: #000;
}

.home-team .team-wrapper .btn {
  margin-top: 20px;
  display: inline-block;
}

.home-team .team-wrapper p {
  margin-bottom: 15px;
}

.home-team .team-wrapper .title {
  color: inherit;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.home-team .team-wrapper .block.copy {
  padding: 40px;
  background: #ff5f16;
  color: #fff;
}

.home-why .why-wrapper {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

.home-why .why-wrapper .block {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.home-why .why-wrapper .btn {
  display: inline-block;
  margin-top: 30px;
}

.home-why .why-wrapper p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.125rem;
  max-width: 550px;
}

.home-why .why-wrapper .title {
  color: inherit;
  margin-bottom: 15px;
}

.home-why li {
  list-style-type: none;
  margin-left: 15px;
  margin-bottom: 5px;
  font-size: 1.1rem;
  position: relative;
}

.home-why li:before {
  content: "\2022 ";
  position: absolute;
  left: -15px;
  color: #ff5f16;
  font-weight: 900;
}

.home-why .image {
  background-position: center;
  background-size: cover;
}

.home-why .why-wrapper .block.copy {
  padding: 50px;
  background: #f1f1f5;
  width: 50%;
}

.client-quotes {
  text-align: center;
  padding-top: 25px;
}

.client-quotes li {
  background: #fff;
  display: inline-block;
}

.client-quotes li:after {
  font-family: "dgm";
  content: "\e90f";
  display: inline-block;
  color: #ff5f16;
  margin-left: 10px;
  vertical-align: -1px;
}

.searchWrapper {
  margin: 50px auto 100px;
  max-width: 800px;
}

/* ------------ X.X Magnific Popup
 * -----------------------------------------------------------------------------
 */

.st1.mfp-bg {
  background: #fff;
  opacity: 0.95;
}

.st1.mfp-close-btn-in .mfp-close {
  color: #000 !important;
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.white-popup {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3);
  padding: 25px;
}

.st1 .mfp-container {
  padding: 0;
}

.st1.mfp-bg {
  opacity: 0;
}

.st1.mfp-bg.mfp-ready {
  opacity: 0.95;
  transition: all 0.5s ease-in-out;
}

.st1.mfp-bg.mfp-removing {
  opacity: 0;
}

.st1.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.st1.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.st1.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* ------------ X.X Footer
 * -----------------------------------------------------------------------------
 */

.company-logos {
  text-align: center;
}

#logos::before,
#logos::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px; /* Adjust the width as needed */
  pointer-events: none;
}

#logos::before {
  left: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

#logos::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}

.company-logos .title.st1 {
  display: block;
  margin-bottom: 10px;
}

.company-logos .featured-in-ctn {
  margin: 10px 0;
}
#newsletter-signup {
  padding: 60px 0;
  text-align: center;
  position: relative;
}

#newsletter-signup:before {
  content: "";
}

#newsletter-signup .intro {
  margin-bottom: 25px;
}

#newsletter-signup .intro .title {
  margin-bottom: 10px;
  display: inline-block;
}

#newsletter-signup .intro p,
.company-logos .intro p {
  width: 100%;
  max-width: 500px;
  margin: auto;
  line-height: 1.4;
}

#newsletter-signup .newsletter-st1_wrapper {
  margin: auto;
}

#newsletter-signup ul {
  text-align: center;
}

/* ------------ X.X Cookies
 * -----------------------------------------------------------------------------
 */

#cookiespop {
  position: fixed;
  z-index: 999999999;
  width: 100%;
  max-width: 340px;
  bottom: 15px;
  right: 15px;
  font-size: 1rem;
  line-height: 1.4;
  background: #ff5f16;
  color: #fff;
  padding: 15px;
  font-weight: 400;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

#cookiespop a {
  color: #fff;
  text-decoration: underline;
}

#cookiespop .message {
  float: left;
}

#cookiespop .confirm-cookies {
  margin-top: 15px;
  display: inline-block;
}

#cookiespop .confirm-cookies .text span {
  background-color: #fff;
  color: #ff5f16;
  font-size: 1rem;
  padding: 3px 15px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 700;
}

#cookiespop .confirm-cookies:hover {
  cursor: pointer;
}

/* ------------ X.X newsletter signup body
 * -----------------------------------------------------------------------------
 */

body .gform_wrapper.newsletter-st1_wrapper {
  width: 100% !important;
  max-width: 420px !important;
  margin: 0;
  margin-bottom: 20px;
}

body .gform_wrapper.newsletter-st1_wrapper .gfield_error {
  width: 100%;
  max-width: 100% !important;
}

body .gform_wrapper.newsletter-st1_wrapper .validation_message,
body .newsletter-st1 .gform_confirmation_message {
  font-size: 1rem;
  font-weight: 300;
  padding: 10px 0 0 !important;
  text-align: center;
}

body .gform_wrapper.newsletter-st1_wrapper .text input {
  height: 42px;
  line-height: 42px;
  margin: 0;
  border: 1px solid #dcc1b9 !important;
  font-size: 1rem;
  padding: 0 120px 0 10px !important;
  width: 100%;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 3px;
  width: 100% !important;
}

body .gform_wrapper.newsletter-st1_wrapper input.button {
  background: #ff5f16;
  color: #fff;
  border: 0;
  line-height: 32px;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 15px;
  margin: 0;
  border-radius: 3px;
  -webkit-appearance: none;
}

body .gform_wrapper.newsletter-st1_wrapper form {
  position: relative;
  width: 100%;
  margin: 0;
}

.gform_ajax_spinner {
  display: none !important;
}

body .gform_wrapper.newsletter-st1_wrapper ul.gform_fields li.gfield {
  padding: 0;
  border: none;
  background: none;
  margin: 0;
}

body .gform_wrapper.newsletter-st1_wrapper input.button:hover {
  background-color: #555;
  cursor: pointer;
}

body .gform_wrapper.newsletter-st1_wrapper .gform_wrapper input[type="text"],
body .gform_wrapper.newsletter-st1_wrapper .gform_wrapper input[type="submit"],
body .gform_wrapper.newsletter-st1_wrapper .gform_wrapper textarea {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}

body .gform_wrapper.newsletter-st1_wrapper .gform_footer {
  width: auto;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
  margin: 0;
}

body .gform_wrapper.newsletter-st1_wrapper div.validation_error {
  display: none;
}

.home-nav-menu {
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  display: grid;
}
.home-nav-menu li {
  font-size: 1.1rem;
  line-height: 1.8;
}

.home-nav-menu > li > a {
  font-weight: 500;
}

footer {
  margin-top: 100px;
  position: relative;
  float: left;
  width: 100%;
}

footer a:hover {
  color: #ff5f16;
}

body.home footer {
  margin-top: 50px;
}

footer .links .title {
  display: block;
  margin-bottom: 10px;
}

footer .artists-select {
  margin-bottom: 10px;
  float: left;
}

footer .artists-select select {
  width: 200px;
  display: block;
  margin-bottom: 7px;
  font-size: 0.875rem;
  padding: 2px 35px 2px 10px !important;
  height: 28px;
}

footer .artists-select .title {
  font-size: 1rem;
  margin-right: 20px;
}

footer .contact-details a,
footer .contact-details span {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

footer .contact-details span:last-child {
  margin-bottom: 0;
}

#quicklinks {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#quicklinks:before,
#quicklinks:after,
#newsletter-signup:before {
  background-color: #ccc;
  display: inline-block;
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1520px;
}

#quicklinks:before,
#newsletter-signup:before {
  top: 0;
  border-top: 2px solid #ff5f16;
  background: none;
}

#quicklinks:after {
  bottom: 0;
}

#quicklinks .links {
  float: left;
}

footer .info-ctn {
  float: left;
}

#quicklinks ul.quicklinks {
  width: 340px;
}

#quicklinks ul.quicklinks li {
  font-size: 0.875rem;
  line-height: 1.75;
  width: 50%;
  float: left;
  list-style-type: none;
}

#quicklinks .links > li:first-child {
  padding-right: 50px;
}

footer .logo-social {
  float: right;
}

footer div.logo {
  margin-bottom: 10px;
}

footer div.logo img {
  width: 100px;
  height: 36px;
}

.social-links li {
  font-size: 32px;
  list-style-type: none;
  display: inline-block;
  margin: 0 10px !important;
}

.social-links li a:before {
  font-family: "dgm";
  display: inherit;
}

.social-links li span {
  display: none;
}

.social-links li a {
  display: block;
  border: none;
}

.social-links li.fb a:before {
  content: "\e903";
  color: #3b5998;
}

.social-links li.tw a:before {
  content: "\e906";
  color: #1da1f2;
}

.social-links li.in a:before {
  content: "\e904";
  color: #553b08;
}

.social-links li.yt a:before {
  content: "\e907";
  color: #ff0000;
}

.social-links li.pi a:before {
  content: "\e900";
  color: #bd081c;
}

footer #site-generator {
  font-size: 0.875rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .site-credit {
  float: left;
}

footer .site-credit li {
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 10px;
}

footer .site-credit li:last-child {
  margin: 0;
}

footer .site-name {
  float: right;
}

#featured-in {
  margin-bottom: 100px;
}

#featured-in .title {
  text-align: center;
  margin-bottom: 50px;
}

/* ------------ X.X Testing
 * -----------------------------------------------------------------------------
 */

.search-result {
  overflow: hidden;
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
}

.results .search-result {
  border-radius: 5px;
}

.search-result .sr-only {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 0.875rem;
  padding: 2px 5px;
  background: rgba(255, 255, 255, 0.75);
}

.search-result .tag-height {
  height: 22px;
}

.search-result .btn-group .btn {
  border-radius: 0;
}

.search-result .btn-primary {
  background: #ccc;
  border-color: #ccc;
  color: #191919;
}

.search-result .btn-primary:hover {
  background: #bbb;
  border-color: #bbb;
}

.search-result .btn-default {
  background: #fff;
  border-color: #ccc;
  color: #191919;
}

.search-result .btn-default:hover {
  background: #fff;
  cursor: default;
  outline: 0;
}

.search-result .btn-default:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.search-result .btn-default:active {
  outline: 0;
}

.search-result .searchResultsImage,
.no-video {
  display: block;
  background-size: cover;
  padding-top: 56.25%;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.searchResultsImage img {
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
}

.home-intro .post-list.st1.v2 {
  column-gap: 30px;
  padding: 0 20px;
  row-gap: 30px;
}
.home-intro .post-list.st1.v2 li.post {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.home-intro .post-list.st1 .wrapper {
  flex-grow: 1;
  background: #fff;
  padding: 30px 30px 80px;
}

.home-intro .title-ctn {
  padding: 0;
}
.home-intro .post-list.st1 .title {
  margin: 0;
  padding: 0;
}

.home-intro .post-list.st1 .link-ctn {
  left: 30px;
  bottom: 30px;
}

.home-articles .btn,
.home-intro .btn {
  text-align: center;
  display: block;
  margin: 40px auto 0;
  width: 200px;
}

.home-intro .btn.view-all {
  background: none;
  color: #ff5f16;
}

.home-intro .btn.view-all:hover {
  color: #555;
}

.search-result .searchResultsImage:hover {
  -webkit-filter: brightness(75%);
}

.search-result:hover .play {
  opacity: 1 !important;
}

.search-result .search-result-padding {
  padding: 0 12px 12px 12px;
}

.search-result .short-description {
  width: 100%;
  height: 28px;
}

.search-result .video-player {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
}

.search-result .video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000;
}

.search-result .video-player .soundcloud-player {
  background-color: transparent;
}

.search-result .video-player .mp3-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: transparent;
}

.search-result .video-player .mp3-player audio {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.search-result a {
  border: none !important;
}

.play-container {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.search-result .video-player .play-container:hover {
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.search-result .video-player .play-container .play {
  height: 60px;
  width: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  background: url(images/play-video-2.svg) no-repeat;
  background-size: 100%;
  opacity: 0.4;
  border-radius: 100%;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.search-result .video-player .play-container:hover .play {
  opacity: 1;
}

/* ------------ X.X Artist
 * -----------------------------------------------------------------------------
 */

.bg-title {
  font-weight: 900;
  opacity: 0.03;
  font-size: 20vw;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 80%;
}

.title-link {
  border-top: 1px solid #ff5f16;
  padding: 15px 0;
  position: relative;
}

.title-link:hover {
  cursor: pointer;
}

.title-link:after {
  position: absolute;
  font-family: "dgm";
  font-size: 26px;
  content: "\e901";
  transform: rotate(0deg);
  top: 50%;
  bottom: 0;
  right: 0;
  margin-top: -13px;
  text-align: center;
  width: 26px;
  height: 26px;
  transition: all 0.25s ease-in-out;
}

.title-link.active:after {
  transform: rotate(180deg);
}

.title-ctn {
  position: relative;
  padding-right: 30px;
  margin-bottom: 20px;
}

.title-ctn .title {
  line-height: 1.2;
}

.sections {
  width: 67%;
  position: relative;
  float: left;
}

.artist .sections .content-section {
  margin-bottom: 20px;
}

.section-link {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -90px;
}

.artist #artist-overview {
  margin-top: 25px;
  margin-bottom: 50px;
}

.artist #artist-overview .more {
  font-weight: 700;
  border-bottom: 2px solid #333;
}

.artist #artist-specs .title {
  text-transform: capitalize;
}

.pricing-disclaimer,
.vat-detail {
  font-size: 0.875rem;
  font-style: italic;
  margin-top: 10px;
}

#artist-repertoire .content-section,
#artist-clients-venues .content-section {
  column-count: 2;
  column-gap: 40px;
}

#artist-repertoire .content-section p,
#artist-clients-venues .content-section p {
  line-height: 1.25;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}

#artist-repertoire .content-section h3,
#artist-description .content-section h3,
#artist-clients-venues .content-section h3 {
  font-size: 1.25rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 900;
}

#artist-repertoire .content-section p,
#artist-clients-venues .content-section p {
  line-height: 1.5;
  border: none;
}

.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}

.artist #artist-overview p,
.artist #artist-description p {
  margin-bottom: 20px;
}

.artist #artist-overview strong {
  font-weight: 900;
}

.artist #artist-overview .price-from {
  font-weight: 900;
  font-size: 1.125rem;
}

.artist #artist-overview .price-from .plus-vat {
  font-weight: 400;
  font-size: 0.75rem;
  text-align: left;
  margin-top: -2px;
}

.artist #artist-pricing .section-title {
  margin-bottom: 15px;
}

.artist #artist-pricing .options {
  font-size: 1.125rem;
}

#pricing-overview .title {
  line-height: 1;
}

#pricing-overview .buttons {
  margin-top: 20px;
}

.sticky-area {
  position: relative;
  margin-top: 50px;
}

.owl-stage-outer {
  border-radius: 8px;
}
p.guide {
  font-size: 15px;
}

#pricing-overview {
  width: 31%;
  margin: 0;
  float: right;
  margin-bottom: 25px;
}

#pricing-overview.panel-2 {
  visibility: hidden;
  opacity: 0.0001;
  transition: all 0.2s ease-in-out;
}

.show-pricing #pricing-overview.panel-2 {
  visibility: visible;
  opacity: 1;
}

#pricing-overview .title {
  margin-bottom: 20px;
}

#pricing-overview .container {
  border: 1px solid #ff5f16;
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.link-to {
  width: 1px;
  height: 1px;
  background: transparent;
  position: absolute;
  bottom: 200px;
}

#pricing-overview .container:hover {
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}

#pricing-overview .btn {
  display: block;
}

#pricing-overview .btn:first-of-type {
  margin-bottom: 10px;
}

.artist #artist-gallery img {
  height: 600px;
  width: auto;
}

.artist #artist-enquiry {
  background: #efefef;
  padding: 20px;
  margin: 50px 0 0;
}

#enquire {
  margin-top: 20px;
}
#enquire h4 {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
#enquire #spam {
  display: none;
}

.artist-enquiry-form .validation_error {
  display: none;
}

.artist #artist-enquiry .gform_confirmation_message {
  font-size: 1rem;
  margin-top: 15px;
}

.artist-enquiry-form ul {
  width: 100%;
}

.artist-enquiry-form .time i {
  display: none;
}

.artist-enquiry-form li input,
.artist-enquiry-form div input,
.artist-enquiry-form li select,
.artist-enquiry-form div select,
.artist-enquiry-form li textarea,
.artist-enquiry-form div textarea {
  width: 100% !important;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-top: 0 !important;
  padding-left: 10px !important;
  -webkit-appearance: none;
  margin-bottom: 0 !important;
}
.form-item {
  margin-bottom: 10px;
}

#enquire label {
  display: none;
}

body .artist-enquiry-form .name_last {
  padding-right: 0;
}

.artist-enquiry-form .gf_left_half.time {
  padding-right: 10px;
}

.artist-enquiry-form .gf_right_half.time {
  padding-left: 10px;
}

.artist-enquiry-form li.title {
  display: block;
  width: 100%;
}

#pricing-overview .toggle-section {
  margin-top: 20px;
  position: relative;
}

#pricing-overview .toggle-section.active {
  background-color: #555;
  border-color: #555;
}

.artist-enquiry-form .toggle-section {
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.artist-enquiry-form .section.your-details {
  margin-top: 25px;
}

.artist-enquiry-form .event-details {
  margin-top: 30px;
}

.artist-enquiry-form .title {
  float: left;
  width: 100%;
}

.artist-enquiry-form .toggle-section:hover {
  cursor: pointer;
}

.artist-enquiry-form .toggle-section span {
  font-weight: 400;
  font-size: 1rem;
}

.artist-enquiry-form .toggle-section {
  opacity: 1;
  position: relative;
}

.artist-enquiry-form input::-webkit-input-placeholder {
  color: inherit;
  text-shadow: none;
}

#pricing-overview .toggle-section:after {
  font-family: "dgm";
  font-size: 22px;
  content: "\e901";
  font-weight: 400;
  position: absolute;
  right: 25px;
  transition: all 0.25s ease-in-out;
}

#pricing-overview .toggle-section.active:after {
  transform: rotate(180deg);
}

.artist-enquiry-form .toggle-section.active {
  opacity: 0;
  display: none !important;
}

.artist-enquiry-form input.button,
.artist-enquiry-form button.button {
  text-align: center;
  border-radius: 3px !important;
  background: #ff5f16;
  border: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 9px 20px;
  width: 100% !important;
  margin: 20px 0 10px;
}

.artist-enquiry-form textarea {
  min-height: 150px;
}

.artist-enquiry-form input[type="submit"]:hover,
.artist-enquiry-form button:hover {
  background-color: #555;
  cursor: pointer;
}

.artist-enquiry-form .validation_message {
  display: none;
}

#result {
  background: #f3f3f3;
  padding: 20px;
}

#result h4 {
  margin-bottom: 10px;
}

.artist-enquiry-form .gfield_error {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

div#contact form select.form-error,
div#contact form input.form-error {
  border: 1px solid red !important;
}

.artist-enquiry-form .gfield_error input {
  border-color: #ff5f16 !important;
  background-color: #efefef;
}

.artist-enquiry-form li.time {
  width: 50%;
  display: inline-block;
}

.artist-enquiry-form li.time label {
  margin-bottom: 5px;
  display: block;
  font-weight: 400;
}

.ui-datepicker select {
  padding: 2px 35px 2px 7px !important;
  font-size: 0.875rem;
  height: 24px;
  margin: 2px;
  border: none !important;
}

body
  #pricing-overview
  .gform_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 0px) !important;
}

#pricing-overview .gform_wrapper {
  margin: 0 !important;
}

.carousel-ctn {
  position: relative;
}

.video-gallery.owl-theme .owl-dots .owl-dot span {
  background: #ccc;
  width: 14px;
  height: 14px;
}

.video-gallery .owl-dots {
  margin-top: 15px !important;
}

.video-gallery.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff5f16 !important;
}

.post-carousel-nav {
  width: 100%;
}

.post-carousel-nav a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 50%;
  margin: -16px 0 0 0;
  z-index: 1;
  font-size: 32px;
  color: #f0dcd7;
  background: rgba(0, 0, 0, 0.4);
}

.post-carousel-nav a:hover {
  cursor: pointer;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.post-carousel-nav a:before {
  font-family: "dgm";
  display: inline-block;
  font-size: 24px;
}

.post-carousel-nav a.nav-left {
  left: 0;
}

.post-carousel-nav a.nav-left:before {
  content: "\e901";
  transform: rotate(90deg);
  vertical-align: 3px;
  margin-left: 3px;
}

.post-carousel-nav a.nav-right {
  right: 0;
  transform: rotate(270deg);
}

.post-carousel-nav a.nav-right:before {
  content: "\e901";
  margin-left: 3px;
}

#artist-video .owl-carousel {
  display: grid;
  grid-template-columns: 1fr auto; /* left side (dots) + right side (nav) */
  grid-template-rows: auto auto; /* video row + controls row */
  grid-template-areas:
    "stage stage"
    "dots nav";
  align-items: start; /* keep video top, controls bottom */
}

/* Map grid areas */
.owl-stage-outer {
  grid-area: stage;
}

.owl-dots {
  grid-area: dots;
  justify-self: start; /* bottom left */
  margin-top: 10px; /* adjust spacing below video */
}

.owl-nav {
  grid-area: nav;
  justify-self: end; /* bottom right */
  margin-top: 10px;
}

.owl-next span,
.owl-prev span {
  text-indent: -999em;
  display: flex;
  border: 1px solid #666;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

.owl-next span::after,
.owl-prev span::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e901";
  font-family: "dgm";
  font-size: 21px;
  position: absolute;
  color: #666;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: 0;
  transform: rotate(270deg);
  transition: all 0.25s ease-in-out;
}

.owl-prev span::after {
  transform: rotate(90deg);
}

#artist-video .owl-theme .owl-dots .owl-dot span {
  margin: 5px 6px;
}
#artist-video .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}
#artist-video .owl-next span:hover,
#artist-video .owl-prev span:hover {
  background: #ff5f16;
  transition: all 0.25s ease-in-out;
}

#artist-video .owl-next span:hover::after,
#artist-video .owl-prev span:hover::after {
  right: -3px;
  color: #fff;
  transition: all 0.25s ease-in-out;
}

#artist-video .owl-prev span:hover::after {
  right: 3px;
}

#artist-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  padding: 10px;
}

#artist-cta {
  font-size: 0;
}

#artist-cta .btn {
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 10px 5px;
  border-radius: 3px;
}

#artist-cta .btn.hidden {
  display: none;
}

/* ------------ X.X Artist Audio Playlist
 * -----------------------------------------------------------------------------
 */

.player-ctn .wp-playlist {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.player-ctn .wp-playlist-current-item {
  display: none;
}

.player-ctn .wp-playlist-item {
  list-style-type: none !important;
  border-bottom: 1px solid #ccc;
  padding: 14px 0;
  background: none !important;
  font-weight: 500;
}
.player-ctn .wp-playlist-item:last-child {
  border: 0 !important;
}

.player-ctn .mejs-container,
.player-ctn .mejs-container .mejs-controls,
.player-ctn .mejs-embed,
.player-ctn .mejs-embed body {
  background: none;
  border-radius: 4px;
  padding: 0;
}

.player-ctn .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #000;
}

.player-ctn .mejs-controls .mejs-time-rail .mejs-time-total {
  background: yellow;
}

.player-ctn
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current {
  background: #000;
}

.player-ctn
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
.player-ctn .mejs-controls .mejs-time-rail .mejs-time-total,
.player-ctn .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #ff5f16;
}

.player-ctn .wp-playlist-item.wp-playlist-playing,
.player-ctn .wp-playlist-item.wp-playlist-playing a {
  color: #ff5f16;
}

.player-ctn .wp-playlist-item-length {
  right: 0;
  top: 18px;
  font-size: 0.875rem;
  line-height: 1;
}
.player-ctn span.wp-playlist-item-title {
  font-size: 1rem;
  line-height: 1;
}

.player-ctn .mejs-button > button {
  background: none;
}

.player-ctn .mejs-button > button:before {
  font-family: "dgm";
  content: "\e908";
  font-size: 24px;
  color: #fff;
  margin-left: -2px;
  display: block;
  color: #000;
}

.player-ctn .mejs-button.mejs-playpause-button button {
  margin-left: 0;
}

.player-ctn .mejs-button.mejs-play > button:before {
  content: "\e909";
}

.player-ctn .mejs-button.mejs-pause > button:before {
  content: "\e90a";
}

.player-ctn .mejs-time {
  color: #ff5f16;
  font-size: 0.875rem;
}

.subcat option {
  display: none;
}

.subcat option.label {
  display: inline;
}

/* ------------ X.X List Styles
 * -----------------------------------------------------------------------------
 */

.list.st1 .row {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 1rem;
}

.list.st1 .title {
  font-size: 1.25rem;
  font-weight: 900;
}

.list.st1 .title,
.list.st1 .total {
  font-size: 1.125rem;
}

.list.st1 .row:last-child {
  border: none;
}

.list.st1 .row span.title {
  margin: 0 !important;
}

.list.st1 .row .total {
  float: right;
  text-align: right;
}

.vat_registered .total:after {
  content: "*";
}

.list.st1 .row .details {
  float: left;
}

.list.st2 {
  font-size: 1rem;
}

dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin-bottom: 25px;
}

dl dt {
  float: left;
  width: 50%;
  font-weight: 700;
  padding: 5px 5px 5px 0;
}

dl dd {
  float: left;
  width: 50%;
  padding: 5px;
  margin: 0;
}

.comma-list a {
  display: inline-block;
}

.comma-list a:after {
  content: ", ";
}

.comma-list a:last-child:after {
  content: "";
}

.hourly-options span:after {
  content: ", ";
}

.hourly-options span:last-child:after {
  content: "";
}

/* ------------ X.X Search
 * -----------------------------------------------------------------------------
 */

.search-results {
  height: 100%;
}

.search-results .search-and-filter {
  position: sticky;
  top: 140px;
  width: 280px;
  margin: 0;
  float: right;
  margin-bottom: 25px;
}

.search-results .search-and-filter select {
  width: 100%;
}

.search-results .search-and-filter .done-btn {
  display: none;
  font-size: 24px;
  text-align: right;
}

.results .filter-btn-ctn,
.search-results .filter-btn-ctn,
.dg-wrap .filter-btn-ctn {
  display: none;
  text-align: right;
  margin-top: 30px;
}
.results .filter-btn {
  display: inline-block;
  width: 100%;
  max-width: 180px;
}

.search-results .search-and-filter .dropdown,
.search-results .search-and-filter li.sf-field-sort_order label,
.search-results .search-and-filter li.sf-field-posts_per_page label,
.search-results .search-and-filter li.sf-field-search label {
  width: 100%;
}

.search-results .search-and-filter input[type="text"],
#enquire input {
  font-size: 1rem;
  padding: 5px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.search-results .search-and-filter .meta-slider {
  max-width: calc(100% - 20px);
  margin-left: 5px;
  margin-top: 20px;
}

.search-results .search-and-filter li li {
  border: none;
  padding: 5px 0;
}

.search-results .search-and-filter h4 {
  padding: 5px 0 10px;
  font-size: 1.125rem;
  font-weight: 900;
}

.searchandfilter li.sf-field-reset h4 {
  font-size: 1.4rem;
}

.search-results .search-and-filter .noUi-connect {
  background: #ccc;
}

.search-results .search-and-filter li.sf-field-taxonomy-genre h4,
.search-results .search-and-filter li.sf-field-taxonomy-instrument h4,
.search-results .search-and-filter li.sf-field-taxonomy-region h4 {
  position: relative;
}

.search-results .results {
  margin-right: 310px;
  position: relative;
}

.quicksearch .title {
  margin-bottom: 15px;
}

.quicksearch .dropdown {
  width: 100%;
  margin-bottom: 5px;
}

.quicksearch {
  border-radius: 5px;
  padding: 15px;
  border: 5px solid #efefef;
  margin-bottom: 20px;
}

.searchandfilter ul {
  position: relative;
}

.search-results .filter-ctn {
  border-radius: 5px;
  padding: 10px 20px;
  background: #f9f9f9;
  overflow-y: auto;
  height: 1200px;
  border-top: 10px solid #f9f9f9;
  border-bottom: 10px solid #f9f9f9;
}

.search-results .filter-ctn {
  overflow-x: auto;
}
.search-results .filter-ctn::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Handle */
.search-results .filter-ctn::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

/* Handle on hover */
.search-results .filter-ctn::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.search-results .searchandfilter li {
  padding: 8px 0;
}
.search-results .searchandfilter li.sf-field-taxonomy-artist-type label {
  width: 100%;
}

.search-results .searchandfilter li.sf-field-taxonomy-artist-type {
  border: none;
  padding: 0;
}

.search-results .searchandfilter li.sf-field-taxonomy-region label {
  width: 100%;
}

.search-results .searchandfilter li.sf-field-sort_order,
.search-results .searchandfilter li.sf-field-submit {
  border: none;
  padding-bottom: 0;
}

.search-results .searchandfilter li.sf-field-reset,
.search-results .searchandfilter li.sf-field-submit {
  padding-bottom: 0;
  border: 0;
  width: auto;
  display: inline-block;
}

.search-results .searchandfilter li.sf-field-reset {
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.search-results .searchandfilter li.sf-field-reset .btn,
.search-results .searchandfilter li.sf-field-submit .btn {
  display: block !important;
}

.search-results .searchandfilter li.sf-field-reset a {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 11px;
  border: 1px solid #fb622b;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 3px;
}

.search-results .searchandfilter li.sf-field-submit {
  margin-right: 0;
  width: 100%;
}

.search-results h1,
.dg-wrap h1 {
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: pretty;
  letter-spacing: -0.75px;
}

.search-results .description-wrapper {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

.search-results .description-wrapper p {
  margin-bottom: 20px;
}

.search-results .description-more p:last-child {
  margin-bottom: 0;
}

.description-wrapper a {
  padding-bottom: 0px;
  border-bottom: 1px solid #ff5f16;
}

.search-results .description-wrapper .more:hover,
.intro-wrapper .more:hover {
  cursor: pointer;
}

.search-results .description-wrapper .more,
.intro-wrapper .more {
  font-weight: 500;
}

.search-results .description-wrapper .more:after,
.intro-wrapper .more:after {
  content: "...";
}

.search-results .title-wrapper.cat {
  position: relative;
  padding-right: 200px;
  float: left;
  width: 100%;
}

#title-top {
  width: 0;
  height: 0;
  left: 0;
  top: -110px;
  position: absolute;
  display: block;
}

.search-results .title-wrapper.cat .dropdown,
.search-results .title-wrapper.cat select {
  position: absolute;
  top: 6px;
  right: 0;
  width: 190px;
}

.description-wrapper .description {
  width: 100%;
  max-width: 968px;
}

.header-image .description {
  max-width: 700px;
}

.header-image .page-title {
  max-width: 600px;
  font-size: 2.75rem;
}

.description-more {
  margin-bottom: 50px;
  width: 100%;
  margin-top: 20px;
}
.description-more:after {
  content: "";
  border-bottom: 1px solid #333;
  display: block;
  padding-bottom: 50px;
  float: left;
}

.description-more .btn.close {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  margin-top: 30px;
}

.description-wrapper h2,
.description-wrapper h3,
.description-wrapper h4 {
  font-size: 1.8rem;
  margin: 20px 0 10px;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
.description-wrapper h3 {
  font-size: 1.4rem;
}

.description-wrapper h4 {
  font-size: 1.2rem;
}

.description-more img {
  margin-top: 20px;
}
.description-wrapper ul {
  margin: 20px 0;
  list-style: disc outside;
  padding-left: 40px;
}
.description-wrapper li {
  font-size: 18px;
  padding: 3px 0;
}
#toggleContentLink {
  font-weight: 400;
  cursor: pointer;
}

.searchandfilter .sf-field-submit input,
#review_form_wrapper input.submit {
  text-align: center !;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ff5f16;
  color: #ff5f16;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 8px;
  -webkit-appearance: none;
  width: 100%;
}

input:disabled,
.sf-input-select:disabled {
  opacity: 0.4;
}

.search-feature .searchandfilter .sf-field-submit input {
  line-height: 42px;
  padding: 0 18px;
  margin: 0;
  background: #8a4989;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  height: 53px;
}
.searchandfilter .sf-field-submit input:hover,
#review_form_wrapper input.submit:hover {
  cursor: pointer;
  background: #fff;
  border: 1px solid #555;
  color: #555;
}

/* ------------ X.X Post Lists
 * -----------------------------------------------------------------------------
 */

.post-list.st1 {
  font-size: 0;
}

.post-list.st1.negative {
  margin-left: -10px;
  margin-right: -10px;
}

.post-list.az.negative {
  margin-left: -20px;
  margin-right: -20px;
}

.post-list.st1 .title {
  margin: 15px 0 5px;
  font-size: 1.5rem;
}
.post-list.st1.v2.az li.post {
  width: 25%;
}

.post-list.az .title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1rem;
}

.post-list.st1 .title a {
  color: inherit;
  border: none;
}

.post-list.st1 .title:hover {
  color: #ff5f16;
}

.post-list.st1 .wrapper {
  padding-bottom: 32px;
  width: 100%;
}

.post-list.st1 li {
  list-style-type: none;
  margin: 0;
  position: relative;
}
.post-list.az li {
  margin-bottom: 0px;
  list-style-type: none;
  margin-left: 0;
}

.post-list.st1.v2 li {
  padding-left: 20px;
  padding-right: 20px;
}

.post-list.st1.v2 li p {
  margin-bottom: 20px;
}

.post-list.st1 {
  display: grid;
  font-size: 0;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  column-gap: 30px;
  row-gap: 30px;
}
.post-list.st1 li.post {
  margin-right: -1px;
}

.post-list.st1 .video-wrapper,
.post-list.st1 article {
  width: 100%;
  display: block;
}

.post-list.st1 .price-from {
  font-weight: 500;
  font-size: 1rem;
}

.post-list.st1 .link-ctn {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.post-list.st1 .link-ctn .btn {
  display: inline-block;
  width: 100%;
  max-width: 130px;
  margin-right: 5px;
}

.post-list.st1 .link-ctn .btn:last-child {
  margin: 0;
}

.post-list.st2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
  padding: 0 20px;
}

.home-articles .post-list.st2 li.block {
  padding: 0;
  margin: 0;
}

#sidebar.col {
  float: left;
  width: 100%;
}

.post-list.st2 img {
  width: 100%;
  height: auto;
}

.post-list.st2 .title {
  width: 70%;
  color: #fff;
  line-height: 1.2;
  font-size: 1.7rem;
}

.post-list.st2 .image-ctn {
  overflow: hidden;
}

.post-list.st2 .image {
  padding-top: 62.162162%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: all 1s ease-in-out;
}

.post-list.st2 a:hover .image {
  transform: scale(1.1);
}

.post-list.st2 .entry-meta {
  margin-bottom: 10px;
  font-size: 0.875rem;
  margin-top: -10px;
}

.post-list.st1 .search-filter-scroll-loading {
  animation: none;
  margin: 50px 0 0;
  border: none;
  text-align: center;
  grid-column: 1 / -1;
  width: 100%;
}

.post-list .search-filter-scroll-loading::after {
  display: block;
  height: 30px;
  width: 30px;
  animation: search-filter-loader-rotate 0.7s infinite linear;
  border: 5px solid rgba(0, 0, 0, 0.15);
  border-right-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  content: "";
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.post-list .block {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.post-list .details {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0) 90%
  );
  width: 100%;
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.category-titles {
  margin-bottom: 10px;
  text-align: center;
}

.category-titles a.category-title {
  background: #fb622b;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 0.7rem;
  padding: 3px 7px;
  line-height: 16px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.category-titles a.category-title:hover {
  background: #444;
}

.category-titles a.category-title:last-child {
  margin-right: 0;
}

.block .category-titles,
.block .category-titles a.category-title {
  margin-bottom: 0;
}
.block .category-titles a.category-title {
  background: rgba(0, 0, 0, 0.3);
}
#artist-reviews .commentlist {
  margin: 0 -20px;
}

#artist-reviews .commentlist li {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

#artist-reviews .open-review-ctn {
  text-align: center;
  margin-top: 25px;
}

#artist-reviews a.open-review {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  margin-top: 20px;
}

#artist-reviews .review-title {
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.125rem;
}

#artist-reviews .comment-footer {
  margin-top: 10px;
  font-style: italic;
  font-size: 0.875rem;
}

#artist-reviews .comment-footer .date {
  display: none;
}

#artist-reviews .review-rating {
  display: block;
}

#artist-reviews .review-rating img {
  height: 20px;
}

#artist-reviews .comment {
  margin-bottom: 25px;
}

/* ------------ X.X Articles
 * -----------------------------------------------------------------------------
 */

article .wp-block-image,
article .wp-block-embed {
  margin: 0 0 25px;
  display: block;
}

.wp-block-image figcaption {
  text-align: right;
  width: 100%;
  font-size: 0.875rem;
  margin-top: 0;
}

.wp-block-image figcaption a {
  border: none;
  color: inherit;
}

article .wp-block-image img {
  height: auto;
}

article .page-title {
  margin-bottom: 10px;
  color: inherit !important;
}

article img.featured {
  width: 100%;
  margin-bottom: 25px;
}

.intro-line {
  margin: 0 0 50px;
  text-align: center;
}

.intro-line p {
  font-size: 1.3rem;
}

.entry-content p,
.description-more p {
  margin-bottom: 20px;
}

.entry-content a {
  border-bottom: 1px solid #fb622b;
  color: #fb622b;
}

.entry-content h2 {
  font-weight: 900;
  font-size: 1.5rem;
  margin: 20px 0 10px;
}

.entry-content h3 {
  font-weight: 900;
  font-size: 1.375rem;
  margin: 20px 0 10px;
}

.entry-content h4 {
  font-weight: 900;
  font-size: 1.25rem;
  margin: 20px 0 10px;
}

.entry-content h5 {
  font-weight: 900;
  font-size: 1.25rem;
  margin: 20px 0 10px;
}

.entry-content ul li {
  margin: 20px 0 10px;
  list-style: inside disc;
}

.entry-content ol li {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 5px;
  font-weight: 700;
}

.entry-content ul,
.entry-content ol {
  margin-bottom: 20px;
}

.share-post {
  border-top: 1px solid #cacaca;
  padding: 10px 0 20px;
  margin: 50px 0 20px;
}

.share-post .entry-meta {
  font-size: 0.875rem;
}

.share-post.v1 ul {
  display: table;
  margin: auto;
}

.share-post.v2 ul {
  float: right;
  margin: 0;
}

.share-post li {
  list-style-type: none;
  margin-left: 0;
  float: left;
  font-size: 32px;
  height: 32px;
  margin: 0 5px;
}

.share-post li:first-child {
  margin-left: 0;
}

.share-post li:last-child {
  margin-right: 0;
}

.share-post li a {
  display: block;
}

.share-post li a span {
  display: inherit;
}

.share-post .ic-facebook-2 {
  color: #3b5998;
}

.share-post .ic-twitter-2 {
  color: #55acee;
}

.share-post .ic-googleplus-2 {
  color: #db4437;
}

.share-post .ic-email-2 {
  color: #00c4b2;
}

.share-post .ic-share-2 {
  color: #ff8010;
}

/* ------------ X.X Sidebar
 * -----------------------------------------------------------------------------
 */

.cta.st1 {
  padding-top: 19.1%;
  position: relative;
  background-color: #fb622b;
}

.cta.st1 .container {
  font-weight: 900;
  color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}

/* ------------ X.X Comment Form
 * -----------------------------------------------------------------------------
 */

#review_form_wrapper {
  background: #efefef;
  max-width: 460px;
}

.comment-form p {
  margin-bottom: 10px;
}

.comment-form input[type="text"],
.comment-form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1rem;
}

.comment-form label {
  display: block;
  margin-bottom: 4px;
}

#review_form_wrapper input.rating {
  font-size: 20px;
}

#review_form_wrapper span.commentrating {
  margin-right: 10px;
}

.favorites-list li {
  border: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.single .title-ctn a.simplefavorite-button {
  top: 7px;
}

.title-ctn a.simplefavorite-button {
  position: absolute;
  right: 0;
  top: 0;
}

a.simplefavorite-button {
  font-size: 24px;
  border: none;
  vertical-align: -5px;
  display: inline-block;
  color: #fe5e15;
}

a.simplefavorite-button:hover {
  cursor: pointer;
}

section.favs .entry-content .simplefavorites-clear {
  display: none !important;
}

.simplefavorites-clear {
  text-align: center;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ff5f16;
  color: #ff5f16;
  font-size: 1rem !important;
  font-weight: 700;
  padding: 5px 8px;
  -webkit-appearance: none;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
}

.simplefavorite-button.active {
  opacity: 1 !important;
}

.favorites-list.st1 {
  grid-template-columns: 1fr 1fr 1fr;
}

ul.favorites-list .details {
  position: relative;
}

ul.favorites-list a.simplefavorite-button {
  position: absolute;
  top: 0;
  right: 0;
}

/* ------------ X.X Categories and Types
 * -----------------------------------------------------------------------------
 */

.cat-image.image-ctn {
  overflow: hidden;
}

.cat-image.image-ctn .image {
  padding-top: 35.087719%;
  margin-bottom: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/* ------------ X.X Page Navi
 * -----------------------------------------------------------------------------
 */

.wp-pagenavi {
  margin: 50px auto 0;
  display: table;
  position: relative;
}

.wp-pagenavi a,
.wp-pagenavi span.current,
.wp-pagenavi span.extend {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  font-size: 0.875rem;
  color: #555;
  background-color: #efefef;
  border-radius: 50%;
  border: none;
}

.wp-pagenavi span.extend {
  display: none;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #fb622a;
}

/* ------------ X.X Articles
 * -----------------------------------------------------------------------------
 */

.article .col.copy {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.article .col.st3,
.article .col.copy {
  margin: 50px auto 100px;
}

.article .title.sz1 {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -1px;
}

.article .title.sz1 {
  font-size: 4.4rem;
  line-height: 1.1;
  letter-spacing: -1px;
  text-align: center;
  max-width: 900px;
  margin: 80px auto 30px;
  color: #333;
}

/* ------------ X.X FAQ
 * -----------------------------------------------------------------------------
 */

.faq-group {
  margin-bottom: 25px;
}

.faq_q {
  position: relative;
}

h3.faq_q {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 5px;
}

h3.faq_q.active {
  font-weight: 600;
}

.faq_q:hover {
  cursor: pointer;
  color: #ff5f16;
}

.faq_q:after {
  position: absolute;
  font-family: "dgm";
  font-size: 16px;
  content: "\e90c";
  transform: rotate(0deg);
  top: 50%;
  bottom: 0;
  right: 0;
  margin-top: -7px;
  text-align: center;
  width: 26px;
  height: 26px;
  transition: all 0.25s ease-in-out;
  font-weight: 400;
}

.faq_q.active:after {
  content: "\e90b";
}

.sitemap section .title {
  margin-bottom: 10px;
  font-size: 28px;
}

.sitemap section {
  margin-bottom: 50px;
}
.sitemap a:hover {
  color: #ff5f16;
}

.sitemap section ul {
  column-count: 4;
  margin: 30px 0 0;
  height: auto;
}
.sitemap section ul li {
  break-inside: avoid-column;
  margin-bottom: 3px;
  padding-right: 10px;
  font-size: 18px;
}

.sitemap section ul.children,
setion.sitemap section ul.articles-list {
  column-count: 1;
}

.sitemap section ul.articles-list ul {
  margin-bottom: 20px;
}

.sitemap input {
  border: 1px solid #ccc;
  padding: 7px 10px;
  border-radius: 3px;
  font-size: 16px;
  margin-top: 10px;
  max-width: 100%;
  width: 250px;
}

#a-z {
  margin-top: -40px;
}

#a-z .letter-cell {
  margin-bottom: 50px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  padding-top: 40px;
  color: #fb622a;
}

#a-z .letter-group {
  margin-bottom: 25px;
}

.search.search-results ul li {
  list-style-type: none;
  margin: 0;
  margin-bottom: 20px;
  position: relative;
}

.search.search.search-results p {
  margin: 0;
}

.search.search-results a {
  border: none;
}

.search.search-results .title {
  color: inherit;
}

.search.search-results .type-artists img {
  width: 75px;
  float: left;
  position: absolute;
  left: 0;
}

.search.search-results .type-artists .description {
  padding-left: 85px;
  min-height: 75px;
}

.entry-content .dgm-events ul li {
  float: left;
  width: 100%;
  margin: 0;
}

.events-list h2.widgettitle {
  display: none;
}

.events-list a {
  border: none;
}

.events-list .widget .eaw-block h3 {
  font-size: 1.5rem;
}

.events-list .widget .eaw-block .eaw-thumb {
  border: none;
  margin: 0;
  padding: 0;
  margin-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
}

.events-list .widget .eaw-block li {
  border-bottom: none;
  margin-bottom: 40px;
  position: relative;
  padding-left: 320px;
  min-height: 150px;
}

.events-list .widget .eaw-block .eaw-summary {
  font-size: 1rem;
  line-height: 1.5;
}

.events-list .widget .eaw-block .eaw-time {
  color: #888;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

/* ------------ X.X Info pages
 * -----------------------------------------------------------------------------
 */

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

section.wfea.dgmusic .wfea-banner {
  background: none;
}

section.wfea.dgmusic article .wfea-group header {
  padding: 0;
}

section.wfea.dgmusic header time {
  display: none;
}

section.wfea.dgmusic button,
section.wfea.twentytwenty button,
section.wfea.genesis button,
section.wfea.astra button {
  border: none;
  text-align: center;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 700;
  padding: 5px 8px;
  background: #fff;
  border: 1px solid #ff5f16;
  color: #ff5f16;
  font-family: "Poppins", sans-serif;
  max-width: 200px;
}

section.wfea.dgmusic article .wfea-group figure img {
  margin-bottom: 10px;
}

section.wfea.grid.dgmusic .entry-meta {
  font-style: normal;
  border: none;
  font-size: 1rem;
}

section.wfea.grid.dgmusic .excerpt {
  font-size: 1rem;
  margin-top: 10px;
}

section.wfea.dgmusic .booknow a {
  margin-bottom: 0;
  margin-top: 20px;
}

section.wfea.dgmusic article .wfea-group {
  border-spacing: 0;
}

section.wfea.grid.dgmusic article {
  margin-bottom: 50px;
}

body .search-filter-scroll-loading {
  margin: 100px auto auto;
}

/* ------------ X.X Contact and Enquiry Forms
 * -----------------------------------------------------------------------------
 */

body .form.st1 li {
  margin-bottom: 0;
}

body .form.st1 input[type="text"],
body .form.st1 input[type="email"] {
  margin: 0;
  width: 100% !important;
}

body .form.st1 input {
  margin-bottom: 0 !important;
}

body .form.st1 input,
body .form.st1 textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
}

body .form.st1 h2 {
  font-weight: 900;
  margin-bottom: 10px !important;
  font-size: 1.5rem;
}

body .form.st1 .gsection_description {
  font-size: 1rem;
}

body .form.st1 .intro {
  border: none !important;
}

body .form.st1 .button {
  margin: 0 !important;
  text-align: center;
  border-radius: 3px;
  font-size: 1rem !important;
  font-weight: 700 !important;
  padding: 5px 12px !important;
  background: #ff5f16;
  border: 1px solid #ff5f16;
  color: #fff;
}

body .form.st1 .button:hover {
  cursor: pointer;
  background: #555;
  border: 1px solid #555;
}

body form.st1 div.validation_error {
  display: none;
}

body form.st1 .gform_confirmation_message {
  font-size: 1rem;
  padding: 10px;
  width: 100%;
  max-width: 460px;
  margin: 15px auto auto;
}

body form.st1 .validation_message {
  display: none;
}

form.st1 input,
form.st1 .ginput_container {
  margin-top: 0 !important;
}

#popup-enquiry form.st1 .name_first,
#popup-enquiry form.st1 .name_last,
#popup-enquiry form.st1 input {
  width: 100%;
  margin: 0;
}

#popup-enquiry .gform_confirmation_message {
  font-size: 0.875rem;
  margin-top: 10px;
  text-align: center;
}

#popup-enquiry .gform_footer {
  padding: 0;
}

#popup-enquiry form.st1 li {
  padding-right: 0;
}

#popup-enquiry form.st1 .name_last {
  margin-top: 15px;
}

#popup-enquiry form.st1 .gfield_error {
  border: none;
  background: none;
  padding: 0;
  margin-bottom: 0 !important;
}

.post-content .gform_wrapper form.st1 li.gfield.gfield_error {
  background: none;
  margin-bottom: 0 !important;
  border: none;
  padding-bottom: 0;
  padding-top: 0;
}

.form.st1.gform_confirmation_wrapper {
  font-size: 1rem;
  float: left;
  width: 100%;
  font-weight: 700;
}

.artist-enquiry-form .gform_confirmation_message {
  font-size: 1rem;
  padding: 10px;
  width: 100%;
  font-weight: 700;
}

/* ------------ X.X GDPR
 * -----------------------------------------------------------------------------
 */

.cli_pg_page_contaner .cli_user_consent_state {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 900;
  background: #efefef;
  padding: 10px;
}

.cli_pg_page_contaner .cli_user_consent_state a {
  border: none;
}

.cli-style-v2 a {
  font-size: 0.875rem;
  font-weight: 600 !important;
}

.cli_pg_page_contaner h3,
.cli_pg_page_contaner h5 {
  margin-top: 15px;
}

.cli_pg_page_contaner .cli_settings_button,
.cli_pg_page_contaner .wt-cli-manage-consent-link {
  background: #ff5f16;
  padding: 10px 15px;
  color: #fff !important;
  border: none !important;
  margin-bottom: 20px !important;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}

.cli_pg_page_contaner .cli_settings_button:hover,
.cli_pg_page_contaner .wt-cli-manage-consent-link:hover {
  cursor: pointer;
}

.cli_pg_page_contaner table.cookielawinfo-winter,
.cli_pg_page_contaner table.cookielawinfo-classic,
.cli_pg_page_contaner table.cookielawinfo-classic td,
.cli_pg_page_contaner table.cookielawinfo-classic th {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: inherit;
  text-transform: none;
  margin-left: 0;
}

/** style_1 Style */

table.cookielawinfo-style_1 {
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  margin: 0;
  margin-bottom: 20px;
  background: #fff;
}

table.cookielawinfo-style_1 thead tr th {
  background: #e2e2e2;
}

table.cookielawinfo-style_1 tfoot tr th,
table.cookielawinfo-style_1 tfoot tr td {
  color: #000;
  font-weight: bold;
}

table.cookielawinfo-style_1 tfoot tr th {
  width: 20%;
}

table.cookielawinfo-style_1 tfoot tr td {
  width: 80%;
}

table.cookielawinfo-style_1 td,
table.cookielawinfo-style_1 th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px !important;
  line-height: 1.5;
  vertical-align: top;
  width: 20%;
  text-align: left;
  font-size: 0.875rem;
}

table.cookielawinfo-style_1 tr.odd th,
table.cookielawinfo-style_1 tr.odd td {
  background: #efefef;
}

body .cli-bar-container {
  font-size: 1.25rem;
  line-height: 1.4;
}

body .cli-bar-message {
  font-size: 0.875rem;
}

.wt-cli-cookie-bar-container {
  z-index: 9999999999;
}

.wt-cli-privacy-accept-btn {
  background: #ff5f16 !important;
  font-weight: 600 !important;
}

/* ------------ X.X Media Queries
 * -----------------------------------------------------------------------------
 */

@media only screen and (max-width: 1600px) {
  .sticky-area {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1340px) {
  nav.main a {
    padding: 0 10px;
    display: block;
  }
  .title-wrap {
    max-width: 800px;
  }
  .title-wrap h1.title {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 1180px) {
  .c_12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .g_1,
  .g_2,
  .g_3,
  .g_4,
  .g_5,
  .g_6,
  .g_7,
  .g_8,
  .g_9,
  .g_10,
  .g_11,
  .g_12 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .negative {
    margin-left: -10px;
    margin-right: -10px;
  }

  section.pad-tb,
  .home-intro.pad-tb {
    padding: 60px 0;
    margin: 0;
  }
  .title-wrap {
    max-width: 800px;
    margin: 60px auto;
  }

  .dg-wrap {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .header-image {
    background-image: none !important;
    background: #f9f9f9;
    color: #333;
  }

  .search-results .results {
    width: 100%;
    margin: 0;
  }

  .results .filter-btn-ctn,
  .dg-wrap .filter-btn-ctn {
    display: block;
  }

  .search-feature .search-wrapper {
    height: 300px;
  }

  .search-results .search-and-filter .done-btn {
    display: block;
    margin-bottom: 20px;
  }

  .search-results .search-and-filter .done-btn:hover {
    cursor: pointer;
  }

  .search-results .search-and-filter {
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 420px;
    z-index: 10;
    overflow-y: scroll;
    padding: 15px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
  }

  .search-results .search-and-filter .quicksearch {
    display: none;
  }

  body.filter-open .search-results .search-and-filter {
    left: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
  }

  #artist-repertoire .content-section,
  #artist-clients-venues .content-section {
    column-count: 2;
  }

  #quicklinks:before,
  #quicklinks:after {
    width: calc(100% - 40px);
  }

  .post-list.st1.v2 li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-intro .post-list.st1.v2,
  .post-list.st2 {
    column-gap: 20px;
    padding: 10px;
    row-gap: 20px;
  }
  .home-intro .post-list.st1.v2 li.post {
    padding: 0;
  }
  .post-list.st1 {
    column-gap: 20px;
    row-gap: 20px;
  }

  .post-list.st1.v2.az li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .filter-open .search-results .filter-ctn {
    height: 100%;
  }

  .home-team .team-wrapper .block.copy {
    padding: 20px;
  }

  .post-list.st1.v2 li.post {
    width: 50%;
  }

  .home-intro .post-list.st1 {
    grid-template-columns: 1fr 1fr;
  }
  .home-intro .st1.v2 li.post {
    width: 100%;
  }
  .post-list.st2 {
    grid-template-columns: 1fr 1fr;
  }

  .page-intro.st2 .g_8 {
    width: 100%;
  }

  .post-list.st1.v2 li.post .article .col.st3,
  .article .col.copy {
    margin: 10px auto;
  }
  .article .title.sz1 {
    font-size: 2.75rem;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1023px) {
  .cta.st1 {
    padding-top: 33.3333%;
    position: relative;
    background-color: #fb622b;
  }

  .favorites-list.st1 {
    grid-template-columns: 1fr 1fr;
  }

  .search-results .g_8 {
    width: 100%;
  }
  .home-team .team-wrapper .block {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  html.page #container {
    padding-top: 90px;
  }

  header#site-header {
    height: 90px;
  }

  body #container {
    padding-top: 90px;
  }

  nav.main {
    display: none;
  }

  nav.side .mobile-only {
    padding: 0 !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  nav.side select {
    min-width: 100%;
  }

  .scrollon {
    display: none !important;
  }

  header .nav-ctn {
    width: calc(100% - 20px);
    margin-right: 10px;
  }

  .toggle-nav {
    right: 20px;
    top: 13px;
  }
  a.branding {
    left: 10px;
    margin-top: 21px;
  }

  .toggle-nav {
    display: block;
  }

  header#site-header .nav-ctn {
    margin-right: 10px;
  }

  body.nav-open #sidemenu {
    right: 0;
    -webkit-overflow-scrolling: touch;
  }

  .artist-enquiry-form ul {
    min-width: 100%;
  }

  nav ul > li a.icon span {
    display: inline-block;
  }

  nav ul > li a.icon span {
    font-size: 1.25rem;
  }

  .title-wrap {
    max-width: 650px;
  }

  .title-wrap h1.title {
    font-size: 3rem;
  }

  .post-list.st1.v2.az li.post {
    width: 33.3333%;
  }

  .sitemap section ul {
    column-count: 3;
  }
  .home-nav-menu {
    grid-template-columns: repeat(2, 1fr);
    justify-items: left;
    column-gap: 20px;
  }
  .home-nav-menu > li {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 900px) {
  #quicklinks .links {
    width: 100%;
  }

  footer .logo-social {
    float: left;
    margin-top: 20px;
  }

  #quicklinks ul.quicklinks {
    width: 100%;
  }

  #quicklinks ul.quicklinks li {
    width: 33.3333%;
  }

  footer .info-ctn {
    float: left;
    width: 66.666%;
  }
}

@media only screen and (max-width: 840px) {
  #artist-cta {
    display: block;
  }

  .search-feature .searchandfilter ul {
    background: none;
    width: 90%;
  }

  .search-results .results .post {
    width: 100%;
  }

  .artist section {
    margin-right: 0;
  }

  .sections {
    width: 100%;
  }

  #artist-video {
    margin-left: -10px;
    margin-right: -10px;
  }

  #pricing-overview {
    position: relative;
    top: auto;
    width: 100%;
    margin: 0;
    float: right;
    margin-bottom: 0;
    margin-top: 25px;
  }

  footer .site-credit {
    text-align: center;
    width: 100%;
  }

  footer .site-name {
    text-align: center;
    margin-top: 10px;
    float: left;
    width: 100%;
  }

  footer .site-credit li {
    margin: 5px;
  }

  .home-events .content-wrapper {
    padding-top: 45%;
  }

  .search-feature .searchandfilter ul li {
    width: 100%;
    float: none;
    margin: 0 0 7px 0 !important;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    padding: 0 !important;
  }

  .search-feature label {
    width: 100%;
  }
  .search-feature select {
    background-position: right 8px center;
  }
  .searchandfilter select.sf-input-select {
    width: 100%;
  }

  section.pad-tb {
    padding: 20px 0;
  }

  body .mfp-bg {
    z-index: 9998;
  }

  body .mfp-wrap {
    z-index: 9999;
  }

  .mfp-gallery .mfp-container {
    padding: 0;
  }

  body.single-artists footer {
    padding-bottom: 60px;
  }

  .home-why .why-wrapper .block {
    display: block;
    width: 100%;
  }

  .home-why .why-wrapper .block.copy {
    width: 100%;
    padding: 30px;
  }

  .home-why .image {
    padding-top: 56.25%;
  }
  .sticky-area {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 640px) {
  section.pad-tb,
  .home-intro.pad-tb {
    padding: 40px 0;
    margin: 0;
  }
  .home-articles.pad-tb,
  .home-nav.pad-tb {
    padding: 0;
  }
  .home-why .why-wrapper {
    flex-direction: column-reverse;
  }
  .events-list .widget .eaw-block .eaw-thumb {
    max-width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 10px;
  }

  .events-list .widget .eaw-block li {
    padding: 0;
  }

  .post-list.st1 .wrapper {
    padding-bottom: 40px;
  }

  .post-list.st1 .link-ctn {
    width: calc(100% - 60px);
  }

  .post-list.st1 .link-ctn .btn {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  footer .info-ctn {
    width: 100%;
    margin-bottom: 30px;
  }

  footer .artists-select select {
    float: left;
    margin-right: 10px;
  }

  .home-events .content-wrapper {
    padding-top: 75%;
  }

  .sitemap section ul {
    column-count: 2;
  }

  .sitemap section .title {
    font-size: 25px;
  }
  .sitemap section ul {
    margin: 20px 0 0;
  }
  .article .title.sz1,
  .title.sz1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .post-list.st2,
  .post-list.st1 li.post {
    grid-template-columns: 1fr;
  }
  .post-list.st2 .title {
    font-size: 1.5rem;
  }
  .company-logos.pad-tb {
    padding: 20px 0;
  }
  .intro-line p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .intro-line {
    margin-bottom: 30px;
  }

  .owl-next span,
  .owl-prev span {
    width: 32px;
    height: 32px;
  }

  .owl-next span::after,
  .owl-prev span::after {
    font-size: 15px;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    margin: 4px;
  }
}

@media only screen and (max-width: 480px) {
  #artist-repertoire .content-section,
  #artist-clients-venues .content-section {
    column-count: 1;
  }

  .title-wrap {
    margin: 30px 0;
  }

  .post-list.st1,
  .home-intro .post-list.st1 {
    grid-template-columns: 1fr;
  }

  .post-list.st1 li.post {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .post-list.st1 .wrapper {
    padding-bottom: 0;
  }

  .search-results .title-wrapper.cat {
    padding-right: 0;
  }

  .post-list.st1 .link-ctn {
    position: static;
    width: 100%;
  }

  .results .filter-btn {
    max-width: 100%;
  }

  .search-results .title-wrapper.cat .dropdown,
  .search-results .title-wrapper.cat select {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 20px;
  }

  #sidebar .post-list.st2 li.block {
    width: 100%;
  }

  .home-team .team-wrapper .block {
    display: block;
    width: 100%;
  }

  #quicklinks ul.quicklinks li {
    width: 50%;
  }

  .home-nav-menu {
    text-align: center;
    width: 100%;
    display: block;
  }

  .wp-pagenavi {
    margin: 0px auto;
  }

  footer .artists-select select {
    width: 100%;
    margin-right: 0;
  }

  .post-list.st1.v2 li.post {
    width: 100%;
  }

  .post-list.st1.v2 .wrapper {
    padding-bottom: 32px;
  }

  .sitemap section ul {
    column-count: 1;
  }

  #cookiespop {
    max-width: 100%;
    bottom: 0;
    right: 0;
    padding: 10px;
    border-radius: 0;
  }

  #cookiespop .confirm-cookies {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 420px) {
  body.filter-open .searchandfilter li.sf-field-submit {
    position: fixed;
    bottom: 0;
    padding: 20px 20px 40px;
    left: 0;
    background: #fff;
    z-index: 1;
  }

  body.filter-open .searchandfilter ul {
    padding-bottom: 35px;
  }
}

@media only screen and (max-height: 1460px) {
  .search-results .filter-ctn {
    height: 760px;
  }
}

@media only screen and (max-height: 880px) {
  .search-results .filter-ctn {
    height: 680px;
  }
}

@media only screen and (max-height: 800px) {
  .search-results .filter-ctn {
    height: 500px;
  }
}

/* ------------ X.X Print
 * -----------------------------------------------------------------------------
 */

@media print {
}
