/*
Theme Name: SwapBots
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: SwapBots custom theme
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: swapbots
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    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. */
}

/* End WordPress Core */


/* Font styles */
@font-face {
    font-family: SwapBots;
    src: url('fonts/SwapBots.eot');
    src: url('fonts/Swapbots.otf'),
         url('fonts/SwapBots.ttf') format('truetype');
}
@font-face {
    font-family: Campton;
    font-weight: normal;
    src: url('fonts/Campton Book.eot');
    src: url('fonts/Campton Book.otf'),
         url('fonts/Campton Book.ttf') format('truetype');
}
@font-face {
    font-family: Campton;
    font-weight: bold;
    src: url('fonts/Campton Bold.eot');
    src: url('fonts/Campton Bold.otf'),
         url('fonts/Campton Bold.ttf') format('truetype');
}

body {
    font-size: 18px;
    font-family: Campton;
}

h1, h2, h3, h4, h5, h6 {
    color: #FFF;
    font-family: Campton, SansSerif, Arial;
    font-weight: bold;
}

h4 {
    color: #909c9c;
    font-size: 24px;
}

p {
    font-family: Campton, SansSerif, Arial;
}

a {
	color: #000;
}

/* Colours */
.dark-grey {
    color: #2d2924;
}
.grey {
    color: #909c9c;
}
.red {
    color: #FF0000;
}
.orange {
    color: #ffb718;
}
.yellow {
    color: #ffe800;
}
.green {
    color: #94d500;
}
.turquoise {
    color: #25c9d2;
}
.purple {
    color: #cd25af;
}

.dark-grey-bg {
    background-color: #2d2924;
}
.grey-bg {
    background-color: #909c9c;
}
.red-bg {
    background-color: #FF0000;
}

.btn-swapbot-dark-grey,
.btn-swapbot-dark-grey:focus,
.btn-swapbot-dark-grey:hover {
    color: #FFF;
    background-color: #2d2924;
}
.btn-swapbot-red,
.btn-swapbot-red:focus,
.btn-swapbot-red:hover {
    color: #FFF;
    background-color: #FF0000;
}

.copyright {
    color: #FFF;
}

/* Custom styles */
.logo {
    margin: 20px 0;
}

.social {
    margin-top: 70px;
}
@media (min-width: 768px) {
    .social {
        margin-top: 35px;
    }
}
@media (min-width: 992px) {
    .social {
        margin-top: 50px;
    }
}
@media (min-width: 1200px) {
    .social {
        margin-top: 70px;
    }
}

.top-nav {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .top-nav {
        margin-top: 25px;
    }
}
@media (min-width: 992px) {
    .top-nav {
        margin-top: 50px;
    }
}
@media (min-width: 1200px) {
    .top-nav {
        margin-top: 70px;
    }
}

.top-nav a {
    color: #000;
    font-family: SwapBots;
    font-size: 20px;
}
@media (min-width: 768px) {
    .top-nav a {
        font-size: 24px;
    }
}

.top-nav .active a,
.top-nav a:focus,
.top-nav a:hover {
    border-bottom: 2px solid #FF0000;
    text-decoration: none;
}

/* mobile nav stuff */
.nav a {
    color: #000;
    font-family: SwapBots;
}

.nav > li.active,
.nav > li > a:hover {
    background-color: transparent;
    border-bottom: 2px solid #FF0000;
    text-decoration: none;
}

.feature-list {
    font-family: Campton;
    font-size: 36px;
    font-weight: bold;
}
.feature-list li:before {
    content: "• ";
    color: red; /* or whatever color you prefer */
    font-family: SwapBots;
}

.spacer-12 {
    height: 12px;
}
.spacer-24 {
    height: 24px;
}
.spacer-48 {
    height: 48px;
}

.white-bg-tile {
    background-image: url('images/20cm_Tile_White.png');
}
.red-bg-tile {
    background-image: url('images/20cm_Tile_Red.png');
}
.dark-grey-bg-tile {
    background-image: url('images/20cm_Tile_DarkGrey.png');
}
.light-grey-bg-tile {
    background-image: url('images/20cm_Tile_LightGrey.png');
}

.about-cta p {
    font-family: Campton;
    font-size: 32px;
    font-weight: bold;
}

.about-strapline h3 {
    font-family: Campton;
    font-size: 32px;
    font-weight: bold;
}

.about-intro {
    color: #FF0000;
    font-size: 24px;
}

.press-email,
.press-email:focus,
.press-email:hover {
    color: #FF0000;
    font-size: 24px;
    font-weight: bold;
}

.press-links p:nth-of-type(odd) {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
}

.press-links p:nth-of-type(even) a {
    color: #FF0000;
    font-size: 18px;
}

form {
    margin: 10px 0;
}

.recognition h4 {
    color: #FF0000;
}

/* Blog styles */
article h1,
article h2,
article h3 {
	color: #000;
    line-height: 1.5em;
    margin-top: 0;
	text-transform: uppercase;
}
article h3 a:focus,
article h3 a:hover {
	color: #000;
    border-bottom: 2px solid #FF0000;
    text-decoration: none;
}

video {
    width: 100%;
}

.kickstarter-badge {
    position: absolute;
    right: 20px;
    top: 90px;
    z-index: 10;
}
.kickstarter-badge img {
    filter: drop-shadow(5px 5px 10px #000);
    -webkit-filter: drop-shadow(5px 5px 10px #000);
    width: 200px;
}

.activity-badge {
    position: absolute;
    left: 20px;
    top: 90px;
    z-index: 10;
}
.activity-badge img {
    filter: drop-shadow(5px 5px 10px #000);
    -webkit-filter: drop-shadow(5px 5px 10px #000);
    width: 200px;
}