.mapplic-zoom-buttons {
    box-shadow: 0 0 12px rgba(0,0,0,.06);
    margin: 12px;
    position: absolute;
    right: 0;
    display: none !important;
    bottom: 0;
}

.qodef-ps-full-width-custom-layout .qodef-ps-navigation {
    padding: 0 40px;
    display: none;
}

.qodef-header-vertical-sliding .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder {
    background-color: transparent;
    display: table;
    height: 0;
    width: 35%;
    padding-top: 300px;
}

.qodef-header-vertical-sliding .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder .qodef-vertical-menu-holder-nav-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 0;
    background-color: rgba(0, 0, 0, 0.8);
}

nav.qodef-fullscreen-menu ul {
    position: relative;
    list-style: none;
    padding: 0 0%;
    margin: 0;
    background-color: transparent;
}

.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}

.qodef-social-icon-widget-holder .qodef-social-icon-widget {
    display: inline-block;
    color: inherit;
    line-height: 2em;
    font-size: 16px !important;
    font-style: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    width: 2.2em;
    height: 2.2em;
    border-radius: 50%;
    background: 0 0;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    transition: background .2s ease-out;
    color: #373d42;
    margin-bottom: 0px;
}

#qodef-back-to-top>span:after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #00abbd;
    left: -5px;
    width: calc(100% + 10px);
    height: 11px;
    z-index: -1;
    -webkit-transition: all .3s cubic-bezier(.075,.82,.165,1);
    -moz-transition: all .3s cubic-bezier(.075,.82,.165,1);
    transition: all .3s cubic-bezier(.075,.82,.165,1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}

.qodef-btn.qodef-btn-simple .qodef-btn-text:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 11px;
    background-color: #00abbd;
    left: -5px;
    width: calc(100% + 10px);
    z-index: -1;
    -webkit-transition: all .3s cubic-bezier(.075,.82,.165,1);
    -moz-transition: all .3s cubic-bezier(.075,.82,.165,1);
    transition: all .3s cubic-bezier(.075,.82,.165,1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}

.qodef-header-vertical-sliding .qodef-vertical-menu-nav-holder-outer .qodef-vertical-menu-nav-holder nav.qodef-fullscreen-menu {
    padding: 0px 0% 0 32.5%;
}

nav.qodef-fullscreen-menu>ul>li>a {
    font-size: 18px;
    font-weight: 300;
    margin: 5px 0;
    line-height: 16px;
    color: #fff; 
}

nav.qodef-fullscreen-menu ul li {
    margin: 0;
    padding: 0px 0px 0px 10px;
    text-align: left;
    border: solid 0.2pt white;
}

.qodef-ps-navigation {
    position: relative;
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 60px 0 0;
    clear: both;
    box-sizing: border-box;
    display: none;
}

.qodef-header-vertical-sliding .qodef-vertical-area-widget-holder .qodef-social-icon-widget-holder {
    display: block;
    text-align: center;
    padding: 0px 0;
}

.qodef-header-vertical-sliding .qodef-vertical-area-widget-holder {
    width: 100%;
    z-index: 100;
    position: absolute;
    bottom: 30px;
    left: 0;
}

h2 a{
    color: inherit;
    font-family: D-din !important;
    font-size: 30px !important;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
}

.qodef-blog-holder article .qodef-post-info-top {
    margin-bottom: 4px;
    display: none;
}

.qodef-logo-wrapper a img {
    width: 260px !important;
    height: auto !important;
}

.qodef-main-menu>ul>li>a {
    padding: 0px 10px !important;
    line-height: 20px !important;
}




