@charset  "utf-8";
@import  "http://fonts.googleapis.com/css?family=Lato:400,700";
/* CSS Document */
/*Theme Name: Rosen Shingle CreekTheme URI: http://wordpress.org/themes/twentyfourteenAuthor: the WordPress teamAuthor URI: http://wordpress.org/Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.Version: 1.0License: GNU General Public License v2 or laterLicense URI: http://www.gnu.org/licenses/gpl-2.0.htmlTags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-readyText Domain: twentyfourteen This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.*/
/** * Table of Contents: * * 1.0 - Reset * 2.0 - Repeatable Patterns * 3.0 - Basic Structure * 4.0 - Header * 5.0 - Navigation * 6.0 - Content *   6.1 - Post Thumbnail *   6.2 - Entry Header *   6.3 - Entry Meta *   6.4 - Entry Content *   6.5 - Galleries *   6.6 - Post Formats *   6.7 - Post/Image/Paging Navigation *   6.8 - Attachments *   6.9 - Archives *   6.10 - Contributor Page *   6.11 - 404 Page *   6.12 - Full-width *   6.13 - Singular *   6.14 - Comments * 7.0 - Sidebar *   7.1 - Widgets *   7.2 - Content Sidebar Widgets * 8.0 - Footer * 9.0 - Featured Content * 10.0 - Multisite * 11.0 - Media Queries * 12.0 - Print * ----------------------------------------------------------------------------- */
/** * 1.0 Reset * * Resetting and rebuilding styles have been helped along thanks to the fine * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html * along with Nicolas Gallagher and Jonathan Neal * http://necolas.github.com/normalize.css/ and Blueprint * http://www.blueprintcss.org/ * * ----------------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: arial,Helvetica,sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}

audio,canvas,video {
	display: inline-block;
	max-width: 100%;
}

/*----- WSOA CSS  -----*/
body {
	background: #fff;
}

html,body,#parentWrapper,#imageWrapper,#bigImage {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
}

a,a:hover {
	color: #537F3B;
	text-decoration: underline;
}

#insidePage #parentWrapper {
	height: auto;
}

#parentWrapper,#imageWrapper,#bigImage {
	min-width: 1050px;
}

#mainImageWrapper {
	display: block;
	width: 100%;
	min-width: 1050px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	height: 600px;
	overflow: hidden;
}

#mainImageWrapper {
	height: 500px;
}

#mainImageWrapper img {
	width: 100%;
	min-width: 1400px;
}

#bigImage {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	overflow: hidden;
}

#bigImage img,#bigImage div {
	top: 0;
	left: 0;
	position: absolute;
}

#contentArea {
	display: block;
	width: 100%;
	min-width: 1050px;
	height: auto;
}

#contentWrapper {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

#insidePage #contentWrapper {
	margin-top: 0;
}

#reservationBar {
	position: absolute;
	display: block;
	width: 100%;
	min-width: 1050px;
	height: 62px;
	background: url(/wp-content/themes/shinglecreek/images/background_black_opacity_70.png);
}

.stayBottom {
	bottom: 0;
}

#insidePage #reservationBar {
	margin-top: 438px;
}

#reservationForm,#reservationPhone {
	width: auto;
	float: right;
	height: auto;
}

form {
	font-family: Arial,Helvetica,Gotham,sans-serif;
}

#reservationForm {
	background: url(/wp-content/themes/shinglecreek/images/icon_reservationCalendar.png) 0 0 no-repeat;
	padding-left: 50px;
	margin-top: 17px;
}

.reserv-checkin,.reserv-checkout {
	width: 78px;
	margin-right: 12px;
	float: left;
}

.reserv-checkin::-moz-placeholder,.reserv-checkout::-moz-placeholder {
	color: #2E2E2E;
	opacity: 1;
}

.reserv-checkin:-ms-input-placeholder,.reserv-checkout:-ms-input-placeholder {
	color: #2E2E2E;
}

.reserv-checkin::-webkit-input-placeholder,.reserv-checkout::-webkit-input-placeholder {
	color: #2E2E2E;
}

.reserv-adults {
	width: 70px;
	margin-right: 12px;
	float: left;
}

.reserv-child {
	width: 83px;
	margin-right: 12px;
	float: left;
}

.reserv-submitButton {
	display: inline-block;
	float: left;
}

#reservationPhone {
	width: 164px;
	border-left: 1px solid #4A4A4A;
	padding-left: 20px;
	margin-top: 12px;
	margin-left: 20px;
}

.reservBar_txt1,.reservBar_txt2 {
	float: left;
	font-family: Arial,Helvetica,Gotham,sans-serif;
	font-weight: 700;
	color: #DDC1AE;
}

.reservBar_txt1 {
	font-size: 11px;
}

.reservBar_txt2 {
	font-size: 20px;
}

#topBar {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	min-width: 1050px;
	height: 4px;
	background: #465C01;
	opacity: .7;
	filter: alpha(opacity=70);
}

#topBar span {
	display: none;
}

#column_left {
	z-index: 2;
	position: relative;
	display: block;
	width: 230px;
	height: 100%;
	float: left;
	margin-top: 4px;
	background: url(/wp-content/themes/shinglecreek/images/background_black_opacity_65.png);
	margin-left: 0;
	text-align: center;
}

#insidePage #column_left {
	min-height: 496px;
}

#column_left a {
	display: block;
	width: inherit;
}

#column_left a img {
	border: none;
}

#logo_website,#logo_website a {
	float: left;
	width: 100%;
	height: 63px;
}

#logo_website {
	margin-top: 14px;
	overflow: hidden;
}

#logo_website a {
	overflow: hidden;
}

#menu-main-nav,#menu-main-nav-container-mobile #menu-main-nav-2 {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 24px;
	font-size: 11px;
}

#menu-main-nav {
	text-transform: uppercase;
}

#menu-main-nav li a {
	font-family: "arialnarrow_bold",Arial,Helvetica,sans-serif;
}

#menu-main-nav-container-mobile #menu-main-nav-2 li a {
	font-family: "arialnarrow",Arial,Helvetica,sans-serif;
}

#menu-main-nav li,#menu-main-nav-container-mobile #menu-main-nav-2 li {
	height: auto;
}

#menu-main-nav a,#menu-main-nav-container-mobile #menu-main-nav-2 a {
	color: #E8E8E8;
	text-decoration: none;
	padding: 5px 0;
}

.sub-menu {
	z-index: 30;
	display: none;
	float: left;
	position: absolute;
	width: 200px;
	height: auto;
	text-transform: none;
	font-family: "arialnarrow",Arial,Helvetica,sans-serif;
	background: url(/wp-content/themes/shinglecreek/images/background_white_opacity_90.png);
	list-style: none;
/*padding:10px 20px 10px 20px;*/
	text-align: left;
}

#menu-main-nav-3 .sub-menu {
/*padding:10px 20px 10px 20px;*/
	padding-bottom: 5px;
}

.sub-menu li a {
	margin: 5px 20px;
	width: 85% !important;
}

.sub-menu li {
	width: 100% !important;
}

.sub-menu li:hover {
	background: #CECECE !important;
}

#menu-top-nav-container {
	width: auto;
	background: url(/wp-content/themes/shinglecreek/images/background_green_opacity_70.png);
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

#menu-top-nav-container #menu-main-nav-3 {
	width: 100%;
	height: 100%;
}

#menu-top-nav-container #menu-main-nav-3 li {
	display: inline-block;
	height: 28px;
	width: auto;
}

#menu-top-nav-container #menu-main-nav-3 li ul li {
	float: left;
	clear: left;
}

#menu-top-nav-container #menu-main-nav-3 li ul li:first-child a {
	padding-left: 5px;
}

#menu-top-nav-container #menu-main-nav-3 li a {
	height: 70%;
	color: #fff;
	padding: 3px 12px 0 6px;
	border-right: 1px solid #B0C0A0;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}

#menu-top-nav-container #menu-main-nav-3 li:first-child a {
	padding-left: 12px;
}

#menu-top-nav-container #menu-main-nav-3 li:last-child a {
	border: none;
}

#menu-main-nav li ul {
	margin-left: 230px;
	margin-top: -40px;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

#menu-top-nav-container #menu-main-nav-3 li ul {
	margin-top: 28px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#menu-main-nav li ul li a,#menu-top-nav-container #menu-main-nav-3 li ul li a {
	color: #393939;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 12px;
	border: none;
/*padding:5px 0px 5px 0px;*/
}

#menu-top-nav-container #menu-main-nav-3 li ul li {
	height: auto;
}

#menu-main-nav li:hover {
	background: #000 url(/wp-content/themes/shinglecreek/images/icon_navArrow_hover_white.png) right no-repeat;
}

#menu-main-nav li ul li:hover {
	background: none;
}

#menu-main-nav li ul li a:hover {
	color: #000;
}

#menu-top-nav-container #menu-main-nav-3 li ul li:hover {
/*background:none;*/
}

#menu-top-nav-container #menu-main-nav-3 li ul li a:hover {
	color: #000;
}

#menu-top-nav-container #menu-main-nav-3 li:hover {
	background: url(/wp-content/themes/shinglecreek/images/icon_navTopArrow_hover_white.png) bottom no-repeat;
}

#menu-top-nav-container #menu-main-nav-3 li ul li:hover {
/*background:none;*/
}

#menu-main-nav-container-mobile #menu-main-nav-2 {
	display: none;
}

#column_left2 {
	display: block;
	float: left;
	width: 220px;
	background: #EEE;
	margin-left: 5px;
	height: auto;
}

#nav_container {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
/*overflow:hidden;*/
/*z-index:3;*/
}

#footerWrapper {
	width: 100%;
	min-width: 1050px;
	min-height: 120px;
	background: #7F7F7F;
	z-index: 3;
}

#specialsBadge-home,#specialsBadge {
	display: block;
	width: auto;
	height: auto;
	float: right;
	clear: right;
	margin-right: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#specialsBadge {
	margin-top: 240px;
}

#specialsBadge-home .promo,#specialsBadge .promo {
	display: block;
	width: 398px;
	height: 116px;
	background: url(/wp-content/themes/shinglecreek/images/background_white_opacity_80.png);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
/*overflow:hidden;*/
}

.promo .bx-viewport {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	height: 116px !important;
	overflow: hidden;
}

.videoHighlight .bx-viewport {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	margin-left: 6px;
}

.promo .bxslider-promoAds ul,.promo .bxslider-promoAds li,.promo .bx-viewport,.promo .bx-wrapper {
	background: none !important;
	border: none !important;
}

.videoHighlight .bxslider-videos ul,.videoHighlight .bxslider-videos li,.videoHighlight .bx-viewport,.videoHighlight .bx-wrapper {
	background: none !important;
	border: none !important;
}

.promo-image,.promo-info {
	display: block;
	margin: 10px;
}

.promo-image {
	float: right;
	width: 200px;
	height: 95px;
	overflow: hidden;
	background: #FFF;
	border: 1px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-left: 0;
}

.promo-image img {
	width: 100%;
}

.promo-info {
	float: left;
	text-align: right;
	width: 160px;
	height: 95px;
	overflow: hidden;
	padding-top: 5px;
}

.promo-info .readMore_button {
	float: right;
}

.promo-text-small,.promo-text-big {
	width: 100%;
}

.promo-text-small {
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	margin-bottom: 3px;
}

.promo-text-big {
	float: right;
	font-family: Georgia,Times,serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
}

#topNav {
	display: block;
	float: right;
	width: auto;
	height: 28px;
	margin-top: 4px;
	margin-right: 20px;
}

#topNav a {
	display: block;
	float: left;
	width: inherit;
	height: inherit;
}

#topNav a img {
	border: none;
}

#menu-top-nav-container,#weatherWidget-container,#language-translate {
	display: block;
	float: left;
	width: auto;
	height: 100%;
}

#column_left #language-translate {
	display: none;
}

#weatherWidget-container {
	width: 84px;
	background: url(/wp-content/themes/shinglecreek/images/background_white_opacity_70.png);
	-moz-border-radius: 0 0 5px;
	-webkit-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	overflow: hidden;
}

#weatherWidget-wrapper {
	displaay: block;
	width: 78px;
	height: 22px;
}

#weatherWidget-wrapper span {
	display: block;
	float: left;
}

#weatherIcon {
	width: 50px;
	height: 22px;
	margin: 2px 0 -1px 1px;
	overflow: hidden;
	background: url(/wp-content/themes/shinglecreek/images/weatherIcons-custom.png) no-repeat 61px 0;
	margin-left: -10px;
}

#weatherTemp {
	height: auto;
	color: #494949;
	font-size: 14px;
	padding-top: 4px;
	font-family: Arial,sans-serif;
}

#language-translate {
	width: auto;
	background: url(/wp-content/themes/shinglecreek/images/background_black_opacity_30.png);
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 20px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#language-translate a {
	display: inline-block;
	float: left;
	height: auto;
	width: auto;
	padding: 8px 4px 0;
}

#language-translate a span {
	display: block;
	width: 16px;
	height: 11px;
/*background:url(/wp-content/themes/shinglecreek/images/icon_flag_usa.png) top no-repeat;*/
}

.sub-nav-top {
	z-index: 1;
	display: block;
	position: relative;
	width: 185px;
	height: 323px;
	margin-left: 145px;
	margin-top: 21px;
	float: left;
}

#promo_buttons {
	width: 100%;
	height: auto;
	padding: 30px 0 20px;
}

#promo_buttons span {
	height: auto;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

#promo_buttons img {
	border: none;
}

#videos-tv-wrapper {
	display: block;
	width: 220px;
	height: auto;
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
	clear: left;
}

#videos-tv-header {
	position: absolute;
	display: block;
	float: left;
	width: inherit;
	height: 65px;
	z-index: 2;
}

#videos-tv-header a img {
	border: none;
}

#videos-tv-content {
	position: relative;
	display: block;
	float: left;
	width: inherit;
	height: auto;
	background: #7D9D5E url(..//wp-content/themes/shinglecreek/images/background-video-tv.png) top no-repeat;
	margin-top: 43px;
	text-align: left;
	overflow: hidden;
}

#videos-tv-content ul {
	list-style: none;
	display: block;
	height: auto;
	width: 100%;
	padding: 10px 0 20px;
}

#videos-tv-content ul li {
	display: block;
	float: left;
	font-size: 12px;
	background: url(/wp-content/themes/shinglecreek/images/divider_dashedLine_darkGreen.png) bottom repeat-x;
}

#videos-tv-content ul li a {
	display: block;
	float: left;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 15px 10px;
}

#videos-tv-content ul li a:hover {
	text-decoration: underline;
}

#wrapper_searchField {
	position: absolute;
	display: block;
	width: inherit;
	height: 105px;
	bottom: 0;
}

#insidePage #wrapper_searchField {
	position: relative;
	float: left;
	margin-top: 23px;
}

#searchField,#socialIcons {
	width: 180px;
}

#searchField {
	height: 30px;
}

.searchFrame {
	text-align: left;
	display: block;
	height: 28px;
	background: #ADADAD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.searchFrame .searchInput {
	float: left;
	width: 145px;
	margin-left: 5px;
	height: 26px;
	border: none;
	color: #242424;
	background: #ADADAD;
	font-size: 14px;
}

.searchFrame .searchInput::-moz-placeholder {
	color: #242424;
	opacity: 1;
}

.searchFrame .searchInput:-ms-input-placeholder {
	color: #242424;
}

.searchFrame .searchInput::-webkit-input-placeholder {
	color: #242424;
}

.searchFrame .searchButton {
	float: left;
}

#socialIcons {
	height: 23px;
	margin-top: 30px;
}

#socialIcons ul {
	width: 100%;
}

#socialIcons ul li {
	display: inline-block;
	margin-right: 2px;
}

#socialIcons ul li a {
	width: 24px;
	height: 24px;
	text-indent: -2000px;
}

#socialIcons ul li:last-child {
	margin-right: 0;
}

#menu-item-social-1 {
	background: url(/wp-content/themes/shinglecreek/images/icon_social_fb.png) top no-repeat;
}

#menu-item-social-2 {
	background: url(/wp-content/themes/shinglecreek/images/icon_social_twitter.png) top no-repeat;
}

#menu-item-social-3 {
	background: url(/wp-content/themes/shinglecreek/images/icon_social_googlePlus.png) top no-repeat;
}

#menu-item-social-4 {
	background: url(/wp-content/themes/shinglecreek/images/icon_social_4square.png) top no-repeat;
}

#menu-item-social-5 {
	background: url(/wp-content/themes/shinglecreek/images/icon_social_youTube.png) top no-repeat;
}

#menu-item-social-6 {
	background: url(/wp-content/themes/shinglecreek/images/icon_social_pinterest.png) top no-repeat;
}

#contentColumn_right {
	display: block;
	float: left;
	min-width: 820px;
	width: 75%;
	min-height: 2000px;
}

#contentColumn_right p {
	margin-bottom: 30px;
}

#contentColumn_right ul {
	margin-top: -10px;
}

/*----  ELASTIC CONTENT STYLING     ----*/
h1,h6 {
	font-family: "arialnarrow",Arial,Helvetica,sans-serif;
	font-size: 32px;
	color: #6A6A6A;
	margin-bottom: 18px;
	float: left;
	width: 100%;
}

h2,h3,h4,h5,.h2 {
	font-family: arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 8px;
	margin-top: 0;
	float: left;
	width: 100%;
}

h2,.h2 {
	font-size: 16px;
	color: #AA4827;
	line-height: 22px;
}

.h2 {
	float: none;
	clear: right;
	display: block;
}

h4 {
	font-size: 16px;
	color: #545454;
	line-height: 22px;
}

p,.columnWrapper ul,table {
	font-family: arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #444;
	margin-bottom: 30px;
	float: left;
}

table tr td {
	padding: 5px 5px 5px 0;
}

.columnWrapper p {
	width: 100%;
}

.columnWrapper ul {
	margin-right: 50px;
}

.columnWrapper ul.ul_half {
	width: 35%;
}

.columnWrapper ul.ul_half_pet {
	background-color: #FFEFBF;
	width: 28%;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFDF7D;
}

.columnWrapper p.ul_half {
	width: 45%;
}

.columnWrapper ul li {
	list-style: url(/wp-content/themes/shinglecreek/images/icon_listStyle_bullet.png);
	margin-left: 11px;
	padding: 4px 2px;
}

#contentWrapper2 {
	float: left;
	display: block;
	width: 96%;
	min-width: 780px;
/*height: auto;*/
	min-height: 1000px;
	margin-top: 30px;
	margin-left: 4%;
	margin-bottom: 50px;
	text-align: left;
}

.columnThird,.columnTwoThird,.columnThird_fixed,.columnTwoThird_notMobile {
	display: block;
	float: left;
}

.columnThird {
	width: 30%;
	height: auto;
	margin-right: 30px;
}

.columnThird h3 {
	color: #AA4827;
}

.columnTwoThird,.columnTwoThird_notMobile {
	width: 62%;
	height: auto;
	margin-right: 30px;
}

#insidePage .columnTwoThird,#insidePage .columnTwoThird_notMobile {
	/*min-height: 700px;*/
}

.columnTwoThird h3,.columnTwoThird_notMobile h3 {
	color: #353535;
}

.columnTwoThird_notMobile {
	display: none;
}

#sub-nav-insidePage {
	display: block;
	float: left;
	width: 90%;
	margin-left: 10%;
	height: auto;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: -6px 0 8px -2px rgba(0,0,0,0.25);
	-moz-box-shadow: -6px 0 8px -2px rgba(0,0,0,0.25);
	box-shadow: -6px 0 8px -2px rgba(0,0,0,0.25);
}

#sub-nav-insidePage ul {
	margin: 10px;
	width: 90%;
}

#sub-nav-insidePage ul li {
	display: block;
	height: auto;
	width: 100%;
	list-style: none;
	font-size: 14px;
	background: url(/wp-content/themes/shinglecreek/images/divider-dashed-gray.png) bottom repeat-x;
}

#sub-nav-insidePage ul li:last-child {
	background: none;
}

#sub-nav-insidePage ul li a {
	color: #537F3B;
	display: block;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
}

#sub-nav-insidePage .children {
	display: none;
}

#wrapper_weddingContact,#wrapper_ppcForm {
	display: block;
	float: left;
	width: 90%;
	margin-left: 10%;
	height: auto;
	background: #FFF;
	margin-top: 8px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#wrapper_weddingContact .formTitle,#wrapper_ppcForm .formTitle {
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	display: block;
	float: left;
	padding: 10px;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #E4E4E4;
}

#wrapper_weddingContact .formTitle,#wrapper_ppcForm label,#wrapper_weddingContact .formTitle,#wrapper_ppcForm .gfield_description {
	color: #666666;
	line-height: 22px;
	font-size:18px;
}

#gform_6,#wrapper_ppcForm .gform_wrapper form {
	display: block;
	float: left;
	padding: 15px;
	margin-bottom: -30px;
}

#gform_fields_6,#gform_fields_6 li,#input_6_4 {
	width: 100%;
}

#wrapper_ppcForm .gform_wrapper form .gform_fields,#wrapper_ppcForm .gform_wrapper form .gform_fields li,#wrapper_ppcForm .gform_wrapper form .ginput_container textarea,#wrapper_ppcForm .gform_wrapper form .gfield_description {
	width: 100%;
}

#wrapper_ppcForm .gform_wrapper form .ginput_container textarea {
	height: 130px;
}

#wrapper_ppcForm .gform_wrapper form .gfield_description {
	text-align: center;
}

#gform_6 .validation_error,#wrapper_ppcForm .gform_wrapper form .validation_error {
	width: 100%;
}

#gform_fields_6 li,#wrapper_ppcForm .gform_wrapper form .gform_fields li {
	margin-bottom: 5px;
}

#wrapper_ppcForm .formTitle {
	font-weight: 700;
}

.ppcForm_green,#wrapper_ppcForm {
/* 	background:#54803C !important; */
	background: #689f4a !important;
	background: url(data:image/svg+xml !important;







base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4OWY0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZTVmMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top,rgba(104,159,74,1) 0%,rgba(62,95,44,1) 100%) !important;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(104,159,74,1)),color-stop(100%,rgba(62,95,44,1))) !important;
	background: -webkit-linear-gradient(top,rgba(104,159,74,1) 0%,rgba(62,95,44,1) 100%) !important;
	background: -o-linear-gradient(top,rgba(104,159,74,1) 0%,rgba(62,95,44,1) 100%) !important;
	background: -ms-linear-gradient(top,rgba(104,159,74,1) 0%,rgba(62,95,44,1) 100%) !important;
	background: linear-gradient(to bottom,rgba(104,159,74,1) 0%,rgba(62,95,44,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#689f4a',endColorstr='#3e5f2c',GradientType=0) !important;
}

.ppcForm_green .formTitle,#wrapper_ppcForm .formTitle {
	font-size: 32px;
	padding-bottom: 10px;
	line-height: 34px;
}

.ppcForm_green .formTitle,.ppcForm_green form label,.ppcForm_green form .gfield_description {
	color: #fff !important;
}

#wrapper_ppcForm .gform_wrapper form .gform_footer input {
	height: 40px;
	width: 160px;
	border: none;
	text-indent: -300px;
	margin-left: auto;
	margin-right: auto;
	background: url(/wp-content/themes/shinglecreek/images/button_big_submit_red.svg) no-repeat scroll 0 0 rgba(0,0,0,0);
}

.ppcForm_green form .gform_footer input {
	background: url(/wp-content/themes/shinglecreek/images/button_big_submit_red.svg) no-repeat scroll 0 0 rgba(0,0,0,0) !important;
}

.gform_confirmation_message {
	display: block;
	float: left;
	padding: 20px;
	text-align: center !important;
}

.ppcForm_green .gform_confirmation_message {
	color: #fff;
}

#input_6_4 {
	height: 80px;
}

#gform_submit_button_6 {
	margin-left: 35%;
}

.searchResults {
	margin-left: -10px;
}

.searchResults li {
	display: block;
	float: left;
	width: 100%;
	font-size: 13px;
	padding: 15px 0 !important;
	height: auto;
	list-style: none !important;
	border-bottom: 1px solid #ccc;
}

.searchResults li p {
	margin-bottom: 0 !important;
}

.searchTitle {
	font-size: 16px;
	font-weight: 700;
	color: #537F3B;
}

.searchTitle:hover {
	color: #537F3B;
}

.videoHighlight {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.videoHighlight .bx-viewport {
	display: block;
	float: left;
	height: auto;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
}

.videoHighlight .bxslider-videos {
	display: block;
	float: left;
	padding-top: 10px;
	background-color: #CDDAC0;
	width: 100%;
	height: auto;
}

.videoHighlight ul {
	display: block;
	float: left;
	width: auto;
	height: auto;
}

.videoHighlight ul li {
	list-style: none;
}

.imgHighlight {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

#insidePage .imgHighlight_left {
	float: left;
	width: 300px;
	margin-right: 2%;
	margin-bottom: 10px;
}

#insidePage .imgHighlight_left_noshadow {
	float: left;
	width: auto;
	margin-right: 2%;
	margin-bottom: 10px;
}

#insidePage p.ul_half .imgHighlight_left,#insidePage p.ul_half .imgHighlight_right {
	width: 100%;
}

#insidePage .imgHighlight_right {
	float: right;
	width: 300px;
	margin-left: 2%;
	margin-bottom: 10px;
}

#insidePage .imgHighlight_right_noshadow {
	float: right;
	width: auto;
	margin-right: 2%;
	margin-bottom: 10px;
}

#insidePage .imgHighlight_right_large {
	float: right;
	width: 400px;
	margin-left: 2%;
	margin-bottom: 10px;
}

#insidePage .imgHighlight_left_large {
	float: left;
	width: 400px;
	margin-right: 2%;
	margin-bottom: 10px;
}

#insidePage .imgHighlight_full {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.imgHighlight img,.imgHighlight_left img,.imgHighlight_right img,.imgHighlight_full img,.imgHighlight_right_large img,.imgHighlight_left_large img {
	border: 5px solid #fff;
	width: 97%;
	-webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.5);
	-moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.5);
	box-shadow: 0 0 5px 0 rgba(50,50,50,0.5);
}

.imgHighlight2 {
	display: block;
	float: left;
	height: auto;
	margin-bottom: 15px;
	width: 40%;
	max-width: 300px;
}

.imgHighlight2 img {
	width: 100%;
}

.contentHighlight {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.contentHighlight2 {
	display: block;
	float: left;
	height: auto;
	width: 55%;
	margin-left: 3%;
}

.contentHighlight h3,.contentHighlight p {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.contentHighlight p {
	margin-bottom: 15px;
	font-size: 12px;
}

.columnWrapper {
	disaplay: block;
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #CDCDCD;
}

#insidePage .columnWrapper {
	border-bottom: none;
}

.vidImg {
	display: block;
	float: left;
	width: 90%;
	height: auto;
	overflow: hidden;
	margin-left: 5%;
	margin-top: 5%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.vidImg img {
	width: 102%;
}

.vidContent {
	display: block;
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 2%;
	vertical-align: middle;
}

.vidContent p {
	color: #203518;
	font-weight: 700;
	line-height: 15px;
}

.vidText {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.vidText p {
	float: left;
	width: 80%;
	padding: 5px 0;
}

.vidContent img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.readMore {
	margin-top: 10px;
}

.readMore_button,.regular_button1 {
	background: #eca82b;
/* Old browsers */
	background: -moz-linear-gradient(top,#eca82b 0%,#c88a12 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eca82b),color-stop(100%,#c88a12));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#eca82b 0%,#c88a12 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#eca82b 0%,#c88a12 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#eca82b 0%,#c88a12 100%);
/* IE10+ */
	background: linear-gradient(to bottom,#eca82b 0%,#c88a12 100%);
/* W3C */
}

.valentines_button {
	background: /* Old browsers */
red;
	background: -moz-linear-gradient(top,red 0%,#C03627 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,red),color-stop(100%,#C03627));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,red 0%,#C03627 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,red 0%,#C03627 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,red 0%,#C03627 100%);
/* IE10+ */
	background: linear-gradient(to bottom,red 0%,#C03627 100%);
/* W3C */
}

.regular_button2,.button_prev,.button_next {
	background: #b1b1b1;
/* Old browsers */
	background: -moz-linear-gradient(top,#b1b1b1 0%,#868686 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#b1b1b1),color-stop(100%,#868686));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#b1b1b1 0%,#868686 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#b1b1b1 0%,#868686 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#b1b1b1 0%,#868686 100%);
/* IE10+ */
	background: linear-gradient(to bottom,#b1b1b1 0%,#868686 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1b1b1',endColorstr='#868686',GradientType=0);
/* IE6-9 */
}

.readMore_button,.regular_button3 {
	background: red;
/* Old browsers */
	background: -moz-linear-gradient(top,red 0%,#900 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,red),color-stop(100%,#900));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,red 0%,#900 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,red 0%,#900 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,red 0%,#900 100%);
/* IE10+ */
	background: linear-gradient(to bottom,red 0%,#900 100%);
/* W3C */
}

.readMore_button,.regular_button1,.regular_button2,.regular_button3,.regular_button4,.valentines_button,.button_prev,.button_next {
	height: auto;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.readMore_button {
	width: 100px !important;
}

.regular_button1,.regular_button2,.regular_button3,.regular_button4,.valentines_button,.button_prev,.button_next {
	width: auto !important;
}

span.regular_button1,span.regular_button2,span.regular_button3,span.regular_button4,span.valentines_button,span.button_prev,span.button_next {
	display: inline-block;
	width: auto;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.readMore_button a,.regular_button1 a,.regular_button2 a,.regular_button3 a,.regular_button4 a,.valentines_button a,.button_prev a,.button_next a {
	float: left;
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	padding: 5px 6px 4px 14px;
}

.readMore_button a,.regular_button1 a,.regular_button2 a,.regular_button3 a,.regular_button4 a,.valentines_button a {
	margin-left: 10px;
	background: url(/wp-content/themes/shinglecreek/images/icon_arrowReadMore.png) left no-repeat;
}

.button_prev a {
	font-size: 12px;
	margin-left: 10px;
	padding-right: 14px;
	background: url(/wp-content/themes/shinglecreek/images/icon_arrowPrevious.png) left no-repeat;
}

.button_next a {
	font-size: 12px;
	margin-right: 10px;
	padding-right: 14px;
	background: url(/wp-content/themes/shinglecreek/images/icon_arrowReadMore.png) right no-repeat;
}

.regular_button1 a,.regular_button2 a,.valentines_button a {
	padding-right: 14px;
	font-size: 12px;
}

.vidPages {
	display: block;
	float: left;
	width: 50%;
	height: 25px;
	margin-left: 25%;
	margin-bottom: -10px;
	text-align: center;
	background: #A0B988;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.videoHighlight .bx-controls,.videoHighlight .bx-has-pager {
	position: relative;
	dipslay: block;
	float: left;
	z-index: 10px;
	width: 70%;
	height: 25px;
	margin-left: 15%;
	text-align: center;
	background: #A0B988;
	margin-top: -12px !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.videoHighlight .bx-controls .bx-pager {
	position: relative !important;
	margin-top: -23px !important;
	padding-top: 0 !important;
}

#footerContent {
	display: block;
	width: 1050px;
	height: 80px;
	padding-top: 20px;
}

#footerContent span {
	display: block;
	padding: 0 0 10px;
}

.footerAddress {
	color: #fff;
	font-size: 12px;
}

.footerCredits {
	color: #C5C5C5;
	font-size: 11px;
}

#logos_awards {
	width: 100%;
	display: block;
	height: auto;
}

#reservationButton {
	display: none;
	height: 40px;
	width: 60%;
	float: left;
/*background:#54803C;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #54803c;
/* Old browsers */
	background: -moz-linear-gradient(top,#54803c 20%,#355227 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#54803c),color-stop(100%,#355227));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#54803c 20%,#355227 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#54803c 20%,#355227 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#54803c 20%,#355227 100%);
/* IE10+ */
	background: linear-gradient(to bottom,#54803c 20%,#355227 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54803c',endColorstr='#355227',GradientType=0);
/* IE6-9 */
	margin-top: 10px;
	margin-left: 3%;
}

#reservationButton a {
	height: 100%;
	width: 100%;
	display: block;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	font-size: 115%;
	padding-top: 8px;
}

#noSmoking {
	display: block;
	height: auto;
	width: 100%;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
	color: #BBB;
	line-height: 15px;
	margin-top: 50px;
	float: left;
}

#noSmoking span {
	display: inline-block;
	text-align: left;
}

#noSmoking .icon img {
	margin-top: -15px;
}

#noSmoking .icon {
	margin-right: 5px;
}

#mapWrapperParent {
	width: 100%;
}

#mapWrapper {
	width: 230px;
	text-align: left;
}

#mapWrapper h2 {
	margin-bottom: 3px;
}

#mapWrapper .mapAddressInfo {
	float: left;
}

#mapWrapper .mapAddressInfo p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
}

#mapWrapper .footerLink {
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
	float: left;
}

#mapWrapper .footerLink a {
	text-decoration: underline;
}

#google_map_canvas {
	width: 230px;
	height: 300px;
	border: 1px solid #BBB;
	float: left;
}

#google_map_canvas_2 {
	width: 492px;
	height: 300px;
	margin-top: 50px;
	border: 1px solid #BBB;
	float: left;
}

/*--- Photo Gallery Styling --- */
.photoGallery {
	display: block;
	float: left;
	height: auto;
	width: 100%;
	text-align: left;
}

.photoGallery div {
	display: block;
	float: left;
	height: auto;
	margin-right: 22px;
	margin-bottom: 22px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #6A6A6A;
}

.photoGallery.team div {
	margin-right: 15px !important;
}

.photoGallery div a {
	text-decoration: none;
}

.photoCategory div {
	width: 140px;
	font-size: 12px;
	line-height: 16px;
	color: #6A6A6A;
}

.photoCategory_2 div {
	width: 220px;
	font-size: 12px;
	line-height: 16px;
	color: #6A6A6A;
}

.photoGallery .bio_popup {
	position: absolute;
	float: none;
	display: none;
	width: 60% !important;
	height: auto !important;
	background-color: rgba(0,0,0,0.9);
	margin-right: 0 !important;
	margin-top: 155px !important;
	text-align: left !important;
	z-index: 1000;
	border-radius: 10px;
}

.photoCategory div a,.photoCategory_2 div a {
	text-decoration: none;
}

.photoCategory div span:nth-child(1) {
	height: 93px;
}

.photoCategory_2 div span:nth-child(1) {
	height: 180px;
}

.photoCategory div span:nth-child(1) img,.photoCategory_2 div span:nth-child(1) img {
	width: 100%;
}

.photoCategory div span:nth-child(2),.photoCategory_2 div span:nth-child(2) {
	margin-top: 6px;
	height: 34px;
	font-weight: 700;
	font-size: 13px;
}

.photoGallery.team {
	margin-top: 10px;
}

.photoGallery.team {
	margin-top: 10px;
}

.photoGallery.team div span:nth-child(2) {
	color: #444 !important;
}

.photoGallery div a {
	display: block;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	color: #6A6A6A;
}

.photoGallery div span {
	display: block;
	overflow: hidden;
}

.photoGallery div span:nth-child(1) {
	width: 100%;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 0 5px 0 rgba(50,50,50,0.4);
	-moz-box-shadow: 0 0 5px 0 rgba(50,50,50,0.4);
	box-shadow: 0 0 5px 0 rgba(50,50,50,0.4);
}

.photoGallery.team div .teamPhoto {
	width: 145px !important;
	height: 145px !important;
}

.photoGallery.team div .teamTitle {
	width: 145px !important;
}

.bio_popup span {
	height: auto !important;
	border: none !important;
	background: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.bio_popup .closeBio {
	display: block;
	float: right;
	width: 30px !important;
	height: 30px !important;
	background: url(/wp-content/themes/shinglecreek/images/icon_closeBio_popup.png) top no-repeat !important;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: -20px;
}

.bio_popup .closeBio:hover {
	cursor: pointer;
}

.bio_popup .bioContent {
	padding: 20px;
	width: 100% !important;
}

.bio_popup_pointer {
	position: absolute;
	z-index: 60;
	margin-top: -48px;
	margin-left: 105px;
	display: none;
}

.bio_readMore {
	position: absolute;
	z-index: 20;
	display: block;
	margin-top: 90px !important;
	margin-left: 90px !important;
}

.bio_popup h3 {
	font-size: 22px;
	color: #A4A4A4;
	font-weight: 400;
	line-height: 28px;
	width: 100% !important;
}

.bio_popup p {
	font-weight: 400;
	color: #fff;
	line-height: 22px;
	font-size: 14px;
	width: 100% !important;
}

.photoGallery div span:nth-child(2) {
	margin-top: 6px;
	height: 34px;
}

/* ---------- FORM STYLING ------------- */
.ui-datepicker select {
	font-weight: 400;
	font-size: 15px !important;
}

.gform_wrapper form input,.gform_wrapper form textarea,.gform_wrapper form select {
	padding: 5px;
}

.gform_footer input {
/*background: url(/wp-content/themes/shinglecreek/images/button_submit.svg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	color: #fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYyOTI0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTVlMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,#629245 0%,#3a5e2a 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#629245),color-stop(100%,#3a5e2a));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#629245 0%,#3a5e2a 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#629245 0%,#3a5e2a 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#629245 0%,#3a5e2a 100%);
/* IE10+ */
	background: linear-gradient(to bottom,#629245 0%,#3a5e2a 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#629245',endColorstr='#3a5e2a',GradientType=0);
/* IE6-8 */
	cursor: pointer;
	height: 32px;
	min-width: 10%;
	border: none;
	margin-left: 40%;
	padding: 0 10px;
}

.gform_wrapper,.gform_footer,.gform_wrapper form,.gform_wrapper ul {
	display: block;
	float: left;
	height: auto;
	width: 100%;
}

.gform_body {
	margin-left: -12px;
}

.gform_footer {
	margin-top: -20px;
	margin-bottom: 50px;
}

.gform_confirmation_wrapper,.gform_confirmation_message {
	display: block;
	float: left;
	text-align: left;
}

.gform_confirmation_wrapper {
	clear: left;
}

.gform_wrapper ul li {
	display: block;
	float: left;
	padding-right: 20px;
	margin-bottom: 25px;
}

.gform_wrapper ul li div ul li {
	margin-bottom: 0;
}

.gform_wrapper ul li label {
	display: block;
	float: block;
	margin-bottom: 10px;
	font-size: 14px;
}

.gform_wrapper .ginput_container {
	display: block;
}

.gform_wrapper form input,.gform_wrapper form select {
	display: block;
	height: 35px;
	font-size: 16px;
}

.gform_wrapper form ul li input,.gform_wrapper form ul li select {
	border: 1px solid #CCC;
}

.gform_wrapper form ul li label {
	border: none;
}

.gform_wrapper form textarea {
	border: 1px solid #CCC;
	font-size: 16px;
	color: #3F3F3F;
}

.gform_wrapper form .gfield {
	width: 46%;
}

/* RFP - TextArea field*/
.gform_wrapper form #field_2_13,.gform_wrapper form #field_3_13,.gform_wrapper form #field_4_11 {
	width: 100%;
}

.gform_wrapper form #field_2_13 textarea,.gform_wrapper form #field_3_13 textarea,.gform_wrapper form #field_4_11 textarea {
	width: 96% !important;
}

/*Meetin RFP - Golfing Checkbox*/
.gform_wrapper form #field_2_12 {
	margin-bottom: -15px;
}

.gform_wrapper form #field_2_12 div {
	margin-top: -12px;
}

.gform_wrapper form .medium {
	width: 100%;
}

/* Newsletter Sign-Up :  Phone input field*/
.gform_wrapper form #field_4_4,.gform_wrapper form #field_5_4 {
	margin-bottom: 30px;
}

/* Newsletter Sign-Up :  City input field*/
.gform_wrapper form #field_4_7,.gform_wrapper form #field_5_7 {
	width: 35%;
}

/* Newsletter Sign-Up :  State input field*/
.gform_wrapper form #field_4_8,.gform_wrapper form #field_5_8 {
	width: 35%;
}

/* Newsletter Sign-Up :  Zip Code input field*/
.gform_wrapper form #field_4_9,.gform_wrapper form #field_5_9 {
	width: 20%;
}

/* Newsletter Sign-Up :  Favorite Team input field*/
.gform_wrapper form #field_4_10,.gform_wrapper form #field_5_10,.gform_wrapper form #field_5_11,.gform_wrapper form #field_5_12 {
	width: 94%;
}

.gform_wrapper #input_5_12 {
	margin-top: 5px;
}

.gform_wrapper #input_5_12 li input {
	display: inline-block;
	float: left;
	height: auto;
	margin-right: 10px;
}

.gform_wrapper #input_5_12 li label {
	display: inline-block;
	float: left;
	width: 80%;
}

.gform_wrapper #input_5_12 li {
	width: 100%;
	vertical-align: middle;
}

/* ERROR MESSAGE */
.gfield_required {
	color: #A31B20;
	margin-left: 3px;
	font-size: 18px;
}

.gform_wrapper .validation_error {
	display: block;
	float: left;
	padding: 20px;
	width: 92%;
	color: #A3191F;
	background: #FFE9E1;
	border: 1px solid #A3191F;
	margin-bottom: 20px;
	font-size: 15px;
	border-radius: 4px;
}

.gform_wrapper .validation_message {
	display: block;
	float: left;
	margin-top: 5px;
	font-size: 12px;
	color: #A3191F;
	font-weight: 700;
}

/* SUCCESS MESSAGE */
.form_success {
	display: block;
	float: left;
	padding: 20px;
	width: 100%;
	background: #CDDAC0;
	border: 1px solid #537F3B;
	margin-bottom: 20px;
	font-size: 15px;
	border-radius: 4px;
	text-align: center;
}

.form_success p {
	display: block;
	float: left;
	margin-top: 5px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #405F2E;
}

form input,form textarea,form select {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

form input:focus,form textarea:focus,form select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

form input::-moz-placeholder,form textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}

form input:-ms-input-placeholder,form textarea:-ms-input-placeholder {
	color: #999;
}

form input::-webkit-input-placeholder,form textarea::-webkit-input-placeholder {
	color: #999;
}

form input[disabled],form input[readonly],fieldset[disabled] form input {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

.search-field {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 0 10px 0 5px;
}

#field_13_27,#field_13_6,#field_13_19,#field_13_23,#field_13_8,#field_13_31,#field_14_22,#field_14_19,#field_14_11,#field_14_15,#field_14_17,#field_15_19,#field_15_23, #field_25_6{
	width: 100%;
}

#input_13_19,#input_13_6_1,#input_13_6_3,#input_13_6_4,#input_13_6_5,#input_13_23_3,#input_13_31,#input_14_22_1,#input_14_22_3,#input_14_22_4,#input_14_22_5,#input_14_22_6,#input_14_11,#input_15_19,#input_25_6_1,#input_25_6_3,#input_25_6_4,#input_25_6_5 {
	width: 93%;
}

#input_14_17_1,#input_14_17_3,#input_14_17_5 {
	display: block;
	float: left;
	width: 100%;
}

#input_14_17_2_month {
	width: 50%;
	float: left;
}

#input_14_17_2_year {
	width: 50%;
	float: left;
}

.gfield_creditcard_warning_message {
	color: red;
	font-weight: 700;
}

#input_13_25 {
	margin-bottom: -15px;
}

#input_13_23_3_container,#input_13_23_6_container {
	float: left;
}

#input_13_8_1_container,#input_13_8_2_container {
	float: left;
}

#field_18_4,#input_18_4 {
	width: 97%;
}

#field_20_19 {
	width: 94%;
}

.gform_card_icon_amex {
	background: url(http://www.rosenshinglecreek.com/wp-content/uploads/2014/09/amex.png);
	float: left;
	width: 5%;
	height: 23px;
	display: block;
	font-size: 0;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.gform_card_icon_discover {
	background: url(http://www.rosenshinglecreek.com/wp-content/uploads/2014/09/discover.png);
	float: left;
	width: 5%;
	height: 23px;
	display: block;
	font-size: 0;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.gform_card_icon_mastercard {
	background: url(http://www.rosenshinglecreek.com/wp-content/uploads/2014/09/master-card.png);
	float: left;
	width: 5%;
	height: 23px;
	display: block;
	font-size: 0;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.gform_card_icon_visa {
	background: url(http://www.rosenshinglecreek.com/wp-content/uploads/2014/09/visa.png);
	float: left;
	width: 85%;
	height: 23px;
	display: block;
	font-size: 0;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.search-submit {
	background: url(/wp-content/themes/shinglecreek/images/button_search.svg) no-repeat scroll 0 0 rgba(0,0,0,0);
	cursor: pointer;
	height: 32px;
	width: 100px;
	border: none;
	text-indent: -200px;
}

hr {
	display: block;
	float: left;
	width: 100%;
	border: 0;
	height: 1px;
	margin-top: 5px;
	background: #ccc;
}

hr.style-one {
	background: #ccc;
}

/* Specials*/
.specials_detail {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	border-radius: 10px;
	background: #FFF1C3;
	padding: 20px;
	margin-bottom: 30px;
}

.specials_detail .h2 {
	margin-bottom: 5px;
}

.specials_detail p {
	font-size: 12px;
	margin-bottom: 15px;
	width: 100%;
}

.specials_detail ul {
	margin-top: 0 !important;
}

.specials_detail ul li {
	list-style: url(/wp-content/themes/shinglecreek/images/icon_listStyle_bullet_yellow.png);
}

.imgSpecials {
	display: block;
	float: left;
	width: 200px;
	height: 125px;
	border-radius: 10px;
	border: 1px solid #EBA72A;
	background: #fff;
	overflow: hidden;
	margin-right: 25px;
	margin-bottom: 0;
}

.imgSpecials img {
	width: 100%;
}

.hr_headerSpecials {
	color: #AA4827;
	font-size: 16px !important;
	margin-bottom: 5px !important;
	padding-bottom: 13px;
	background: url(/wp-content/themes/shinglecreek/images/divider-dashed-brown.png) bottom repeat-x;
}

.specialsRate {
	font-size: 18px;
	color: #537F3B;
}

#ai1ec-container {
	margin-top: 50px !important;
	float: left;
	display: block;
}

.ai1ec-calendar-title {
	width: 30%;
}

.ai1ec-container h1 {
	position: absolute;
	top: 595px;
	width: 50%;
}

.view_google {
	margin-top: -25px;
	background: url(/wp-content/themes/shinglecreek/images/icon_googleLocationPointer.png) 0 50% no-repeat;
	padding: 8px 0 8px 23px;
}

.pressRelease_date,.pressRelease_title {
	display: block;
	float: left;
}

.pressRelease_date {
	font-style: italic;
	font-size: 11px;
}

.pressRelease_title {
	clear: left;
	font-size: 16px;
	line-height: 22px;
}

.pressRelease_title a {
	color: #444;
	text-decoration: none;
}

.pressRelease_title a:hover {
	text-decoration: underline;
}

/* -------- Responsive YouTube Video Container ---------- */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	clear: both;
	margin-bottom: 50px;
}

.video-container iframe,.video-container object,.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#virtualTourContainer {
	dislay: block;
	float: left;
	clear: right;
	margin-bottom: 30px;
}

/*------- START Navigation On-State --------*/
/* Accommodation */
.page-id-6 #menu-item-144 a,.parent-pageid-6 #menu-item-144 a {
	color: #FFBF00;
}

.page-id-6 #menu-item-144 ul li a,.parent-pageid-6 #menu-item-144 ul li a {
	font-weight: 400;
	color: #444;
}

/* Photo Gallery */
.page-id-8 #menu-item-145 a,.parent-pageid-8 #menu-item-145 a {
	color: #FFBF00;
}

.page-id-8 #menu-item-145 ul li a,.parent-pageid-8 #menu-item-145 ul li a {
	color: #444;
}

/* Meeting & Events */
.page-id-10 #menu-item-146 a,.parent-pageid-10 #menu-item-146 a {
	color: #FFBF00;
}

.page-id-10 #menu-item-146 ul li a,.parent-pageid-10 #menu-item-146 ul li a {
	color: #444;
}

/* Weddings & Social Events */
.page-id-12 #menu-item-157 a,.parent-pageid-12 #menu-item-157 a {
	color: #FFBF00;
}

.page-id-12 #menu-item-157 ul li a,.parent-pageid-12 #menu-item-157 ul li a {
	color: #444;
}

/* Specials */
.page-id-16 #menu-item-147 a,.parent-pageid-16 #menu-item-147 a {
	color: #FFBF00;
}

.page-id-16 #menu-item-147 ul li a,.parent-pageid-16 #menu-item-147 ul li a {
	color: #444;
}

/* Dining */
.page-id-14 #menu-item-158 a,.parent-pageid-14 #menu-item-158 a {
	color: #FFBF00;
}

.page-id-14 #menu-item-158 ul li a,.parent-pageid-14 #menu-item-158 ul li a {
	color: #444;
}

/* Golf, Spa & Recreation */
.page-id-18 #menu-item-148 a,.parent-pageid-18 #menu-item-148 a {
	color: #FFBF00;
}

.page-id-18 #menu-item-148 ul li a,.parent-pageid-18 #menu-item-148 ul li a {
	color: #444;
}

/* Leisure Guests */
.page-id-20 #menu-item-149 a,.parent-pageid-20 #menu-item-149 a {
	color: #FFBF00;
}

.page-id-20 #menu-item-149 ul li a,.parent-pageid-20 #menu-item-149 ul li a {
	color: #444;
}

/* Payments & Gift Cards */
.page-id-22 #menu-item-150 a,.parent-pageid-22 #menu-item-150 a {
	color: #FFBF00;
}

.page-id-22 #menu-item-150 ul li a,.parent-pageid-22 #menu-item-150 ul li a {
	color: #444;
}

/* Location & Transportation */
.page-id-49 .menu-item-151 a,.parent-pageid-49 .menu-item-151 a {
	color: #FC3 !important;
}

.page-id-49 .menu-item-151 ul li a,.parent-pageid-49 .menu-item-151 ul li a {
	color: #444 !important;
}

/* About Us */
.page-id-51 .menu-item-152 a,.parent-pageid-51 .menu-item-152 a {
	color: #FC3 !important;
}

.page-id-51 .menu-item-152 ul li a,.parent-pageid-51 .menu-item-152 ul li a {
	color: #444 !important;
}

/* Press */
.page-id-53 .menu-item-153 a,.parent-pageid-53 .menu-item-153 a {
	color: #FC3 !important;
}

.page-id-53 .menu-item-153 ul li a,.parent-pageid-53 .menu-item-153 ul li a {
	color: #444 !important;
}

/* Contact */
.page-id-55 .menu-item-154 a,.parent-pageid-55 .menu-item-154 a {
	color: #FC3 !important;
}

.page-id-55 .menu-item-154 ul li a,.parent-pageid-55 .menu-item-154 ul li a {
	color: #444 !important;
}

/* ------- END Navigation On-State -------- */
.popUp_button:hover {
	cursor: pointer;
}

#popup_window {
	display: none;
	width: 300px;
	height: 300px;
	background: #fff;
}

#calculator_wrapper {
	float: left;
	padding: 20px;
	border-radius: 6px;
	background: #DDD;
	margin-bottom: 30px;
}

#calculator_wrapper #calculator input {
	border-radius: 6px;
	padding-left: 10px;
	margin-top: 5px;
	height: 30px;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	margin-right: 5px;
	border: none;
	background: #AAA;
}

#calculator_wrapper #calculator .input {
	background: #fff;
	border: 1px solid #CCC;
	color: #666;
	font-weight: 400;
}

#calculator_wrapper #calculator tr {
	margin-bottom: 10px;
}

#calculator_wrapper #calculator {
	font-size: 15px;
}

#calculator_wrapper #calculator strong {
}

/* WOO Image tweaks */

.woocommerce ul.products {
    width: 100%;
}

.woocommerce ul.products li.product {
    width: 29%;
}

.woocommerce ul.products li.product img {
    height: 120px !important;
    width: auto !important;
    margin: auto !important;
}



@media screen and (max-width: 1250px) {
	
}

@media screen and (max-width: 950px) {
	/* Hide Virtual Tour Content */
	.page-id-7239 .columnTwoThird {
		display: none;
	}

	.page-id-7239 .columnTwoThird_notMobile {
		display: block;
	}

	h1 {
		margin-top: 15px;
	}

	#topNav,#column_left,#column_left2 {
		display: none;
	}

	#column_left {
		display: block;
		position: absolute;
		top: 68px;
		width: 220px;
		background: #000;
		height: auto;
		left: -230px;
	}

	#column_left #language-translate {
		display: block;
		height: auto;
		width: auto;
		margin-left: 35px;
		margin-top: 10px;
	}

	#wrapper_searchField {
		position: relative;
		margin-top: 20px;
		float: left;
	}

	#menu-main-nav li:hover,#menu-main-nav-container-mobile #menu-main-nav-2 li:hover {
		background-image: none;
		background-color: #333;
	}

	#menu-main-nav li,#menu-main-nav-container-mobile #menu-main-nav-2 li {
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
	}

	#menu-main-nav li a,#menu-main-nav-container-mobile #menu-main-nav-2 li a {
		color: #E8E8E8;
		text-decoration: none;
		padding: 10px 0;
	}

	#menu-main-nav-container-mobile #menu-main-nav-2 {
		display: block;
		font-size: 13px;
		border-top: 1px solid #222;
		margin-top: 5px;
	}

	#logo_website {
		display: none;
	}

	#topBar {
		height: 72px;
		min-width: 100%;
		opacity: 1;
		filter: alpha(opacity=100);
		background: #757575;
	/* Old browsers */
		background: -moz-linear-gradient(top,#757575 0%,#000 100%);
	/* FF3.6+ */
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#757575),color-stop(100%,#000));
	/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,#757575 0%,#000 100%);
	/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,#757575 0%,#000 100%);
	/* Opera 11.10+ */
		background: -ms-linear-gradient(top,#757575 0%,#000 100%);
	/* IE10+ */
		background: linear-gradient(to bottom,#757575 0%,#000 100%);
	/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575',endColorstr='#000000',GradientType=0);
	/* IE6-9 */
	}

	#topBar span {
		display: block;
	}

	#logoHeader {
		display: block;
		width: auto;
		height: auto;
		overflow: hidden;
		padding-top: 10px;
	}

	#button_navMenu {
		float: left;
		display: block;
		width: 35px;
		height: 25px;
		margin-left: 10px;
	}

	#button_navMenu a {
		padding: 10px 20px 30px 5px;
	}

	#button_navMenu img {
		margin-top: 30px;
	}

	#reservationForm {
		float: left;
		background: none;
		padding-left: 10px;
	}

	#parentWrapper,#imageWrapper,#mainImageWrapper,#bigImage,#contentArea,#reservationBar,#contentWrapper,#contentColumn_right,#contentWrapper2,#footerWrapper,#footerContent {
		min-width: 100%;
		width: 100%;
	}

	#bigImage {
		top: 72px;
		height: 300px;
	}

	.stayBottom {
		top: 310px;
	}

	#insidePage #reservationBar {
		margin-top: 310px;
	}

	#imageWrapper {
		height: auto;
		margin-top: 345px;
	}

	#specialsBadge-home,#specialsBadge {
		width: 95%;
		float: left;
		margin-left: 15px;
		margin-bottom: -15px;
	}

	#specialsBadge {
		margin-top: 390px;
	}

	#specialsBadge-home .promo,#specialsBadge .promo {
		width: 100%;
		background: #FFEFBF;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	#specialsBadge-home .promo,#specialsBadge .promo,.promo .bx-viewport,.promo .bx-viewport ul,.promo .bx-viewport ul li {
		height: auto;
	}

	.promo .promo-image {
		float: left;
		margin-left: 15px;
		margin-right: 0;
	}

	.promo .promo-info {
		float: left;
		text-align: left;
		margin-left: 20px;
		margin-right: 0;
	}

	.promo-info .promo-text-small,.promo-info .promo-text-big {
		float: left;
	}

	.promo .promo-info .readMore_button {
		float: left;
	}

	#contentWrapper2 {
		margin-left: 0;
	}

	#nav_container {
		height: auto;
	}

	#contentArea {
		padding: 15px;
	}

	.columnThird,.columnTwoThird,.columnTwoThird_notMobile {
		margin-bottom: 25px;
		width: 100%;
		margin-right: 0;
	}

	.imgHighlight {
		width: 35%;
		margin-right: 3%;
	}

	.contentHighlight {
		width: 62%;
	}

	.videoHighlight {
		width: 50%;
	}

	#insidePage #contentArea {
		padding-top: 0;
	}

	#insidePage .columnTwoThird,#insidePage .columnThird,#insidePage .columnTwoThird_notMobile {
		padding-top: 0;
		margin-top: -30px;
		min-height: 0;
	}

	#insidePage .columnTwoThird {
		min-height: auto;
	}

	#sub-nav-insidePage {
		margin-left: 0;
		margin-top: 0;
		width: 100%;
		-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.35);
		-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.35);
		box-shadow: 0 0 8px 0 rgba(0,0,0,0.35);
	}

	#sub-nav-insidePage ul {
		margin-left: 0;
		margin-right: 0;
		width: 90%;
	}

	#sub-nav-insidePage ul li {
		font-weight: 700;
	}

	#wrapper_weddingContact,#wrapper_ppcForm {
		margin-left: 0;
		width: 100%;
	}

	.ai1ec-container h1 {
		top: 580px;
		width: 100%;
	}

	.photoGallery .bio_popup {
		width: 90% !important;
	}
}

@media screen and (max-width:768px){
    .woocommerce ul.products li.product {
    width: 49%;
}
}



@media screen and (max-width: 720px) {
	#reservationForm {
		display: none;
	}

	#reservationButton {
		display: block;
	}
}



@media screen and (max-width:520px) {
	#bigImage {
		height: 200px;
	}

	#specialsBadge {
		margin-top: 290px;
	}

	.stayBottom {
		top: 210px;
	}

	#insidePage #reservationBar {
		margin-top: 210px;
	}

	#imageWrapper {
		height: auto;
		margin-top: 245px;
	}

	#reservationButton {
		width: 55%;
	}

	.videoHighlight {
		width: 230px;
	}

	.gform_footer input {
		margin-left: 35%;
	}

	#insidePage p img {
		width: 100%;
	}

	.img_icon {
		display: none;
	}

	.ai1ec-container h1 {
		top: 480px;
	}
}

@media screen and (max-width:460px) {
	#specialsBadge {
		margin-top: 310px;
	}

	#reservationButton {
		width: 92%;
	}

	#reservationPhone {
		clear: left;
		width: 100%;
	}

	#reservBar_txt_wrapper {
		float: none;
		padding-right: 0;
	}

	.reservBar_txt1 {
		display: none;
	}

	.reservBar_txt2 {
		float: left;
		color: #537F3B;
		position: absolute;
		left: 0;
		width: 100%;
	}

	#imageWrapper {
		height: auto;
		margin-top: 265px;
	}

	.imgHighlight,.imgHighlight2,.imgHighlight_left,.imgHighlight_right {
		display: none;
	}

	.contentHighlight,.contentHighlight2 {
		width: 100%;
	}

	#specialsBadge-home,#specialsBadge {
		width: 90%;
	}

	.columnWrapper ul.ul_half,.columnWrapper p.ul_half {
		width: 100%;
	}

	#specialsBadge-home .promo,#specialsBadge .promo {
		width: 220px;
	}

	.promo .promo-info {
		margin-top: 0;
	}

	.promo .bx-viewport {
		height: 230px !important;
	}

	.gform_wrapper form .gfield {
		width: 100%;
	}

	.gform_footer input {
		margin-left: 30%;
	}

	.specials_detail p:first-child {
		width: 200px;
	}

	.imgSpecials {
		margin-bottom: 15px;
	}

	.ai1ec-container h1 {
		top: 625px;
	}

	.regular_button2 a,.button_prev a,.button_next a {
		font-size: 11px;
		line-height: 15px;
	}

	.screen-reader-text {
		display: none;
	}

	.search-field,.search-form label {
		width: 135px;
	}

	.search-form label {
		width: 150px;
	}
	
    .woocommerce ul.products li.product {
    width: 99%;

}
}

@media screen and (max-width:300px) {
	#reservationButton a {
		font-size: 100%;
	}

	.videoHighlight {
		width: 200px;
	}
}

em {
	font-style: italic;
}

.ctabutton {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 16px 9px;
	border: 3px solid #1b831f;
	border-radius: 7px;
	background: #32ed38;
	background: -webkit-gradient(linear,left top,left bottom,from(#32ed38),to(#1b831f));
	background: -moz-linear-gradient(top,#32ed38,#1b831f);
	background: linear-gradient(to bottom,#32ed38,#1b831f);
	text-shadow: #000 -1px 4px 6px;
	font: normal normal bold 21px verdana;
	color: #fff;
	text-decoration: none;
}

.ctabutton:hover,.ctabutton:focus {
	border: 3px solid ##22a427;
	background: #3cff43;
	background: -webkit-gradient(linear,left top,left bottom,from(#3cff43),to(#209d25));
	background: -moz-linear-gradient(top,#3cff43,#209d25);
	background: linear-gradient(to bottom,#3cff43,#209d25);
	color: #fff;
	text-decoration: none;
}

.ctabutton:active {
	background: #1e8e22;
	background: -webkit-gradient(linear,left top,left bottom,from(#1e8e22),to(#1b831f));
	background: -moz-linear-gradient(top,#1e8e22,#1b831f);
	background: linear-gradient(to bottom,#1e8e22,#1b831f);
}

/*--ACCORDION--*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.acc-container {
	width: 100%;
	margin: 30px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.acc-btn {
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	padding: 10px 20px;
	cursor: pointer;
	background: #54803C;
	border-bottom: 1px solid #649546;
}

.acc-content {
	height: 0;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #eee;
}

.acc-content-inner {
	padding: 20px;
	overflow: auto;
}

.open {
	height: auto;
}

.selected {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

#header-accordion {
	color: #FFEFBF;
	font-weight: 700;
	font-size: 16px;
}

/*--ACCORDION--*/
/*--HOLIDAY FONTS--*/
@font-face {
	font-family: 'st._nicholasregular';
	src: url(http://www.rosenshinglecreek.com/wp-content/themes/shinglecreek/fonts/stnicholas.eot);
	src: url(http://www.rosenshinglecreek.com/wp-content/themes/shinglecreek/fonts/stnicholas.eot?#iefix) format("embedded-opentype"),url(http://www.rosenshinglecreek.com/wp-content/themes/shinglecreek/fonts/stnicholas.woff2) format("woff2"),url(http://www.rosenshinglecreek.com/wp-content/themes/shinglecreek/fonts/stnicholas.woff) format("woff"),url(http://www.rosenshinglecreek.com/wp-content/themes/shinglecreek/fonts/stnicholas.ttf) format("truetype"),url(http://www.rosenshinglecreek.com/wp-content/themes/shinglecreek/fonts/stnicholas.svg#st._nicholasregular) format("svg");
	font-weight: 400;
	font-style: normal;
}

.valentines-header {
	font-family: 'Pinyon Script',cursive;
	font-size: 42px;
	color: #6A6A6A;
	font-weight: 400;
	font-style: normal;
}

.valentines-header-h2 {
	font-family: 'Playfair Display',serif;
	font-size: 20px;
	color: #FF007F;
	font-weight: 400;
	font-style: normal;
}

.holiday-header {
	font-family: Times New Roman;
	font-size: 42px;
	color: #005B01;
	font-weight: 400;
	font-style: normal;
}

.holiday-header-h2 {
	font-family: 'Playfair Display',serif;
	font-size: 32px;
	color: #537f3b;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 25px;
}

.holiday-header-3 {
	font-family: 'st._nicholasregular';
	font-size: 42px;
	color: #F90;
	font-weight: 400;
	font-style: normal;
}

/*--HOLIDAY FONTS--*/
.images {
	clear: both;
}

.panel {
	border: none;
}

.count {
	display: none;
}

.woocommerce-archive,.woocommerce-archive ul {
	list-style: none;
	clear: left;
}

.woocommerce-archive li {
	display: inline-block;
	max-width: 300px;
	width: 100%;
	border: 5px solid red;
}

.woocommerce .related ul.products li.product,.woocommerce .related ul li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce .upsells.products ul li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .related ul li.product,.woocommerce-page .upsells.products ul.products li.product,.woocommerce-page .upsells.products ul li.product {
	max-width: 150px;
	width: 100%;
	list-style: none;
}

.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {
	float: left;
	width: 48%;
	margin-left: 20px;
}

.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce #content input.button,.woocommerce-page a.button,.woocommerce-page button.button,.woocommerce-page input.button,.woocommerce-page #respond input#submit,.woocommerce-page #content input.button {
	display: none;
}

.product-category product {
	text-align: center;
}

.tabs {
	display: none;
}

.product_meta {
	display: none;
}

.term-description {
	display: none;
}

.woocommerce .quantity input.qty,.woocommerce #content .quantity input.qty,.woocommerce-page .quantity input.qty,.woocommerce-page #content .quantity input.qty {
	display: none;
}

.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price {
	text-align: center;
	font-weight: 700;
	display: block;
	margin-bottom: .5em;
}

.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3 {
	text-align: center;
}

/* Call for more information styles */
.page-id-7746 #callUs_right,.page-id-7702 #callUs_right {
	clear: left;
	float: right;
	margin-top: 75px;
	padding: 20px 20px 12px;
	background: #d5dcad;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZGNhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,rgba(213,220,173,1) 0%,rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(213,220,173,1)),color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,rgba(213,220,173,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,rgba(213,220,173,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,rgba(213,220,173,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,rgba(213,220,173,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5dcad',endColorstr='#ffffff',GradientType=0);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	border-radius: 10px;
	text-align: center;
}

.page-id-7746 #callUs_right {
	margin-top: 50px;
}

.page-id-7702 #callUs_right {
	margin-top: 90px;
}

.page-id-7746 #callUs_right strong,.page-id-7702 #callUs_right strong {
	font-size: 30px;
	color: #356085;
}

.page-id-7746 #whyRosen_left,.page-id-7702 #whyRosen_left {
	width: 385px;
	height: auto;
	display: inline-block;
}

@media (max-width: 1313px) {
	.page-id-7746 #callUs_right,.page-id-7702 #callUs_right {
		display: none;
	}
}

body.page-id-69 {
	background: url(http://www.rosenshinglecreek.com/wp-content/uploads/2014/04/paw-bone-bg.jpg);
	background-repeat: repeat;
}

body.page-id-8497 {
	background: url(/wp-content/uploads/2015/10/rhr-thanksgiving-bg.jpg);
	background-repeat: repeat;
}

body.page-id-7800,body.page-id-10710,body.page-id-10745,body.page-id-9004 {
	background: url(/wp-content/uploads/2015/10/rsc-img-holidays-bg1.jpg);
	background-repeat: repeat;
}

body.page-id-10767 {
	background: url(http://www.rosenshinglecreek.com/wp-content/uploads/2015/11/rsc-veterans-day-bg2.jpg);
	background-repeat: no-repeat;
}

body.page-id-9243 {
	background: url(http://www.rosenshinglecreek.com/wp-content/uploads/2015/01/rsc-petals-bg-4.jpg);
	background-repeat: no-repeat;
}

body.page-id-9314 {
	background: url(http://www.rosenshinglecreek.com/wp-content/uploads/2015/01/rsc-easter-bg-1.jpg);
	background-repeat: no-repeat;
	background-position:top;
}

@media screen and (max-width: 1000px) {

body.page-id-9314 {
	background: none;
	background-repeat: no-repeat;
	background-position:top;
}
	
}

.dotted-line {
	border-top: 1px dotted #ccc;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	width: 100%;
	margin: 20px 0;
}

#mc_embed_signup .button {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26688c+0,1e4366+100 */
	background: #659647;
/* Old browsers */
	background: -moz-linear-gradient(top,#659647 0%,#385b28 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#659647),color-stop(100%,#385b28));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#659647 0%,#385b28 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#659647 0%,#385b28 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#659647 0%,#385b28 100%);
/* IE10+ */
	background: linear-gradient(to bottom,#659647 0%,#385b28 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#659647',endColorstr='#385b28',GradientType=0);
/* IE6-9 */
	border-radius: 5px;
	color: #fff;
	font-size: 15px !important;
	font-style: normal;
	font-weight: 400;
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	width: 97% !important;
}