/****GLOBAL STYLZING****/

/*Header styling*/
header.header-default .header-main-inner .branding {
  background: transparent;
}
.navigation .gva_menu > li > a {
	font-weight: 500;
}
header.header-default .stuck .site-branding-logo img {
	max-width: 40%;
}
header.header-default .stuck {
  background: rgba(255, 255, 255, .9);
}
.navigation .gva_menu .sub-menu {
	overflow: scroll;
	overflow-x: hidden;
	max-height: 540px;
}
.navigation .gva_menu > li:last-child {
	display: none;
}

/*Treatments filters*/
.treatments-tags .views-exposed-form {
	margin-bottom: 35px;
}
.treatments-tags .views-exposed-form label {
	display: none;
}
.treatments-tags .views-exposed-form ul {
	list-style: none;
	padding: 0;
}
.treatments-tags .views-exposed-form ul li {
	display: inline-block;
	margin-left: 5px;
}
.treatments-tags .views-exposed-form ul li a {
	line-height: 28px;
	background: #fff;
	padding: 3px 10px;
	display: inline-block;
	font-weight: 500;
	border-radius: 7px;
	font-size: 16px;
}
.treatments-tags .views-exposed-form ul li a:hover, 
.treatments-tags .views-exposed-form ul li a:focus, 
.treatments-tags .views-exposed-form ul li a.active {
  background: var(--conbiz-theme-color);
  color: #fff;
}
.treatments-tags .portfolio-filter {
	display: none;
}
.service-block-3 .read-more a {
	color: var(--conbiz-theme-color) !important;
}
.service-block-3 .service-content {
	padding: 30px 30px 30px;
}

/*Hide language dropdown*/
.block-dropdown-language .dropbutton-wrapper ul.dropbutton {
	display: none;
}
.topbar .topbar-content-inner .topbar-right {
	padding-right: 0;
}
.topbar a:hover, .topbar a:focus {
  color: #ccc;
}

/*Team page styling*/
.team-single-page .name {
	display: none;
}
.team-single-page .team-skills h3 {
  display: none;
}
.team-single-page .team-quote {
	display: none;
}
.team-single-page .team-image {
  margin-top: 50px;
}

/*Header button*/
header.header-default .header-button .btn-gray {
	background: var(--conbiz-theme-color) !important;
}
header.header-default .header-button .btn-gray:hover, 
header.header-default .header-button .btn-gray:focus {
	background: #fff !important;
	color: var(--conbiz-theme-color) !important;
}

/*Footer*/
#footer .footer-center {
  padding: 100px 0 30px;
}
#footer {
  background: var(--footer-bg-color);
  color: #727c88;
}
#footer .copyright .copyright-inner {
  text-align: left;
  font-size: 14px;
}
#footer .copyright .copyright-inner .notice {
	float: right;
}
#footer .copyright .copyright-inner a {
	color: #727c88;
}
#block-contactinfo img {
	filter: brightness(0) invert(1);
}
#block-contactinfo .about-text {
	font-size: 14px;
}
.contact-info ul {
	text-transform: uppercase;
}
#block-contactinfo i {
	font-style: normal;
	margin-left: 8px;
}
#block-contactinfo a {
	color: #727c88;
}

/*Footer menu*/
.footer-second {
	padding-left: 40px;
}
#block-footer {

}
#block-footer h2.block-title {

}
#block-footer ul {

}
#block-footer ul li {
	display: block;
}
#block-footer ul li a {
	color: #727c88;
	padding: 0;
}

/*Footer right block*/
#block-footerrightinfo ul {
	list-style: none;
	padding: 0;
}
#block-footerrightinfo ul li a {
	color: #727c88;
}
#block-footerrightinfo .yellow-link a {
	color: #f5bf47;
}
#block-footerrightinfo .yellow-link a:hover {
	color: #fff;
}

/*Test form styling*/
.appointment-heading h2 {
	color: var(--conbiz-theme-color) !important;
	text-transform: uppercase;
	letter-spacing: 0px !important;
}
.appointment-heading h2:before {
	content: "\f141";
	font-family: "Flaticon";
	padding-right: 5px;
}
.webform-submission-contact-node-209-form.webform-submission-form .form-item select, 
.webform-submission-contact-node-3-form.webform-submission-form .form-item select {
  height: 40px;
}
.webform-submission-contact-node-209-form.webform-submission-form .form-item input, 
.webform-submission-contact-node-3-form.webform-submission-form .form-item input {
  height: 40px;
}
.webform-submission-contact-node-209-form.webform-submission-form .form-item, 
.webform-submission-contact-node-3-form.webform-submission-form .form-item {
  margin-bottom: 10px;
}
.webform-submission-contact-node-209-form.webform-submission-form .form-item label, 
.webform-submission-contact-node-3-form.webform-submission-form .form-item label {
	margin-bottom: 0;
}
.webform-submission-contact-node-209-form .webform-telephone--wrapper legend, 
.webform-submission-contact-node-3-form .webform-telephone--wrapper legend {
	margin-bottom: 0;
}
.webform-telephone--wrapper .fieldset-legend {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	font-family: var(--conbiz-heading-font-family);
}
.webform-submission-contact-node-209-form, 
.webform-submission-contact-node-3-form {
	margin-top: -40px;
	display: inline-block;
	width: 100%;
}
.webform-submission-contact-node-209-form.webform-submission-form .form-item textarea, 
.webform-submission-contact-node-3-form.webform-submission-form .form-item textarea {
	height: 110px;
}

.fa-facebook-f:before {
content: "\f39e";
font-family: "Font Awesome 5 Brands";
}

 /****END GLOBAL STYLZING****/
 

/****MOBILE STYLING****/
@media all and (max-width: 767px) {

/*Header styling*/
header .header-main {
	background: #fff;
}	
header.header-default .stuck {
  background: #fff;
}
header .site-branding-logo img {
	max-width: 80px;
}
.navigation .gva_menu.gva_menu_main > li:last-child {
	background: var(--conbiz-theme-color) !important;
	color: #000;
	display: block;
	text-align: center;
}
.navigation .gva_menu.gva_menu_main > li:last-child a {
	padding: 8px 5px !important;
	display: inline-block;
}

/*Footer*/
.footer-second {
	padding-left: 15px;
}



}
/****END MOBILE STYLING****/
