/* **** Penny Wiles Site Main CSS **** */

@charset "UTF-8";
@import "defines.css";
@import "menus4.css";

/* **** General **** */

body
{
	background-color: #f8f8f8;
	text-align: center;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding: 10px;
	margin: 0;
	color: #444;
}

input, textarea, td
{
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}

#main
{
	width: 1000px;
	margin: 10px auto;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	background-color: white;
	padding: 0;
}

#topbar
{
	float: right;
	margin-right: 4px;
	padding: 4px 4px 0 48px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.topbarhidden
{
	visibility: hidden;
}

#logo
{
	background: url("/images/site/logoflower.png") no-repeat white;
	height: 100px;
	text-align: left;
}

#mainname
{
	color: #040;
	position: relative;
	display: inline-block;
	top: 10px;
	left: 130px;
	font-size: 44px;
}

#mainname span
{
	margin-left: 8px;
	font-size: 20px;
}

#practicename
{
	display: inline-block;
	position: relative;
	color: #040;
	top: 6px;
	left: 131px;
	font-size: 24px;
}

#phone
{
	display: inline-block;
	position: relative;
	margin: 0;
	top: 6px;
	left: 600px;
	font-size: 26px;
	color: #333;
	display: inline-block;
	padding: 0;
}

/* **** Menu **** */
/*
#mobmenu
{
	display: none;
}

#menu
{
	display: block;
	padding: 3px 0;
	margin: 0;
	color: black;
	background-color: white;
	box-sizing: border-box;
}

#mainmenu
{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
	padding: 1px 0 0 0;
}

.topmenugroup
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.mmenu
{
	flex-grow: 1;
	display: flex;
	box-sizing: border-box;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: white;
	background-color: #666;
	padding: 1px 4px 2px 4px;
	text-decoration: none;
	margin: 0;
	justify-content: center;
	align-self: center;
	height: 30px;
	flex-direction: column;
	transition: background-color 0.2s ease-in-out;
}

.mmenu:hover, .mobmenu:hover
{
	color: white;
	text-decoration: none;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	background-color: #333;
	cursor: pointer;
}

.submenuback
{
	display: none;
}

.submenublk
{
	text-align: left;
	background-color: #555;
	margin-top: 1px;
	padding: 0;
	border-radius: 1px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	z-index: 999 !important;
	position: absolute;
}

.submenublk a, .submenublk a:visited
{
	font-size: 15px !important;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent !important;
	color: white !important;
	border: none !important;
	box-shadow: none !important;
	padding: 3px 8px;
}

.submenu, .submenuc
{
	cursor: pointer;
	padding: 8px 5px;
	border-radius: 1px;
}

.submenu:hover, .submenuc:hover, .submenu:hover a, .submenuc:hover a
{
	background-color: black;
	color: white !important;
}
*/
/* **** Content area **** */

#contentwrap
{
	margin: 0;
	padding: 10px;
	text-align: justify;
	font-size: 14px;
	min-height: 300px;
}

#content
{
}

#content p
{
	font-size: 15px;
	color: #444;
	line-height: 1.5em;
}

#contentwrap h1
{
	color: #040;
	font-size: 22px;
	margin: 2px 0 5px 0;
}

#contentwrap h1.centered
{
	color: #040;
	font-size: 22px;
	margin: 2px 0 5px 0;
	text-align: center;
}

#content h2
{
	color: #040;
	font-size: 19px;
	margin: 20px 0 2px 0;
	padding: 0;
}

#content h3
{
	color: #040;
	font-size: 17px;
	margin: 14px 0 1px 0;
	padding: 0;
}

#content a, #content a:visited
{
	color: #272;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	color: #b7772d;
	text-decoration: none;
}

li
{
	margin: 4px 0;
	font-size: 15px;
}

.dslist li
{
	margin: 10px 0;
}

/* **** Footer area **** */

#footer
{
	box-sizing: border-box;
	background-color: #666;
	padding: 20px;
	background: url("/images/site/footerbg.png") no-repeat bottom right #666;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.footcol
{
	text-align: left;
	font-size: 15px;
	line-height: 1.7em;
	color: white;
	margin: 0 20px 0 0;
}

.footcol a
{
	color: #f7dc01;
	text-decoration: none;
}

.footcol a:hover
{
	color: yellow;
}

#footcol3
{
	margin: 0 160px 0 60px;
}

#gdc
{
	display: block;
	font-family: Helvetica, sans-serif;
	font-size: 48px;
	margin: 10px 0 0 5px;
}

#gdc a
{
	color: white !important;
}

#gdc a:hover
{
	color: yellow;
}

/* **** Page Images **** */

.img
{
}

.imgl
{
	float: left;
	margin: 0 10px 10px 0;
}

.imgr
{
	float: right;
	margin: 0 0 10px 10px;
}

.imgc
{
	margin: 0 auto;
	text-align: center;
}

.imgb
{
	background-color: white;
	border-radius: 3px;
	padding: 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.imgt
{
	background-color: white;
	text-align: center;
	font-size: 13px !important;
}

.imgs
{
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.piccaption p
{
	font-size: 13px !important;
	margin: 0;
	padding: 0;
}

/* **** Links Pages **** */

.link
{
	margin-bottom: 15px;
}

.linktitle
{
	background-color: #c0dcc0;
	font-size: 15px;
	font-weight: bold;
	color: #040;
	padding: 3px;
	border-right: 1px solid #080;
	border-bottom: 1px solid #080;
}

.linktitle a, .linktitle a:visited
{
	color: #040;
	text-decoration: none;
}

.linktitle a:hover
{
	color: #f60;
	text-decoration: underline;
}

.linkpages
{
	float: right;
	border: 1px solid black;
	padding: 2px;
	background-color: #0c6b0b;
	color: white;
}

.linkpages a, .linkpages a:visited
{
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}

.linkpages a:hover
{
	color: white;
	text-decoration: underline;
}

.linktext
{
	margin: 0 10px 0 20px;
	text-align: justify;
}

.website
{
	font-style: italic;
	margin-left: 35px;
}

.website a, .website a:visited
{
	font-style: normal;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

.website a:hover
{
	color: #080;
	text-decoration: underline;
}

/* **** FAQs **** */

.faqq
{
	font-size: 15px;
	font-weight: bold;
	color: #080;
	margin: 0 0 5px 0;
}

.faqa
{
	font-size: 13px;
	color: #040;
	margin: 0 0 15px 30px;
}

/* **** Blog **** */

#content .bloghead
{
	font-size: 12px;
	font-weight: bold;
	color: green;
}

#content .blogdate
{
	float: right;
	font-size: 10px;
	color: #777;
	font-style: italic;
}

#content .blogtext
{
	margin: 2px 0 5px 20px;
	font-size: 11px;
	border: 1px dotted green;
	padding: 0 10px;
	background-color: white;
}

/* **** Cookie Push-down bar **** */

#cklbox
{
	box-sizing: border-box;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	background-color: #d00;
	background-color: #333;
	box-shadow: 0 2px 4px #555;
	display: none;
	position: fixed;
	text-align: left;
	font-size: 16px;
	z-index: 999;
	width: calc(100% - 2px);
	left: 0;
	top: 0;
	color: white;
	padding: 5px 20px;
	font-weight: normal;
}

#cklbox a, #cklbox a:visited
{
	color: yellow;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

#cklbox a:hover
{
	text-decoration: underline;
}

#cklhide
{
	display: inline-flex;
	min-width: 80px !important;
	justify-content: center;
	align-items: center;
	margin: 3px 25px 0 60px;
	font-weight: bold;
	padding: 4px;
	border-radius: 2px;
	font-size: 20px;
	background-color: #f0d800;
	cursor: pointer;
	color: black;
}

#cklhide:hover
{
	background-color: yellow;
}

table.ckl
{
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 4px;
	background-color: white;
	box-shadow: 2px 2px 2px #aaa;
}

table.ckl th
{
	background-color: #19490a;
	color: white;
	border-radius: 2px;
	border-right: 1px solid #400;
	border-bottom: 1px solid #400;
	padding: 2px 5px;
}

table.ckl td
{
	background-color: #fcfffc;
	border-radius: 2px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2px 5px;
}

table.ckl tr:hover td
{
	background-color: #f0fff0;
}

/* **** Popup Tooltip **** */

#popuptooltip
{
	text-align: left;
	border: 1px solid black;
	border-radius: 3px;
	font-size: 11px;
	padding: 8px;
	background-color: #ffe;
	color: black;
	z-index: 1000;
	box-shadow: 3px 3px 3px #222;
}

/* **** Site Messages **** */

#siteupdate
{
	color: white;
	padding: 3px 8px;
	background-color: red;
	margin: 5px 0;
	font-size: 16px;
}

#siteupdatebold
{
	font-weight: bold;
}

#sitemsg
{
	width: 980px;
	margin: 5px auto 0 auto;
	padding: 3px 8px;
	background-color: #60a0f2;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.smsgwarn
{
	background-color: orange !important;
	color: black !important;
}

.smsgalert
{
	background-color: #c00 !important;
}

.smsgwarn a
{
	color: red !Important;
}

#sitemsg a
{
	font-size: 20px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#sitemsg a:hover
{
	color: #f9d902;
}

/* **** IE6 Div Area **** */

#iediv
{
	background-color: #c00;
	color: white;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
	border: 4px double black;
}

#iediv a, #iediv a:visited
{
	color: #ff7;
	text-decoration: none;
}

#iediv a:hover
{
	color: #f84;
	text-decoration: underline;
}

/* **** Misc **** */

#mappanel.mapbox
{
	margin: 0 10px 10px 0;
	background-color: white;
	_box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.errormessage
{
	border: 1px solid red;
	padding: 0 5px 5px 5px;
	background-color: #ffc;
	color: red;
}

.lastmoddate
{
	font-size: 12px;
	color: #999;
	text-align: right;
	font-style: italic;
	margin-top: 25px;
}

.udline
{
	display: flex;
	padding: 4px 0;
}

label
{
	width: 140px;
	display: inline-block;
}

/* **** Clearfix **** */

.clearfix:after
{
	content: "";
	display: table;
	clear: both;
}

/* **** Media Specific **** */

@media only screen and (max-width: 999px)
{
	#main, #sitemsg
	{
		width: 100%;
	}

	#topbar
	{
		display: none;
	}

	#logo
	{
		box-sizing: border-box;
		width: calc(100% - 2px);
		margin: 3px 2px;
		height: auto !important;
		padding: 0 0 0 130px;
	}

	#mainname, #practicename, #phone
	{
		display: block;
		position: static;
	}

	#mobmenu
	{
		display: flex !important;
		box-sizing: border-box;
		justify-content: space-between;
		color: black;
		background-color: #666;
	}

	.mobmenu
	{
		display: inline-block !important;
		width: 49%;
		box-sizing: border-box;
		text-align: center;
		font-size: 5vw;
		color: white;
		margin: 2px;
		cursor: pointer;
	}

	#mobmenumore #mobmenudots
	{
		float: right;
		width: 20px;
		margin-right: 5px;
		height: 100%;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
	}

	.dot
	{
		display: inline-block;
		width: 20px;
		height: 4px;
		border-radius: 3px;
		background-color: white;
		margin: 2px 0 3px 0;
		padding: 0;
	}

	#mainmenu
	{
		display: none;
	}

	#mainmenu, #menu
	{
		box-sizing: border-box;
		width: calc(100% - 2px);
		margin: 0 2px;
	}

	#h1block
	{
		box-sizing: border-box;
		width: calc(100% - 2px);
		margin: 3px 2px;
	}

	#contentwrap
	{
		box-sizing: border-box;
		width: calc(100% - 2px);
		margin: 0 2px;
	}

	#content
	{
		width: calc(100% - 2px);
		margin: 0 2px;
	}

	/* **** Footer **** */

	.footcol
	{
		margin: 0 20px 30px 10px;
	}

	#footcol3
	{
		margin: 0 160px 0 0;
	}

	.udline
	{
		display: flex;
		flex-direction: column;
	}

	label
	{
		width: auto;
		display: block !important;
	}
}

@media only screen and (max-width: 850px)
{
	img
	{
		max-width: 96%;
	}

	.img, .imgl, imgr, .imglt, .imgrt, .imgb, .imglb, .imgrb, .imgbt, .imglbt, .imgrbt, .imgcbt
	{
		max-width: 90% !important;
		height: auto;
	}

	#logo
	{
		margin: 3px 0;
	}

	#h1block
	{
		width: 100%;
		margin: 3px 0;
	}

	#h1block h1
	{
		font-size: 7vw !important;
	}

	#main
	{
		overflow: hidden;
	}

	#mobmenu
	{
		display: block;
	}

	#mainmenu, #menu
	{
		width: 100%;
		margin: 0;
	}

	#mainmenu
	{
		display: none;
	}

	.mmenu
	{
		display: block;
		font-size: 5vw;
		margin-bottom: 3px;
		padding: 10px 0;
		height: auto;
	}

	.submenublk
	{
		background-color: white;
		margin: 0 0 1px 0;
		position: static !important;
		padding: 0;
		box-shadow: none;
	}

	.submenu, .submenuc
	{
		margin: 2px 0;
		padding: 8px 0;
		text-align: center;
		background-color: #555;
	}

	.submenu a, .submenuc a
	{
		font-size: 5vw !important;
	}

	.submenuback
	{
		display: block;
	}

	#contentwrap
	{
		margin: 0;
	}

	#content
	{
		padding: 5px;
		margin: 0;
	}

	#content, #content p
	{
		font-size: 18px;
	}

	#map
	{
		width: calc(100% - 20px) !important;
	}

	#footerwrap
	{
		margin: 10px 0 0 0;
	}

	/* **** Scaling Embedded Video **** */

	#videowrap
	{
		float: none;
		clear: both;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		width: 100%;
		overflow: hidden;
	}

	#videowrap iframe
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* **** Tables **** */

	#content table td
	{
		font-size: 18px;
		padding: 4px 8px;
	}
}

@media only screen and (max-width: 700px)
{
	#logo
	{
		height: 96px;
	}

	#h1block h1
	{
		font-size: 5vw !important;
	}
}

@media only screen and (max-width: 575px)
{
	#logo
	{
		padding: 80px 0 0 0;
	}

	#mappanel
	{
		width: 98% !important;
	}

	#mainname span
	{
		display: block;
		margin: 0;
	}

	#practicename
	{
		margin-top: 10px;
	}
}

