/**
 * @version		1.0.2
 * @package		JoomlaXTC Kraft template for Joomla! 3.x
 * @author		JoomlaXTC http://www.joomlaxtc.com
 * @copyright	Copyright (C) 2016 Monev Software LLC. All rights reserved.
 * @license		http://www.joomlaxtc.com/license JoomlaXTC Proprietary Use License
 */

.footertx, .footertx2{
	text-transform: none;
}
creativecontactform_form > .powered_by_1{
display: none !important;
}
.cntct #region11{
	padding-top: 0px;
}
.kraftblog-catheader .subheading-category{
	padding-top: 62px;
    font-size: 64px !important;
}
.com_content .items-leading {
	margin-bottom: 0px !important; 
}

.custom_products{
	float: left;
    width: 64%;
}

@media (max-width: 1281px){
	.custom_products{
		float: left;
		width: 58%;
	}
}
@media (max-width: 1001px){
	.custom_products{
		float: left;
		width:56%;	
	}
}
@media (max-width: 980px){
	.custom_products{
		float: left;
		width:100%;	
	}
}