/*
 Theme Name:   Financity - Child
Theme URI: http://demo.goodlayers.com/
Author: Nathan Payne
Author URI: 
Template: financity
Description: Child Theme
Version: 1.0.0
Text Domain: financity-child
*/

.single-product.woocommerce div.product form.cart{
	float:none !important;
}

.screen-reader-text{
	position: relative !important;
}

.woocommerce div.product form.cart div.quantity{
	margin-top:15px;
}

.financity-body h2, #poststuff .gdlr-core-page-builder-body h2{
	    font-size: 24px !important;
    margin-top: 25px !important;
    margin-bottom: 10px !important;
}

.financity-body h3, #poststuff .gdlr-core-page-builder-body h3{
	font-size: 18px !important;
    margin-top: 25px !important;
    margin-bottom: 10px !important;
}

img.alignnone{
	margin:0 !important;
}

.phpeverywherewidget form input, .phpeverywherewidget form select{
	width: 80%;
    padding: 10px 15px;
	background-color: #f5f5f5;
	border-color: #d7d7d7;
}

.phpeverywherewidget form label {
	font-weight:bold;
}

.wc-memberships-member-discount-message{
	display: none;
}

.financity-body .gdlr-core-personnel-style-grid.gdlr-core-with-divider .gdlr-core-personnel-list-content-wrap{
	min-height: 275px;
}

.page-id-6568 .gdlr-core-personnel-style-grid.gdlr-core-with-divider .gdlr-core-personnel-list-content-wrap{
	min-height: 350px;
}

.acf_postbox .field input[type="text"], .acf_postbox .field input[type="number"], .acf_postbox .field input[type="password"], .acf_postbox .field input[type="email"], .acf_postbox .field textarea{
	/*width: 75%;*/
}

#poststuff{
	min-width: unset;
}

.screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible{
	clip-path: unset;
}

.page-id-6568 #nav-single{
	text-align: center;
}

.page-id-6568 #nav-single .nav-previous, .page-id-6568 .nav-single .nav-next{
	margin: 0 30px
}

.bbpress .woocommerce{
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-content{
	width: 75%
}

.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 22%
}

.page-id-6568 .gdlr-core-personnel-style-grid .gdlr-core-personnel-list-column{
	width: 30%;
}

.gdlr-core-personnel-list-image img{
	width: 100%
}

/*
Added by Andy G - 16.04.18
*/
.financity-body button {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
	background-color: #303030;
	color: white;
	padding: 5px;
}

.wc-memberships-content-restricted-message{
	display: none;
}

.woocommerce-additional-fields {
  display: none;
}

/*div#order_review, .woocommerce .col2-set, .woocommerce-page .col2-set{
	float: none;
	display: inline-block;
	margin-right: 0;
}

div#order_review{
	float: right;
}*/

.woocommerce .blockUI.blockOverlay:before {
position:fixed!important
}



@media only screen and (max-width: 767px){
.page-id-6568 .gdlr-core-personnel-style-grid .gdlr-core-personnel-list-column{
	width: 100%;
}
}