﻿
 .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;
  }

  .splash {
    margin-right: 0px;
    margin-bottom: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 48px;
    padding-left: 0px;
    margin-top:0px;
  }

  .splash .select2-business {
    max-width: 80%!important;
  }
  .body{
    background-color: #f4f4f4!important;
  }
}

.splash {
  display: block;
  margin: 96px auto auto;
  padding: 64px 96px;
  text-align: center;
  background-color: #f4f4f4;
}

.splash h3.select-business-text {
  font-size: 24px;
  font-weight: 400;
  margin: 48px auto;

}

.splash .select2-business {
  width: 60%;
}

.splash .last-visited {
  width: 60%;
  margin: 24px auto 0;
}

.splash .last-visited .visited-item {
  font-size: 22px;
  line-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  text-overflow: ellipsis;
  border-bottom: 1px solid white;
}

.splash .last-visited .visited-item:hover {
  color: #31B698;
}

@media screen and (min-width: 960px) {
  .splash {
    max-width: 960px;
  }
}

@media screen and (max-width: 767px) {
  .splash {
    margin-right: 0px;
margin-bottom: auto;
margin-left: 0px;
    padding-right: 0px;
padding-bottom: 120px;
padding-left: 0px;
margin-top:0px;
  }

  .splash img.logo {
    max-width: 50%;
  }

  .splash h3.select-business-text {
    font-size: 20px;
    font-weight: 300;
  }

   .splash .select2-business {
    max-width: 80%!important;
  }

  .splash .last-visited {
    width: 80%;
  }

  .splash .last-visited .visited-item {
    font-size: 18px;
    line-height: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .kriya-css body {
    background-color: #f4f4f4;
  }
}

.select2-selection__rendered {
  line-height: 41px !important;
  font-size: 20px !important;
  text-align: left !important;
}
.select2-container .select2-selection--single {
  height: 45px !important;
  border-color: #08B2A2;
  border-radius:8px;
}
.select2-selection__arrow {
  height: 44px !important;
}

@media screen and (max-width: 767px) {
  .select2-selection__rendered {
    line-height: 31px !important;
    font-size: 18px !important;
  }
  .select2-container .select2-selection--single {
    height: 35px !important;
  }
  .select2-selection__arrow {
    height: 34px !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #31B698 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color:  transparent transparent #31B698 transparent;
}

.kcolor {
  color: #31B698;
}
.select2-width{
  width:400px!important;
}
.widget-studio-website{
  overflow: hidden;
white-space: nowrap;
text-overflow:ellipsis;
}
@media screen and (max-width: 365px) {


  .splash .select2-business {
    max-width: 80%!important;
}
.kriya-css body {
    background-color: #f4f4f4!important;
  }

}