/*------------------------------------------------------------------------
# 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: 768px) {
	.hero--with-image .hero__img-holder {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
	}
	
	/* VST edited */
	#formDonate > div:not(#donate-intro, #section-create-fundraiser), #formDonate .donate-intro-text, #page:not(.donations), #section-create-fundraiser > :not(.hero--with-image) {
		width: calc(85% - 46.25px);
	}
	/* End VST edited */
	
	.item-section .section-header h3.title,
	ul.compList label.desc {
		font-size: 21.6px;
	}
	
	.hero--with-image {
		overflow-x: visible;
	}
}

@media (min-width: 992px) {
	/* VST edited */
	#formDonate > div:not(#donate-intro, #section-create-fundraiser), #formDonate .donate-intro-text, #page:not(.donations), #section-create-fundraiser > :not(.hero--with-image) {	
		/* width: calc(52.75% - 38.1875px); */
		width: calc(80% - 38.1875px);
	}
	/* End VST edited */
	
	#formDonate .donate-intro-text, #page:not(.donations) {
		margin-top: 120px;
	}
	
	footer .poweredby.mobile {
		display: none;
	}
	
	.main-content .share-widget-icons {
		display: block;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.com_donations .main-content .share-widget-icons {
		top: 554px;
	}
}

@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: 14px;
	}
	
	.buttonheading, .compHdBar-wrap {
		display: none;
	}
	
	/* !Events Calendar */
	.cal-monthTBL a.cal-wdNumEvent {
		background-color: #ea002a;
		color: #fff;
	}	
	
	.cal-monthTBL a.cal-wdNumEvent:hover {
		background-color: #175e61;
		color: #fff;
	}
	
	.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;
	}
}