/*
 Theme Name:   Farmstar 2021
 Description:  Farmstar website 2021
 Author:       WWD
 Author URI:   https://www.farmstar.co.uk
 Template:     farmstarcore
 Version:      1.0.0
 Text Domain:  farmstarcore
*/

.white-text, .white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {color:#fff;}

/* footer */
.mailsignup-title strong {color:#eb1f24;}
.mailsignup-terms {font-weight: bold;}
.mailsignup-terms a {color:#000;}

/* home page */
.home-why p {font-size:16px;}
.home-why h2 {font-size:36px;}
.home-why h2 strong {color:#eb1f24; font-style: italic; font-weight: 900;}
.home-why .woodmart-counter.counter-large .counter-label {color:#fff; font-weight: bold;}

/* product page */
.woocommerce-product-attributes tr {border-bottom: 1px solid rgba(233,233,233,1.00);}
p.available-on-backorder {font-size:16px; color:darkorange;}
p.backorder_notification {color: darkorange !important; font-weight: bold !important; font-size:14px !important;}
/*.woocommerce-product-details__short-description strong {color:white; background-color:red; padding: 8px; display: block;}*/


/* RESPONSIVE CODING */
@media only screen and (min-width: 1301px) {
	
}

@media only screen and (max-width:1245px) {
	#headeraward {display: none;}
}

@media (min-width: 1199px) and (max-width: 1300px) {
	
}


@media (min-width: 1025px) and (max-width: 1198px) {
	
}


@media (min-width: 992px) and (max-width: 1024px) {
	.contact-titles h4 {font-size:18px !important;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.home-icon-blocks {min-height:250px;}
	.contact-titles h4 {font-size:18px !important;}
	.contact-titles .vc_tta-panel-heading h4 {font-size:16px !important;}
}


@media (min-width: 480px) and (max-width: 767px) {
	h2 {font-size:26px !important;}
	.home-banners-margin-adjust {margin-bottom:20px;}
	.page-title .entry-title {font-size:30px;}
	.contact-titles h4 {font-size:18px !important;}
	.contact-titles .vc_tta-panel-heading h4 {font-size:14px !important;}
}


@media only screen and (max-width: 479px) {
	h2 {font-size:24px !important;}
	.home-banners-margin-adjust {margin-bottom:20px;}
	.page-title .entry-title {font-size:26px;}
	.contact-titles h4 {font-size:18px !important;}
	.contact-titles .vc_tta-panel-heading h4 {font-size:14px !important;}
	.woocommerce-thankyou-order-received {font-size:20px;}
	h2.woocommerce-order-details__title, h2.woocommerce-column__title {font-size:18px !important;}
}

@media only screen and (max-width: 320px) {
	.page-title .entry-title {font-size:24px;}
	.contact-titles h4 {font-size:16px !important;}
	.woocommerce-thankyou-order-received {font-size:19px;}
	h2.woocommerce-order-details__title, h2.woocommerce-column__title {font-size:17px !important;}
}

