/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



p {
	
}

h1 {
	
}

h2 {
	font-weight: 700;
}

h3 {
	
}

.whitetext h2 {
	color: #fff;
}

.product-row {
	background-repeat: repeat-y;
	background-size: cover;
}

@media only screen and (max-width: 768px) {
	.product-row {
		background-repeat: repeat-y;
		background-size: contain;
	}
}

body.page-header-disabled #main {
	padding-top: 40px; 
}

.custom-full-description {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.product-description-custom {
	white-space: pre-wrap;
	font-size: 17px;
}
