/*==

Theme Name: Vixan-Child
Theme URI: http://3jon.com/demo/pro/tm/vixan
Author: thememarch
Author URI: https://themeforest.net/user/thememarch
Template: vixan
Description: Child theme for Vixan.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: four-columns, right-sidebar, left-sidebar, custom-background, featured-images, theme-options, accessibility-ready, custom-colors, custom-header, custom-menu, editor-style, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: vixan-child

==*/


/* =Theme customization starts here
------------------------------------------------------- */
@media screen and (max-width: 991px) {
  .cs_contact_ms {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .cs_contact_ms .cs_contact_section_2 {
    width: 100%;
    margin-top: 60px;
  }
  .cs_contact_ms .cs_contact {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .cs_contact_ms .cs_contact .cs_contact_title {
    font-size: 50px;
  }
  .cs_icon {
    margin-top: 0px;
  }
} 
.cs_footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cs_footer .footer-widget {
  width: 33.33%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .cs_footer .footer-widget {
    width: 100%;
    margin-bottom: 30px;
  }
}
  /*  slider 3 */
  .cs_slider_3 {
    width: 100%;
  }
  .cs_slider_3 .swiper-slide {
    width: 100%;
  }
}
.cs_footer .row > div {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.cs_funfact.cs_style1 .cs_funfact_text::before {
   opacity: 0.2;
  background-color: #01bfe1;
}
.cs_funfact.cs_style1 .cs_funfact_text::before {
  content: "";
  position: absolute;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  left: 0;
  top: 0;
  opacity: 0.2;
  background-color: #01bfe1 !important;
}
.cs_testimonial_quote_icon svg path {
  fill: #01bfe1 !important; /* culoare ghilimele la testimonial */
}

