/*  
CMS Modify CSS
*/

html {
    position: relative;
    min-height: 100%;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


body {
    margin: 0 0 150px; /* bottom = footer height */
background:#fff;
}
#custom-content {
	display:none;
}

#home-allcontent #custom-content {
	display:block;
}
#green-section {
	padding:0;
	margin:0;
	margin-top:-2px;
	background:#8ac53e;
}
#narrow-content {
	position:relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:960px;
	padding:16px;
}

#home-allcontent #narrow-content h1 {
	font-size:44px;
	margin-bottom:10px;
}

#home-allcontent #green-section #narrow-content h2 {
	font-size:24px;
	margin-top:6px;
	color:#fff;
}

#home-allcontent #narrow-content h2 {
	font-size:26px;
	margin-top:6px;
	color:#333;
}


#home-allcontent #narrow-content p {
	font-size:16px;
	margin-top:3px;
}

@media screen and (max-width: 990px) {
	
#home-allcontent #narrow-content h1 {
	font-size:34px;
}
	#home-allcontent #green-section #narrow-content h2 {
	font-size:18px;
	color:#fff;
}
}
#wrapper, #header, #page,
#home-allcontent #header,
#footer, #bottom-footer-sections,
#footer-top-section {
	width:1024px;
}

#inner-header, 
#footer, #bottom-footer-sections,
#footer-top-section {
	width:100%;
	max-width: 1024px;
}


body, th, td, input, textarea, select, option {
	font-family: Arial, Times, serif;
}

#top-content { /* this will hide by default this div *****************/
display:none;
}


#footer, #footer p, #footer a,
#bottom-footer-sections, #bottom-footer-sections a,
#footer-wrapper, #footer-wrapper a, #footer-top-section,
#footer-top-section a, #bottom-footer-sections #right-section, 
#bottom-footer-sections #right-section a, #footer-right a,
#footer-right p, #footer-right p a, #footer-hours {
	color: #8c8e91;
}

#footer-wrapper {
margin-top:5px;
background: url(../images/trans-repeater_90.png) repeat center top;
	position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    width: 100%;
}

#footer-top-section {
display:none;
}

#bottom-footer-sections #center-section img {
height:auto;width:100px;
	padding-top:0;margin-top:-11px;
}

#bottom-footer-sections #right-section {
margin-bottom:15px;
}

.entry h1 { 
	margin: 0px; 
	padding: 0%; 
	padding-left:0%;
	padding-right:0%;
	text-align: center; 
	margin-bottom:9px;
}


#header-wrapper {
	width:100%;
	min-width:100%;
	max-width:2000px;
	height:auto;
	min-height:100px;
  text-align:center;
  background:url(../images/header-image.png) repeat-x top;
}

#header-wrapper img {
}

#home-allcontent #header-wrapper {
	min-height:0px;
	margin-top:0px;
	width:100%;
	min-width:100%;
	max-width:2000px;
	height:auto;
  text-align:center;
}


#home-allcontent #header-wrapper img { /* this is needed to hide the includes img for unique header image (set in admin) */

}

#header-wrapper #h-nav-logo img {
	display:block;
}

#slider-wrapper {
	width:100%;
	background:#81b7e3;
	display:none;
	margin-top:15px;
	margin-bottom:10px;

}

#top-header-buttons {
	margin-top:0px;
}

#home-allcontent #top-header-buttons {
	margin:0;padding:0;
	width:100%;
	height:auto;
	position:relative;
	clear:both;
	margin-top:0px;
}


#online-ordering-side-button {
display:none;
}

#online-ordering-top-button {
	margin-top:5px;
	height:51px;
}

#home-allcontent #online-ordering-top-button {
	height:51px;
}


/* ONLINE ORDER BUTTON IN THE TOP-HEADER-CUSTOM.PHP FILE */
#order {
	position:relative;
	clear:both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left:auto;
margin-right:auto;
text-align:center;
width:100%;

}

#order li {
	float:none;  /* needed to clear float from main-style.css */
	display: inline-block;
	margin: 0px;
	width:100%;height:51px;
		margin-left:auto;
margin-right:auto;
text-align:center;
background:red;
margin-bottom:0px;
}


#order li:hover {
background:green;
}

#order a {
	display: block;
	font-family:Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #666;
	text-align:center;
	background:url(../images/order-online.png) no-repeat center;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
	width:100%;height:51px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#order a:hover {
		background:url(../images/order-online.png) no-repeat center;
		width:100%;height:51px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/* END ONLINE ORDER CSS */



#logo-tagline {
float:right;
width:auto;
clear:right;
}
#logo-tagline h2 {
font-size:21px;
font-weight:700;
color:#000;
font-style:italic;
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
}

#h-nav-logo-wrapper {
	display:block;
	float:left;
	margin-top:10px;
}

#h-nav-logo { /* this is for the scroll up/down logo to show in h-nav (if used) ********/
width: 273px;
height: 80px;
top: 10px;
z-index:12000;
}


#home-allcontent #top-widget-container {
	margin-top:20px;
}

/* for home-script area ********************/
#logo-wrapper {
	margin-left:0;
	margin-right:0;
	text-align:center;
	margin-top:37px;
	width:100%;
	max-width:100%;
	margin-bottom:.5em;
	display:none; /* HIDING THE LOGO WRAPPER */
}

#logo-wrapper a {
	color:#E0DDBF;
}
#logo-wrapper p {
	color:#fff;
	line-height:1.4em;
}

#logo-wrapper .logo-ind {
	width:22%;
	display:inline-block;
	vertical-align:top;
	padding:.6em;
		border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
    border: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	margin:1%;
	margin-top:0%;
	background:url(../images/trans-repeater_60.png) top repeat;
}

@media screen and (max-width: 990px) {
	
	#logo-wrapper .logo-ind {
	width:31%;
}

}

@media screen and (max-width: 600px) {
	
	#logo-wrapper .logo-ind {
	width:46%;
}

}

@media screen and (max-width: 400px) {
	
	#logo-wrapper .logo-ind {
	width:98%;
}

}

#logo-wrapper a .box-one {
	height:200px;
}
#logo-wrapper a .box-one:hover {
	opacity:.90;
filter:alpha(opacity=.90);
filter: “alpha(opacity=.90)”;
}

#logo-wrapper a .box-two {
	height:200px;
}
#logo-wrapper a .box-two:hover {
	opacity:.90;
filter:alpha(opacity=.90);
filter: “alpha(opacity=.90)”;
}

#logo-wrapper a .box-three {
	height:200px;
}
#logo-wrapper a .box-three:hover {
	opacity:.90;
filter:alpha(opacity=.90);
filter: “alpha(opacity=.90)”;
}

#logo-wrapper a .box-four {
	height:200px;
}
#logo-wrapper a .box-four:hover {
	opacity:.90;
filter:alpha(opacity=.90);
filter: “alpha(opacity=.90)”;
}


.box-title {
	display:block;
	color:#fff;
	text-align:center;
	z-index:3000;
	padding:.2em;
	padding-top:0em;
	margin-top:-.1em;
	background:none;
	font-size: 21px;
	font-family:bernard;
	margin-top:10px;
}


.logo-ind:hover .box-title {
	color:#E0DDBF;
}

.logo-ind img,
.logo-ind-right img,
.logo-ind a img,
.logo-ind-right a img {
	width: auto;
text-align:center;
max-width:100%;
}

.logo-ind a img:hover,
.logo-ind-right a img:hover {
opacity:.90;
filter:alpha(opacity=.90);
filter: “alpha(opacity=.90)”;
}


#wrapper { 
	border: none;
	width:100%;
	margin:auto;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
	border-radius: 0px;
box-shadow: none;
border-top:none;
padding:1px;
margin-bottom:12px;
background:none;
margin-top:80px;
}

#home-allcontent #wrapper { 
margin-top:100px;
}
  
#content #listings-group-wrapper,
#content-full-width #listings-group-wrapper {
margin-top:15px;
}

#listings-group-wrapper h3 {
color:#fff;
display:block;
background:#DF0003;
-webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
padding:7px 9px 7px 9px;
font-size:25px;
	}

	
#page { 
	border: none;
	width:1024px;
	margin:auto;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding:0px;
min-height:200px;
margin-top:10px;
	}
#home-allcontent #page { 
margin-top:-30px;
	}	
	

#home-allcontent #content-full-width,
#home-allcontent #content {
	padding-top:0%;
	background:none;
	border:none;
}

#content-full-width {
}

#content {
	width:72%;
	float:left;
	margin-left:1%;
}

#main-content {
	padding-top:6px;
}

#main-content p a {
	color:#3A3939;
	text-decoration:underline;
}
#narrow-content p,
#main-content p {
	line-height:1.5em;
}
#wysiwyg-content,
#html-main-content {
padding:0px;
margin:0px;
padding-left:2%;
padding-right:2%;
}


#home-allcontent #main-content {
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border:none;
}


#wysiwyg-content img {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border:solid 1px #ccc;
border:none;
}

#home-allcontent #wysiwyg-content {
	margin-top:-46px;
}


#bottom-widget-wrapper h3 {
	font-size:15px;
}


#home-allcontent #wysiwyg-content h1,
#wysiwyg-content h1,
#widget h1, h1 {
	font-size: 2.3em; 
	line-height: auto; 
	text-align:center;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin-bottom:.5em;
	color:#444444;
}

#home-allcontent h1 {
	font-size: 4em; 
	line-height: auto; 
	text-align:center;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin-bottom:1em;
	margin-top:.4em;
	color:#fff;
}

@media screen and (max-width: 768px) {
.entry h1 { 
font-size:3.3vw;
}	
#slider-wrapper {
display:none;
}
}

@media screen and (max-width: 650px) {
.entry h1 { 
font-size:1.5em;
}	
}

#main-content #wysiwyg-content h2 {
	font-size: 1.8em; 
	line-height: auto;
	font-weight:bold;
	color:#444444;
	margin-top:7px;
}

#main-content #wysiwyg-content h3 {
	font-size: 1.6em;
	color:#444444;
}

#main-content #wysiwyg-content  h4, 
#main-content #wysiwyg-content h5, 
#main-content #wysiwyg-content h6 {
	font-size: 1.5em;color:#444444;
}

#main-content #wysiwyg-content p { 
font-size: 1.3em;
	margin: 0;
	padding: 0;
	color:#444444;
	line-height:1.4em;
}

#main-content #wysiwyg-content ul { 
margin-bottom:.8em;
}

#main-content #wysiwyg-content p { 
margin-top:.1em;
}

#main-content #wysiwyg-content ol,
#main-content #wysiwyg-content ul { 
font-size: 1.3em;
	color:#444444;
}

hr { 
margin: 0px; 
padding: 0px; 
color: #444444;
}

/* Header */




/* Header */

#header {
	display:block;
	margin:auto;
	margin-top:0px;
	height:auto;
	min-width:100%;
	max-width:100%;
}

#inner-header {
	position:relative;
	z-index:4001;
	padding:0;
	width:100%;
	max-width:1024px;
	height: 100%;
	margin: 0 auto;
	margin-top:0px;
}


#header-logo {
margin:0px;
padding:0px;
position:relative;
width:100%;
height:auto; 
text-align:center;
margin-top:60px;
z-index:1999;
display:none;
 }
 
 #header-logo img {
	height:160px;
width:auto;
text-align:center;
 }
 

#header-logo_home {
display:none;
 }
 

 #header-logo_home img {
	height:180px;
width:auto;
text-align:center;
 }
 


#city, #address {
display:none;
}

#sidebar {
width:23%;
margin-right:1.5%;
float:right;
margin-top:15px;
}

#sidebar-address {
	display:none;
}

#address p {font-weight:normal;}

.phone-wrapper {
	display:none;
}

#home-allcontent .phone-wrapper {
	display:block;
	text-align:center;
	margin-left:auto;margin-right:auto;
	margin-top:.3em;
}
#header .phone-number {
	font-weight:bold;
	font-size:30px;
	color:#8bc53f;
}



#page-bgtop {
	background: none;
}

#page-bgbtm {
	background: none;
}




#left-box img, #center-box img, #right-box img {
	float:right;
	height:auto;margin:1.5%;
	width: 25%;
	min-width:25%;
	max-width:25%;
	padding-right:2%;
	}


#left-box h2, #center-box h2, #right-box h2 {
	display:inline-block;
	float:left;text-align:left; width:72%;
	font-weight:normal;padding-top:0px;padding-bottom:0px;
	color:#fff;font-size:1.8em;font-weight:600;
	margin-left:4%;
	margin-top:0px;
	margin-bottom:0px;
	}
	
#left-box h2 a, #center-box h2 a, #right-box h2 a,
#left-box p a, #center-box p a, #right-box p a {
	color:#fff;
	}
	
#left-box p, #center-box p, #right-box p {
	display:inline-block;
	float:left;text-align:left; width:72%;
	font-size:11px;margin-top:0px;padding-top:0px;
	margin-left:4%; font-size:1em;
	margin-top:0px;
	}

#left-box:hover, 
#center-box:hover, 
#right-box:hover {
opacity:.90;
filter:alpha(opacity=.90);
filter: “alpha(opacity=.90)”;
}



/* Home Custom CSS */



/* home specials box */
#home-specials {
	display:none;
}

#header-address {
margin:0px;
padding:0px;
float:right;
width:auto;
height:auto; 
z-index:9999;
text-align:right;
padding:8px;
margin-right:7px;
border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
-webkit-border-radius: 6px 6px 0px 0px;
background:url(../images/trans-repeater_90.png) repeat;
position:absolute;
bottom:0;
right:0;
display:none;
	}
	
#header-address p {
	margin:0px;padding:0px;
	font-size:14px;
	line-height: 1.2em;
	color:#000;
	}
	
#header-address p .phone-number {
	font-weight:bold;
	color:#8bc53f;
	font-size:24px;
	line-height:1.2em;
	}

.horiz-phone, .horiz-social, .horiz-email {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	width:auto;
	height:auto;
	display:inline-block;
	opacity:.9;
	text-align:right;
	float:left;
	font-size:25px;
	padding:.2em;
	padding-top:.1em;
	color:#8c8e91;
}

.horiz-phone a {
	display:block;
	color:#fff;
	background: #8bc53f;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	font-size:17px;
	padding:.2em;
	text-align:center;
}



/* sidebar social links default to show */
#social-sidebar-links {
	display:none;
}

#social-header-links {
	width:auto;
	float:right;
	clear:right;
	display:none;
}

#social-header-links ul li {
display:inline;
}

#social-header-links img {
	margin-left: 4px;
	width:30px;
	height:30px;
}


/* Main Sidebar */

#nav-wrapper {
	margin:0;
background:#dee1e5;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding:4px;
width:inherit;
}

#nav-wrapper ul li {
	margin:0;
	padding:0;
}

/* defaults to show built in page links in sidebar navigation */
#static-vertical-nav {
}


/* horizontal nav hide  - styling for this is in horizontal-nav.css */
#horizontal-wrapper {
	}

/* side social icons - default to hide - stying for this area is below */
#social-icons-right-side {
position:fixed; margin-top:353px;margin-left:795px;
width:45px; 
}


#sidebar #hours,
#sidebar #open-marker,
#sidebar #closed-marker {
	display:none;
}




#hours {
	width:100%;
	color:#000;
line-height: 1.2em;
margin-bottom:10px;
display:none;
}
#hours .bold-font {
	font-weight:bold;
	}
#hours p {
	font-weight:normal; 
	font-size:12px;
	}

#header-ordering-button {
}


.menu-description {
	font-style:italic;
 padding-bottom:5px;
 }

#specials-wrapper { 
text-align:left; 
-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding: 10px;
	margin-bottom:5px;
	background:#ce0303;
color:#fff;
  }
.specials-title {
	font-weight:bold;font-size: 1.8em;
	color:#fff;
  }
#specials-wrapper p {
}
	
#specials-allcontent {
	display:none;
	}

#hide-contact-fax, #hide-contact-email {
	display:none;
	}

#widget {
	color:#000;
		-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-bottom:12px;
}
#widget-content h2, #widget-content h1 {
	color:#8c8e91;
	font-weight:600;
	font-size: 1.7em;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#widget #widget-content h3 a {
	text-align:center;
	font-family:arial, verdana, sans-serif;
	font-size: 17px; line-height: 1.2em;
	color:#8c8e91;
	font-weight:600;
padding:.5em;
text-decoration:none;
}

#widget-content a {
	color:#8c8e91;
}

#widget-content a:hover {
	color:#ccc;
}

#widget #widget-content {
	padding:.6em .1em .8em .1em;
}

#widget #widget-content ul li,
#widget-no-padding #widget-content ul li {
	text-align:left;
	list-style-type:disc;
	color:#8c8e91;
	padding-bottom:.2em;
}


#contact-page-wrapper,
#contact-page-wrapper a,
#contact-page-wrapper p {
	color:#fff;
}



#contactinfo {  /* this is the wrapper for the in page form option ********/
background:#fff;
padding:1.5%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
/* width: 60%;
margin: 0 auto;  */
}

#contactinfo p a {
	color:#000;
}





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

	
body {
	max-width:100%;
	min-width:100%;
	overflow:hidden;
	padding-top:10px;
}

	
#home-all-content #wrapper, #wrapper { 
margin-top:40px;
}
	
#green-section {
	margin-top:-55px;
	background:#8ac53e;
}

#header-logo {
	 width: auto;
    height: auto;
	margin-top:24px;
 }
 
 #header-logo img {
	 width: auto;
    height: auto;
	height:21vw;
 }
 
 #header-logo_home {
	 width: auto;
    height: auto;
 }
 
 #header-logo_home img {
	 width: auto;
    height: auto;
	height:24vw;
 }
 


	
#horizontal-wrapper { /*** hide this to show the reduced menu */
	display:none;
}

/**** STYLE FOR REDUCED MENU BACKGROUND COLOR *****************/
#reduced-menu-button { 
	display:block;
	position:fixed;
	background:#000;
}

#reduced-menu-button #nav-links-reduced img {
	display:block;
}

#reduced-menu-button #nav-links-reduced img {
	text-align:left;
}

	#slider-wrapper {
	margin-top:7px;

}

#social-header-links {
	display:none;
}

#header-logo {
	margin-left:1%;
}

#header-address {
margin-right:1%;
	}
	
#content-full-width {
		width:96%;
		margin-left:2%;
		margin-right:2%;
margin-bottom:10px;
}


#home-allcontent #content-full-width,
#content-full-width,
#content{
padding:1.5%;
margin-bottom:25px;
}

#content {
	width:71%;
}

#sidebar {
	width: 22%;
	margin-left:1.5%;
}

#page {
	width:100%;
}
	



}


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


#home-allcontent #main-content {
	-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
		width:100%;
		margin-left:0%;
		margin-right:0%;
}

#header-address {
		display:none;
	}
	
#sidebar {
width:97%;
clear:both;
margin-top:10px;
}

#sidebar #widget,
#sidebar #widget-no-bg {
width:48%;
margin-left:1%;
margin-right:1%;
display:inline-block;
}



/* Content */


#home-allcontent #content-full-width,
#content-full-width,
#content{
	padding: 0px; margin:0px;
	float: right;   /* float right for left sidebar */
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
padding:1.5%;
margin-bottom:25px;
margin-top:20px;
border:none;
}

#home-allcontent #content-full-width {
	border-top:none;
	border-bottom:none;
}



#main-content { 
float:right; 
width:100%;
margin:0;
padding:0;
}

	
	
	
/* footer */



	
}



@media screen and (max-width: 700px) {
	
#coupon-club-top, #coupon-club, #header-ordering-button,
#social-header-links {
	display:none;
}
	
#sidebar #widget,
#sidebar #widget-no-bg {
width:98%;
}

}

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

#home-allcontent #content-full-width,
#content-full-width,
#content{
margin-bottom:0px;
}

body {
    margin: 0 0 280px; /* bottom = footer height */
}

#footer-wrapper {
	height:280px;
}

#header {
	 height:auto;
 }
 
 #header-logo {
	width:100%;
	min-width:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:1%;
}
 

#logo-tagline {
position:relative;
text-align:center;
width:100%;
}
#logo-tagline h2 {
	font-size:17px;
text-align:center;
}

 
}


@media screen and (max-width: 300px) {
	
body, #wrapper, #content, #content-full-width, #page, #header {
	min-width:300px;
}
	
	
}


.modal {
    display: none; /* Hidden by default */
    position: relative; /* Stay in place */
    z-index: 12000; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
	margin-top:-3px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #fff; /* Fallback color */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: none;
    width: 100%;
	max-width:900px;
		-webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

.modal-content li {
	padding:.5em;
	font-size:18px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


#myBtn {
    background-color: #8bc53f; /* Set a background color */
}




#pay-pal-wrapper p,
#pay-pal-wrapper ul,
#pay-pal-wrapper-right p,
#pay-pal-wrapper-right ul {
}


#pay-pal-wrapper .title {
	padding:0;margin:0;
	margin-top:5px;
	width:100%;
	-webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
background:#000;
color:#000;
}
#pay-pal-wrapper .pricing {
background:#fff;
padding-bottom:1px;
margin-bottom:0px;
}

#pay-pal-wrapper .title h2 {
text-align:center;
color:#ccc;
font-size:23px;
padding-bottom:8px;
padding-top: 6px;
line-height:1.2em;
}

#pay-pal-wrapper p {
	padding-top:3px;
	color:#000;
}

#pay-pal-wrapper ul li {
	list-style-type:disc;
}

#pay-pal-wrapper p {
	padding-top:0px;
	margin-top:2px;
}

#pay-pal-wrapper ul {
	padding-top:2px;
	margin-top:0px;
}

#pay-pal-wrapper h1 {
	color:#000;
	font-size:40px;
	text-align:center;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:0px;
	padding-top:0px;
	margin-top:-14px;
}


#pay-pal-wrapper h2 {
	color:#000;
	text-align:center;
}


#order-button {
	width:96%;
	max-width:96%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	margin-bottom:8px;
}

#order-button a, #order-button a:hover {
	color:#fff;
text-align:center;
text-decoration:none;
}

#order-button {
	font-size:20px;
	color:#fff;
	font-weight:700;
		-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding:5px;
	background: #8bc53f;
	margin-top:20px;
	text-align:center;
}

#order-button a {
	display: block;
	color:#fff;
text-align:center;
}


#order-button:hover {
				background: #e32024;
}



/* BACK TO TOP BUTTON */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

@media screen and (max-width: 768px) {
#myBtn {
    right: 0px; /* Place the button 30px from the right */
	padding: 10px 8px; /* Some padding */
    border-radius: 10px 0px 0px 10px; /* Rounded corners */
}	

}

@media screen and (max-width: 400px) {
#myBtn {
	padding:0;
    left:-15px; /* this hides the myBtn */
	bottom:-15px;
}

}