/*------------------------------------------------------------------------
# "Hot Paradise" - Commercial Joomla Template
# 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 */

.sparky_logo {
	border-top: 10px solid #585F98 ;
}

a,
.mnu_sidemenu > li > a:hover,
.gallery-cell a:hover,
.pricingrow a.btn:hover {
	color: #585F98 ;
}

.flickity-page-dots .dot.is-selected {
	border-bottom: 3px solid #585F98 ;
}

.mnu_topmenu ul,
.mnu_topmenu li:hover,
.mnu_topmenu li ul li:hover {
    background:#585F98 ;
}

.mnu_topmenu > li.active > a, .mnu_topmenu > li.active > span {
    color:#585F98  !important;
}

.pricingrow a.btn {
	background: url(../images/custom/reserve_button_blue.png) no-repeat;
}

h2.row_heading, .gallery-cell h2, .page-header h1 {
	background: url(../images/custom/row_heading_bg_blue.png) no-repeat;
}

.flickity-page-dots .dot.is-selected:nth-child(1) {
	background: #fff url(../images/custom/icon1_blue.png) no-repeat center;
}

.flickity-page-dots .dot.is-selected:nth-child(2) {
	background: #fff url(../images/custom/icon2_blue.png) no-repeat center;
}

.flickity-page-dots .dot.is-selected:nth-child(3) {
	background: #fff url(../images/custom/icon3_blue.png) no-repeat center;
}

.flickity-page-dots .dot.is-selected:nth-child(4) {
	background: #fff url(../images/custom/icon4_blue.png) no-repeat center;
}

.flickity-page-dots .dot.is-selected:nth-child(5) {
	background: #fff url(../images/custom/icon5_blue.png) no-repeat center;
}

/* */

.inputbox, input.required, textarea.required, .contentrow .search input.inputbox {
	background-color: #dee0ef;
	border: 1px solid #dee0ef;
}

.button, .btn {
	border:3px solid #dee0ef;
}

.button:hover, .btn:hover {
	background: #dee0ef;
}

h3.row_subheading.shadow, .gallery-cell h3.shadow, .page-header h2.shadow {
	color: #f3f3f6;
}

.mnu_sidemenu > li {
	border-bottom:1px solid #dee0ef;
}

.sparky_row6 {
    background-color: #dee0ef;
}