/**
 * Web Developer Custom Stylesheet 
 */

.type-post .entry-header h4 {
    font-size: 1.25rem;
    padding-top: 10px;
}

#post-6535 .attachment-post-thumbnail {
	max-height: 265px;
}

#custommenu .software_downloads {
	display: none;
}

.site-footer {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/* .home .prodd:not(:last-child) a span:not(:last-child) {
	display: none;
} */

/* Coupon instruction text styling */
.checkout_coupon .coupon-instruction {
	margin-bottom: 15px;
	font-weight: 500;
}

#coupon_code{
    width: calc(100% - 16px);
    margin-left: 16px !important;
}


/* Softer background for form fields on dark theme */
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-checkout .select2-selection.select2-selection--single

{
	background-color: #434343 !important;
	border: 1px solid #ddd !important;
	color: #fff !important;
}



.select2-container.select2-selection--single.select2-selection__rendered{
    color:#fff !important;
}col-1

.woocommerce-checkout form-row{
padding:0;
}