/*------------------------------------------------------------------------
# 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: 992px) {
	.shop-modal {
		width: 800px;
		margin-left: -400px;
	}
}

@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: 12px;
		margin-bottom: 5px;
	}
	
	.buttonheading, .compHdBar-wrap {
		display: none;
	}
	
	/* !Events Calendar */
	.cal-monthTBL a.cal-wdNumEvent {
		background-color: #00b8ad;
		color: #fff;
	}	
	
	.cal-monthTBL a.cal-wdNumEvent:hover {
		background-color: #33c6be;
		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;
	}
}

@media (max-width: 500px) {
	h1.componentheading, .item-header h1.title, h1.title, .article-title h2.contentheading {
		font-size: 2em;
	}
}

@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;
	}
}