/*  
Theme Name: Specialty Coffee Trader
Version: 1.0
Author: Cloud Three
Author URI: https://cloudthree.com.au/
*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* ninja forms preset */

.nf-form-wrap .nf-before-form-content {
	margin-bottom: 5px;
}

.nf-form-wrap .nf-field-container {
	margin-bottom: 10px;
}

.nf-form-wrap .nf-input-limit {
	margin-top: 0px;
}

.nf-form-wrap .textbox-wrap input,
.nf-form-wrap .email-wrap input,
.nf-form-wrap .textarea-wrap textarea,
.nf-form-wrap .list-dropdown-wrap select {
	font-size: 16px;
	padding: 10px 10px;
	border: none;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    resize: none;
    display: block;
}

.nf-form-wrap .submit-wrap input {
	text-align: center;
	background-color: #ffffff;
	padding: 10px 30px;
	border: none;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	cursor: pointer;
	font-size: 16px;
}

.nf-form-wrap .submit-wrap input:hover {
	color: #ffffff;
	background-color: #333333;
}

/* search results preset */

.search h2 {
	margin-bottom: 0px;
}

.search small {
	color: #5bc4cb;
}

.searchResultHeader {
	margin-bottom: 10px;
	border-top: 1px dotted #cccccc;
}

.searchResultHeader:first-of-type {
	border-top: 0px;
}

.search .pagination {
	border-top: 1px dotted #cccccc;
	padding-top: 15px;
}

.search .pagination .page-numbers:first-of-type {
	margin-left: 0px;
}

.search .pagination .page-numbers.current {
	font-weight: bold;
	color: #5bc4cb;
}

.search .pagination .page-numbers {
	margin: 0px 5px;
}

.gallery .gallery-item img{
	border: none !important;
	padding: 10px;
}
.imageText a{
	border-bottom: 3px solid black;
}
#intro .right .training .desc{
	width: 58% !important;
}
.training .desc a{
	font-weight: bold;
}
.nf-form-fields-required{
	display: none;
}
#gallery-1 .gallery-caption{
	margin-left: auto !important;
    width: 62%;
    text-align: center;
    margin-right: auto;
}
/*.woocommerce-store-notice.demo_store {
	display: none !important;
}
.woocommerce .woocommerce-store-notice.demo_store {
	display: block !important;
}*/
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	    display: block;
    font-size: 22.98px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 0;
    text-align: center;
}
#mainWrapper #products .products li .add_to_cart_button{
	    margin: auto;
    display: block;
}
#mainWrapper .woocommerce-products-header
{
	max-width: 1180px;
    margin: 0 auto;
        padding: 20px 0px 0px 0px;
}
.woocommerce #mainWrapper ul.products li.product .price{
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #575757;
    margin-bottom: 10px;
}
#pageHeader p
{
	color: #131112;
}
.woocommerce #mainWrapper .woocommerce-breadcrumb{
	padding-left: 20px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	width: 90%;
}
.woocommerce .imageText a{
	border-bottom: none;
}
.woocommerce #content div.product .product_title{
font-weight: bold;
font-size: 2em;	
}
#container #content .imageText #productImage
{
background: 
linear-gradient(       rgba(215, 183, 74, 0.55),        rgba(239, 172, 107, 0.55)     ), url(./img/about-image02.jpg);
background-size: cover;
}
.single-product .imageText.alt .desc {
	background-color: #d7d3c7;
}
.woocommerce #content div.product form.cart .button{
	display: inline-block;
	font-size: 14px;
	color: #000;
	border: 3px solid #000;
	line-height: 36px;
	width: 131px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	background-color: #d7d3c7;
	padding: 0;
    text-align: center;
}
.woocommerce #content div.product form.cart .button:hover{
	background-color: #000;
	color: #fff;
}
.imageText.alt .desc .text input{
	margin-right: auto;
	font-size: 1.2em;
    margin-top: 5px;
    padding: 5px;
}
.woocommerceContainer{
	    padding: 40px 0px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerceContainer .woocommerce input.button.alt{
	font-size: 14px;
	color: #000;
	border: 3px solid #000;
	line-height: 36px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	background-color: rgba(0,0,0,0);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color: #000;
	color: #fff;
}
.woocommerce .products .woocommerce-loop-category__title .count{
	display: none;
}
.woocommerce div.product form.cart .variations select{
	font-size: 1.1em;
}
@media only screen and (max-width: 767px)
{
.single-product .imageText .image {
	padding-bottom: 10px;
	padding-top: 10px;
}
}