/*
Theme Name: MWL Demolition
Author: Longevity Graphics
Author URI: http://www.longevitygraphics.com
Version: 1.0
Template: twentyten
*/

.home .rs-fullvideo-cover {
    background: #fff !important;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

img {
max-width:100%;
height:auto;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}


ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;

}



/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
main#content {
    display: table-cell;
    margin: 0;
    padding-right: 40px;
    width: 100%;
}
main#content.one-column{
    display: block;
    margin: 0;
    padding: 0 !important;
    width: 100%;
}
section.content.left-sidebar main#content{
    padding-right: 0px;
    padding-left: 20px;
}
aside {
    display: table-cell;
    min-width: 350px;
    width: 350px;
vertical-align: top;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
font-family: 'Open Sans', sans-serif;
}
h3#comments-title,
h3#reply-title,
nav .menu,
nav div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
font-family: 'Open Sans', sans-serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
div.menu,
#branding,
section.content {
	margin: 0 auto;
	width: 1240px;
}
section.content {
	background: #fff;
	padding: 0;
	box-sizing: border-box;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
background: #fff;
font-family: 'Open Sans', sans-serif;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
body,
input,
textarea {
        font-family: 'Open Sans', sans-serif;
        background-color: #fff;
	color: #343434;
	font-size: 12px;
	line-height: 18px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */
p {
	margin-bottom: 15px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}

footer ul {margin: 15px 0 0 0;}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 5px;
        width: 100%;
	box-sizing: border-box;
}
section a:link, section a:visited, footer a:link, footer a:visited {
	color: #da1b2b;
	text-decoration: none;
}
section a:active, section a:hover, footer a:active, footer a:hover {
	color: #343434;
	text-decoration: none;
}

#longevity a, #legal a {color:#434343 !important;}
#longevity a:hover, #legal a:hover {color:#da1b2b !important;}

a:link, a:visited, a:active, a:hover{
    text-decoration: none;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
-webkit-appearance: none;
border-radius: 0;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Menu
-------------------------------------------------------------- */
nav {
	background: transparent;
	display: block;
	float: right;
	margin: 0 auto;
	width: auto;

}
nav .menu-header ul,
div.menu ul {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    list-style: outside none none;
    margin: 30px -10px 0 0;
}

nav .menu-header li,
div.menu li {
	float: left;

	position: relative;
}
nav a {
	color: #252525 !important;
        font-weight:400 !important;
	display: block;
	line-height: 38px;
	padding: 0 10px;
        margin: 0 10px;
	text-decoration: none;
}
nav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
nav ul ul li {
	min-width: 180px;
}
nav ul ul ul {
	left: 100%;
	top: 0;
}
nav ul ul a  {
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

nav li:hover > a,
nav ul ul :hover > a,
nav ul ul a:active {
	/*border-bottom:3px solid #b7b7b7;*/
}

nav ul li:hover > ul {
display: block;
}
nav ul li.current_page_item > a,
nav ul li.current_page_ancestor > a,
nav ul li.current-menu-ancestor > a,
nav ul li.current-menu-item > a,
nav ul li.current-menu-parent > a {
	color: #fff;

}
* html nav ul li.current_page_item a,
* html nav ul li.current_page_ancestor a,
* html nav ul li.current-menu-ancestor a,
* html nav ul li.current-menu-item a,
* html nav ul li.current-menu-parent a,
* html nav ul li a:hover {

	color: #fff;
}

.hvr-underline-from-center, .hvr-underline-from-center.current-menu-item, .hvr-underline-from-center.current-menu-ancestor {
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    /*overflow: hidden;*/
    position: relative;
    transform: translateZ(0px);
    vertical-align: middle;
}
.hvr-underline-from-center::before, .hvr-underline-from-center.current-menu-item::before, .hvr-underline-from-center.current-menu-ancestor::before{
    background: #d1d1d1 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    margin: 0px 10px !important;
    transition-duration: 0.3s;
    transition-property: left, right;
    transition-timing-function: ease-out;
    z-index: -1;
}
.hvr-underline-from-center:hover::before, .hvr-underline-from-center:focus::before, .hvr-underline-from-center:active::before,
.hvr-underline-from-center.current-menu-item::before,
.hvr-underline-from-center.current-menu-ancestor::before {
    left: 0;
    right: 0;
}


/* =Content
-------------------------------------------------------------- */
main#content,
main#content input,
main#content textarea {
    color: #343434;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
main#content p,
main#content ul,
main#content ol,
main#content dd,
main#content pre,
main#content hr {
	margin-bottom: 24px;
}
main#content ul ul,
main#content ol ol,
main#content ul ol,
main#content ol ul {
	margin-bottom: 0;
}
main#content pre,
main#content kbd,
main#content tt,
main#content var {
	font-size: 15px;
	line-height: 21px;
}
main#content code {
	font-size: 13px;
}
main#content dt,
main#content th {
	color: #000;
}
main#content h1{
margin-bottom: 15px;
font-size:16px;
padding-bottom:10px;
text-align:left;
border-bottom: 1px solid #d1d1d1;
max-width:50%;
font-weight:600;
text-transform:uppercase;
max-width:100%;
}

main#content h2,
main#content h3,
main#content h4,
main#content h5
{
	color: #343434;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

main#content h6 {
color: #343434;
font-size:24px;
line-height:30px;
border-bottom:1px solid #d1d1d1;
text-transform:uppercase;
padding-bottom:20px;
margin-bottom:20px;
}

main#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
main#content tr th,
main#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
main#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
main#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
main#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
main#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: none;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
main#content .video-player {
	padding: 0;
}




/* =Asides
-------------------------------------------------------------- */
.home main#content .format-aside p,
.home main#content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home main#content .format-aside .entry-content,
.home main#content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home main#content .format-gallery .entry-utility,
.home main#content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
main#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation
-------------------------------------------------------------- */



.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */



input[type="submit"], main#content input[type="submit"] {
font-family: 'Open Sans', sans-serif;
color: #fff;
background-color:#da1b2b;
padding:10px 15px;
border:none;
box-shadow:none;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-appearance: none;
}

input[type="submit"]:hover, main#content input[type="submit"]:hover{
background-color:#343434;
    cursor: pointer;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-appearance: none;
}

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */
aside select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
aside .widget-container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    hyphens: none;
    background-color: #f8f8f8;
    border-color: #343434 #d1d1d1 #d1d1d1;
    border-image: none;
    border-style: solid;
    border-width: 3px 1px 1px;
    padding: 20px;
    box-sizing:border-box;
}

aside .widget-container:first-child {margin-bottom: 50px;}


.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
    max-width:80%;
    border-bottom: 1px solid #d1d1d1;
    font-size:18px;
    line-height:16px;
    color: #343434;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom:15px;
}
aside .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* =Footer
-------------------------------------------------------------- */
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
nav,
.entry-meta,
.entry-utility,
.navigation,
aside {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
	section.content {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	.container {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	nav,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	aside {
		display: none !important;
	}
	main#content,
	.container {
		margin: 0;
		width: 100%;
	}
	main#content,
	main#content.one-column {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	.home .sticky {
		border: none;
	}
}

/**********************************GENERAL**********************************/

.left{
	float: left;
}
.right{
	float: right;
}

/**********************************HEADER**********************************/

header{
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #d1d1d1;
    height: 100px;
    padding: 15px 0 10px;
    position: absolute;
    z-index: 999;
}

.logo {
    padding: 0;
max-width: 198px;

}
#logo h1 {
    height: 0;
    text-indent: -9999px;
}

/**********************************FOOTER**********************************/


#longevity{
    float: right;
}

p.footer{margin-bottom:0px !important;}

footer{background-color:#f2f2f2 !important; border-top:3px solid #343434; margin-top:50px !important;}

footer .widget-container {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
}


.innerfoot {
padding:50px 0px;}

#legal {
    background: #fff none repeat scroll 0 0;
    color: #424242;
    font-size: 11px;
    padding: 15px 0;
}

footer .widget-title{
    max-width:80%;
    border-bottom: 1px solid #d1d1d1;
    font-size:14px;
    line-height:16px;
    color: #343434;
    font-weight: 600;
    padding-bottom: 5px;
margin:0;

}
footer .textwidget{
padding-top:15px;
font-size: 13px;
line-height:18px;
}
footer span{font-weight:600;}

/**********************************SIDEBAR**********************************/

section.content .widget_nav_menu{
    padding-left: 30px;
    padding-right: 0;
}
section.content.left-sidebar .widget_nav_menu{
    padding-left: 0;
    padding-right: 30px;
}

/**********************************MISC**********************************/

div.wpcf7 {
    position: relative;
}
.wpcf7-form img.wpcf7-form-control {
    margin-top: -30px;
    position: absolute;
    right: 0px;
}
span.wpcf7-not-valid-tip, div.wpcf7-mail-sent-ok{
    display: none !important;
}
.wpcf7-not-valid {
    border: 1px solid #ec0000 !important;
}
div.wpcf7-validation-errors {
    border: medium none !important;
    color: #ec0000;
    margin: 0 !important;
    padding: 0 !important;
}

/**********************************HOME**********************************/

.home .slider{margin:0;}
.slider {margin-bottom:50px;}

.button {
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
}


.page-id-5 .hideme {
    height: 500px;
    padding: 0;
    width: 100%;
}


.page-id-5 .hideme3 {
    height: 500px;
/*border-bottom:1px solid #f6f6f6;*/
    padding: 0;
    width: 100%;
}

.greybox {
    border: 20px solid #c7c6c6;
    display: table-cell;
    height: 505px;
    padding: 0 75px;
    text-align: center;
    vertical-align: middle;
}

.grey span {font-size:16px; font-weight:400;}

.stepbox {
    float: left;
    position: relative;
    width: 50%;
}



.innerbg {
    bottom: 0;
    top: 0;
}

.innerbg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute !important;
}

.innerbg#home-1 {
    background-image: url("/wp-content/uploads/2016/08/home1.jpg");
}

.innerbg#home-2{
    background-image: url("/wp-content/uploads/2016/08/home2.jpg");
}

.innerbg#home-3{
    background-image: url("/wp-content/uploads/2016/08/home3.jpg");
}

.steptext {
    box-sizing: border-box;
    padding: 0 15% !important;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
font-size:16px;
line-height:30px;
font-weight:100;
}

.fullwidth.reverse .sone{
    left: 50%;
}
.fullwidth.reverse .stwo{
    right: 50%;
}

.ibg-left {
    left: 0;
    right: -10px;
}
.ibg-right {
    left: -10px;
    right: 0;
}
.ibg-right::before {
    background-image: url("/wp-content/themes/MWL/images/triangle-cutout.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
    z-index: 1;
}
.ibg-left::after {
    background-image: url("/wp-content/themes/MWL/images/triangle-cutout-reverse.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    z-index: 1;
}
.centered{
    text-align: center;
}

#associated {
    clear: both;
    padding: 50px 0 20px;
   
}

#associated img {
 max-width: 100%;
    height: auto;}

.smallunderline, .associatedunderline{
margin-bottom: 15px;
font-size:16px;
padding-bottom:10px;
text-align:left;
border-bottom: 1px solid #d1d1d1;
max-width:50%;
font-weight:600;
text-transform:uppercase;

}

/**********************************PROJECTS*********************************/



div.light_square .pp_expand {display:none !important;}


div.light_square .pp_nav .pp_play {display:none;}

.pp_nav p {
    float: left;
    font-size: 14px;
    margin: 2px 4px;
    padding: 0 15px;
    white-space: nowrap;
}

.pp_gallery ul {
    display: none;}

.pp_gallery {display:none;}

.page-id-45 .hentry{margin:0;padding:0;}

.fg-pagination {background-color:#343434;}

li.fg-album-thumbnail:hover {
	border: 1px solid #bdbdbd;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(242, 242, 242, 0.5);
    box-shadow:  0px 2px 2px 0px rgba(242, 242, 242, 0.5);
}

a.fg-pagination {
border-radius:0 !important;
 font-family: "Open Sans",sans-serif;
background-color: #da1b2b !important;
padding:10px 20px;
color:#fff !important;
box-shadow:none !important;
text-shadow: none !important;
border:none !important;

}

a.fg-nav-white, a.fg-nav-white:visited  {
    background: #da1b2b !important;
    color: #fff!important;
    font-family: "Open Sans",sans-serif;
    padding: 10px 15px !important;}

a.fg-nav-white:hover {
    background: #343434 !important;
    color: #fff!important;
    font-family: "Open Sans",sans-serif;
    padding: 10px 15px !important;}



/**********************************TESTIMONIALS*********************************/

.page-id-47 aside .widget-container:first-child {margin-bottom: 0px;}

.page-id-47 #content p {margin:0 !important;}
.page-id-47 #content h1 {margin-bottom:0px;}

.page-id-47 #text-6 {display:none;}

.entry-content .hms-testimonial-group {
    background: transparent url("./images/testimonials_bg.png") repeat-y scroll center top;
}
.hms-testimonial-group {
   -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -moz-column-gap: 0;
}
.entry-content .hms-testimonial-container {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 10px 0 12px;
    padding: 25px 10px;
    width: 95%;
}
.entry-content .hms-testimonial-container .testimonial {
    font-size: 13.5px;
    font-style: italic;
}
.hms-testimonial-group div {
    height: auto !important;
}
.entry-content .hms-testimonial-container .author {
    color: #343434;
    float: right;
    font-size: 14px;
    font-weight:500;
    margin-top: 18px;
    text-align: right;
}

#fab .hms-testimonials-rotator{
    text-align: center;
    margin-bottom: 25px;
}
#fab .hms-testimonials-rotator .author {
    color: #c09231;
    font-size: 20px;
    margin-top: 20px;
}
#fab .hms-testimonials-rotator .author::before{
    content: "- ";
    color: #c09231;
    font-size: 20px;
}

/**********************************SIDEBAR**********************************/

.testimonial {line-height:21px;}

.author {font-weight:600; font-size:14px;display:block; padding-top:15px; color:#da1b2b;}



/**********************************RESPONSIVE STYLES**********************************/

.page-template-fullwidth-page section.content{
  width: 100%;
}
section.content,
div.menu,
#branding,
.container {
  width: 1240px;
}
.fullwidth{
  width: 100%;
  margin: 0 auto;
}



.container{
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  section.content, .container{
    width: 94% !important;
  }
  
 .page-id-5 section.content{
    width: 100% !important;
  }

  div.menu,
  #branding,
  .container {
    margin: 0 auto;
    width: 100%;
  }
  
  /*
  LAYOUT: Two columns
  DESCRIPTION: Responsive.
  940 = 720 + 220
  100% = 76.5957447% + 23.40425535% 
  */
  
  aside {
    overflow: hidden;
    width: 23.40425535%; /* 200px / 940px */ 
    /*padding-left: 0 !important;*/
  }
  
}
@media screen and (max-width: 1024px) {

button#responsive-menu-button {position:absolute !important;}

.responsive-menu-open #responsive-menu-container.push-right, .responsive-menu-open #responsive-menu-container.slide-right {
    transform: translateX(0px);
position:absolute !important;
top:126px !important;
}
#responsive-menu-container {top:126px !important; box-shadow:none !important; max-height: 323px !important; }

#responsive-menu .responsive-menu li:first-child a {
    border-top: none !important;}

.hvr-underline-from-center, .hvr-underline-from-center.current-menu-item, .hvr-underline-from-center.current-menu-ancestor {
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    /*overflow: hidden;*/
    position: relative;
    transform: translateZ(0px);
    vertical-align: middle;
}
.hvr-underline-from-center::before, .hvr-underline-from-center.current-menu-item::before, .hvr-underline-from-center.current-menu-ancestor::before{
    background: #d1d1d1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0px;
    left: 0%;
    position: absolute;
    right: 0%;
    margin: 0px;
    transition-duration: none;
    transition-property: none;
    transition-timing-function: none;
    z-index: -1;
}
.hvr-underline-from-center:hover::before, .hvr-underline-from-center:focus::before, .hvr-underline-from-center:active::before,
.hvr-underline-from-center.current-menu-item::before,
.hvr-underline-from-center.current-menu-ancestor::before {
    left: 0;
    right: 0;
}



}

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



}

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

.innerfoot {
    padding: 20px 0 0;
}

a.fg-pagination {font-size:16px !important;}

li.fg-album-thumbnail {
width:100% !important; 
margin: 0px auto 20px auto !important;
float:none !important;}

li.fg-album-thumbnail a {width:100% !important; height:auto !important; }

.page-id-5 .hideme, .page-id-5 .hideme3  {
   height:300px;
   padding:30px 0px;
}


.associatedunderline {text-align:center;}


#associated .one_sixth {
padding-bottom: 20px;
    text-align: center;
    width: 50% !important;
}


section.content, .container, main#content, aside, section.content.left-sidebar main#content {
	display: block;
	width: 100% !important;
	padding: 0 15px;
	margin: 0;
	box-sizing: border-box;
	min-width: inherit;
	min-width: initial;
	min-width: unset;
}
section.content{
	padding: 0 !important;
}
section.content .widget_nav_menu,
section.content.left-sidebar .widget_nav_menu {
    padding-right: 0px;
    padding-left: 0px;
}
#copyright, #longevity {
    display: block;
    text-align: center;
    width: 100%;
}


.greybox {
    display: block;
    height: auto;
    margin-bottom: 20px !important;
}
.greybox h6{
    margin-top: 25px;
}
.stepbox {
    float: none;
    width: 100%;
    overflow: hidden;
}
.steptext {
    padding: 0 10% !important;
}
.sone, .stwo {
    left: auto !important;
    right: auto !important;
}
.hideme {
    width: 100%;
}

footer .widget-container {
    box-sizing: border-box;
    display: block;
    hyphens: auto;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    word-wrap: break-word;
}
footer .widget-title{margin:0 auto;}

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

#legal{text-align:center;}
#longevity{padding-bottom:15px;}

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

#associated .one_sixth {width:100% !important;}
#associated .one_fifth {width:100% !important; text-align:center;}

.smallunderline, .associatedunderline {max-width:80%;}

.slider{margin-bottom:30px;}

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

.widget-title {max-width:100%;}

.smallunderline, .associatedunderline {max-width:100%;}

.hms-testimonial-container {
    margin: 0 !important;
}
.hms-testimonial-group {
    background: none !important;   
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;

}

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

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

.fg-panel ul{
text-align:center;
}

}
@media only screen and (min-width:768px){
  .scroll-back-to-top-wrapper{
    display: none;
  }
}