/*-------- COLOR AQUA--------*/
/* Main navigation */
header.sticky .main-menu>ul>li span>a {
	color: rgb(93, 93, 207);
}

header.sticky .main-menu>ul>li span:hover>a {
	opacity: 1;
	color: navy;
}

.main-menu ul ul li:hover>a {
	background-color: #f9f9f9;
	color: navy;
	padding-left: 18px;
}

/* Submenu 3rd level */
.main-menu ul ul li span a:hover {
	background-color: #f9f9f9;
	color: navy;
}

header.sticky .main-menu>ul>li span>a,
header.header_in .main-menu>ul>li span>a {
	color: rgb(93, 93, 207);
}

header.sticky .main-menu>ul>li span:hover>a,
header.header_in .main-menu>ul>li span:hover>a {
	opacity: 1;
	color: navy;
}

/*-------- 1.1 Typography --------*/
.main_title_2 span em {
	background-color: navy;
}

.main_title_3 span {
	background-color: navy;
}

/*General links color*/
a {
	color: navy;
}

a:hover,
a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}

/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
	background: navy;
}

a.btn_1.outline,
.btn_1.outline {
	border: 2px solid navy;
	color: navy;
}

a.btn_1.full-width.purchase,
.btn_1.full-width.purchase {
	background-color: navy;
}

a.btn_1.full-width.purchase:hover,
.btn_1.full-width.purchase:hover {
	background-color: #0054a6;
	color: white !important;
}

a.btn_map:hover {
	color: navy;
}

a.btn_map_in,
.btn_map_in {
	background: navy;
}

a.btn_add,
.btn_add {
	background: navy;
}

a.btn_filt:hover,
a.btn_filt_map:hover {
	color: navy;
}

a.btn_2,
.btn_2 {
	background: navy;
}

a.btn_2:hover,
.btn_2:hover {
	background: #ffc107;
	color: rgb(93, 93, 207);
}

/*-------- 1.3 Structure --------*/
.hero_in a.btn_photos:hover {
	color: navy;
}

/* Newsletter footer*/
#newsletter input[type='submit'] {
	background-color: navy;
}

.follow_us ul li a i {
	color: #555555;
	opacity: 0.6;
}

.follow_us ul li a i:hover {
	opacity: 1;
	color: navy;
}

/* Footer */
footer ul li a:hover {
	color: navy;
	opacity: 1;
}

footer ul.contacts li i {
	color: navy;
}

footer ul.links li a:hover:after {
	opacity: 1;
	color: navy;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/* Home single hero */
.hero_single .wrapper {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.8);
}

.hero_single.version_4 {
	background: navy url(../img/pattern_1.svg) center bottom repeat-x;
}

.hero_single.version_4 .wrapper input[type='submit'] {
	color: #222;
	background-color: #ffc107;
}

.hero_single.version_4 .wrapper input[type='submit']:hover {
	background-color: #0054a6;
}

.hero_single.version_5 {
	background: navy url(../img/pattern_2.svg) center center repeat fixed;
}

.hero_single.version_5 .wrapper {
	background: rgba(0, 0, 0, 0.6);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}

.hero_single.version_5 .wrapper input[type='submit'] {
	color: #222;
	background-color: #ffc107;
}

.hero_single.version_5 .wrapper input[type='submit']:hover {
	background-color: #0054a6;
	color: #fff;
}

a.address:hover {
	color: navy;
}

a.grid_item .info small {
	background-color: navy;
}

.call_section {
	background-color: navy;
	position: relative;
	color: #fff;
}

.call_section .wrapper {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.5);
}

.call_section.pattern {
	background: navy url(../img/pattern.svg) center center repeat fixed;
}

.call_section.pattern .wrapper {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.6);
}

.call_section.image_bg {
	background: navy url(../img/bg_call_section.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.call_section.image_bg .wrapper {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.8);
}

#custom-search-input input[type='submit'] {
	background-color: navy;
}

.custom-search-input-2 input[type='submit'] {
	color: #222;
	background-color: #ffc107;
}

.custom-search-input-2 input[type='submit']:hover {
	background-color: #0054a6;
	color: #fff;
}

.custom-search-input-2.inner input[type='submit'] {
	background: #ffc107 url(../img/search.svg) no-repeat center center;
}

.custom-search-input-2.inner input[type='submit']:hover {
	background-color: #0054a6;
}

@media (max-width: 575px) {
	.custom-search-input-2.inner input[type='submit'] {
		background: navy url(../img/search.svg) no-repeat center center;
	}
}

.search_mob_wp input[type='submit'] {
	background-color: #ffc107;
	color: #222;
}

.search_mob_wp input[type='submit']:hover {
	background-color: #0054a6;
	color: #fff;
}

.distance span {
	color: navy;
}

.rangeslider__fill {
	background: navy !important;
}

.rangeslider__handle {
	border: 2px solid navy !important;
}

.container_check input:checked~.checkmark {
	background-color: navy;
}

.container_radio .checkmark:after {
	background: navy;
}

#search_mobile a.side_panel {
	color: #999;
}

#search_mobile a.side_panel:hover {
	color: navy;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: navy !important;
}

a.box_news:hover h4 {
	color: navy;
}

#results {
	background: navy;
}

#results_map_view {
	color: #fff;
	background: navy;
}

.secondary_nav {
	background: navy;
}

.sub_header_in {
	background-color: navy;
}

.step .nav-tabs .nav-link.active,
.step .nav-tabs .nav-item.show .nav-link {
	border-bottom: 2px solid navy;
	color: navy;
}

.payments ul li a.info {
	color: rgb(93, 93, 207);
}

.payments ul li a.info:hover {
	color: navy;
}

.box_list a.wish_bt.liked:after {
	color: navy;
}

.box_list a.wish_bt:hover.liked:after {
	color: navy;
}

.layout_view a:hover {
	color: navy;
}

.switch-field label:hover {
	color: navy;
}

a.btn_infobox_detail:before:hover {
	color: navy;
}

.btn_infobox_get_directions,
a.btn_infobox_phone {
	color: navy;
}

.contact_info ul li h4 {
	color: navy;
}

.form_title h3 strong {
	background-color: navy;
}

.grid ul li figcaption a:hover,
.grid ul li figcaption a:focus {
	color: navy;
}

ul#cat_nav li a:hover,
ul#cat_nav li a#active,
ul#cat_nav li a.active {
	color: navy;
}

.list_articles ul li a:hover {
	color: navy;
}

#toTop:hover {
	background-color: navy;
}

.accordion_2 .card-header h5 a i.indicator {
	color: navy;
}

#cookie-bar .cb-policy {
	background: navy;
}

.applyBtn.btn.btn-sm.btn-primary {
	background-color: navy;
}

.box_contacts i {
	font-size: 46px;
	font-size: 2.875rem;
	color: navy;
}

.box_contacts a {
	color: #555555;
}

.box_contacts a:hover {
	color: navy;
	text-decoration: underline;
}

.animated .block-horizzontal {
	background: navy;
}

.animated .block-vertical {
	background: navy;
}

#carousel .item .title h4 {
	background-color: navy;
	background-color: navy;
}

#error_page {
	background: navy url(../img/pattern_1.svg) center bottom repeat-x;
}

@media (max-width: 767px) {
	#error_page {
		background-size: auto 300px;
	}
}

#error_page .wrapper {
	background: rgba(0, 0, 0, 0.6);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}

.search_bar_error input[type='submit'] {
	background-color: #ffc107;
}

.search_bar_error input[type='submit']:hover {
	background-color: #0054a6;
	color: #fff;
}

/*============================================================================================*/
/* MAP CLUSTERER */
/*============================================================================================*/
.cluster-visible {
	background-color: navy !important;
}

.cluster-visible:before {
	border: 7px solid navy !important;
	box-shadow: inset 0 0 0 4px navy !important;
}

/*============================================================================================*/
/* BLOG */
/*============================================================================================*/
article.blog .post_info h2 a:hover {
	color: navy;
}

.comments-list h3 a:hover {
	color: navy;
}

.widget ul.cats a:hover {
	color: navy;
}

.tags a:hover {
	background-color: navy;
}

.postmeta ul li a:hover {
	color: navy;
}

.search_blog .form-group input[type="submit"] {
	background-color: navy;
	color: #fff;
}

.pagination a.active {
	background: navy;
	color: white;
}

/*============================================================================================*/
/* PRICING TABLES */
/*============================================================================================*/
.pricing-switcher .fieldset {
	background-color: navy;
}

.pricing-switcher .switch {
	background-color: rgba(12, 12, 65, 0.7);
}

@media only screen and (min-width: 769px) {
	.pricing-wrapper>li::before {
		background-color: #fcfcfd;
	}
}
