/*
Theme: Marracash By AMDev 
*/


@import url('https://fonts.googleapis.com/css?family=Big+Shoulders+Text&display=swap');


html{
    overflow-y: auto;
}
body {
	font-size: 1.3vw;
    font-family: 'Big Shoulders Text', cursive;
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body, select, input, textarea {
    color: #fff;
    background-color: #121011;
}

a {color: #000; text-decoration: none;}
a:hover {color: #000;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #ccc; color: #000; text-shadow: none;}
::selection {background: #ccc; color: #000; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #ccc; color: #000;}

ins {background-color: #000; color: #fff; text-decoration: none;}
mark {background-color: #000; color: #fff; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

.clearafter:after{
    content: '';
    display: block;
    clear: both;
}

/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/

#wrapper{
    
}


#header{
    padding: 10px;
    position: relative;
    z-index: 100;
}

.intro-image{
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-bottom: 1px solid #fff;
}

.date {
    text-align: center;
    margin-top: 1em;
}
.single-date {
    margin-bottom: 2em;
}
span.button-cta {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    padding: 0.5em 1em;
    display: inline-block;
    margin-top: 0.5em;
/*    animation: borders 5s infinite;*/
}


.soldout span.button-cta:before {
    display: block;
    content: '';
    position: absolute;
    height: 5px;
    width: 10vw;
    margin-top: 0.5em;
    left: 44.6vw;
    transform: rotate(-15deg);
    background-color: #8e0000;
}

.soldout2 span.button-cta{
    color: #da0000;
    background-color: #000;
    border-color: black;
}



/*
@keyframes borders {
  0%   {
      border-top-left-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 1em;
      border-bottom-left-radius: 1em;
    }
  50%  {
      border-top-left-radius: 1em;
      border-bottom-right-radius: 1em;
      border-top-right-radius: 0;
      border-bottom-left-radius: 0;
    }
  100% {
      border-top-left-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 1em;
      border-bottom-left-radius: 1em;
    }
}
*/

footer{
    width: 100%;
    padding: 0;
}





/****/



.col-md-4{
    width: 33.33%;
    float: left;
}
.col-md-6{
    width: 50%;
    float: left;
}
.col-md-12{
    width: 100%;
    float: left;
}

.mobile{display: none;}

@media screen and (max-width: 960px) {
    
    body{
        font-size: 6vw;
    }
	
	.desktop{display: none;}
	.mobile{display: block;}
    

    
    #wrapper{
        
    }
    
    .intro-image {
        width: 100%;
        border-bottom: 0;
    }
    
    .soldout span.button-cta:before {
        height: 5px;
        width: 45vw;
        margin-top: 0.5em;
        left: 27.5vw;
        transform: rotate(-15deg);
        background-color: #8e0000;
    }

    
    
footer{
    width: 100%;
    padding: 0;
    margin-bottom: 4vw;
}


    
    
    
    /******************************/
    .col-sm-50{
        width: 50%;
        float: left;
    }
    .col-sm-100{
        width: 100%;
        float: left;
    }
        
} 