/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.footerTextInner.accordationRow .col-md-6 {
		width: 100%;
		margin-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
	}

	.accordationRow {
		margin-bottom: 10px;
	}

	.accordation.container {
		padding-bottom: 35px;
		padding-top: 25px;
	}

	.contentAccordation {
		overflow: hidden;
		padding: 15px 20px 15px 20px;
		border: 0px solid #b1acac;
		opacity: 0;
		transition: height 0.3s;
		margin-top: -15px;
	}

	.contentAccordation.showAccordation {
		opacity: 1;
		border: 1px solid #cccccc;
		transition: height 0.3s;
		border-top: none;
	}

	.headAccordation {
		cursor: pointer;
	}

	.headAccordation h1,
	.headAccordation h2 {
		text-align: center;
		background: #ececec;
		margin: auto;
		z-index: 9;
		position: relative;
		padding-bottom: 15px;
		padding-top: 15px;
		color: #666666;
		font-size: 13px;
		border: 1px solid #d7d7d7;
		line-height: 1.5em;
	}

	.contentAccordation p {
		text-align: left !important;
		line-height: 1.5;
		max-width: 100%;
		font-size: 12px;
		margin-top: 0;
	}

	.contentAccordation ul {
		padding-left: 25px;
		list-style: disc;
		font-size: 12px;
	}

	.contentAccordation ul li {
		margin-bottom: 15px;
		text-align: left;
		line-height: 1.5;
	}

	.contentAccordation ul li:last-child {
		margin-bottom: 0;
	}

	.accordationRow>div {
		margin: auto;
		max-width: 100% !important;
	}

	.footerDesc h3 {
		font-size: 12px;
		margin-bottom: 0;
	}

	.footerDesc {
		padding-top: 15px;
	}

	.footerli ul li {
		margin-bottom: 5px;
	}
a.floating-button {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: 240px;
  right: 30px;
  font-size: 20px;
  background-color: rgba(37, 211, 102, 1);
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  z-index: 1000;
  animation: pulsess 3s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.floating-button_phone {
  bottom: 160px;
  background-color: rgba(220, 16, 16, 1);
}

a.floating-button_mail {
  bottom: 80px;
  background-color: rgba(0, 114, 198, 1);
}

a.floating-button_fb {
  bottom: 320px;
  background-color: rgba(53, 120, 229, 1);
}

a.floating-button:hover {
  color: #fff;
  background-color: rgba(37, 211, 102, 0.45);
  animation-play-state: paused;
}

a.floating-button_phone:hover {
  background-color: rgba(220, 16, 16, 0.45);
}

a.floating-button_mail:hover {
  background-color: rgba(0, 114, 198, 0.45);
}

a.floating-button_fb:hover {
  background-color: rgba(53, 120, 229, 0.45);
}

@keyframes pulsess {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
  30% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  80% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@media only screen and (max-width: 767px) {
  #side-contact {
    padding: 15px;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  html.pum-open #side-contact {
    transform: translateY(100%);
  }

  #side-contact a.floating-button {
    position: initial;
    display: block;
    margin: 0 15px;
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  /*this use with javascript */
  #side-contact.initial {
    /*position:unset;*/
    bottom: -100%;
  }
}

html,
body {
  scroll-behavior: smooth;
}

.preloader {
  display: none;
}
