/*------------------------------------------------------------------------
# Soapbox Engage -> Style CSS (v1.0.0) : RESPONSIVE
# ------------------------------------------------------------------------
# Copyright (C) 2012 PICNet, Inc. All Rights Reserved.
# Author: Ryan Belisle
# Website:  http://www.picnet.net
-------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------
/* !LAYOUT */
/* ----------------------------------------------------------------------*/
#logo img {
	max-width: 100%;
}

/* ------------------------------------------------------------------------
/* !MEDIA QUERIES > Template */
/* ----------------------------------------------------------------------*/
@media (min-width: 40em) {
	h1.componentheading, .item-header h1.title, h1.title, .article-title h2.contentheading {
		font-size: 2.6087rem;
	}
	
	table.blog h2.contentheading {
		font-size: 1.68478rem;
	}
}

@media (min-width: 768px) {
	[data-hide-for="medium"] {
		display: none;
	}
}

@media (min-width: 992px) {
	.shop-modal {
		width: 800px;
		margin-left: -400px;
	}
}

@media (min-width: 62rem) and (max-width: 75rem) {
    .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
	
	.main-header__main-nav-inner {
        column-gap: 0.5rem;
    }
	
	.main-header__nav > .menu > .menu-item:not(:last-child) {
        margin-right: 0.625rem;
    }
}

@media (min-width: 75rem) {
    .main-header__subnav li:not(:last-child) {
        margin-right: 1.3rem;
    }
	
    .main-header__subnav li:not(:last-child)::after {
        right: -0.6rem;
    }
	
	.mega-menu-wrapper .mega-menu__image-link-img img {
		height: 100% !important;
	}
}

@media (max-width: 767px) {
	body {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	
	ul.compList-leftLabel li div.cntr, ul.compList-rightLabel li div.cntr {
		margin: 0;
		width: 100%;
		padding: 0 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	ul.compList button.btn, ul.compList button.button, ul.compList .btn-primary, ul.compList .btn-secondary {
		font-size: 0.9rem;
		margin-bottom: 5px;
	}
	
	.buttonheading, .compHdBar-wrap {
		display: none;
	}
	
	/* !Events Calendar */
	.cal-monthTBL a.cal-wdNumEvent {
		background-color: #6D0000;
		color: #fff;
	}	
	
	.cal-monthTBL a.cal-wdNumEvent:hover {
		background-color: #862828;
		color: #fff;
	}
	
	.modal {
		left: 20px;
	}
	
	.poweredby {
		margin-top: 15px;
		text-align: center;
	}
	
	.sbxEvents-event .googleMap {
		float: left;
	}
	
	.sbxEvents-event .compSect-content h4.title {
		clear: both;
	}
	
	p.address, p.directions {
		margin-left: 0;
	}
	
	div.meta-line-med {
		font-size: 1em;
	}
	
	.top-bar {
		display: none;
	}
	
	.top-bar.visible {
		display: -ms-flexbox;
		display: flex;
	}
	
	.top-bar-right {
		min-height: 327px;
	}
	
	p.address, p.directions {
		margin-left: 0;
	}
}

@media (max-width: 480px) {
	.modal {
		left: 10px;
	}
	
	.petition-proglabel {
		font-size: 18px;
	}

	table.resultsTBL thead th, table.resultsTBL tr td, table.tickets-tbl .ticketPrice {
		padding-left: 2px;
		padding-right: 2px;
	}
	table.cart-table thead th, table.cart-table tr td {
		padding-left: 2px;
		padding-right: 2px;
	}
	.cart-table td.item-thumb {
		padding-left: 0;
		padding-right: 0;
		width: 0;
	}
	table.cart-table th.item-thumbproduct, table.cart-table td.item-product {
		padding-left: 0;
	}
}