/*---- Styled by Jesse Scott - March 20th, 2017 ----*/

@import url(https://fonts.googleapis.com/css?family=Lato|Maven+Pro);

/* -- 
font-family: 'Maven Pro', serif;
font-family: 'Lato', sans-serif;
-- */



/* -- Body -- */
.body_wrapper {
    background-color: rgba(0,0,0,0.6);
}


/* -- Header -- */
.header {
    height: 80px !important;
    background-image: url(/images/clear-texture.png?1);
    background-color: transparent;
    border: none;
    box-shadow: none;
    transition: all 0.5s;
}
.header a {
    color: #fff;
    transition: all 0.5s;
}
.header a:hover {
    text-decoration: none !important;
    color: #8ab351 !important;
}
.header .header_logo {
    background-size: 100%;
    width: 160px !important;
    height: 130px !important;
    top: -8px;
    transition: all 0.5s;
}
.header .header_info {
    font-family: 'Lato', sans-serif;
    position: absolute;
    top: -20px;
    right: 0;
    text-shadow: none;
    transition: all 0.5s;
}
.header .header_info .name, 
.header .header_info .address,
.header .header_info .phone,
.header .header_info .lang:before {
    display: none !important;
}




/* -- Nav -- */
.nav {
    margin-top: 25px;
    height: 30px !important;
    padding: 5px 0;
    background-color: #2e2e2e;
    transition: all 0.5s;
}
.nav .list_pages {
    font-family: 'Maven Pro', serif;
    text-transform: uppercase;
    text-shadow: none;
    text-align: right;
    padding-right: 15px;
}
.nav .list_pages .item_page {
    margin-left: 20px;
}
.nav .list_pages .item_page .link:hover, 
.nav .list_pages .item_page:hover .link, 
.nav .list_pages .active .link {
    text-decoration: none;
    color: #8ab351;
}


/* -- Header : Scrolled -- */
.scrolled .header {
    /*
    background: #2e2e2e; 
    background: -moz-linear-gradient(top,  #2e2e2e 0%, #3e3e3e 50%, #2e2e2e 100%); 
    background: -webkit-linear-gradient(top,  #2e2e2e 0%,#3e3e3e 50%,#2e2e2e 100%); 
    background: linear-gradient(to bottom,  #2e2e2e 0%,#3e3e3e 50%,#2e2e2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#2e2e2e',GradientType=0 ); */
    background-image: url(/images/texture.jpg?1);
    background-size: contain;
}
.scrolled .header .header_logo {
    width: 100px !important;
    height: 80px !important;
    top: -5px;
}
.scrolled .nav {
    margin-top: -20px;
    background-color: transparent;
}



/* --  Content  -- */
.content {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #fff;
}
.content a {
    color: #fff;
    transition: all 0.5s;
}
.content a:hover {
    color: #8ab351;
}
.content h2  {
    font-family: 'Maven Pro', serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
}
.content hr {
    border-style: solid;
    border-color: #8ab351;
}


.content .highlight_block {
    border: none;
    background-color: transparent;
}
.content .body_sublinks {
    display: none !important;
}



/* -- Page  -- */
.page {
    border: none;
}
.page .page_wrapper {
    min-height: 50px;
}
.page .page_content {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    background-color: transparent;
    background-image: none;
    text-align: center;
}

.page .page_banner {
    border: none;
}




/*-- Page : Menu --*/
.content .menus_list {
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.content .menus_list .list_item .item_link:hover, 
.content .menus_list .list_item .active_link {
    text-decoration: none;
}

.content .menus_content {
    border-radius: 0;
    border-top: none;
    padding: 0;
}
.content .menus_content .menu_name {
    float: none;
    text-align: left;
    font-size: 32px;
    font-weight: 100;
}
.content .menus_content .text_content {
    margin-bottom: 20px;
}
.content .menus_content .menu_top {
    border: none;
}
.content .menu_section {
    margin-bottom: 30px;
}
.content .menu_section h4.section_name {
    font-size: 28px;
    font-family: 'Maven Pro', serif;
    border-bottom: 2px #fff solid;
}
.content .menu_section .menu_item {
    min-height: 70px;
    border-bottom: none;
}
.content .menu_section .menu_item h4.item_name {
    font-family: 'Maven Pro', serif;
    font-size: 24px;
    float: left;
    margin: 0;
}
.content .menu_section .menu_item .item_desc {
    font-size: 18px;
    line-height: 22px;
    margin-top: 40px;
    color: #ccc;
    text-shadow: 1px 1px #000;
}
.content .menu_section .menu_item td.price {
    font-family: 'Maven Pro', serif;
    font-size: 24px;
}



/*-- Page : Contact --*/
.content .block_contact_address {
    padding: 0;
}
.content .block_contact_address .social_glyphs  {
    display: none !important;
}


/* -- Footer -- */
.footer {
    font-family: 'Lato', sans-serif;
    border: none;  
    
    background: #2e2e2e; /* Old browsers */
    background: -moz-linear-gradient(top,  #2e2e2e 0%, #3e3e3e 50%, #2e2e2e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2e2e2e 0%,#3e3e3e 50%,#2e2e2e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2e2e2e 0%,#3e3e3e 50%,#2e2e2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */
}

.footer .footer_info .footer_column_logo .logo_image {
    width: 250px;
    height: 130px;
}