/*
Theme Name:     SUFF
Description:    Shindig custom - SUFF
Author:         Andrew
Template:       shindig

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.clock {
  width: 203px;
  height: 284px;
  margin: 1% auto;
  background: url('http://suff.com.au/wp-content/uploads/2015/06/clock-sprite-white.png') left center;
  animation: play 2.2s steps(15) infinite;
}

@keyframes play {
    100% { background-position: -3045px; }
}

video#bgvid {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url(http://suff.com.au/SUFF.jpg) no-repeat;
background-size: cover;
xopacity: 0.8;
    xfilter: alpha(opacity=80); /* For IE8 and earlier */
}

.overlay{
    position: absolute;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
background-color: #333;
opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
z-index: 1;
}

.tickets-video{ position:relative;}

.tickets-content{ z-index: 2; position: relative; background: none !important;}

body.page-template-homepage h1#logo {
	position:absolute;
	width:100%;
	margin-top:50px;
}

.white {color:white !important;}

.sf-menu a {
  font-size: 16px;
}

.post-type-archive-timeline #main, .tax-timeline_day #main {background-image: none !important;}

#main {
    background-image: url(http://suff.com.au/wp-content/uploads/2015/08/bg-texture.png) !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    
}

h1.banner { font-weight: normal; font-size: 2em; width: 85%; margin: 0px auto; text-transform: uppercase; color: #000;}

h1.banner img { max-width: 250px; width: 90%; padding-bottom: 25px;}

footer .widget-container-footer {
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
	border:0px;
	background-color: transparent;
	text-align: center;
}

.ttrustSocial ul li {
    float: none !important;
    display: inline-block;
    margin: 0px 0px 0px 0 !important;
    padding-top: 5px !important;
    background-color: transparent !important;
    list-style-type: none !important;
    background: none;
}

#mc_embed_signup input {
    width: 33% !important;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #484848;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0px 20px 8px 0px;
    background: none;
    border: 2px solid #484848;
}

#mc_embed_signup input:focus {
    color: #484848 !important;
    outline: none;
}

#mc_embed_signup input[type=submit] { width: 100px;}

/*
=============================================== 04. #Tablet (Portrait) ===============================================
*/
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {

video#bgvid, .clock {display:none;}

.tickets-content {background: url(http://suff.com.au/SUFF.jpg) no-repeat !important;
background-size: cover;}

}


/*

=============================================== 05. #Mobile (Portrait) ===============================================
*/
/* Note: Design for a width of 320px */

@media only screen and (max-width: 700px) {

body #taxonomy_navigation_pro ul li {
    display: block;
}

}


=============================================== 05. #Mobile (Portrait) ===============================================
*/
/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {

video#bgvid, .clock {display:none;}

.tickets-content {background: url(http://suff.com.au/SUFF.jpg) no-repeat !important;
background-size: cover;}

h1.schedule-day-archive, body #taxonomy_navigation_pro {
    font-weight: 600;
    font-size: 10px !important;
    padding: 10px 2px;
}


}
