/*button*/
.sppb-btn-default {
            background-image: linear-gradient(to right, #AA076B 0%, #2b2773  51%, #AA076B  100%);
            margin: 10px;
            padding: 15px 20px;
            text-align: center;
            transition: 0.5s;
            background-size: 200% auto;
            color: white!important;
            font-weight:normal;
            box-shadow: 0 0 20px #eee;
            border-radius: 50px;
            text-transform: uppercase;
}

.sppb-btn-default:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
}



button#bfSubmitButton{
            background-image: linear-gradient(to right, #AA076B 0%, #2b2773  51%, #AA076B  100%);
            margin: 10px;
            padding: 15px 20px;
            text-align: center;
            transition: 0.5s;
            background-size: 200% auto;
            color: white!important;
            font-weight:normal;
            box-shadow: 0 0 20px #eee;
            border-radius: 50px;
            text-transform: uppercase;
}

button#bfSubmitButton:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
}

.gm-style-iw-d input.button{
            background-image: linear-gradient(to right, #AA076B 0%, #2b2773  51%, #AA076B  100%);
            margin: 10px;
            padding: 15px 20px;
            text-align: center;
            transition: 0.5s;
            background-size: 200% auto;
            color: white!important;
            font-weight:normal;
            box-shadow: 0 0 20px #eee;
            border-radius: 50px;
            text-transform: uppercase;
			outline: none;border: none;

}

.gm-style-iw-d input.button:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
}


.videoslide-btn {
            background-image: linear-gradient(to right, #AA076B 0%, #2b2773  51%, #AA076B  100%);
            margin: 10px;
            padding: 15px 20px!important;
            text-align: center;
            transition: 0.5s;
            background-size: 200% auto;
            color: white!important;
            font-weight:normal;
            box-shadow: 0 0 20px #eee;
            border-radius: 50px;
            text-transform: uppercase;
}

.videoslide-btn:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
}