/*
Theme Name:     123 Net Child Theme
Description:    
Author:         Ihor Diachenko
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

@media screen and (max-width: 900px) {

.et_pb_text_18 {
    margin-left: 40px !important;
    margin-right: 40px!important;
}
}

#menu-sidebar-right ul{list-style: none; margin: 0; padding: 0; position: relative;}

#menu-sidebar-right ul:before {
     content: '';
    position: absolute;
    top: 12px;
    left: 4px;
    height: calc(100% - 24px);
    width: 1px;
    background: #b2b2b2;
}

#menu-sidebar-right ul li {
 margin-bottom: 2px;
}

#menu-sidebar-right ul li:last-child {
margin-bottom: 0;
}

#menu-sidebar-right ul li a {
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    color: #b2b2b2;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    padding-left: 18px;
position: relative;
}

#menu-sidebar-right ul li.bold a {
font-weight: 700;
}

#menu-sidebar-right ul li.current-menu-item a {
color: #30b457;
}

#menu-sidebar-right ul li a:before {
   content: '';
   width: 9px;
   height: 10px;
position: absolute;
top: 10px;
left: 0;
background: #b2b2b2;
-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#menu-sidebar-right ul li.current-menu-item a:before {
background: #30b457;
}

#menu-sidebar-right ul li a:hover {
   color: #aadaa9;
}

#menu-sidebar-right ul li a:hover:before {
background: #aadaa9;
}

#menu-sidebar-right .widgettitle {
  text-transform: uppercase;
  font-weight: 700;
}

#menu-sidebar-right .widget_nav_menu {
  margin-bottom: 40px;
}

#menu-sidebar-right .widget_nav_menu:last-child {
  margin-bottom: 0;
}