/*  Global  */
.top_wrapper, 
.nav_wrapper {
    max-width: 100%;
}

/* SingleApp Text */
.content_editor p:not([class]),
.content_editor h2,
.content_editor strong,
.content_editor b,
.content_editor a,
.content_editor span,
.content_editor div,
.content.view_print * {
    color: #000 !important;
}

/* End of SingleApp Content */



/*  Header  */
.header {
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    transition: all 0.5s;
}
.scrolled .header {
    background-color: #fff;
}
.header .header_info .name, 
.header .header_info .address, 
.header .header_info .phone, 
.header .header_info .social:before {
    display: none !important;
}
.header .header_info .social {
    position: absolute;
    right: 250px;
    top: 5px;
}
.header .header_info .social_glyphs .social_icon .icon_span {
    font-size: 32px;
}
.scrolled .header .header_info .social_glyphs .social_icon {
    color: #231f20;
}
.header .header_logo {
    background-size: 100%;
    width: 170px;
    transition: all 0.5s;
}
.scrolled .header .header_logo {
    width: 80px;
    margin-left: 5px;
}
.website .header .action_button {
    right: 10px;
    width: 220px;
}



/*  Nav  */
.nav .list_pages {
}
.nav .list_pages .item_page {
    margin-left: 30px;
}
.nav .list_pages .item_page .link {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    transition: all 0.5s;
}
.scrolled .nav .list_pages .item_page .link {
    color: #231f20;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.nav .list_pages .item_page .link:hover,
.nav .list_pages .item_page:hover .link,
.nav .list_pages .active .link {
    text-decoration: none;
}
.scrolled .nav .list_pages .item_page .link:hover,
.scrolled .nav .list_pages .item_page:hover .link,
.scrolled .nav .list_pages .active .link {
    color: #1c72ee  !important;
}


/*  Content  */
.content {
    padding: 0 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #292b2c;
}
.content h2 {
 /*  background-image: url(/images/backdrop.png);
    background-size: contain;
    background-repeat: repeat-x;*/
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #172376;
    text-align: center;
    padding: 5px;
}
.content h2.home,
.content h2.details,
.content h2.hours {
    width: 350px;
}
.content hr {
    border-width: 2px;
    border-style: solid;
    border-color: #292b2c;
}
.content .body_block {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 25px;
}
.content .image_border {
    border-color: #303a80;
}
.content .highlight_block {
    background-color: transparent;
    border: none;
}
.content .body_sublinks {
    display: none;
}
.content .button.submit {
    background-color: #235ec8 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px !important;
    padding: 6px 18px !important;
    border-radius: 0 !important;
}



/*  Page  */
.page {
    border: none;    
    background-size: cover;
}
.page .page_wrapper {
    min-height: 50px;
}
.page .page_banner {
    display: none;
}
.page .page_content {
    background-color: transparent;
    padding: 450px 0 250px;
    min-height: 100vh;
}


/*  Home  */
.content .page_home .body_block {
    background-color: rgba(255, 255, 255, 0.85);
}



/* Menu */
.content h4 {
    font-family: 'Poppins', sans-serif !important;
    color: #303a80;
    font-size: 18px;
    letter-spacing: 1px;
}
.menu_section {
    margin-bottom: 60px;
}
.menu_section .menu_item {
    border: none;
}
.content .menu_section .menu_item h4.item_name {
    letter-spacing: 2px;
    font-size: 18px;
    color: #000;
}
.content .menu_section .menu_item .item_desc {
    font-size: 15px;
    font-style: normal;
    color: #888;
}
.content .menu_section .menu_item table.menu_item_prices {
    margin-left: 55px;
    margin-top: 5px;
}
.menu_section .menu_item td.price {
    padding-left: 30px;
}
td.pTitle {
    text-align: right;
}
.content .menus_content .menu_name {
    display: none;
}




/*  Footer  */
.footer {
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
    color: #292b2c;
    padding: 0;
}
.footer a {
    color: #292b2c;
}
.footer_wrapper {  
    max-width: 100%;  
    background-color: #fff;
}
.footer .footer_info, 
.footer .footer_info .formatter {
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px;
    color: #292b2c;
}
.footer .footer_info  a {
    color: #292b2c;
}
.footer .footer_info .footer_column_sitemap {
    display: none;
}
.footer .footer_logo {
    right: 20px;
}
.footer .footer_info .footer_column_logo .logo_image {
    background-size: 100%;    
    width: 100px;
    height: 105px;
}