/*
	Theme Name: MacAllister Web Network
	Theme URI:
	Description: Default child theme for MacAllister websites
	Author: MacAllister Machinery
	Version: 1.4
	Template: genesis
*/

/*
    WARNING - WARNING - WARNING
    Do not make changes to this file for sub-sites!
    Sub-site changes go in /wp-content/themes/mwn/subsite/subsite-style.css
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
body p,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

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

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/bg.png) repeat-x;
}


/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	padding: 24px 0;
	min-height: 66px;
	overflow: hidden;
	width: 960px;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 400px;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

.site-header .widget-area {
	float: right;
}

.site-header .textwidget {
	font-size: 13px;
	padding: 0;
	text-align: right;
	line-height: normal;
}

.site-header .widget-area a,
.site-header .widget-area a:link,
.site-header .widget-area a:visited {
	color: #eee;
	margin-left: 20px;
}

.site-header .widget-area a:hover {
	color: #ffcc00;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area {
	background: url(images/logo.png) no-repeat top left;
}

.header-image .title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 66px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 246px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width .title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

.site-header ul.nav li a.sf-with-ul,
.site-header ul.menu li a.sf-with-ul,
.nav-primary li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 10px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 15px;
	width: 10px;
}

li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

li li.sfHover a:hover .sf-sub-indicator {
	background: url(images/arrow-right-hover.png) no-repeat;
	top: 10px;
}


/* Header Right Navigation
------------------------------------------------------------ */

.site-header ul.nav,
.site-header ul.menu {
	float: right;
}

.site-header ul.nav ul,
.site-header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

.site-header ul.nav li,
.site-header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

.site-header ul.nav li a,
.site-header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

.site-header ul.nav li a:hover,
.site-header ul.nav li a:active,
.site-header ul.nav .current_page_item a,
.site-header ul.nav .current-cat a,
.site-header ul.nav .current-menu-item a,
.site-header ul.menu li a:hover,
.site-header ul.menu li a:active,
.site-header ul.menu .current_page_item a,
.site-header ul.menu .current-cat a,
.site-header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

.site-header ul.nav li li a,
.site-header ul.nav li li a:link,
.site-header ul.nav li li a:visited,
.site-header ul.menu li li a,
.site-header ul.menu li li a:link,
.site-header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.site-header ul.nav li li a:hover,
.site-header ul.nav li li a:active,
.site-header ul.menu li li a:hover,
.site-header ul.menu li li a:active {
	background-color: #000;
}

.site-header ul.nav li ul,
.site-header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.site-header ul.nav li ul a,
.site-header ul.menu li ul a {
	width: 140px;
}

.site-header ul.nav li ul ul,
.site-header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

.site-header ul.nav li:hover>ul,
.site-header ul.nav li.sfHover ul,
.site-header ul.menu li:hover>ul,
.site-header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

.nav-primary {
	background: url(images/nav-bg.png) 0px 0px repeat-x;
	border: 1px solid #aaa;
	border-bottom: 1px solid #999;
	clear: both;
	color: #000;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: bold;
	width: 958px;
	height: 38px;
}

.nav-primary ul {
	float: left;
	width: 100%;
}

.nav-primary li {
	float: left;
	list-style-type: none;
	background: url(images/nav-bg.png) right -40px no-repeat;
	padding: 0 2px 0 0;
}

.nav-primary li a {
	color: #000;
	display: block;
	padding: 8px 15px;
	position: relative;
	text-decoration: none;
}

.nav-primary li a:hover,
.nav-primary li a:active {
	background: url(images/nav-bg.png) 0px -80px repeat-x;
	color: #000;
}

.nav-primary .current_page_item a,
.nav-primary .current-cat a,
.nav-primary .current-menu-item a {}

.nav-primary li li {
	background-image: none;
	padding: 0;
}

.nav-primary li li a,
.nav-primary li li a:link,
.nav-primary li li a:visited {
	background-color: #ccc;
	border: 1px solid #999;
	margin-top: -1px;
	color: #000;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 158px;
	/* li width + li padding + (li border x 2) = ul width below */
}

.nav-primary li li a:hover,
.nav-primary li li a:active {
	background-color: #666;
	background-image: none;
	color: #ffcc00;
}

.nav-primary li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 30000;
	margin: 1px 0 0 -1px;
}

.nav-primary li ul a {
	width: 140px;
}

.nav-primary li ul ul {
	margin: -33px 0 0 179px;
}

.nav-primary li:hover>ul,
.nav-primary li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.nav-primary li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}

.nav-primary li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

.nav-primary li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

.nav-primary li.search {
	padding: 0 10px;
}

.nav-primary li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

.nav-primary li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

/* Genesis Subpages as Secondary Menu plugin - in sidebar */
#subnav,
.content-sidebar-wrap .sidebar .nav-secondary {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 10px 10px 5px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.site-inner #subnav .wrap,
.content-sidebar-wrap .sidebar .nav-secondary .wrap {
	width: 100%;
}

#subnav ul,
.content-sidebar-wrap .sidebar .nav-secondary ul {
	margin: 0;
}

#subnav li,
.content-sidebar-wrap .sidebar .nav-secondary li {
	list-style-type: none;
	width: 100%;
}

#subnav li a,
.content-sidebar-wrap .sidebar .nav-secondary li a {
	padding: 3px 5px 3px 16px;
	background: url(images/subnav-arrow-right.png) 5px 7px no-repeat;
	border: 1px solid #fff;
	display: block;
}

#subnav li a:hover,
.content-sidebar-wrap .sidebar .nav-secondary li a:hover {
	background-color: #f5f5f5;
}

#subnav li.current_page_item>a,
.content-sidebar-wrap .sidebar .nav-secondary li:current_page_item>a {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

#subnav ul.children,
.content-sidebar-wrap .sidebar .nav-secondary ul.children {
	display: none;
}

#subnav .current_page_item>ul.children,
#subnav .current_page_ancestor>ul.children,
.content-sidebar-wrap .sidebar .nav-secondary .current_page_item>ul.children,
.content-sidebar-wrap .sidebar .nav-secondary .current_page_ancestor>ul.children {
	display: block;
	margin: 0 0 0 15px;
}

/* BE Subpages Widget plugin - in sidebar */
.sidebar.widget-area .widget.widget_subpages {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	padding: 10px 10px 10px 5px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.widget_subpages .widget-wrap {
	width: 100%;
}

.widget_subpages .widget-wrap>ul {
	margin: 0;
}

.widget_subpages .widget-wrap ul li {
	list-style-type: none;
	width: 100%;
}

.widget_subpages .widget-wrap li a {
	padding: 3px 5px 3px 16px;
	background: url(images/subnav-arrow-right.png) 5px 7px no-repeat;
	border: 1px solid #fff;
	display: block;
}

.widget_subpages .widget-wrap li a:hover {
	background-color: #f5f5f5;
}

.widget_subpages .widget-wrap .widget_subpages_current_page>a {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.widget_subpages .widget-wrap .widget_subpages_current_page>ul {
	display: block;
	margin: 0 0 0 15px;
}

/* Custom Menu Navigation for menus created in menu UI - in sidebar */
/* Wrapped in subnav div, inherits subnav styles except that */
/* children are called sub-menu */

#subnav .sub-menu,
.content-sidebar-wrap .sidebar .nav-secondary .sub-menu {
	display: block;
	margin: 0 0 0 15px;
}

/* Blog Category Subnav created in site-specific plugins - in sidebar */

#sidebar.sidebar .widget_categories {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	padding: 10px 10px 10px 5px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.site-inner .widget_categories .widget-wrap {
	width: 100%;
}

.sidebar .widget_categories .widgettitle {
	display: none;
}

.sidebar .widget_categories ul {
	margin: 0;
}

.sidebar .widget_categories li {
	list-style-type: none;
	width: 100%;
}

.sidebar .widget_categories li a {
	padding: 3px 5px 3px 16px;
	background: url(images/subnav-arrow-right.png) 5px 7px no-repeat;
	border: 1px solid #fff;
	display: block;
}

.sidebar .widget_categories li a:hover {
	background-color: #f5f5f5;
}

.sidebar .widget_categories li.current-cat>a {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.sidebar .widget_categories ul.children {
	display: none;
}

.sidebar .widget_categories .current-cat>ul.children,
.sidebar .widget_categories .current_page_ancestor>ul.children {
	display: block;
	margin: 0 0 0 15px;
}


/* Inner
------------------------------------------------------------ */

.site-inner {
	background: #fff;
	/* overflow: hidden; */
	clear: both;
	min-height: 400px;
	padding: 24px 0;
}

.site-inner .wrap {
	margin: 0 auto;
	/* overflow: hidden; */
	width: 960px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	margin: 0 auto;
	width: 960px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
	width: 796px;
	margin: 0 0 0 24px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 470px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 714px;
}

.sidebar-content-sidebar #content {
	width: 550px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}

.clear-space {
	clear: both;
	margin: 15px 0 0;
}

.youtube_sc {
	margin: 0 0 15px 0;
}

/* Blog Archives */

.archive .post,
.page-template-page_blog-php .post {
	margin-bottom: 30px;
}


/* Home Page
------------------------------------------------------------ */

#homepage #slidedeck {
	padding: 0 0 24px;
}

#homepage #slidedeck .mwn-home-slider {
	float: right;
	margin: 0 0 24px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
}

#homepage #featured-a {
	margin: 0 0 24px;
}

#homepage #featured-a img {
	margin: 0 0 15px;
}

#homepage .featured-1,
#homepage .featured-2,
#homepage .featured-3 {
	float: left;
	padding: 0 24px 0 0;
	width: 222px;
}

#homepage .featured-4 {
	float: right;
	width: 222px;
}

#homepage .featured-1-2,
#homepage .featured-2-3 {
	float: left;
	padding: 0 24px 0 0;
	width: 468px;
}

#homepage .featured-3-4 {
	float: right;
	width: 468px;
}

#homepage #featured-a h4 {
	margin: 0 0 7px;
}

#homepage #featured-a a:hover h4 {
	color: #25a;
}

#homepage #featured-a ul {
	margin: 0 0 0 17px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 24px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0 !important;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1 {
	font-size: 24px;
	margin: 0 0 15px;
	line-height: 30px;
}

h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
}

h2,
h2 a,
h2 a:visited {
	font-size: 20px;
	line-height: 30px;
}

.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

h2 a:hover {
	color: #25a;
	text-decoration: none;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	margin: 5px 0;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}


.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 24px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 15px 24px;
}

.alignleft {
	float: left;
	margin: 0 24px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 24px;
}

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {}

.photo,
img.size-x-small,
img.size-small,
img.size-medium,
img.size-large,
img.size-full,
.post-image {
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
}

.entry-image-link img {
	border: none;
}

/***** Image Galleries ********************/
/* using Cleaner Gallery plugin */

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto 15px;
}

.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}

.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 89%;
	height: auto;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
}

.gallery-caption {}

/* Image sizes depending on the number of columns */
.gallery .col-0 {
	width: 100%;
}

.gallery .col-1 {
	width: 100%;
}

.gallery .col-2 {
	width: 50%;
}

.gallery .col-3 {
	width: 33.33%;
}

.gallery .col-4 {
	width: 25%;
}

.gallery .col-5 {
	width: 20%;
}

.gallery .col-6 {
	width: 16.66%;
}

.gallery .col-7 {
	width: 14.28%;
}

.gallery .col-8 {
	width: 12.5%;
}

.gallery .col-9 {
	width: 11.11%;
}

.gallery .col-10 {
	width: 10%;
}

.gallery .col-11 {
	width: 9.09%;
}

.gallery .col-12 {
	width: 8.33%;
}

.gallery .col-13 {
	width: 7.69%;
}

.gallery .col-14 {
	width: 7.14%;
}

.gallery .col-15 {
	width: 6.66%;
}

.gallery .col-16 {
	width: 6.25%;
}

.gallery .col-17 {
	width: 5.88%;
}

.gallery .col-18 {
	width: 5.55%;
}

.gallery .col-19 {
	width: 5.26%;
}

.gallery .col-20 {
	width: 5%;
}

.gallery .col-21 {
	width: 4.76%;
}

.gallery .col-22 {
	width: 4.54%;
}

.gallery .col-23 {
	width: 4.34%;
}

.gallery .col-24 {
	width: 4.16%;
}

.gallery .col-25 {
	width: 4%;
}

.gallery .col-26 {
	width: 3.84%;
}

.gallery .col-27 {
	width: 3.7%;
}

.gallery .col-28 {
	width: 3.57%;
}

.gallery .col-29 {
	width: 3.44%;
}

.gallery .col-30 {
	width: 3.33%;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 222px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

#sidebar-alt {
	float: left;
	width: 140px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area .textwidget {
	padding: 5px 10px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

#contact-button,
.mwn-button {
	background: url(images/button-bg.png) 0px 0px repeat-x;
	border: 1px solid #003300;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contact-button a,
#contact-button a:link,
#contact-button a:visited,
#contact-button a:hover,
#contact-button a:active,
.mwn-button a,
.mwn-button a:link,
.mwn-button a:visited,
.mwn-button a:hover,
.mwn-button a:active {
	display: block;
	color: #fff;
	text-decoration: none;
	height: 40px;
}


/* Search Form
------------------------------------------------------------ */
#mwnsearch {
	background: url(images/nav-bg.png) 0px 0px repeat-x;
	float: right;
	width: 218px;
	margin: 20px 0 0;
	padding: 2px;
}

/* ORIGINAL
.site-header .searchform {
	float: right;
	padding: 25px 0 0;
}

.s {
	font-size: 12px;
	margin: 0 2px 0 0;
	padding: 4px 0 4px 5px;
	width: 200px;
	line-height: normal;
}

.searchsubmit,
.searchsubmit:hover {
	background: url(images/search.png) no-repeat;
    border: none;
	overflow: hidden;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
}
*/

#mwnsearch .searchform {
	border-top: 1px solid #aaa;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #aaa;
	background-color: #fff;
	height: 24px;
}

#mwnsearch .searchsubmit,
#mwnsearch .searchsubmit:hover {
	background: url(images/search.png) 10px 0px no-repeat;
	border: none;
	width: 26px;
	height: 24px;
	margin: 0 0 0 5px;
	padding: 0;
	color: transparent;
	font-size: 0;
	cursor: pointer;
	outline: none;
}

#mwnsearch .s {
	background: none !important;
	padding: 4px;
	margin: 0;
	border: none;
	outline: none;
	width: 78%;
}


/* Google CSE */
#cse-search-form {
	border-top: 1px solid #aaa;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #aaa;
	background-color: #fff;
}

#cse-search-form form.gsc-search-box,
#cse-search-form table.gsc-search-box {
	margin-bottom: 0;
}

#cse-search-form .gsc-input input.gsc-input {
	background: none !important;
	padding: 4px;
	margin: 0;
	border: none;
}

#cse-search-form input.gsc-search-button {
	background: url(images/search.png) center center no-repeat;
	border: none;
	width: 24px;
	height: 24px;
	margin: 0 0 0 5px;
	padding: 0;
	color: transparent;
	font-size: 0;
	cursor: pointer;
}

#cse-search-form .gsc-clear-button {
	display: none;
}

.gsc-branding {
	display: none;
}



/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: url(images/footer-widget-bg.png) #333 0px 0px repeat-x;
	/* border-top: 1px solid #000; */
	clear: both;
	color: #eee;
	font-size: 12px;
	margin: 0 auto;
	/* overflow: hidden; */
	/* padding: 0 0 10px 0; */
}

#footer-widgets > .wrap {
	background: url(images/footer-widget-bg.png) #333 0px 0px repeat-x;
	border-top: 1px solid #000;
	padding-bottom: 10px;
}

#footer-widgets > .wrap:after {
	content: '';
	display: table;
	clear: both;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 960px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets h4 {
	color: #fff;
}

#footer-widgets p {
	color: #eee;
	padding: 0 0 10px;
	font-size: 12px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #ffcc00;
}

#footer-widgets ul {
	color: #eee;
	margin: 0 0 10px;
}

#footer-widgets ul li {
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	padding: 24px 24px 5px 0;
	width: 222px;
}

.footer-widgets-4 {
	float: right;
	padding: 24px 0 5px 0;
	width: 222px;
}


/* Footer
------------------------------------------------------------ */

.site-footer {
	background-color: #000;
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	/* overflow: hidden; */
}

.site-footer > .wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	padding: 6px 0 5px;
	background-color: #000;
}

.site-footer p {
	color: #fff;
	font-size: 12px;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

.site-footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

.site-footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

/* Contact Form */

/* left column */
.gform_wrapper .mwn-form .right_label .gfield_label {
	width: 20%;
}

/* required field labels */
.gform_wrapper .mwn-form .gfield_contains_required .gfield_label {
	color: #990000;
}

/* last name field */
.gform_wrapper .mwn-form .ginput_complex .ginput_right input {
	width: 94% !important;
}

/* name fields */
.gform_wrapper .mwn-form .ginput_complex label {
	line-height: 80%;
}

/* footer left label (blank) */
.gform_wrapper .mwn-form .gform_footer.right_label {
	padding-left: 22%;
	margin: 0;
}

/* field descriptions */
.gform_wrapper .mwn-form div.gfield_description {
	line-height: 80%;
	margin-left: 22.2%;
	padding: 5px 0 0 0;
}

/* stock number field description */
.gform_wrapper .mwn-form .stock-number .gfield_description {
	line-height: 80%;
	margin-left: 22.2%;
	padding: 5px 0 0 0;
}

/* last form field - provides extra space between submit */
.gform_wrapper .mwn-last-form-field {
	margin-bottom: 25px;
}

/* submit button */
.gform_wrapper .mwn-form .gform_footer input[type="submit"] {
	background: url(images/button-bg.png) 0px 0px repeat-x;
	border: 1px solid #003300;
	height: 40px;
	width: 250px;
	color: #fff;
	cursor: pointer;
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 22px !important;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.gform_wrapper .right_label ul.gfield_radio,
div.gform_wrapper .right_label ul.gfield_checkbox {
	margin-left: 22.2%;
}

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Top Label Forms */

div.gform_wrapper .top_label input.large,
div.gform_wrapper .top_label select.large,
div.gform_wrapper .top_label textarea.textarea {
	width: 98%;
}

div.gform_wrapper div.gform_footer.top_label {
	padding: 15px 0;
}


/* Maps
------------------------------------------------------------ */

#content .mapp-layout {
	border: none;
	clear: both;
	margin: 0 !important;
	max-width: 712px;
}

#content .mapp-canvas {
	margin: 11px 0 24px;
	border: 1px solid #ddd;
}

#mapp0_poweredby {
	display: none !important;
}

#content .mapp-map-links {
	display: none !important;
}

#content .mapp-title {
	font-size: 14px;
	font-weight: bold;
}


/* AddThis
------------------------------------------------------------ */
.addthis_toolbox {
	clear: both;
	padding-top: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

.addthis_toolbox a {
	margin-right: 10px;
}

.content-sidebar .content-sidebar-wrap .content {
	float: left;
	width: 714px;
}


/* logo link fix */
.title-area h1,
.title-area p {
	line-height: 66px;
}

.title-area h1 a,
.title-area p a {
	display: block
}



.sidebar .rental-quote-form_wrapper .ginput_complex .name_first,
.sidebar .rental-quote-form_wrapper .ginput_complex .name_last,
.sidebar .rental-quote-form_wrapper li.gield,
.sidebar .rental-quote-form_wrapper form li.gfield {
	margin-top: 0 !important;
	padding-right: 0 !important;
}

.sidebar .rental-quote-form_wrapper input,
.sidebar .rental-quote-form_wrapper textarea {
	width: 100% !important;
}

.sidebar .ginput_container {
	max-width: 100%;
}

.sidebar .rental-quote-form_wrapper .ginput_container {
	margin-top: 3px !important;
}

.sidebar .rental-quote-form_wrapper .gfield_description {
	padding-top: 0 !important;
}

.page-buttons img.alignnone {
	margin-bottom: 0
}

.sidebar.sidebar-primary .sidebar-contact-form .gfield {
	padding-right: 0;
	margin-top: 0;
}

.sidebar.sidebar-primary .sidebar-contact-form .gform_button {
	margin: 25px auto !important;
	display: block;
}

.sidebar.sidebar-primary .sidebar-contact-form .gform_wrapper form {
	padding-bottom: 1px;
}

/*Add Spacing Above Footer Ad Bar*/
#content,
.content {
    margin-bottom: 30px;
}

#footer-ads {
    width: 100%;
}

.closest-location-result a.icon-link {
  display: inline-flex;
  align-items: center;
  background: #000;
  padding: 10px 20px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 4px;
  line-height: 1.5em;
  padding-top: 13px;
}

.closest-location-result a.icon-link img {
  width: 30px;
  height: auto;
  margin-right: 10px;
  filter: invert(1);
  position: relative;
  top: -3px;
}

.closest-location-result a, .sidebar p a {
  border-bottom: 0;
}