/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.buttonstyle{
		z-index: 9; 
		min-width: 220px; 
		max-width: 220px; 
		white-space: nowrap; 
		font-size: 14px; 
		line-height: 14px; 
		font-weight: 500; 
		color: #ffffff !important; 
		font-family: Trebuchet MS, Helvetica, Geneva, sans-serif; 
		background-color: #fff000; 
		border-color: #333333; 
		border-top-left-radius: 3px; 
		border-top-right-radius: 3px; 
		border-bottom-right-radius: 3px; 
		border-bottom-left-radius: 3px; 
		outline: none; box-shadow: #999999 0px 0px 0px 0px; 
		box-sizing: border-box; 
		cursor: pointer; 
		text-decoration: none; 
		visibility: inherit; 
		transition: none; 
		text-align: center;
		margin: 0px; 
		margin-bottom:15px;
		padding: 10px 30px; 
		letter-spacing: 0px; 
		min-height: 0px; 
		max-height: none; 
		opacity: 1; 
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
		transform-origin: 50% 50% 0px;
	}

.floating-bar {
	display: flex;
	background-color: #009fe1;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
	position: fixed;
		bottom: 25px!important;
		left: 25px;
		top:unset!important;
	width: 65px;
	height: 65px;
	border-radius: 100%;
	z-index: 80; /* hide behind footer at bottom of page */
/* display: none; //remove comment to hide on mobile */
	text-align: center;
	align-items: center;
    justify-content: center;
}
.floatcssspan{font-size:70%;  color:#fff; font-family: 'Open Sans', sans-serif; font-weight:800;}
.floatcssimg{ width:60%; object-fit: contain}
.floatcssa{border:none!important; display: flex;color: white;text-align: center;padding: 10px;text-decoration: none; align-items: center;
    justify-content: center;}
.floatcssalast{border-bottom: none; display: block;color: white;text-align: center;padding: 10px;text-decoration: none;}
.floatcssli{width: 100%;}
.floatcssul{table-layout:fixed; list-style-type: none;margin: 0;padding: 0;overflow: hidden; background-color: #009fe1;}
	.floating-bar .alignleft {
		float: none;
		margin-bottom: 7px;
		margin-right: 0;
	}
	.floating-bar .alignright {
		float: none;
		margin-left: 0;
	}
	.floating-bar .button {
		text-align: center;
		width: 100%;
	}


@media only screen and (max-width: 600px) {
    .chatbuttondiv{position:fixed;bottom:15px;right:15px;height:60px;width:60px;background:white;z-index:1000;border-radius:50%;}
	.chatbuttondiv img{width:35px;margin:0 auto;display:block;margin-top:13px}
}
@media only screen and (min-width: 600px) {
    .chatbuttondiv{position:fixed;bottom:20px;right:20px;height:60px;width:60px;background:white;z-index:1000;border-radius:50%;}
	.chatbuttondiv img{width:35px;margin:0 auto;display:block;margin-top:13px}
}



.floatcssul{
    background: #009fe1 !important;
}

.floating-bar {
	display: none!important;}
