/*------------------------------------*\
	Theme Name: Sfera - Photography WordPress Theme
	Date: October 2013
	Description: Photography WordPress Theme.
	Version: 1.0 
	Author: Alex Gurghis
	Author URI: http://alexgurghis.com
	License URI: http://themeforest.net/licenses/regular_extended
	License: Commercial
	Theme URI:
	Tags: bbpress, photography, contact, creative, forum, full, fullscreen, premium, responsive, screen, template, twitter, wordpress, fullscreen
\*------------------------------------*/

/* url('css/main.css') loads template styles */

form.woocommerce-ordering {
	width: 400px;
}

/**
Michael:
	removes img placeholders
NOTE:
	this only needs to work in the shop page,
	need to move it there
**/
/** Calendar front entry modal Scott **/
.ai1ec-modal {top: 140px !important;}
/** Increase frontend submission button for calendar Scott **/
.ai1ec-btn-xs {font-size: 18px !important;}
/** hide calendar toolbar Scott **/
.ai1ec-calendar-toolbar {display: none !important;}

.woocommerce-placeholder.wp-post-image,
img[alt="Placeholder"] {
	display: none !important;
}

.woocommerce-product-gallery {
	display: none !important;
}

.onsale {
  opacity: 0.8;
}

/**
Michael:
	makes sure that the logo displays on all pages,
	disable product description
NOTE:
	the logo does not display on shop/business page
	because they use a different header, however I cant that
	header file, part-header-style-#
**/
.logo {
  width: 131px;
  height: auto;
}
.logo a {
	width: 131px !important;
	height: 120px !important;
}
#tab-description > h2 {
	display: none !important;
}

/**Michael: fixes padding problems in
shipping/billing edit address page**/
.woocommerce form .form-row,
.woocommerce-page form .form-row {
	padding-top: 20px
}
#billing_email_field {
	margin-bottom: 15px
}

/**Michael: fixes padding problems in edit account page**/
.woocommerce fieldset {
	margin-top: 25px;
}
#content .woocommerce p
input.button[type="submit"] {
	margin-top:	20px !important;
}


a.btn {
	 text-decoration: none;
	 background-color: #ccc;
	 color: black;
	 padding: 4px 12px;
	 border: 3px solid #eee;
	 border-radius: 4px;
	 font-size: 18px;
	 transition: all 0.5s ease;
}

a.btn:hover {
	color: red;
	font-size: 20px;
}

.create_business {
	margin-top: 15px;
}

.bullet-list {
	margin-left: 35px;
	margin-bottom: 40px;
	list-style-type: disc;
}

.bullet-list li {
	list-style: inherit !important;
}
/**
Scott's fixes
**/
#featured-events .ai1ec-btn-group {display: none !important;}
.prba-calendar-container {
  position: absolute;
  left: 50%;
	margin-left: -50px;}
   
/**
Michael:
	fix mobile calendar page, info is cut off
**/
@media  only screen and (max-width: 768px) {
	#tribe-events-pg-template {
	  padding: 40px 30px 20px;
	}
}
