/*
Theme Name: 12 Story Library
Theme URI: http://12StoryLibrary.com
Description:
Author: Sprung Interactive
Author URI: http://www.madebysprung.com
Template: Total
Version: 1.0
*/

    #premiummobile {
        display: none !important;
    }
    
    #premiumdesktop {
        display: none !important;
    }


.post-edit,
.hungryfeed_feed_title,
.hungryfeed_feed_description {
    display: none !important;
}

.navbar-style-two .dropdown-menu > li > a {
    padding: 0 34px;
}

.vcex-news-entry-thumbnail, .vcex-news-entry-video {
/*     float: left; */
    margin: 0 15px 5px 0;
}

.vcex-recent-news-entry-title-heading {
    font-size: 18px;
}

.vcex-recent-news-entry {
    border: 0;
    padding-left: 0 !important;
}

.widgettitlebar h2 {
/*     background: #840005; */
    color: #fff;
    padding: 5px 0 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px !important;
}

.widgettitlebar.shortbottom h2 {
    margin-bottom: 10px !important;
}

.widgettitlebar.shorttop h2 {
    margin-top: 10px !important;
}


.vcex-recent-news-date {
    display: none;
}

ul.twitterfeed {
    margin-left: 0;
}

.mejs-mediaelement {
    background: #fff;
}

.openclose {
    cursor: pointer;
}

#subinfo {
    text-align: right;
}

#subinfo a {
    text-decoration: underline; 
}


/* Responsive Overrides */

/* Greater then tablets
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
    #premiummobile {
        display: none !important;
    }
    
}


/* Tablet & Small Desktop Widths 768px - 1280px
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px) {
    

}


/* All Devices under 960px
--------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
    
}

/* Tablet Landscape
--------------------------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
   
}

/* Tablet Portrait
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Between Phone and Mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 500px) {


}

/* Phone Portrait and Landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    #premiummobile {
        display: block !important;
    }
    
    #premiumdesktop {
        display: none !important;
    }
    
}

/* Phone Landscape
--------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
     
}

/* Phone Portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
 
}



