﻿
 .headerhostedwidget {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 25px 0px 25px 0;
  background-color: transparent;
  text-align:center;
}

/* Style the header links */
.headerhostedwidget h1 {
  color: #545454;
  text-align: center;
  padding: 0px;
  text-decoration: none;
  font-size: 25px;
  line-height: 25px;
  border-radius: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* Change the background color on mouse-over */
.headerhostedwidget a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active/current link*/
.headerhostedwidget a.active {
  background-color: blue;
  color: white;
}

/* Float the link section to the right */
.headerhostedwidget-right {
  float: right;
}

.footerhostedwidget {
	text-align: center;
  margin-top: 20px;
	text-transform: capitalize;
  margin-bottom: 20px;
	}
	
.footerhostedwidget .share{
	padding: 10px;
	text-decoration:none;
}	

.footerhostedwidget p {
  margin-bottom: 0px;
}

.address p {
    margin-bottom: 0;
    font-size: 16px;
    color: #545454;
}

.address .businessname p {
  text-transform: lowercase;
}

.kriya-css .footerhostedwidget p {
  margin-bottom: 0;
}

.address h5 {
  margin-top: 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #545454;
}

.footerhostedwidget {
  text-align: center;
  text-transform: capitalize;
  padding: 15px 0;
}

.footerhostedwidget .signaturekriya {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  align-items: center;
  text-align: center;
  color: #626262;
  opacity: 0.5;
  text-transform: none;
  margin-top: 8px;
  padding-bottom: 10px;
}

.footerhostedwidget .signaturekriya small {
  font-size: 11px;
  margin-bottom: 5px;
  display: block;
}

.footerhostedwidget .signaturekriya img{
	border-width: 0;
}

.profile-dropdown-toggle{
	margin-right: 6px;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */ 
@media screen and (max-width: 500px) {
  .headerhostedwidget a {
    float: none;
    display: block;
    text-align: left;
  }
  .headerhostedwidget-right {
    float: none;
  }
  span.showLabel {
    font-size: 12px !important;
}
}
.widget-studio-website{
  overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
}