/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* .button-default.custom-btn {
	background: #508EA5!important;
}
.button-default.custom-btn:hover {
	background: #2f6a81 !important;
}
.button-default.custom-btn:hover span.awb-button__text--default {
	color: #ffffff!important;
} */

/* booksy btn */
.bold-btn-txt {
     font-weight: bold!important;
     font-size: 26px;
}

/* media */
@media screen and (max-width: 767px) {
	.bold-btn-txt {
		 font-size: 26px;
		 line-height: 34px;
	}
	.block-link-booksy .fusion-title,
	.booksy-fizjo .fusion-title,{
		font-size: 36px;
		line-height: 48px;
	}
	.block-link-booksy .fusion-text p,
	.booksy-fizjo .fusion-text p{
		margin-top: 10px;
		font-size: 20px!important;
		line-height: 28px!important;
	}
}

main#main {
    padding-top: 0px;
}
.human-btn-umow:hover {
	background: transparent!important;
	border-radius: 3px;
	border: 3px solid white;
}
.fizjo_menu {
	color: #6DAA44!important;
}

.team-image {
  text-align: center;
}

.team-image img {
  border-radius: 50%;
	max-width: 80%;
}

/* Footer */
.footer .footer-title h6 {
  color: #FFF !important;
}

.footer .with-separator::after {
  content: "";
  width: 50px;
  background: #6aa9bf;
  height: 1px;
  position: relative;
  margin-top: 20px;
  display: block;
}

.footer.white-text {
color: #a1aaad;
}

.footer.white-text a { 
color: #a1aaad;
}

.footer.white-text a:hover {
color: #6aa9bf;
}

.footer .calendar-info a {
color: #FFF;
}

.footer ul li p {
  margin: 0;
}

.footer ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.footer ul li {
  position: relative;
  padding-left: 1em;
}

.footer ul li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
    border-bottom-color: rgb(221, 221, 221);
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.footer ul li::before {
  font-family: 'dashicons';
  position: absolute;
  content: "\f345";
  display: inline-block;
  left: -4px;
  color: #6aa9bf;
}
/* End Footer */