.main-logo {
    margin-left: 100px;
    display: inline-block;
}

/*Arrow to go up*/
.scroll-top-wrapper {
    position: fixed;
    right: 30px;
    bottom: 80px;
    background-color: #fa9f00;
    color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    /*opacity: 0.5;*/
    z-index: 100;
    display: none;
}

header .navbar-default {
    background: none;
    border: none;
    margin: 0;
    z-index: 11;
    /*background-color: rgba(255, 255, 255, 0.7);*/
}

/*End nav menu Order Online*/
@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 991px) and (min-width: 769px) {
}

@media screen and (max-width: 991px) {
    .text-about-us, .contact-form-text {
        top: 40px !important;
    }

    .contact-form-text {
        left: 15px;
    }
}

header .menu-bg-on-scroll {
    /*background-color: rgba(255, 255, 255, 0.8);*/
}

nav.affix {
    /*position: fixed;*/
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    /*--webkit-box-shadow: 0 8px 23px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 8px 23px 0 rgba(0,0,0,0.75);
    box-shadow: 0 8px 23px 0 rgba(0,0,0,0.75);*/
}

.navbar-toggle {

    z-index: 999;
}

.navbar-default .navbar-nav > .active > a {
    color: purple !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #DE8932;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #fff;
}

.current-menu-parent a {
    color: #FFF !important;
}

.current-menu-parent a:hover {
    color: #FFF !important;
}

/*Responsive*/
/*@media (min-width: 1000px) and (max-width:1200px)
{
    #menu-main
    {
        float: left !important;
        margin: 0 0 0 150px !important;
    }
}*/
/*Desktop Layout Sizes (Can range from 960-1140 depending on your layout.)*/
@media only screen and (min-width: 1025px) {
    .menu-item a {
        font-size: 0.9em;
    }

    #menu-main {
        float: left !important;
        margin: 0 0 0 380px;
        transition: 0.5s;
    }
}

/*Tablet (Landscape)*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #menu-main {
        margin: 50px 0 0 20px !important;
    }
}

/*Tablet (Portrait)*/
@media only screen and (min-width: 581px) and (max-width: 768px) {
    #footer-column-2 {
        display: block;
    }

    #menu-main {
        margin: 50px 0 0 20px !important;
    }
}

/*Phone (Landscape)*/
@media only screen and (min-width: 321px) and (max-width: 580px) {
    /*.menu-item a
    {
        font-size: 15pt;
    }*/
    #menu-main {
        margin: 50px 0 0 20px !important;
        height: 560px;
    }

    #nav-order-online {
        top: inherit;
        bottom: 50px;
        left: 25px;
    }
}

/*Typical Phone (Portrait)*/
@media only screen and (max-width: 320px) {
    /*.menu-item a
    {
        font-size: 15pt;
    }*/
    #menu-main {
        margin: 50px 0 0 20px !important;
        height: 560px;
    }

    #nav-order-online {
        top: inherit;
        bottom: 50px;
        left: 25px;
    }

    .nav-order-online {
        font-size: 0.9em !important;
    }
}

.dropdown-menu {
    width: 100%;
    margin: 2px 0 0 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    /*background: transparent!important;*/
}

.navbar-nav > li > .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    box-shadow: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #fdcf4e;
    color: black !important;
    text-decoration: none;
}

.dropdown-menu > li > a {
    clear: both;
    color: #ccc;
    display: block;
    font-size: 0.9em !important;
    padding: 3px 20px;
    white-space: nowrap;
}

/*Background to selected parent*/
.current-menu-parent > a {
    color: #DE8932 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    /*background-color: #FFF;*/
}

dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fed24d;
    color: #000 !important;
}

.dropdown-menu > .active > a::after {
    content: "\f0f5";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: right;
    position: relative;
    /*top: -18px;*/
}

.dropdown-menu > a {
    border-top: 1px solid #fff !important;
}

#wrapper.toggled, .toggled header .navbar-default {
    margin-right: 280px;
    margin-left: -280px;
    transition: all 0.5s
}

#wrapper.toggled #sidebar-wrapper {
    width: 280px;
    right: 220px;
    position: absolute;
    /*left: 0;*/
}

#wrapper.toggled #page-content-wrapper {
    margin-left: 78%;
    position: absolute;
}

#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #393939;
    height: 100%;
    margin-left: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
    right: 0;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#page-content-wrapper {
    padding-top: 70px;
    width: 100%;
}

.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 220px;
}

.sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
}

.sidebar-nav li:before {
    -moz-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    -webkit-transition: width 0.2s ease-in;
    background-color: #1c1c1c;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 3px;
    z-index: -1;
}

.sidebar-nav li:first-child a {
    background-color: #1a1a1a;
    color: #ffffff;
}

.sidebar-nav li:nth-child(2):before {
    background-color: #52418a;
}

.sidebar-nav li:nth-child(3):before {
    background-color: #5c499c;
}

.sidebar-nav li:nth-child(4):before {
    background-color: #6651ad;
}

.sidebar-nav li:nth-child(5):before {
    background-color: #7562b5;
}

.sidebar-nav li:nth-child(6):before {
    background-color: #8473be;
}

.sidebar-nav li:nth-child(7):before {
    background-color: #9485c6;
}

.sidebar-nav li:nth-child(8):before {
    background-color: #a396ce;
}

.sidebar-nav li:nth-child(9):before {
    background-color: #b2a7d6;
}

.sidebar-nav li:hover:before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}

.sidebar-nav li a {
    color: #dddddd;
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
}

.sidebar-nav li.open:hover before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}

.sidebar-nav .dropdown-menu {
    background-color: #222222;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    font-size: 1.429em;
    height: 65px;
    line-height: 44px;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #DE8932;
    color: #000 !important;
}

#sidebar-wrapper .dropdown-menu > li > a {
    color: #fed24d !important;
}

/*.navbar-nav > li:last-child a:hover
{
    background-color: #FFF!important;
    color: #DE8932!important;
}*/
@media (min-width: 1200px) {
    .hamburger {
        display: none;
    }
}

.opened {
    background-position: 0 28px;
}

.navbar-default .navbar-nav > li > a:focus {
    /* background-color: #DE8932 !important;*/
    color: #fff
}

#sidebar-wrapper .dropdown-menu > li > a:hover {
    background-color: #fdcf4e;
    color: black !important;
}

/*Accebility logo*/

#wp_access_helper_container button.aicon_link {
    opacity: 0.6;
}

#wp_access_helper_container button.aicon_link:hover {
    opacity: 1;
}

/*Nuevos Estilos*/

/*Change desktop menu font*/
@media only screen and (max-width: 1270px) {
    ul#menu-main-menu li a {
        font-size: 0.9em;
    }

    .menu-item a {
        padding: 22px 20px 22px 20px !important;
    }
}

@media only screen and (max-width: 1164px) {
    .menu-item a {
        padding: 20px 15px 20px 15px !important;
    }
}

@media only screen and (max-width: 1164px) {
    .menu-item a {
        padding: 20px 10px 20px 10px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .menu-item a {
        padding: 40px 20px 20px 20px !important;
    }
}

@media only screen and (max-width: 855px) {
    ul#menu-main-menu li a {
        font-size: 0.9em;
    }

    .menu-item a {
        padding: 40px 20px 20px 20px !important;
    }

}

@media only screen and (max-width: 800px) {
    ul#menu-main-menu li a {
        font-size: 0.9em;
    }

    .menu-item a {
        padding: 20px 6px 20px 6px !important;
    }

    #mobile-menu {
        padding: 0 0 0 40px;
        width: 100%;
    }

    #mobile-menu ul#menu-main-menu {
        margin-right: 0;
    }

}

.navbar-header {
    display: inline-block;
    float: right;
}

.main-logo a {
    text-decoration: none;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 1.8em;
}

.container-header-right-side {
    display: inline-block;
    text-align: right;
    width: 80%;
}

.header_right_side {
    width: fit-content;
    float: right;
    padding: 3vw 5vw 0 0;
}

ul#menu-main-menu li a {
    font-family: josefin-sans-bold, sans-serif;
    color: #32A0B2;
    font-size: 1.2em;
}

.menu-main-menu-container {
    margin-left: 100px;
    position:relative;
}

ul#menu-main-menu li {
    margin-right: 40px;
}

ul#menu-main-menu li:last-child, ul#menu-main-menu li:nth-child(5) {
    border: none;
}
ul#menu-main-menu .current-menu-item
{
    border-bottom: 2px solid #32A0B2;
}
ul#menu-main-menu li:last-child a, ul#menu-main-menu li:nth-child(5) a  {
    background-color: #9AD0D8;
    border: none;
    color: #FFF;
    padding: 14px 10px 10px 10px !important;
    line-height: 1.2rem;
}
.navbar-collapse
{
    margin-top:-50px
}
.menu-item a {
    padding: 10px 0 !important;
}

#mobile-menu {
    /*float: right;*/
    padding: 0 0 0 100px;
}



.navbar-nav > li {
    float: none !important;
}

.navbar {
    padding: 0;
    width: 100%;
}

.navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}

.top-nav-bar {
    background-color: transparent;
    background-image: url("https://87a966.claudeassets.com/20210925143724im_/http://www.akrotiritaverna.com/wp-content/themes/akrotiri/images/header.png");
    height: auto;
    min-height:15vw ;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
/*.menu-main-menu-container:after
    {
            content: '';
            position: absolute;
            top: -3vw;
            right: -7vw;
            background-image: url(https://f19b48.claudeassets.com/20210925143724im_/http://www.akrotiritaverna.com/wp-content/themes/akrotiri/images/Akrotiri_ChoppedBadge.png);
            width: 113px;
            height: 112px;
            background-size: 100%;
            background-repeat: no-repeat;
    }*/
/*
     FILE ARCHIVED ON 12:35:24 Oct 05, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:40:56 Aug 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.642
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.055
  esindex: 0.011
  cdx.remote: 5.504
  LoadShardBlock: 116.22 (3)
  PetaboxLoader3.datanode: 280.712 (5)
  PetaboxLoader3.resolve: 420.031 (4)
  load_resource: 660.566 (2)
*/