/*------------------------------------------------------------------------
# "Sparky Framework" - Joomla Template Framework
# Copyright (C) 2016 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 */

/* color 1 */

.sparky_inner .logorow {
    background: url("../images/topmenu_bg2.jpg") no-repeat;
    background-size: cover;
}

a,
.sparky_slogan,
.mnu_bottommenu > li > a:hover,
.mnu_sidemenu > li > a:hover,
.carouselrow h2,
h2 a:hover,
.bottomrow a:hover,
.footerrow a:hover,
.footerrow .mp_footer a:hover,
.advertrow h2,
ul.latestnews a:hover,
.servicesheadingrow h2,
.clientsrow h2 {
    color:#f4630b;
}

.sparky_row8 {
    background-color:#f4630b;
}

.mnu_topmenu li:hover,
p.readmore a:hover {
    background:#f4630b;
}

.mnu_topmenu > li.active > a,
.mnu_topmenu > li.active > span,
.mnu_topmenu > li:hover > a,
.mnu_topmenu > li:hover > span{
	border-top:3px solid #f4630b;
}

/* color 2 */

h1,
h1 a,
h2,
h2 a,
h3,
.advertrow h2 span,
p.readmore a:hover,
.servicesheadingrow h2 span,
.clientsrow h2 span {
    color:#532424;
}

.sparky_row7,
.sparky_row10 {
    background-color:#532424;
}

.mnu_topmenu ul,
.advertrow .custom > div,
p.readmore a,
.servicesrow .icon_container {
    background:#532424;
}

/* color 2 darker */

.bottomrow h3,
.mnu_topmenu li ul li:hover {
	background:#482020;
}

.sparky_row11 {
    background-color:#482020;
}

/* color 2 light */

.mp_right h3 {
	background:#f2ebe0;
}

/* color 2 lighter */

.mp_right {
	background:#fcfaf7;
}

.sparky_row5,
.sparky_row6 {
    background-color:#fcfaf7;
}

@media (max-width: 480px) {
  .logorow {
    position:relative;
    background:url('../images/topmenu_bg2.jpg');
    background-size:cover;
  }
}