/*
Theme Name:     WP Hosting 2013
Theme URI:      http: //wphosting.tv
Description:    Child theme for Nimbile by Elegant Themes
Author:         Jay Versluis
Author URI:     http: //wpguru.co.uk
Template:       Nimble
Version:        1.7

CHANGELOG
=========

1.7 - 02/04/2019
fixed width of custom price text input field

1.6 - 19/01/2018
added functions.php file
removed JetPack upsell nags

1.5 - 17/02/2014
fixed Firefox Buy Now button issue

1.4 - 14/11/2013
removed ugly overflow from PRE tags and long titles

1.3 - 17/10/2013
added pre tag styling - code looked rather naff beforehand
added breathing room for images in posts and h3 tags

1.2 - 09/10/2013
removed date meta in category archives page
this is done by adding category.php and /includes/entry-category.php

1.1 - 02/10/2013
removed wide space at bottom as we're not using footer widgets
added synidcation link to single posts
removed pipe from single post displays 
(this was a Nimble option which shows nothign when comments are disabled via FeedWordPress)
added Elegant Themes Affiliate Link in footer


1.0 - September 2013
initial release

*/

@import url("../Nimble/style.css");

/* WP Hosting 2013 - CUSTOM STYLES */

/* move the logo up a bit */
#logo {margin-top: -30px;}

/* fetured images tweak */
.slide a img {margin-top: -30px; margin-bottom: 10px; width: 128px; height:auto;}

/* featured pages under slider */
.service {background: none; padding-top: 100px;}
.et_page_icon {margin-top: -80px; margin-left: -70px;}

/* wider pricing table */
.et-pricing .pricing-table {width: 33%;}

/* replace checkout button */
.input.eStore_paypal_checkout_button {src:url(paypal-checkout-logo.png);}
.input.eStore_paypal_checkout_button {border: thick;}

/* no titles for widgets */
.widgettitle {display: none;}

/* Store price is a bit squashed */
.eStore_price {margin-top: 10px; margin-bottom: 10px;}
.eStore_oldprice {margin-top: 10px;}

/* remove white space above footer (since we're not using widgets
#main-footer {
	margin-top: -97px;
}
*/

#footer-bottom {
	margin-top: -97px;
	border: none;
}

/* syndication message at the bottom of a post */
#syndicated {
	font-style:italic;
	font-weight: bold;
	color:#999;
}

/* add more space to h3 tags */
h3 {
	margin-top: 25px;
	margin-bottom: 10px;
}

/* style code sections with goodness */
pre {
	background: #eee;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 150%;
	font-weight: bold;
	font-size: 1.1em;
	overflow:hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* let images in posts breathe a bit more */
.post_content img {
	margin-top: 10px;
	margin-bottom: 10px;
}

blockquote {
	background: #fef;
	padding: 20px;
	font-size: 1.1em;
        border-style:dashed;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* Firefox Buy Now button splits words over two lines */
.icon-button {
	width: 56px !important;
}

/* custom price input field is too narrow */
input[name=custom_price] {
	width: 90%;
	height: 30px;
}