/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */


@font-face {
    font-family: 'gothamlight';
    src: url('gotham_light_regular-webfont.woff2') format('woff2'),
         url('gotham_light_regular-webfont.woff') format('woff'),
         url('gotham_light_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

#et-secondary-menu {
	display: flex;
	gap: 3px;
}

body li.loginbtn {
	display: none !important;
}

.wa_login_shortcode form {
	padding: 0;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 0;
	border-image-slice: 1;
	transition: all .4s;
}

.wa_login_shortcode form:hover {
	opacity: 0.8;
}

.wa_login_shortcode form p {
	display: none;
}

.wa_login_shortcode form .button {
	padding: 11px 17px 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	letter-spacing: 1px;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	background: linear-gradient(to right,#f15d5a,#fdb94b,#71a98f,#195299,#51aad7,#894b90);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
