.et-social-icons .svg-icon{
    fill: white;
}
.mobile_menu_bar_toggle .svg-icon{
    fill: #b7441d;
    cursor: pointer;
}

nav .svg-icon {
    fill: rgba(0, 0, 0, 0.6);
    vertical-align: middle;
}

/*Shows last menu item drop down within the page*/
.last-menu ul {
    right: 0px !important;
}


/* Button - With Icon */
.et_pb_button svg {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    fill: white;
    top: 50%;
    transform: translateY(-50%);
}

.et_pb_button:hover svg,
.et_pb_more_button:hover svg {
	margin-left: 0;
	opacity: 1;
}

.et_pb_button[data-icon="k"]::before{
    display: none !important;
}
.et_pb_button[data-icon="k"] svg{
    margin-left: -2em;
    transform: translateY(-50%) scaleX(-1);
}

.et_pb_button[data-icon="j"] svg{
    transform: translateY(-50%) scaleX(-1);
}
.et_pb_button.et_pb_bg_layout_light svg{
    fill: black;
}
.home .et_pb_button.et_pb_bg_layout_light svg{
    fill: white;
}