/*
Theme Name: iOS-Blog
Theme URI: http://ios-blog.co.uk
Description: iOS-Blog.co.uk v5 WordPress theme.
Author: Mark Petherbridge
Author URI: http://markpetherbridge.co.uk
Version: 5.0
*/


/* Table of Content
==================================================
#Site Styles
#Page Styles
#Media Queries
#Font-Face */

/* #Site Styles
================================================== */

.followOnTwitter {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100px;
    background-color: #fff;
    border-left: 5px solid #6bc4ea;
}

.followOnTwitter p {
    position: absolute;
    top: 40px;
    left: 20px;
    font-size: 20px;
}

.followOnTwitter .twitter-follow-button {
    position: absolute;
    right: 50px;
    top: 40px;
}

.followOnTwitter img {
    position: absolute;
    top: -10px;
    left: -20px;
    max-width: 40px;
}

.followOnTwitter img:hover {
    cursor: pointer;
}

.topbanneralert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 30px;
    text-align: center;
    background-color: #BCED91;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    z-index: 99999999;
}

h1,h2,h3,h4,h5 {
    font-family: MelbourneRegular,Helvetica Nueue,Arial,Sans-Serif;
}

.mobile-share-post {
    display: none;
}

.post-content strong {
    padding: 2px;
    background-color: #f1f1f1;
}

p {
    word-wrap: break-word;
}

.wrapper-header {
    background-color: #6bc4ea;
}

.container-header {
    background: url(img/backgrounds/header.png);
    background-position: 100% 45px;
    background-repeat: no-repeat;
}
.site-name {position: relative; }

.site-name,.site-slogan {

    color: #fff;
    float: left;
    font-family: MelbourneRegular,Helvetica Neue,Arial,Sans-Serif;
}

.site-name {
    margin-top: 50px;
}

.site-name a {
    color: #fff;
}

.site-name a:hover {
    color: #000;
}

.site-slogan {
    position: absolute;
    top: 25px;
    left: 180px;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    width: 350px;
}

ul.navigation {
    width: 100%;
    height: 30px;
    margin-bottom: 30px;
}

ul.navigation li {
    float: left;
    margin: 0 15px 0 0;
}

ul.navigation li a {
    background-color: #96d7f3;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
}

ul.navigation li a:hover {
    background-color: #61bae0;
}

#secondary-navigation {
    float: right;
    position: relative;
    top: 10px;
    color: #fff;
    z-index: 999;
}

#secondary-navigation ul li {
    float: left;
    margin: 0 10px 0 0;
}

#secondary-navigation ul li a {
    color: #fff;
    position: relative;
    top: 5px;
}

#secondary-navigation ul li a:hover {
    color: #333;
}

.competition-twitter {
    position: relative;
}

.competition-twitter .twitter-follow-button {
    position: relative;
    left: 0;
    top: 5px;
    float: left;
    width: 50px;
    clear: left;
}

#search-box {
    width: 60px;
    background-color: #6bc4ea;
    border: 1px solid rgba(255,255,255,.5);
    color: #fff;
}

#searchsubmit {
    position: absolute;
    right: 10px;
    border: 0!important;
    padding: 0!important;
    top: 5px;
    width: 24px!important;
    height: 24px;
    background: url(img/search.png);
    background-repeat: no-repeat;
}

.resource-link-placeholder {
    background-color: #C5E3BF;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    line-height: 20px!important;
}

#searchsubmit:hover {
    cursor: pointer;
}

.resultsheader {
    margin: 0 0 0 30px;
    padding-bottom: 30px;
}

.resource-link-placeholder {
    margin-bottom: 30px;
}

.resource-link-placeholder p {
    margin-bottom: 20px;
}

.comment-form-container,.featured-post-container,.post-container,box {
    background-color: #fff;
}

.no-posts {
    padding: 20px;
}

.post-with-thumb {
    min-height: 200px;
}

.comment-form-container,.featured-post-container,.post-container {
    border-top: 5px solid #73c9ed;
}

.comment-form-container input,textarea {
    margin: 10px 30px;
    width: 85%;
    height: 30px;
    font-size: 20px;
}

.featured-post-container h2,.post-container h2 {
    font-size: 300%;
    font-family: MelbourneRegular;
    padding: 30px 30px 0;
    font-weight: 600;
    line-height: 110%;
}

.postmetadata {
    margin: 20px 0 0 30px;
    height: 50px;
    float: left;
    min-width: 100%;
    max-width: 100%;
}

ul.postmetadata li {
    float: left;
    margin: 0 20px 0 0;
}

.post-excerpt {
    padding: 0 30px;
    font-size: 120%;
}

.post-content {
    padding: 0 30px 30px;
}

.post-content p {
    display: block;
    max-width: 480px;
    clear: left;
    line-height: 200%;
}

.post-read-more {
    height: 50px;
    margin: 25px 0 0;
}

.post-bottom {
    height: 210px;
}

.post-bottom p {
    float: left;
    clear: left;
    margin: 10px 0;
}

.post-bottom a {
    color: #6bc4ea;
    text-decoration: underline;
}

.post-bottom a:hover {
    color: #000;
    text-decoration: none;
}

.post-content a {
    color: #6bc4ea;
    text-decoration: underline;
}

.post-content a:hover {
    color: #000;
    text-decoration: none;
}

.sidebar-item {
    background-color: #fff;
    margin: 0 0 30px;
}

.featured-sponsor {
    height: 230px;
}

.featured-sponsor-title {
    width: 370px;
    height: 20px;
    background-color: #f9bc2e;
    padding: 5px;
    color: #fff;
}

.featured-sponsor-action {
    float: right;
}

.featured-sponsor-action a:hover {
    color: #000;
}

a.action-link {
    color: #fff;
    padding: 10px;
    background-color: #73c9ed;
    width: 120px;
    margin: 0 0 0 30px;
}

a.action-link:hover {
    background-color: #61bae0;
}

.Google-after-post-advert {
    text-align: center;
    background-color: #f8f8f8;
    margin: 30px 0;
    padding: 20px 0;
}

.featured-image {
    float: right;
    max-width: 255px;
    height: auto;
}

.post-content img {
    max-width: 480px;
}

.tutorial_image {
    text-align: center;
    margin: 20px auto;
    background-color: #f8f8f8;
    padding: 20px;
}

.tutorial_image img {
    max-width: 100%!important;
    height: auto;
    display: block;
    margin: 0 auto;
}

.page-numbers {
    padding: 10px;
    background-color: #73c9ed;
    color: #fff!important;
}

.page-numbers:hover {
    background-color: #61bae0;
}

.current {
    background-color: #f1f1f1;
    color: #000!important;
}

.current:hover {
    background-color: #f1f1f1;
}

.comment-reply-title {
    padding: 30px;
}

.comment-author {
    float: left;
    font-size: 35px;
    margin: 50px 30px 10px 0;
    width: 353px;
    background-color: #fff;
}

.avatar {
    float: left;
    margin: 30px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border: 5px solid #6bc4ea;
}

.individual-comment-container {
    position: relative;
    margin: 10px 0;
    overflow: hidden;
}

.comment-meta {
    width: 353px;
}

.comment-content {
    display: inline-block;
    width: 353px;
    background-color: #fff;
    padding: 10px;
    margin: 30px 0;
}

.comment-data {
    position: relative;
    float: left;
    width: 373px;
    margin: 0 0 30px;
}

.comment-submit-button {
    width: 200px!important;
    height: 40px!important;
    color: #fff!important;
}

.post-author {
    background-color: #6bc4ea;
    color: #fff;
    padding: 5px;
}

.social-media {
    position: relative;
    height: 100px;
}

.followers-count {
    position: absolute;
    top: 30px;
    left: 10px;
    font-size: 230%;
}

.followers-text {
    position: absolute;
    top: 55px;
    left: 15px;
    font-size: 100%;
}

.social-media-icons-facebook {
    position: absolute;
    left: 130px;
    top: 25px;
}

.social-media-icons-twitter {
    position: absolute;
    left: 188px;
    top: 25px;
}

.social-media-icons-google {
    position: absolute;
    left: 246px;
    top: 25px;
}

.social-media-icons-rss {
    position: absolute;
    left: 304px;
    top: 25px;
}

.social-follow {
    position: relative;
    top: 0;
    height: 50px;
    margin: -30px 0 30px 0;
}

.follow-text {
    float: left;
    width: 210px;
    padding: 10px;
    font-size: 16px;
    font-family: 'Fauna One',serif;
}

#facebook-like {
    height: 200px;
}

#fb-like-sidebar-widget {
    position: absolute;
    right: 20px;
    top: 10px;
    float: right;
}

.twitter-follow-button {
    position: absolute;
    right: -20px;
    top: 5px;
    float: right;
    width: 50px;
}

#widget {
    width: 50px;
}

.google-button-social-media-widget {
    float: right;
    position: absolute;
    right: -10px;
    top: 8px;
}

.google-advert {
    text-align: center;
    padding: 20px 0;
}

.social-media-posts-top-container {
    margin: 10px 30px 30px;
    width: 100%;
}

.social-media-posts-top-button {
    position: relative;
    width: 20%;
    margin-right: 10px;
    height: 20px;
    float: left;
}

.post-content .social-media-posts-top-container {
    margin: 10px 0;
}

.google-plus-posts-button-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
}

.write-for-us {
    position: relative;
    background-color: #6bc4ea;
    color: #fff;
    background-image: url(img/write-for-us.png);
    background-repeat: no-repeat;
    background-position: 20px 23px;
    height: 100px;
}

.write-for-us:hover {
    background-color: #333;
}

.write-for-us h3 {
    float: left;
    color: #fff;
    margin: 10px 30px 0 90px;
}

.write-for-us p {
    float: left;
    color: #fff;
    margin: 0 30px 0 90px;
}

.write-for-us a {
    color: #fff;
}

.sponsors {
    position: relative;
    height: 700px;
}

.bsap_1262594 {
    position: absolute;
    left: 8px;
    margin: 20px 0;
}

.bsap_1262594 a img {
    padding: 0;
    display: block;
}

#bsap_1273402 img {
    position: relative;
    left: -10px;
}

#about-the-author-container {
    height: 240px;
    background-color: #6bc4ea;
    color: #fff;
    border-top: 30px solid #f5f4f4;
}

#about-the-author-container h4 {
    font-size: 28px;
    padding: 50px 0 10px;
    color: #fff;
}

ul.author-bio-links li {
    float: left;
    margin-right: 20px;
    color: #fff;
}

ul.author-bio-links {
    width: 400px;
}

ul.author-bio-links li a:hover {
    color: #000;
}

.author-bio-desc {
    float: left;
    width: 350px;
}

.author-bio-desc a:hover {
    color: #000;
}

.recommended-product {
    min-height: 250px;
}

.recommended-product img {
    position: relative;
    float: left;
    margin: 20px;
}

.product-title {
    position: relative;
    top: 40px;
    font-size: 160%;
    line-height: 130%;
    font-family: MelbourneRegular,Helvetica Nueue,Arial,Sans-Serif;
    float: left;
    width: 200px;
    margin-bottom: 20px;
}

.amazon-logo {
    position: relative;
    float: left;
    margin: 10px 30px 0 0!important;
}

.recommended-product a {
    position: relative;
    float: left;
    left: -10px;
    background-color: #f9bc2e;
    font-size: 12px;
    margin-top: 30px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    width: 150px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: uppercase!important;
}

.buttonspost {
    margin: 30px 0;
    width: 100%;
    text-align: center;
}

.action-button {
    background-color: #f9bc2e;
    color: #fff;
    padding: 10px 10px 10px 40px;
    font-size: 18px;
}

.git-button {
    background-image: url(img/buttons/git.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

pre {
    margin-left: -20px;
}

.codecolorer-container {
    background-color: #f1f1f1;
    width: 460px!important;
}

.kksr-legend {
    display: none!important;
}

.footer-section,.footer-section a {
    color: #a1a1a1;
}

.footer-section a:hover {
    color: #000;
}

.footer-logo {
    background-image: url(img/backgrounds/footer.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 200px;
}

.footer-logo h1 {
    font-size: 220%;
    color: #a1a1a1;
    margin: 30px 0;
}

.footer-logo p {
    color: #a1a1a1;
    margin: 30px 0;
    font-style: italic;
}

.footer-logo a {
    color: #a1a1a1;
}

@media only screen and (max-width:959px) {
    .hide-tablet {
        display: none!important;
    }

    .post-content {
        padding-top: 30px;
    }

    .reddit-button {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:959px) {
    .hide-tablet {
        display: none!important;
    }
	.kickstarterbanner img { max-width: 412px; }

    .reddit-button {
        display: none;
    }

    div.bsap_1292926 a.adhere {
        width: 746px!important;
    }

    div.bsap_1292926 img {
        width: 746px!important;
        height: auto;
        float: left;
        left: 1px;
    }

    .site-slogan {
        position: absolute;
        top: 25px;
        left: 170px;
    }

    img.featured-image {
        width: 200px;
        height: 170px;
    }

    .social-media {
        height: 70px;
    }

    .followers-count {
        top: 20px;
        font-size: 210%;
    }

    .followers-text {
        top: 40px;
        font-size: 80%;
    }

    .social-media-icons-facebook,.social-media-icons-google,.social-media-icons-rss,.social-media-icons-twitter {
        width: 38px;
    }

    .social-media-icons-facebook {
        position: absolute;
        left: 115px;
        top: 15px;
    }

    .social-media-icons-twitter {
        position: absolute;
        left: 163px;
        top: 15px;
    }

    .social-media-icons-google {
        position: absolute;
        left: 211px;
        top: 15px;
    }

    .social-media-icons-rss {
        position: absolute;
        left: 260px;
        top: 15px;
    }

    .write-for-us {
        position: relative;
        background-color: #6bc4ea;
        color: #fff;
        background-image: url(img/write-for-us-small.png);
        background-repeat: no-repeat;
        background-position: 15px 15px;
        height: 80px;
    }

    .write-for-us h3 {
        float: left;
        color: #fff;
        margin: 5px 30px 0 70px;
        font-size: 160%;
    }

    .write-for-us p {
        float: left;
        color: #fff;
        margin: 0 10px 0 70px;
        font-size: 90%;
        line-height: 100%;
    }

    .codecolorer-container {
        background-color: #f1f1f1;
        padding: 10px;
        width: 340px!important;
    }

    #bsap_1273402 img {
        max-width: 352px;
        height: auto;
        float: left;
        left: 1px;
    }

    .recommended-product {
        min-height: 250px;
    }

    .recommended-product img {
        position: relative;
        float: left;
        margin: 20px;
        width: 85px;
    }

    .product-title {
        position: relative;
        top: 40px;
        font-size: 140%;
        line-height: 130%;
        font-family: MelbourneRegular,Helvetica Nueue,Arial,Sans-Serif;
        float: left;
        width: 150px;
        margin-bottom: 20px;
    }

    .amazon-logo {
        position: relative;
        float: left;
        margin: 10px 30px 0 120px!important;
    }

    .recommended-product a {
        position: relative;
        float: left;
        left: -10px;
        background-color: #f9bc2e;
        font-size: 12px;
        margin-top: 30px;
        padding: 10px;
        color: #fff;
        font-weight: 600;
        width: 100px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-transform: uppercase!important;
    }

    .author-bio-desc {
        margin-left: 30px;
    }

    #about-the-author-container h4 {
        font-size: 28px;
        padding: 50px 0 10px;
        margin-left: 30px;
        color: #fff;
    }

    ul.author-bio-links li {
        margin-left: 30px;
    }

    ul.author-bio-links {
        width: 400px;
    }

    ul.author-bio-links li a {
        color: #fff;
    }

    ul.author-bio-links li a:hover {
        color: #000;
    }

    .avatar {
        display: none;
    }

    .comment-content {
        width: 420px;
        padding: 10px;
    }

    .comment-content p {
        width: 262px;
        padding: 10px;
    }

    .mobile-share-post {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .hide-mobile {
        display: none!important;
    }
	
	.kickstarterbanner img { width: 100%; }

    .header-section {
        position: relative;
        margin: 10px 0;
    }

    .header-section h1 {
        padding: 10px;
    }

    .mobile-header {
        width: 100%;
        background: rgba(107,196,234,.83);
    }

    .search-area {
        display: none;
    }

    .site-name {
        margin-top: 20px;
    }

    .container-header {
        background-position: 100% 10px;
    }

    ul.postmetadata {
        margin: 0 0 30px 30px;
        max-width: 100%;
    }

    ul.postmetadata li {
        width: 100%;
        height: 15px;
    }

    .post-container h2 {
        font-size: 200%;
        width: 80%;
    }

    .post-excerpt {
        font-size: 140%;
        line-height: 120%;
        width: 80%;
        display: inline-block;
    }

    #bsap_1273402 img {
        max-width: 242px;
        height: auto;
        float: left;
        left: 1px;
    }

    .codecolorer-container {
        background-color: #f1f1f1;
        padding: 10px;
        width: 90%!important;
    }

    #navigation {
        clear: both;
        float: left;
        width: 100%;
        margin-top: -20px;
    }

    #navigation ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #navigation ul li {
        display: inline-block;
        width: 95%;
        margin-bottom: 10px;
        text-align: center;
        padding: 10px;
    }

    #navigation ul li a {
        float: left;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 28px;
        background-color: #333;
    }

    #navigation ul li.active,#navigation ul li:hover {
        background: rgba(3,3,3,.2);
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    .followOnTwitter {
        display: none;
    }

    #navigation-mobile {
        position: relative;
        top: 30px;
        right: 10px;
        background: #333;
        border: 1px solid #111;
        color: #fff;
        float: right;
        display: block;
        padding: 4px 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    ul.navigation li {
        clear: left;
    }

    #navigation-mobile .navigation-mobile-bar {
        background: #fff;
        display: block;
        height: 1px;
        padding: 1px 4px;
        margin: 3px 4px;
        width: 15px;
    }

    #navigation-mobile:hover {
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5);
        -khtml-box-shadow: inset 0 0 1px rgba(0,0,0,.5);
        -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.5);
        -o-box-shadow: inset 0 0 1px rgba(0,0,0,.5);
        box-shadow: inset 0 0 1px rgba(0,0,0,.5);
    }

    #bsap_1292926 {
        display: none;
    }

    .author-bio-desc {
        margin: 0 0 0 40px;
        padding-bottom: 30px;
    }

    .comment-data {
        margin: 0;
    }

    .avatar {
        display: none;
    }

    .comment-content {
        max-width: 420px;
        padding: 10px;
    }

    .comment-content p {
        width: 262px;
        padding: 10px;
    }

    #about-the-author-container,.post-bottom,ul.postmetadata {
        display: none;
    }

    .mobile-share-post {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background-color: #6bc4ea;
        text-align: center;
    }

    div.bsap_1273402 a {
        max-width: 300px;
    }

    .fb-like {
        margin-right: 30px;
    }
}


.articleGroup { margin: 20px auto; }
.articleGroup ul { margin: 30px auto; }
.articleGroup ul li { padding: 10px; }
.articleGroup ul li:hover { background-color: #fff; }
.articleGroup ul, .articleGroup ul li { background-color: #fff; }

.badge {
	position: absolute; top: 0px; left: 50px;
    background:             radial-gradient( 1px -11px, circle, white 8%, red 26px );
        background:    -moz-radial-gradient( 1px -11px, circle, white 8%, red 26px );
        background:     -ms-radial-gradient( 1px -11px, circle, white 8%, red 26px );
        background:      -o-radial-gradient( 1px -11px, circle, white 8%, red 26px );
        background: -webkit-radial-gradient( 1px -11px, circle, white 8%, red 26px );
    background-color: red;
    border: 2px solid white;
    border-radius: 12px;
    box-shadow: 1px 1px 1px black;
    color: white;
    font: bold 12px/9px Helvetica, Verdana, Tahoma;
    height: 12px;
    padding: 3px 3px 0 3px;
    text-align: center;
    min-width: 8px;
}