/* * jQuery FlexSlider v2.5.0 * http://www.woothemes.com/flexslider/ * * Copyright 2012 WooThemes * Free to use under the GPLv2 and later license. * http://www.gnu.org/licenses/gpl-2.0.html * * Contributing author: Tyler Smith (@mbmufffin) * */ /* ==================================================================================================================== * FONT-FACE * ====================================================================================================================*/ @font-face { font-family: 'flexslider-icon'; src: url('fonts/flexslider-icon.eot'); src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg'); font-weight: normal; font-style: normal; } /* ==================================================================================================================== * RESETS * ====================================================================================================================*/ .flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus { outline: none; } .slides, .slides > li, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; } .flex-pauseplay span { text-transform: capitalize; } /* ==================================================================================================================== * BASE STYLES * ====================================================================================================================*/ .flexslider { margin: 0; padding: 0; } .flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; } .flexslider .slides img { width: 100%; display: block; } .flexslider .slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } html[xmlns] .flexslider .slides { display: block; } * html .flexslider .slides { height: 1%; } .no-js .flexslider .slides > li:first-child { display: block; } /* ==================================================================================================================== * DEFAULT THEME * ====================================================================================================================*/ .flexslider { margin: 0 0 60px; background: #ffffff; border: 4px solid #ffffff; position: relative; zoom: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); } .flexslider .slides { zoom: 1; } .flexslider .slides img { height: auto; } .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } .loading .flex-viewport { max-height: 300px; } .carousel li { margin-right: 5px; } .flex-direction-nav { *height: 0; } .flex-direction-nav a { text-decoration: none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); } .flex-direction-nav a.flex-next:before { content: '\f002'; } .flex-direction-nav .flex-prev { left: -50px; } .flex-direction-nav .flex-next { right: -50px; text-align: right; } .flexslider:hover .flex-direction-nav .flex-prev { opacity: 0.7; left: 10px; } .flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1; } .flexslider:hover .flex-direction-nav .flex-next { opacity: 0.7; right: 10px; } .flexslider:hover .flex-direction-nav .flex-next:hover { opacity: 1; } .flex-direction-nav .flex-disabled { opacity: 0!important; filter: alpha(opacity=0); cursor: default; } .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; } .flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; } .flex-pauseplay a:hover { opacity: 1; } .flex-pauseplay a.flex-play:before { content: '\f003'; } .flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; } .flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; } .flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; } .flex-control-paging li a:hover { background: #333; background: rgba(0, 0, 0, 0.7); } .flex-control-paging li a.flex-active { background: #000; background: rgba(0, 0, 0, 0.9); cursor: default; } .flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; } .flex-control-thumbs li { width: 25%; float: left; margin: 0; } .flex-control-thumbs img { width: 100%; height: auto; display: block; opacity: .7; cursor: pointer; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } .flex-control-thumbs img:hover { opacity: 1; } .flex-control-thumbs .flex-active { opacity: 1; cursor: default; } /* ==================================================================================================================== * RESPONSIVE * ====================================================================================================================*/ @media screen and (max-width: 860px) { .flex-direction-nav .flex-prev { opacity: 1; left: 10px; } .flex-direction-nav .flex-next { opacity: 1; right: 10px; } } 

@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Montserrat:wght@400;700&family=Michroma:wght@400;700&display=swap');

/* Custom CSS */
.custom-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;

}

.custom-wide {
    width: 80% !important;
}

.no-border {
    border: none !important;
}

.capitalized {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.pointer {
    cursor: pointer;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px){
	.custom-container {
		width: 668px;
	}

    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px){
	.custom-container {
		width: 892px;
	}

    .col-md-5ths {
        width: 20% !important;
        float: left;
    }
}

@media (min-width: 1200px){
	.custom-container {
		width: 900px;
	}

    .col-lg-5ths {
        width: 20% !important;
        float: left;
    }
}



@font-face {
    font-family: 'Arvo';
    src: url('/fonts/bitstream_-_serifa_bt_roman-webfont.eot');
    src: url('/fonts/bitstream_-_serifa_bt_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bitstream_-_serifa_bt_roman-webfont.woff') format('woff'),
         url('/fonts/bitstream_-_serifa_bt_roman-webfont.ttf') format('truetype'),
         url('/fonts/bitstream_-_serifa_bt_roman-webfont.svg#serifa_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Montserrat';
	src: url('/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),  
		 url('/fonts/Gotham-Book.otf')  format('opentype'),
	     url('/fonts/Gotham-Book.woff') format('woff'), 
		 url('/fonts/Gotham-Book.ttf')  format('truetype'), 
		 url('/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'Michroma';
  src: url('/fonts/BlairMdITCTTMedium.eot?#iefix') format('embedded-opentype'),  
	url('/fonts/BlairMdITCTTMedium.woff') format('woff'), 
	url('/fonts/BlairMdITCTTMedium.ttf')  format('truetype'), 
	url('/fonts/BlairMdITCTTMedium.svg#BlairMdITCTTMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Windows Mobile Scroll Fix */
body, html{
	-ms-overflow-style: none !important; 
}

body{
	font-size: 14px;
	line-height: 18px;
	font-family: 'Montserrat', sans-serif;
	background: #f6f6f6;
	padding-top: 80px;
	color: #787878;
}

select{
	-webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

a:focus{
	outline: none;
}

h2{
	font-family: 'Arvo', serif;
	color: #fb9e37;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}

h3{
	font-family: 'Arvo', serif;
	color: #fb9e37;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}

hr.heading-divider{
	background: #d9d9d9;
	border: none;
	height: 1px;
	width: 150px;
	margin: 0px auto 15px auto;
}

figure.responsive{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

figure.responsive img {
	width: 100%;
	margin-bottom: 0;
}

/* Header Navbar */
#header-navbar{
	background: #ffffff;
	z-index: 999;
	box-shadow: 0px 1px 5px rgba(0,0,0,.23);
}

header #header-navbar #mobile-menu-toggle{
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	border: none;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	margin-top: 18px;
	height: 40px;
}

header #header-navbar #mobile-menu-toggle:focus{
	outline: none;
}

header #header-navbar #mobile-menu-toggle .icon-bar{
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #737373; 
	width: 30px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

header #header-navbar #mobile-menu-toggle .top, header #header-navbar #mobile-menu-toggle .bottom{
	transition: -moz-transform .3s;
	-moz-transition: -moz-transform .3s;
	-o-transition: -o-transform .3s;
	-webkit-transition: -webkit-transform .3s;
	position: absolute;
	left: 0;
	right: 0;
}

header #header-navbar #mobile-menu-toggle .top{
	top: 8px;
}

header #header-navbar #mobile-menu-toggle .icon-bar.middle{
	position: absolute;
	top: 18px;
	left: 0;
	right: 0;
	opacity: 1;
}

header #header-navbar #mobile-menu-toggle .bottom{
	top: 28px;
}

header #header-navbar #mobile-menu-toggle.open .top{
	-ms-transform: translate(0,10px) rotate(-45deg);
	-webkit-transform: translate(0,10px) rotate(-45deg);
	transform: translate(0,10px) rotate(-45deg);
}

header #header-navbar #mobile-menu-toggle.open .bottom{
	-ms-transform: translate(0,-10px) rotate(45deg);
	-webkit-transform: translate(0,-10px) rotate(45deg);
	transform: translate(0,-10px) rotate(45deg);
}

header #header-navbar #mobile-menu-toggle.open .middle{
	-ms-transform: opacity .25s ease-in-out; /* IE 9 */
    -webkit-transform: opacity .25s ease-in-out; /* Safari */
    transform: opacity .25s ease-in-out;
	opacity: 0;
}

header .navbar-header{
		width: 100%;
}

header #header-navbar .navbar-brand{
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

header #header-navbar .navbar-brand > a{
	width: 206px;
	height: 53px;
	background: url('/images/PRG/Patina-Restaurant-Group-Logo.png');
	display: block;
	margin: 0px auto;
}

header #header-navbar .navbar-brand span{
	display: none;
}

header div#mobile-navbar{
	height: auto;
	overflow: auto;
	max-height: initial;
	padding-left: 0px;
	padding-right: 0px;
}



header #header-navbar #mobile-navbar .nav{
	border-top: 2px solid #787878;
}



header div#mobile-navbar ul li a{
	color: #787878;
	border-bottom: 1px solid #787878;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
    text-transform: uppercase;
}


header div#mobile-navbar ul li a:hover, header div#mobile-navbar ul li a:focus, header div#mobile-navbar ul li a.current{
	color: #fb9e37;
}

header div#mobile-navbar ul li a:hover, header div#mobile-navbar ul li a:focus, header div#mobile-navbar ul li a.child-selected{
	color: #fb9e37;
}

header .divider {
    height: 1px;
    width: 100%;
    background-color: #cccccc;
    margin: 0px 2px;
    clear: both;
}

header ul#mobile-header-social-media{
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
	text-align: center;
	list-style: none;
}

header ul#mobile-header-social-media li{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

header ul#mobile-header-social-media li a{
	border-bottom: none !important;
	width: 49px;
	height: 49px;
	padding: 10px;
	display: block;
	background: url('/images/PRG/social-media-sprite.png') no-repeat;
}

header ul#mobile-header-social-media .facebook a{
	background-position: -58% -20%;
}

header ul#mobile-header-social-media .twitter a{
	background-position: -54% 45%;
}

header ul#mobile-header-social-media .instagram a{
	background-position: -68% 119%;
}

header ul#mobile-header-social-media .facebook a:hover{
	background-position: 174% -20%;
}

header ul#mobile-header-social-media .twitter a:hover{
	background-position: 170% 45%;
}

header ul#mobile-header-social-media .instagram a:hover{
	background-position: 173% 119%;
}


/* Main Content Area */
#main{
	background: #ffffff;
}


/* Homepage Slider */
.hero-carousel.home{
	height: auto;
}

.hero-carousel.home .carousel-inner{
	height: auto;
}

.hero-carousel.home .item{
	height: auto;
}

.hero-carousel.home figure.responsive{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.hero-carousel.home figure.responsive img {
	width: 100%;
	margin-bottom: 0;
}

.hero-carousel.home .carousel-captions{
	left: auto;
	right: 0px;
	bottom: 0px;
	background: rgba(255, 255, 255, 0.8);
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	height: 48px;
	width: 100%;
	overflow: hidden;
}

.hero-carousel.home .carousel-captions .carousel-caption{
	position: static;
}

.hero-carousel.home .carousel-caption-text-container{
	position: relative;
}

.hero-carousel.home .carousel-caption-text{
	font-family: 'Arvo', serif;
	color: #3d3d3d;
	font-size: 1.25em;
	padding-top: 15px;
	padding-bottom: 15px;
	text-shadow: none;
	text-align: center;
	position: absolute;
	left: 40px;
	right: 40px;
}

.hero-carousel.home .carousel-captions .slider-control.left{
	left: 0px;
	top: 0px;
	position: absolute;
}

.hero-carousel.home .carousel-captions .slider-control.right{
	right: 0px;
	top: 0px;
	position: absolute;
}

.hero-carousel.home .carousel-captions .slider-control.left .arrow{
	background: url('/images/PRG/desktop-hero-arrows.png') no-repeat;
	background-position: 50% 11%;
	width: 40px;
	height:38px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

.hero-carousel.home .carousel-captions .slider-control.right .arrow{
	background: url('/images/PRG/desktop-hero-arrows.png') no-repeat;
	background-position: 50% 90%;
	width: 40px;
	height:38px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	filter: point;
}

.locator-results-for
{   margin-top: 20px;

}

.region_bar
{
    clear: both;
    border-bottom: 1px solid #aaba0a;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
}

.region_header
{
    font-family: "Arvo",serif;
    margin-left: 20px; 
    color: #aaba0a; 
    font-size: 25px;
    text-transform: uppercase;
}

.regionarea_header
{
    font-family: "Arvo",serif;
    margin-left: 40px; 
    color: #787878; 
    font-size: 20px;
}

.region_container
{
    width: 80%;
    margin: 0 auto;
    height: auto;
}

.main_outer_buttons_container
{
   margin-top: 20px;
}


.main_buttons_container .row
{
    margin-bottom: 6px;
    margin-right: -3px;
    margin-left: -3px;
}

.main_buttons_container .row > div
{
    padding-left: 3px;
    padding-right: 3px;
}


.main_buttons_container a:hover {
    text-decoration: none;
}

.main_buttons_container .row .caption:hover {
    background: rgba(0, 0, 0, 0.2);
}
		
.row .caption{
	position: absolute;
	text-align: center;
	top: 0px;
	bottom: 0px;
	left: 3px;
	right: 3px;
	background: rgba(0, 0, 0, 0.6);
	display: block;
}

.caption .inner {
	display: table;
	width: 100%;
	height: 100%;
    opacity: 1;
	font-weight: bold;
	font-family: 'Arvo', serif;
	font-size: 2em;
	line-height: 2em;
}

.caption .inner h3{
    display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	font-size: 1em;
	letter-spacing: 0.05em;
	color: #ffffff;
}


/* desktop navbar */ 
#desktop-navbar{
	margin-bottom: 0px;
	background: #ffffff;
}

#desktop-navbar .container{
	text-align: center;
}

#desktop-navbar .container-fluid{
	text-align: center;
}

#desktop-navbar .container-fluid .navbar-nav{
	float: none;
}

#desktop-navbar .container-fluid .navbar-nav > li{
	float: none;
	display: inline-block;
    text-transform: uppercase;
}

.navbar-nav{
	text-align: center;
	float: none;
}

.navbar-nav> li{
	float: none;
	display: inline-block;
    text-transform: uppercase;
}



#desktop-navbar .container .navbar-nav{
	float: none;
}

#desktop-navbar .container .navbar-nav > li{
	float: none;
	display: inline-block;
    text-transform: uppercase;
}

#desktop-navbar a{
	color: #787878;
	font-weight: 400;
	font-size: 0.73em;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 700;
}

#desktop-navbar a:hover, #desktop-navbar a:focus, #desktop-navbar a:active, #desktop-navbar a.current{
	color: #fb9e37;
	background: none;
}

#desktop-navbar a:hover, #desktop-navbar a:focus, #desktop-navbar a:active, #desktop-navbar a.child-selected{
	color: #fb9e37;
	background: none;
}

#desktop-navbar a.current:after {
    /*content:'';*/
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    width: 0;
    height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fb9e37;
}

#desktop-navbar a.no-arrow:after {
    display: none !important;
}

/* Homepage featured */
.home-featured:before, .home-featured:after{
	display: table;
	content: " ";
}

.home-featured{
	padding-top: 0px;
	padding-bottom: 0px;
	background: #f6f6f6;
}

.home-featured > div{
	padding-left: 1.5px;
	padding-right: 1.5px;
	position: relative;
	margin-bottom: 2px;
}

.home-featured figure.responsive{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.home-featured figure.responsive img {
	width: 100%;
	margin-bottom: 0;
}

.home-featured > div .caption{
	position: absolute;
	text-align: center;
	top: 0px;
	bottom: 0px;
	left: 1.5px;
	right: 1.5px;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	font-weight: bold;
	font-family: 'Arvo', serif;
	font-size: 1.5em;
	line-height: 1.5em;
}

.home-featured > div .caption .inner {
	display: table;
	width: 100%;
	height: 100%;
}


.home-featured > div .caption h2{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	font-size: 1em;
	letter-spacing: 0.05em;
	color: #ffffff;
}

.home-featured > div .caption h2:hover{
	text-decoration: none;
}

.home-featured a{
	text-decoration: none;
}


/* Footer Nav */ 
footer nav#footer-navigation{
	background: #f6f6f6;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer nav#footer-navigation ul{
	text-align: center;
	list-style: none;
	padding: 0px;
}

footer nav#footer-navigation ul li a{
	color: #787878;
	font-weight: 400;
	padding: 10px 20px;
	display: block;
    text-transform: uppercase;
}

footer nav#footer-navigation ul li a:hover, footer nav#footer-navigation ul li a:focus, footer nav#footer-navigation ul li a:active{
	color: #3e3e3e;
	text-decoration: none;
}


footer #patina-restaurant-group-logo img{
	margin: 0px auto 10px auto;
	display: block;
}


footer nav#footer-navigation ul.nav-first{
	margin-bottom: 0px; 
}

#dreambox-creations-logo{
	display: block;
	margin: 40px auto 0px auto;
	padding: 10px;
	width: 37px;
	height: 40px;
}

/* Positioned Left */
.desktop-positioned-social-media{
	position: fixed;
	top: 175px;
	left: 0px;
	width: 49px;
	height: 148px;
	background: #ffffff;
	padding-left: 0px;
	list-style-type: none;
	box-shadow: 1px 1px 5px rgba(0,0,0,.23)
}

.desktop-positioned-social-media a{
	width: 49px;
	height: 49px;
	padding: 10px;
	display: block;
	background: url('/images/PRG/social-media-sprite.png') no-repeat;
}

.desktop-positioned-social-media .facebook a{
	background-position: -58% -29%;
}

.desktop-positioned-social-media .twitter a{
	background-position: -54% 45%;
}

.desktop-positioned-social-media .instagram a{
	background-position: -68% 122%;
}

.desktop-positioned-social-media .facebook a:hover{
	background-position: 174% -29%;
}

.desktop-positioned-social-media .twitter a:hover{
	background-position: 170% 45%;
}

.desktop-positioned-social-media .instagram a:hover{
	background-position: 173% 122%;
}









.desktop-positioned-inquiries{
	position: fixed;
	top: 90px;
	left: 0px;
	height: 250px;
	width: 49px;
	background: #ffffff;
	left: -271px;
	z-index: 98;
	box-shadow: 1px 1px 5px rgba(0,0,0,.23)
}


.desktop-positioned-inquiries .tab{
	float: right;
	cursor: pointer;
	background: url('/images/PRG/PRG-Catering-About-Inquiries.png');
    background-size: 49px 250px;
	height: 250px;
	width: 49px;
}









.desktop-positioned-reservations{
	position: fixed;
	top: 90px;
	left: 0px;
	height: 250px;
	width: 320px;
	background: #ffffff;
	left: -271px;
	z-index: 98;
	box-shadow: 1px 1px 5px rgba(0,0,0,.23)
}

.desktop-positioned-reservations form{
	width: 271px;
	float: left;
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 100%;
}


.desktop-positioned-reservations .tab{
	float: right;
	cursor: pointer;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: -5px -420px;
	height: 250px;
	width: 49px;
}

.desktop-positioned-reservations.open .tab{
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: -5px -156px;
	height: 250px;
	width: 49px;
}

.desktop-positioned-reservations .reservation-restaurant{
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	cursor: pointer;
	width: 195px;
	overflow: hidden;
}

.desktop-positioned-reservations .reservation-restaurant{
	position: relative;
}

.desktop-positioned-reservations.phone .reservation-restaurant{
	margin-top: 20px;
}

.desktop-positioned-reservations.phone.large-restaurant .reservation-restaurant{
	margin-top: 15px;
	margin-bottom: 13px;
}

.desktop-positioned-reservations .reservation-restaurant .selected{
	height: 20px;
	padding-right: 40px;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 160px -28px;
	background-repeat: no-repeat;
	color: #787878;
}

.desktop-positioned-reservations.large-restaurant .reservation-restaurant .selected{
	height: 40px;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 160px -18px;
	background-repeat: no-repeat;
}

.desktop-positioned-reservations .reservation-restaurant select{
	width: 235px;
	border: none;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 160px -26px;
	background-repeat: no-repeat;
	height: 20px;
	color: #787878;
	padding-right: 55px;
}

.desktop-positioned-reservations .reservation-restaurant select{
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0px;
	opacity: 0;
	cursor: pointer;
}

.desktop-positioned-reservations.large-restaurant .reservation-restaurant select{
	height: 40px;
}

.desktop-positioned-reservations .reservation-restaurant select:focus{
	outline: none;
}


.ui-datepicker{
	z-index: 9999 !important;
}

.desktop-positioned-reservations .reservation-date{
	margin-left: 20px;
	border: none;
	width: 125px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	border-right: 1px solid #cccccc;
}

.desktop-positioned-reservations.large-restaurant .reservation-date{
	margin-top: 13px;
	margin-bottom: 13px;
}

.desktop-positioned-reservations .reservation-date input{
	width: 100px;
	border: none;
	text-align: left;
	color: #787878;
	float: left;
	cursor: pointer;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 64px -124px;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-left: 10px;
}

.desktop-positioned-reservations .reservation-date input:focus{
	border: none;
	outline: none;
}

/* Style Date Placeholder */
::-webkit-input-placeholder {
   text-align: center;
   color: #787878;
   opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;
   color: #787878;
   opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;
   color: #787878;
   opacity: 1;
}

:-ms-input-placeholder {  
   text-align: center;
   color: #787878;
   opacity: 1;
}

.desktop-positioned-reservations .reservation-time{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	cursor: pointer;
	width: 115px;
	overflow: hidden;
	height: 20px;
}

.desktop-positioned-reservations.large-restaurant .reservation-time{
	margin-top: 13px;
	margin-bottom: 13px;
}

.desktop-positioned-reservations .reservation-time select{
	width: 135px;
	border: none;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 55px -57px;
	background-repeat: no-repeat;
	height: 20px;
	color: #787878;
}

.desktop-positioned-reservations .reservation-time select:focus{
	outline: none;
}

/* Style Date Placeholder */
.desktop-positioned-reservations ::-webkit-input-placeholder {
	text-align: center;
	color: #53565A;
	opacity: 1;
}

.desktop-positioned-reservations :-moz-placeholder { /* Firefox 18- */
	text-align: center;
	color: #53565A;
	opacity: 1;
}

.desktop-positioned-reservations ::-moz-placeholder {  /* Firefox 19+ */
	text-align: center;
	color: #53565A;
	opacity: 1;
}

.desktop-positioned-reservations :-ms-input-placeholder {  
	text-align: center;
	color: #53565A;
    opacity: 1;
}

.desktop-positioned-reservations hr{
	height: 1px;
	width: 231px;
	background-color: #cccccc;
	margin: 0px 20px;
}

.desktop-positioned-reservations .reservation-seats{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	cursor: pointer;
	width: 77px;
	overflow: hidden;
}

.desktop-positioned-reservations.large-restaurant .reservation-seats{
	margin-top: 13px;
	margin-bottom: 13px;
}

.desktop-positioned-reservations .reservation-seats select{
	width: 100px;
	border: none;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 39px -91px;
	background-repeat: no-repeat;
	height: 20px;
	color: #787878;
}

.desktop-positioned-reservations .reservation-seats select:focus{
	outline: none;
}


.desktop-positioned-reservations .reservation-submit{
	margin: 10px auto 10px auto;
	background: none;
	border: 2px solid #fb9e37;
	font-family: 'Arvo', serif;
	display: block;
	width: 195px;
	height: 35px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	color: #787878;
	border-radius: 0px;
}

.desktop-positioned-reservations .reservation-submit:hover{
	color: #fb9e37;
}

.desktop-positioned-reservations .reservation-submit:focus{
	box-shadow: none;
	outline: none;
}

.desktop-positioned-reservations .call-us{
	margin-top: 15px;
	text-align: center;
}

.desktop-positioned-reservations .call-us a{
	color: #fb9e37;
	height: 20px;
	width: 115px;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 81px 0px;
	background-repeat: no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.desktop-positioned-reservations .call-us a:hover{
	text-decoration: none;
	color: #787878;
}

.reservations-mask{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 7;
}


/* Mobile Positioned Reservations */
/* PRG */
.mobile-positioned-reservations{
	position: fixed;
	bottom: -240px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	margin: 0px auto;
	z-index: 9999;
	box-shadow: 1px 1px 5px rgba(0,0,0,.23)
}

.mobile-positioned-reservations .tab{
	cursor: pointer;
	background: url('/images/PRG/reservation-widget-sprite-mobile.png');
	background-position: 0% 66%;
	height: 49px;
	width: 320px;
}

.mobile-positioned-reservations.open .tab{
	background: url('/images/PRG/reservation-widget-sprite-mobile.png');
	background-position: 0px 99%;
}


.mobile-positioned-reservations form{
	background: #f6f6f6;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 320px;
	clear: both;
	height: 240px;
	padding-top: 25px
}

.mobile-positioned-reservations.phone form{
	padding-top: 15px;
}

.mobile-positioned-reservations.phone.large-restaurant form{
	padding-top: 13px;
}

.mobile-positioned-reservations form select{
	border: none;
}

.mobile-positioned-reservations .reservation-restaurant{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	cursor: pointer;
	width: 195px;
	overflow: hidden;
}

.mobile-positioned-reservations .reservation-restaurant{
	position: relative;
}

.mobile-positioned-reservations.phone.large-restaurant .reservation-restaurant{
	margin-bottom: 10px;
}

.mobile-positioned-reservations .reservation-restaurant .selected{
	height: 20px;
	padding-right: 40px;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 160px -28px;
	background-repeat: no-repeat;
}

.mobile-positioned-reservations.large-restaurant .reservation-restaurant .selected{
	height: 40px;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 160px -18px;
	background-repeat: no-repeat;
	color: #787878;
}

.mobile-positioned-reservations .reservation-restaurant select{
	width: 235px;
	border: none;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 160px -26px;
	background-repeat: no-repeat;
	height: 20px;
	color: #53565A;
	padding-right: 55px;
}

.mobile-positioned-reservations .reservation-restaurant select{
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0px;
	opacity: 0;
	cursor: pointer;
}

.mobile-positioned-reservations.large-restaurant .reservation-restaurant select{
	height: 40px;
}

.mobile-positioned-reservations .reservation-restaurant select:focus{
	outline: none;
}


.mobile-positioned-reservations .reservation-date{
	margin-top: 15px;
	margin-left: 35px;
	margin-right: auto;
	margin-bottom: 15px;
	cursor: pointer;
	width: 124px;
	overflow: hidden;
	height: 20px;
	float: left;
	border-right: 1px solid #cccccc;
}

.mobile-positioned-reservations.large-restaurant .reservation-date{
	margin-top: 13px;
	margin-bottom: 13px;
}

.mobile-positioned-reservations .reservation-date select{
	width: 135px;
	border: none;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 69px -124px;
	background-repeat: no-repeat;
	height: 20px;
	color: #53565A;
}

.mobile-positioned-reservations .reservation-date select:focus{
	outline: none;
}


/* .mobile-positioned-reservations .reservation-date{
	margin-left: 20px;
	border: none;
	width: 131px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	border-right: 1px solid #cccccc;
}

.mobile-positioned-reservations .reservation-date input{
	width: 100px;
	border: none;
	text-align: left;
	color: #53565A;
	float: left;
	cursor: pointer;
	background: none;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 64px -124px;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 10px;
}

.mobile-positioned-reservations .reservation-date input:focus{
	border: none;
	outline: none;
} */

.mobile-positioned-reservations hr{
	height: 1px;
	width: 280px;
	background-color: #cccccc;
	margin: 0px 20px;
	clear: both;
}

.mobile-positioned-reservations .reservation-time{
	margin-top: 15px;
	margin-left: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	cursor: pointer;
	width: 100px;
	overflow: hidden;
	height: 20px;
	float: left;
}

.mobile-positioned-reservations.large-restaurant .reservation-time{
	margin-top: 13px;
	margin-bottom: 13px;
}

.mobile-positioned-reservations .reservation-time select{
	width: 135px;
	border: none;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 55px -57px;
	background-repeat: no-repeat;
	height: 20px;
	color: #53565A;
}

.mobile-positioned-reservations .reservation-time select:focus{
	outline: none;
}

.mobile-positioned-reservations .reservation-seats{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	cursor: pointer;
	width: 77px;
	overflow: hidden;
}

.mobile-positioned-reservations.phone.large-restaurant .reservation-seats{
	margin-top: 13px;
	margin-bottom: 13px;
}

.mobile-positioned-reservations.phone .reservation-seats{
	margin-bottom: 15px;
}

.mobile-positioned-reservations .reservation-seats select{
	width: 100px;
	border: none;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 39px -91px;
	background-repeat: no-repeat;
	height: 20px;
	color: #53565A;
}

.mobile-positioned-reservations .reservation-seats select:focus{
	outline: none;
}

.mobile-positioned-reservations .reservation-submit{
	margin: 0px auto 15px auto;
	background: none;
	border: 2px solid #fb9e37;
	font-family: 'Michroma', sans-serif;
	display: block;
	width: 195px;
	height: 35px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #787878;
	border-radius: 0px;
}

.mobile-positioned-reservations .reservation-submit:hover{
	color: #fb9e37;
}

.mobile-positioned-reservations .reservation-submit:focus{
	box-shadow: none;
	outline: none;
}

.mobile-positioned-reservations .call-us{
	text-align: center;
}

.mobile-positioned-reservations .call-us a{
	color: #fb9e37;
	height: 20px;
	width: 115px;
	background: url('/images/PRG/reservation-widget-sprite.png');
	background-position: 81px 0px;
	background-repeat: no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.mobile-positioned-reservations .call-us a:hover{
	color: #787878;
	text-decoration: none;
}

.reservations-red-text{color:#da3743;font-size:14px}


/* Patina */

.hero-carousel .carousel-indicators{
	bottom: 5px;
}

.hero-carousel .carousel-indicators li{
	background: #ffffff;
	height: 12px;
	width: 12px;
	margin: 1px 10px;
	border: none;
}

.hero-carousel .carousel-indicators li.active{
	background: #D2D755;
	margin: 1px 10px;
}

/* Weddings Page */
.weddings {
    background-color: #fff;
    width: 100%;
    padding-bottom: 20px;
}
.weddings .row {
    width: 80%;
    margin: auto;
}
.weddings-search-container
{
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}
#weddings-locator-search {
    background-color: #fff;
    width: 80%;
    position: relative;
    margin: auto;
}


/* Restaurant Locator Page */
#locator-search{
    background-color: #fff;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -40%;
    z-index: 2;
}

.locator-search-results {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin-top: 40px !important;
    margin-left: 0 !important;
    margin: auto !important;
}

#locator-search-top{
    width: 100%;
    height: 50%;
}

#locator-search-top .row {
    margin-left: auto !important;
    margin-right: auto !important;
}

#locator-search-top-left{
    float: left;
    width: 50%;
    height: 50px;
    color: #aaba0a;
	font-family: 'Arvo', serif;
	font-size: 1.25em;
	line-height: 2em;
    border-right: 1px solid #aaba0a;
    padding-left: 20px;
    padding-right: 10px;
    margin-top: 12px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 10px;
}

#locator-search-top-right {
    float: left;
    width: 50%;
}

#locator-search-top-right-search {
    float: left;
    text-align: center;
    width: calc(100% - 75px);
    margin-top: 10px;
}

#locator-search-top-right-popup {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: -100%;
    top: 17px;
    background-color: #fff;
    z-index: 9999;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
}

#locator-search-top-right-popup > div {
    text-align: left;
    padding: 10px;
}

.locator-search-popup-option {
    border-top: 1px solid #c2c2c2;
    cursor: pointer;
}

.locator-search-popup-option-first {
    border-top: none !important;
}

#locator-search-top-right-search #txtSearch {
    width: 90%;
    height: 40px;
    margin: auto;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 10px;
    border: none;    
}

#locator-search-top-right-btn {
    float: right;
    height: 100%;
    width: auto;
}

.locator-search-bottom {
    clear: both;
    width: 95%;
    height: 50px;
    margin: auto;
    border-top: 1px solid #c2c2c2;
    text-align: center;
    padding-bottom: 5px;
}

#locator-search-bottom ul {
    list-style-type: none;
    width: auto;
    height: auto;
    display: inline-table;
    margin: auto;
}

.locator-search-bottom > div {
    height: 40px;
    /*
    border-right: 1px solid #aaba0a;
    margin-left: 8px;
    padding-right: 16px;
    padding-top: 20px;
    margin-top: 10px;
    display: inline;
    cursor: pointer;
    */
}

.locator-search-bottom > div {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-right: 1px solid #aaba0a;
}

.locator-search-bottom > div:nth-last-child(2) {
    border-right: none;
}

.locator-search-bottom > div > img {
    padding-right: 5px;
}

.locator-search-bottom .locator-search-horiz-line
{
    display: none;
}

.locator-search-on
{
    color: #fff;
    background-color: #aaba0a;
}

.restaurant-search-info {
    background-color: #fff;
    padding: 10px;
}

.restaurant-name {
    color: #aaba0a;
    font-weight: bold;
    text-transform: uppercase;
}

.restaurant-search-box {
    margin-bottom: 20px;
    cursor: pointer;
}

.view-locations-by-city {
    width: 220px;
    padding: 5px;
    margin: auto;
    border: 2px solid #aaba0a;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.view-locations-by-city:hover {
    color: #3e3e3e;
    border: 2px solid #99a709;
}

.locator-back-to-top {
    position: fixed;
    right: 0;
    top: 50%;
    cursor: pointer;
    display: none;
}

#frmLocatorButtons {
    display: none;
}

/* About Us Page */
.about-us{
	margin-top: 25px;
	line-height: 1.8em;
	padding-bottom: 40px;
	border-bottom: 2px solid #cccccc;
}

.hero-carousel figure.responsive{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.hero-carousel figure.responsive img {
	width: 100%;
	margin-bottom: 0;
}


/*About Us History */
.history{
	margin-top: 25px;
	border-bottom: 2px solid #cccccc;
	padding-bottom: 50px;
}

.history .history-wrapper{
	position: relative;
}

.history .history-events{
	width: 100%;
}

.history .history-events .slides{
	padding-left: 0px;
	margin-left: 20px;
	margin-right: 20px;
	list-style-type: none;
	margin-bottom: 0px;
}

.history .history-events .slides li.event{
	z-index: 99;
}

.history .history-events .slides li.event .event-inner{
	font-family: 'Arvo', serif;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}

.history .history-events .slides li.event.hidden-mobile-event{
	display: none;
}


.history .history-events .slides li.event .event-decade{
	display: none;
}

.history .history-events .slides li.event .event-mark{
	height: 20px;
	width: 20px;
	background: #d5d755;
	border-radius: 10px;
	left: -32.5px;
	top: 100px;
	position: relative;
}

.history .history-events .slides li.event .event-image figure.responsive{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.history .history-events .slides li.event .event-image figure.responsive img {
	width: 100%;
	margin-bottom: 0;
}

.history .history-events .slides li.event .event-year{
	color: #d5d755;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
}

.history .history-events .slides li.event .event-title{
	color: #787878;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
}

.history .history-events .slides li.event .event-divider{
	color: #787878;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	font-size: 2em;
}

.history .history-events .slides li.event .event-description{
	color: #787878;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-family: "Montserrat",sans-serif;
	line-height: 1.5em;
}

.history .read-more-outer{
	width: 100%;
	text-align: center;
}

.history .read-more{
	border: 2px solid #d5d755;
	text-align: center; 
	text-transform: uppercase;
	color: 3fcad51;
	font-family: 'Arvo', serif;
	font-size: 1.8em;
	padding: 10px 50px;
	display: inline-block;	
	margin: 30px auto 0px auto;
	cursor: pointer;
}


/* About Us Executive Profiles */
.executive-profiles{
}

.executive-profiles .executive-profiles-selectors{
	margin-top: 25px;
	position: relative;
}

.executive-profiles .executive-profiles-selectors .selector{
	cursor: pointer;
}

.executive-profiles .executive-profiles-selectors .selector figure.responsive{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.executive-profiles .executive-profiles-selectors .selector figure.responsive img {
	width: 100%;
	margin-bottom: 0;
}

.executive-profiles .executive-profiles-selectors .selector h3{
	text-transform: uppercase;
	color: #fb9e37;
	font-family: 'Arvo', serif;
	font-weight: bold;
	margin-bottom: 0px;
	letter-spacing: 0.05em;
	text-align: center;
}

.executive-profiles .executive-profiles-selectors .selector .title{
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

.executive-profiles .executive-profiles-selectors .selector .description{
	line-height: 1.5em;
}

.executive-profiles .executive-profiles-selectors .selector .description .hidden-text{
	display: none;
}

.executive-profiles .executive-profiles-selectors .selector .read-more-outer{
	text-align: center;
	width: 100%;
}

.executive-profiles .executive-profiles-selectors .selector .read-more{
	border: 2px solid #d5d755;
	text-align: center; 
	text-transform: uppercase;
	color: #3fcad51;
	font-family: 'Arvo', serif;
	font-size: 1.8em;
	padding: 10px 50px;
	display: inline-block;	
	margin: 10px auto 60px auto;
	cursor: pointer;
}

.executive-profiles .executive-profiles-descriptions{
	width: 100%;
	margin-top: 80px;
	padding-bottom: 60px;
}

.executive-profiles .executive-profiles-descriptions .profile{
	display: none;
	cursor: pointer;
	position: absolute;
}

.executive-profiles .executive-profiles-descriptions .profile.active{
	display: block;
}

.executive-profiles .executive-profiles-descriptions .profile .name{
	text-align: center;
	color: #fb9e37;
	font-family: 'Arvo', serif;
	font-size: 1.8em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.executive-profiles .executive-profiles-descriptions .profile .title{
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 20px;
}

.executive-profiles .executive-profiles-descriptions .profile .description{
	line-height: 1.8em;
}

.copy-component{
    padding-bottom: 80px;
    padding-top: 40px;
}

/* Extra Small devices (phone, 767px and down) */
@media (max-width: 767px) { 

    .main_buttons_container .row
    {
        margin-bottom: 0;
    }

    .main_buttons_container .row > div
    {
        margin-bottom: 6px;
    }

    #locator-search-container {
        background-color: #f6f6f6;
        padding: 2%;
    }

    #locator-search{
        background-color: #fff;
        width: 100%;
        margin: 10px;
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
        margin: auto;
    }

    #weddings-locator-search{
        background-color: #fff;
        width: 100%;
        margin: 10px;
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
        margin: auto;
    }

    #locator-search-top-left{
        float: none;
        width: 100%;
        border-right: 0;
        font-size: 1.5em;
        display: block;
        height: auto;
    }

    #locator-search-top-right {
        clear: both;
        float: left;
        width: 100%;
        border-top: 1px solid #aaba0a;
        border-bottom: 1px solid #aaba0a;
    }

    #locator-search-top-right-search {
        float: left;
        text-align: center;
        width: calc(100% - 75px);
        margin-top: 10px;
    }

    .locator-search-bottom {
        width: 100%;
        border-top: 0;
        height: auto;
        display: inline-block;
    }

    .locator-search-bottom > div:nth-child(3), .locator-search-bottom > div:nth-child(7) {
        border-right: none;
    }

    .display-locator-line {
        width: 100%;
        height: 1px !important;
        background-color: #c2c2c2;
        display: inline-block !important;
        float: left;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mobileHidden {
        display: none;
    }

    .locator-view-more {
        display: block;
    }

    .restaurant-locator-view-more-button {
        display: block;
        background-color: #c2c2c2;
        padding-top: 20px;
        padding-bottom: 20px;
        cursor: pointer;
    }

    .restaurant-locator-view-more-button > div {
        border: 2px solid #99a709;
        padding: 5px;
        margin: auto;
        width: 150px;
        text-align: center;
    }

    .locator-back-to-top {
        z-index: 1;
    }

    .locator-back-to-top img {
        width: 30px;
    }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    
    /* Logo */
	.navbar-header{
		float: none;
	}
	
	div#mobile-navbar{
		display: none !important;
	}
	

	.hero-carousel.home .carousel-captions{
		width: 500px;
	}
	
	/* Homepage Featured */
	.home-featured{
		padding-top: 20px;
		padding-bottom: 20px;
		background: #f6f6f6;
	}
	
	.home-featured > div{
		margin-bottom: 0px;
	}

	
	.home-featured > div .caption{
		display: none;
	}

	.home-featured > div:hover .caption{
		display: block;
	}
	
	.hero-carousel.home .carousel-caption-text{
		font-size: 2.0em;
	}
	
	.hero-carousel.home .carousel-caption .slider-control.left{
		top: 7px;
	}

	.hero-carousel.home .carousel-caption .slider-control.right{
		top: 3px;
	}

	.hero-carousel.home .carousel-caption .slider-control.left .arrow{
		width: 50px;
		height:50px;
	}

	.hero-carousel.home .carousel-caption .slider-control.right .arrow{
		width: 50px;
		height:50px;
	}

	/* footer nav */ 
	#footer:before {
		content: '.';
		display: block;
		width: 100%;
	}
	
	footer nav#footer-navigation{
		background: #f6f6f6;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	footer nav#footer-navigation ul li{
		float: none;
		display: inline-block;
	}
	
	footer nav#footer-navigation ul li a{
		font-size: 0.67em;
		line-height: 0.8em;
		letter-spacing: 0.05em;
	}

	footer nav#footer-navigation ul.nav-first{
		margin-bottom: 0px;
	}
	
	.desktop-positioned-reservations{
		top: 330px;
	}

    .desktop-positioned-inquiries{
		top: 330px;
	}
	
	#patina-restaurant-group-logo{
		margin-top: 20px;
	}
	
	
	/* About Us */
	h2{
		margin-bottom: 10px;
	}

	hr.heading-divider{
		margin: 0px auto 20px auto;
	}
		
	.about-us{
		margin-top: 80px;
		line-height: 1.8em;
		border-bottom: none;
	}
	
	.history{
		margin-top: 80px;
		padding-left: 0px;
		padding-right: 0px;
		border-bottom: none;
		padding-bottom: 0px;
	}
	
	.history .row{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.history .row > div{
		padding-left: 0px;
		padding-right: 0px;
	}

	.history .history-wrapper{
		margin-left: 50px;
		margin-right: 50px;
	}
	
	.history .history-events{
		width: 100%;
		border: none;
		margin-bottom: 0px;
	}

	.history .history-events .flex-direction-nav a.flex-nav-prev{
		left: 14%;
	}
	
	.history .history-events .flex-direction-nav a.flex-nav-next{
		right: 14%;
	}
	
	.history .history-events .flex-direction-nav li{
		margin: 0px;
	}	
	

	.history .history-events .flex-direction-nav a.flex-nav-prev:before, .history .history-events .flex-direction-nav a.flex-nav-next:before{
		content: '';
	}

	.history .history-events .flex-direction-nav .flex-nav-prev a{
		background: url('/images/PRG/about_us_timeline_arrows.png') #ffffff;
		background-position: 50% 0%;
		background-repeat: no-repeat;
		opacity: 0;
		text-indent: 100%;
		white-space: nowrap; 
		overflow: hidden;
		width: 76px;
		height: 76px;
		z-index: 97;
		position: absolute;
		top: 10%;
		left: 0%;
		right: auto;
	}

	.history .history-events .flex-direction-nav .flex-nav-next a{
		background: url('/images/PRG/about_us_timeline_arrows.png') #ffffff;
		background-position: 50% 100%;
		opacity: 0;	
		text-indent: 100%;
		white-space: nowrap; 
		overflow: hidden;
		width: 76px;
		height: 76px;
		z-index: 97;
		position: absolute;
		top: 10%;
		right: 0%;
		left: auto;
	}
	
	.history .history-events:hover .flex-direction-nav .flex-nav-prev a, .history .history-events:hover .flex-direction-nav .flex-nav-next a{
		opacity: 1;
	}
	
	.history .history-events .slides{
		direction: rtl;
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.history .history-events .slides li.event{
		width: 310px;
		float: right;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.history .history-events .slides li.event .event-inner{
		margin-left: 3px;
		margin-right: 3px;
	}
	
	.history .history-events .slides li.event .event-decade{
		color: #d5d755;
		display: block;
		top: -60px;
		left: 0px;
		right: 0px;
		text-align: center;
		height: 0px;
		position: relative;
		font-size: 1.5em;
		direction: ltr;
		font-weight: bold;
		letter-spacing: 0.05em;
	}

	.history .history-events .slides li.event .event-mark{
		height: 12px;
		width: 12px;
		background: #d5d755;
		border-radius: 6px;
		top: -26px;
		left: 0px;
		right: 0px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	
	.history .history-events .slides li.event .event-year{
		direction: ltr;
		text-align: left;
	}
	
	.history .history-events .slides li.event .event-title{
		direction: ltr;
		text-align: left;
	}
	
	.history .history-events .slides li.event .event-divider{
		direction: ltr;
		text-align: left;
	}
	
	.history .history-events .slides li.event .event-description{
		direction: ltr;
		text-align: left;
	}
	
	.history .history-events .slides li.event.hidden-mobile-event{
		display: block;
	}
	
	.history .read-more-outer{
		display: none;
	}
		
	.executive-profiles .executive-profiles-selectors{
		background: #ebebeb;
		margin-top: 80px;
		padding-bottom: 20px;
	}
	
	.executive-profiles .executive-profiles-selectors .selector h3{
		font-size: 1.2em;
	}
	
	.executive-profiles .executive-profiles-selectors .selector.active:after{
		display: block;
		position: absolute;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 25px solid #ebebeb;
		content: ' ';
		height: 0px;
		width: 0px;
		left: 0px;
		right: 0px;
		bottom: -45px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.executive-profiles .executive-profiles-selectors .selector .title{
		height: 36px;
	}

    /* Restaurant Locator */
    .locator-search-bottom > div {
        font-size: 0.8em;
    }

    .col-md-5ths {
        width: 20%;
        float: left;
    }

    .locator-view-more {
        display: block;
    }

    .restaurant-locator-view-more-button {
        display: none;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

	#desktop-navbar a{
		font-size: 0.82em;
		padding-left: 14px;
		padding-right: 14px;
	}

	footer nav#footer-navigation ul li a{
		font-size: 0.7em;
		line-height: 0.8em;
		letter-spacing: 0.05em;
	}
	
	/* About Us */
	.executive-profiles .executive-profiles-selectors .selector h3{
		font-size: 1.7em;
	}

    /* Restaurant Locator */
    .locator-search-bottom > div {
        font-size: 1em;
    }

}

@media (min-width: 1042px) { 

}

@media (min-width: 1092px) { 

}

@media (min-width: 1142px) { 

    /* Restaurant Locator*/
    #locator-search-top-left {
	    font-size: 2em;
	    line-height: 2em;
        padding: 0;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	#desktop-navbar a{
		font-size: 0.83em;
		padding-left: 20px;
		padding-right: 20px;
		letter-spacing: 0.1em;
	}

}

@media (min-width: 1242px) { 

}

@media (min-width: 1292px) { 

}

@media (min-width: 1342px) { 

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {

	header ul#mobile-header-social-media li a{
		border-bottom: none !important;
		width: 49px;
		height: 49px;
		padding: 10px;
		display: block;
		background: url('/images/PRG/social-media-sprite@2x.png') no-repeat;
		background-size: 68px 118px;
	}

	header ul#mobile-header-social-media .facebook a{
		background-position: -45% -20%;
	}

	header ul#mobile-header-social-media .twitter a{
		background-position: -45% 45%;
	}

	header ul#mobile-header-social-media .instagram a{
		background-position: -55% 119%;
	}

	header ul#mobile-header-social-media .facebook a:hover{
		background-position: 184% -20%;
	}

	header ul#mobile-header-social-media .twitter a:hover{
		background-position: 175% 45%;
	}

	header ul#mobile-header-social-media .instagram a:hover{
		background-position: 192% 119%;
	}
	
	header #header-navbar #mobile-menu-toggle.collapsed{
		background: none;
	}

	.hero-carousel.home .carousel-caption .slider-control.left .arrow{
		background: url('/images/PRG/desktop-hero-arrows@2x.png') no-repeat;
		background-size: 60px 100px;
		background-position: 50% 10%;
	}

	.hero-carousel.home .carousel-caption .slider-control.right .arrow{
		background: url('/images/PRG/desktop-hero-arrows@2x.png') no-repeat;
		background-size: 60px 100px;
		background-position: 30% 92%;
	}
	
	.desktop-positioned-inquiries .tab{
		background: url('/images/PRG/PRG-Catering-About-Inquiries-2x.png');
		background-size: 55px 673px;
	}
	
	.desktop-positioned-reservations .tab{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: -5px 252px;
	}

	.desktop-positioned-reservations.open .tab{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: -5px 517px;
	}
	
	/* .desktop-positioned-reservations .reservation-restaurant select{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: 156px -28px;
		background-repeat: no-repeat;
		padding-right: 60px;
	} */
	
	.desktop-positioned-reservations .reservation-restaurant .selected{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: 156px -28px;
		background-repeat: no-repeat;
		padding-right: 60px;
	}

	.desktop-positioned-reservations.large-restaurant .reservation-restaurant .selected{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: 156px -18px;
		background-repeat: no-repeat;
		padding-right: 60px;
	}
	
	.desktop-positioned-reservations .reservation-date select{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: 64px -124px;
		background-repeat: no-repeat;
	}
	
	.desktop-positioned-reservations .reservation-time select{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: 55px -57px;
		background-repeat: no-repeat;
	}

	.desktop-positioned-reservations .reservation-seats select{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: 41px -90px;
		background-repeat: no-repeat;
	}
	
	.desktop-positioned-reservations .call-us a{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: 80px 0px;
		background-repeat: no-repeat;
	}
	
	.mobile-positioned-reservations .tab{
		background: url('/images/PRG/reservation-widget-sprite-mobile@2x.png');
		background-size: 350px 275px;
		background-position: 50% 65%;
		background-repeat: no-repeat;
	}
	
	.mobile-positioned-reservations.open .tab{
		background: url('/images/PRG/reservation-widget-sprite-mobile@2x.png');
		background-size: 350px 275px;
		background-position: 50% 98%;
		background-repeat: no-repeat;
	}
	
	/* .mobile-positioned-reservations .reservation-restaurant select{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: 156px -28px;
		background-repeat: no-repeat;
		padding-right: 60px;
	} */
	
	.mobile-positioned-reservations .reservation-restaurant .selected{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: 156px -28px;
		background-repeat: no-repeat;
		padding-right: 60px;
	}

	.mobile-positioned-reservations.large-restaurant .reservation-restaurant .selected{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: 156px -18px;
		background-repeat: no-repeat;
		padding-right: 60px;
	}
	
	.mobile-positioned-reservations .reservation-date select{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: 64px -124px;
		background-repeat: no-repeat;
	}
	
	.mobile-positioned-reservations .reservation-time select{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: 55px -57px;
		background-repeat: no-repeat;
	}

	.mobile-positioned-reservations .reservation-seats select{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: 41px -90px;
		background-repeat: no-repeat;
	}
	
	.mobile-positioned-reservations .call-us a{
		background: url('/images/PRG/reservation-widget-sprite@2x.png');
		background-size: 55px 673px;
		background-position: 80px 0px;
		background-repeat: no-repeat;
	}
	
	header #header-navbar .navbar-brand > a{
		background: url('/images/PRG/Patina-Restaurant-Group-Logo@2x.jpg');
		background-size: 205px 70px;
		background-position: 0% 50%;
	}
	
	.history .history-events .flex-direction-nav .flex-nav-prev a{
		background: url('/images/PRG/about_us_timeline_arrows@2x.png') #ffffff;
		background-size: 76px 184px;
		background-position: 50% 0%;
		background-repeat: no-repeat;
	}

	.history .history-events .flex-direction-nav .flex-nav-next a{
		background: url('/images/PRG/about_us_timeline_arrows@2x.png') #ffffff;
		background-size: 76px 184px;
		background-position: 50% 100%;
		background-repeat: no-repeat;
	}
	
}