/*
Theme Name: Cinco Events Custom Theme
Theme URI: https://www.sketchcreative.co/
Description: Add some extra menu elements
Author: Sketch Creative
Author URI: https://www.sketchcreative.co/
Template: betheme
Version: 1.1.1
Tags: child theme
Text Domain: betheme-child
*/

#Action_bar .sk-menu-social,
#Header_creative .sk-menu-social {
    margin-bottom: 50px;
}

#Action_bar .sk-menu-vertical-text,
#Header_creative .sk-menu-vertical-text {
    margin-bottom: 30px !important;
    display: block !important;
}

#Action_bar .sk-menu-vertical-text div,
#Header_creative .sk-menu-vertical-text div {
    transform: rotate(-90deg);
    color: white;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    font-family: "Akira Expanded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

#Action_bar .sk-menu-vertical-line,
#Header_creative .sk-menu-vertical-line {
    text-align: center;
    margin-bottom: 10px !important;
    display: block !important;
}

#Action_bar .sk-menu-horz-line,
#Header_creative .sk-menu-horz-line {
    display: none !important;
}

#Action_bar .sk-menu-social>li,
#Header_creative .sk-menu-social>li {
    width: 100%;
}

#Action_bar .sk-menu-vertical-text {
    position: relative;
    top: -65px;
}

#Footer .sk-menu-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-right: 0 !important;
}

#Footer .sk-menu-vertical-line {
    display: none !important;
}

#Footer .sk-menu-horz-line {
    display: block;
    max-width: 60px !important;
    padding-left: 8px;
    padding-right: 8px;
}

#Footer .sk-menu-horz-line img {
    /* object-fit: contain;
    object-position: center; */
    width: 100%;
    height: auto;
    min-height: 24px;
    display: block;
}

#Footer .sk-menu-vertical-text {
    margin-right: 0 !important;
    text-align: right;
}

#Footer .sk-menu-vertical-text div {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Akira Expanded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}