/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Sister company floating widget */
.sister-float-wrap{
  position: fixed;
  right: 0px;
  top: 45%;
  transform: translateY(-50%);
  z-index: 999999;
  border-left: 2px solid #323231;
  border-top: 2px solid #323231;
  border-bottom: 2px solid #323231;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sister-float{
  display: flex;
  flex-direction: column;
  padding: 0px 6px 0px 6px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  text-decoration: none;
  min-width: 180px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sister-title{ 
	opacity: 1;
	border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}
.sister-title img{
	width:200px;
}
.sister-name{ 
	font-size: 13px; 
	font-weight: 700;
	text-align: center;
/* 	padding-bottom: 4px;
	border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-bottom-left-radius: 2px; */
	color: #000;
}

/* Mobile styling */
@media (max-width: 767px){

  .sister-float-wrap{
    right: 0px;
    top: 60%;
    transform: translateY(-50%);
  }
	
	.sister-title img{ 
		max-width: 90px; 
	}

  .sister-float{
    min-width: 100px;
    padding: 0px 6px 6px 6px;
  }

  .sister-title{
    font-size: 10px;
/* 	padding-left: 4px;
    padding-right: 4px;
	border-left: 1px solid #fff;
    border-top: 1px solid #fff; */
  }

  .sister-name{
    font-size: 10px;
	line-height: 1em;
/* 	padding-left: 4px;
    padding-right: 4px;
	border-left: 1px solid #fff;
    border-bottom: 1px solid #fff; */
  }

}
