/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* Product block img and description */

.check_block {
	border: 1px solid #cccccc;
	border-radius: 7px;
	padding: 20px 40px;
	margin: 40px 0px;		
	height: 100%;
	min-height: 240px;
}
.check_block:hover {
	opacity: 0.75;
}
span.prod_name {
	display: block;
	font-style: normal;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 700;
	color: #515151;
}
ul.dop_ul {
	margin: 12px 0 -10px 0;
	font-size: 16px;
	line-height: 1.2;
	list-style-position: inside;
}
span.prod_buy {
	display: inline-block;
	background-color: #1d76e7;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	padding: 15px 95px;
	margin: 30px 0 20px 0;
	font-weight: 700;
	border: none;
	letter-spacing: 0;
}
.check_block img {
	max-height: 200px;
}
@media only screen and (max-width: 640px) {
	.check_block img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.check-block {
		text-align: center;
	}
}
/* Block Bast Choice */

.b-choice {
	border: 4px solid #fe7900;
	padding: 10px 40px 30px 40px;
	margin: 40px 0px;		
	height: 100%;
	min-height: 100%;
}
.b-label {
	margin: -25px 0 0 -10px;
	color: #fe7900;
	background: #fff;
	display: block;
	float:left;
	padding: 0 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.b-name {
	font-size: 25px;
	line-height: 1.35;
	font-weight: 700;
	color: #077ecb;
	clear: left;
	padding: 20px 0 5px 0;
}
.b-name a {
	color: #077ecb;
}
.b-desc {
	color: #000;
	font-weight: 700;
}
.b-text {
	padding: 20px 0;
}
span.b-buy {
	display: inline-block;
	background-color: #22ba5f;
	border-radius: 35px;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	padding: 15px 55px;
	margin: 20px 0 10px 0;
	font-weight: 700;
	border: none;
	letter-spacing: -0.2px;
}
.b-choice img {
	float: right;
	margin: 0 0 20px 40px;
	max-height: 300px;
}
@media only screen and (max-width: 640px) {
	.b-choice img {
		float: none;
		display: block;
		clear: both;
		margin: 0 auto;
	}
	.b-choice {
		text-align: center;
	}
}
/* Block Prod img only */

.img-block {
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 20px 40px;
	margin: 20px 0px;		
	height: 100%;
	min-height: 100%;
	width: 100%;
	text-align: center;
}
.img-block img {
	max-height: 300px;
}
.img-block:hover img {
    opacity: 0.75;
}
.more-link {
	display: none;
	background-color: #1b9aaa;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	padding: 15px 0px;
	text-align: center;
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	margin-top: 120px;
	font-weight: 700;
	border: none;
	letter-spacing: 0;
}
.img-block:hover .more-link {
	display: block;
	opacity: 1;
	z-index: 99;
}
.img-block-more-link {
	text-align: center;
	margin-bottom: 30px;
}
.img-block-more-link a {
	display: inline-block;
	background-color: #22ba5f;
	border-radius: 35px;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	padding: 15px 55px;
	font-weight: 700;
	letter-spacing: -0.2px;
}
/* Tablepress */

.t-badge {
	margin: auto 0 15px -18px;
	position: relative;
	text-transform: uppercase;
	background: #fff;
	border: 2px solid #fe7900;
	padding: 6px 34px;
	clear: both;
	color: #000;
	float: left;
	font-weight: 700;
	font-size: 12px;
	word-break: keep-all;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	line-height: 1;
}
.t-badge::before {
	display: block;
	width: 10px;
	height: 0;
	position: absolute;
	bottom: -16px;
	left: -3px;
	content: "";
	border-bottom: 14px solid transparent;
	border-right: 9px solid #cc6507;
}
ul.t-feature-ul {
	margin: 15px 0;
	padding-left: 20px;
	list-style: none;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
}
ul.t-feature-ul li {
	margin: 5px 0;
	position: relative;
	padding: 0 0 0 12px;
	list-style: none;	
}
ul.t-feature-ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 0.4em;
	height: 0.8em;
	margin: 0 0.5em 0 -0.4em;
	border: 2px solid #1b9aaa;
	border-left: none;
	border-top: none;
	transform: rotateZ(45deg);
}
.t-ratings-sprite {
	background: url("https://knifemakingguide.com/wp-content/themes/generatepress_child/images/t-rating-sprite.png") repeat-x;
	background-size: auto 50px;
	font-size: 0;
	height: 21px;
	line-height: 0;
	overflow: hidden;
	text-indent: -999em;
	width: 110px;
	margin: 5px auto 0 auto;
}
.t-ratings-sprite-rating {
	background: url("https://knifemakingguide.com/wp-content/themes/generatepress_child/images/t-rating-sprite.png") repeat-x;
	background-size: auto 50px;
	background-position: 0 100%;
	float: left;
	height: 21px;
	display:block;
}
.t-but {
	display: none;				
}
.t-but .t-ratings-sprite {
	margin: 0 0 0 5px;
}
a.t-cbut {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 16px;
	border-radius: 10px;
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	background-color:#f27300;
	white-space: nowrap;
}
a.t-cbut:hover {
	opacity: 0.7;
}
a.t-feature {
	font-size: 26px;
	font-weight: 700;
	display: block;
	line-height: 1.2;
	color: #077ecb;
}
.tablepress tbody tr td:first-child, .tablepress thead tr th:first-child {
	border-left: 1px solid #E6E6E6;
}
.tablepress tbody tr td:last-child, .tablepress thead tr th:last-child {
	border-right: 1px solid #E6E6E6;
	text-align: center;
}
.tablepress tbody tr:last-child td {
	border-bottom: 1px solid #E6E6E6;
}
.tablepress thead th {
	background-color: #e4e4e4!important;
	font-weight: 700;
	vertical-align: middle;
	color: #3e3e3e;
}
.tablepress .odd td {
	background-color: #fff;
}
.tablepress td {
	padding: 15px;
}
.tablepress th {
	padding: 5px 15px;
}
.tablepress img {
	max-width: 150px!important;
}
@media screen and (max-width: 860px) {
	.tablepress tr td:last-child, .tablepress tr th:last-child {
		display:none;
	}
	.tablepress tbody tr td:nth-child(2) {
		border-right: 1px solid #E6E6E6;
	}	
	.t-but {
		display: block !important;				
	}
}