/*
Theme Name: Zip Zap BLOGGING - Child Theme
Version: 1.0
Description: A child theme of Blogging By MyThemeShop
Template: mts_blogging
Text Domain: blogging
*/
@import url("../mts_blogging/style.css");
/*
  Daily Horoscope Star Sign Details from XML
*/
.star-sign-title {
  margin: 30px 0 0;
  text-align: center;
}
.star-sign-details {
  margin: 30px 0 60px;
  padding: 25px 30px;
  border: 1px solid #ececec;
  border-radius: 4px;
}
.wrapper-star-sign .pull-right {
  float: right !important;
}
.wrapper-star-sign .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-star-sign .btn-group {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wrapper-star-sign .btn-group > .btn:first-child {
  margin-left: 0;
}
.wrapper-star-sign .btn-group > .btn,
.wrapper-star-sign .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.wrapper-star-sign .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.wrapper-star-sign .btn .caret {
  margin-left: 0;
}
.wrapper-star-sign .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.wrapper-star-sign .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.wrapper-star-sign .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
