
/*
Theme Name: Bendigo City FC Theme
Theme URI: 
Author: 
Author URI: 
Description: Theme for Bendigo City FC
Version: 1.0

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
       
        
        -webkit-text-size-adjust: none;
        -webkit-appearance: none;
        
        
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

img{border:0}

/* WYSIWYG DEFAULTS*/


.clear
{
    display: block;
    clear:both;
}
table
{
    display: table!important;
    table-layout: fixed;
    width: 100%!important;
    height: auto!important;
}
table td
{
    padding-right: 1em;
    padding-left: 1em;
    vertical-align: top;
}

.entry-content img {
margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;
}
.alignright, img.alignright {
margin-left: 1.5em;
display: inline;
float: right;
}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
.alignnone, img.alignnone {
/* not sure about this one */
}
.wp-caption {
margin-bottom: 1.5em;
text-align: center;
padding-top: 5px;
}
.wp-caption img {
border: 0 none;
padding: 0;
margin: 0;
}
.wp-caption p.wp-caption-text {
line-height: 1.5;
font-size: 10px;
margin: 0;
}
.wp-smiley {
margin: 0 !important;
max-height: 1em;
}
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left;
}
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


/*END WYSIWYG DEFAULTS*/
#wpadminbar
{
    position: fixed!important;
}
html,body
{
    position: relative;
}

body
{
    
    font-weight:300; 
    font-style:normal; 
    font-size: 15px;
    /*min-width: 1200px;*/
    background:#f2f2f2;
    color: #262626;
    font-family: aktiv-grotesk-std, sans-serif;
    overflow-x: hidden;
    /*letter-spacing: 0.05em;*/
}
table
{
    min-width: 100%;
    max-width: 100%;
}
p,table,ul
{
    margin-bottom: 1em;
    line-height: 1.5;
}
a,ul p
{
    color:inherit;
}
#main img
{
    max-width: 100%;
    height: auto;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.widget
{
    list-style: none;
}
strong
{
    font-weight: 400;
    
}
em
{
    font-style: italic;
}

h1,h2,h3,h4,h5,h6
{
    
    line-height: 1;
    margin-bottom: 0.5em;
    font-weight: 300;
    color: inherit;
}
h1
{
    font-size: 3.5em;
    
    
}
h2
{
    font-size: 2.5em;
    
    
}
h3
{
    font-size: 1.5em;
    
}
h4
{
    font-size: 1.5em;
    /*-webkit-text-stroke-width: 0.5px;*/
    
}
h5
{
    font-size: 1em;
}
h6
{
    font-size: 0.75em;
}

#page
{
    overflow: hidden;
}
#main
{
    min-height: 300px;
    
}
.page-section
{
    display: table;
    width: 100%;
}
.page-section-inner
{
    display: table-cell;
    vertical-align: middle;
}
#page-blocks
{
    padding-top: 53px;
}
.content-block
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.setwidth
{
    /*max-width: 1200px;*/
    margin: auto;
    padding-left: 3em;
    padding-right: 3em;
    box-sizing: border-box;
    position: relative;
}
.vpadding
{
    padding-top: 3em;
    padding-bottom: 2.5em;
}
#header
{
    height: 53px;
    /*overflow: hidden;*/
    position: fixed;
    width: 100%;
    z-index: 499;
    background: #2c2c2e url(menubarbg.png) repeat-x center center;
    /*min-width: 1200px;*/
    color:white;
    opacity: 0.97;
}
#home-header
{
    position: absolute;
    top:0;
    width: 100%;
    background: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
#home-header-video
{
    width: 100%;
    height: 100%;
    /*background: black;*/
    position: relative;
}
#home-header video
{
    position: absolute;
    /*min-width: 100%;*/
    /*height: 100%;*/
    background: black;
    opacity: 0;
    
    transition:         opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition:    opacity .5s ease-in-out;
    -o-transition:      opacity .5s ease-in-out;
}
#home-header-video img
{
    max-width: 9999999px;
    position: absolute;
    opacity: 0;
    
    transition:         opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition:    opacity .5s ease-in-out;
    -o-transition:      opacity .5s ease-in-out;
}
#home-header-content
{
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    color: white;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    display: table;
    font-size: 1.2em;
    
/*    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,0.75);*/
}
#home-header-content-inner
{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
#home-header-content-inner .setwidth
{
    position: static;
}

.page-template-page_home #header
{
    position: absolute;   
    top:0;
}
.page-template-page_home #page-blocks
{
    position: relative;
}

#header-inner
{
    position: relative;
    margin: auto;
    box-sizing: border-box;
    height: 53px;
}

#toplink
{
    position: absolute;
    display: block;
    width: 57px;
    height: 57px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top:4px;
    
    transition:         height .25s ease-in-out;
    -webkit-transition: height .25s ease-in-out;
    -moz-transition:    height .25s ease-in-out;
    -o-transition:      height .25s ease-in-out;
}
#toplink.smaller
{
    height: 50px;
}
#access
{
    height: 53px;
}
#access ul
{
    list-style: none;
    padding-left: 100px;
}
#access li
{
    display: inline-block;
}
#access a
{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 13px;
    margin-right: 10px;
    padding: 0 20px;
}
#access a:hover
{
    background-color: #faa13a;
    text-decoration: none;
}
#topsocial
{
    position: absolute;
    right: 0;
    top:0;
    height: 40px;
    text-align: right;
    margin-top: 13px;
}
#topsocial a
{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
}
#topsocial a:hover
{
    background-color: #faa13a;
}
.content-image-left
{
    position: absolute;
    height: 100%;
    width: 40%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    top:0;
    left: -1%;
}
.block-left-image
{
    background-color: #eaeaea;
}
.block-left-image .content
{
    margin-left: 42.5%;
}

.content-image-right
{
    position: absolute;
    height: 100%;
    width: 40%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    top:0;
    right: -1%;
}
.block-right-image
{
    background-color: #eaeaea;
}
.block-right-image .content
{
    margin-right: 42.5%;
}
#footer
{
    background: #262626;
    color: #818181;
}
hr
{
    display: block;
    border: none;
    clear: both;
    border-bottom: 1px solid #7b7b7b;
    border-width: 1px;
    margin: 1em 0;
}
#footer hr
{
    border-bottom: 2px solid #7b7b7b;
    margin: 3em 0;
}
#footermap
{    
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.wpcf7 input,.wpcf7 textarea
{
    background: white;
    border: 1px solid #242424;
    color: #242424;
    font-family: inherit;
    font-size: 0.8em;
    padding: 0.5em;
    display: block;
    width: 100%;
    box-sizing: border-box;
    /*max-width: 500px;*/
}
.wpcf7 input.wpcf7-submit
{
    background: #242424;
    color: white;
    padding: 0.5em 1em;
    display: inline;
    width:auto;
}
div.wpcf7-response-output
{
    margin: 0!important;
}
#home-header-arrow
{
    background: url('arrowdown.png') no-repeat center 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    z-index: 99;
    cursor: pointer;
    width: 100px;
    left: 50%;
    margin-left: -50px;
}
.share
{
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
    /*font-weight: 400;*/
}
.post-share
{
    display: inline-block;
    line-height: 40px;
    clear: both;
}
.post-date
{
    margin-bottom: 1em;
}
.post-featured
{
    margin-bottom: 1em;
}
.news-grid-item
{
    position: relative;
    float: left;
    width: 23%;
    margin-right: 2%;
    height: 450px;
    overflow: hidden;
}
.news-grid-link
{
    height: 350px;
    width: 100%;
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    overflow: hidden;
}
.news-grid-link.news-grid-link-hovered
{
    /*opacity: 0.85;*/
}
.news-grid-overlay
{
    height: 350px;
    width: 101.1%;
    display: block;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    padding: 1em;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
    overflow: hidden;
    display: none;
    cursor: default;
}
.news-active-link .news-grid-overlay
{
    cursor: pointer;
}
.news-grid-link.news-grid-link-hovered .news-grid-overlay
{
    display: table;
}
.news-grid-overlay-inner
{
    display: table-cell;
    vertical-align: middle;
}
.news-grid-overlay h3
{
    font-weight: 400;
}
.news-grid-title
{
    max-height: 2.5em;
    overflow: hidden;
    display: block;
}
.news-grid-date,.news-grid-price
{
    max-height: 1.25em;
    overflow: hidden;
}
.news-grid
{
    width: 102%;
}
.viewallnews
{
    float: right;
    margin-top: 1em;
    margin-right: 2%;
}
.image-slider
{
    position: relative;
    width: auto;
    height: 600px;
}
.image-slide
{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    
    transition:         opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition:    opacity .5s ease-in-out;
    -o-transition:      opacity .5s ease-in-out;
}
.slider-prev
{
    background: url(arrowleft.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.slider-next
{
    background: url(arrowright.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.image-slide-current
{
    opacity: 1;
}
.news-grid-content
{
    display: none;
}
.news-expanded
{
    clear: both;
    /*height: 200px;*/
    width: 100%;
    /*background: red;*/
    margin-bottom: 2em;
    display: none;
    position: relative;
}
.ne-left
{
    /*margin-right: 55%;*/
    width: 45%;
    float: left;
}
.ne-right
{
    /*position: absolute;*/
    min-height: 100px;
    width: 48%;
    margin-right: 2%;
    /*top:0;*/
    float: right;
    position: relative;
    
}
.ne-right img
{
    width: 100%;
    height: auto;
}
.ne-left hr
{
    border-width: 1px;
    margin: 1em 0;
}
.ne-close
{
    position: absolute;
    right: 0;
    top: 0;
    width: 41px;
    height: 41px;
    display: block;
    z-index: 3;
    background: url(close.png) no-repeat top right;
    cursor: pointer;
}
#page .topfixed
{
    position: absolute;
    top: 3em;
}
.merch-type
{
    /*margin-bottom: 1em;*/
    float: right;
    padding-top: 1.5em;
}
.merch-name
{
    /*margin-bottom: 1em;*/
    float: left;
    
}
.merch-price
{
    height: 40px;
    line-height: 40px;
    display: inline-block;
    clear: both;
}
.merch-buy-now
{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: black;
    color: white;
    padding: 0 2em;
    margin-right: 1em;
}
.merch-buy-now:hover
{
    background: #f89829;
    text-decoration: none;
}
#footer img
{
    max-width: 100%;
    height: auto;
}