/*
Theme Name:	CityGov - Child Theme
Theme URI: http://themnific.com
Description:	A basic child theme for CityGov Theme
Author:		Dannci
Author URI: http://themnific.com
Template:	citygov
Version:	0.1
*/

/* ADD SOME STYLE BELOW */

.btn_calendly a{display: inline-block;
  line-height: 1;
  background-color: #69727d;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
transition: all .3s;}

.btn_calendly a{
	background-color: #fff;
  font-family: "Titillium Web", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #ffbe46!important;
	padding: 25px 50px;
  border-radius: 6px;
	box-shadow: none;
  text-decoration: none!important;
}
.btn_calendly a:hover{
  background-color: #fff;
  color: #ffbe46!important;
}
.btn_calendly > div {
	text-align: center;
}
.btn_calendly svg {
  fill: #ffbe46;
  font-size: 0.5rem;
  width: 6%;
}
.btn_calendly a:hover svg {
	fill: #ffbe46;
}

path {
}
.header_bande svg {
  width: 8%;
  fill: #fff;
  margin-right: .5rem;
}
.header_bande a {
  background: #4a9e70;
  display: inline-block;
  text-align: center;
  padding: .5rem;
  border-radius: 5px;
  text-decoration: none !important;
	  font-family: "Titillium Web", Sans-serif;
}
.header_bande a:hover {
	 background: #ffbe46;
}