/*
Theme Name: amc
Theme URI
Author: amc using Underscores.me
Author URI:
Description: This Theme was created for amc Companies. Underscores was used as the boilerplate. Note: Custom post types for slideshow | integrated breadcrumbs | the homepage is primamrily managed through widgets; remaining content via feeds and custom post types.  
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amc
Domain Path: /languages/
Tags:

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.

 amc is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*, *:before, *:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
	background-image: url(/wp-content/themes/amc/images/bg.png); background-repeat:repeat-x; background-position:top;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
a img {
	border: 0;
}
blockquote {
	background-image: url(/wp-content/themes/amc/images/bq-bg.png);
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-left:10px;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #404040;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	color:#3aa8c3;
}
h1 {
	font-size: 24px;
	color:#00334e;
}
h2 {
	font-size:18px;
	color: #000;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:15px;
	text-transform:uppercase;
}
p {
	margin-bottom: 1.5em;
	color:#545454;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.entry-content li, .sidebarcon li {
	padding-bottom: 5px;
}
.entry-content img, .sidebarcon img {
	margin:10px;
}
.entry-content ul, .sidebarcon ul {
	margin-left: 20px;
	padding-left:0px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"], input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color:#00334e;
	text-decoration:none;
}
a:visited {
	color:#00334e;
}
a:hover, {
 color: #dc860f;
text-decoration:underline;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	
}
.nav-divider {
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	margin-top:1px;

}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation li {
}
.main-navigation li:last-child {
	background-image: none;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0px 0px;
	font-size:15px;
	font-weight:normal;
	line-height: normal;
}
.main-navigation li a {
	padding-top: 10px;
	padding-bottom:10px;
	padding-right:30px;
	padding-left:30px;
	border-right: 1px #fff solid;
	margin-top: 11px;
	margin-bottom: 11px;
	
}
  @-moz-document url-prefix() {
                       .main-navigation li a {
	
	margin-top: 10px;
	margin-bottom: 10px;
	
}
                    }


/*.main-navigation li a{margin-top: 10px; margin-bottom: 10px;}*/
.main-navigation li li a{
	margin-top: 0px;
	margin-bottom:  0px;
}

.main-navigation ul ul a {
	padding-left:14px;
}
.main-navigation ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	z-index: 999999;
	font-size:15px;
	margin-top: 0;

}
.main-navigation ul ul li {

}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
	color: #fff;
}
.main-navigation li:hover > a {
}
.main-navigation ul li ul li a {
	color:#fff;
}
.main-navigation ul li ul li a:hover {
	color:#000;
	background:#e2eaed;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
	background-image: url(/wp-content/themes/amc/images/slidebg.png);
	background-repeat:repeat;
	color:#FFF;
}
.main-navigation .current_page_item a, .main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

.main-navigation li li a{

 border-right: 0px #000 solid; 
}
.nav-wrap {

}
.main-navigation {

}



@media screen and (max-width: 800px) {
.main-navigation li a {
	padding: 15px 15px;
	padding-right:0px;
}
.main-navigation li a{margin-top: 0px; margin-bottom:  0px;}
.menu-toggle, .main-navigation.toggled .nav-menu {
	display: block;/*padding-top: 5px; did need this*/
}
.main-navigation ul {
	display: none;
	border: 0px solid #388ab7;
	margin-top: -6px;
}
.main-navigation ul li:hover > ul {
	background-image: none;
}
.main-navigation li {
	z-index: 99999999999999999999999999999999999999;
}
.main-navigation li {
	float: none;
	background: #00334e;
	border-bottom: 1px solid #ccc;
	text-align: left;
	color:#FFFFFF;
	background-image: none;
}
.widget-area .main-navigation li {
	float: none;
	background: none!important;
	border-bottom: 1px solid #ccc;
	text-align: left;
	color:#FFFFFF;
	background-image: none;
}
.main-navigation li a {
	color:#FFFFFF;
}
.main-navigation ul ul {
	float: none;
	display: block;
	top: 0px;
	padding-left: 20px;
	position: inherit;
	background-color: #00334e;
	background-image: none;
}
.main-navigation ul ul ul {
	left:0% !important;
	top: 0;
}
.main-navigation ul ul a {
	width: 100%;
}
.submenu li {
	float: left;
}
.sub-menu li, .sub-menu li a {
	background-color: #00334e;
	display: block;
	border-bottom: 1px solid #ccc;
}

.widget-area .sub-menu li, .widget-area .sub-menu li a {
	background: none !important;
	display: block;
	border-bottom: 0px solid #ccc!important;
}
.main-navigation li:last-child {
	border-bottom: none;
}
}


a, a:active, a:focus {
outline: none;
}
.menu-item:hover {
background-image: url(/wp-content/themes/amc/images/slidebg.png) !important;
}

.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: '';
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline, .updated {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
}
/*-------------------------------------------------------------------------------------------------------- mine-
layout first, I'm guess the sheet will get out of control eventually   -----------------------------------------
--------------------------------------------------------------------------------------------------------------*/

body {
	margin:0; /* This is probably in the Reset, but here goes */
	padding:0;/*doing what we can to discourage inline font styling*/
}
/*my lucky clear class, helps be out of a lot of problems  - I find the height to help */

.clear {
	width:100%;
	clear:both;
	height:1px;
}
.site-header-container { background-image: url('/wp-content/themes/amc/images/headerbg.jpg'); background-color:#00334e; }
/* for the tagline at the top */
.focusforward-container {
	/*width:100%;
	background-color:#00334e;*/
	padding-top:10px;
	
}
.focusforward {
	/*width: 960px;
	margin: 0 auto;
	min-height: 30px;*/
	text-align:right;float:right; font-size:18px; }
/* turns the red up to eleven*/
.site-header-container {
	width:100%;
	min-height:54px;
}
/* brings the goodies back to the middle */
.site-header {
	width:960px;
	margin:0px auto;
	padding-top: 20px;
	padding-bottom: 10px;
	 background-image: url('/wp-content/themes/amc/images/glare.png'); background-repeat:no-repeat;
	 background-position:top center;
}
/* turns the red up to eleven*/
.footercon {
	width:100%;
	background-color:#00334e;
	border-top: 5px #328bba solid;
}
/* brings the goodies back to the middle */
.site-footer {
	width:960px;
	margin:0px auto;
	min-height:333px;
	padding-top: 40px;
}
/* when footer widgets attack */
.site-footer h3 {
	font-size:30px;
	font-weight:bold;
	color: #fff;
	padding-bottom: 20px;
}
.site-footer .widget {
	width:45%;
	float:left;
	margin-right: 5%;
}
/* more standard stuff */
.logo {
	float:left;
}
.socialicons {
	float:right;
}
.searchicon {
	float:left;
	display:inline-block;
}
.phone {
	clear:right;
	float:right;

	text-align:right;
}

h1.site-title {
	clear: none;
	display: inline;
	float: left;
}
/* some format stuff while im here */
.logo, .socialicons, .phone, .logo a, .socialicons a, .phone a {
	color:#fff;
}
.site-footer, .site-footer a, .site-footer p {
	color:#ffffff;
}
/* seconday pages and stuff*/
.sidebarcon {
	float:left;
	border:1px #00334e solid;
	width: 30%;
	border-radius: 3px;
	margin-top:20px;
	/*background-color:#d3dce0;*/
	padding:40px;
	margin-bottom: 20px;
	
}
#primary {
	float:right;
	width:65%;
}
/* brings the goodies back to the middle */
.nav-wrap {
	margin:0 auto;
	width:960px;
}
/* brings the goodies back to the middle */
#content {
	margin:0 auto;
	width:960px;
}
/* turns the slides up to eleven*/
.slidearea {
	width: 100%;
	max-height: 650px;
	/*background-image: url(/wp-content/themes/amc/images/slidebg.png);*/
	background-repeat:repeat;
	overflow:hidden;
	text-align:center;
}
/* I'll leave this here*/
.sample {
	width:100%;
	max-width: 1680px;
	margin:0 auto;
}
/* this will hide the search box until jquery brings it back to life*/
.hiddensearch {
	float:right;
	clear:right;
	display:none;
}
/* pesky serach button submit, lets make you  look like the social media icons*/
#searchform input[type="submit"] {
	background:none;
	box-shadow:none;
	border:0px;
	text-shadow:none;
	/*(background-image: url(/wp-content/themes/amc/images/circle.png);*/
	background-repeat:no-repeat;
	color: #fff;
	border-radius: 20px;
	padding:18px;
	font-size:18px;
	padding-left:12px;
}
/*callouts */
.callout-con {
	/* ha! i knew i needed this.*/
	border-bottom: 0px #ccc solid;
	padding-top:20px;
	padding-bottom: 30px;
}
.home-callout {
	width: 31%;
	padding-left:10px;
	padding-right:10px;
	float:left;
	border: 1px #ccc solid;
	margin:1%;
	border-radius: 3px;
	font-size:14px;
	color: #666;
	line-height: normal;
	padding-top:10px;
	padding-bottom: 10px;
	font-size:14px;
	background-color:#FFFFFF;
	min-height: 300px;
}
.home-callout p {font-size:14px; line-height:1.5em;}
.home-callout h2 {
	font-size:24px;
	color: #555555;
	margin-bottom: 10px;
	font-weight:bold;
	text-align:center;
}
.home-callout ul { margin-left:15px;	font-size:14px;}
.home-callout li{font-size:14px; line-height:1.5em;}
.home-callout img {
	max-width:100% !important; /* to help page editors, it mayy work*/
}
a.special { width:80%; display:block; margin-left:10%; background-color:#00334e; color:#FFFFFF; text-align:center; padding:5px;}
/* big home quote */
.home-quote {
	float:left;
	border: 0px #ccc solid;
	text-align:center;
	font-size:18px;
	color: #666;
	line-height: normal;
	padding-top:40px;
	padding-bottom: 40px;
	line-height: 1.5em;
}

.home-quote a {
	color:#00334e;
}
.home-quote h3 {
	font-size:36px;
	text-align:center;
	color:#00334e;
}
.home-quote img {
	max-width:100% !important; /* to help page editors, it mayy work*/
}
.quotebg {
	background-repeat:no-repeat;
	background-position:top left;
	font-size:36px;
	color:#666;
}
/* News feed at home, but it will cover some other places too*/
.newsfeed {
	border-right: 1px #ccc solid;
	width:70%;
	padding-right:10%;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
}
.newsfeed h2, .home-sideline h2 {
	font-size:30px;
	font-weight:bold;
	color:#00334e;
	line-height:normal;
}
.newsfeed h3, .newsfeed h3 a {
	font-weight:bold;
	color:#00334e;
	text-decoration:none;
	line-height:normal;
}
.newsfeedsec h3, .newsfeedsec h3 a {
	font-weight:bold;
	color:#00334e;
	text-decoration:none;
	line-height:normal;
}
.newfeedmeta {
	color:#dc860f;
	font-style:italic;
	margin-bottom:15px;
}
.newslitem {
	padding-bottom:10px;
	border-bottom: 1px #ccc solid;
	margin-bottom:20px;
}
.morenews {
	text-align:right;
}
.maxw {
	width: 150px;
}
/* this is next to news*/
.sidelinecon {
	float:right;
	width:30%;
	border:0px #ccc solid;
	padding-left:20px;
	margin-top:30px;
	margin-bottom:30px;
}/*end*/
/* a slideshow adjustment, out of place */
.slidenav {
	position:absolute;
	margin-top: -30px;
	color:#fff;
	z-index:9999999;
	width:100%;
	text-align:center;
}
/*end*/

/* this is for hansel and gretel = breadcrumbs*/
#breadcrumbs {
	list-style:none;
	margin:10px 0;
	margin-bottom:20px;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px #ccc solid;
}
#breadcrumbs li {
	float:left;
	margin-right:5px;
}
#breadcrumbs .separator {
	color:#999;
}
/*end*/


/*------------------------------------------------------------
 widgets     -----------------------------------------------
 -----------------------------------------------------------*/

.widget-title {
	font-size: 24px;
	color: #3aa8c3;
	padding-bottom:10px;
}
.site-footer .widget.left {
	
}
/*  third party tweaks*/

.widget_collapspage li {
	list-style:none;
	margin-left:0px;
}
.widget_collapspage li ul li {
	list-style:none;
	margin-left:10px;
	padding-top:5px;
}
.widget_collapspage ul {
	margin-left:0px;
}
span.collapsing.pages.collapse, span.collapsing.pages.expand {
	display:none;
}
.collapsing.pages.list { /*margin-top: 10px;*/
}
/*end*/

/*visual form builder*/
.visual-form-builder fieldset {
	background-color:#fff;
	border:0px;
}
input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text, textarea.vfb-textarea {
	background:none;
}
/*end*/


/* amc recent post plugin */
 .blkfont a, .blkfont {
	color: #000 !important;
}
h3.blkfont {
	margin-bottom: 10px;
}
.readme {
	font-weight:bold;
	padding-bottom:20px;
}
/*end*/

/*This will hide things on full screen*/
.showonmobile {
	display:none;
}
/*scroll to top*/
.scrollToTop {
	display:none;
}
.scrollToTop:hover {
	text-decoration:none;
}
.scrollup {
	width: 200px;
	margin:10px auto;
}
.sidebarcon img {
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
}

/* Mobile magic */
 @media screen and (max-width: 800px) {
	 .site-header { background:none;}
	 .site-header-container { background:none; background-color:#00334e; }
/* and for my first trick i will take away all widths on stuff I made... for good measure*/
	 
.nav-wrap, #content, .site-header, .focusforward, .site-footer {
	max-width:100% !important;
	float:none;
}
/* and for my second trick i will do some global stuff, which would have fixed the stuff above*/
	 
div, img, table, span {
	max-width:100% !important;
}
/* and for my third trick i will do the stuff i should have done on my first - */
#content, .site-header, .focusforward, .site-footer {
	width:94% !important;
	margin-left:3%;
	margin-right:3%;
}
/*Reveals hidden full screen stuff*/
.showonmobile {
	display:block;
}
/*.hideonmobile{display:none;} save me for later*/


/* for the tagline on mobile, it needs to be smaller*/
.focusforward {
	min-height:10px;
}
.focusforward img {
	height:30px;
}
/* make the search bigger on mobile */
#searchform .field {
	height: 20px;
	width:80%;
	font-size:20px;
	margin-bottom:0px;
}
/*makes floating things sink */
.logo, .socialicons, .phone, .hiddensearch {
	float:none;
}
.phone {
clear: both;
float: none;
padding-right: 0px;
text-align:center;
font-size: 18px;
padding-bottom: 20px; width:100%; display:block;
}
h1.site-title {
	clear: both;
	float: none;
	text-align:center; width:100%;
	display:block;
}
#primary {
	float: none;
	width: 100%;
}
/* when widgets attack your phone*/
.site-footer .widget {
	width:100%;
	float:none;
	margin-right:0%;
	color:#fff;
}
.nav-wrap {
	padding-top: 0px;
	border-top: 2px #fff solid;/* for a gigger gap*/
	clear: both;
	display: block;
	width: 100%;
	background:#00334e;
	height: 48px;
	color: #fff;
}
.sidelinecon, .newsfeed {
	width:100%;
	border-right:0px;
	padding-left:0px;
}
.sidebarcon {
	float:none;
	width:100%;
	margin-bottom:20px;
}
}

/* time to shut-her down even smaller for phone users */
 @media screen and (max-width: 600px) {
/* more stuff to make phone freindly */
.home-callout {
	width: 100%;
}
}

 @media screen and (max-width: 800px) {
.slideinfo {
	/*margin-top: 0px;
	left:  55%;
	background: #156470;
    width: 20%;*/
	padding-left:10px;
}
.slidecontent {
	font-size: 14px;
}
#slideshowb p {
	max-width:100%;
}
.slidetitle {
	font-size: 26px;
}
#slideshowb {
	margin-bottom: 20px;
}
}
 @media screen and (max-width: 600px) {
.slideinfo {
}
.slidecontent {
	font-size: 12px;
	
}
.slidetitle {
	font-size: 14px;
	font-weight: bold;
}
}
/* end slideshow home */


/*fix placement later*/
.nav-wrap {
	float: right;
	border: #000 0px solid;
	margin-top:24px;
	width: 80%;
}
video#bgvid {
	/*position: absolute; margin-top: -100px; */
min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
	display: block;
 background-image: url (/poster.jpg);
	background-repeat:no-repeat;
}
#content-container {
	background: none !important;
	background-color: #fff !important;
}
.pver {
	display: block;
	position: absolute;
	width:100%;
	margin-top:10%;
	padding: 2%;
	font-size:26px;
	color: #fff;
}
.banner-slider * {/*text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);*/
	text-shadow: 1px 1px 7px rgba(0, 0, 0, .9);
	font-size: 26px;
	text-align: center;color: #fff;
}
.banner-slider h1, .banner-slider h2, .banner-slider h3, .banner-slider h4, .banner-slider h5, .banner-slider h6 {
	margin-top: 0px;
	padding: 0px;
	font-size:46px !important;
	text-align: center;
	z-index: 10000000000;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, .9);
	font-weight: bold !important;
}
.banner-slider .center-wrap {
	padding-top: 0px;
}
.banner-slider li {
	list-style: none;
}
.pver {
	background-image: url(http://devorenew.webapps.devore.com/wp-content/themes/amc/white.png);
}
.calloutclick {
	border: 0px;/*font-weight: bold;*/
}
 @media screen and (max-width: 800px) {
.nav-wrap {
	float: none;
	border: #000 0px solid;
	width: 100%;
	margin:0;
	text-align:left;
}
.phone {
	clear:right;
	float:right;
	padding-right: 5px;
	font-size:18px;
}
.site-header, .focusforward, .site-branding {
	width:100% !important;
	margin-right:0;
	margin-left:0;
	text-align:center;
}
.focusforward {
	padding-bottom:10px;
}
.pver {
	display: block;
	position: relative;
	width:100%;
	margin-top:10%;
	padding: 2%;
	font-size:16px;
	color: #fff;
}
video#bgvid { display:none;}
}
/*---------------------------------------------------------------------------------------------------------------
 slideshow - home -- theres a seperate mobile piece below too ---------------------------------------------------
 ---------------------------------------------------------------------------------------------------------------- */
.slidenav .active {
	border:0px #fff solid;
	background-image:url(/wp-content/themes/amc/images/slidejumpbg.png);
	background-repeat:no-repeat;
}
.ind {
	display: inline-block;
	width:15px;
	height:15px;
	border:0px #fff solid;
	background-image:url(/wp-content/themes/amc/images/slidejump.png);
	background-repeat:no-repeat;
}
.fadein {
	margin-top: 20px;
}
.slidish img {
	width: 1920px !important;
	max-width:100% !important;
}
.slideinfo {
	position: absolute;
	z-index: 10000000;
	background-image: url(/wp-content/themes/amc/images/slidebg.png);
	background-repeat:repeat;
	color: #fff;
	top: 10% ;
	 right: 0 ;
  left : 0 ;
  margin : auto;
  margin-bottom: 30px;
  /*width: 920px;*/
    width: 480px;

	 
}
.slidecontent {
	font-size: 14px;
	color: #fff;

	margin: 0 auto;

	text-align:left;padding: 30px;
}
.slidecontent p {

}
.slidecontent h2 { font-size: 36px;}

.slidetitle {
	font-size: 36px;
	margin: 0 auto;
	max-width:100%;
	text-align:left;padding-top: 10px;padding-left: 10px;padding-right: 10px;
	
}
.slidetitle a {
	text-decoration: none;
	color: #fff !important;
}
.slidetitle a:hover {
	text-decoration: none;
	color: #bec0c0 !important;
}
.slideinfo a {
	color: #fff;
}
/*** set the width and height to match your images **/

#slideshowb {
	position:relative;
	/*height:367px; margin-top: 20px;*/
	height:580px;
	max-width: 1920px !important;
	width:100% !important;
	margin: 0 auto;
}
#slideshowb p {
	color:#fff;
	/*max-width: 70%;*/
}
#slideshowb .slidish {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	/*top:0;
	left:0;*/
	z-index:8;
	opacity:0.0;
}
#slideshowb .slidish.active {
	z-index:10;
	opacity:1.0;
}
#slideshowb .slidish.last-active {
	z-index:9;
}
 @media screen and (max-width: 800px) {
.slideinfo {
	/*margin-top: 0px;
	left:  55%;
	background: #156470;
    width: 20%;*/

}
.slidecontent {
	font-size: 14px;
}
#slideshowb p {
	max-width:100%;
}
.slidetitle {
	font-size: 26px;
}
.slidecontent h2 { font-size: 26px;}
#slideshowb {
	margin-bottom: 20px;
}
}
 @media screen and (max-width: 600px) {
.slideinfo {
	
}
.slidecontent {
	font-size: 12px;

}
.slidetitle {
	font-size: 14px;
	font-weight: bold;
}
.slidecontent h2 { font-size: 14px;}
}

/* end slideshow home */
.standard {height:140px; margin-bottom: 10px;}
footer{background-image:url(/wp-content/themes/amc/images/amc-watermark.png); background-repeat: no-repeat;}

.slideinfo {border-radius: 5px !important;}


.widget-area li.menu-item:hover{background: none!important;}
.widget-area li.menu-item ul li.menu-item  a{background: none!important;}

.widget-area li.menu-item a:hover{ text-decoration: underline;}

p {line-height: 1.75em;}





