/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */


*{
	margin:0px;
	padding:0px;
}

.outer-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
} .theme-btn {
  margin-left: 30px;
}.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  background: #D25127;
  overflow: hidden;
  min-width: 150px;
	  letter-spacing: 1px;
  border-radius: 35px 35px 35px 35px;
	text-align:center
}

.theme-btn span:not(.btn-title) {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 100%;
  border-radius: 50%;
  transform: translateY(150%);
  transition: all 500ms ease;
    transition-delay: 0s;
  background-color: #000;
  z-index: 0;
}.theme-btn span:nth-child(3) {
  left: 40%;
  transition-delay: 200ms;
}.theme-btn span:nth-child(4) {
  left: 60%;
  transition-delay: 300ms;
}.theme-btn span:nth-child(5) {
  left: 80%;
  transition-delay: 400ms;
}
.theme-btn:hover span {
  transform: translateY(0) scale(2);
	
}
.theme-btn:hover a{color:#fff!important;
}
.theme-btn span:nth-child(2) {
  left: 20%;
  transition-delay: 100ms;
}

.theme-btn.btn-style-one:hover .btn-title {
  color: #fff !important;
  position: relative;
  z-index: 9;
}