
/* ====== NAVIGATION ====== */
nav{
  padding: 20px;
}
#bar .dropdown-menu{
  background-color: #7500b8;
}
#bar li a, #stickyNav li a{
	color: black;
}
#bar li a:hover, #stickyNav li a:hover{
	color: white!important;
}
#bar li:hover, #stickyNav li:hover{
  background-color: #7500b8;
	color: white!important;
}
#bar li:hover > a, #stickyNav li:hover > a{
	color: white!important;
}
#bar .dropdown-menu li a, #stickyNav .dropdown-menu li a{
  color: #7500b8;
  margin: 10px;
}
.btn-primary{
  background-color: #7500b8;
  border-color: #7500b8;
  color: white;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-weight: bold;
}
.btn-primary:hover, .btn-primary a:hover{
  background-color: #7500b8;
  border-color: #7500b8;
  color: white!important;
  transform: scale(1.2);
}
h1, h2, h3, h4, h5, h6, a:hover{
  color: #7500b8;
}
#stickyNav li.current-menu-item{
	background-color: #7500b8;
}
#stickyNav li.current-menu-item a{
	color: white!important;
}
@media( max-width: 991px ){
  .overlayCollapse{
    background-color: #7500b8;
    padding: 0;
  }
  .overlayCollapse.show{
    padding: 15px 0;
  }
  #bar .overlayCollapse li a{
    color: white;
  }
}
/* ====== NAVIGATION END ====== */

/* ====== FOOTER ====== */
.footer a, .footer a:hover, .footer a:active, .footer a:focus{
  color: white;
}

/* ====== FOOTER END ====== */

/* ====== FORM ====== */
.wpcf7-form-control.wpcf7-submit{
  background: #7500b8!important;
  color: white!important;
  border: 0!important;
}
.wpcf7-form-control.wpcf7-submit:hover{
  background: #7500b8!important;
  color: white!important;
}
.phone{
  color: #7500b8;
}
.subheading{
  color: #666666;
}
/* ====== FORM END ====== */

/* ====== CALL TO ACTION ====== */
.primary{
  background-color: #7500b8;
  color: white!important;
}
.secondary{
  background-color: gray;
  color: white!important;
}
.primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6, .primary p, .primary span, .primary a, .primary a:hover, .secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary p, .secondary span, .secondary a, .secondary a:hover{
  color: white!important;
}
header svg{
  fill: #7500b8;
}
/* ====== CALL TO ACTION END ====== */
