/*
Theme Name:     Twentyfourteen Child
Theme URI:
Description:    Child theme for Twentyfourteen
Author:         Aldebaran Web Design
Author URI:     http://aldebaranwebdesign.com
Template:       twentyfourteen
Tags:  mobile-ready
License: GNU General Public License
License URI: license.txt
*/
/*
* Please add your custom styles below
*/

/* Aldebaran Added */

/* Button Styling */
.todayPrice {
	  font-weight:bold;
	  font-size:24px;
	  color:#0066CC;
  }
.buttonSmallFont {
	  font-size:12px;
  }
.productFont {
	  font-weight:bold;
	  font-size:18px;
	  color:#00000;
  }
.productPrice {
	  font-weight:bold;
	  font-size:24px;
	  color: #FF0000;
  }
 .discountFont {
	  font-size:12px;
	  color: #339933;
  }

/* For the pet pro directory */

div.ws-plugin--s2member-list table.ws-plugin--s2member-list-user-fields > tbody > tr > td

{
	text-overflow: ;
	overflow:auto !important;
	white-space:normal !important;
	padding: 8px !important;
} 


/* For page width forcing to smaller so main menu changes */

.vc_btn-juicy_pink, a.vc_btn-juicy_pink, button.vc_btn-juicy_pink {
    background-color: #7945E8 !important;
}

/* For s2member profile fields to show up ok */
div.ws-plugin--s2member-profile-field-4bp-divider-section
{
 border-bottom: none !important;
 padding-bottom: 10px !important;
}

.buttonBackgroundOrange {
	background-color:#FF6600;
}

/* for the plugin List Category Posts */
span.lcp_title {
	font-weight:bold;
}

/* For Event Calendar */
/* Setting the z-index to 10 (is set to 99 in the actual stylesheet) fixes */
/* the issue with the list laying on top of the main Kleo navigation pulldown */
#tribe-bar-views .tribe-bar-views-list {
	z-index: 10;
}

/* Twentyfourteen Tweaks */
.site,
.site-header {
 max-width: 100%;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 100%; /* Original max-width: 474px */
}
.single .post-thumbnail img { display: none; }

@media screen and (min-width: 1080px) {
	#secondary {
		width: 162px; /* was 162 */
	}
}

.archive-header{
	max-width: 600px; /* was 474 */
}

.content-area, .content-sidebar {
    padding-top: 30px; /* was 72 */
}

.hentry {
    margin: 0px auto 48px;
    max-width: 100%; /* was 672 */
}
.post-thumbnail {
background: transparent !important;
}
a.post-thumbnail:hover {
background-color: transparent !important;
}

.featured-content {
background-image: none !important;
} 

.homePageCells {
	border:#000000 15px solid;
	width:25%;
	margin: 5px 5px 5px 5px;
}
TD.mincart {
font-size: 10px;
font-family : Verdana;
}

P.mincart {
font-size: 10px;
font-family : Verdana;
}

.navigation.post-navigation {
	display:none;
}
