/*
Theme Name: Webamplo
Template: Divi
*/

/****************Fade In on Load****************/
body {
animation: fadeIn ease 2s;
-webkit-animation: fadeIn ease 2s;
-moz-animation: fadeIn ease 2s;
-o-animation: fadeIn ease 2s;
-ms-animation: fadeIn ease 2s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

/****************Fade In on Load END****************/



/****************GLOBALS START****************/
.wmplo-overlay:before{
	content: "";
   display: block;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
       background-color: rgb(0 0 0 / 36%);

}
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 
.wmplo-shadow img {
       box-shadow: 0 8px 60px 0 rgb(22 34 62 / 27%), 0 12px 30px 0 rgb(178 82 0 / 7%);
    border-radius: 5px;
    border: 2px solid #ffffff;
}

/*
.WMPLO-navigation-v1 .et_pb_menu__menu>nav>ul>li>ul {
    top: calc(100% + 5px);
}
/*BUTTONS START*/
.et_pb_button {
  display: inline-block;
background: linear-gradient(to right,#740e21a6 50%,#740e21 50%)!important;
  background-size: 200% 100%!important;
  background-position: right bottom!important;
  transition: all .5s ease-out!important;
    border-radius: 4px!important;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 0%);
    color: #ffffff;
	font-size: 17px;
}
.et_pb_button:hover {
  background-position: left bottom!important;
}

.btn-2.et_pb_button {
  display: inline-block;
    background: linear-gradient(to right,#ffffffcc 50%,#ffffff 50%)!important;
    background-size: 200% 100%!important;
    background-position: right bottom!important;
    transition: all .5s ease-out!important;
    border-radius: 4px!important;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 0%);
    color: #000000!important;
}
.btn-2.et_pb_button:hover {
  background-position: left bottom!important;
}
/*BUTTONS END*/
/****************GLOBALS END****************/


