/* 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/



#WACContainer.WACContainer button.WAC__button--round {
			color: #FFF !important;
		}

		#WACContainer.WACContainer .WAC__sent {
			color: #FFF !important;
		}

		@keyframes slideInRight {
			from {
				opacity: 0;
				visibility: visible;
			}

			to {
				opacity: 1;
			}
		}

		button.chatLauncher {
			animation-duration: 0.5s;
			transition-duration: 0.5s;
			position: fixed;
			bottom: 85px;
			right: 32px;
			z-index: 9999;
			border: 3px solid #0366d6;
			padding: 1em;
			border-radius: 50%;
			margin: 0;
			text-decoration: none;
			background-color: #ffffff;
			color: #454545;
			font-family: sans-serif;
			font-size: 1.06rem;
			cursor: pointer;
			text-align: left;
			-webkit-appearance: none;
			-moz-appearance: none;
			width: 85px;
			height: 85px;
			opacity: 0;
		}

		.opendoor {
			opacity: 1 !important;
		}

		#btn_container {
			width: 60px;
			height: 60px;
			border-radius: 50%;
			float: left;
			position: relative;
		}

		.btn_img2 {
			width: 60px;
			height: 60px;
			margin-left: -6px;
			margin-top: -11px;
		}

		button.chatLauncher.open {
			opacity: 1;
		}

		#WACWidget {
			margin-bottom: 55px !important;
		}

		@media screen and (min-width:769px) and (max-width:1269px) {
			#WACWidget {
				margin-bottom: 95px !important;
			}

			.hovercard {
				display: none;
			}

		}

		@media screen and (max-width: 768px) {
			#WACWidget {
				margin-bottom: 95px !important;
			}

			.hovercard {
				display: none;
			}
		}

		.recent-link {
			position: relative;
			color: #252525;
			padding-bottom: 18px;
			font-size: 0.7rem;
		}


		.hovercard {
			position: absolute;
			opacity: 0;
			z-index: 1;
		}

		.recent-link:hover .hovercard {
			opacity: 1;
			transition: 0.5s;
			transition-delay: 0.1s;
			left: 0%;
			top: -90px;
			transform: translateX(-65%);
		}

		.tooltiptext {
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			background-color: #0366d6;
			border: 2px solid #FFF;
			padding: 10px;
			border-radius: 5px;
			color: white;
			line-height: 20px;
			transition: 1s;
			width: 230px;
		}







































