/*------------------------------------------------------------------------
# "Hot CV" - Commercial Joomla Template
# Copyright (C) 2014 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotThemes
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

/* This is a variant of default template style */

.topmenurow .container, .moduletable-contact input.button, .sparky_home .items-row.row-3 {
	background: #A79C8E;
}

a, h2, h2 a, p.readmore a span, .moduletable-map span, .moduletable-contact h3, .sparky_home .items-row.row-2 .item h4 {
	color: #A79C8E;
}

p.readmore a {
	color: #A79C8E;
	border: 3px solid #A79C8E;
}

a.contact_button {
	color: #A79C8E;
	border: 3px solid #A79C8E;
}

h2, .sparky_home .items-row.row-2 .item h2, .moduletable-contact h3 {
	background: url(../images/custom/h2_bg_brown.png) bottom no-repeat;
}

.moduletable-map {
	background: #6B5344;
	background: rgba(107,83,68,.95);
}

.footerrow {
	background: #6B5344;
}

.meter > span {
	background-color: #A79C8E;
	background-image: -moz-linear-gradient(top, #A79C8E, #A79C8E);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #A79C8E),color-stop(1, #A79C8E));
	background-image: -webkit-linear-gradient(#A79C8E, #A79C8E);
}