/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */

/*
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

#events-widget-3 p {
	padding-top:0px;
}

.widget .events li {
	padding-left:30px;
	padding-top:34px;
}

.widget .events ol {
	margin-top:-30px;
}

#events-widget-2.widget.events li {
	padding-top:25px
}

#events-widget-2.widget.events ol {
	margin-top:-25px
}

.woocommerce-tabs {
	padding-bottom:25px;
	padding-top:0;
}

.social{
	padding-bottom:10px;
}

mark{
	background-color:#25a4bf;
}

#tab-description blockquote {
  position: relative;
  margin: 0 0 1.618em;
  padding: 0 0 0 2.618em;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-style: italic;
}
#tab-description blockquote:before {
  content: open-quote;
  position: absolute;
  top: 0;
  left: 0;
  font-family: Georgia, serif;
  font-size: 4em;
  line-height: 1;
  margin: 0;
  vertical-align: -0.4em;
}

#main.col-left ul li {
	padding-bottom:20px;
}

#main.col-left ul.tabs li {
	padding-bottom:0px;
}

.cart_collaterals .cart_totals{
	width:100%;
}

/*
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
    #navigation {
    position: relative;
    left: auto;
    float: right;
    padding-top: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    clear: none;
	/* added by Tim Kimberley */
	background-image: url(http://reclaimingthemind.org/wp-content/uploads/2013/10/navBarBackgroundNew.jpg);
	/* end of added by Tim Kimberley */
  }
}

#events-widget-3 p {
	padding-left:50px;
}

#woo_component-6 #connect p {
	padding-left:50px;
}

#woo_component-6 #mc_embed_signup {
	padding-left:50px;
}

#text-2 div.textwidget {
	padding-left:50px;
}

#post-author {
    margin: 0px 40px 2.618em;
}

#recaptcha_area {
	clear:both;
	padding-bottom:15px;
}

@media only screen and (min-width: 958px) {
  .page-template-template-contact-php #location-map {
    float: right;
    width: 36%;
    margin: 0;
  }
  .page-template-template-contact-php #contactForm {
    float: left;
    width: 60%;
  }
}

.pp_details {
	display:none;
}
