/*
 Theme Name:   MG Live
 Theme URI:    https://mg.live/
 Description:  Child Theme for Divi
 Author:       Rici Alexander
 Author URI:   https://mg.live/
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


hr { margin-bottom: 10px;
	 margin-top: 0px;
}


/*****Upload custom font*****/

html .et-db .et-core-modal-overlay.et-fb-font-upload-overlay {
z-index: 0!important;
}


/*****Client Login Password Protected*****/

.et_password_protected_form {
    min-height: initial;
    padding: 100px;
    max-width: 700px;
    margin: auto;
}
 
.et_password_protected_form .et_submit_button {
    background: #ff7868;
    color: white!important;
    border: 2px solid #ff7868;
}
 
.et_password_protected_form .et_submit_button:hover {
    background: #ff7868;
    color: #ffffff!important;
    border: 2px solid #ff7868;
}
 
@media (max-width: 479px) {
.et_password_protected_form {
    padding: 40px;
}
}



/*****Scrolling Text*****/


.marquee {
    position: relative;
    display: flex;
    animation: moveLeft 14s linear infinite !important;
}


.track {
    white-space: nowrap;
    min-width: 100%;
    padding-top: .1em;
	text-align: center;
	overflow: clip;
}
 
.track a{
	color: inherit;
    text-decoration: none;
	animation: text 10s infinite linear;
	position:relative;
}


 
@keyframes text{
0%{
left: 0%;
}
25%{
left:-10%;
}
50%{
left:-20%;
}
75%{
left:-30%;
}
100%{
left:-40%;
}
}


/*****2 Column Footer*****/


@media all and (max-width: 767px) {
    html .et-db .two-col-mob .et_pb_column {
        width:47.25% !important;
    }
    
html .et-db .two-col-mob .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }
    html .et-db .two-col-mob .et_pb_column:not(:nth-child(2n)) {
            margin-right:5.5% !important;
    }
}




/* Increase dropdown menu width */
     .nav li ul {
         width: 300px !important; /* Adjust the width value as needed */
     }
     .nav li li ul {
         left: 300px !important; /* Ensure dropdown aligns with parent */
     }
     /* Increase width of menu links within the dropdown */
     #top-menu li li a {
         width: 280px; /* Adjust to be slightly less than the dropdown width */
     }





