/*
 Theme Name:   Badger Boys State
 Theme URI:    http://www.badgerboysstate.com
 Description:  Badger Boys State
 Author:       Alex Masica
 Author URI:   http://alexmasica.com
 Template:     enfold
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  bbs-main-custom
*/



.slideshow_caption {
	width: 100%;
}


#top .avia-slideshow-button.avia-color-light {
	font-size: 1.4em;
	background-color: rgba(0,0,0,0.4);
	letter-spacing: 1px;
}

	@media screen and (max-width: 480px) {
		#top .avia-slideshow-button.avia-color-light {
			font-size: .8em;
		}
	}

.av-image-caption-overlay-center {
	font-size: 1.4em;
	font-weight: 700;
}

.home-bbs-about p {
	font-size: 1.2em;
	line-height: 1.7;
}



/* Hover Bar on Main Menu */
.avia-menu-fx {
position: absolute;
bottom: -1px;
height: 7px;
}

/* Icon Box icon color */
.iconbox_icon { color: #B54B3D!important; }

/* Remove comments + categories from blog home page */
span.comment-container.minor-meta, span.comment-container.minor-meta + span, span.blog-categories.minor-meta, span.blog-categories.minor-meta + span{
    display: none;
}

/* Back to Top button */
#scroll-top-link {
color: #ffffff;
border: 1px solid #ffffff;
background-color: #285ba8;
}
#scroll-top-link {
color: #ffffff;
border: 1px solid #ffffff;
background-color: #285ba8;
}

/* Removed Posts from Search Results */
.search-no-results .avia_combo_widget, .search-no-results h3 { display: none; }

body {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
    #header_meta {
        display: none;
    }
}

.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    background: rgba(181,75,61,0.8);
    padding: 15px 20px;
    margin-bottom:5px;
}

span.trail-before {
display: none!important;
}

.breadcrumb-trail > span:nth-child(2), .breadcrumb-trail > span:nth-child(3) {
  display: none;
}

.main_color {
	background-color: #ffffff;
}

.togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #FCFCFC;
    border-color: #000000;
}


/* Remove  Preview from Blog Post Page */
.single-post .post-entry .big-preview{ display: none !important; }

.image-overlay { display: none !important; } 