
/* Shortcode:Button
-------------------------------------------------------------------- */
button.helpme-button {
  outline: none;
  border: none;
  background: none;
  line-height: 100%;
}
.helpme-button {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  zoom: 1;
  font-weight: bold;
  font-size: 12px;
  -webkit-transform: translateZ(0);
  /* Corner Styles
	   ========================================================================== */
  /* Button Styles
	   ========================================================================== */
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}
.helpme-button[type=submit],
.helpme-button[type=button] {
  outline: none;
  border: none;
  font-weight: 600;
}
.helpme-button span {
  display: inline-block;
}
.helpme-button.full_rounded {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.helpme-button.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.helpme-button.pointed {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.helpme-button.nudge-button.rounded:after {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.helpme-button.nudge-button.full_rounded:after {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.helpme-button.three-dimension-button:active {
  top: 2px !important;
}
.helpme-button.outline-button {
  border-color: #444;
  border-style: solid;
  color: #fff;
}
.helpme-button.outline-button:hover {
  background-color: #444;
  color: #fff;
}
.helpme-button.outline-button.light {
  border-color: #fff;
  border-style: solid;
  color: #fff;
}
.helpme-button.outline-button.light:hover {
  background-color: #fff;
  color: #444;
}
.helpme-button.line-button:after,
.helpme-button.line-button:before {
  width: 2px;
  height: 100%;
  background: #444;
  position: absolute;
  top: 0;
  content: '';
}
.helpme-button.line-button:after {
  left: -3px;
  transition: all 0.2s ease-out;
}
.helpme-button.line-button:before {
  right: -3px;
  transition: all 0.2s ease-out;
}
.helpme-button.line-button:hover:after {
  left: 0;
}
.helpme-button.line-button:hover:before {
  right: 0;
}
.helpme-button.fill-button {
  position: relative;
  overflow: hidden;
}
.helpme-button.fill-button.rounded {
  overflow: auto !important;
}
.helpme-button.fill-button span {
  position: relative;
  /*&.fill-bg{
				width: 0; 
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 0;
				content: '';
				transition: all .3s ease;
			}*/
}
.helpme-button.fill-button:before {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  transition: width 0.25s ease-out;
}
.helpme-button.fill-button i {
  position: relative;
  z-index: 2;
}
.helpme-button.fill-button:hover:before {
  width: 100%;
}
.helpme-button.nudge-button:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  transition: width 0.25s ease-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -o-transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
  transition: all 0.4s cubic-bezier(0.16, 0.53, 0.15, 0.99) 0s;
}
.helpme-button.nudge-button:hover:after {
  -webkit-transform: translateX(4%);
  -moz-transform: translateX(4%);
  -ms-transform: translateX(4%);
  -o-transform: translateX(4%);
}
.helpme-button.radius-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.helpme-button.radius-button.xxlarge:hover {
  border-radius: 60px;
}
.helpme-button.radius-button.xlarge:hover {
  border-radius: 50px;
}
.helpme-button.radius-button.large:hover {
  border-radius: 40px;
}
.helpme-button.radius-button.medium:hover,
.helpme-button.radius-button.small:hover {
  border-radius: 30px;
}
.helpme-button.fancy_link-button {
  border-radius: 0;
  position: relative;
  text-align: left;
}
.helpme-button.fancy_link-button .line {
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  transition: all .3s ease;
  width: 0;
}
.helpme-button.fancy_link-button:before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.helpme-button.fancy_link-button:before {
  width: 100%;
}
.helpme-button.fancy_link-button i {
  margin-left: 0;
}
.helpme-button.fancy_link-button:before {
  opacity: .3;
}
.helpme-button.fancy_link-button.xxlarge {
  padding: 32px 0;
  line-height: 100%;
  font-size: 30px;
}
.helpme-button.fancy_link-button.xlarge {
  padding: 26px 0;
  line-height: 100%;
  font-size: 25px;
}
.helpme-button.fancy_link-button.large {
  padding: 22px 0;
  line-height: 100%;
  font-size: 20px;
}
.helpme-button.fancy_link-button.medium {
  padding: 16px 0;
  line-height: 100%;
  font-size: 15px;
}
.helpme-button.fancy_link-button.small {
  padding: 12px 0;
  line-height: 100%;
  font-size: 12px;
}
.helpme-button.fancy_link-button:hover:after {
  transition: all .5s ease;
}
.helpme-button i {
  margin: 0px 5px 0 -10px;
  vertical-align: middle;
  padding-right: 10px;
  line-height: 16px;
}
.helpme-button.xxlarge {
  padding: 22px 60px;
  line-height: 100%;
  font-size: 18px;
}
.helpme-button.xxlarge i {
  font-size: 16px;
}
.helpme-button.xlarge {
  padding: 24px 50px;
  line-height: 100%;
  font-size: 13px;
}
.helpme-button.xlarge i {
  font-size: 16px;
}
.helpme-button.large {
  padding: 16px 42px;
  line-height: 100%;
}
.helpme-button.large i {
  font-size: 16px;
}
.helpme-button.medium {
  padding: 16px 25px;
  line-height: 100%;
}
.helpme-button.medium i {
  font-size: 16px;
}
.helpme-button.small {
  padding: 12px 22px;
  line-height: 100%;
}
.helpme-button.small i {
  margin-top: -3px;
  font-size: 16px;
}
button.helpme-button::-moz-focus-inner {
  border: none;
}
.helpme-button-align {
  display: inline-block;
}
.helpme-button-align.right {
  float: right;
}
.helpme-button-align.center {
  display: block !important;
  text-align: center;
  margin-left:15px;
}
.helpme-button-align.center:first-child{
  
}
.helpme-button-align.center .helpme-button {
  margin-right: 0;
}
.helpme-button-align.left {
  text-align: left;
}
@media handheld, only screen and (max-width: 770px) {
  .helpme-button-align.left,
  .helpme-button-align.center,
  .helpme-button-align.right {
    width: 100%;
    text-align: center !important;
  }
}