/*
Theme Name: I Support Street Art
Theme URI: http://www.stonewave.net
Author: Stonewave Team
Author URI: http://www.stonewave.net
Description: Custom wordpress theme for I Support Street Art Community website www.isupportstreetart.com
Version: 2.02
Tags: Street Art, Art
*/

/*************
Font wheights:
Thin    100
Light   300
Normal  400
Bold    700
**************/

.wp-caption {
    max-width: 100% !important;
}

.test {
    min-height: 80px;
    background-color: #eaeaea;
}

.row {
    max-width: 82rem !important;
}

.row.fullwidth {
   width: 100%;
   max-width: 100% !important;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

body {
    background-image: url('img/bg.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
}

html, body {
    /*font-family: 'Advent Pro', sans-serif;*/
    font-family: "acumin-pro",sans-serif;
    font-size: 15px;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Advent Pro', sans-serif;*/
    font-family: "ff-netto-web",sans-serif;
    font-weight: 400;
}

h1 {
    
}



h2 {
    font-size: 41px;
    text-indent: 10px;
    color: #b2b2b2;
    border-bottom: 1px dotted #ed1c24;
    margin-bottom: 40px;
}

h2 > span {
    font-size: 24px;
    color: #231f20;
}

h2.index-title {
    display: inline-block;
    width: 100%;
    text-indent: 10px;
    color: #ed1c24;
}

h2.index-title:after, h2.index-title:before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

h2.index-title a {
    color: #ed1c24;
}

.archive {
    text-align: right;
    float: right;
    display: inline-block;
    margin-top: 20px;
}

h3 {
    
}

h3 > span {
    font-size: 16px;
}

h3.support-titles {
    text-align: center;
}

h4 {
    
}

h5 {
    font-weight: 500;
}

a {
    color: #33a5ba;
    font-weight: 500;
}

a:hover, a:active {
    color: #ed1c24 !important;
}

a.about-link {
    color: #33a5ba !important;
}

a.about-link:hover {
    color:#ed1c24 !important;
}

a p.no-hover {
    color: #000;
}

a p.no-hover:hover {
    color: #000;
}

.sa-header {
    margin: 20px auto 20px;
    /*top: -120px;*/
    /*transition: top .4s .1s;*/
}

.sa-fixed.sa-header {
    margin: 0 auto;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    max-width: 100%;
    border-bottom: 1px solid #eaebec;
    /*transition: top .4s .1s;*/
}

.sa-fixed .menu-triger-small {
    top: 20px;
}

.sa-fixed .main-logo {
    max-height: 80px;
}

.sa-fixed #sa-navigation {
    margin-top: 50px;
}

.sa-fixed #blog-title,
.sa-fixed #magic-header,
.sa-fixed p.header-discription {
    display: none !important;
}

.addpadding {
    padding-top: 180px;
}

.top-stuff > * {
    float: left;
}

.main-logo {
    max-height: 180px;
    
    margin-right: 20px;
}

#sa-navigation {
    margin-top: 30px;
    z-index: 9999;
    clear: both;
}

#sa-navigation ul {
    list-style: none;
    margin: 0;
    z-index: 9999;
}

#sa-navigation ul li { 
    display: inline-block;
    margin-right: 20px;
    z-index: 9999;
}

#sa-navigation ul li a {
    font-weight: 600;
    font-size: 16px;
    color: #231f20;
    z-index: 9999;
}

#sa-navigation ul li:last-child {
    margin: 0;
}

#sa-navigation ul li ul {
    display: none;
    position: absolute;
    padding: 5px 10px 10px 20px ;
    margin-left: -20px;
    background-color: #fff;
    /*border: 1px solid #000;*/
    z-index: 9999;
}

#sa-navigation ul li:hover ul {
    display: block;
}

#sa-navigation ul li ul li { 
    display: list-item;
}

#sa-navigation ul li ul li a { 
    z-index: 9999;
    color: #231f20;
}

li.current_page_item > a, li.current-menu-ancestor > a {
    color: #ed1c24 !important;
}

.menu-item-has-children > a:after {
    content: "+";
}

/* Letters Custom Navigation */
.letters-submenu {
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 5px 0px 10px 0px !important;
}

.letters-submenu li {
    display: inline-block !important;
    width: 25%;
    margin-right: 0 !important;
    margin-bottom: 5px;
    text-align: center;
}

.letters-submenu li a {
    display: block;
}

/* Carousel */

.sa-carousel {
    display: block;
    height: 280px;
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}

.sa-carousel .carousel-item {
    display: block;
    min-height: 100%;
    background-color: #fff;
}

.sa-carousel .carousel-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.sa-carousel .carousel-item a h4 {
    position: absolute;
    left: 0;
    top: 200px;
    padding: 4px;
    background-color: #fff;
    color: #000;
}

.sa-carousel .carousel-item a:hover h4 {
    color: #ed1c24;
}

.sa-carousel .carousel-item img {
    display: block;
    min-height: 100%;
    width: inherit;
    opacity: .6;
    border-right: 2px solid #fff;
}

.sa-carousel .carousel-item.slick-active img {
    opacity: 1;
}

.slick-dots {
    bottom: -10px !important;
    z-index: 9999;
}

.slick-dots li button:before {
    color: #ed1c24 !important;
}

button.slick-prev {
    left: 40px !important;
    border-color: rgba(255, 255, 255, 0) !important;
}

button.slick-next {
    right: 40px !important;
    border-color: rgba(255, 255, 255, 0) !important;
}

button.slick-next:hover, button.slick-prev:hover, button.slick-next:active {
    background: transparent;
}

#blog-title {
    font-family: "ff-netto-web",sans-serif;
    font-size: 74px;
    font-weight: 300;
    line-height: 70px;
    word-spacing: 7px;
}

/* Coloring the title */
#blog-title span:nth-of-type(1) {
    color: #b2b2b2;
}
#blog-title span:nth-of-type(2) {
    color: #888888;
}
#blog-title span:nth-of-type(3) {
    color: #b2b2b2;
}
#blog-title span:nth-of-type(4) {
    color: #b2b2b2;
}
#blog-title span:nth-of-type(5) {
    color: #888888;
}
#blog-title span:nth-of-type(6) {
    color: #b2b2b2;
}
#blog-title span:nth-of-type(7) {
    color: #888888;
}

p.header-discription {
    margin: 20px 0 0 0;
    font-size: 13px;
    letter-spacing: .2px;
}

.copy-text {
    margin-top: 40px;
    text-align: right;
}

/* Coloring footer links */

.sa-footer {
    position: relative;
}

.sa-footer a {
    color: #33a5ba;
}


.front-blogpost, .partnership-blogpost {
    position: relative;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ed1c24;
    overflow: hidden;
}

.the-date {
    font-size: 14px;
    color: #000;
}

.the-date-inside {
    display: block;
    position: absolute;
    top: 20px;
    left: 5px;
    background-color: #ed1c24;
    font-size: 16px;
    color: #fff;
    padding: 6px 10px;
}

.post-cats {
    margin-top: 0px;
    font-size: 12px;
    color: #666;
}

.post-cats a {
    color: #33a5ba;
}

.article-img {
    margin-top: 5px;
}


.more-link {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.right-widjet:first-of-type, .left-widjet:first-of-type {
    margin-top: 20px;
}

.right-widjet, .left-widjet {
    margin-bottom: 20px;
}

.right-widjet ul {
    list-style: none;
}

.right-widjet ul li a {
    font-size: 18px;
    color: #b2b2b2;
}

.artists-index {
    list-style: none;
}

.artists-index li {
    display: inline-block;
    margin-right: 30px;
}

.artists-index li a {
    font-size: 30px;
}

.artists-index li span {
    padding-left: 4px;
    font-size: 14px;
    color: #b3b3b3;
}

.support-cat {
    margin-top: 40px;
    list-style: none;
}

.support-cat li a {
    font-size: 30px;
    color: #bababa;
}


.portfolio-wrapper {
    position: relative;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.artist-portfolio {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 5px;
    width: 100%;
    background-color: #fff;
}

.artist-portfolio:after {
    clear: both;
}

.portfolio-img {
    display: inline-block;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 5px;
}

.event_entries {
    list-style: none;
}

.event_entry {
    margin-bottom: 10px !important;
    border-bottom: 1px dotted #adadad;
}

.event_entry h5 {
    margin-top: 0 !important;
}

.event_entry h5 a {
    margin-top: 0 !important;
    color: #33a5ba !important;
}

.event_entry h5 a:hover {
    color: #ed1c24 !important;
}

.event_entry time {
    color: #adadad;
}

.fest-gallery-wrapper {
    position: relative;
/*    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;*/
}

.fest-gallery {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 5px;
    width: 100%;
    background-color: #fff;
}

.the-calendar-test {
    width: 100%;
    min-height: 400px;
    background-color: #eaeaea;
}

.fest-container {
    padding: 20px 0;
    margin-bottom: 20px;
}

.fest-discription {
    position: relative;
    overflow: hidden;
    border-bottom: 1px dotted #ed1c24;
    padding: 20px 0;
    margin-bottom: 20px;
}

.fest-date {
    
}

/* Festibitions Grid */

.the-festibition {
    padding: 0px 20px 30px 0px;
    width: 20%;
}
.the-festibition.w2 {
    padding: 0px 20px 30px 0px;
    width: 50%;
}

.landing-festibitions .the-festibition {
    padding: 0px 15px 30px;
    /*width: 33.333333%;*/
}

.landing-festibitions .the-festibition.w2 {
    /*width: 66.666661%;*/
}

.fest-wrapper {
    display: block;
    height: auto;
    border-bottom: 1px dotted #ff0000;
}

.fest-wrapper:after {
    content: "";
    clear: both;
}

.fest-thumbnail {
    display: block;
    clear: both;
}

.fest-thumbnail img {
    width: 100%;
}

.fest-information {
    display: block;
    clear: both;
    padding: 10px;
    background-color: #fff;
}

.fest-information h3 {
    font-size: 20px;
}

.fest-wrapper img {
    transition: opacity .3s linear .1s;
}

.fest-wrapper:hover img {
    opacity: .8;
}

/* Calls Grid */

.the-call {
    padding: 0px 10px 10px 0px;
    width: 33.3%;
}

.the-call.w2 {
    padding: 0px 10px 10px 0px;
    width: 66.6%;
}

.call-wrapper {
    padding: 5px 10px;
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    transition: all .3s linear .1s;
}

.call-wrapper p {
    color: #000;
    word-wrap: break-word;
}

.call-wrapper:hover {
    border-color: #ff0000;
}

.call-action .call-wrapper {
    border-color: #b2b2b2;
    margin-bottom: 10px;
}

.call-action .call-wrapper h3 {
    margin-bottom: 30px;
    text-align: center;
}

.call-action a {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 22px;
}

.call-action a:hover {
    color: #fff !important;
}

.side-calls {
    margin-bottom: 30px;
}

/* Interview Grid */

.the-interview {
    padding: 0px 20px 30px 0px;
    width: 33.3%;
}
.the-interview.w2 {
    padding: 0px 20px 30px 0px;
    width: 66.6%;
}

.interview-wrapper {
    display: block;
    height: auto;
    border-bottom: 1px dotted #ff0000;
}

.interview-wrapper:after {
    content: "";
    clear: both;
}

.interview-thumbnail {
    display: block;
    clear: both;
}

.interview-thumbnail img {
    width: 100%;
}

.interview-information {
    display: block;
    clear: both;
    padding: 10px;
    background-color: #fff;
}

.interview-information h3 {
    font-size: 20px;
}

.interview-wrapper img {
    transition: opacity .3s linear .1s;
}

.interview-wrapper:hover img {
    opacity: .8;
}

/* artist */

.artist-links {
    padding: 10px;
    background-color: #eaeaea;


}

.artist-index-element {
    display: inline-block;
    margin-top: 30px;
    margin-right: 60px;
}

.artist-index-element a, .artist-index-element h3 {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    transition: all .2s linear;
}

h3.index-art-link {
    font-size: 41px;
    text-indent: 10px;
    color: #b2b2b2;
    margin-bottom: 40px;
}

.prev-box img {
    opacity: .8;
    transition: all .2s linear;
}

.prev-box img:hover {
    opacity: 1;
    transition: all .2s linear;
}

.interview, .tag-list {
    padding: 30px 0;
    border-bottom: 1px dotted #ed1c24;
}

input {
    transition: all .3s linear;
}

input:active {
    transition: all .3s linear;
}

input[type="text"], input[type="email"], textarea {
    border: 1px solid #33a5ba;
}

input[type="submit"] {
    padding: 8px 16px;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

input[type="submit"]:hover {
    color: #33a5ba;
    cursor: pointer;
    background-color: #efefef;
    box-shadow: 0px 0px 6px #333;
    transition: all .3s linear;
}

.wpcf7-form input{
    max-width: 400px;
}

ul.continent-index {
    list-style: none;
}

#linkBlock ul {
    list-style: none;
}

#imagelightbox
{
    position: fixed;
    z-index: 9999;
    box-shadow: 1px 5px 30px #222;
}

.map-container {
    min-height: 700px;
    width: auto;
    background-image: url('img/map.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.map-container > ul > li > a {
    font-size: 28px;
    color: #000;
}

.continent-list {
    list-style: none;
}

#countryBlock > ul > li > a {
    font-size: 20px;
}

.random_sa {
    display: block;
    max-width: 230px;
    min-height: 230px;
    overflow: visible;
    margin: 0 auto;
}

#magic-header {
    position: absolute;
    max-width: 130px;
    top: 20px;
    right: 10px;
    z-index: 1;
}

#magic-header > a.random_sa {
    min-height: 130px !important;
}

.magic-container {
    padding-top: 40px;
}

.magic {
    
    -webkit-transform:rotate(15deg);
    -moz-transform:rotate(15deg);
    -o-transform:rotate(15deg);
    
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
}

.magic:hover {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);
}

/* === MOBILE MENU === */

.mobile-open {
    display: block;
    position: fixed;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.mobile-closed {
    display: none;
    height: 0px;
}

#mobile-menu > li {
    display: block !important;
    width: 100%;
    margin: 20px 0 !important;
    list-style: none;
    text-align: center;
}

#mobile-menu > li > ul {
    display: none;
}

#mobile-menu > li:hover > ul {
    display: block;
    position: relative;
    
    width: 100%;
    background-color: #999;
}

#mobile-menu > li > ul > li {
    display: block !important;
    width: 100%;
    margin: 20px 0 !important;
}

#mobile-menu > li > ul > li > a {
    color: #fff !important;
}

.menu-small {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-small-closed {
    display: none !important;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-small-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-small > li:first-child {
    margin-top: 50px;
}

.menu-small li {
    margin: 10px;
    list-style: none;
    text-align: center;
    z-index: 1000;
}

.menu-small li a {
    font-size: 1.5em;
    line-height: 1.2em;
    z-index: 1000;
}

.menu-small li > ul {
    display: none;
    height: 0;
    
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-small li:hover > ul {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    padding: 10px 0;
    background-color: #000;
    
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-small li > ul li a {
    color: #fff !important;
}

.menu-triger-small {
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 9999;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 9999;
}

.menu-triger-small span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu-triger-small span:before,
.menu-triger-small span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.menu-triger-small span:before {
	-webkit-transform: translateY(-500%);
	transform: translateY(-500%);
}

.menu-triger-small span:after {
	-webkit-transform: translateY(500%);
	transform: translateY(500%);
}

.triger-open span {
    background-color: transparent;
}

.triger-open span:before {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.triger-open span:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.bg-closed {
    display: none;
    opacity: 0;
    width: 100%;
    height: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bg-open {
    display: block;
    position: fixed;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* For Instagram Plugin */
.instag > ul.thumbnails > li {
    margin: 1% !important;
}

/* Facebook Comments */

.fb-comments {
    padding-top: 60px;
}

.hide-this {
    display: none;
}

label > p {
    margin-bottom: 0;
    font-weight: 700;
}

/* Landing Page */

.artist-bg {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    padding-bottom: 60%;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.artist-bg .overlay {
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
    background-color: rgba(0, 0, 0, 0);
}

.artist-bg figcaption {
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    -webkit-transform: translate( -50%, -50% );
    opacity: 0;
}

.the_white {
    color: #fff !important;
}

.artist-bg figcaption h3 {
    font-size: 2em;
}

.artist-bg:hover figcaption, .artist-bg:focus figcaption, .artist-bg.hover figcaption {
    opacity: 1;
}

.artist-bg .post-cats {
    color: #fff;
}

.artist-bg:hover .overlay, .artist-bg:focus .overlay, .artist-bg.hover .overlay {
    background-color: rgba(0, 0, 0, .65);
}

.landing-interview {
    position: relative;
    min-height: 400px;
    padding: 30px 0;
    background-size: cover !important;
    /*background-attachment: fixed !important;*/
    background-position: center center;
    background-repeat: no-repeat;
    margin: 60px auto;
}

.landing-interview h2 {
    font-size: 24px;
    text-align: right;
    border: none;
    margin: 0;
    z-index: 1;
    color: #fff;
}

.landing-interview h3 {
    font-size: 48px;
    text-align: right;   
    margin: 0;
    line-height: 1.2;
    z-index: 1;
}

.landing-interview h3 a {
    color: #ed1c24 !important;
}

.landing-interview p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    z-index: 1;
}

.landing-interview a {
    color: #fff !important;
    font-weight: 700;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

.instafeed {
    padding: 60px 0 0;
}

.insta-figure {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    margin: 0;
    background-color: #000;
}

.insta-figure img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nopading {
    padding: 0 !important;
}

.footer-social {
    background-color: #000;
    padding: 60px 0;
    text-align: center;
}

.footer-social h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
    color: #ed1c24;
}

.footer-social ul {
    padding: 0;
    list-style: none;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 20px;
}

.footer-social ul li a {
    font-size: 36px;
    color: #fff;
}

.footer-social ul li a:hover {
    color: #ed1c24;
}

.landing-artists {
    margin: 60px 0 0;
}

.landing-festibitions {
    background-color: #efefef;
    padding: 60px 0;
    margin: 60px 0 0;
}

.the-landing-fest img {
    margin-bottom: 15px;
    margin-top: 0;
    width: 100%;
    height: auto;
}

.the-landing-fest-inner {
    background-color: #fff;
    padding: 15px;
}

.landing-more {
    color: #000;
    font-weight: 700;
}

.landing-more:hover {
    color: #ed1c24;
}

.landing-partners {
    margin-top: 60px;
}
.landing-posts .flex-video iframe{
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);

}

/* Ladning page form */

.landingform label {
    font-size: 17px;
    color: #231f20;
    line-height: 2.3125rem;
}

.landingform input[type="submit"] {
    height:  2.3125rem;
    background-color: #ed1c24;
    border:none;
    color: #fff;
}

/* === Media Queries === */

/* Small Screens */
@media only screen and (max-width: 40em) {
    
    #blog-title {
        font-size: 22px;
        line-height: 10px;
        word-spacing: 2px;
    }
    
    .the-festibition {
        padding: 0px 0px 20px 0px;
        width: 100%;
    }

    .the-festibition.w2 {
        padding: 0px 0px 20px 0px;
        width: 100%;
    }

    .the-call {
        padding: 0px 0px 10px 0px;
        width: 100%;
    }

    .the-call.w2 {
        padding: 0px 0px 10px 0px;
        width: 100%;
    }

    .the-interview {
        padding: 0px 20px 30px 0px;
        width: 100%;
    }

    .the-interview.w2 {
        padding: 0px 20px 30px 0px;
        width: 100%;
    }

    .landing-interview h2 {
        text-align: left;
    }

    .landing-interview h3 {
        text-align: left;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .artist-bg figcaption h3 {
        font-size: 1.4em;
    }

    .artist-bg figcaption p {
        line-height: 1.2;
    }

    h2.index-title a {
        font-size: 24px;
    }

    h2.index-title a span {
        font-size: 16px;
    }

    h2 > span {
        font-size: 16px;
    }

    .archive {

    }

    .landing-partners {
        margin-top: 0px;
    }

    .landing-festibitions {
        padding: 30px 0;
        margin: 30px 0;
    }
    /* Makes one columns */
    .ms-item {
    width: 100%;
    }
}


/* Medium Screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

    .artist-bg figcaption h3 {
        font-size: 1.4em;
    }

    .artist-bg figcaption p {
        line-height: 1.2;
    }
    
    #blog-title {
        margin-top: 20px;
        font-size: 60px;
        line-height: 30px;
        word-spacing: 4px;
    }
    
    #magic-header .magic {
        display: none;
    }

    .the-festibition {
        padding: 0px 20px 30px 0px;
        width: 50%;
    }

    .the-festibition.w2 {
        padding: 0px 20px 30px 0px;
        width: 100%;
    }

    .the-call {
        padding: 0px 10px 10px 0px;
        width: 50%;
    }

    .the-call.w2 {
        padding: 0px 10px 10px 0px;
        width: 100%;
    }

    .the-interview {
        padding: 0px 20px 30px 0px;
        width: 50%;
    }

    .the-interview.w2 {
        padding: 0px 20px 30px 0px;
        width: 100%;
    }
    .ms-item {
    width: 50%;
    }
   
}

@media only screen and (min-width: 64em) {
.ms-item {
    width: 25%;
    }
}

.display-block-loggedin{ display: none; }
.logged-in .display-block-loggedin{ display: block; }

.footer-newsletter {
    background-color: #000;
    padding: 30px 0;
    text-align: center;
}

.footer-newsletter h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
    color: #ed1c24;
}

.footer-newsletter .wysija-paragraph{
    float: left;
    width: 74%;
    margin-right: 5px;
}
.footer-newsletter .wysija-submit{
    width: 24%;
    float: right;
    margin-top: 0px!important;
    padding: 10px;
}
.footer-newsletter .wysija-paragraph label{
    display: none;
}
.footer-newsletter .formError{
    left: 14px!important;
}
@media only screen and (max-width: 493px) {
    .footer-newsletter .formError{
        top: 157px!important;
    }
}
@media only screen and (min-width: 494px) and (max-width: 641px) {
    .footer-newsletter .formError{
        top: 106px!important;
    }
}
@media only screen and (min-width: 642px) and (max-width: 740px) {
    .footer-newsletter .formError{
        top: 157px!important;
    }
}
@media only screen and (min-width: 741px) {
    .footer-newsletter .formError{
        top: 106px!important;
    }
}

body.home .allmsgs blink{
    color: red!important;
}

.link-break {
    word-wrap: break-word!important;
}

.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 52%!important;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
}

.magazine-row{
    display: flex;
    flex-wrap: wrap;
}

.archive-img{
    width: 100%;
}

img.rounded, .rounded > img {
    border-radius: 50%;
}
