/*

Theme Name: Sotones

Author: Sotones

Author URI: http://sotones.co.uk/

Description: Sotones theme

Version: 1.0

Tags: record label,music,southampton,uk

*/
/* fonts */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One);
body {
    color: #333;
    background-color: #f1f1f1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
     background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
a {
    color: inherit;
    text-decoration: none;
}
p {
    line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Pathway Gothic One', sans-serif;
}
.page-title {
    font-size: 2em;
    text-align: center;
}
ul,
ol {
    padding: 0;
    margin: 0;
}
ul {
    list-style-type: none;
}
ul li {
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
}
input[type="button"] {
    min-width: 120px;
}
img,
iframe {
    max-width: 100%;
    border: 0;
}
body,
figure {
    margin: 0;
}
hr {
    background-color: #f1f1f1;
    border: 0;
    height: 1px;
}
/* element widths colors and floats */

.left {
    float: left;
}
.right {
    float: right;
}
.full {
    width: 100%;
}
.half {
    width: 100%;
}
.red {
    background-color: #f33;
    color: #fff;
}
.white-red {
    background-color: #fff;
    color: #f33;
}
.white-bg.contain {
    background-color: #fff;
    padding: 1% 4%;
    width:100%;
}
.text-center {
    text-align: center;
}
.pointer {
    cursor: pointer;
}
.first-section,
.contain.first-section {
    padding-top: 66px;
}
section {
    padding-bottom: 5%;
}
blockquote {
    border-left: 4px solid #f33;
    padding: 0 8px;
    color: #555;
}
/* Buttons */

.button {
    color: #FFF;
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    padding: 12px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    clear: both;
    min-width: 100px;
    text-align: center;
}
.highlight-to-dark,
.highlight-to-light,
.dark-to-light:hover,
.dark-outline-to-light:hover {
    background-color: #f33;
    color: #fff;
}
.outline-to-light:hover, 
.dark-outline-to-light:hover {
    border:2px solid #fff;
    background-color: #fff;
    color: #333;
}
.highlight-to-dark:hover,
.dark-to-light {
    background-color: #333;
}
.highlight-to-light:hover {
    background-color: #fff;
    color: #333;
}
.outline-to-light {
    border: 2px solid #fff;
    padding: 10px 14px;
    background-color: rgba(0, 0, 0, 0);
}
.dark-outline-to-light,.dark-outline-to-highlight {
    border: 2px solid #333;
    padding: 10px 14px;
    background-color: rgba(0, 0, 0, 0);
    color: #333;
}
.dark-outline-to-highlight:hover {
    border:2px solid #f33;
    background-color: #f33;
    color: #fff;
}
/* header */

#load_screen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f33;
    color: #fff;
    z-index: 32;
    text-align: center;
}
#load_screen img {
    position: absolute;
    width: 30%;
    top: 40%;
    left: 35%;
}
header {
    position: fixed;
    height: 65px;
    z-index: 8;
    top: 0;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header-up {
    height:40px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#header-logo {
    height: 24px;
    margin: 20px 0 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	fill:#f33;
}
.header-up #header-logo {
    height: 24px;
    margin: 8px 0 0;
}
#menu-button {
    font-size: 16px;
    padding: 24px;
    margin-right: 16px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.header-up #menu-button {
    padding: 12px;
}
.header-nav {
    display:none;
}
.header-nav li {
    display:inline;
}
.header-nav a {
    padding: 18px;
    font-size: 24px;
    display: block;
    float: right;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}
.header-nav a:hover {
    color:#fff;
    background-color:#333;
    border-bottom: 1px solid #f33;
}
.header-up .header-nav a {
    padding: 6px;
    font-size: 24px;
    display: block;
    float: right;
}
#filter-open {
    font-size: 24px;
    padding: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.header-up #filter-open {
    font-size: 24px;
    padding: 8px;
}

/* Artist nav */

#artist-nav-container {
    background-color: #333;
    height: 40px;
    color: #fff;
}
.artist-nav-name,
.artist-follow {
    font-family: 'Pathway Gothic One';
    font-style: normal;
    margin: 0 19px;
    display: inline-block;
    line-height: 40px;
    text-transform: uppercase;
}
.artist-follow {
    display: none;
}
#artist-nav {
    display: inline-block;
    background-color: #fff;
    width: 100%;
    margin-left: 100%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #333;
    border-bottom:1px solid #f1f1f1;
}
#artist-nav svg {
    fill: #333;
}
#artist-nav svg:hover {
    fill: #f33;
}
#artist-nav li {
    line-height: 56px;
    display: block;
    width: 100%;
}
#artist-nav li a:hover {
    color: #f33;
}
.artist-social-ul li {
    display: inline-block;
}
#artist-nav li li {
    display: inline-block;
    width: auto;
}
.artist-social-ul a {
    display: block;
}
.artist-social-ul li .genericon,
.artist-social-ul li span,
.artist-social-ul li a,
.artist-social-ul li svg {
    vertical-align: middle;
}
.artist-social-ul li svg,
.artist-social-ul li .genericon {
    margin-right: 8px;
    fill: #fff;
}
.artist-social-ul .bandcamp {
    width: 28px;
    padding: 2px;
}
.artists-more-options {
    height: 40px;
    width: 40px;
    float: right;
    cursor: pointer;
}
.artists-more-options div {
    height: 4px;
    background-color: #fff;
    width: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 17px;
    margin-bottom: 4px;
}
.first-dot {
    margin-top: 10px;
}
.artists-more-options:hover div {
    background-color: #f33
}
/* media overlay */

#media-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 60;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
}
#media-overlay iframe {
    width: 80%;
    height: 100%;
}
#close-media-overlay {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    padding: 8px;
    z-index: 61;
}
.gallery-current {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.photo-info {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Pathway Gothic One', sans-serif;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 8px;
}
/* Home Page */

.home-news-section {
    position:relative;
}
.fade-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(black));
    background: -moz-linear-gradient(top,transparent,#000);
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, transparent),to(#000));
    background: -webkit-linear-gradient(top,transparent 0,#000 100%);
    background: -moz-linear-gradient(top,transparent 0,#000 100%);
    background: -o-linear-gradient(top,transparent 0,#000 100%);
    background: linear-gradient(to bottom,transparent 0,#000 100%);
    width: 100%;
}

.home-media-title h2 {
    font-size: 4em;
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 0;
    margin-top: 0.4em;
}
.home-media-menu-container {
background-color:#f33;
}
.home-media-menu {
    text-align: right;
}
.home-media-menu li {
    display: block;
    float: right;
    margin: 0 0 1.5em;
}
.home-media-menu li a {
    display: inline-block;
    padding: 12px;
    cursor: pointer;
    background-color: #f1f1f1;
    color:#333;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
.home-media-menu li a:hover {
    background-color: #f33;
    color: #fff;
}

/* Filter  */

#filter {
    z-index: 16;
    position: fixed;
    background-color: #fff;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out;
    top: 0;
    right: 0;
    width: 100%;
    color: #333;
	border-bottom: 1px solid #f1f1f1;
}
#filter h1 {
    font-size: 16px;
}
#close-filter,
#close-nav {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    font-size: 24px;
}
#filter-container {
    padding: 0 0 16px;
}
#filter-form-artists,
#filter-form-content {
    width: 100%;
}
#filter input[type="checkbox"] {
    display: none;
}
#filter-form label,
#artist-select {
    margin: 0px;
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    line-height: 32px;
    width: 320px;
    max-width: 100%;
    margin: auto;
    background-color: #f1f1f1;
    color: #333;
    margin-bottom: 8px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#artist-select {
    border: 0px none;
}
#artist-select option {
    text-align: left;
}

#filter-form input[type="checkbox"]:checked + label {
    background-color: #f33;
    color: #fff;
}
#hitit {
    margin-top: 16px;
    font-size:1em;
}



   
#filter-form label {
    cursor: pointer;
    text-align:left;
    background-color: #fff;
}

#filter-form label:hover {
    background-color: #f1f1f1;
}

#filter-form label span {
    display: inline-block;
    float: right;
    padding: 2px;
    width: 40px;
    margin-top:6px;
    height: 20px;
    vertical-align: middle;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    position: relative;
    background: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#filter-form label span:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    left: 2px;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}


#filter-form label > input:checked + span {
    background-color: #f33;
}

#filter-form label > input:checked + span:after {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
#filter-form label > input:checked + span::before {
    content: '\f418';
    position: absolute;
    font-family: genericons;
    top: -6px;
    left: 42px;
    color: #333;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    font-size: 32px;
}

/* nav */

#sotones-nav {
    z-index: 16;
    position: fixed;
    background-color: #fff;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out;
    top: 0;
    width: 100%;
    color: #333;
	border-bottom:1px solid #f1f1f1;
}
.nav-h2 {
    text-align: left;
    font-family: "Pathway Gothic One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}
.nav-ul {
    margin: auto;
    display: block;
    width: 320px;
    max-width: 100%;
}
.nav-ul li {
    display: block;
    margin: 0;
    width: 100%;
    list-style-type: none;
    font-size: 20px;
    line-height: 32px;
    padding: 8px;
    background-color: #f1f1f1;
    margin-bottom: 8px;
    width: 100%;
}
.nav-ul li:hover {
    background-color: #f33;
    color: #fff;
}
#sotones-nav .social-nav {
    margin-top: 16px;
    color: #333;
}
.social-nav div {
    font-size: 32px;
}
#sotones-nav .social-nav li {
    display: inline;
}
#sotones-nav .social-nav li:hover .genericon {
    color: #f33;
}
#sotones-nav .social-nav li svg {
    fill: #333;
}
#sotones-nav .social-nav li:hover svg {
    fill: #f33;
}
#sotones-nav .social-nav-label {
    display: none;
}
#sotones-nav .social-nav svg {
    fill: #333;
}
#panel-visit-store {
    margin-top: 16px;
}
/* News Page */

.first-4-news.gutters .split:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

.first-4-news .split {
	margin-bottom:4%;
}

.news-image {
    width: 100%;
    padding-bottom: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
	position:relative;
}

.news-image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
}
.news-image-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(black));
    background: -moz-linear-gradient(top,transparent,#000);
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, transparent),to(#000));
    background: -webkit-linear-gradient(top,transparent 0,#000 100%);
    background: -moz-linear-gradient(top,transparent 0,#000 100%);
    background: -o-linear-gradient(top,transparent 0,#000 100%);
    background: linear-gradient(to bottom,transparent 0,#000 100%);
    width: 100%;
    padding-top: 200px;
    text-align: center;
}

.news-image-title h2 {
    padding: 0 24px;
}

.more-news-title {
    font-size: 4em;
}

.rest-news .split {
    background-color: #fff;
    border-top: 2px solid #f33;
    margin-bottom: 4%;
    padding: 16px 12px;
    min-height: 120px;
}


.rest-news .split:hover {
    background-color: #f33;
    color: #fff;
}

/* Archive */

.archive-item {
    background-color: #fff;
}
.archive-item.split {
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.archive-item figure {
    position: relative;
}
.archive-item span {
    display: block;
    text-transform: capitalize;
}
.archive-item figcaption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    left:40px;
}
.archive-item figcaption span {
    display: block;
    text-transform: uppercase;
    padding: 12px 12px 0 0;
    font-size: 1.4em;
    font-family: 'Pathway Gothic One', sans-serif;
    color: #fff;
    text-align: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.archive-date{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #f33;
    font-family: 'Pathway Gothic One',sans-serif;
    height: 32px;
    padding-left: 36px;
    line-height: 32px;
    padding-right: 6px;
}
.archive-date .genericon {
    position: absolute;
    left: 0;
}

/*release cards*/

.release-card img {
    display: block;
    width: 100%;
}

.record-info-store {
    position:absolute;
    top:0;
    left:0;
    right:0;
    padding-bottom:100%;
    background-color:#f33;
    color:#fff;
    margin-left:100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition:all 0.2s; 
    z-index: 2;
}
.record-info-store ul{
    position:absolute;
    display:none;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.record-info-store li {
  line-height:32px;
  
}
.record-info-store li span {
  display:inline;
  
}

figure:hover .record-info-store{
  margin-left:0;
}
figure:hover .record-info-store > span{
  display:none;
}
figure:hover .record-info-store ul{
  display:block;
}


/* photo cards */

.photo-card-figure {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.photo-launcher {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

/* youtube player cards*/

.video-card-figure {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.video-launcher {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}
.video-launcher:hover::after {
    content: ';';
    content: '\f104';
    font-family: 'genericons';
    font-size: 32px;
    color: #f33;
    background-color: #fff;
    padding: 8px 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*Music Cards */

.music-card-figure {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.music-launcher {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

/* Record/release Post */

#record-header {
    position: relative;
}
.record-title {
    color: #fff;
    text-align: right;
    position: absolute;
    bottom: 20%;  
    right: 50%;
    -webkit-transform: translate(50%,0);
    -moz-transform: translate(50%,0);
    -ms-transform: translate(50%,0);
    -o-transform: translate(50%,0);
    transform: translate(50%,0);
}

.record-title .page-title {
    text-align: right;
}

.records-info img {
    display: block;
    width: 100%;
    padding:4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.records-links {
    text-align: right;
    color: #fff;
}
.records-links svg {
    fill: #fff;
}
.records-links * {
    display: inline-block;
    vertical-align: middle;
}
.records-links a {
    padding: 0.5em;
}
.records-links li {
    cursor: pointer;
}
.records-links .genericon {
    display: block;
}
.records-links .button {
    font-style: normal;
}
.records-title,
.records-ref-date,
.records-artist,
.tracklist {
    margin: 0 16px;
}
.records-title {
    margin-top: 16px;
}
.tracklist {
    margin-bottom: 16px;
}
.tracklist ol {
    margin-left: 16px;
}
.tracklist li {
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
.records-reference,
.records-date {
    font-family: 'Pathway Gothic One', sans-serif;
    color: #888;
    text-transform: uppercase;
}
.records-artist {
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    margin: 0 1em 1em 8px;
}
.recording-info {
    margin-left: 16px;
}
.records-description iframe,
.records-description img {
    margin: 0;
    width:100%;
}
.records-description iframe {
    height:400px;
}
.records-description h2 {
    font-size: 1.5em;
}
.records-description p {
    margin-top: 5%;
    margin-bottom: 5%;
}
/*Press Post*/

.press-article-info {
    margin: 0 4% 4%;
    width: 92%;
    background-color: #fff;
}
.press-article {
    background-color: #fff;
    width: 92%;
    margin-left: 4%;
}
.press-article-info img {
    display: block;
}
.press-info-from,
.press-info-date,
.press-info-author,
.press-info-description {
    margin: 0 16px;
    display: block
}
.press-article > * {
    margin-right: 16px;
    margin-left: 16px;
}
.press-article p {
    margin-top: 5%;
    margin-bottom: 5%;
}
.press-info-link {
    background-color: #f1f1f1;
    display: block;
    margin: 0;
    padding: 8px 0;
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    color: #f33;
}
.press-info-description,
.press-info-from {
    margin-top: 16px;
}
.press-info-author {
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
}
.press-info-link:hover {
    color: #333;
}
.press-info-from {
    font-family: 'Pathway Gothic One', sans-serif;
}
.press-info-date {
    font-family: 'Pathway Gothic One', sans-serif;
    color: #888;
    text-transform: uppercase;
}

/* Artists Page */

#artists-section .page-title {
    margin-bottom: 0;
}

#artists-form-select {
    text-transform: uppercase;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 1.5em;
    border:none;
    background-color: #fff;
}
#artists-form option {
    display: block;
}
.page-template-artists .gutters.scale-1\/4 .split:nth-child(4n+1) {
    clear: left;
}
.page-template-artists .archive-item {
    margin-bottom: 4%;

}

.artists-card {
    overflow: hidden;
    background-color: #f33;
    color: #fff;
}
.artists-card img {
    display: block;
}
.artists-card figcaption {
    padding: 0;
    display: block;
}
.artists-card figcaption a {
    display: block;
    padding-top: 45%;
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    font-size: 1.4em;
}
.artists-card figcaption a:hover {
    color: #f1f1f1;
}
.artists-card:hover .artists-animate {
    margin-left: -100%;
}
.artists-animate {
    width: 200%;
    -webkit-transition: margin .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out;
    -o-transition: margin .3s ease-in-out;
    transition: margin .3s ease-in-out;
}
.artists-picture,
.artists-hover {
    width: 50%
}
.artists-hover {
    float: right;
}
.artists-picture {
    float: left;
}
.artists-card .artists-hover {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
}

/* Artist Page */

.artist-page-header {
    position: relative;
}

.artist-header figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.artist-header figcaption h1 {
    margin: 0;
    font-size: 2em;
    opacity: 0.95;
}
.artist-logo-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    opacity: 0.95;
    width: 60%;
}

/* Gig listings */

.gigs-section {
    background-color: #fff;
}
#gig-listings table {
    border-collapse: collapse;
    width: 100%;
}
#gig-listings th {
    text-align: left;
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    background-color: #f33;
    color: #FFF;
}
#gig-listings tr {
    width: 100%;
}
#gig-listings td,
#gig-listings th {
    padding: 24px;
}
#gig-listings tr:nth-child(2n) {
    background-color: #f1f1f1;
}
#gig-listings tr:nth-child(2n-1) {
    background-color: #f1f1f1;
}
.songkick-att {
    width: 200px;
    display: block;
    margin-top: 16px;
}
/* footer */

footer {
    color: #fff;
    background-color: #f33;
    padding: 5% 0;
}
footer a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
footer li:hover a {
    color: #f1f1f1;
}
footer .social-nav {
    display:inline-block;
    margin-bottom: 2em;
}
footer .social-nav li {
    display: inline;
}
footer .genericon,
footer .social-nav svg {
    float: left;
    margin-right: 16px;
}
footer .social-nav svg {
    fill: #fff;
}
footer .social-nav li:hover svg {
    fill: #f1f1f1;
}
footer .social-nav-label {
  display:none
}
footer h2 {
    margin: 0;
    font-size: 3.5em;
    font-family: 'Pathway Gothic One', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-address {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.footer-address h2 {
    font-style: normal;
    line-height: initial;
    color: #fff;
}
.footer-store {
    margin-top:2em;
}

footer input {
  font-size:1em
}
footer input[type="text"] {
  border:none;
  width:100%;
    padding:8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Contact Page */


.contact-page .wpcf7,
.contact-page ul,
.contact-page div div {
    margin: 5% 0;
}
.contact-page .wpcf7 p,
.contact-page div div {
    margin: 5% 0;
}
.contact-page .social-nav .genericon,
.contact-page .social-nav svg {
    float: left;
    margin-right: 8px
}
.contact-page .social-nav li {
    line-height: 32px;
    display: block;
    margin-bottom: 4px;
}
.contact-page .social-nav svg {
    fill: #333;
}
.contact-page .social-nav li:hover {
    color: #f33;
}
.contact-page .social-nav li:hover svg {
    fill: #f33;
}
.staff-list li {
    font-style: initial;
    font-family: 'Open Sans', sans-serif;
    text-transform: initial;
}
.staff-list-bold {
    font-weight: bold;
}
/* Contact Form */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="select"],
.wpcf7 textarea,
.contact-page .mail-list input[type="text"] {
    width: 100%;
    border: 0px none;
    background-color: #F1F1F1;
    padding: 8px;
}
div.wpcf7-response-output {
    margin: 0;
    text-align: center;
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
}
div.wpcf7-mail-sent-ok {
    border: none;
    color: #fff;
    background-color: #f33;
}
footer input[type="text"] {
  border:none;
  width:100%;
    padding:8px;
}
/* About Page */


/* Demos page */

.demo-tape {
    margin-bottom: 5%;
}

/* Press Resource */

.contain.press-resource-container {
    margin-bottom: 4%;
    background-color: #f1f1f1;
}

.press-resource-info li {
    font-family: 'Open Sans',Sans-serif;
    text-transform: capitalize;
}
.press-resource-info li:hover {
	color:#f33;
}

.press-header{
  	background-color:#333;
	border:none;
}

.press-logo {
    height: 24px;
    margin: 20px 0 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	fill:#333;
	display:inline;
	padding-left:24px;
}

.header-up .press-logo {
    height: 24px;
    margin: 8px 0 0;
}

.st-logos .split {
	background-color:#f1f1f1;
	margin-bottom:4%;
}
.st-logos .split span {
	display:block;
	padding:16px;
}

.press-links {
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    background-color: #f33;
    color: #fff;
    display: none;
}
#press-nav-toggle {
	padding:12px;
}
.header-up #press-nav-toggle {
	padding:0;
}
.press-links li {
		line-height:40px;
	}


/* 404 page */

.title-404 {
    font-size: 4em;
    font-family: 'Pathway Gothic One',sans-serif;
    text-transform: uppercase;
}

.contain.fouro-links-container {
    position: relative;
    margin-top: 4%;
}

.fouro-quick-links {
    display: none;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right: 50%;
    background-color:#f1f1f1;
}
.fouro-quick-links li {
    height: 16.6666667%;
    position:relative;
}
.fouro-quick-links li:hover {
    background-color:#fff;
    color:#f33;
}
.fouro-quick-links li a {
    font-size: 2.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
}

.fouro-image-container {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-image: url("http://republicofwessex.com/wp-content/themes/sotones/images/itchenbridge1200.jpg");
	padding-bottom: 100%;
    width:100%;
}
.fouro-artists-form,.fouro-mail-list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-left: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center;
    color: #fff;
    width: 100%;
}
.fouro-artists-form div {
    margin-top: 45%;
    width: 100%;
}
.fouro-mail-list div {
    width: 100%;
    padding: 20% 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
.fouro-mail-list input {
    width: 100%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fouro-mail-list .genericon {
    float: right;
    padding: 4px;
}


.fouro-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 51, 102, 0.6);
}
#fouro-logo-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width:100%;
}
.anim-container {
    position:absolute;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 30%;
    height: 30%;
    top:15%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.anim-container svg {
    width: 100%;
    height: 100%;
}
.motto {
    position: absolute;
    top:55%;
    left:10%;
    right:10%;
    bottom:10%;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
}

/* Single Post */


.single iframe {
    width: 100%;
    min-height: 400px;
}

/* Single Page */

#single-page-title {
    position:relative;
}

.page-title-container {
    color: #fff;
    text-align: right;
    position: absolute;
    bottom: 20%;  
    right: 50%;
    -webkit-transform: translate(50%,0);
    -moz-transform: translate(50%,0);
    -ms-transform: translate(50%,0);
    -o-transform: translate(50%,0);
    transform: translate(50%,0);
}
.contain.page-title-container {
    margin:0;
}
.page-title-container .page-title {
    text-align: right;
    margin:0;
}
.page-logo {
    width:30%;
    max-width:150px;
}

/*Media Queries */

@media screen and (orientation: portrait) {
    #load_screen img {
        position: absolute;
        width: 60%;
        top: 40%;
        left: 20%;
    }
}
@media only screen and (min-width: 450px) {
    .motto {
        font-size: 1.5em;
    }
    .home-media-title h2,
    .page-title {
        font-size: 3.5m
    }
    .records-description h2 {
        font-size: 2.5em;
    }
}
@media only screen and (min-width: 550px) {
    .tracklist li {
        font-size: 0.8em;
    }
}
@media only screen and (min-width: 600px) {
    .motto {
        font-size: 2em;
    }
    .home-media-title h2,
    .page-title {
        font-size: 4em
    }
    .artist-header figcaption h1 {
        font-size: 3em;
    }
    .records-description h2 {
        font-size: 3em;
    }
    .artist-section h2 {
        font-size: 3em;
    }
    .footer-menu {
        width: 44%;
    }

}
@media only screen and (min-width: 700px) {
    .records-description h2 {
        font-size: 3em;
    }
    .press-article-info {
        margin: 0;
        background-color: #f1f1f1;
        width: 30%;
    }
    .press-article {
        background-color: #FFF;
        width: 70%;
        margin: 0;
        padding-top: 88px;
    }
    .press-article h1 {
        font-size: 3em;
    }
    .artist-header figcaption h1 {
        font-size: 4em;
    }
	.press-links {
			float: right;
			position: initial;
			margin-top: 0;
			top: 0;
			width: auto;
			text-align: left;
			background-color: #333;
			color: #fff;
			display: inline;
	}
	.press-links li {
		display: inline;
		color: #fff;
		line-height: 65px;
		margin-right: 2em;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	}
	.header-up .press-links li {
		line-height:40px;
	}
	.press-header .artists-more-options {
		display:none;
	}
}
@media only screen and (min-width: 750px) {
    .header-nav {
        display:block;
    }
    footer h2 {
        
        font-size: 2em;
    }
}
@media only screen and (min-width: 800px) {
    .fouro-quick-links {
        display:block;
    }
    .fouro-image-container {
        width:50%;
        padding-bottom:50%;
        margin-left:50%;
    }
    .half {
        width: 50%;
    }
    .home-media-title h2 {
        font-size: 8em;
    }
    .page-title {
        font-size: 5em;
    }
    .motto {
        font-size: 2em;
    }
    .records-links li {
        display: inline;
    }
    .records-links li a {
        display: inline-block;
        padding: .5em;
    }
    .artist-section h2 {
        font-size: 4em;
    }
    .press-article > * {
        margin-right: 8%;
        margin-left: 8%;
    }
    .artist-header figcaption h1 {
        font-size: 5em;
    }
    footer h2 {
        font-size: 2.5em;
    }
}
@media only screen and (min-width: 900px) {
    footer h2 {
        font-size: 3em;
    }
}
@media only screen and (min-width: 1000px) {
    #filter-form-artists,
    #filter-form-content {
        width: 50%;
    }
    .motto {
        font-size: 2.5em;
    }
    .records-description h2 {
        font-size: 4em;
    }
    .press-article > * {
        margin-right: 12%;
        margin-left: 12%;
    }
    .press-article h1 {
        font-size: 4em;
    }
    .artist-header figcaption h1 {
        font-size: 6em;
    }
    footer h2 {
        font-size: 3.5em;
    }
}
@media only screen and (min-width: 1200px) {
    header {
        -webkit-transition: top 0.2s ease-in-out;
        /* For Safari 3.1 to 6.0 */
        
        -moz-transition: top 0.2s ease-in-out;
        
        -o-transition: top 0.2s ease-in-out;
        
        transition: top 0.2s ease-in-out;
    }
    .press-article > * {
        margin-right: 18%;
        margin-left: 18%;
    }
    .artist-header figcaption h1 {
        font-size: 8em;
    }
}
/*
/ www.splitsframework.com
/ By Bob Wade
/ Splits V 0.1
/ Copyright 2016 
/ MIT License
*/
/*BASE STYLES FROM MOBILE UP-SPLITS ARE ALL FULL WIDTH*/

.contain,
.full-width {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: left;
}
.full-width {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.contain:after,
.full-width:after {
    clear: both;
    display: table;
    content: "";
}
.split {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.full-width.gutters .split {
    width: 90%;
    margin-left: 5%;
}
/*SPLITS GET THEIR NORMAL WIDTHS*/

@media (min-width: 550px) {
    .contain {
        width: 90%;
    }
    .full-width.gutters .split,
    .gutters .split {
        margin-left: 4%;
    }
    .gutters .split:first-child {
        margin-left: 0;
    }
    /*WITHOUT GUTTERS*/
    
    .all-1\/6 .split,
    .\31 \/6.split {
        width: 16.6666666666%;
    }
    .all-1\/4 .split,
    .\31 \/4.split {
        width: 25%;
    }
    .all-1\/3 .split,
    .\31 \/3.split {
        width: 33.3333333333%;
    }
    .all-1\/2 .split,
    .\31 \/2.split {
        width: 50%;
    }
    .\32 \/3.split {
        width: 66.6666666666%;
    }
    .\33 \/4.split {
        width: 75%;
    }
    .\35 \/6.split {
        width: 83.3333333333%;
    }
    .full.split {
        width: 100%;
    }
    /*WITH GUTTERS*/
    
    .gutters.all-1\/6 .split,
    .gutters .\31 \/6.split {
        width: 13.3333333333%;
    }
    .gutters.all-1\/4 .split,
    .gutters .\31 \/4.split {
        width: 22%;
    }
    .gutters.all-1\/3 .split,
    .gutters .\31 \/3.split {
        width: 30.6666666667%
    }
    .gutters.all-1\/2 .split,
    .gutters .\31 \/2.split {
        width: 48%;
    }
    .gutters .\32 \/3.split {
        width: 65.3333333333%;
    }
    .gutters .\33 \/4.split {
        width: 74%;
    }
    .gutters .\35 \/6.split {
        width: 82.6666666666%;
    }
    .gutters .full.split {
        width: 100%;
        margin-left: 0;
    }
    /*OFFSET WITHOUT GUTTERS*/
    
    .off-1\/6.split {
        margin-left: 16.6666666666%;
    }
    .off-1\/4.split {
        margin-left: 25%;
    }
    .off-1\/3.split {
        margin-left: 33.3333333333%;
    }
    .off-1\/2.split {
        margin-left: 50%;
    }
    .off-2\/3.split {
        margin-left: 66.6666666666%;
    }
    .off-3\/4.split {
        margin-left: 75%;
    }
    .off-5\/6.split {
        margin-left: 83.3333333333%
    }
    /*OFFSET WITH GUTTERS*/
    
    .gutters .off-1\/6.split {
        margin-left: 17.3333333333%;
    }
    .gutters .off-1\/4.split {
        margin-left: 26%;
    }
    .gutters .off-1\/3.split {
        margin-left: 34.6666666667%;
    }
    .gutters .off-1\/2.split {
        margin-left: 52%;
    }
    .gutters .off-2\/3.split {
        margin-left: 69.3333333333%;
    }
    .gutters .off-3\/4.split {
        margin-left: 78.0%;
    }
    .gutters .off-5\/6.split {
        margin-left: 86.6666666666%;
    }
    /*
*PROGRESSIVE SCALING:
*/
    /*ALL SPLITS BECOME HALVES*/
    
    .gutters.scale-1\/6 .split,
    .gutters.scale-1\/4 .split,
    .gutters.scale-1\/3 .split {
        width: 48%;
    }
    .scale-1\/6 .split,
    .scale-1\/4 .split,
    .scale-1\/3 .split {
        width: 50%;
    }
    .gutters.scale-1\/6 .split:nth-child(2n+1),
    .gutters.scale-1\/4 .split:nth-child(2n+1),
    .gutters.scale-1\/3 .split:nth-child(2n+1) {
        margin-left: 0;
        clear: left;
    }
    .skip-1\/2.gutters .split,
    .skip-1\/2 .split {
        width: 100%;
    }
    .skip-1\/2.gutters .split:nth-child(2n) {
        margin-left: 0%;
        clear: left;
    }
}
/*IF SET AS THIRDS,QUARTERS OR SIXTHS, SPLITS BECOME THIRDS UNLESS SKIPPED*/

@media (min-width: 650px) {
    .gutters.scale-1\/6 .split,
    .gutters.scale-1\/4 .split,
    .gutters.scale-1\/3 .split {
        width: 30.6666666666%
    }
    .scale-1\/6 .split,
    .scale-1\/4 .split,
    .scale-1\/3 .split {
        width: 33.3333333333%;
    }
    .gutters.scale-1\/6 .split:nth-child(2n+1),
    .gutters.scale-1\/4 .split:nth-child(2n+1),
    .gutters.scale-1\/3 .split:nth-child(2n+1) {
        margin-left: 4%;
        clear: none;
    }
    .gutters.scale-1\/6 .split:nth-child(3n+1),
    .gutters.scale-1\/4 .split:nth-child(3n+1),
    .gutters.scale-1\/3 .split:nth-child(3n+1) {
        margin-left: 0;
        clear: left;
    }
    .skip-1\/3.gutters .split {
        width: 48%;
    }
    .skip-1\/3 .split {
        width: 50%;
    }
    .skip-1\/2.gutters .split:nth-child(2n),
    .skip-1\/3.gutters .split:nth-child(2n) {
        margin-left: 4%;
        clear: none;
    }
    .skip-1\/2.gutters .split:nth-child(3n+1),
    .skip-1\/3.gutters .split:nth-child(2n+1) {
        margin-left: 0;
        clear: left;
    }
}
/*IF SET AS QUARTERS OR SIXTHS, SPLITS BECOME QUARTERS UNLESS SKIPPED*/

@media (min-width: 750px) {
    .gutters.scale-1\/6 .split,
    .gutters.scale-1\/4 .split {
        width: 22%;
    }
    .scale-1\/6 .split,
    .scale-1\/4 .split {
        width: 25%;
    }
    .gutters.scale-1\/6 .split:nth-child(3n+1),
    .gutters.scale-1\/4 .split:nth-child(3n+1) {
        margin-left: 4%;
        clear: none;
    }
    .gutters.scale-1\/6 .split:nth-child(4n+1),
    .gutters.scale-1\/4 .split:nth-child(4n+1) {
        margin-left: 0;
        clear: left;
    }
    .skip-1\/4.gutters .split {
        width: 30.6666666666%;
    }
    .skip-1\/4 .split {
        width: 33.3333333333%;
    }
    .skip-1\/3.gutters .split:nth-child(2n+1),
    .skip-1\/4.gutters .split:nth-child(2n+1) {
        margin-left: 4%;
        clear: none;
    }
    .skip-1\/4.gutters .split:nth-child(3n+1) {
        margin-left: 0;
        clear: left;
    }
    .skip-1\/3.gutters .split:nth-child(4n-3) {
        margin-left: 0;
        clear: left;
    }
}
/*IF SET AS SIXTHS, SPLITS BECOME SIXTHS*/

@media (min-width: 850px) {
    .gutters.scale-1\/6 .split {
        width: 13.3333333333%;
    }
    .scale-1\/6 .split {
        width: 16.6666666666%;
    }
    .gutters.scale-1\/6 .split:nth-child(4n+1) {
        margin-left: 4%;
        clear: none;
    }
    .gutters.scale-1\/6 .split:nth-child(6n+1) {
        margin-left: 0;
        clear: left;
    }
    .skip-1\/4.gutters .split:nth-child(2n+2) {
        margin-left: 4%;
        clear: none;
    }
}
