<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 30px !important;
    transition: 0.5s;
}
/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 36px;
    cursor: pointer;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .et_pb_menu_0_tb_header.et_pb_menu ul li a {    color: #686868!important;}
	
}


div#logomenu {
    display: flex;
    align-items: center;
    gap:10px 20px;
}
.sideme span.et-pb-icon {
    font-size: 40px;
    line-height: 65px;
    color: #f47a32;
}
.et_pb_menu--with-logo.et_pb_menu--style-left_aligned {
    width: 100%;
}

div#logomenu {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    justify-content: end !important;
    margin: 0;
}
@media screen and (max-width: 760px) {
div#logomenu {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    justify-content: center !important;
    margin: 0;
}
	
}

@media only screen and (max-width: 767px){
ul#mobile_menu1 {
    position: absolute;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
}

}
</pre></body></html>