@charset "UTF-8";

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.zdo_drawer_menu * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-size: 16px;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none;
    color: #fff;
}
.zdo_drawer_menu input {
    color: #333;
}

.zdo_drawer_menu a {
    color: inherit;
    text-decoration: none;
    color: #fff;
}

.zdo_drawer_menu a:visited {
    color: inherit;
}

.zdo_drawer_menu .zdo_drawer_bg {

    z-index: 999;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
    top: 0;
    left: 0;
}

.zdo_drawer_menu .zdo_drawer_button {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: 35px;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1001;
    text-align: center;
    outline: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
    width: 30px;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
    transform: rotate(43deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
    transform: rotate(-43deg);
}

.zdo_drawer_menu .zdo_drawer_bar {
    display: block;
    height: 2px;
    margin: 0 0 8px;
    transition: all 0.2s;
    transform-origin: 0 0;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 312px;
    height: 100%;
    transition: all 0.2s;
    transform: translate(-312px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 1000;
    background-color: #FFF;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0);
    background-color: #044655;
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
    padding: 10px 10px;
}

.zdo_drawer_menu .zdo_drawer_nav2 {
    padding: 0 10px;
    margin-top: 10px;
}

.zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

.zdo_drawer_menu .zdo_drawer_nav2 li {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
    padding: 15px 10px;
}

.zdo_drawer_menu .zdo_drawer_nav li.menu_border {
    padding: 0 0 15px;
    border-bottom: solid 1px #042c36;
    -webkit-box-shadow: 0px 1px 0px #076378;
    -moz-box-shadow: 0px 1px 0px #076378;
    box-shadow: 0px 1px 0px #076378;
}

.zdo_drawer_menu .zdo_drawer_nav2 li.menu_border {
    border-bottom: solid 1px #005164;
    -webkit-box-shadow: 0px 1px 0px #5f8c97;
    -moz-box-shadow: 0px 1px 0px #5f8c97;
    box-shadow: 0px 1px 0px #5f8c97;
}

.zdo_drawer_menu .zdo_drawer_nav2 li.menu_title a{
    color: #000 !important;
}

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
    color: #276490;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
    background-color: #276490;
}

.zdo_drawer_button.active .zdo_drawer_bar {
    background-color: #fff;
}

#accordion_menu a {
    display: block;
    padding: 0;
    position: relative;
}

#accordion_menu a::after {
    /*content: "";*/
    /*display: block;*/
    /*width: 8px;*/
    /*height: 8px;*/
    /*border-top: #fff 1px solid;*/
    /*border-right: #fff 1px solid;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
}

#accordion_menu a.nav2 {
    font-size: 13px;
}

#accordion_menu a.nav2::after {
    display: none;
}

#accordion_menu a[aria-expanded=false]::after {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    transition-duration: 0.3s;
}

#accordion_menu a[aria-expanded=true]::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition-duration: 0.3s;
}
