/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /*font-family: 'Jost', sans-serif;*/

/*font-family: 'Jost', sans-serif;*/


.wg-custom-chat-wrapper {
	background: #1D3461;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    position: fixed;    
    bottom: 0px;
    z-index: 99999;
    overflow: auto;
}
.wg-custom-chat-wrapper .wg-custom-chat-inner {
	position: relative;

    
}
.wg-custom-chat-wrapper .wg-custom-chat-form-wrapper{
	height: 0px;
	transition: 1s;
	overflow: hidden;
}
.wg-custom-chat-wrapper .wg-custom-chat-form-wrapper.show{
	height: 420px;
	overflow: hidden;
	transition: 1s;
}
.wg-custom-chat-wrapper span.wg-custom-chat-button {
    display: block;
    text-align: center;
    padding: 15px;
    background: #1D3461;
    color: rgba(255,255,255,0.8);
    font-weight: bold;
    cursor: pointer;
}
.wg-custom-chat-wrapper .wg-custom-chat-form-header {
	color: #fff;
	padding: 15px;
	text-align: center;
	background: #1F487E;
}
.wg-custom-chat-wrapper .wg-custom-chat-form-footer-inner{
	padding: 15px;
	text-align: center;
	background: #1F487E;
	position: relative;
}
.wg-custom-chat-wrapper .click-button {
	display: block;
	margin-bottom: 4px;
}
.wg-custom-chat-wrapper .wg-custom-chat-form-body-inner {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.wg-custom-chat-form-body-inner input {
    display: none;
}
.wg-custom-chat-wrapper .wg-custom-chat-form-body-inner img{

	/*width: 100%;*/
	display: block;
	height: 200px;
	margin: 0 auto;
}
.wg-custom-chat-wrapper .wg-custom-chat-form-header h3{
	color: rgba(255,255,255,0.8);
	margin:0px;
	padding: 0px;
	font-size: 18px;
}
.wg-custom-chat-wrapper .wg-custom-chat-form-header p{
	color: rgba(255,255,255,0.8);
	margin:0px;
	padding: 0px;
	font-size: 16px;

}
.wg-custom-chat-wrapper .wg-custom-chat-form-footer-inner {
	margin: 0px;
	padding: 15px;
}
.wg-custom-chat-wrapper .wg-custom-chat-form-footer-inner .click-button .btn-primary {

	background: #1D3461;
	border: none;
	color: rgba(255,255,255,0.8);
	display: inline-block;
	font-size: 16px !important;
	padding: 5px 20px !important;
	margin-top: 5px;
	font-weight: 400;
	cursor: pointer;
}
.wg-custom-chat-wrapper .wg-custom-chat-form-footer-inner .btn-primary {
	background: #1D3461;
	border: none;
	color: rgba(255,255,255,0.8);
	display: inline-block;
	font-size: 16px !important;
	padding: 5px 20px !important;
	font-weight: 400;
	margin-top:0px;
	margin-bottom: 0px;
	cursor: pointer;

}

.wg-custom-chat-wrapper .slide{
	overflow: "hidden";
}
.wg-custom-chat-wrapper .slide{
	display: none;
}
.wg-custom-chat-wrapper .slide.show{
	display: block;
}
.wg-custom-chat-wrapper .wg-custom-form-inner {
	padding: 10px 15px;
}
.wg-custom-chat-wrapper .wg-custom-chat-form-body input {
	margin-bottom: 5px;
	padding: 10px 15px;
	font-size: 15px !important;
	background: rgba(255,255,255,0.8);
	color: rgba(0,0,0,0.9);
	border-radius: 3px;
	width: 100%;

}
.wg-custom-chat-wrapper .wg-custom-chat-form-body button {
	background: #1F487E;
	color: #fff;
padding: 8px 20px;
font-size: 16px;
font-weight: 400;
border-radius: 4px;

}

.wg-custom-chat-wrapper .overlay {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    padding: 85px 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    display: none;
    transition: 0.5s;
}
.wg-custom-chat-wrapper .wg-footer-credit {
    display: block;
    position: absolute;
    right: 9px;
    font-size: 11px;
    bottom: 0px;
    color: rgba(255,255,255,0.5);
}
.wg-custom-chat-wrapper .wg-custom-chat-button::after {
    content: "+";
    position: absolute;
    right: 10px;
}
.wg-custom-chat-wrapper.show .wg-custom-chat-button::after {
    content: "-";
}



.wg-custom-chat-wrapper .wg-header-logo {
	max-height: 70px;
}
.wg-custom-chat-form-footer-inner i {
	padding: 0px 5px;
}
@media (min-width: 768px){
		.wg-custom-chat-wrapper {
	    left: unset;
	    right: 10px;

	}

	.wg-custom-chat-wrapper {
    background: #1D3461;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 0px;
    max-width: 300px;
    width: 100%;
    position: fixed;
    right: 10px;
    z-index: 99999;
    max-height: 540px;
    overflow: auto;
}

}
