/*
Theme Name: Wesecure child
Theme URI:http://wordpress.zcube.in/aquato
Description: Wesecure – Home Security WordPress Theme.
Text Domain: wesecure
Author:       zcube
Author URI: https://themeforest.net/user/zcubedesign
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template:     wesecure
Version:      1.0

*/


/* Theme customization starts here
  -------------------------------------------------------------- */

.f-widget-title h2::before, .footer-widget .widgettitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 70px;
  background: url('./img/f-line.png') no-repeat;
}

.faq-wrap .card-header h2 button::after {
	background: #f6ae2d;
}

.header-social a {
	background: #f6ae2d61;
}

.footer-social a:hover {
  background: #f6ae2d;
}

.slider-active .slick-arrow {
  color: #f6ae2d;
}

.slider-active .slick-arrow:hover {
  color: #bc7901;
}

.second-header a.phone:hover {
  color: #f6ae2d;
}

blockquote,
.pages-content blockquote,
.comment-list blockquote {
  border-radius: 8px;
  padding: 24px 24px 12px !important;
  position: relative;
  z-index: 5;
  text-align: left;
  
  border-left: 4px solid #f6ae2d;
}

.header-three .menu-area {
  z-index: 10;
}

.services-08-thumb img {
  width: auto;
  height: 60px !important;
}


.elementor-widget-container li {
  list-style: disc;
  padding: 0 0 0 0px;
  margin: 0 0 0 15px;
}

.mobile-phone{
  display: inline-flex;
  flex-direction: column;
  font-size: 0;
  line-height: 0;
}
.mobile-phone a {
  color: #f6ae2d;
  font-size: 16px;
  line-height: normal;
}

@media (max-width: 767px) {
  .navbar-brand {
    width: auto;
  }
}