/*
Theme Name: My Theme
Text Domain: mytheme
*/

.top-wrapper{

  top: 50%;
  left: 50%;

}

.top-wrapper a{
  display: block;
  padding:10px;

  font-size: 12px;
  text-decoration: none;
  color: #fff;
  border: 2px solid #ff8839;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
  background-color:#ff8839;
}

.top-wrapper a span{
  position: relative;
  z-index: 2;
}

.top-wrapper a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: all .35s;
}

.top-wrapper a:hover{
  color: #ff8839;
  border: 2px solid #ff8839;
}

.top-wrapper a:hover:after{
  width: 100%;
}

#wpforms-773 {


font-weight: 600;
  color: #8d5524 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), inset 0 0 40px rgba(0, 0, 0, .1);
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 23px 35px 32px;
  position: relative;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
	text-align: left;
  
  
}

#wpforms-773 .wpforms-submit { background:#07013b;}


#menu li.mega-menu-item div.custom-html-widget {
	font-size:10px;
	padding:5px;
}






div.div-move {
  width: 50px;
  position: relative;
  animation: mymove 4s infinite;

}

#div1 {animation-timing-function: linear;}
#div2 {animation-timing-function: ease;}
#div3 {animation-timing-function: ease-in;}
#div4 {animation-timing-function: ease-out;}
#div5 {animation-timing-function: ease-in-out;}
#div6 {animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);}
#div7 {animation-timing-function: ease;}

@keyframes mymove {
  from {left: 0px;}
  to {left: 600px;}
  50% {box-shadow: 10px 20px 30px #ffe0cb;}
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	/*color: #fff;*/
	font-weight: bold;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	border-color: #ff8839;
	/*color: #fff;*/
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	border-color: #ff8839;
	/*color: #fff;*/
}

@media (max-width: 767px) {
	.pricingMainBox {
		width: 100%;
		max-width: 100%;
	}
}
