@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Cormorant|Cormorant+Garamond:300,400,700|Pinyon+Script|Raleway:300,400,600,700|Scheherazade:400,700|Tangerine:400,700);


/*
font-family: 'Tangerine', cursive;
font-family: 'Pinyon Script', cursive;
font-family: 'Scheherazade', serif;
font-family: 'Cormorant', serif;*/


.bullet {
    display: none;
}

.header {
    position: relative;
    border: none;
    box-shadow: none;
    height: 230px !important;
    background-color: #313535;
    background-image: url(/images/header-texture.png);
}
.header .header_wrapper {
    padding: 0 20px;
}

.header .top {
    height: 170px !important;
}
.top_wrapper {
    max-width: 1200px !important;
}
.header .header_info {   
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px !important;
    color: #ebe4dd;
    font-family: 'Raleway', sans-serif;

    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 0.15rem;
    line-height: 1.8 !important;
}
.header .header_info .detail {
    display: block !important;
    margin: 0;
    padding-left: 0;
}
.header .header_info .name,
.header .header_info .phone.track,
.header .header_info .detail:before {
    display: none !important;
}
.header .header_info .social {
    position: absolute;
    top: 0;
    right: 0;
}
.header .header_logo {
    position: relative !important;
    margin: 0 auto !important;
    float: none !important;
    top: 40px;
}

.header .header_info .social_glyphs .social_icon {
    background-color: #ebe4dd;
    border-radius: 50%;  
    padding: 8px 4px 7px 7px;
    margin-left: 20px;
    color: #000;
}
.header .header_info .social_glyphs .social_icon_tripadvisor {
    padding: 8px 6px 7px 6px;
}
.header .header_info .social_glyphs .social_icon_yellowpages {
    display: none;
}
.header .header_info .social_glyphs .social_icon .fa {
    color: #505A65;
}

/*  -- Social Icons -- */

.content .block_social_links .social_glyphs .icon_span {
    font-size: 150%;
}

.content .block_social_links .social_glyphs .label_span {
    display: none;
}

.content .block_social_links .social_icon {
    display: inline-block;
    float: none;
    clear: both;
    margin-bottom: 5px;
    margin-top: 10px;
}



/* -- Nav -- */
.nav_wrapper {
    max-width: 1000px !important;
}
.nav .list_pages {
    line-height: inherit !important;
    text-shadow: none;
    text-align: center;
    padding: 0;
    margin-top: 0px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.nav .list_pages .item_page {
    margin-left: 0 !important;
}
.nav .list_pages .item_page .link {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.2rem;
    color: #B9B8B8;
    text-align: -webkit-match-parent;
}
.nav .list_pages .item_page.item_page_last {
    border: 1px solid #E9E9E9;
    padding: 10px 20px;
    margin-top: -12px;
    margin-left: -20px;
    margin-right: -25px;
}
.nav .list_pages .item_page .link:hover, 
.nav .list_pages .item_page:hover .link, 
.nav .list_pages .active .link {
    text-decoration: none;
    color: #FFF;
    content:'*';
   
}

.nav .list_pages .list_subs {
    top: 20px;
    background-image: none;
    background-color: #21211B;
    width: 240px;
}


.content .image_border {
    border-color: #FFFFFF;
}


.content {
    padding: 0 !important;
    color: #6d6f71;
    font-family: 'Raleway', sans-serif;

    font-size: 16px;
    letter-spacing: 0.05rem;
}
.content a {
    color: inherit;
}
.content h2 {
    color: #6d6f71;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    margin: 40px 0 0;
    letter-spacing: 0.05rem;
}
.content h3 {
    font-family: 'Tangerine', cursive;
    font-style: italic;
    color: #6d6f71;
    font-size: 34px;
    line-height: 2;
    margin: -3px 0;
    font-weight: bold;
}
.content .highlight_block {
    border: none;
    background-color: transparent;
}
.content .body_sublinks {
    display: none;
}

.content .block_status_messages {
    display: block;
    margin: 0 auto 20px;
    text-align: left;
    width: 60%;
}

/* -- Page -- */
.page {
    border: none;
}
.page .page_wrapper {
    width: 100% !important;
    min-height: 200px;
}
.page .page_content {
    background-color: #fff;
}
.content .text_summary, .content .header_block p, .content .body_block p{
    font-size:80%;
}

.tagline {
    font-family: 'Tangerine', cursive;
    font-style: italic;
    color: #435162;
    text-align: center;
    font-weight: 100;
    font-size: 64px;
    margin: 50px 0;
    letter-spacing: 0.05rem;
}

.page .page_text {
    color: #090909;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.7);
    text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.9);
    box-shadow: -3px 3px 4px rgb(0, 0, 0, 0.05);
}
.page .page_text h2,
.page .page_text h3,
.page .page_text p {
    color: inherit;
}
.page .page_text:after {
    content: "";
    display: block;
    clear: both;
}

.page .page_img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    width: 60%;
    height: auto;
    background-image: none;
    background-size: cover;
    background-position: center;
}
.page .page_img > * {
    display: none;
}
.page .page_img:before {
    content: "";
    display: block;
    position: relative;
    width: auto;
    height: 0;
    padding-bottom: 100%;
    background-color: #dedede;
    background-image: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* -- Page : Banner -- */
.page:first-child > .page_banner {
    border: none;
}
.page .page_banner  {
    padding-bottom: 37% !important;
}



/* -- Page : Home -- */
.home-cont {
    width: 1145px;
    margin: 78px auto 75px;
    position: relative;
    height: 625px;
}
.home-cont .page_text {
    position: absolute;
    width: 675px;
    top: 0;
    right: 0;
    bottom: 0;
    height: 500px;
    margin: 60px 0 0;
    padding: 0 50px;
    padding-right: 150px;
    z-index: 9;
}
.home-cont .page_img:before {
    background-image: url(/images/experience-v3.jpg);
    padding-bottom: calc(100% * (470 / 648));
}
.home-cont .btn {
    font-family: 'Raleway', sans-serif;
    border: 1px solid #6d6f71;
    font-style: inherit;
    padding: 17px 38px;
    float: left;
    text-transform: lowercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
}


.page .social_block_vine {
    display: block;
    width: auto;
    max-width: 600px;
    margin: 30px auto 15px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dedede;
}
.page .social_block_vine > div:first-child,
.page .social_block_vine .social_img,
.page .social_block_vine .social_float_left,
.page .social_block_vine .social_float_right {
    text-align: inherit;
    vertical-align: inherit;
}
.page .social_block_vine .social_float_left {
    margin-left: 20px;
}
.page .social_block_vine > div:first-child {
    margin-bottom: 20px;
}
.page .social_block_vine .social_img {
    width: 40px;
    height: auto;
}
.page .social_block_vine .social_img a,
.page .social_block_vine .social_img img {
    display: block;
    width: 100%;
    height: auto;
}

.review {
    background-image: url(/images/review.jpg);
    position: relative;
    height: 645px;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 110px 0 0;
}
.review .overlay {
    background-color: rgb(6, 29, 37);
    background-color: rgba(6, 29, 37, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.review .talogo {
    position: absolute;
    left: 0;
    right: 0;
}
.review .single-review {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    width: 790px;
    margin: 140px auto 66px;
    letter-spacing: 0.08rem;
}
.cdsROW {
    width: 300px !important;
    margin: 0 auto !important;
    background-color: transparent !important;
}
.cdsROW.border {
    border: none !important;
}
.cdsROW.narrow .logo,
.cdsROW .cdsLocName a {
    display: none;
}
.cdsROW .cdsRating span {
    color: #fff;
}


/* -- Page : About -- */
.page.page_info .page_banner {
    display: none;
}
.about-cont {
    width: 1145px;
    margin: 78px auto 75px;
    position: relative;
    height: 824px;
}
.about-cont .page_text {
    position: absolute;
    width: 600px;
    top: 65px;
    left: 0;
    height: 700px;
    margin: auto;
    padding-left: 71px;
    padding-right: 50px;
    z-index: 9;
}
.about-cont .page_img {
    left: auto;
    right: 0;
}
.about-cont .page_img:before {
    background-image: url(/images/michaelsexperience.jpg);
    padding-bottom: calc(100% * (820 / 651));
}

.about-cont2 {
    position: relative;
    width: 100%;
    height: 815px;
    background-image: url(/images/salmon.png?1);
    background-size: cover;
    background-position: center;
}
.about-cont2 .page_text {
    background: #fff;
    position: absolute;
    width: 655px;
    top: 65px;
    left: 0;
    height: 500px;
    margin: auto;
    margin-left: 100px;
    padding: 25px;
    padding-left: 40px;
    z-index: 9;
}


.about-cont5 {
    position: relative;
    background-image: url(/images/grey.png?1);
    background-size: cover;
    padding-top: 109px;
    padding-bottom: 122px;
}
.about-cont5 h3 {
    margin: 55px auto 0;
    text-align: center;
    color: #435162;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-style: normal;
    letter-spacing: 0.05rem;
}
.about-cont5 h3:after {
    background-color: #435162;
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    margin: 22px auto 56px;
}
.about-cont5 p {
    color: #435162;
    font-family: 'Raleway', sans-serif;
    font-size: 15.5px;
    letter-spacing: 0.05rem;
    width: 580px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
}




/* -- Page : Menus -- */

.content .menus_list {
    text-align: center;
    font-size: 80%;
}

.content .menus_list_count_1 {
    display: block;
}
.page.page_menus .page_banner {
    display: none !important;
}
.page.page_menus .page_content {
    background-image: url(/images/grey.png?1);
}
.page.page_menus .body_block {
    max-width: 1100px;
    margin: 0 auto;
}
.page.page_menus h2 {
    margin: 66px auto 0;
    text-align: center;
    color: #435162;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}
.page.page_menus .tagline {
    font-size: 34px;
    margin: 30px 0 50px;
}

.page.page_menus .tagline:after {
    background-color: #435162;
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    margin: 55px auto -6px;
}

/* -- Page : Menus : Menu -- */
.content .menus_content {
    background-color: #fff;
    padding: 10px;
}


.content .menus_content .menu_name {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 0 0;
    font-weight: bold;
    text-align: center;
    font-size: 300%;
}


.content .menu_section .section_name {
    font-family: 'Tangerine', cursive;
    font-style: italic;
    font-size: 50px;
    font-weight: 100;
    text-align: center;
    text-transform: lowercase;
    margin: 30px;
}
.content .menu_section.section-columns-2 .column {
    width: 45%;
    margin-right: 10%;
    border-top: 1px solid #000;
}
.menu_section .menu_item {
    border: none;
    margin: 30px 0;
}

.menu_section .menu_item td.price:not(:empty):before {
    display: none;
}

.menu_section .menu_item h4.item_name,
.menu_section .menu_item td.price{
    text-transform: uppercase;
    font-family: inherit;
}

.content .menu_section .menu_item h4.item_name,
.menu_section .menu_item td.price{
    font-size: 100%;
    line-height: 120%;
}

.content .menu_section .menu_item .item_desc


 {
    font-style: normal;
    font-size: 80%;
    line-height: 160%;
}
.nav .list_pages .list_subs .active .link, 
.nav .list_pages .list_subs .item .link:hover {
    text-decoration: none;
}

.section_desc, .text_content, .text_content_footer, .pTitle {
    font-style: normal;
    font-size: 80%;
    line-height: 160%;
}

/* -- Page : Event & Private Dining -- */
.event-cont {
    width: 1145px;
    margin: 78px auto 75px;
    position: relative;
    height: 625px;
}
.event-cont .page_text {
    position: absolute;
    width: 675px;
    top: 0;
    right: 0;
    bottom: 0;
    height: 555px;
    margin: 60px 0 0;
    padding: 0 50px;
    padding-right: 150px;
    z-index: 9;
}
.event-cont .page_img:before {
    background-image: url(/images/event-tile.jpg);
    padding-bottom: calc(100% * (685 / 648));
}
.event-cont .btn {
    font-family: 'Raleway', sans-serif;
    border: 1px solid #6d6f71;
    font-style: inherit;
    letter-spacing: 0.02rem;
    padding: 17px 38px;
    float: left;   
      text-transform: lowercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
}




.menu-block {
    position: relative;
    background-image: url(/images/grey.png?1);
    background-size: cover;
    padding-top: 109px;
    padding-bottom: 122px;
}

.coupon-block {
    position: relative;
    background-image: url(/images/grey.png?1);
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu-block h2 {
    margin: 3px auto 0;
    text-align: center;
    color: #435162;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
}
.menu-block h2:after {
    background-color: #435162;
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    margin: 20px auto 46px;
}

/*.menu-block div {
    padding: 10px 0 100px;
}*/
.menu-block .menu-block-link {
    color: #435162;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    letter-spacing: 0.3rem;
    padding: 20px 40px;
}

/*.menu-block span {
    color: #435162;
    font-size: 50px;
    line-height: 14px;
    margin-top: 0;
    margin-left: -5px;
    position: absolute;
}*/
.menu-block .btn {
    display: none;
    font-family: 'Raleway', sans-serif;
    border: 1px solid #6d6f71;
    font-style: inherit;
    letter-spacing: 3px;
    padding: 15px 30px;
    float: none;
 text-transform: lowercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
    max-width: 300px;
    margin: 30px auto;
    color: #435162;
}
.menu-block .btn.active{
    display: block;
}

/* -- Page : Events-- */

[data-page="events-2"] .page .page_wrapper {
    width: 60% !important;
}


.content .list_events_featured {
    border: 1px solid #000;
    padding: 30px;
}

.content .list_events_featured .item_name {
    font-size: 200%;
    line-height: 120%;
}



/* -- Page : Contact -- */
.contact-cont {
    width: 1145px;
    margin: 78px auto 75px;
    position: relative;
    height: 525px;
}
.contact-cont .page_text {
    position: absolute;
    width: 675px;
    top: 0;
    right: 0;
    bottom: 0;
    height: 455px;
    margin: 60px 0 0;
    padding: 25px 50px;
    padding-right: 150px;
    z-index: 9;
}
.contact-cont .page_img {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.contact-cont .page_img:before {
    background-image: url(/images/motts.jpg);
    padding-bottom: calc(100% * (819 / 614));
}

.contact-cont2 {
    position: relative;
    width: 100%;
    height: 815px;
    background-image: url(/images/seafood.jpg?1);
    background-size: cover;
    background-position: center;
}
.contact-cont2 .page_text {
    position: absolute;
    width: 655px;
    top: 65px;
    left: 0;
    height: 400px;
    margin: auto;
    margin-left: 100px;
    padding: 25px;
    padding-left: 40px;
    z-index: 9;
}
.contact-cont2 .btn {
    font-family: 'Raleway', sans-serif;
    border: 1px solid #6d6f71;
    font-style: inherit;
    font-size: 12px;
    letter-spacing: 0.02rem;
    padding: 17px 38px;
    float: left;
    text-transform: lowercase;
    font-weight:bold;
    letter-spacing: 2px;
}

/* -- Page : Specials -- */

.coupon-border {
    display:block;
    padding:20px;
    border: 1px solid #696969;
    width:350px;
    position:relative;
    float: none;
    margin:0 auto;
}


[data-page="specials"] .page .page_content {
padding:0px;
} 

.content .block_specials_coupons .list_item {
    float: none;
    width: 49%;
    min-height: 100px;
    margin: auto;
}
.content .block_specials_coupons .list_coupons {
    text-align: center;
}

.content .block_specials_coupons .item_text {
    text-align: center;
}
/* -- Footer : Gallery -- */

.gallery_links {
    background-color: #fff;    
    height: 700px;
}
.gallery_links h3 {
    margin: 0;
    padding: 55px 0 0;
    text-align: center;
    color: #435162;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-style: normal;
    letter-spacing: 0.05rem;
}
.gallery_links h3:after {
    background-color: #435162;
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    margin: 22px auto 56px;
}

.white {
    color: #435162;
    font-family: 'Raleway', sans-serif;
    background-color: #FFF;
    width: 230px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 62px;
    margin: auto;
    padding: 14px;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.05rem;
    text-transform: lowercase;
    font-weight:bold;
       
}
.single_gal {
    display: block;
    position: relative;
    width: 50%;    
    height: 27vw;
    float: left;
    background-size: cover;
}
.single_gal.interior {
    background-image: url(/images/interior.jpg?1);
    transition: all 0.5s;
    opacity: 0.9;
   
    
}
.single_gal.interior:hover {
    opacity: 1.0;
}
.single_gal.cuisine {
    background-image: url(/images/cuisine.jpg?1);
    transition: all 0.5s;
    opacity: 0.9;
    
}
.single_gal.cuisine:hover {
    opacity: 1.0;
}


[data-sub=interior] .page:first-child > .page_banner, 
[data-sub=cuisine] .page:first-child > .page_banner,
[data-sub=moments-at-michael] .page:first-child > .page_banner,
[data-sub=wine-beer-cocktails] .page:first-child > .page_banner{
    display: none;
}
[data-sub=interior] .content h2,
[data-sub=cuisine] .content h2,
[data-sub=moments-at-michael] .content h2,
[data-sub=wine-beer-cocktails] .content h2{
    margin: 0;
    padding: 55px 0 0;
    text-align: center;
    color: #435162;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-style: normal;
    letter-spacing: 0.05rem;
}
[data-sub=interior] .content h2:after,
[data-sub=cuisine] .content h2:after,
[data-sub=moments-at-michael] .content h2:after,
[data-sub=wine-beer-cocktails] .content h2:after{
    background-color: #435162;
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    margin: 22px auto 56px;
}

/* -- Footer -- */
.footer {
    background-color: transparent;
    background-image: url(/images/footer-texture.png?1);
    color: #3e3934;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: Center;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}
.footer_wrapper {
    max-width: 100% !important;
    padding: 0px 110px 0px !important;
}
.footer a,
.footer .footer_links a{
    color: #3e3934;
}

/* -- Footer : Bookenda -- */
.book_now {
    padding: 70px 0px;
}
.book_now .mobile {
    display: none;
}
.book_now .desktop {
    display: block;
    height: 100px;
}
.book_now .ypdineBooker {
    color: #efefef;
    font-family: 'Droid Sans','sans-serif';
    font-size: 16px;
    line-height: 19px;
    background-color: transparent;
}
.book_now .ypdineBooker .content .formtext, 
.book_now .ypdineBooker .content .formselect, 
.book_now .ypdineBooker .content .formbutton {
    color: #3e3934;
}
.book_now .ypdineBooker .content .formbutton {
    border: 1px solid #3e3934;
    background-color: #3e3934;
    color: #fff;
    cursor: pointer;
}
.book_now .ypdineBooker .content .formbutton:hover {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

/* -- Footer : Columns -- */

.footer a, .footer .footer_links a {
    color: #FFFFFF;
}
.footer .link:hover {
    opacity: 0.5;
}

.footer .footer_left {
    width: 33%;
    float: left;
}
.footer_contact{
    text-align: left;
    color: #FFF;
}
.footer .directions.link {
    margin: 32px 0 0;
}

.footer .footer_mid {
    width: 33%;
    float: left;
}


.footer .footer_right {
    width: 33%;
    float: right;
}
.footer_social {
    text-align: right;
}
.footer_social .social_icon {
    background-color: #ebe4dd;
    border-radius: 50%;
   padding: 8px 4px 7px 7px;
    margin-left: 20px;
     color: #000;
}
.footer_social .social_icon .fa {
    width: 1.28571429em;
    font-size: 14px;
    text-align: center;
}
.footer .footer_left .link,
.footer .footer_right .link {
    display: block;
    border: 1px solid #FFF;
    padding: 14px 20px 12px;
    width: 202px;
    text-align: center;
    transition: all 0.5s;
      text-transform: lowercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
}
.footer .reserve.link {
    float: right;
    clear: both;
    margin: 59px 0 0;
}


.footer .footer_seal {
    padding: 10px 0 60px;
    clear: both;
    position: relative;
    max-width: 300px;
    margin-left: 50%;
    transform: translate(-50%, 0);
}
.footer .footer_seal > img {
    display: block;
    width: 100%;
    height: auto;
}
.footer .footer_seal .years {
    display: block;
    position: absolute;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #ad150c;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    top: 9.5%;
    left: 55%;
    transform: rotate(8deg);
}
@media (max-width: 620px){
    .footer .footer_seal .years {
        top: 3.5vw;
        font-size: 2.25vw;
    }
}