/*

Theme Name: Bon Beach
Author: Ezi Creative
Author URI: https://www.ezicreative.com.au

*/

.events-roll {
    width:50%;
    display:inline-block;
}

@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('fonts/brandon_blk-webfont.eot');
    src: url('fonts/brandon_blk-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/brandon_blk-webfont.woff2') format('woff2'),
    url('fonts/brandon_blk-webfont.woff') format('woff'),
    url('fonts/brandon_blk-webfont.ttf') format('truetype'),
    url('fonts/brandon_blk-webfont.svg#brandon_grotesqueblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('fonts/brandon_bld-webfont.eot');
    src: url('fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/brandon_bld-webfont.woff2') format('woff2'),
    url('fonts/brandon_bld-webfont.woff') format('woff'),
    url('fonts/brandon_bld-webfont.ttf') format('truetype'),
    url('fonts/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesque_regularRg';
    src: url('fonts/brandon_reg-webfont.eot');
    src: url('fonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/brandon_reg-webfont.woff2') format('woff2'),
    url('fonts/brandon_reg-webfont.woff') format('woff'),
    url('fonts/brandon_reg-webfont.ttf') format('truetype'),
    url('fonts/brandon_reg-webfont.svg#brandon_grotesque_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('fonts/brandon_med-webfont.eot');
    src: url('fonts/brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/brandon_med-webfont.woff2') format('woff2'),
    url('fonts/brandon_med-webfont.woff') format('woff'),
    url('fonts/brandon_med-webfont.ttf') format('truetype'),
    url('fonts/brandon_med-webfont.svg#brandon_grotesquemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    width:100%;
    height:100%;
}

body {
    width:100%;
    background:#303030;
    margin:0;
    padding:0;
    font-family: 'brandon_grotesque_regularRg';
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    font-weight:normal;
}

main#mobile-exp {
    display:none;
    visibility:hidden;
}

/* NAV STYLES */

/*Style 'show menu' label button and hide it by default*/
header nav .show-menu {
    width:50px;
    height:50px;
    text-decoration: none;
    color: #fff;
    background:url(images/menu-icon.svg) center center no-repeat;
    background-size:contain;
    text-align: center;
    padding: 10px 0;
    display: block;
    text-indent:-9999px;
    margin-left:3%;
}

header nav ul {
    width:25%;
    margin:3% 0 0 0 ;
    position:absolute;
    display: none;
    background:#e4201d;
    color:#FFF;
    z-index:99999 !important;
    list-style-type:none;
    padding:0;
}

header nav ul li a {
    display:block;
    text-decoration:none;
    color:#FFF;
    text-transform:uppercase;
    padding:15px 20px;
    border-bottom:1px solid #b80710;
    font-size:1.2vw;
}

header nav ul li a:hover {
    background:#b80710;
}

/*Hide checkbox*/
header nav input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu, input[type=checkbox]:checked ~ .menu { display: block; }

img.fixture-logo {
    width:37%;
    height:auto;
    display:inline-block;
    vertical-align:middle;
}

span.vs {
    font-size:1.5vw;
    margin:0 30px;
    display:inline-block;
    vertical-align:middle;
    font-family: 'brandon_grotesqueblack';
    color:#e90400;
}

section.cols .padding h3.fixture-title {
    text-transform:uppercase;
    color:#e90400 !important;
    font-size:2vw;
    font-family: 'brandon_grotesqueblack';
    margin-bottom:10px;
}

section.cols .padding h4.visiting-team {
    width:30%;
    text-align:center;
    font-size:1.5vw;
    display:inline-block;
    vertical-align:middle;
}

section.cols .padding a.download#fixture {
    margin:30px 0 0 0;
}

section.cols .padding ul.news-posts {
    list-style-type:none;
    margin:0;
    padding:0;
}

section.cols .padding ul.news-posts li {
    background:#FFF;
    display:block;
    margin:10px 0;
    border-left:5px solid #CCC;
    padding:8px 10px;
}

section.cols .padding ul.news-posts a {
    color:#e90400;
    font-family: 'brandon_grotesqueblack';
}

section.cols .padding ul.news-posts img {
    margin:10px 0;
    display:block;
    width:100%;
    height:auto;
}

header {
    width:100%;
    height:10%;
    padding:3% 0;
    display:block;
    position:relative;
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left,  #000000 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #000000 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #000000 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

header h1 {
    width:20%;
    height:100%;
    margin:0 auto 0 0;
    top:0;
    bottom:0;
    left:3%;
    position:absolute;
}

header h1 a {
    width:100%;
    height:100%;
    background:url(images/bonbeach-logo.svg) center left no-repeat;
    background-size:contain;
    text-indent:-9999px;
    display:block;
}

header strong {
    width:40%;
    height:100%;
    margin:0 0 0 auto;
    top:0;
    bottom:0;
    right:2%;
    position:absolute;
    background:url(images/driven-to-be-different.svg) center right no-repeat;
    background-size:contain;
    text-indent:-9999px;
}

/*Added: */
header strong.buxton {
    width:18%;
    height:100%;
    margin:0 0 0 auto;
    top:0;
    bottom:0;
    right:43%;
    position:absolute;
    background:url(images/buxton-logo-pos.png) center right no-repeat;
    background-size:contain;
    text-indent:-9999px;
}

section {
    position:relative;
}

section.slider {
    width:100%;
    height:30% !important;
    background:#222;
}

section.slider #slider-area {
    width:65%;
    height:100%;
    display:inline-block;
    vertical-align:top;
    position:relative;
    z-index:10000;
    background:#222;
}

section.slider #cta-area {
    width:35%;
    height:50%;
    overflow:visible;
    display:inline-block;
    vertical-align:top;
    text-align:center;
    padding:4% 0;
    background:#222;
    position:absolute;
    top:0; bottom:0;
    margin: auto 0 auto -4px
}

section.slider #cta-area h3, section.slider #cta-area h4 {
    font-family: 'brandon_grotesqueblack';
    color:#FFF;
    letter-spacing:4px;
    text-transform:uppercase;
    font-size:2.2vw;
    margin:0 0 1% 0;
}

section.slider #cta-area h4 {
    font-size:1.7vw;
    margin:10% 0 2% 0;
}

section.slider #cta-area a {
    background:#e90400 url(images/arrow-right.svg) center right no-repeat;
    background-size:contain;
    color:#FFF;
    padding:5px 60px 5px 8px;
    text-transform:uppercase;
    text-decoration:none;
    font-family: 'brandon_grotesque_regularRg';
    font-size:1.5vw;
    display:inline-block;
    width:55%;
}

main {
    width:100%;
    background:#f5f5f5;
    display:block;
    position:relative;
    border-bottom:4px solid #FFF;
}

main.reg-page {
    width:60%;
    background:#313030;
    padding:10% 20%;
    color:#FFF;
    position:relative;
}

main.reg-page .selections {
    background:#b1b0b0;
    padding:5% 0 5% -10px;
    width:100%;
    text-transform:uppercase;
    overflow:hidden;
}

main.reg-page .form-body {
    width:90%;
    padding:5%;
    background:#373636;
    text-transform:uppercase;
}

.wpcf7-list-item {
    width:100% !important;
    display:block;
    border-bottom:1px solid #666;
    padding:10px 0 !important;
    color:#222 !important;
}

.wpcf7-list-item-label {
    width:95%;
    display:inline-block;
    background:url(images/select.svg) center right no-repeat;
    background-size:contain;
}

main.reg-page .form-body span {
    width:18%;
    display:inline-block;
    vertical-align:middle;
}

main.reg-page .form-body span.wpcf7-form-control-wrap {
    width:80%;
    display:inline-block;
    vertical-align:middle;
}

main.reg-page .form-body input {
    width:100%;
    background:#292927;
    border:1px solid #222;
    color:#F5F5F5;
}

main.reg-page .form-body p {
    margin:5px 0;
}

main.reg-page .form-body h3 {
    font-family: 'brandon_grotesquebold';
    color:#e90400;
    font-size:1.8vw;
    font-weight:normal;
}

.responsive-tabs .wpcf7-submit {
    background:#e90400 url(images/arrow-right-white.svg) center right no-repeat;
    background-size:contain;
    color:#FFF;
    padding:8px 38px 8px 8px;
    border:none;
    position:absolute;
    right:20%;
}

main.reg-page .form-body input[type=radio] {
    background:#FFF !important;
    border-radius:0 !important;
}

section.cols {
    width:35%;
    height:100%;
    padding:0;
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
    background:#f5f5f5;
}

section.cols .collapseall {
    background:#e90400;
    color:#FFF;
    font-size:12px;
    display:inline-block;
    padding:5px 10px;
    text-decoration:none;
    font-family: 'brandon_grotesquebold';
    text-transform:uppercase;

}

section.cols#middle .collapseall {
    background:#e90400;
    color:#FFF;
    font-size:12px;
    display:inline-block;
    padding:5px 10px;
    text-decoration:none;
    font-family: 'brandon_grotesquebold';
    text-transform:uppercase;
    margin:20px 0 0 20px;
}

section.cols .padding#netball p {
    
    color:#313030;
}

section.cols .padding#netball h3 {
    text-transform:uppercase;
    color:#e90400 !important;
    font-size:2vw;
}

section.cols .padding#netball strong {
    font-size:1.8vw;
    text-transform:uppercase;
    color:#313030;
    font-family: 'brandon_grotesquebold';
    display:block;
    margin:20px 0 -27px 0 !important;
}

section.cols .area-image {
    width:100%;
    position:relative;
    height:50%;
    display:block;
    overflow:hidden;
    padding:20% 0;
}

section.cols a {
    color:inherit;
    text-decoration:none;
}

section.cols a.download {
    background:#e90400;
    color:#313030;
    display:inline-block;
    padding:5px 10px;
    text-decoration:none;
}

section.cols#middle .area-image {
    height:50%;
    padding:23.3% 0 23.5% 0;
}

section.cols .area-image img {
    width:100%;
    height:auto;
    top:0; left:0; right:0; bottom:0;
    margin:auto;
    position:absolute;
}

section.cols#middle {
    width:30%;
    margin-left:-8px;
    border-left:4px solid #FFF;
    border-right:4px solid #FFF;
    z-index:100;
}

.collapseomatic_content#target-bfnc {
    padding-bottom:40px !important;
}

section.cols#right {
    margin-left:-8px;
}

section.events {
    width:94%;
    background:#3f3f3f url(images/cross.png) top left;
    display:inline-block;
    vertical-align:top;
    min-height:30%;
    z-index:100;
    padding:2% 1% 2% 5%;
    letter-spacing:4px;
}

section.events h4 {
    width:48%;
    font-size:1.6vw;
    color:#FFF;
    text-transform:uppercase;
    font-family: 'brandon_grotesqueblack';
    display:inline-block;
    vertical-align:middle;
}

section.events .events-box {
    position:relative;
    padding:1%;
    width:200px;
    height:250px;
    display:inline-block;
    vertical-align:middle;
    margin:0 1%;
    background:#FFF;
    text-transform:uppercase;
    letter-spacing:normal !important;
}

section.events .events-box p {
    margin:0 !important;
}

section.events .events-box a {
    position:absolute;
    right:0;
    top:18%;
    width:28%;
    height:30%;
    background:url(images/red-cross.svg) top right no-repeat;
    background-size:contain;
    display:block;
    text-indent:-9999px;
}

section.events .events-box p.month {
    font-size:1vw;
    color:#222;
    font-family: 'brandon_grotesquebold';
}

section.events .events-box p.date {
    font-size:5vw;
    color:#e90400;
    font-family: 'brandon_grotesquebold';
    margin:-20px 0 !important;
}

section.events .events-box p.day {
    font-size:0.8vw;
    color:#222;
    font-family: 'brandon_grotesquebold';
    margin-bottom:20px;
}

section.events .events-box h3 {
    width:100%;
    border-top:1px solid #CCC;
    font-size:1.2vw;
    color:#e90400;
    font-family: 'brandon_grotesqueblack' !important;
    margin:5px 0;
    padding-top:10px;
}

section.events .events-box p.event {
    font-size:0.8vw;
    color:#222;
    font-family: 'brandon_grotesquebold';
}

section.events img {
    width:14%;
    height:auto;
    display:inline-block;
    vertical-align:middle;
    margin:0 0 0 2%;
}

section.events a {
    color:#e90400;
    text-decoration:none;
    font-size:1vw;
}

section.social-box {
    width:30%;
    background:#303030;
    margin-left:-8px;
    display:inline-block;
    vertical-align:top;
    padding:4% 0 2% 5%;
}

section.social-box ul {
    list-style-type:none;
    margin:0;
    padding:0;
    width:100%;
}

section.social-box ul li {
    display:inline-block;
    vertical-align:middle;
}

section.social-box ul li a {
    width:85px;
    height:75px;
    display:block;
    margin:0;
    text-transform:uppercase;
    text-decoration:none;
    text-indent:-9999px;
}

section.social-box ul li a.facebook {
    background:url(images/facebook-icon.svg) center center no-repeat;
    background-size:contain;
}

section.social-box ul li a.email {
    background:url(images/email-icon.svg) center center no-repeat;
    background-size:contain;
}

section.sub-footer {
    width:100%;
    min-height:20%;
    background:#000000 url(images/line-divider.svg) center center no-repeat;
    background-size:contain;
    display:block;
    padding:1% 0;
    color:#FFF;
    border-top:4px solid #e31313;
    border-bottom:4px solid #e31313;
}

section.sub-footer .sub-content {
    width:45%;
    margin:0 0 0 5%;
    display:inline-block;
    vertical-align:middle;
    font-size:1vw;
}

section.sub-footer .sub-content a {
    color:#FFF;
    text-decoration:none;
}

section.sub-footer .sub-content img {
    width:30%;
    height:auto;
    display:inline-block;
    vertical-align:middle;
    margin-right:30px;
}

section.sub-footer .sub-content .text {
    width:50%;
    display:inline-block;
    vertical-align:middle;
}

section.logos {
    width:100%;
    min-height:10%;
    padding:4% 0;
    background:#FFF url(images/logos-complete.png) center center no-repeat;
    background-size:contain;
    display:block;
}

section.logos h5 {
    position:absolute;
    top:5%;
    left:3%;
    text-transform:uppercase;
}

footer {
    width:94%;
    height:10%;
    padding:3%;
    background:#303030 /* url(images/line-divider.svg) center center no-repeat */;
    background-size:contain;
}

/*Added*/
.major-sponsors {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.sponsors-cols-left {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.sponsors-cols {
    display: inline-block;
    width: 18%;
    vertical-align: top;
	margin-right:2%;
}

.sponsors-cols-end {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.sponsors-cols img, .sponsors-cols-left img {
    width:100%;
	height:auto;
}

.sponsors-cols-end img.proud-partner-img {
	width:30%;
	margin:1%;
	display:inline-block;
	vertical-align: middle;
}

.major-sponsor-title {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 0px;
    position: relative;
}

.major-partner-title {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 23px;
    position: relative;
}

.proud-partner-title {
/*    position: absolute;
    top: 5px;*/
    width: 100%;
    display: block;
    height: auto;
    padding-bottom: 25px;
    position: relative;
}

.proud-partner-img {
    margin-bottom:20px;
}


.social-left {
    width: 45%;
    display: inline-block;
}

.social-right {
    width: 55%;
    display: inline-block;
}

.major-sponsors h4 {
    color: #FFF;
}

.footer-line {
    height: 1px;
    border: none;
    border-top: 1px solid #BBBBBB;
    padding: 0;
    margin-top: 20px;
}

footer .cols-left {
    width: 30%;
    display: inline-block;
}
.li-address {
  width: 50%;
}

/*End Added*/

footer ul.social {
    list-style-type:none;
    margin:0 2% 0 0;
    padding:0;
    width:100%;
    display:inline-block;
    vertical-align:middle;
}

footer ul.social li {
    display:inline-block;
    vertical-align:middle;
    float: left;
    color: #FFFFFF;
    font-size: 1vw;
}

footer ul.social li span {
    display:inline-block;
    vertical-align:middle;
}

footer ul.social li a {
    width:70px;
    height:50px;
    display:block;
    margin:0;
    text-transform:uppercase;
    text-decoration:none;
    text-indent:-9999px;
}

footer ul.social li a.facebook {
    background:url(images/facebook-icon.svg) center center no-repeat;
    background-size:contain;
}

footer ul.social li a.email {
    background:url(images/email-icon.svg) center center no-repeat;
    background-size:contain;
}

footer .cols {
    width:20%;
    margin:0;
    display:inline-block;
    vertical-align:middle;
    text-transform:uppercase;
    font-family: 'brandon_grotesque_regularRg';
    color:#FFF;
    font-size:0.9vw;
}

footer .cols span {
    font-family: 'brandon_grotesquebold';
    color:#e90400;
    width:50%;
    display:inline-block;
    vertical-align:bottom;
    margin:0;
}

footer .cols p {
    margin:4px 0;
}

footer .newsletter-signup {
    width:15%;
    margin:0;
    display:inline-block;
    vertical-align:middle;
    text-transform:uppercase;
    font-family: 'brandon_grotesque_regularRg';
    color:#FFF;
    font-size:1.5vw;
    text-transform:uppercase;
}

footer .newsletter-signup h5 {
    font-family: 'brandon_grotesquebold';
}

footer .newsletter-signup p {
    margin:5px 0;
}

footer .newsletter-signup input {
    background:none;
    border:1px solid #e90400;
    padding:10px;
    color:#FFF;
    width:52%;
    display:inline-block;
    vertical-align:middle;
    margin-right:4%;
    font-size:0.6vw;
}

footer .newsletter-signup .wpcf7-submit {
    width:26%;
    background:#e90400;
    border:none;
    color:#FFF;
}

/* COLLAPSE EXPAND STYLES */

.box-content {
    width:90%;
    height:30%;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background:#FFF;
    padding:2%;
}

/*  LIGHTBOX  */

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
    position:fixed;
    top: -100%;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,.7);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    z-index:1000;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
    display: block;
    width:50px;
    height:50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top:10px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top:10px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
}

.lightbox-target:target img {
    max-height: 100%;
    max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
    top: 0px;
}

/*  LIGHTBOX END */


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

    .collapseomatic.last {
        height:25%;
        padding: 3.1% 0 7.7% 0 !important;
    }

    input {
        -webkit-appearance: none;
        border-radius: 0;
    }

    section.social-box ul li a {
        width:120px;
        height:50px;
    }

    footer ul.social li a {
        width:80px;
        height:20px;
    }

    .box-content {
        width: 31%;
        height: 31%;
        padding:2%;
    }

    section.events h4 {
        width:40%;
        font-size:2vw;
    }

    footer .newsletter-signup input {
        padding:5px;
        width:50%;
        font-size:0.7vw;
    }

    footer .newsletter-signup .wpcf7-submit {
        width:24%;
    }

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

    .collapseomatic.last {
        height:25%;
        padding: 3.1% 0 8.5% 0 !important;
    }

    input {
        -webkit-appearance: none;
        border-radius: 0;
    }

    section.social-box ul li a {
        width:90px;
        height:30px;
    }

    footer ul.social {
        margin:0 1% 0 0;
        width:22% !important;
    }

    footer ul.social li a {
        width:40px !important;
        height:30px !important;
    }

    footer .newsletter-signup input {
        padding:5px;
        width:50%;
        font-size:0.7vw;
    }

    footer .newsletter-signup .wpcf7-submit {
        width:24%;
    }

    main.reg-page {
        width:80%;
        padding:10% 10%;
    }

    section.events {
        width:96%;
        min-height:30%;
        padding:2%;
    }

    section.events h4 {
        font-size:3vw;
    }

    section.events a {
        font-size:1.4vw;
    }

    section.logos {
        padding:10% 0 1% 0;
    }

    section.events .events-box p.date {
        margin:-5px 0 !important;
    }

}

@media only screen
and (min-width : 320px)
and (max-width : 736px)  {

    .wpcf7-list-item-label {
        background:none !important;
    }

    section.events .events-box {
        position:relative;
        padding:2%;
        height:150px;
        width:40%;
        display:inline-block;
        vertical-align:middle;
        margin:1%;
        background:#FFF;
        text-transform:uppercase;
        letter-spacing:normal !important;
        text-align:left;
    }

    section.events .events-box p {
        margin:0 !important;
    }

    section.events .events-box a {
        top:18%;
        width:28%;
        height:30%;
    }

    section.events .events-box p.month {
        font-size:16px;
    }

    section.events .events-box p.date {
        font-size:36px;
        margin:-5px 0 !important;
    }

    section.events .events-box p.day {
        font-size:16px;
        margin-bottom:20px;
    }

    section.events .events-box h3 {
        font-size:11px;
        margin:5px 0;
        padding-top:10px;
    }

    section.events .events-box p.event {
        font-size:9px;
    }

    main#mobile-exp {
        display:block;
        visibility:visible;
    }

    main#desktop-exp {
        display:none;
        visibility:hidden;
    }

    footer .cols#mobile-col {
        margin:-15px 2% 0 0;
    }

    span.vs {
        font-size:30px !important;
    }

    section.cols .padding h3.fixture-title {
        font-size:35px !important;
    }

    section.cols .padding h4.visiting-team {
        width:32%;
        font-size:30px !important;
    }

    input {
        -webkit-appearance: none;
        border-radius: 0;
    }

    section.cols .padding#netball h3 {
        font-size:28px;
    }

    section.cols .padding#netball p {
        font-size:18px;
    }

    section.cols .padding#netball strong {
        font-size:18px;
        margin:20px 0 -10px 0 !important;
    }

    header {
        width:100%;
        height:50%;
    }

    header nav .show-menu {
        width:30px;
        height:30px;
        margin-left:6%;
        position:absolute;
        right:5%;
        top:5%;
    }

    header nav ul {
        width:100%;
        margin:20% 0 0 0 ;
    }

    header nav ul li a {
        padding:15px 20px;
        font-size:15px;
    }

    header h1 {
        width:95%;
        height:130%;
        margin:0 auto 6% 0;
        top:18%;
        bottom:0;
        left:5%;
        position:relative;
    }

    header h1 a {
        background:url(images/bonbeach-logo.svg) top center no-repeat;
        background-size:contain;
    }

    header strong {
        width:70%;
        height:15%;
        top:10%;
        right:5%;
        left:28%;
        bottom:10%;
        margin:auto 0 0 0;
        background:url(images/driven-to-be-different.svg) center left no-repeat;
        background-size:contain;
        position:absolute;
        text-indent:-9999px !important;
    }

    /*Added*/
    header strong.hockingstuart {
        width:20%;
        height:15%;
        top:10%;
        right:5%;
        left:8%;
        bottom:10%;
        margin:auto 0 0 0;
        background:url(images/Hocking-Stuart-Logo-web.png) center center no-repeat;
        background-size:contain;
        position:absolute;
        text-indent:-9999px !important;
    }

    section.slider #slider-area {
        width:100%;
    }

    section.slider #cta-area {
        width:100%;
        padding:4% 0;
        margin-left:0;
        position:relative;
    }

    section.slider #cta-area h3, section.slider #cta-area h4 {
        font-size:5vw;
    }

    section.slider #cta-area h4 {
        font-size:5vw;
    }

    section.slider #cta-area a {
        padding:5px 60px 5px 8px;
        font-size:3vw;
        width:55%;
        text-align:left !important;
    }

    section.cols {
        width:100%;
    }

    section.cols#middle {
        width:100%;
        margin-left:0;
        border-left:none;
        border-right:none;
        z-index:100;
    }

    section.cols#right {
        margin-left:0;
    }

    section.events {
        width:90%;
        border-right:none;
        padding:5%;
        text-align:center !important;
    }

    section.events h4 {
        width:100%;
        font-size:7vw;
    }

    section.events a {
        font-size:2.5vw;
    }

    section.events img {
        width:25%;
        margin:5% 3% 0 3%;
    }

    section.social-box {
        width:90%;
        margin-left:0;
        padding:5%;
    }

    section.social-box ul li a {
        width:150px;
        height:95px;
        display:inline-block;
        margin:0 0 0 20px;
    }

    section.sub-footer {
        width:100%;
        min-height:20%;
        background:#000000;
        background-image:none;
        padding:0 0 5% 0;
    }

    section.sub-footer .sub-content {
        width:90%;
        margin:0;
        padding:5% 5% 0 5%;
        font-size:3vw;
        text-align:center;
    }

    section.sub-footer .sub-content img {
        width:90%;
        margin-right:0;
    }

    section.sub-footer .sub-content .text {
        width:100%;
    }

    section.logos {
        min-height:10%;
        padding:10% 0 4% 0;
    }

    section.logos h5 {
        position:absolute;
        top:3%;
        left:0;
        right:0;
        margin:0 auto 20px 5% !important;
    }

    main.reg-page {
        width:90%;
        background:#313030;
        padding:5%;
        color:#FFF;
    }

    main.reg-page .form-body span {
        width:85px;
    }

    footer {
        width:90%;
        height:10%;
        padding:2% 5%;
        background-image:none;
    }

    footer ul.social {
        width:100%;
        display:inline-block;
        vertical-align:middle;
        list-style-type: none; /*Added*/
    }

    footer ul.social li a {
        width:60px;
        height:30px;
        display:inline-block;
        margin:0 20px 0 0;
        margin: 0;
    }

    footer .cols {
        width:90%;
        margin:0;
        padding:2% 5%;
        font-size:3vw;
    }

    footer .newsletter-signup {
        width:90%;
        margin:0 5%;
        font-size:3vw;
    }

    footer .newsletter-signup p {
        margin:5px 0;
    }

    footer .newsletter-signup input {
        padding:10px;
        width:55%;
        margin-right:4%;
        font-size:3vw;
    }

    footer .newsletter-signup .wpcf7-submit {
        width:23%;
    }

    /* COLLAPSE EXPAND STYLES */

    .box-content {
        width: 80%;
        height: 60%;
        padding:5%;
    }

    .collapseomatic {
        height:70px;
        padding: 8px 0 25px 0;
        font-size:6vw;
    }

    .collapseomatic.last span {
        font-size:3vw;
        margin:7px 0 0 0;
    }

    .collapseomatic.football {
        height:70px;
        padding: 15px 0 25px 0;
    }

    .collapseomatic.last {
        height:70px;
        padding: 10px 0 30px 0;
    }

    .wpcf7-list-item-label {
        width:85%;
    }

    main.reg-page .form-body input {
        width:100%;
        display:block;
    }

    main.reg-page .form-body h3 {
        font-size:16px;
    }

    .responsive-tabs .wpcf7-submit {
        right:5%;
    }

    /*Added*/
    .sponsors-cols-left {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }

    .sponsors-cols-left img {
        width: 80%;
        display: block;
        margin: auto;
    }

    .sponsors-cols {
        width: 100%;
        margin-bottom: 35px;
        text-align: center;
    }

    .sponsors-cols img {
        width: 50%;
        display: block;
        margin: auto;
    }

    footer ul.social li span {
        display: inline-block;
        font-size: 3.5vw;
        vertical-align: middle;
        line-height: 30px;
        padding-left: 10px;
        width: 200px;
    }

    footer .cols-left {
        display: inline-block;
        width: 100%;
    }

    footer ul.social li {
        width: 15%;
    }

    /*End Added*/

}

@media only screen
and (min-width : 1024px)
and (max-width : 1680px)  {

    section.social-box ul li a {
        width:160px;
        height:75px;
    }

    footer ul.social li a {
        /*width:100px;
        height:50px;*/
        width:40px;
        height:25px;
    }

    footer .newsletter-signup input {
        width:48%;
        margin-right:4%;
    }

    footer .newsletter-signup .wpcf7-submit {
        width:100%;
    }

}

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

    section.events h4 {
        width:100%;
        font-size:3vw;
    }

    section.events .events-box {
        width:28%;
        height:250px;

    }

    section.events .events-box p.month {
        font-size:22px;
    }

    section.events .events-box p.date {
        font-size:46px;
        margin:0 !important;
    }

    section.events .events-box p.day {
        font-size:22px;
        margin-bottom:10px;
    }

    section.events .events-box h3 {
        font-size:14px;
        margin:0;
        padding-top:5px;
    }

    section.events .events-box p.event {
        font-size:20px;
    }

}

@media only screen
and (min-width : 1025px)
and (max-width : 1139px) {

    section.events h4 {
        width:30%;
        font-size:1.6vw;
    }

    section.events .events-box {
        width:170px;
        height:150px;
    }

}

@media only screen
and (min-width : 1140px)
and (max-width : 1279px) {

    section.events h4 {
        width:38%;
        font-size:1.6vw;
    }

    section.events .events-box {
        width:170px;
        height:180px;
    }

}

@media only screen
and (min-width : 1280px)
and (max-width : 1439px) {

    section.events h4 {
        width:28%;
        font-size:1.6vw;
        color:#FFF;
        text-transform:uppercase;
        font-family: 'brandon_grotesqueblack';
        display:inline-block;
        vertical-align:middle;
    }

    section.events .events-box {
        position:relative;
        padding:1%;
        width:200px;
        height:200px;
        display:inline-block;
        vertical-align:middle;
        margin:0 1%;
        background:#FFF;
        text-transform:uppercase;
        letter-spacing:normal !important;
    }

}

@media only screen
and (min-width : 1440px)
and (max-width : 1680px) {

    section.events h4 {
        width:38%;
        font-size:1.6vw;
        color:#FFF;
        text-transform:uppercase;
        font-family: 'brandon_grotesqueblack';
        display:inline-block;
        vertical-align:middle;
    }

    section.events .events-box {
        position:relative;
        padding:1%;
        width:220px;
        height:240px;
        display:inline-block;
        vertical-align:middle;
        margin:0 1%;
        background:#FFF;
        text-transform:uppercase;
        letter-spacing:normal !important;
    }

}

@media only screen
and (min-width : 1920px)
and (max-width : 2560px) {

    section.events h4 {
        width:38%;
        font-size:1.6vw;
        color:#FFF;
        text-transform:uppercase;
        font-family: 'brandon_grotesqueblack';
        display:inline-block;
        vertical-align:middle;
    }

    section.events .events-box {
        width:300px;
        height:300px;
    }

}

@media only screen
and (min-width : 737px)
and (max-width : 1100px)  {

    section.social-box ul li a {
        width:120px;
        height:45px;
    }

    footer ul.social li a {
        width:80px;
        height:40px;
    }

    footer .newsletter-signup input {
        width:40%;
        margin-right:4%;
    }

    footer .newsletter-signup .wpcf7-submit {
        width:28%;
    }

}
