/* Social Media Button Colors */
#top #wrap_all .av-social-link-twitch:hover a{
    color:#fff; 
    background-color:#6441A4; }
#top #wrap_all .av-social-link-instagram2:hover a{
    color:#fff; 
    background-color:#bc2a8d; }
#top #wrap_all .av-social-link-discord:hover a{
    color:#fff; 
    background-color:#7289DA; }
#top #wrap_all .av-social-link-patreon:hover a{
    color:#fff; 
    background-color:#F96854; }
#top #wrap_all .av-social-link-youtube2:hover a{
    color:#fff; 
    background-color:#ff0000; }

/* Hide "You are here:" from Breadcrumbs */
span.trail-before {
display: none!important;}

/* Hide "Leave Your Reply" from Comments */
.av-share-link-description, .related_title, .miniheading, .minitext { display: none !important; }

/* darkens image on hover */
.image-overlay {
background: #000000 !important;}

/* remove post slider underline */
.av-vertical-delimiter {
	display: none!important;} 

/* Simple Calendar */
.simcal-event-title {font-size: 10pt}
.simcal-nav {background-color: #6faf9d}

/* Video Page */
.page-id-15370 .av-layout-tab .container {
    max-width: 98%;
    padding: 0;}

/* Test Page: Color section container width */
.page-id-18596 #colorsection .container {
	min-width: 100%;
	max-height: 100%;
  padding: 0;
}

/* Remove Date from Post Slider on Portfolio Items*/
.single-portfolio .slide-meta {
    display: none!important;
}

/* Remove Category from Post Slider on Portolio Items */
.single-portfolio .slide-content span.blog-categories.minor-meta {
    display: none!important;
}

/* Side by side team member image and content*/
.team-img-container {
    float: left;
    width: 35%;
    margin-right: 20px;
}

/* Hide Twitch Widget Title */
.page-id-16312 .widgettitle {display: none!important}

/* Twitch Widget Color section container width */
.page-id-16312 #twitch {
	margin-bottom: -45px;
}

/* StreamAvatars Portfolio: Tab Images */
.postid-18574 .av-tab-section-image {
  width: 30px !important;
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* Tab Section CSS - Remove greyscale from inactive tabs */
.av-tab-image-circle .av-tab-section-image {
    filter: none!important;
}

/* Hide Code Block */
.code-block { display: none !important; }

#text-11 .av_font_icon {
    left: 35%;
    position: relative;
}

@media only screen and (min-width: 768px) {
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 90%; 
margin: 0 auto;
}}