/*
Theme Name: ThemeBoy
Theme URI: http://themeboy.com/
Author: ThemeBoy
Author URI: http://themeboy.com
Description: Official theme for ThemeBoy.com
Version: 2.6.2
Text Domain: themeboy
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
    font-weight: 300;
}

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 {
    text-align: left;
    background: #f5f5f6;
    border: 1px solid #d7d8da;
    overflow: auto;
    padding: 15px;
}

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;
}

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-appearance: textfield;
    box-sizing: content-box;
}

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;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

*,
*: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;
}

*:focus {
    outline: none;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    box-sizing: border-box;
}

body {
    color: #1b1d21;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}

iframe,
img {
    border: 0;
}

iframe {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

td {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

a {
    color: #00a69c;
    text-decoration: none;
}

a,
div {
    outline: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

p {
    line-height: 1.6875;
    margin: 0.75em 0;
}

blockquote,
q {
    quotes: "“" "”" "‘" "’";
    background: #f5f5f6;
    padding: 20px 100px;
    margin: 50px 0 50px -100px;
    position: relative;
    font-weight: 300;
}

blockquote:before,
q:before {
    color: #d7d8da;
    font-family: "FFDINWebBold", sans-serif;
    content: open-quote;
    font-size: 150px;
    position: absolute;
    left: 0;
    top: 60px;
    line-height: 100px;
    width: 100px;
    text-align: center;
}

blockquote:after,
q:after {
    color: #ddd;
    font-family: "FFDINWebBold", sans-serif;
    content: close-quote;
    font-size: 150px;
    position: absolute;
    right: 0;
    top: 40px;
    line-height: 100px;
    width: 100px;
    text-align: center;
}

blockquote p,
q p {
    display: inline;
    font-size: 30px;
    line-height: 45px;
}

blockquote cite,
q cite {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    font-style: normal;
    display: block;
    font-weight: bold;
}

li,
dd {
    margin-bottom: 6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    line-height: 1.25;
    font-weight: 400;
    margin: 0 0 0.25em 0;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    color: inherit;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: inherit;
    color: #00a69c;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

figure {
    width: auto;
    max-width: 100%;
    margin: 0;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

input {
    border: none;
    border-radius: 5px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
    padding: 15px;
    background: #fff;
}

input[type="search"] {
    width: 250px;
}

/* Buttons */

button,
.button,
input[type="submit"] {
    border: none;
    border-radius: 5px;
    color: #fff;
    background: #00a69c;
    display: inline-block;
    padding: 10px 25px;
    margin: 15px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s ease-out;
}

button:hover,
button:active,
.button:hover,
.button:active,
input[type="submit"]:hover,
input[type="submit"]:active {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.buttons {
    margin-left: -10px;
    margin-right: -10px;
}

.buttons .button {
    margin: 10px;
}

.button--style-ghost {
    background: transparent !important;
    border: 1px solid #202227;
    padding: 9px 24px;
    color: #202227;
    background: transparent;
    box-shadow: none;
    opacity: 0.7;
}

.button--style-ghost:hover {
    opacity: 1;
    box-shadow: none;
}

.button--width-full {
    width: 100%;
}

.button--color-slate {
    background: #1b1d21;
}

.button--color-wordpay {
    background: #008cf9;
}

.button--color-big-slam {
    background: #ec4613;
}

.button--color-the-league {
    background: #fe074e;
}

.button--color-splash {
    background: #da9a29;
}

.button--color-champion {
    background: #d61919;
}

.button--color-rookie-plus {
    background: #00a69c;
}

.button--color-courtside {
    background: #f27900;
}

.button--color-marquee {
    background: #0f8bca;
}

.button--color-emblem {
    background: #41a62a;
}

.button--color-premier {
    background: #d4000f;
}

.button--color-varsity {
    background: #7c4d95;
}

.button--color-varsity-alt {
    background: #f32c5b;
}

.button--color-boxseat {
    background: #1ebbc1;
}

.button--color-football-club {
    background: #333;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

/* Links */

.link {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding-right: 15px;
    color: #00a69c;
    font-weight: 400;
}

.link:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'themeboy-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    content: "\e101";
    font-size: 8px;
    position: absolute;
    right: 0;
    top: 10px;
}

.link:hover {
    text-decoration: underline;
}

/* Badges */

.badge {
    position: relative;
    display: inline-block;
    top: -4px;
    height: 16px;
    padding: 0 5px;
    margin-left: 2px;
    border-radius: 3px;
    background: #00a69c;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
}

.badge--color-big-slam {
    background: #ec4613;
}

.badge--color-the-league {
    background: #fe074e;
}

.badge--color-splash {
    background: #da9a29;
}

.badge--color-champion {
    background: #d61919;
}

.badge--color-rookie-plus {
    background: #00a69c;
}

.badge--color-courtside {
    background: #f27900;
}

.badge--color-marquee {
    background: #0f8bca;
}

.badge--color-emblem {
    background: #41a62a;
}

.badge--color-premier {
    background: #d4000f;
}

.badge--color-varsity {
    background: #f32c5b;
}

.badge--color-boxseat {
    background: #1ebbc1;
}

.badge--color-football-club {
    background: #333;
}

/* Titles */

.title--style-strong {
    font-family: "FFDINWebBold", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.title--style-image {
    margin-bottom: 0;
}

.title__highlight {
    color: #00a69c;
}

.title__badge {
    height: 21px;
    top: -6px;
    line-height: 24px;
    padding: 0 8px;
    font-size: 13px;
}

/* Site */

.site {
    padding-top: 50px;
}

.site--has-submenu {
    padding-top: 100px;
}

.site-title {
    margin: 0 0;
    float: left;
    height: 30px;
}

.site-title a {
    display: block;
    padding: 10px 0;
}   

.site-title img {
    display: block;
    height: 30px;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* Icons */

.icon {
    font-family: 'themeboy-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    font-size: 48px;
    color: #00a69c;
    border-color: #00a69c;
}

/* Screenshots */

.screenshot {
    position: relative;
    max-width: 100%;
    height: auto;
    padding-top: 15px;
    background: #e6e7e8 url(images/common/bubbles.png) no-repeat 5px 5px;
    border-radius: 3px;
    overflow: hidden;
}

.screenshot--style-border {
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
}

.screenshot--style-peek {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.screenshot--color-light {
    background-color: #f5f5f6;
}

.screenshot--color-white {
    background-color: #fff;
}

.screenshot--color-dark {
    background: #2b353e url(images/common/bubbles.png) no-repeat 5px 5px;
}

/* Images */

.image--space-above {
    margin-top: 30px;
}

.image--space-below {
    margin-bottom: 30px;
}

.image--size-fixed {
    max-width: none;
}

/* Header */

.header {
    height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

/* Navigation */

.nav {
    cursor: default;
    height: 50px;
    width: 100%;
    padding: 10px 0;
    text-align: right;
    position: relative;
}

.nav--location-header {
    z-index: 300;
}

.nav--location-page {
    z-index: 200;
}

.nav--theme-dark {
    color: #fff;
    background: #1b1d21;
}

.nav--theme-light {
    color: #1b1d21;
    background: #fff;
}

.nav--theme-light a {
    color: #1b1d21;
}

.nav__title {
    margin: 0;
    float: left;
    display: block;
    height: 30px;
    line-height: 34px;
    font-weight: 700;
    font-size: 20px;
}

.nav__logo {
    width: auto;
    height: 30px;
    display: block;
}

.nav__icon {
    color: #4a5b69 !important;
    font-size: 30px;
}

.nav__toggle {
    display: none;
}

/* Menus */

.menu {
    margin: 0;
    float: right;
    line-height: 30px;
}    

.menu-item {
    display: block;
    float: left;
    margin: 0 0 0 20px;
}

.menu-item a {
    color: inherit;
    text-transform: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.menu-item:hover a,
.current-menu-item a,
.current-menu-parent a,
.current-menu-ancestor a,
.current_page_parent a,
.menu-item.active a,
.menu-item--blog.current_page_parent a {
    color: #00a69c;
}

.menu-item--style-button a {
    display: inline-block;
    background: #00a69c;
    color: #fff !important;
    border-radius: 5px;
    padding: 0 15px;
}

.menu-item--style-button:hover a,
.menu-item--style-button.active a,
.menu-item--style-button.current_page_parent a {
    color: #fff !important;
}

.menu-item--style-button:hover a {
    opacity: 0.9;
}

/* Footer Menu */

.menu--location-footer {
    line-height: 20px;
    float: left;
}

.menu--location-footer .menu-item {
    margin: 0 20px 10px 0;
}

.menu--location-footer a {
    font-size: 13px;
    color: #868687;
}

.menu--location-footer a:hover {
    color: #1b1d21;
}

/* Sub Menus */

.sub-menu {
    display: none;
}

/* Footer */

.footer__nav {
    height: auto;
    overflow: hidden;
}

.footer__row {
    padding: 10px 0;
    overflow: hidden;
}

.footer__row--bottom {
    margin-top: 10px;
    border-top: 1px solid #d7d8da;
}

.footer__copyright {
    float: right;
    font-size: 13px;
    color: #868687;
}

/* Social */

.social {
    margin: 0;
}

.social__network {
    display: inline-block;
    margin: 0 0 0 15px;
}

.social__icon {
    font-size: 20px;
    color: #a6adba;
    line-height: 30px;
}

.social__link--site-facebook:hover .social__icon {
    color: #3b5998;
}

.social__link--site-twitter:hover .social__icon {
    color: #55acee;
}

.social__link--site-youtube:hover .social__icon {
    color: #cc181e;
}

/* Nameplates */

.nameplate {
    overflow: hidden;
    clear: both;
    margin: 0 0 50px;
}

.nameplate__icon {
    font-size: 48px;
    line-height: 96px;
    width: 100px;
    height: 100px;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0 50px;
}

.nameplate__title {
    font-size: 28px;
    margin-bottom: 0.25em;
}

.nameplate__title--style-underline:after {
    content: "";
    background: #00a69c;
    display: block;
    width: 50px;
    height: 4px;
    margin: auto;
    margin-top: 15px;
}

.nameplate__description {
    font-weight: 300;
    font-size: 20px;
}

/* Banners */

.banner__nameplate {
    margin: 0;
    padding: 100px 0;
    overflow: hidden;
}

.banner__nameplate--padding-thin {
    padding: 50px 0;
}

.banner__nameplate--padding-thick {
    padding: 150px 0;
}

.banner__nameplate--padding-none {
    padding: 0;
}

.banner__nameplate--padding-floor {
    padding-bottom: 0;
}

.banner__nameplate--pattern-sportspress {
    background: url(images/common/sportspress-pattern.png) top center repeat;
}

.banner__nameplate--pattern-themes {
    background: url(images/common/themes-pattern.png) center center repeat;
}

.banner__nameplate--pattern-blog {
    background: url(images/common/blog-pattern.jpg) center center no-repeat;
    background-size: cover;
}

.banner__nameplate--pattern-single {
    background: center center no-repeat;
    background-size: cover;
}

.banner--has-submenu .banner__nameplate {
    padding-top: 150px;
}

.banner--has-submenu .banner__nameplate--padding-thin {
    padding-top: 100px;
}

.banner--has-submenu .banner__nameplate--padding-thick {
    padding-top: 200px;
}

.banner__title {
    font-size: 32px;
}

.banner__logo {
    width: 400px;
}

.banner__description {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}

.banner__image {
    margin-top: 50px;
}

.banner__nameplate--padding-thick .banner__image {
    margin-top: 100px;
}

.banner__buttons {
    margin-top: 50px;
}

.banner__action {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -25px;
}

.banner__icon {
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid #fff;
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: inline-block;
    transition: .2s ease-out;
}

.banner__icon:hover {
    color: #fff;
    border-color: #fff;
}

/* Sliders */

.slider__slides {
    position: relative;
    z-index: 20;
}

.slider__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    display: none;
    cursor: default;
}

.slider__slide--order-first {
    display: block;
    position: relative;
}

.slider__arrow {
    display: none;
    position: absolute;
    z-index: 30;
    opacity: 0.7;
    top: 294px;
    transition: .2s ease-out;
}

.slider__arrow--previous {
    left: 0;
}

.slider__arrow--next {
    right: 0;
}

.slider__arrow:hover {
    opacity: 1;
}

.slider__icon {
    color: #fff;
    font-size: 64px;
}

.slider__bubbles {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    z-index: 40;
    text-align: center;
    cursor: default;
}

.slider__bubble {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 3px;
    opacity: 0.7;
    transition: .2s ease-out;
}

.slider__bubble--active {
    background: #fff;
}

.slider__bubble:hover {
    opacity: 1;
}

.slider__nameplate {
    margin: 25px 0;
}

.slider__title {
    margin: 0 0 15px;
}

.slider__buttons {
    margin-top: 50px;
}

.slider__image {
    margin: 0 0 -5px;
}

.slider__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 10;
}

.slider__background--layer-bottom {
    z-index: 5;
}

.slider__background--theme-rookie-plus {
    background-color: #0c5782;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #00a69c 0%, #068190 50%, #0c5782 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #00a69c 0%, #068190 50%, #0c5782 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #00a69c 0%, #068190 50%, #0c5782 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #00a69c 0%, #068190 50%, #0c5782 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #00a69c 0%, #068190 50%, #0c5782 100%);
}

.slider__background--theme-courtside {
    background-color: #bc4a12;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #f27900 0%, #d56009 50%, #bc4a12 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #f27900 0%, #d56009 50%, #bc4a12 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #f27900 0%, #d56009 50%, #bc4a12 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #f27900 0%, #d56009 50%, #bc4a12 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #f27900 0%, #d56009 50%, #bc4a12 100%);
}

.slider__background--theme-marquee {
    background-color: #1f3a86;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #0f8bca 0%, #1465af 50%, #1f3a86 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #0f8bca 0%, #1465af 50%, #1f3a86 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #0f8bca 0%, #1465af 50%, #1f3a86 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #0f8bca 0%, #1465af 50%, #1f3a86 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #0f8bca 0%, #1465af 50%, #1f3a86 100%);
}

.slider__background--theme-emblem {
    background-color: #1c6d11;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #41a62a 0%, #318e1f 50%, #1c6d11 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #41a62a 0%, #318e1f 50%, #1c6d11 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #41a62a 0%, #318e1f 50%, #1c6d11 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #41a62a 0%, #318e1f 50%, #1c6d11 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #41a62a 0%, #318e1f 50%, #1c6d11 100%);
}

.slider__background--theme-premier {
    background-color: #d4000f;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #d4000f 0%, #a30715 50%, #63101d 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #d4000f 0%, #a30715 50%, #63101d 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #d4000f 0%, #a30715 50%, #63101d 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #d4000f 0%, #a30715 50%, #63101d 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #d4000f 0%, #a30715 50%, #63101d 100%);
}

.slider__background--theme-varsity {
    background-color: #3b2d52;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #3b2d52 0%, #3b2d52 50%, #001116 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #3b2d52 0%, #3b2d52 50%, #001116 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #3b2d52 0%, #3b2d52 50%, #001116 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #3b2d52 0%, #3b2d52 50%, #001116 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #3b2d52 0%, #3b2d52 50%, #001116 100%);
}

.slider__background--theme-boxseat {
    background-color: #1d3d56;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #1ebbc1 0%, #1d3d56 50%, #000111 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #1ebbc1 0%, #1d3d56 50%, #000111 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #1ebbc1 0%, #1d3d56 50%, #000111 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #1ebbc1 0%, #1d3d56 50%, #000111 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #1ebbc1 0%, #1d3d56 50%, #000111 100%);
}

.slider__background--theme-football-club {
    background-color: #0f1218;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
}

/* Clientele */

.clientele {
    margin: 0 -25px;
    line-height: 1;
}

.clientele__logo {
    display: inline-block;
    margin: 0 25px;
}

/* Features */

.feature {
    margin-bottom: 30px;
    text-align: left;
    clear: both;
}

.feature--space-above {
    margin-top: 50px;
}

.feature--space-below {
    margin-bottom: 50px;
}

.feature:last-child {
    margin-bottom: 0;
}

.feature__icon {
    float: left;
    width: 50px;
    margin-right: 25px;
}

.feature__details {
    overflow: hidden;
}

.feature__title {
    font-size: 20px;
    margin: 0 0 0.5em;
}

/* Benefits */

.benefit {
    text-align: center;
}

.benefit__nameplate {
    margin: 50px 0;
}

.benefit__nameplate--padding-slim {
    margin: 25px 0;
}

.benefit__icon {
    font-size: 120px;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}

.benefit__title {
    font-size: 20px;
    margin: 0 0 0.5em;
}

/* Descriptions */

.description {
    clear: both;
    margin: 0;
    color: #868687;
}

.description--size-large {
    font-size: 18px;
}

/* Tips */

.tip {
    margin: 0 25px;
    border-left: 4px solid #00a69c;
    background: #fff;
    overflow: hidden;
    padding: 50px 25px 50px 21px;
    box-shadow: 0 1px 0 rgba(0,0,0,.07);
}

.tip__icon {
    display: block;
    margin-bottom: 30px;
}

.tip__button {
    margin-top: 0;
}

/* Media */

.media {
    margin: 15px 0 0;
    text-align: center;
    color: #868687;
}

.media--style-border {
    border-top: 1px solid #d7d8da;
    margin-top: 50px;
    padding-top: 10px;
    clear: both;
}
    
.media--space-none {
    margin: 0;
}

.media__item {
    display: inline;
    margin-right: 15px;
}

.media__item:last-child {
    margin-right: 0;
}

.media__link {
    font-size: 15px;
    font-weight: 700;
    color: #1b1d21;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid transparent;
}

.media__link:hover {
    border-color: #d7d8da;
}

.media__icon {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 1px;
}

/* Pricing */

.pricing {
    margin: 0;
}

.pricing__option {
    float: left;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #d7d8da;
    padding: 50px 0 0;
    margin-bottom: 25px;
    position: relative;
}

.pricing__description {
    line-height: 1.5;
}

.license__name {
    margin: 0;
    font-family: "FFDINWebBold", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.license__description {
    margin: 0.25em 0 2em;
}

.license__price {
    display: block;
    font-size: 64px;
    font-weight: 300;
    margin: 30px 0 25px;
    clear: both;
    line-height: 22px;
}

.license__button {
    margin-bottom: 50px;
}

.license__features {
    background: #fff;
    border-top: 1px solid #d7d8da;
    display: block;
    padding: 25px;
    overflow: visible;
}

.license__feature {
    display: block;
    margin: 15px 0;
    font-weight: 400;
}

.license__tag {
    display: none;
    position: absolute;
    box-sizing: content-box;
    top: -25px;
    left: -1px;
    height: 50px;
    line-height: 50px;
    color: #00a69c;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    border: 1px solid #d7d8da;
    background: #fff;
}

.license__highlight {
    font-style: normal;
    font-weight: 700;
    border-bottom: 2px solid #00a69c;
}

/* Avatars */

.avatar {
    border-radius: 50%;
    display: block;
}

/* Authors */

.author {
    font-weight: 700;
}

/* Developers */

.developer {
    text-align: left;
}

.developer__banner {
    display: block;
    margin-bottom: 25px;
}

.developer__avatar {
    width: 64px;
    border-radius: 3px;
    vertical-align: top;
    margin: 0 15px 15px 0;
    float: left;
}

.developer__name,
.developer__label {
    display: block;
    clear: none;
    float: none;
    margin: 0;
}

.developer__name {
    margin: 5px 0;
}

.developer__logo {
    display: block;
    height: 28px;
}

.developer__label {
    color: #868687;
}

/* Boxes */

.box {
    background: #f5f5f6;
    padding: 25px;
    margin: 0 0 25px;
    text-align: center;
}

.box--style-border {
    border: 1px solid #d7d8da;
}

.box--theme-light {
    background: #fff;
}

.box--stack-top {
    margin-bottom: 0;
}

.box--stack-bottom {
    border-top: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box--has-link {
    padding-bottom: 25px;
}

.box--align-left {
    text-align: left;
}

.box--theme-color {
    color: #fff;
    background: #00a69c;
}

.box__title {
    margin: 0 0 0.5em;
}

/* Facts */

.facts {
    margin-bottom: 0;
}

.facts__label {
    width: 100px;
    text-align: right;
    font-weight: bold;
    padding-right: 15px;
    float: left;
}

.facts__value {
    text-align: left;
    margin-left: 100px;
    padding-left: 15px;
}

/* Reviews */

.review {
    border: 1px solid #d7d8da;
    background: #f5f5f5;
    padding: 40px 25px 65px;
}

.review__title {
    font-size: 20px;
    margin: 0 0 0.5em;
}

.review__stars {
    margin: 5px 0 15px;
}

.review__logo {
    max-height: 125px;
}

.review__photo {
    border-radius: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100px;
    margin: -50px 0 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.review__name {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.review .about {
    margin-top: 0;
}

/* Customers */

.customer {
    overflow: hidden;
    margin-bottom: 50px;
}

.customer__image {
    background: #e6e7e8;
}

.customer__title {
    margin: 0;
}

.customer__description {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

/* Websites */

.website {
    margin-bottom: 50px;
}

.website__title {
    font-size: 20px;
    margin: 15px 0 0;
}

/* Themes */

.themes {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 50px;
  padding: 0 25px;
}

/* Extensions */

.extensions {
    clear: both;
    overflow: hidden;
    margin: 50px 0 -50px;
}

.extension {
    margin: 0 0 50px;
}

.extension__panel {
    height: 150px;
    padding: 25px 0;
    margin-bottom: 25px;
    overflow: hidden;
    background: #2b353e center center no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: .2s ease-out;
}

.extension__panel:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.extension__icon {
    color: #fff;
    border-color: #fff;
    margin: 0;
}

.extension__icon--integration {
    background: #fff;
    border-color: #fff;
    margin: 0;
}

/* Modules */

.modules {
    padding-bottom: 275px;
    background: url(images/meebo.png) bottom center no-repeat;
    background-size: 300px 246px;
}

.modules__nameplate {
    margin-bottom: 30px;
}

.modules__button {
    margin: 0 0 25px;
}

/* Articles */

.article__thumbnail {
    display: block;
}

.article__image {
    background: #e6e7e8;
}

.article__title {
    font-weight: 700;
    font-size: 20px;
    margin: 15px 0 0;
}

.article__date {
    margin-top: 10px;
    color: #868687;
    display: block;
}

/* Entries */

.entry__title {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0.5em 0 1.15em;
    text-align: left;
}

.entry__image {
    display: block;
    margin: 0 0 50px;
}

.entry__byline {
    display: block;
    clear: both;
    margin-bottom: 5px;
}

.entry__date {
    display: block;
    clear: both;
    font-weight: 300;
    font-size: 13px;
}

.entry__content {
    position: relative;
    margin: 0;
    clear: both;
    font-weight: 400;
    text-align: left;
    color: #1b1d21;
}

.entry__meta {
    float: left;
    text-align: center;
    font-size: 16px;
    margin: 5px 25px 25px 0;
    width: 100px;
}

.entry__content h1,
.entry__content h2,
.entry__content h3,
.entry__content h4,
.entry__content h5,
.entry__content h6 {
    color: #1b1d21;
    font-weight: 700;
    line-height: 1.5;
    margin: 1em 0 0;
}

.entry__content .title--style-strong {
    font-weight: normal;
}

.entry__content a:hover {
    text-decoration: underline;
}

.entry__content img {
    margin: 30px 0;
    display: block;
}

.entry__content figcaption {
    color: #888;
    text-align: center;
    margin-bottom: 50px;
}

.entry__content ul,
.entry__content ol {
    margin-left: 2em;
}

.entry__content ul {
    list-style: disc outside none;
}

.entry__content ol {
    list-style: decimal outside none;
}

.entry__content p {
    overflow: hidden;
}

.entry__content table {
    text-align: center;
    margin: 20px 0;
    width: 100%;
    font-weight: 400;
}

.entry__content table,
.entry__content th,
.entry__content td {
    border: 1px solid #d7d8da;
}

.entry__content th,
.entry__content td {
    padding: 10px 5px;
}

.entry__content th {
    background: #f5f5f5;
}

/* Pagination */

.page-numbers {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 3px;
    text-align: center;
    color: #1b1d21;
}

.page-numbers:hover {
    background: #f5f5f6;
}

.page-numbers.current {
    color: #fff;
    background: #00a69c;
}

.page-numbers.prev,
.page-numbers.next {
    font-size: 8px;
    vertical-align: top;
}

/* Calls to action */

.cta {
    overflow: hidden;
    margin: 50px 0 50px -100px;
    background-color: #f5f5f6;
    text-align: center;
}

.cta p {
    overflow: visible;
}

.cta__nameplate {
    margin: 0 0 25px;
}

.cta .cta__button:hover {
    text-decoration: none;
}

.cta .cta__image {
    margin: 0;
}

.cta .cta__logo {
    margin: 0;
    display: inline;
}

/* Meta */

.meta .meta__avatar {
    margin: 0 auto 15px;
}

/* Bio */

.bio {
    text-align: center;
    background: #f5f5f6;
    min-height: 250px;
    padding: 50px;
    margin: 75px 0 50px;
}

.bio__avatar {
    margin: 0 auto 25px;
}

.bio__details {
    overflow: hidden;
}

.bio__name {
    font-weight: 700;
    margin-bottom: 0.5em;
}

.bio__details a:hover {
    text-decoration: underline;
}

/* Widgets */

.widget {
    margin: 0 0 25px;
}

/* Popular posts */

.popular {
    margin: 0 0 50px
}

.popular__image {
    margin: 0 0 10px;
}

.popular__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 5px;
}

/* Subscribe */

.subscribe {
    margin-bottom: 50px;
}

.subscribe__title {
    margin: 0 0 5px;
}

.subscribe__description {
    font-size: 20px;
}

.subscribe__input {
    border: 1px solid #d7d8da;
    margin-top: 15px;
    width: 100%;
}

.subscribe__button {
    width: 100%;
}

.subscribe__policy {
    margin-bottom: 0;
}

/* Sections */

.section {
    padding: 50px 0;
    text-align: center;
    position: relative;
    background: #f5f5f6;
    overflow: hidden;
    zoom: 1;
    color: #1b1d21;
}

.section--padding-minimal {
    padding: 15px 0;
}

.section--padding-floor {
    padding-bottom: 0 !important;
}

.section--padding-ceil {
    padding-top: 0 !important;
}

.section--padding-none {
    padding: 0 !important;
}

.section--style-border {
    border-bottom: 1px solid #d7d8da;
}

.section--style-shadow:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px -100px 100px -100px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px -100px 100px -100px rgba(0,0,0,0.3);
    box-shadow: inset 0px -100px 100px -100px rgba(0,0,0,0.3);
    z-index: 20;
}

.section--theme-light {
    background-color: #fff;
}

.section--theme-color {
    color: #fff;
    background-color: #1b1d21;
}

.section--theme-sportspress {
    background-color: #0c5782;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #00a69c 0%, #068190 50%, #0c5782 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #00a69c 0%, #068190 50%, #0c5782 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #00a69c 0%, #068190 50%, #0c5782 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #00a69c 0%, #068190 50%, #0c5782 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #00a69c 0%, #068190 50%, #0c5782 100%);
}

.section--theme-slate {
    color: #fff;
    background-color: #0f1218;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
}

.section--theme-rookie-plus {
    background-color: #0c5782;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #00ae87 0%, #00a69c 50%, #007d90 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #00ae87 0%, #00a69c 50%, #007d90 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #00ae87 0%, #00a69c 50%, #007d90 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #00ae87 0%, #00a69c 50%, #007d90 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #00ae87 0%, #00a69c 50%, #007d90 100%);
}

.section--theme-courtside {
    background-color: #bc4a12;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #f27900 0%, #d56009 50%, #bc4a12 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #f27900 0%, #d56009 50%, #bc4a12 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #f27900 0%, #d56009 50%, #bc4a12 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #f27900 0%, #d56009 50%, #bc4a12 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #f27900 0%, #d56009 50%, #bc4a12 100%);
}

.section--theme-marquee {
    background-color: #1f3a86;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #0f8bca 0%, #1465af 50%, #1f3a86 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #0f8bca 0%, #1465af 50%, #1f3a86 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #0f8bca 0%, #1465af 50%, #1f3a86 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #0f8bca 0%, #1465af 50%, #1f3a86 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #0f8bca 0%, #1465af 50%, #1f3a86 100%);
}

.section--theme-emblem {
    background-color: #1c6d11;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #41a62a 0%, #318e1f 50%, #1c6d11 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #41a62a 0%, #318e1f 50%, #1c6d11 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #41a62a 0%, #318e1f 50%, #1c6d11 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #41a62a 0%, #318e1f 50%, #1c6d11 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #41a62a 0%, #318e1f 50%, #1c6d11 100%);
}

.section--theme-premier {
    background-color: #d4000f;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #d4000f 0%, #a30715 50%, #63101d 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #d4000f 0%, #a30715 50%, #63101d 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #d4000f 0%, #a30715 50%, #63101d 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #d4000f 0%, #a30715 50%, #63101d 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #d4000f 0%, #a30715 50%, #63101d 100%);
}

.section--theme-varsity {
    background-color: #f32c5b;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #f32c5b 0%, #b83d78 50%, #7c4d95 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #f32c5b 0%, #b83d78 50%, #7c4d95 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #f32c5b 0%, #b83d78 50%, #7c4d95 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #f32c5b 0%, #b83d78 50%, #7c4d95 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #f32c5b 0%, #b83d78 50%, #7c4d95 100%);
}

.section--theme-boxseat {
    background-color: #1d3d56;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #1ebbc1 0%, #1d3d56 50%, #000111 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #1ebbc1 0%, #1d3d56 50%, #000111 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #1ebbc1 0%, #1d3d56 50%, #000111 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #1ebbc1 0%, #1d3d56 50%, #000111 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #1ebbc1 0%, #1d3d56 50%, #000111 100%);
}

.section--theme-football-club {
    background-color: #0f1218;
    background: -webkit-radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
    background: -moz-radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
    background: -o-radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
    background: -ms-radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
    background: radial-gradient(circle farthest-corner at right bottom, #3a4e60 0%, #19212a 50%, #0f1218 100%);
}

.section--background-rookie {
    background: url(images/themes/rookie-background.jpg) top left no-repeat;
}

.section--background-rookie-plus {
    background: url(images/themes/rookie-plus-background.jpg) top left no-repeat;
}

.section--background-courtside {
    background: url(images/themes/courtside-background.jpg) top left no-repeat;
}

.section--background-marquee {
    background: url(images/themes/marquee-background.jpg) top left no-repeat;
}

.section--background-emblem {
    background: url(images/themes/emblem-background.jpg) top left no-repeat;
}

.section--background-premier {
    background: url(images/themes/premier-background.jpg) top left no-repeat;
}

.section--background-varsity {
    background: url(images/themes/varsity-background.jpg) top left no-repeat;
}

.section--background-boxseat {
    background: url(images/themes/boxseat-background.jpg) top left no-repeat;
}

.section--background-football-club {
    background: url(images/themes/football-club-background.jpg) top center no-repeat;
}

.section--theme-color .section__icon {
    color: #fff;
    border-color: #fff;
}

.section--color-mint .section__icon {
    color: #00a69c;
    border-color: #00a69c;
}

.section--color-blue .section__icon {
    color: #056ba5;
    border-color: #056ba5;
}

.section--color-orange .section__icon {
    color: #ef6848;
    border-color: #ef6848;
}

.section--color-yellow .section__icon {
    color: #f8a94b;
    border-color: #f8a94b;
}

.section--color-mint .section__tip {
    border-color: #00a69c;
}

.section--color-blue .section__tip {
    border-color: #056ba5;
}

.section--color-orange .section__tip {
    border-color: #ef6848;
}

.section--color-yellow .section__tip {
    border-color: #f8a94b;
}

.section--theme-sportspress .section__description {
    color: #b5dade;
}

.section--theme-slate .section__description {
    color: #b7b8ba;
}

.section--theme-color .section__description {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
}

.section--color-orange .section__badge,
.section--color-yellow .section__badge {
    background: #ef6848;
}

.section--theme-color .section__badge {
    background: #fff;
}

.section--theme-sportspress .section__badge {
    color: #00a69c;
}

.section--color-yellow .section__tip {
    border-color: #f8a94b;
}

.section--theme-color .section__media {
    border-color: rgba(255, 255, 255, 0.2);
}

.section--theme-slate .section__media {
    border-color: #4a5b69;
}

.section--theme-color .section__link,
.section--theme-slate .section__link {
    color: #fff;
}

.section--theme-color .section__link:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.section--theme-slate .section__link:hover {
    border-color: #4a5b69;
}

.section--color-mint .section__button {
    background: #00a69c;
}

.section--color-mint .section__accent {
    color: #00a69c;
}

.section--color-mint .section__underline {
    border-color: #00a69c;
}

.section--color-blue .section__button {
    background: #056ba5;
}

.section--color-blue .section__accent {
    color: #056ba5;
}

.section--color-blue .section__underline {
    border-color: #056ba5;
}

.section--color-orange .section__button {
    background: #ef6848;
}

.section--color-orange .section__accent {
    color: #ef6848;
}

.section--color-orange .section__underline {
    border-color: #ef6848;
}

.section--color-yellow .section__button {
    background: #f8a94b;
}

.section--color-yellow .section__accent {
    color: #f8a94b;
}

.section--color-yellow .section__underline {
    border-color: #f8a94b;
}

.section--theme-color .section__button {
    border-color: #fff;
    border-color: rgba(255,255,255,0.7);
    color: #fff;
}

.section__column {
    background: #f5f5f6;
}

.section--theme-light .section__column {
    background: #fff;
}
    
.section--product-theme .section__title,
.section--product-theme .section__description {
    color: #fff;
    text-transform: uppercase;
}

.section--background-football-club .section__title,
.section--background-football-club .section__description {
    color: #1b1d21;
}

/* Rows */

.row {
    clear: both;
}

.row--overflow-hidden {
    overflow: hidden;
}

.row--rel-related {
    margin-bottom: 30px;
}

.row--space-below {
    margin-bottom: 50px;
}

/* Columns */

.column {
    width: 100%;
    float: left;
    display: block;
    padding: 0 25px;
    margin-bottom: 50px;
}

.column--rel-separate {
    margin-bottom: 100px;
}

.column--rel-related {
    margin-bottom: 30px;
}

.column--rel-same,
.column:last-child {
    margin-bottom: 0;
}

.column--style-border {
    border-bottom: 1px solid #d7d8da;
}

.column--as-link {
    color: inherit;
}

.column--as-link:hover {
    background: #f5f5f6;
    background: rgba(160,160,170,0.1);
}

.column--as-link:hover .column__link {
    text-decoration: underline;
}

/* Grids */

.grid {
    clear: both;
}

.grid__media {
    border-top: 1px solid #d7d8da;
    margin-top: 50px;
    padding-top: 15px;
    clear: both;
}

/* Compares */

.compare {
    overflow: hidden;
    text-align: left;
    font-weight: 400;
    padding: 0 0 50px;
    margin: 0;
}

.compare__name {
    display: block;
    line-height: 1.25;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #d7d8da;
}

.compare__name--hide {
    visibility: hidden;
}

.compare__title {
    margin: 0;
}

.compare__image {
    margin-top: 25px;
}

.compare__value {
    display: block;
    margin: 0;
    padding: 0 25px 0 0;
    float: left;
    width: 50%;
}

.compare__value--pos-right {
    padding: 0 0 0 25px;
    float: right;
    clear: right;
}

.compare__category {
    margin-bottom: 25px;
}

.compare__description {
    font-weight: 300;
    margin-top: 5px;
}

.compare__licenses {
    margin: 0;
    padding: 0;
}

.compare__license {
    width: 33.333333%;
    padding-right: 25px;
    float: left;
}

.compare__license--pos-right {
    padding-right: 0;
    clear: right;
}

.compare__link {
    border: 1px solid #d7d8da;
    background: #fff;
    color: #868687;
    display: block;
    float: left;
    clear: both;
    margin: 0 0 4px;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}

.compare__link:hover {
    color: #00a69c;
    border-color: #00a69c;
}

.compare__specific {
    display: block;
    clear: both;
}

/* Rates */

.rates table {
    margin: 0 0 10px;
    width: 100%;
    font-weight: 400;
}

.rates table,
.rates th,
.rates td {
    border: 1px solid #d7d8da;
}

.rates th,
.rates td {
    padding: 25px 5px;
}

.rates th {
    background: #f5f5f5;
}

.rates em {
    font-style: normal;
    font-weight: 700;
    border-bottom: 2px solid #00a69c;
}

/* Wildcards */

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

.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* 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:hover,
.screen-reader-text:active,
.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. */
}

/* Panels */

.panel {
    position: relative;
    display: block;
}

.panel:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: absolute;
    font-family: 'themeboy-icons', sans-serif;
    left: 50%;
    top: 50%;
    color: #fff;
    z-index: 2;
    font-size: 48px;
    margin-left: -50px;
    margin-top: -50px;
    background: rgba(0, 0, 0, 0.5);
    width: 100px;
    height: 100px;
    line-height: 96px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    opacity: 0;
    transition: .2s ease-out;
}

.panel:hover:before {
    opacity: 1;
}

.panel:after {
    content: "";
    display: table;
    clear: both;
}

.panel--action-zoom:before {
    content: "\e633";
}

.panel--action-launch:before {
    content: "\e930";
}

.panel--action-highlight:before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
}

/* Dropdowns */

.dropdown {
    border: none;
    border-radius: 5px;
    background: #f5f5f6;
    color: #868687;
    height: 50px;
    max-width: 90%;
    box-shadow: -5px 0 0 #f5f5f6, 5px 0 0 #f5f5f6;
    margin: 0 5px;
    font-size: 24px;
    text-transform: lowercase;
}

/* Featherlight */

.lightbox {
    display: none;
}

.featherlight {
    z-index: 10000;
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
}

.featherlight .featherlight-content {
    background: transparent;
    padding: 0;
    margin-left: 80px;
    margin-right: 80px;
    overflow: visible;
}

.featherlight-loading .featherlight-content {
    width: 1280px;
    height: 720px;
    max-width: 90%;
    max-height: 90%;
    overflow: visible;
    background: #000 url(images/common/loading.gif) no-repeat center center;
    color: #fff;
    padding-top: 450px;
    text-align: center;
}

.featherlight .featherlight-close-icon {
    position: fixed;
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    background: transparent;
}

.featherlight-next,
.featherlight-previous {
    width: 80px;
    left: auto;
    right: auto;
    top: 0;
}

.featherlight-next {
    right: -80px;
}

.featherlight-previous {
    left: -80px;
}

.featherlight .featherlight-close-icon,
.featherlight-next span,
.featherlight-previous span {
    font-family: 'themeboy-icons', sans-serif;
}

.featherlight-next span,
.featherlight-previous span {
    font-size: 40px;
    display: block;
    text-shadow: none;
}

.featherlight .featherlight-close-icon:hover,
.featherlight-next:hover,
.featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Beacon */

#BeaconContainerScope .c-BeaconCloseButton.is-rendered {
    margin: 0;
}

#BeaconContainerScope .c-PoweredBy {
    display: none;
}

/* Campaign Monitor */

.cm-field-row.pre-info h3 {
    line-height: 1.5;
}

.cm-field-row .cm-label {
    display: none;
}

.cm-button {   
    margin: 15px auto;
    display: block;
}

.cm-submit {
    margin-top: 0;
}

/* Social Warfare */

.nc_socialPanel {
    overflow: hidden;
    height: auto;
}

/* Admin bar */

.admin-bar .header,
.admin-bar .sticky {
    top: 32px;
}

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

    /* Compares */

    .compare__license {
        float: none;
        clear: both;
        margin-bottom: 25px;
        width: 100%;
        padding-right: 0;
    }
}

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

    /* Admin bar */

    .admin-bar .header, .admin-bar .sticky {
        top: 46px;
    }
       
    /* Auto collapse menu */

    .menu--collapse-auto {
        float: none;
        padding: 15px 0;
        position: absolute;
        width: 100%;
        top: 40px;
        left: 0;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }
    
    .menu--hide {
        display: none;
    }

    .nav--theme-light .menu--collapse-auto {
        background: #f5f5f5;
        border-top: 1px solid #d7d8da;
    }

    .nav--theme-dark .menu--collapse-auto {
        background: #202227;
        border-top: 1px solid #16181b;
    }

    .menu--collapse-auto .menu-item {
        float: none;
        margin: 0;
        padding: 5px 30px;
        width: 100%;
    }
    
    .nav__toggle {
        display: block;
    }
    
    .nav__column {
        padding: 0 15px;
    }
    
    /* Calls to action */
    
    .cta {
        margin: 25px -25px;
    }
    
    /* Social Warfare */

    .nc_socialPanel:not(.nc_socialPanelSide) {
        position: absolute;
        top: -60px;
    }
}

@media only screen and (min-width: 783px) {

    /* Common */

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }
    
    /* Images */
    
    .image--float-left,
    .image--float-right {
        max-width: 550px;
    }
    
    .image--float-left {
        float: left;
    }
    
    .image--float-right {
        float: right;
    }
    
    /* Screenshots */
    
    .screenshot {
        clear: both;
    }
    
    /* Nameplates */

    .nameplate__title {
        font-size: 40px;
    }
    
    .nameplate__description {
        font-size: 24px;
    }
    
    /* Banners */

    .banner__nameplate--padding-thick {
        padding: 250px 0;
    }

    .banner--has-submenu .banner__nameplate--padding-thick {
        padding-top: 300px;
    }

    .banner__title {
        font-size: 40px;
    }

    .banner__logo {
        width: 500px;
    }

    .banner__description {
        font-size: 30px;
        line-height: 40px;
    }
    
    /* Calls to action */

    .cta__title {
        font-size: 36px;
    }
    
    /* Sliders */
    
    .slider__slide {
        padding-top: 100px;
    }

    .slider__nameplate {
        margin: 75px 0 25px;
    }

    .slider__image {
        margin: 0 0 -5px;
        max-width: none;
    }

    .slider__buttons {
        white-space: nowrap;
    }
    
    /* Tips */
    
    .tip__icon {
        float: left;
        width: 50px;
        margin-right: 25px;
    }
    
    /* Media */

    .media {
        float: left;
        clear: both;
        width: 100%;
        text-align: right;
    }

    .media--align-left {
        text-align: left;
    }
    
    /* Pricing */
    
    .pricing__option {
        margin-bottom: 10px;
    }

    .pricing__option--width-half {
        width: 50%;
    }
    
    .pricing__option--width-third {
        width: 33.333333%;
    }
    
    .pricing__option--width-two-thirds {
        width: 66.666666%;
    }
    
    .pricing__option--pos-left {
        clear: left;
        border-right: none;
    }
    
    .pricing__option--pos-right {
        clear: right;
        border-left: none;
    }
    
    .license__tag {
        display: block;
    }

    /* Modules */

    .modules {
        min-height: 246px;
        padding-bottom: 50px;
        padding-right: 350px;
        background-position: bottom right;
        text-align: left;
    }

    .modules__button {
        margin: 0;
    }

    /* Themes */

    .themes {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 100px 50px;
      padding-top: 50px;
    }

    /* Rows */
    
    .row {
        margin-bottom: 0;
    }

    /* Columns */
    
    .columns {
        overflow: hidden;
    }

    .columns--style-border {
        border-left: 1px solid #d7d8da;
        border-right: 1px solid #d7d8da;
        margin: 0 24px;
    }
    
    .column {
        margin-bottom: 0;
    }

    .column--width-half {
        width: 50%;
    }
    
    .column--width-third {
        width: 33.333333%;
    }
    
    .column--width-two-thirds {
        width: 66.666666%;
    }
    
    .column--width-quarter {
        width: 25%;
    }
    
    .column--width-three-quarters {
        width: 75%;
    }
    
    .column--width-fifth {
        width: 20%;
    }
    
    .column--width-two-fifths {
        width: 40%;
    }
    
    .column--width-three-fifths {
        width: 60%;
    }
    
    .column--width-four-fifths {
        width: 80%;
    }

    .column--pos-left {
        clear: left;
    }

    .column--pos-right {
        float: right;
        clear: right;
    }

    .column--align-left {
        text-align: left;
    }

    .column--align-center {
        text-align: center;
    }

    .column--align-right {
        text-align: right;
    }
    
    .column--padding-left {
        padding-left: 100px;
    }
    
    .column--padding-right {
        padding-right: 100px;
    }
    
    .column--padding-top {
        padding-top: 50px;
    }
    
    .column--padding-bottom {
        padding-bottom: 50px;
    }
    
    .column--style-border {
        border-bottom: none;
        border-right: 1px solid #d7d8da;
    }

    /* Grids */

    .grid {
        overflow: hidden;
    }

    .grid__column {
        padding: 0;
    }

    .grid__cell {
        border-top: 1px solid #d7d8da;
        padding: 50px 25px;
        margin: 0;
    }
    
    .grid__cell--pos-left {
        border-right: 1px solid #d7d8da;
    }
    
    .grid__cell--pos-right {
        border-left: 1px solid #d7d8da;
        margin-left: -1px;
    }

    /* Compares */

    .compare {
        border-bottom: 1px solid #d7d8da;
        padding: 50px 0;
    }

    .compare--order-first {
        padding-top: 0;
    }

    .compare--order-last {
        padding-bottom: 0;
        border-bottom: none;
    }

    .compare--padding-floor {
        padding-bottom: 0;
    }

    .compare__name {
        margin: 0;
        padding: 0;
        border-bottom: none;
        float: left;
        clear: left;
        width: 20%;
    }

    .compare__value {
        padding: 0 0 0 50px;
        width: 40%;
    }

    /* Articles */

    .article {
        margin-bottom: 50px;
    }
    
    /* Entries */

    .entry__title {
        font-size: 36px;
    }
    
    .entry__content {
        max-width: 650px;
        margin: 0 auto;
    }
    
    .entry__content--has-meta {
        margin: 0 0 0 125px;
    }

    .entry__meta {
        float: none;
        margin: 0 0 50px;
        padding: 0 25px;
        position: absolute;
        left: -150px;
        width: 150px;
    }
    
    /* Bio */

    .bio {
        text-align: left;
    }

    .bio__avatar {
        float: left;
        margin-right: 50px;
    }
    
    /* Customers */
        
    .customer {
        margin-bottom: 25px;
    }
    
    /* Sections */

    .section {
        padding: 100px 0;
    }

    .section--padding-bim {
        padding: 75px 0;
    }

    .section--padding-slim {
        padding: 50px 0;
    }
    
    .section--padding-slim .section__nameplate {
        margin-bottom: 25px;
    }

    .section--padding-minimal {
        padding: 25px 0;
    }
    
    .section--product-theme {
        background-size: cover;
        background-position: top center;
    }
    
    .section--product-theme .section__title {
        font-size: 64px;
    }
    
    .section--background-football-club .section__title {
        color: #1b1d21;
    }
    
    .section--product-theme .section__description {
        color: #1b1d21;
        font-size: 36px;
        line-height: 64px;
    }
    
    .section--background-rookie-plus .section__description,
    .section--background-boxseat .section__description {
        color: #fff;
    }

    .section__hero {
        margin-bottom: -75px;
    }
    
    .section--theme-slate .section__grid,
    .section--theme-slate .section__cell {
        border-color: #4a5b69;
    }
}


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

    /* Entries */

    .entry__title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1301px) {
    
    /* Sliders */
    
    .slider__arrow {
        display: block;
    }
}

@media only screen and (min-width: 1501px) {

    /* Entries */
    
    .entry__content {
        margin-left: auto;
    }

    .entry__meta {
        left: -175px;
    }
}