/*
Theme Name: Rescue Spa
Theme URI: 
Author: Curotec
Author URI: https://www.curotec.com/
Description: 
Version: 1.0
Text Domain: rescuespa
*/
@media (min-width: 1200px){
.container {
    max-width: 1170px;
}
}
.simple-banner .simple-banner-text{
	font-size: 14.5px;
	font-weight:normal;
	letter-spacing: 0;
}
.simple-banner .simple-banner-text a:hover{
	text-decoration: underline;	
}
.pum-theme-default-theme .pum-title.popmake-title{
	margin-top:20px;
	margin-bottom:10px;
}
.pum-theme-default-theme .pum-content.popmake-content{
	font-size: 16px !important;
}
.pum-theme-default-theme button.pum-close.popmake-close{
	font-size: 0 !important;
    line-height: 18px !important;
    padding: 0 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 30px !important;
}
.pum-theme-default-theme button.pum-close.popmake-close{
	background:#000000 !important;
	color:#FFFFFF !important;
}
.pum-theme-default-theme button.pum-close.popmake-close:before {
    content: '\f00d';
	font-size:12px;
    display: block;
    font-family: 'Font Awesome 5 Free';
}
.pum-theme-default-theme .btn.btn-secondary{
	height:53px;
	line-height:53px;
	font-size: 16px;
	letter-spacing:2.4px;
	text-transform: uppercase;
	border-width:2px;
	padding:0;
	margin-top:15px;
}
.pum-theme-default-theme .btn.btn-secondary:hover{
	background: #000000;
	color: #FFFFFF;
}

/* Acquire chat changes */
.acquire-launcher-wrapper{
	display: none !important;
}
.footer-bottom .ft-social-icons .livechat_button.mobile-button{
	display: none;
}
.footer-bottom{
	background-color: rgba(19,21,22,.8);
	border-top: 1px solid #7c7c7c;
}
.footer-bottom .ft-social-icons a{
	width:20px;
    text-align: center;
}
@media only screen and (max-width: 767px){
	.footer-bottom .ft-social-icons a{
		margin-right: 22px;
	}
	.footer-bottom .ft-social-icons .livechat_button.mobile-button{
		display: inline-block;
		margin-right:0;
	}
	.footer-bottom .footer-chat{
		display: none;
	}
	.footer-bottom .ft-social-icons{
		padding: 15px 0;
	}
}