/*
Theme Name: Athletics
Theme URI: http://athletics.dawsoncollege.qc.ca
Author: Rita Lazaar
Author URI: http://www.dawsoncollege.qc.ca
Description: This is the custom theme for the Athletics webstie
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: athletics
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

athletics is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
        ## Posts and pages
        ## Asides
        ## Comments
        ## SportsPress Customization

# Footer
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: Montserrat, 'Helvetica Neue', Arial, Verdana, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;

}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.button{ display: block; }

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    height: 220px;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h2.rounded {
    font-size: 1.9rem !important;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}


abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
    background-size: contain;
    background-size: cover !important;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-color: #d6d6d6;
    background-position: center center;

}


blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}


/* used for the footer widgets*/
ul {
    display: block;
    list-style: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

ol {
    list-style: decimal;
}

li{

    display: list-item;
    text-align: -webkit-match-parent;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#menu-small-menu{

    text-align: center;
}


#menu-small-menu a{
    font-family: Montserrat;
    font-size:17px;
    line-height: 30px;
    color: #e3e3e3;
}
#menu-small-menu a:hover{
    color: #169fd6;
    text-decoration: none;
}

#main-navigation {
    /* float: right; */
    /* width: 75%;  */
    /* margin-left: auto;
    margin-right: auto; */
    max-width:1020px;
    margin: 0 auto;
    z-index:10000000;
}

#main-navigation ul {
    list-style: none;
    margin:0;
    padding-left: 0;
}

#main-navigation li {
    display: block;
    margin: 0 15px;
    float: left;
    position:relative;
}


#main-navigation li a {
    border-radius: 25px;
    color: rgb(235, 235, 235);
    display: block;
    padding: 7px 20px 7px 20px;
    font-family:Montserrat, 'Helvetica Neue', Arial, Verdana, sans-serif;
    font-size:14px;
    line-height:21px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    transition: color .2s linear, background .1s linear;
}


#main-navigation a:hover,
#main-navigation a:focus{
    background: #1b6894;
    color: #ffffff;

    position: relative;
    text-decoration: none;
}

/* This affects all sub menus */
#main-navigation ul ul {
    opacity: 1;
    overflow: visible;
    height: auto;
    display: none;
    position: absolute;
    background-color: #dbdbdb;
    width: 230px;
    margin-left: -16.5px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    padding: 12px 16px;

}

#main-navigation ul ul li {
    float:none;
    width:225px;
    padding-left:0px;
}

/* Appending arrow to those who have children */

#main-navigation ul ul li>a:not(:only-child):after {

    content: '\00a0\00a0\00a0\00a0\f0da';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    float: right;
    text-align: right;
}

#main-navigation ul ul li a{
    text-align: left;
    color:#3d3d3d;
    text-transform: capitalize;
    font-size:12px;
    font-weight:normal;
    display: block;
    border-top: 0;
    font-weight: normal;
    text-transform: none;
    border: 0;
    margin-left:-15.5px;
    margin-right:0px;
    margin-top: 0px;
    width:225px;
    margin-bottom: 0px;
    padding-left:16px;
    transition:none;
}

/* This allows to show the sub menus when hovering over parent  */
#main-navigation ul li:hover > ul,
#main-navigation ul li:focus > ul{
    display: block;
}

/* This affects sub menu item links */

#main-navigation ul ul li a:hover,
#main-navigation ul ul li a:focus
{
    text-decoration:none;
    background-color:#3d3d3d;
    color:#ebebeb;
    opacity:0.9;
    width:225px;
    border-radius: 0px;
    box-shadow: 0 0 0 0;
    transition: none;
}

#main-navigation ul ul li ul{
    left: 230px;
    top:0;
}

#main-navigation ul  > li.current-menu-item > a,
#main-navigation ul  > li.current-menu-ancestor > a {
    border-radius: 25px;
    background-color:#169fd6;
    width:inherit;
    opacity:1;
}

#main-navigation ul ul > li.current-menu-item > a,
#main-navigation ul ul > li.current-menu-ancestor > a {
    text-decoration:none;
    background-color:##dbdbdb;
    color:#ffffff;
    opacity:0.8;
    border-radius: 0px;
    transition: none;
}

#main-navigation .current_page_item > a,
#main-navigation .current-menu-item  > a {
    text-decoration:none;
    color:#ffffff;
    opacity:0.8;
    width:225px;
    border-radius: 2px;
    transition: none;
}

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

    #main-navigation{
        display:none;
    }

}

@media screen and (min-width: 1023px) {
    .menu-toggle {
        display: none;
    }
    #main-navigation{

        display: block;
    }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


.slideDown{
    animation-name: slideDown;
    -webkit-animation-name: slideDown;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.site-header{
    background: rgba(31, 131, 193, 1);
    border-color: #d5d5d5;
    margin-left: auto;
    margin-right: auto;
    max-width:1024px;
    border-bottom: 2px solid #d5d5d5;
    padding: 2em;

}

.site-header-sticky{
    background: rgba(31, 131, 193, 1);
    position: fixed;
    top: 0;
    float: left;
    /* height: 70px; */
    left: 50%;
    /* height: 70px; */
    margin-left: -512px;
    /* margin-right: auto; */
    width: 1024px;
    border-bottom: 2px solid #d5d5d5;
    padding: 2em;
    z-index: 10;
}

#responsive-menu .responsive-menu li a {

    height: auto;
    white-space: normal;
}

#responsive-menu .appendLink {

    width: 25px;
    text-align: center;
    font-size: 17px;

}

#click-menu #RMX {

    font-size: 40px;

}

#searchform {

    display: block;
    float: right;
    position: relative;
    margin-top: -30px;
}

#searchform label {
    color: #ebebeb;
    font-family: 'Montserrat', 'Helvetica Neue', Arial,Verdana,sans-serif;
    display: none;
    text-transform: uppercase;
    font-size: 13px;
    clear: none !important;
    width: auto !important;
}

#searchform label.visible {
    display: inline-block;
}
#searchform input {
    border: 0;
    color: #999;
    background: #f0f0f0;
    padding: 6px 10px 6px 10px;
    width: 250px;
    top: 1px;
    position: relative;
    display: none;
    border-radius: 25px;
    margin-left: 15px;
    color: #ebebeb;
}

#searchform button {
    padding: 0 0 0 0;
    margin: 3px 0 0 15px;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;

}

.fa-search:before {
    content: "\f002";
    font-size: 16px;
    color: rgb(235, 235, 235);
}
.nav-links a{
    color:#fff;
}
.site-branding {
    text-align: justify;
    margin: auto;
    padding: auto;
    position: relative;
    z-index: 10;

}
.site-title a{
    color: #fff;
    font-size: 2.4em;
}

.logo{

}

@media screen and (max-width: 1024px){
    .site-header{
        margin-right: 0;
    }

    .site-branding {
        text-align: center;
        text-transform: uppercase;
    }

}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main-general{

    margin-left:50px;
    margin-right:50px;
}

.site-content{
    margin-left: auto;
    margin-right: auto;
    max-width:1024px;
    align-content: center;
    background-color:#fff;
}

.team-main{
    margin-bottom: 45px;
    padding: 0px 70px;
}

@media screen and (max-width: 768px) {
    .team-main {
        padding: 0px;
    }
}

.content-area{
    float: right;
    margin: 0 0 0 -25%;
    width: 100%;
}

.widget-area {
    float: left;
    width: 25%;
}


#page-caption{

    background: #f0f0f0;
    padding: 20px 0;
    /* float: left; */
    width: 100%;
}

#page-caption h1{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #616161;
    padding-left: 24px;
    font-size:18px;
    letter-spacing: 0px;
    font-family:Montserrat, 'Helvetica Neue', Arial, Verdana, sans-serif;
}

.archive .page-header{
    padding: 0 30px 30px;
}

.slider-space{
    max-height:400px;
    max-width: 1024px;
    margin: 0px auto;
    visibility: visible;

}

#scoreboard{
    overflow: hidden;
    position: relative;
    max-width: 1024px;
    font-weight:bold;
    margin: 0px auto;
    padding-left:98px;
    background-image: url('images/dawson_scoreboard_fixed.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 89px;
}

#scoreboard-content .textwidget{
    overflow: hidden;
    position: relative;
    width:auto;
    height: 89px;
    float:right;

}
/*#scoreboard-content .textwidget{*/

/*!*width: 100%;*!*/
/*height: 100%;*/
/*float:left;*/
/*margin: 0;*/
/*display: inline;*/
/*line-height: 95px;*/
/*text-align: center;*/
/*color: #fff;*/
/*font-size: 18px;*/
/*font-family: inherit;*/
/*font-style: inherit;*/
/*text-transform: uppercase;*/

/*!*left:100%;*!*/

/*}*/
/*#scoreboard-content .textwidget p{*/
/*white-space:nowrap;*/
/*position: absolute;*/

/*-moz-transform: translateX(100%);*/
/*-webkit-transform: translateX(100%);*/
/*transform: translateX(100%);*/


/*!* Apply animation to this element *!*/
/*-moz-animation: scoreboard1 35s linear infinite;*/
/*-webkit-animation: scoreboard1 35s linear infinite;*/
/*animation: scoreboard1 35s linear infinite;*/

/*}*/


#scoreboard-content{
    width: 900px;
    height:80px;
    overflow: hidden;
    position: relative;

    color: #fff;
}

#scoreboard-content .textwidget {
    position: absolute;
    width: auto;
    height: 100%;
    font-size: 18px;
    line-height: 5.5;
    margin: 0;
    text-align: center;
    white-space:nowrap;
    /* Starting position */
    /*left:0px;*/
    /*-moz-transform: translateX(100%);*/
    /*-webkit-transform: translateX(100%);*/
    /*transform: translateX(100%);*/
    /* Apply animation to this element */

    /*-moz-animation: scroll-left 15s linear infinite;*/
    /*-webkit-animation: scroll-left 15s linear infinite;*/
    /*animation: scroll-left 15s linear infinite;*/
}
/* Move it (define the animation) */

/*@-moz-keyframes scroll-left {*/
/*0% {*/
/*-moz-transform: translateX(100%);*/
/*}*/
/*100% {*/
/*-moz-transform: translateX(-100%);*/
/*}*/
/*}*/

/*@-webkit-keyframes scroll-left {*/
/*0% {*/
/*-webkit-transform: translateX(100%);*/
/*}*/
/*100% {*/
/*-webkit-transform: translateX(-100%);*/
/*}*/
/*}*/

/*@keyframes scroll-left {*/
/*0% {*/
/*-moz-transform: translateX(100%);*/
/*!* Browser bug fix *!*/

/*-webkit-transform: translateX(100%);*/
/*!* Browser bug fix *!*/

/*transform: translateX(100%);*/
/*}*/
/*100% {*/
/*-moz-transform: translateX(-100%);*/
/*!* Browser bug fix *!*/

/*-webkit-transform: translateX(-100%);*/
/*!* Browser bug fix *!*/

/*transform: translateX(-100%);*/
/*}*/
/*}*/


.back-to-top{  background: none;  margin: 0;  position: fixed;  bottom: 20px;  right: 10px;  width: 70px;  height: 70px;  z-index: 100;  display: none;  text-decoration: none;  color: #ffffff;  border-radius: 50px;  opacity: 0.8;  background-color: #1b83c6;  }


.small-text{

    font-size: 11px;
    font-family: Montserrat;
    text-align: center;
    margin-top: -10px;
    text-decoration: none;
}


.back-to-top i {

    font-size: 49px;
    margin-left: 10px;
    text-decoration: none;
    margin-bottom: 6px;


}

#center-container{

    height:338px;
    max-width: 1024px;
    margin-bottom:30px;
}

#this-semester{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    width: 320px;
    height: 308px;
    overflow: hidden;
    float: left;
    background-color: #cfcfcf;

}



.schedule-container{

    height: 251px;
    overflow-y: scroll;

}

#schedule{
    /* margin-top: 30px; */
    margin: 30px 30px 0px 30px;
    /*width: 620px; */
    width: 94%;
    height: 100%;
    float:left;
    font-size:16px;
    font-family: Montserrat;
}

.center-title{

    padding: 15px;
    background-color: #1b83c6;
    margin-top:0px;
    color: #fff;
    border-bottom: 2px solid #101010;
    font-size:18px;
    font-family: Montserrat;
    font-style: normal;
}
/*table*/
.table-events  {
    margin-right:1em;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Montserrat;
}

.table-events thead{
    background-color: #d9edf7;
}

.table-events  tr {
    margin-top:0;
    border-bottom: 1px solid #ddd;
    padding-right: 0.5em;
    padding-left: 0.5em;

}

.table-events th, td {
    padding: 0.625em;


}

.table-events td {

    font-size:13px;


}

.table-events td:nth-child(3) {

    font-size:13px;
    white-space: nowrap;


}

.table-events td a{

    text-decoration: none;
    color:#1b83c6;

}

.table-events td a:hover{

    color:#3facd6;

}

.table-events td:first-child {
    text-transform: capitalize;

}

.table-contacts td:first-child{
    white-space: nowrap;
}

.table-contacts td:last-child {
    white-space: pre-line;
}

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

    .table-events {
        border: 0;
        margin-top:0;

    }

    .table-events thead {
        display: none;
    }

    .table-events tr {
        display: block;
        border-bottom: 2px solid #000;
    }

    .table-events td {
        margin-top:0;
        border-top: 0px !important;
        display: block;
        text-align: right !important;
    }

    .table-events td:last-child {
        border-bottom: 0;
    }

    .table-events td:before {
        content: attr(data-label);
        font-size:14px;
        float: left;
        font-weight: bold;
    }
}

#portfolio-container{
    max-width: 1024px;
    padding-left: 30px;
    padding-top: 25px;
    height:642px;
    background-image: url('images/parallex_bkg4.jpg');
    background-color: #000;

}

#image-container{
    width:33%;
    margin:0;
    padding-right: 30px;
    float:left;


}

#image-container a img{

    border-radius: 10px;
    -webkit-transition: .10s ease-in-out;
    transition: .10s ease-in-out;

}

#image-container a:hover{

    opacity: 0.7;

}
.rounded{
    color: #AAAAAA;
    font-size: 22px;
    font-family: Montserrat;
    text-align: justify;
    padding-bottom: 5px;

}

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

    .site-main{
        margin-left: 0;
        margin-right: 0;

    }

    .site-main-general{
        margin-left: 0;
        margin-right: 0;
    }

    #page-caption h1{
        text-align: center;
        padding-left:0px;
    }

    #center-container{

        height:auto;
        width: 100%;
        display:block;
        margin-bottom: 0px;
        margin-right:auto;
        margin-left:auto;
        float: none;

    }

    #this-semester{
        display: none;
    }

    .schedule-container {
        max-height: 490px;
    }

    #schedule{
        margin-top: 2px;
        margin-bottom:2px;
        width: 100%;
        min-height: 308px;
        display:block;
        margin-right:auto;
        margin-left:auto;
        float:none;


    }

    .center-title{

        text-align:center;

    }

    #scoreboard-content{
        width:95%;
    }

    #portfolio-container{
        width:100%;
        height:auto;
        text-align: center;
        padding-bottom: 30px;
        display:block;


    }

    #image-container{

        width:100%;
        float:none;
        display:block;

    }

    .rounded{
        color: #AAAAAA;
        font-size: 16px;
        font-family: Montserrat;
        text-align: center;
        padding-bottom: 5px;

    }

    .sc_accordion-body img {

        float: none;
        max-width: 100%;
    }


}
/*For the team page featured image*/
.featured-image{
    margin-left: 9%;
    margin-right: 9%;
    margin-top: 10%;
    margin-bottom: 45px;
}

.custom-title {

    font-family: Montserrat;
    text-align: center;
    font-size: 45px;

}
.custom-content{

    font-family: Montserrat;
    text-align: center;
    font-size:20px;
    padding-bottom: 6em;
    line-height: 2em;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    font-family:Montserrat;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
## SportsPress Customization
--------------------------------------------------------------*/
h1.entry-title {
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
}

.sp-template-logo, .sp-template-photo {
    float: left;
    margin-bottom: 2em;
    margin-right: 4em;
    margin-left: 2em;
    max-width: 30%;
}
.sp-template-logo, .sp-template-photo img{

    border: 2px black solid;

}


.gallery-icon.landscape img {
    padding: 10px;
}
.gallery-caption {
    margin-bottom: 0;
    margin-left: 20px !important;
    margin-top: 10px;
    font-family: Montserrat;
    text-align: center;
    font-size: 17px;
}

.gallery-caption strong{
    display:inherit;
}

.gallery-item {

    margin-top: 30px;

}

.sp-table-caption{
    text-align:center;
    font-family: Montserrat;
    margin-bottom: 1em;
}

.sp-data-table .data-date a{

    white-space: nowrap;

}

.sp-list-wrapper {
    margin-left: 25%;
    font-size: 16px;
    font-family: Montserrat;
}
@media screen and (max-width: 1023px){

    .table-events.sp-data-table th, .sp-data-table td{

        text-align: right !important;
    }
}

@media screen and (max-width:620px){
    .gallery-item {

        margin-top: 30px;
        max-width: 100% !important;
        width: 100% !important;
    }

    .sp-template-logo, .sp-template-photo {
        max-width: 75%;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .sp-list-wrapper {
        margin-left: 12%;
    }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer{
    margin-left: auto;
    margin-right:auto;
    align-content: center;
    max-width:1023px;
    text-align: justify;
    background-color:#000;
    color:#fff;
}


#copyright h2{
    background-color: #555;
    color: #fff;
    margin-bottom: 0px;
    font-size: 13px;
    font-family: Montserrat;
    height: auto;
    float: bottom;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    border-top: 1px solid #fff;
}

#footer-logos h5{
    background-color: black;
    color: #fff;
    margin-bottom: -20px;
    font-size: 13px;
    font-family: Montserrat;
    height: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 1em;
    padding-right: 1em;
    border-top: 1px solid #fff;
}

.widget-title{
    color:#169fd6;
    font-family: Montserrat;
    text-align: center;
    letter-spacing:5px;
    padding-top:10px;
    padding-bottom: 10px;
    font-size:15px;
}


#footer-sidebar {
    padding-left:20px;
    padding-right: 30px;
    display: block;
    height: 250px;
    width:auto;
}

#footer-sidebar1 {
    float: left;
    width: 30%;
    margin-left: 2.5%;
}

#footer-sidebar2 {
    float: left;
    width: 30%;
    margin-left:2.5%;
}

#footer-sidebar3 {
    float: left;
    width: 30%;
    margin-left: 2.5%;
}

.instagram-container{

    max-height: 500px;
    overflow-y: scroll;

}

.instagram-desc {
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Montserrat;
    letter-spacing: 0.3px;
}

a.instagram-unit img {
    padding-right: 20px;
    padding-left: 20px;
}

.more-photos{
    font-family: Montserrat;
}

/*Twitter Overwriting Styles */

.SandboxRoot .env-bp-min .timeline-Header {

    background-color: black !important;
    color: white !important;
}
.SandboxRoot .env-bp-min .timeline-Body {
    background-color: black important;
    color: white !important;
}

.SandboxRoot .env-bp-min .timeline-Footer {
    background-color: black !important;
    color: white !important;
}

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

    .site-footer{
        padding-top:30px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #footer-sidebar {
        text-align:justify;
    }
    #footer-sidebar1 {
        padding-left: 0px;
        width: 100%;
        display:block;
    }

    #footer-sidebar2 {
        padding-left: 0px;
        width: 100%;
        display:block;
    }

    #footer-sidebar3 {
        padding-left: 0px;
        width: 100%;
        padding-bottom: 30px;
        display:block;
    }

    a.instagram-unit img {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }


}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}



/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Custom code
--------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
    .sc_accordion {
        margin: 20px 20px 20px 20px;
        /* overflow: hidden; */
    }

    .metaslider .image-overlay {
        display: none !important;
    }

}
article.post{ padding:40px 60px; }
/*--------------------------------------------------------------
## Instagram Homepage widget
--------------------------------------------------------------*/
#sb_instagram .sb_instagram_header, .sb_instagram_header {
    display: none;
}
#sb_instagram #sbi_load .sbi_load_btn {
    display: none;
}
#sb_instagram {
    background-color: #ffffff;
    height: 500px;
}
