/*------------------------------------------------------------------------
# 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: 981px) {
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
		padding: 25px 0;
	}

	.et_header_style_left .logo_container {
		left: 30px;
		right: 30px;
		width: auto;
	}
	.et_pb_svg_logo #logo {
		height: 30% !important;
	}
}

@media (max-width: 767px) {
	body {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	
	h1.componentheading, .item-header h1.title, h1.title, .article-title h2.contentheading {
		font-size: 48px;
	}
	
	h2 {
		font-size: 40px;
	}
	
	h3 {
		font-size: 32px;
	}
	
	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: 14px;
	}
	
	.buttonheading, .compHdBar-wrap {
		display: none;
	}
	
	/* !Events Calendar */
	.cal-monthTBL a.cal-wdNumEvent {
		background-color: #ff6c0e;
		color: #fff;
	}	
	
	.cal-monthTBL a.cal-wdNumEvent:hover {
		background-color: #ff6c0e;
		color: #fff;
		opacity: 0.7;
	}
	
	.modal {
		left: 20px;
	}
}

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

@media (max-width: 340px) {
	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;
	}
}