/*-------- 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: #cb342e;
}

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

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

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

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

.main_title_3 span {
  background-color: #cb342e;
}

/*General links color*/
a {
  color: #cb342e;
}
a:hover, a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
  background: #cb342e;
}
a.btn_1.outline,
.btn_1.outline {
  border: 2px solid #cb342e;
  color: #cb342e;
}
a.btn_1.full-width.purchase,
.btn_1.full-width.purchase {
  background-color: #cb342e;
}
a.btn_1.full-width.purchase:hover,
.btn_1.full-width.purchase:hover {
  background-color: #231f20;
  color: #fff !important;
}

a.btn_map:hover {
  color: #cb342e;
}

a.btn_map_in,
.btn_map_in {
  background: #cb342e;
}

a.btn_add,
.btn_add {
  background: #cb342e;
}

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

a.btn_2, .btn_2 {
  background: #cb342e;
}
a.btn_2:hover, .btn_2:hover {
  background: #cb342e;
  color: #444;
}

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

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

.follow_us ul li a i {
  color: #555;
  opacity: 0.6;
}
.follow_us ul li a i:hover {
  opacity: 1;
  color: #cb342e;
}

/* Footer */
footer ul li a:hover {
  color: #cb342e;
  opacity: 1;
}
footer ul.contacts li i {
  color: #cb342e;
}
footer ul.links li a:hover:after {
  opacity: 1;
  color: #cb342e;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/* Home single hero */
.hero_single .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.hero_single.version_4 {
  background: #cb342e url(../img/pattern_1.svg) center bottom repeat-x;
}
.hero_single.version_4 .wrapper input[type='submit'] {
  color: #222;
  background-color: #cb342e;
}
.hero_single.version_4 .wrapper input[type='submit']:hover {
  background-color: #231f20;
}
.hero_single.version_5 {
  background: #cb342e 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: #cb342e;
}
.hero_single.version_5 .wrapper input[type='submit']:hover {
  background-color: #231f20;
  color: #fff;
}

a.address:hover {
  color: #cb342e;
}

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

.call_section {
  background-color: #cb342e;
  position: relative;
  color: #fff;
}
.call_section .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}
.call_section.pattern {
  background: #cb342e 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: #cb342e 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: #cb342e;
}

.custom-search-input-2 input[type='submit'] {
  color: #fff;
  background-color: #cb342e;
}
.custom-search-input-2 input[type='submit']:hover {
  background-color: #231f20;
  color: #fff;
}
.custom-search-input-2.inner input[type='submit'] {
  background: #333 url(../img/search.svg) no-repeat center center;
  
}
.custom-search-input-2.inner input[type='submit']:hover {
  background-color: #231f20;
}
@media (max-width: 575px) {
  .custom-search-input-2.inner input[type='submit'] {
    background: #cb342e url(../img/search.svg) no-repeat center center;
  }
}

.search_mob_wp input[type='submit'] {
  background-color: #cb342e;
  color: #222;
}
.search_mob_wp input[type='submit']:hover {
  background-color: #231f20;
  color: #fff;
}

.distance span {
  color: #cb342e;
}

.rangeslider__fill {
  background: #cb342e !important;
}

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

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

.container_radio .checkmark:after {
  background: #cb342e;
}

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

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

a.box_news:hover h4 {
  color: #cb342e;
}

#results {
  /*background: #cb342e;*/
}

#results_map_view {
  color: #fff;
  background: #cb342e;
}

.secondary_nav {
  background: #cb342e;
}

.sub_header_in {
  background-color: #cb342e;
}

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

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

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

.layout_view a:hover {
  color: #cb342e;
}

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

a.btn_infobox_detail:before:hover {
  color: #cb342e;
}

.btn_infobox_get_directions, a.btn_infobox_phone {
  color: #cb342e;
}

.contact_info ul li h4 {
  color: #cb342e;
}

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

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

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

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

#toTop:hover {
  background-color: #cb342e;
}

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

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

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

.box_contacts i {
  font-size: 46px;
  font-size: 2.875rem;
  color: #cb342e;
}
.box_contacts a {
  color: #555;
}
.box_contacts a:hover {
  color: #cb342e;
  text-decoration: underline;
}

.animated .block-horizzontal {
  background: #cb342e;
}
.animated .block-vertical {
  background: #cb342e;
}

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

#error_page {
  background: #cb342e 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: #cb342e;
}
.search_bar_error input[type='submit']:hover {
  background-color: #231f20;
  color: #fff;
}

/*============================================================================================*/
/* MAP CLUSTERER */
/*============================================================================================*/
.cluster-visible {
  background-color: #cb342e !important;
}
.cluster-visible:before {
  border: 7px solid #cb342e !important;
  box-shadow: inset 0 0 0 4px #cb342e !important;
}

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

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

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

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

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

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

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

/*============================================================================================*/
/* PRICING TABLES */
/*============================================================================================*/
.pricing-switcher .fieldset {
  background-color: #cb342e;
}
.pricing-switcher .switch {
  background-color: #9b0e08;
}

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