/*-------- COLOR AQUA--------*/
/* Main navigation */
header.sticky .main-menu > ul > li span > a {
    color: #444;
}

header.sticky .main-menu > ul > li span:hover > a {
    opacity: 1;
    color: #7c51a1;
}

.main-menu ul ul li:hover > a {
    background-color: #f9f9f9;
    color: #7c51a1;
    padding-left: 18px;
}

/* Submenu 3rd level */
.main-menu ul ul li span a:hover {
    background-color: #f9f9f9;
    color: #7c51a1;
}

header.sticky .main-menu > ul > li span > a,
header.header_in .main-menu > ul > li span > a {
    color: #444;
}

header.sticky .main-menu > ul > li span:hover > a,
header.header_in .main-menu > ul > li span:hover > a {
    opacity: 1;
    color: #7c51a1;
}

/*-------- 1.1 Typography --------*/
.main_title_2 span em {
    background-color: #7c51a1;
}

.main_title_3 span {
    background-color: #7c51a1;
}

/*General links color*/
a {
    color: #7c51a1;
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
    background: #7c51a1;
}

a.btn_1.outline,
.btn_1.outline {
    border: 2px solid #7c51a1;
    color: #7c51a1;
}

a.btn_1.full-width.purchase,
.btn_1.full-width.purchase {
    background-color: #7c51a1;
}

a.btn_1.full-width.purchase:hover,
.btn_1.full-width.purchase:hover {
    background-color: #3399ff;
    color: white !important;
}

a.btn_map:hover {
    color: #7c51a1;
}

a.btn_map_in,
.btn_map_in {
    background: #7c51a1;
}

a.btn_add,
.btn_add {
    background: #7c51a1;
}

a.btn_filt:hover,
a.btn_filt_map:hover {
    color: #7c51a1;
}

a.btn_2,
.btn_2 {
    background: #7c51a1;
}

a.btn_2:focus,
.btn_2:focus {
    color: #fff;
}

a.btn_2:hover,
.btn_2:hover {
    background: #3399ff;
    color: #fff;
}


/*-------- 1.3 Structure --------*/
.hero_in a.btn_photos:hover {
    color: #7c51a1;
}

/* Newsletter footer*/
#newsletter input[type='submit'] {
    background-color: #7c51a1;
}

.follow_us ul li a i {
    color: #555555;
    opacity: 0.6;
}

.follow_us ul li a i:hover {
    opacity: 1;
    color: #7c51a1;
}

/* Footer */
footer ul li a:hover {
    color: #7c51a1;
    opacity: 1;
}

footer ul.contacts li i {
    color: #7c51a1;
}

footer ul.links li a:hover:after {
    opacity: 1;
    color: #7c51a1;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/* Home single hero */
.hero_single .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
}

.hero_single.version_4 {
    background: #7c51a1 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: #7c51a1 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: #7c51a1;
}

a.grid_item .info small {
    background-color: #7c51a1;
}

.call_section {
    background-color: #7c51a1;
    position: relative;
    color: #fff;
}

.call_section .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
}

.call_section.pattern {
    background: #7c51a1 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: #7c51a1 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: #7c51a1;
}

.custom-search-input-2 input[type='submit'] {
    color: #fff;
    background-color: #7c51a1;
}

.custom-search-input-2 input[type='submit']:hover {
    background-color: #3399ff;
    color: #fff;
}

.custom-search-input-2.inner input[type='submit'] {
    background: #3399ff 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: #7c51a1 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: #7c51a1;
}

.rangeslider__fill {
    background: #7c51a1 !important;
}

.rangeslider__handle {
    border: 2px solid #7c51a1 !important;
}

.container_check input:checked ~ .checkmark {
    background-color: #7c51a1;
}

.container_radio .checkmark:after {
    background: #7c51a1;
}

#search_mobile a.side_panel {
    color: #999;
}

#search_mobile a.side_panel:hover {
    color: #7c51a1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #7c51a1 !important;
}

a.box_news:hover h4 {
    color: #7c51a1;
}

#results {
    background: #7c51a1;
}

#results_map_view {
    color: #fff;
    background: #7c51a1;
}

.secondary_nav {
    background: #7c51a1;
}

.sub_header_in {
    background-color: #7c51a1;
}

.step .nav-tabs .nav-link.active,
.step .nav-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid #7c51a1;
    color: #7c51a1;
}

.payments ul li a.info {
    color: #444;
}

.payments ul li a.info:hover {
    color: #7c51a1;
}

.box_list a.wish_bt.liked:after {
    color: #7c51a1;
}

.box_list a.wish_bt:hover.liked:after {
    color: #7c51a1;
}

.layout_view a:hover {
    color: #7c51a1;
}

.switch-field label:hover {
    color: #7c51a1;
}

a.btn_infobox_detail:before:hover {
    color: #7c51a1;
}

.btn_infobox_get_directions,
a.btn_infobox_phone {
    color: #7c51a1;
}

.contact_info ul li h4 {
    color: #7c51a1;
}

.form_title h3 strong {
    background-color: #7c51a1;
}

.grid ul li figcaption a:hover,
.grid ul li figcaption a:focus {
    color: #7c51a1;
}

ul#cat_nav li a:hover,
ul#cat_nav li a#active,
ul#cat_nav li a.active {
    color: #7c51a1;
}

.list_articles ul li a:hover {
    color: #7c51a1;
}

#toTop:hover {
    background-color: #7c51a1;
}

.accordion_2 .card-header h5 a i.indicator {
    color: #7c51a1;
}

#cookie-bar .cb-policy {
    background: #7c51a1;
}

.applyBtn.btn.btn-sm.btn-primary {
    background-color: #7c51a1;
}

.box_contacts i {
    font-size: 46px;
    font-size: 2.875rem;
    color: #7c51a1;
}

.box_contacts a {
    color: #555555;
}

.box_contacts a:hover {
    color: #7c51a1;
    text-decoration: underline;
}

.animated .block-horizzontal {
    background: #7c51a1;
}

.animated .block-vertical {
    background: #7c51a1;
}

#carousel .item .title h4 {
    background-color: #7c51a1;
    background-color: #7c51a1;
}

#error_page {
    background: #7c51a1 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: #7c51a1 !important;
}

.cluster-visible:before {
    border: 7px solid #7c51a1 !important;
    box-shadow: inset 0 0 0 4px #7c51a1 !important;
}

/*============================================================================================*/
/* BLOG */
/*============================================================================================*/
article.blog .post_info h2 a:hover {
    color: #7c51a1;
}

.comments-list h3 a:hover {
    color: #7c51a1;
}

.widget ul.cats a:hover {
    color: #7c51a1;
}

.tags a:hover {
    background-color: #7c51a1;
}

.postmeta ul li a:hover {
    color: #7c51a1;
}

.search_blog .form-group input[type="submit"] {
    background-color: #7c51a1;
    color: #fff;
}

.pagination a.active {
    background: #7c51a1;
    color: white;
}

/*============================================================================================*/
/* PRICING TABLES */
/*============================================================================================*/
.pricing-switcher .fieldset {
    background-color: #7c51a1;
}

.pricing-switcher .switch {
    background-color: #3f1de0;
}

@media only screen and (min-width: 769px) {
    .pricing-wrapper > li::before {
        background-color: white;
    }
}
