/*
	Theme Name:		Bandwidth Blog 2
	Description:	Tech Blog
	Template:		layerswp
	Version: 		1.0.0
	Author:			David Perel / Mark Norman
	Author Description: WordPress big bois.
	Author URI: http://layerswp.com/
	Theme URI: http://www.bandwidthblog.com/
	License URI: http://www.gnu.org/licenses/gpl.html

	*-----------------------------*
	WARNING! DO NOT EDIT THIS FILE!
	*-----------------------------*

	To make updates to your theme, do not edit the styles in this file. Rather use
	the Custom CSS field in Theme Options to add your style changes. By copying a style from this
	file and pasting it in Theme Options, you will override the style in this file and avoid
	losing changes with theme updates or reinstalls.

*/

/*-------------------------*/
/*- SETUP -----------------*/
body {
    background: #F5F5F5;
}

.wrapper-site {
    max-width: 1060px;
    margin: auto;
}

.content-vertical-massive {
    padding-top: 20px;
    padding-bottom: 0px;
}

.content-main {
    padding: 20px;
}

.heading {
    font-weight: bold;
}

.button {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.3rem;
    padding: 4px 10px;
}

/*-------------------------*/
/*- META INFO -------------*/
.meta-info {
    color: #777;
}

.meta-info a {
    color: #777;
}

.meta-info a:hover {
    color: #000;
}

/*-------------------------*/
/*- HEADER SOCIAL ICONS ---*/
.header-social-icons {
    float: right;
    overflow: none;
}

.header-social-icons a {
    display: block;
    float: left;
    width: 32px;
    margin-left: 8px;
    background: #555;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    line-height: 32px;
    position: relative;
}

.header-social-icons a:hover {
    background-color: #3cf;
    color: #fff;
}

.header-social-icons a:last-child::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #f00;
    border-radius: 100px;
    position: absolute;
    top: -6px;
    right: -6px;
}

/*-------------------------*/
/*- SOUNDCLOUD HERO -------*/
.soundcloud-hero {
    border-bottom: 1px solid #eee;
    font-size: 0;
    overflow: hidden;
}

.soundcloud-hero-badge {
    background: #FF7F00;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    font-weight: 500;
}

.soundcloud-hero-badge span {
    font-size: 1.5rem;
}

.soundcloud-hero-badge:hover {
    background: #000;
    color: #FF7F00;
}

.soundcloud-hero-badge i {
    margin-right: 10px;
    font-size: 20px;
}

.soundcloud-hero-title {
    color: #777;
    font-weight: 500;
    display: inline-block;
    padding: 0px;
    margin-left: 10px;
    font-size: 1.5rem;
}

.soundcloud-hero-title:hover {
    color: #000;
}

.soundcloud-hero .button {
    float: right;
    margin: 5px 20px;
    padding: 4px 10px;
    background: #f5f5f5;
    color: #FF7F00;
}

.soundcloud-hero .button:hover {
    background: #000;
    color: #FF7F00;
}

/*-------------------------*/
/*- SOUNDCLOUD WIDGET -----*/
.soundcloud-container {
    padding-bottom: 1px;
    margin-bottom: 20px;
    background: #FF7F00;
}

.soundcloud-container .section-nav-title {
    padding: 8px 10px;
    margin: 0 !important;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.soundcloud-container .section-nav-title i {
    margin-right: 8px;
}

.soundcloud-container .soundcloud-post {
    padding: 10px !important;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    font-size: 1.2rem;
    color: #fff;
}

.soundcloud-container ul li a {
    color: #fff;
    font-weight: 700;
}

.soundcloud-container ul li a:hover {
    text-decoration: underline;
}

.soundcloud-container .play-arrow {
    float: left;
    margin-right: 8px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.1);
}

.soundcloud-container .soundcloud-post-container {
    float: left;
    max-width: calc(100% - 60px);
}

.soundcloud-container .s-meta {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
}

.soundcloud-container .button {
    display: block;
    margin: 10px;
    padding: 8px 10px;
    background: #fff;
    color: #FF7F00;
    text-transform: uppercase;
    font-weight: bold;
}

.soundcloud-container .button:hover {
    background: #000;
    color: #FF7F00;

}

/*-------------------------*/
/*- SUBSCRIBE HERO --------*/
.mc_embed_signup {
    padding: 20px;
    background: #2BC1FF;
}

.mc_embed_signup form {
    width: 100%;
    max-width: 100%;
}

.mce-responses div {
    padding: 0px;
    margin-bottom: 20px;
}

.mc_embed_signup div.mce_inline_error {
    clear: both;
    padding: 4px 10px;
    margin-top: 10px;
    background: #F66956;
    font-size: 1.2rem;
}

.mce-responses {
    background: #555;
    color: #fff;
    font-weight: 400;
    font-size: 1.3rem;
}

.mce-responses a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

.mc4wp-alert {
    text-align: center;
    margin-top: 10px;
}

.mce-responses #mce-success-response:before,
.mce-responses #mce-error-response:before {
    display: inline-block;
    padding: 8px 10px;
    margin-right: 10px;
    font-family: FontAwesome;
    content: "\f00c";
    background: rgba(0, 0, 0, 0.4);
    color: #2BC1FF;
}

.mce-responses #mce-error-response:before {
    content: "\f00d";
    color: #F66956;
}

.subscribe-hero {
    display: flex;
    align-items: center;
}

.subscribe-hero-badge {
    width: calc((100% / 12) * 3);
    color: #000;
}

.mail_popup_inner .subscribe-hero-badge h6 {
    margin-bottom: 10px;
}

.subscribe-hero-badge h6 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
}

.subscribe-hero-badge p {
    color: #fff;
}

.subscribe-hero-input {
    width: calc((100% / 12) * 9);
    overflow: hidden;
}

.subscribe-hero-input input[type="email"] {
    float: left;
    width: calc(100% - 140px);
    max-width: none;
    height: 40px;
    padding: 0 10px;
    border: none;
}

.subscribe-hero-input input[type="submit"] {
    float: left;
    width: 140px;
    height: 40px;
}

/*-------------------------*/
/*- POST CAROUSEL WIDGET --*/
.widget-post-carousel .with-overlay .heading {
    font-size: 1.8rem;
}

.widget-post-carousel .swiper-container .swiper-slide {
    height: 200px;
}

/*-------------------------*/
/*- HOMEPAGE BOTTOM SLIDER --*/
.swiper-wrapper article h4.heading a {
    font-size: 18px;
}

/*-------------------------*/
/*- PAGINATION ------------*/
.pagination {
    width: 100%;
    padding: 8px;
    margin-bottom: 0;
    background: #f8f8f8;
    border: 1px solid #eee;
}

.pagination .current {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #3BD2FF;
    color: #fff;
    font-weight: 700;
}

.pagination a, .pagination span {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #777;
    font-size: 1.4rem;
}

/*-------------------------*/
/*- SIDEBAR ---------------*/
.sidebar {
    padding: 20px 20px 0 0;
}

.sidebar .well {
    padding: 0px;
}

.section-nav-title {
    padding: 10px 0;
    margin: 0 0 10px !important;
    border-top: 2px solid #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.sidebar .widget li,
.sidebar .widget li:not(:last-child) {
    padding: 0 0 6px;
    margin: 0 0 6px;
    border-bottom: 1px solid #eee;
}

/*---------------------*/
/*- RECENT POSTS ------*/
.widget_recent_entries li {
    overflow: hidden;
}

.widget_recent_entries li a {
    font-size: 1.2rem;
    font-weight: 600;
}

/*---------------------*/
/*- ADVANCED POSTS ----*/
.advanced-posts-widget .container {
    padding: 0;
}

.advanced-posts-widget .apw-list-item {
    overflow: hidden;
    padding: 0 0 6px;
    margin: 0 0 6px;
    border-bottom: 1px solid #eee;
}

.advanced-posts-widget .apw-post {
    overflow: hidden;
}

.advanced-posts-widget .apw-post-thumbnail img {
    display: block;
    float: left;
    margin-right: 10px;
}

.advanced-posts-widget .entry-title {
    font-size: 1.2rem;
    font-weight: 600;
}

/*---------------------*/
/*- SEARCH FIELD ------*/
aside .search-field {
    border-width: 1px;
    border-radius: 0;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.03);
}

.sidebar .well {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

/*-------------------------*/
/*- WIDGET HEADER ---------*/
.widget-post-carousel .section-title,
.layers-post-widget .section-title {
    padding: 10px 0;
    margin: 0 0 20px;
    border-top: 2px solid #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget-post-carousel .section-title .heading,
.layers-post-widget .section-title .heading {
    margin: 0;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
}

.widget-post-carousel .section-title .excerpt,
.layers-post-widget .section-title .excerpt {
    margin: 0;
    font-size: 1.4rem;
}

.widget-post-carousel .thumbnail-body,
.layers-post-widget .thumbnail-body {
    background: transparent;
    padding: 20px 0 0;
}

/*---------------------*/
/*- DARKER CONTAINER (HOME PAGE) -*/
.dark-container {
    padding-top: 10px;
    padding-bottom: 20px;
}

.dark-container .section-title {
    border-top: none;
    padding: 0 20px 10px;
    margin: 0 -20px 20px;
    border-bottom-color: rgba(255, 255, 255, 0.1)
}

.swiper-container .arrows {
    margin-top: -50px;
}

.swiper-container .arrows a {
    line-height: 100px;
}

.dark-container .swiper-container .arrows a {
    background: #2BC1FF;
    color: #fff !important;
    border-radius: 4px;
}

.small-carousel .with-overlay .heading {
    font-size: 2.4rem;
}

/*-------------------------*/
/*- TITLE CONTAINER -------*/
.title-container {
    border-bottom: 2px solid #eee;
}

.title-container .title {
    padding: 40px 10px 30px;
}

.title-container .title .heading {
    font-size: 5rem;
    font-weight: 300;
    line-height: 1;
}

.title-container .title .excerpt {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.4;
}

.bread-crumbs {
    background: #f5f5f5;
    padding: 6px 5px 6px 20px;
    margin: 0 0 10px -20px;
}

/*-------------------------*/
/*- INLINE WIDGETS --------*/
.side-by-side-widgets-area {
    margin: 20px 0 0;
    padding: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.column.inline-widget-container {
    width: calc(((100% / 10) * 7) - 20px);
    padding: 20px;
    margin: 0;
}

.widget-inline {
    float: left;
    width: calc(((100% / 12) * 6) - 10px);
    padding: 0;
    margin: 0;
}

.widget-inline:nth-child(2n+2) {
    margin-left: 20px;
}

.widget-inline .container {
    padding: 0;
}

.side-by-side-widgets-area .sidebar {
    width: calc(((100% / 10) * 3) + 20px);
    padding: 20px 20px 0px;
    margin: 0;
    border-left: 1px solid #eee;
    background: #f9f9f9;
}

.side-by-side-widgets-area .sidebar .widget {
    margin-bottom: 20px;
}

/*-------------------------------------*/
/*- SUMMARY POST LIST (little thumbs) -*/
.summary-post-list .thumbnail {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.summary-post-list .thumbnail:last-child {
    border-bottom: none;
}

.summary-post-list .thumbnail-media {
    float: left;
    width: 100px;
    margin-right: 10px;
}

.summary-post-list .thumbnail-media img {
    width: 100px;
}

.summary-post-list .thumbnail-body {
    max-width: 220px;
    padding: 0;
    background: none;
}

.summary-post-list .overlay {
    display: flex;
    flex-direction: column;
}

.summary-post-list .thumbnail-body .heading {
    font-size: 1.2rem;
    font-weight: 600;
}

.summary-post-list .thumbnail-body .excerpt {
    margin-top: 5px;
    font-size: 1.2rem;
}

.summary-post-list .thumbnail-body .meta-info {
    display: flex;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1rem;
}

.summary-post-list .thumbnail-body .meta-item {
    display: inline-block;
    margin-right: 5px;
}

.summary-post-list .thumbnail-body .meta-info a {
    color: #2BC1FF;
}

.summary-post-list .thumbnail-body .meta-category a {
    padding: 0px 4px;
    background: #2BC1FF;
    border-radius: 100px;
    color: #fff;
}

.summary-post-list .thumbnail-body .meta-category a:hover {
    background: #222;
}

.summary-post-list .thumbnail-body .meta-item i {
    display: none;
}

.summary-post-list .thumbnail-body .button {
    padding: 0;
    background: transparent;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #2BC1FF;
}

.large-post-list {
    clear: both;
}

.large-post-list .thumbnail-body {
    background: transparent;
}

/*-------------------------*/
/*- HOME PAGE MAGAZINE ----*/
.side-by-side-widgets {
    padding: 0;
}

/*-------------------------*/
/*- STORY -----------------*/
.story strong,
.story b {
    font-weight: 500;
}

.story a {
    color: #2BC1FF;
    font-weight: 500;
}

.story a:hover {
    color: #000;
}

/*-------------------------*/
/*- AUTHOR ----------------*/
.author-body {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.author-avatar {
    max-width: 140px !important;
}

.author-name a {
    color: #2BC1FF;
}

.button.twitter-follow {
    padding: 0;
    margin-top: 15px;
    background: none;
    color: #2BC1FF;
}

/*-------------------------*/
/*- FOOTER ----------------*/
#footer {
    padding-bottom: 0;
}

.grid.copyright {
    background: #000;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 -20px -20px;
}

footer.meta-info {
    margin: 0px 20px
}

/*---------------------*/
/*- FOOTER WIDGETS ----*/
.footer-site .section-nav-title {
    margin: 0;
    padding: 0;
    border: none;
    text-transform: none;
    font-size: 1.4rem;
}

.footer-site.invert .section-nav-title {
    color: #fff;
}

.footer-site aside:not(:first-child) {
    margin-top: 20px;
}

#menu-footer-social-menu li {
    float: left;
    margin-right: 4px;
}

#menu-footer-social-menu a {
    display: block;
    width: 38px;
    padding: 4px 0px;
    background: #444;
    border-radius: 4px;
    text-align: center;
}

#menu-footer-social-menu a:hover {
    background-color: #2BC1FF;
}

/*-------------------------------------------------*/
/*- DEKSTOP ONLY CSS ------------------------------*/
/*-------------------------------------------------*/
@media only screen and (min-width: 769px) {

    /*-------------------------------*/
    /*- WARNING THIS MAY BREAK SHIT -*/
    .container {
        max-width: none;
    }

    /*-------------------------*/
    /*- DEFAULTS --------------*/
    .section-title.large .heading {
        line-height: 1.1;
    }

    .sidebar .search-field {
        width: calc(65% - 10px);
        margin-right: 10px;
    }

    .button,
    button,
    input[type='submit'] {
        text-transform: uppercase;
        font-size: 1.3rem;
        font-weight: 500;
    }

    /*-------------------------*/
    /*- HEADER SITE -----------*/
    .header-site {
        border-bottom: 1px solid #eee;
    }

    .header-site .container {
        padding: 20px 0px 0;
    }

    .header-site .logo {
        width: 100%;
        padding: 0 20px;
    }

    .header-site nav {
        background: #fff;
    }

    .header-site .nav-horizontal > ul > li {
        margin: 0;
        border-right: 1px solid #eee;
    }

    .header-site.invert .nav-horizontal > ul > li > a {
        color: #000;
        font-weight: 400;
        font-size: 1.3rem;
        text-transform: uppercase;
        padding: 8px 20px;
        border-radius: 0;
    }

    .header-site.invert .nav-horizontal > ul > li > a:hover {
        background: #33ccff;
        color: #fff;
    }

    /*--------------------------*/
    /*- OVERLAY FEATURE BLOCKS -*/
    .with-overlay {
        margin-bottom: 0;
    }

    .with-overlay .overlay {
        top: 0;
        transform: none;
    }

    .with-overlay .thumbnail-media {
        max-height: 270px;
        overflow: hidden;
    }

    .with-overlay .thumbnail-body {
        display: flex;
        align-items: flex-end;
        padding: 20px;
        visibility: visible;
        opacity: 1;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%) !important;
        text-align: left;
    }

    .with-overlay .heading {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        font-weight: 300;
        font-size: 3rem;
        line-height: 1.1;
    }

    .with-overlay .button {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .with-overlay .meta-info {
        display: block;
    }

    /*-------------------------*/
    /*- POST BUNDLED GRID -----*/
    .post-bundled-grid .grid {
        height: 300px;
    }

    .post-bundled-grid .column {
        position: absolute;
        width: calc((100% / 12) * 3 - 20px);
        align-self: flex-start;
    }

    .post-bundled-grid .column:nth-child(2n) {
        right: 0;
    }

    .post-bundled-grid .column:nth-child(3n) {
        right: 0;
        transform: translateX(0) translateY(160px);
    }

    .post-bundled-grid .column:not(:first-child) .thumbnail-media {
        position: absolute;
    }

    .post-bundled-grid .column:not(:first-child) .thumbnail-body {
        display: flex;
        align-items: flex-end;
        padding: 20px;
        visibility: visible;
        opacity: 1;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.65) 100%) !important;
        text-align: left;
        height: 140px;
        overflow: hidden;
    }

    .post-bundled-grid .column:not(:first-child) .heading {
        line-height: 1.2
    }

    .post-bundled-grid .column:not(:first-child) .heading a {
        color: #fff;
    }

    .post-bundled-grid .column:not(:first-child) .excerpt,
    .post-bundled-grid .column:not(:first-child) .meta-info,
    .post-bundled-grid .column:not(:first-child) .button {
        display: none;
    }

    .post-bundled-grid .column:first-child {
        width: calc((100% / 12) * 9 - 20px);
    }

    .post-bundled-grid .column:first-child .thumbnail-media {
        float: left;
        margin-right: 20px;
        width: calc((100% / 12) * 7 - 20px);
        max-height: 300px;
        overflow: hidden;
    }

    .post-bundled-grid .column:first-child .thumbnail-body {
        float: left;
        margin: 0;
        padding: 0;
        width: calc((100% / 12) * 5 - 20px);
    }

    /*-------------------------*/
    /*- LIST PAGES ------------*/
    .page-template-template-blog .content-main,
    .archive .content-main {
        padding: 0;
    }

    .archive .span-8 {
        padding: 20px;
        margin: 0 10px 0;
        border-right: 1px solid #eee;
    }

    .archive #post-list .post {
        padding: 0 0 20px;
        margin: 0 0 20px;
        border-bottom: 1px solid #eee;
    }

    /*-------------------------*/
    /*- POST PAGE -------------*/
    .single .content-main {
        padding: 0;
    }

    .single .span-8 {
        padding: 40px 0 0;
        margin: 0 10px 0;
        border-right: 1px solid #eee;
    }

    .single .section-title.large {
        border-bottom: 1px solid #eee;
        padding: 0 20px 20px;
        margin: 0 0 20px;
    }

    .section-title.large .heading {
        font-weight: 300;
    }

    .section-title.large .meta-info {
        margin: 0 0 0 -20px;
    }

    .section-title.large .meta-item {
        background: #f5f5f5;
        padding: 6px 10px 6px 20px;
        color: #777;
    }

    .single .thumbnail {
        padding: 0 20px 20px;
        border-bottom: 1px solid #eee;
    }

    .single .thumbnail img {
        width: 100%;
        display: block;
    }

    .story {
        padding: 0 20px;
        font-size: 1.8rem;
        font-weight: 300;
        color: #444;
    }

    .story p:not(:first-child) {
        max-width: 540px;
    }

    .single .story + .meta-info {
        padding: 20px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        font-size: 1.1rem;
    }

    /*-------------------------*/
    /*- COMMENTS --------------*/
    #comments {
        margin: 0;
        padding: 20px;
    }

    #comments #respond {
        margin: 0;
        padding: 0;
    }

    /*---------------------*/
    /*- DISQUS ------------*/
    #disqus_thread {
        padding: 20px;
    }

}

/*---------------------*/
/*- MAILCHIMP POPUP ------------*/
#mail_popup {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .7);
    display: none;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.mail_popup_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50em;
    height: 18em;
    margin-top: -9em;
    margin-left: -25em;
    padding: 5px;
    color: #fff;
    z-index: 99999;
}

#mail_close {
    text-align: right;
    width: 100%;
    display: inline-block;
    font-size: 18px;
}

#mail_close:hover {
    cursor: pointer;
}

.notification-holder {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin-top: 10px;
}

.left-holder {
    float: left;
    width: 8.5%;
    background: #30789e;
    padding: 10px;
    vertical-align: top;
    box-sizing: border-box;
}

.bell {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.right-holder {
    float: left;
    background: #50c1fb;
    padding: 10px;
    line-height: 35px;
    vertical-align: top;
    width: 91.5%;
    box-sizing: border-box;
}

.right-holder p a {
    font-weight: bold;
    color: #fff;
}

.notification-holder-outer .right-holder p {
    color: #fff;
}

.notification-holder-outer {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.information-holder-outer {
    border: 1px solid #ccc;
    margin: 20px;
    display: inline-block;
    box-sizing: border-box;
}

.information-holder-outer .notification-holder {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0px;
}

.information-holder-outer .right-holder {
    float: left;
    background: #50c1fb;
    padding: 10px;
    line-height: 36px;
    vertical-align: top;
    width: 91.5%;
    box-sizing: border-box;
    max-width: 560px;
}

.contest h4,
.contest h5 {
    font-size: 14px !important;
    line-height: 20px !important;
}

/*---------------------------*/
/*- WRAPPER POSITIONING -----*/
.open + .wrapper-site {
    opacity: 0.85;
}

.off-canvas-right.open + .wrapper-site {
    left: 0;
}

.off-canvas-left.open + .wrapper-site {
    left: 0;
}

.off-canvas-top.open + .wrapper-site {
    top: 0;
}

/*- /end DEKSTOP ONLY CSS -*/

/*-------------------------------------------------*/
/*- TABLET ONLY CSS -------------------------------*/
/*-------------------------------------------------*/
@media only screen and (min-width: 481px) and (max-width: 768px) {

    /*-------------------------*/
    /*- SOUNDCLOUD HERO -------*/
    .soundcloud-hero {
        background: #FF7F00;
        border-bottom: none;
    }

    .soundcloud-hero-badge {
        border-right: 2px solid rgba(255, 255, 255, 0.2);
    }

    .soundcloud-hero-badge i {
        margin: 0;
    }

    .soundcloud-hero-badge span {
        display: none;
    }

    .soundcloud-hero .button {
        display: none;
    }

    .soundcloud-hero-title {
        color: #fff;
    }

    /*-------------------------*/
    /*- INLINE WIDGETS --------*/
    .column.inline-widget-container {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .side-by-side-widgets-area {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .widget-inline .container {
        padding: 0;
    }

    /*----------------------------*/
    /*- SIDE BY SIDE WIDGET AREA -*/
    .side-by-side-widgets-area .sidebar {
        display: none;
    }

}

/*- /end TABLET ONLY CSS -*/

/*-------------------------------------------------*/
/*- MOBILE ONLY CSS -------------------------------*/
/*-------------------------------------------------*/
@media only screen and (min-width: 760px) {
    .navigation--variant2.primary {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1), opacity 450ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1), opacity 450ms cubic-bezier(0.19, 1, 0.22, 1);
        background: rgba(0, 0, 0, 0.8);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 10;
    }
}

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

    .image-left .author-avatar img{
        display: block;
        margin: auto;
        width: 100%;
        height: auto;
    }

    .image-left .media-body {
        margin-top: 20px;
    }

    .header-social-icons {
        display: none;
    }

    .information-holder-outer .left-holder {
        display: none;
    }

    .information-holder-outer .right-holder {
        width: 100%;
        text-align: center;
        max-width: none;
    }

    /* Fancy mobile */
    /* line 3, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/config/core/mixins/_styles.scss */
    .navigation--variant2 {
        /*
            Config
        */
        /*
            Rules
        */
        /*
            Themes
            ---
        */
        /*
        Theme Custom
        ---
    */
    }

    /* line 25, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 > ul {
        line-height: 1;
        background: #c0c0c0;
        /*
                Sub-menu layout unsupported as of iteration 1
            */
    }

    /* line 32, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 > ul ul {
        display: none;
    }

    /* line 36, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 > ul li {
        display: block;
        border-bottom: 1px solid black;
    }

    /* line 40, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 > ul li a {
        display: table;
        width: 100%;
        border-spacing: 8px 12px;
        text-align: center;
        color: #737373;
        background: #d9d9d9;
        line-height: 1;
        text-transform: lowercase;
    }

    /* line 50, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 > ul li a span {
        display: table-cell;
        vertical-align: middle;
    }

    /* line 55, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 > ul li a span.navIconWrapper {
        width: 20px;
        line-height: 0;
    }

    /* line 59, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 > ul li a span.navIconWrapper img {
        width: 100%;
        height: auto;
    }

    /* line 73, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2.primary {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1), opacity 450ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1), opacity 450ms cubic-bezier(0.19, 1, 0.22, 1);
        background: rgba(0, 0, 0, 0.8);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 10;
    }

    /* line 92, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2.primary.active {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    /* line 99, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 ul {
        background: none;
        max-height: 60%;
        overflow-y: scroll;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    /* line 107, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 li {
        border-bottom: none;
    }

    /* line 110, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 li.current-menu-item a {
        color: #57BFE8;
    }

    /* line 115, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 a {
        background: none;
        text-transform: uppercase;
    }

    /* line 70, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        position: relative;
        width: 100%;
        z-index: 1;
    }

    /* line 127, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 > ul {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    /* line 132, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 > ul li {
        vertical-align: middle;
        width: auto;
        border-bottom: none;
    }

    /* line 139, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 > ul li a {
        font-size: 14px;
        line-height: 1.1;
        padding: 0;
    }

    /* line 144, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 > ul li a:hover {
        color: #57BFE8;
    }

    /* line 148, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2 > ul li a span {
        word-break: break-all;
        overflow-wrap: break-word;
    }

    /* line 14, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/config/core/mixins/_styles.scss */
    .navigation--variant2__close {
        position: fixed;
        bottom: 16px;
        left: 50%;
        margin-left: -25px;
        padding: 16px;
    }

    .navigation--variant2__close:hover {
        cursor: pointer;
    }

    /* line 167, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2__close svg {
        display: block;
    }

    /* line 171, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/_styles.scss */
    .navigation--variant2__close path {
        fill: #57BFE8;
    }

    /* line 14, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/config/core/mixins/_styles.scss */
    .navigation--variant2__wrapper {
        margin-top: 0;
    }

    /* line 20, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/themes/custom/_styles.scss */
    .navigation--variant2 ul li a {
        background: transparent;
        color: white;
        font-size: 15px;
        text-transform: uppercase;
    }

    /* line 29, /Users/DewaldvandenBerg/Documents/frontend/frontend.cellc.mobi/src/components/navigation/variant2/themes/custom/_styles.scss */
    .navigation--variant2 ul li a:hover {
        color: #57BFE8;
    }

}

@media only screen and (max-width: 600px) {
    #footer .span-3 {
        display: none;
    }

    #footer .span-3:first-child {
        display: block;
        width: 100%;
    }
}

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

    /*-------------------------*/
    /*- DEFAULTS --------------*/
    .sidebar {
        padding-right: 0;
    }

    .push-bottom {
        margin-bottom: 20px;
    }

    .section-title.large .heading {
        font-size: 3rem;
    }

    /*-------------------------*/
    /*- HEADER SOCIAL ICONS ---*/
    .header-social-icons {
        display: none;
    }

    /*-------------------------*/
    /*- SOUNDCLOUD HERO -------*/
    .soundcloud-hero {
        display: none;
    }

    .subscribe-hero {
        display: flex;
        flex-direction: column;
    }

    .subscribe-hero-badge {
        width: calc((100% / 12) * 12);
        margin-bottom: 10px;
    }

    .subscribe-hero-input {
        width: calc((100% / 12) * 12);
    }

    /*-------------------------*/
    /*- POST LIST ITEMS -------*/
    #post-list article {
        border-bottom: 2px solid #2BC1FF;
        padding-bottom: 20px;
    }

    #post-list .meta-info,
    .story + .meta-info {
        margin-bottom: 20px;
        background: #f8f8f8;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    #post-list .meta-item,
    .story + .meta-info .meta-item {
        padding: 8px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    #post-list .meta-item:last-child,
    .story + .meta-info .meta-item:last-child {
        border-bottom: none;
    }

    /*-------------------------*/
    /*- INLINE WIDGETS --------*/
    .column.inline-widget-container {
        width: 100%;
        margin: 0;
        padding-right: 0;
    }

    .widget-inline {
        width: 100%;
        float: none;
    }

    .widget-inline:nth-child(2n+2) {
        margin-left: 0;
    }

    .side-by-side-widgets-area .sidebar {
        display: none;
    }

    /*-------------------------*/
    /*- AUTHOR ----------------*/
    .author-body {
        background: rgba(0, 0, 0, 0.03);
        border: 1px solid #eee;
    }

    .author-body .author-avatar {
        width: 100%;
        margin-bottom: 20px;
    }

}

/*- /end MOBILE ONLY CSS -*/