/*
 Theme Name:     Divi Child Theme 2020
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.login-btn a {
	padding: 10px !important;
    background: #006eff;
}

.left-button  .wp-block-button__link{
padding: 5px 20px;
}
.bg-color{
    background-image: linear-gradient(180deg,rgba(0,110,255,0.13) 0%,rgba(237,240,0,0) 55%)!important;
}

@media screen and (max-width: 767px) {
	div#et_mobile_nav_menu .login-btn a {
		padding: inherit;
    	background: transparent;
	}	
}
.vertical-align-text {
    display: flex;
    justify-content: center;
    align-items: center;
}