/*
Theme Name: Estrellas
Theme URI: https://heavyheavy.beanstalkapp.com/estrellas/
Author: Heavy Heavy
Author URI: http://heavyheavy.com/
Description: Custom WordPress theme for Techstars by Heavy Heavy.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: estrellas
Tags: green, blue, responsive-layout, accessibility-ready, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
@import url('extras/entypo.css');
@import url('extras/blogstyle.css');
@import url('extras/programs.css');

/* Fix for hidden header when Community Events is enabled */
.tribe-theme-estrellas.group-blog .page-header {
    display: inherit;
}

/* Hide globally injected newsletter from the events pages */
*[class^="tribe-"] div[id^="om-"] {
    display: none;
}

/* Apply button hidden on /apply */
.page-id-17 .menu-cta:last-child {
    display: none;
}

.page-id-17 .mobile-menu>li:last-child {
    display: none;
}

/* Social Plugin icon colors & spacing */
.nc_socialPanel .sw {
    color: white;
}

.nc_socialPanel span.swp_count {
    color: white;
}

@media (min-width: 1440px) {
    .nc_socialPanelSide .nc_tweetContainer.totes .swp_count {
        color: white !important;
    }
    .nc_socialPanelSide .nc_tweetContainer.totes .swp_label {
        color: white !important;
    }
}

@media (min-width: 480px) {
    .avatar {
        left: 10px;
    }
    .nc_socialPanel:not(.nc_socialPanelSide) {
        padding-right: 15px;
    }

    .nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide) {
        padding-right: 15px;
    }
}