/* LICENSE & DETAILS
   ==================================================

	Theme Name: Neighborhood Child Theme
	Theme URI: http://neighborhood.swiftideas.net
	Description: A Retina Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: neighborhood
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	NEIGHBORHOOD CSS IMPORT
-------------------------------------------- */

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


/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */
.recent-post {
  height: auto;
  display: inline-block;
  overflow: hidden;
  float: none;
  margin-bottom: 20px;
}
.widget #mc_embed_signup > form:after {display:none !important;}
#mc_embed_signup input[type="text"] {
	width: 91% !important;
	height: auto !important;
	padding: 4% !important;
	margin: 0 !important;
	line-height: normal !important;
	display: block !important;
	margin-bottom: 17px !important;
}

#mc_embed_signup input[type="email"] {
	width: 100% !important;
	height: auto !important;
	padding: 4% !important;
	margin: 0 !important;
	line-height: normal !important;
	display: block !important;
	margin-bottom: 17px !important;
}
.user-submit,
#mc-embedded-subscribe {
	width: 100% !important;
	height: auto !important;
	padding: 4% !important;
	margin: 0 !important;
	line-height: normal !important;
	display: block !important;
	background: #00B285 !important;
	font-size: 14px;
	color: #fff;
	border: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.bbp-login-form .bbp-submit-wrapper {
	float: left;
	text-align: left;
}
.user-submit {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: left !important;
	width: 191px !important;
}
.bbpress #breadcrumbs {
	display:none;
}
.dexter-login-shortcode {
	float: right;
	font-family: "Helvetica", Palatino, Arial Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 30px;
}
#top-bar .dexter-login-shortcode a {
	background-color: #dfdfdf;
	border-radius: 2px;
	color: #797979;
	padding: 4px 8px;
}
#top-bar .dexter-login-shortcode a:hover {
	background-color: #acacac;
	color: white;
}
@media only screen and (max-width: 767px) {
	.header-wrap #top-bar .tb-right {
		display: inherit;
	}
}
@media only screen and (max-width: 320px) {
	.header-wrap #top-bar .tb-right {
		display: table;
		float: none;
		margin: auto;
	}
}


/*set up bullet styles in general content*/

.product ul,
.page-content ul,
.post ul{
	list-style: disc inside;
}
ul.product-categories,
ul.product-categories ul,
.product ul.related-items,
.post ul.related-items,
.page-content ul.related-items,
.page-content .share-links ul,
.product .share-links ul,
.post .share-links ul{
	list-style: none;
}

/*fix checkout selects*/
.woocommerce form .form-row.woocommerce-validated .select2-container{
    float: right;
    width: 75%!important;

}
.select2-container--default .select2-selection--single{
    background: #f7f7f7;
    color: #222222;
    border-color: #e4e4e4;
    border-radius: 0px;
    height:36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 20px;
    padding: 8px 20px 8px 10px;

}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 5px;
}

@media only screen and (max-width: 479px){
	.woocommerce form .form-row.woocommerce-validated .select2-container{
		float: none;
	    width: 100%!important;
	}
}

ul.products li.product .price, .woocommerce ul.products li.product .price {
    font-size: 18px;
 }

.type-product .related.products, .type-product .upsells.products {
    border-top: 1px solid #e4e4e4;        
    padding-top: 25px;

}

.woocommerce-MyAccount-navigation ul{
	list-style: none;
}

 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    font-size: 1.25em;
 }
 .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 20px;
}

.bag-product a.remove{
	top: auto;
	bottom:45px;
}
.woocommerce form .form-row .select2-container {
    max-width: 100%;
}

a.add_to_cart_button:contains("Read more") {
	content: "Add to shopping bag";
}

fieldset#wc-stripe-cc-form > div > div#stripe-card-element,
fieldset#wc-stripe-cc-form > div > div#stripe-exp-element,
fieldset#wc-stripe-cc-form > div > div#stripe-cvc-element {
	margin-right: 21px !important;
}

fieldset#wc-stripe-cc-form > div > div#stripe-cvc-element {
	width: 100px !important;
}

fieldset#wc-stripe-cc-form > div:nth-child(3) {
	float: unset !important;
}

label[for="payment_method_stripe"] > img {
	width: 32px;
}