/*
Theme Name: GSQ child theme (weaverx)
Theme URI: //weavertheme.com
Description: Bare minimum Weaver Xtreme Child demo theme
Author: Bruce Wampler
Author URI: //weavertheme.com/about
Version: 1.0
Tags: theme-options
Template: weaver-xtreme


    This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 2 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.


About style.css:

Traditionally, a child theme provides its own style.css to override or extend the
parent style.css. This usually involved adding an "@import" to the child's style.css.

Weaver Xtreme handles the main style sheet differently. It is called "assets/css/style.weaverx.css",
and is loaded before the theme "style.css" file. Thus, there is no need to "@import" the
parent stylesheet.

So you can make overrides and extensions directly in this child style.css.

*/


.tribe-block__tickets__registration__checkout__submit {
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	
	background-color: #FF533D;
	color: #F5F5F5;
}

.tribe-block__tickets__item__attendee__fields__form button[type=submit] {
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	
	background-color: #0F1626;
	color: #F5F5F5;
}

.unique-class-name #secondary-widget-area,.unique-class-name #primary-widget-area {
	width: 100% !important;
}


.pagenumform input {
	font-size: 16px;
}

.wpfc-calendar-wrapper .fc-center h2 {
	font-weight: bold !important;
	font-size: 16px !important;
}

@media only screen and (min-width: 768px) {
  ul.products li.product {
  width: 16.05%!important;
 }
}

.woocommerce ul.products li.product-category {
	width: 22.05% !important;
}


.woocommerce ul.products .product-category a {
	text-decoration: none;
	background: rgba(15, 22, 38, 1);
	color: #fff;
	display: inline-block;

	text-align: center;
}

.woocommerce ul.products .product-category.product a img {
	background: #f1f3f3;
	/*padding: 10px !important;*/
	overflow: hidden;
	display: block;
}

.woocommerce ul.products .product-category a, .woocommerce ul.products .product-category a img {
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.woocommerce ul.products .product-category a img  {
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.woocommerce ul.products .product-category a:hover  img {
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);*/
	opacity: 1;
}

.woocommerce ul.products .product-category a  .woocommerce ul.products .product-category img  {
	border: 1px solid white;
	background-color: #fafafa;
	
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(30%, #e6e9ea));
	background-image: -webkit-linear-gradient(#fafafa, #e6e9ea 30%);
	background-image: -moz-linear-gradient(#fafafa, #e6e9ea 30%);
	background-image: -o-linear-gradient(#fafafa, #e6e9ea 30%);
	background-image: -ms-linear-gradient(#fafafa, #e6e9ea 30%);
	background-image: linear-gradient(#fafafa, #e6e9ea 30%);
	background-repeat: repeat-x;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
	
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.woocommerce ul.products .product-category a:hover .woocommerce ul.products .product-category img {
	border: 1px solid white;
	background-position: 0 200px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
}

.woocommerce ul.products .product-category a:hover {
	color: #FFF;
	background: #FF533D;
}

.woocommerce ul.products .product-category a .count {
	display: none !important;
}

.woocommerce ul.products .product-category img {
	border: 0;
	vertical-align: top;
	position: relative;
	margin: 0 !important;
}




/***************************************************************************************************/
/*
<hr>
<div id='reachmail_widget'>
	<div class='reachmailSubscriptionForm-title'>Sign up for GSQ eNews</div>
	<div id='rm_signup_form'>
		<label>First Name</label>
		<input type="text" name="FNAME" required="" class='form-field'>
		<label>Last Name</label>
		<input type="text" name="LNAME" required="" class='form-field'>
		<label>Email address: </label>
		<input type="email" name="EMAIL" required  class='form-field'/>
		<input type="submit" class='submit-button' value=' '>
	</div>
</div>
*/

/**This says ReachMail but it is for the MailChimp form**/


#reachmail_widget {
	border: 1px solid #ccc;
    border-width: 1px 0 1px 0;
	padding: 3px 0px 2px 0px;
	margin: 5px 0px;
	
	text-align: center;
	position: relative;
	
	box-sizing: border-box;
}

#reachmail_widget p {
	margin: 0 !important;
}

#reachmail_widget > * {
	box-sizing: border-box !important;
}

.reachmailSubscriptionForm-title {
	/*float: left;*/
	display: inline-block;
	
	vertical-align: middle;
	
	
	padding: 5px 4px;
	height: 30px;
	margin: 0px 10px 0px 0px !important;
	
	font-weight: bold;
	font-size: 16px;
	font-family: "Open Sans",sans-serif !important;
}

.reachmailSubscriptionForm-title + p {
	display: none;
}

.reachmailSubscriptionForm-title + p + div {
	display: inline-block;
	
	vertical-align: middle;
}

#rm_signup_form {
	font-size: 14px;
}

#rm_signup_form label {
	font-weight: bold;
}

#rm_signup_form input[type='text'],
#rm_signup_form input[type='email'] {
	font-size: 15px;
	
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	outline: none;
	border: 1px solid #DDDDDD;
}

#rm_signup_form input[type='text']:focus,
#rm_signup_form input[type='email']:focus {
	box-shadow: 0 0 5px #ff533d;
	border: 1px solid #ff533d;
}

#rm_signup_form  .form-title {
	display: none;
}

#rm_signup_form  .form-field {
	/*float: left;*/
	display: inline-block;
	
	height: 30px;
	width: 170px;
	padding: 0px 4px;
	margin-right: 10px;
	
	vertical-align: middle;
}

#rm_signup_form  .required {
	
}

#rm_signup_form  #first_name {
	
}

#rm_signup_form  #last_name {
	
}

#rm_signup_form  #email {
	
}

#rm_signup_form  #mailingFormat {
	display: none;
}

#rm_signup_form  .submit-container {
	display: inline-block;
	height: 30px !important;
	width: 30px !important;
	
	vertical-align: middle;
}

#rm_signup_form  .submit-button {
	display: inline-block;
	height: 30px;
	width: 30px;
	font-size: 16px;
	font-weight: bold;
	
	
	
	padding: 0px !important;
	margin: 0px !important;
	
	/*margin-top: -4px !important;*/
	
	border: 0px;
	
	cursor: pointer;
	
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAIAAAD+Np3IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWhJREFUeNrs1rFKQlEcBvBzvA5Cg0PQ2uYgQRAIhtVL6OBkQ00tUpCFLU5RGUkQbg41NfgUJVIIghBCj+DWC9xzu6KRk/f7/p4bIfdMH5zLj8OF8z+f9vK7KpwVU6GtZaYLJQEdD/6k/fITnqyeunj4G8izO7X0+rz9j76KOSq9Oc4bW8q4ajiwRC+gA7RUx2iRDtO8ztCkTtKMztOwLp4h3kzW9sZT8UAV9qf5uaXaj5ZozOVp2CVpxmVo0oVp3sVokYs8BUIXoH1O5I4vElRx/IOTLkxHFcfG0sm1VPRD/hF9enwUSlP9Gn1OQr3R5OpkYmV1zvbFeTm3nfHD3k7WdU33rWeNfu28O3FHpgfQi+jBtFiHaJmO0gKdoFmdoymdpnFdOEO8maKqtb3xVD0rV06mU+Xy+v7mrmmHBl2axl2OplyCZl2UFrgQLXODabEL9ZDJA8a60EW/un0wxrBu1J7+lP4WYADVwv6K75J2dwAAAABJRU5ErkJggg==) 0px -30px no-repeat;
}

#rm_signup_form  .submit-button:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAIAAAD+Np3IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWhJREFUeNrs1rFKQlEcBvBzvA5Cg0PQ2uYgQRAIhtVL6OBkQ00tUpCFLU5RGUkQbg41NfgUJVIIghBCj+DWC9xzu6KRk/f7/p4bIfdMH5zLj8OF8z+f9vK7KpwVU6GtZaYLJQEdD/6k/fITnqyeunj4G8izO7X0+rz9j76KOSq9Oc4bW8q4ajiwRC+gA7RUx2iRDtO8ztCkTtKMztOwLp4h3kzW9sZT8UAV9qf5uaXaj5ZozOVp2CVpxmVo0oVp3sVokYs8BUIXoH1O5I4vElRx/IOTLkxHFcfG0sm1VPRD/hF9enwUSlP9Gn1OQr3R5OpkYmV1zvbFeTm3nfHD3k7WdU33rWeNfu28O3FHpgfQi+jBtFiHaJmO0gKdoFmdoymdpnFdOEO8maKqtb3xVD0rV06mU+Xy+v7mrmmHBl2axl2OplyCZl2UFrgQLXODabEL9ZDJA8a60EW/un0wxrBu1J7+lP4WYADVwv6K75J2dwAAAABJRU5ErkJggg==) 0px 0px no-repeat;
}
















