@charset "UTF-8";
 @font-face {
font-family: besley;
src: url(//www.coloredsurge.com/wp-content/themes/coloredsurge/Besley-Medium.otf)
}
* {
margin: 0;
border: 0;
padding: 0;
box-sizing: border-box;
}
p, h1, h2, h3 {
margin: 15px 0px;
}
p {
line-height: 200% !important;
}
html, body {
height: 100%;
}
body {
letter-spacing: 1px;
font-family: sans-serif; 
overflow-y: scroll;
}
.arrow {
border: solid white;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 8px;
}
.left {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.no-decoration {
text-decoration: none;
}
.center {
text-align:center;
}
.left {
text-align:left;
}
.right {
text-align:right;
}
.inline-block {
display:inline-block;
}
.link-button {
margin:25px 0px;
justify-content: right;
}
.link-button a, .link-button span, .related-posts a {
text-decoration: none;
background: rgba(0, 0, 0, 0.1);
border: 1px solid;
padding: 0.5rem;
transition: all 0.3s ease-in-out;
border-radius: 3px;
display: inline-block;
margin: 1rem;
}
.link-button span {
color:black;
}
a {
transition: .3s color;
}
nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
transition: all 200ms;
}
nav ul {
text-align: right;
}
nav ul li {
display: inline-block;
padding: 0.5rem;
}
nav ul li a {
display: block;
position:relative;
padding:10px;
text-decoration: none;
border-bottom: 2px solid transparent;
transition: all 0.3s;
overflow: hidden;
}
nav #logo {
position: absolute;
height: 100%;
left: 16px;
padding: 5px;
}
.navigation-background, .large-navigation {
transition: all .2s;
}
.large-navigation {
padding: 2.5rem;
}
.current-menu-item a {
color:whitesmoke !important;
}
nav ul li a:before{
content: '';
width: 60px;
position: absolute;
border-bottom: 2px solid white;
bottom: 0;
right: 350px;
transition: 0.7s all;
}
nav ul li a:hover:before{
right: 0;
}
nav ul li a:after{
content: '';
width: 60px;
position: absolute;
border-top: 2px solid white;
top: 0;
left: 350px;
transition: 0.7s all;
}
nav ul li a:hover:after{
left: 0;
}
.navigation-footer li {
list-style: none;
display:inline-block;
padding: 1rem;
}
.maincontent {
text-align:left;
padding: 3rem 10% 0rem 10%;
} main {
margin: 0 auto;
animation: fadeInMain 0.8s;	
}
@keyframes fadeInMain {from { opacity:0;
}
to {
opacity: 1;
}
}
article video, article img {
height: auto !important;
width: 100%;
}
main > h1, section > h1 {
text-align: left;
padding: 5px;
font-size:5em;
display:inline-block;
text-transform: uppercase;
}
main > h1:after, section > h1:after {
content: '';
border-bottom: 3px solid;
display:block;
width:120%;
} .posts-container {
display:flex;
flex-wrap : wrap;
justify-content: space-evenly;
align-content: flex-start;
}
.post {
position: relative;
border-bottom: 1px solid green;
border: 1px solid #ccc;
margin: 15px 0px;
transition:all .2s ease-in;
display: block;
flex-direction: column;
width: calc(25% - 1.5em);
background: #101010;
color: #ccc;
overflow:hidden;
border-radius: 6px;
}
.read-more, .post-excerpt, .post-title  {
padding: 16px;
}
#post-date {
position: absolute;
bottom: 0px;
color: white;
background: rgba(0,0,0,0.6);
width: 100%;
padding: 8px;
transition: bottom .1s;
}
.post-overlay {
display: flex;
flex-direction: column;
justify-content: center;
position: absolute;
bottom: -100%;
color: white;
background: rgba(0,0,0,0.6);
width: 100%;
height: 100%;
text-align: center;
padding: 8px;
font-size: 2rem;
transition: bottom .1s;
}
.post:hover .post-overlay {
bottom: 0;
}
.post-title {
padding-bottom: 0;
padding-top: 0px;
}
.post-title h1 {
margin: 10px 0 10px 0;
}
.read-more {
display:none;
position: absolute;
bottom: 0;
width: 100%;
}
.read-more hr {
height: 1px;
background: white;
}
.read-more a {
text-decoration: none;
}
.art-single .post-excerpt {
padding:1.5rem;
text-align: justify;
}
.post-thumbnail {
height: 300px;
overflow: hidden;
position: relative;
}
.post-thumbnail img {
width: 100% !important;
height: 100%% !important;
object-fit: cover;
}
.link-to-post > * {
text-decoration: none;
color: #ccc;
}
.post-excerpt {
line-height: 125%;
padding-top: 0;
overflow: hidden;
}
.post-excerpt p {
margin: 0px;
} .fullpost {
padding-top: 0 !important;
}
.fullpost header {
position: relative;
}
.fullpost-thumbnail {
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
max-height: 450px;
}
.fullpost header img {
align-self: center;
width: 100%;
height : auto;
}
.fullpost-date  {
bottom: 0;
padding: 1rem;
background: rgba(0,0,0,0.6);
color: white;
width: 100%;
z-index: 1;
}
.fullpost-title {
width: 100%;
color: white;
background:	rgba(0,0,0,.5);
height: 100%;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
padding: 4rem;
}
.fullpost-title h1 {
font-size: 6vw;
line-height: 1;
text-transform: uppercase;
margin: 0;
}
.fullpost article {
background: #101010;
padding: 3rem;
color: white;
}
.fullpost-wrapper {
border-radius: 6px;
overflow: hidden;
width: 75%;
margin: 0 auto;
}
.related-posts {
display: flex;
flex-direction: column;
text-align: center;
background: white;
}
footer {
width: 100%;
bottom: 0;
background: #454545;
text-align: center;
}
.footer-bottom {
width:100%;
padding:1.5rem;
background:#232323;
}
.widget-container {
width: 100%;
display: flex;
flex-wrap: wrap;
padding:25px;
}
.widget-container aside {
flex: 1 1 auto;
}
.archive-widget-1 {
display: flex;
flex-wrap: wrap;
}
#sociallink {
position: fixed;
width: 0px;
height: 250px;
left: -15px;
top: 200px;
z-index: 9;
}
#sociallink a {
display: block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
text-decoration: none;
color: black;
transition: height 0.3s, width 0.3s;
border-radius: 15px;
}
#sociallink a:hover {
width: 150px;
filter: brightness(2);
-webkit-filter: brightness(2);
}
#sociallink a p {
position: absolute;
left: 65px;
}
#sociallink  a img {
position: relative;
top: 10px;
}
#sociallink  a span {
display: none;
font-size:0.75em;
color: white;
}
input, textarea, select {
padding: 10px;
transition: border-color 0.3s, background 0.3s, color 0.3s;
margin: 15px 0px;
} .comment-container {
max-width: 500px;
padding-top: 1.5rem;
}
.comment-body {
border: 1px solid;
margin: 1.5rem;
}
.comment-meta, .comment-content, .reply {
padding: 1.5rem;
text-align: left;
}
.comment-metadata {
padding: 0.5rem 0;
}
.reply a {
padding: .5rem;
border: 1px solid;
display:inline-block;
text-decoration: none
}
.comment-content {
background:white;
}
.children li {
list-style: none;
margin-left: 1.5rem;
} .gigpress-table {
width: 100%;
}
.gigpress-table th {
}
.gigpress-artist-heading {
display:none !important;
}
.gigpress-table td {
border-bottom: 1px solid;
text-align:left;
width: 150px;
}
.gigpress-table th {
text-align:left;
}
.gigpress-info td {
display: none;
}
.gigpress-table tr:hover {
transition: background 0.3s;
background: rgba(0, 0, 0, 0.1);
}
.gigpress-date a {
padding: 5px;
text-decoration: none;
}
.gigpress-table td span {
display: inline-block;
color: darkgrey;
font-size: 2.5em;
}
td.gigpress-city, td.gigpress-venue{
font-size:4em;
}
.gigpress-table td span:first-child {
font-size: 6em;
color: #C03E6D;
}
.gigpress-table td span:last-child {
font-size: 1.5em;
transform: inherit;
border-bottom: 0px;
}
.gigpress-links-cell {
display:none;
}
.today {
box-shadow: 0 0 40px 0 #fff;
transition: all 0.3s;
}
.upcoming {
padding: 5px;
}
.blocks-gallery-item img, .blocks-gallery-item figure figcaption {
transition: all .2s ease-in-out;
opacity: .7;
}
.blocks-gallery-item {
overflow: hidden;
}
.blocks-gallery-item figure figcaption {
bottom: -100% !important;
}
.blocks-gallery-item figure:hover > figcaption {
bottom:0 !important;
}
.blocks-gallery-item figure:hover > img, .blocks-gallery-item figure:hover > a img {
width:110% !important;
height: 110% !important;
opacity: 1;
}
#menu-container {
display:none;
}
@media screen and (min-width : 980px) and (max-width : 1280px) {
.post {
width: calc(30% + 10px);
}
.fullpost-wrapper {
width: 100%;
}
}
@media screen and (min-width : 733px) and (max-width : 980px) {
.post {
width: calc(50% - 10px);
}
.fullpost-wrapper {
width: 100%;
}
} @media screen and (min-width : 0px) and (max-width : 733px) {
.maincontent, section {
padding: 2.5rem 0.66rem;
} #menu-container {
display: flex;
flex-direction: row;
align-items: center;
height: 100%;
width: 100px;
gap: 16px;
padding: 16px;
}
#mobilemenu {
display: block;
text-decoration: none;
font-size: 27px;
z-index: 9999;
}
#nav_back {
font-size: 27px;
text-decoration: none;
}
#mobilemenu span, #mobilemenu span::before, #mobilemenu span::after {
cursor: pointer;
border-radius: 1px;
height: 1px;
width: 34px;
background: white;
position: relative;
display: block;
content: '';
}
#mobilemenu span::before {
top: -10px;
}
#mobilemenu span::after {
top: 10px;
}
#mobilemenu:hover>span, #mobilemenu:hover>span::before, #mobilemenu:hover>span::after
{
background: white ;
}
#mobilemenu span, #mobilemenu span::before, #mobilemenu span::after {
transition: all 300ms ease-in-out;
}
#mobilemenu.active span {
background-color: transparent;
}
#mobilemenu.active span::before, #mobilemenu.active span::after {
top: 0;
}
#mobilemenu.active span::before {
transform: rotate(45deg);
}
#mobilemenu.active span::after {
transform: rotate(-45deg);
}
nav {
height: 3.5rem;
background: #151515;
}
nav ul.active { 
display: block;
left:0px;
}
nav ul {
left: -100%;
position: fixed;
top: 3.5rem;
width: 100%;
height: 100%;
transition: all 0.5s;
background: #101010;
}
nav ul li {
display: block;
text-align: center;
}
nav ul li a {
padding: 10px;
border: 0;
border-right: 2px solid transparent;
}
nav ul li a:before, nav ul li a:after{
display:none;
}
.morenews {
display:none;
}
.post {
width: 100%;
}
.post a {
text-decoration: none;
}
.post h1 {
margin: 10px 0px;
}
.post-excerpt {
margin-bottom: 35px;
}
.read-more {
display:block;
}
.fullpost {
padding-top: 4rem !important;
}
.fullpost-thumbnail {
height: auto;
}
.fullpost article, .fullpost-title  {
padding: 1rem;
}
.fullpost-wrapper {
width: 100%;
}
#sociallink {
width: 221px;
top: 10px;
height: auto;
right: 0;
left: inherit;
z-index: 999;
}
#sociallink a {
display: inline-block;
height: 32px;
width: 32px;
}
#sociallink a:hover {
width: 32px;
}
#sociallink  a img {
position: relative;
top: -5px;
height: 16px;
width: 16px;
}
nav #logo {
display: none;
}
.comment-container {
max-width: 100%;
}
td.gigpress-city, td.gigpress-venue{
font-size:inherit;
}
.gigpress-table td, .gigpress-table tr {
padding: 5px;
width:50px;
margin: 25px 0px !important;
}
.gigpress-table th, .gigpress-info, .gigpress-header  {
display: none !important;
}
.gigpress-table td span {
font-size: 0.7em;
display: block;
line-height: 100%;
}
.gigpress-table td span:first-child {
font-size: 2em;
border-right: 2px solid;
}
.gigpress-table td span:last-child {
font-size: 1.25em;
transform: inherit;
border-right: 2px solid;
border-bottom: 0px;
}
main > h1, section > h1, .fullpost-title > h1 {
font-size : 2rem;
line-height: 100%;
}
main > h1:after, section > h1:after, .fullpost-title > h1:after {
content: '';
width: 100%;
}
.scroll-down {
display: none;
}
}