/*
Theme Name:	Vermont Timber Works 2019
Description: Custom theme for Vermont Timber Works - 2013 (updated 2016, ubermenu 3) - updated 2019 "the widening" and new blog
Version: 3.1.6
Author: Gabe Halberg / Dadra Design
Author URI: http://www.dadradesign.com
*/
/**/

* {
    margin: 0;
    padding: 0;
    border: 0;
}
.clear {
    clear: both;
    line-height: 0;
    margin: 0;
    padding: 0;
}

a {text-decoration: none;}
a:focus {outline: none;}

input, textarea {
    outline: none !important; /*for webkit*/
    -webkit-appearance: none !important; /*disable ios default styling*/
}


/*
--------------------------------------------------------
BASE STYLES AND SMALL SCREENS ::: 305px-479px ::: mobile first
(see media queries below for other size screens)
--------------------------------------------------------
*/

html.jPanelMenu {
    overflow-x: visible !important; /* fix double vertical scrollbar issue created by jpanelmenu */
    /*background: url(images/bkgnd.jpg);*/
}
body {
    /*background: url(images/bkgnd.jpg);*/
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}


/*  header
==================================================*/

header {
    /* hide header on small screen and use shift-nav toggle bar instead (see styles below) */
    position: absolute;
    top: auto;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*** shiftnav toggle bar & menu (small screen header & off-canvas nav) ***/
#shiftnav-toggle-main {
    height: 55px;
    padding: 0 !important;
    font-size: 19px !important;
    color: #767742 !important;
    background: url(images/small-screen-header-bkgnd.jpg) repeat-x !important;
    border-bottom: 1px solid #d8d5be !important;
}

.shiftnav-main-toggle-content {
    padding: 0 !important;
}

/* toggle bar logo */
.shiftnav-main-toggle-content a {
    display: block;
    width: 110px;
    height: 55px;
    background: url(images/logo.jpg) no-repeat;
    background-size: 110px 55px;
    text-indent: -9999px;
}

/* toggle bar search & contact wrap */
.shiftnav-main-toggle-content-after {
    border-left: 1px solid #d0cdb0;
}

/* toggle bar search */
.shiftnav-searchbar-toggle {
    padding: 0 20px !important;
    height: 54px !important;
    border-left: 1px solid #fff;
    border-right: 1px solid #d0cdb0;
    cursor: pointer;
}
.shiftnav-searchbar-toggle i {
    margin: 18px 0 0 0;
}

/* toggle bar contact */
.shiftnav-main-toggle-content-after a#contact {
    display: block;
    float: left;
    width: 58px;
    height: 54px;
    background: url(images/contact@2x.png) center center no-repeat;
    background-size: 16px 21px;
    border-right: 1px solid #d0cdb0;
    border-left: 1px solid #fff;
}

/* toggle bar menu button */
.shiftnav-toggle-burger {
    height: 54px;
    margin-left: 0 !important;
    font-size: 24px;
    line-height: 0 !important;
    border-left: 1px solid #fff;
}

/* off-canvas menu panel */

#shiftnav-main {
    font-family: "Source Sans Pro", sans-serif;
    background: #fff !important;
}
.shiftnav-menu-image {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}
.shiftnav-menu-image img {
    width: 110px;
}
ul.shiftnav-menu > li {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #ccc !important;
}
ul.shiftnav-menu li.menu-item > .shiftnav-target {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: normal !important;
    font-size: 1.2em !important;
    color: #333 !important;
    text-transform: uppercase;
}
ul.shiftnav-menu li.menu-item > .shiftnav-target:hover {
    background: #ddd !important;
}
ul.shiftnav-menu ul.sub-menu {
    background: none !important;
}
ul.shiftnav-menu ul.sub-menu li a.shiftnav-target  {
    text-transform: none !important;
    color: #666 !important;
}
ul.shiftnav-menu ul.sub-menu li.current-menu-item a {
    background: none !important;
}


/*  global elements
==================================================*/

#page {
    clear: both;
    position: relative;
    padding: 20px 20px 60px 20px;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    color: #373800;
}
.hgroup {
    margin: 0 0 16px 0;
    font-size: 18px;
    letter-spacing: -0.1px;
    font-weight: 700;
}
.hgroup h1,
.hgroup h2,
.hgroup a {
    text-transform: uppercase;
}
.hgroup h1,
.hgroup a {
    font-size: 18px;
    color: #373800;
    letter-spacing: -0.1px;
}
.hgroup h2 {
    font-size: 15.5px;
    font-weight: normal;
}

p {margin: 0 0 20px 0}
a {text-decoration: none}

a#to-top {
    position: absolute;
    right: 20px;
    bottom: 0;
    padding: 10px 20px 10px 36px;
    color: #f2eedf;
    font-family: "Source Sans Pro";
    font-size: 14px;
    background: #4b5444 url(images/up-arrow.png) 16px 52% no-repeat;
}

/*images*/

img,
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption {
    max-width: 100%;
    height: auto;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone {
    border: 1px solid #ccc;
}
.alignleft,
.alignright {
    display: block;
    margin: 0 0 10px 0;
}
.aligncenter {
    display: block;
    margin: 20px auto;
}
.alignnone {
    margin: 0 0 20px 0;
}

.wp-caption {
    margin-bottom: 20px;
    border: 0;
}
.wp-caption img {
    border: 1px solid #ccc;
    max-width: 100%;
}
p.wp-caption-text {
    margin: 0 10px !important;
    text-align: center;
    font-weight: 300;
    font-size: .9em;
    color: #444;
}
p.wp-caption-text a {
    font-weight: 400;
}

/*video (fitvids plugin)*/
.fluid-width-video-wrapper {
    margin: 30px 0 40px 0;
}


/*  main content
==================================================*/

article {
    position: relative;
    margin: 0 0 30px 0;
}

/*text elements*/
article h2 {
    margin: 0 0 12px 0;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 19px;
    color: #51520d;
}
article h3 {
    margin: 0 0 5px 0;
    font-size: 19px;
    font-weight: 400;
}
article p {
    margin: 0 0 20px 0;
}
article a {
    color: #893500;
    font-weight: 600;
}
article a:hover {
    text-decoration: underline;
}


article ul,
article ol {
    margin: 0 0 30px 6%;
}
article ul li,
article ol li {
}
article ul ul,
article ol ol,
article ul ol,
article ol ul {
    margin: 10px 0 10px 8%;
}
article ul ul li,
article ol ul li {
    list-style-type: square;
}
article ol ol li,
article ul ol li {
    list-style-type: lower-alpha;
}

blockquote {
    margin: 0 0 30px 0;
    padding: 15px 20px 10px 20px;
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    background: rgba(220,208,153,0.2);
    border-left: 4px solid #808166;
}
blockquote p {
    margin: 0 0 10px 0;
}

/* "have a question?" button */
.question-button-link {
    display: inline-block;
    margin: 5px 0 20px 0;
    padding: 6px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    cursor: pointer;
    background: #8C8B5E;
    font-family: "Source Sans Pro", sans-serif;
    border-radius: 50px; -webkit-border-radius: 50px;
}
.question-button-link:hover {
    text-decoration: none;
    color: #fff;
    background: #b5633d;
}


/*  aside
==================================================*/

aside {
    position: relative;
    margin: 10px 0 30px 0;
}
aside h2 {
    margin: 0 0 12px 0;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 19px;
    color: #51520d;
}
aside h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
aside a {
    color: #893500;
}
aside a:hover {
    text-decoration: underline;
}

/*  primary image links (columns)
==================================================*/

a.image-link {
    float: left;
    width: 47%;
    margin-bottom: 15px;
}
a.image-link:hover {
    text-decoration: none;
}
a.image-link:nth-child(odd) {
    margin-right: 15px;
}
a.image-link img {
    margin: 0 0 2px 0;
}
a.image-link h2 {
    margin: 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: #4d4e0b;
    line-height: 13px;
}


/*  social
==================================================*/

.social .label {
    display: inline-block;
    float: left;
    margin: 9px 5px 0 0;
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}
.social #follow,
.social #share {
    float: left;
}
.social a {
    display: block;
    float: left;
    width: 33px;
    height: 33px;
    margin: 0 5px 10px 0;
}
.social a#facebook {
    background: url(images/facebook.png) no-repeat;
}
.social a#twitter {
    background: url(images/twitter.png) no-repeat;
}
.social a#linked-in {
    background: url(images/linked-in.png) no-repeat;
}
.social a#pinterest {
    background: url(images/pinterest.png) no-repeat;
}
.social a#youtube {
    background: url(images/youtube.png) no-repeat;
}
.social a#houzz {
    background: url(images/houzz.png) no-repeat;
    margin-right: 16px;
}

/*addthis share*/
#share {
    position: relative;
    margin-right: 30px;
    display: none;
}
#share a.addthis_button { /*heavy-handed hack to position the button where we want it*/
    position: absolute;
    margin-left: 34px;
    background: url(images/share.png) no-repeat;
}
#share a.addthis_button img { /*hide auto-generated addthis image...display:none made it freak out*/
    visibility: hidden;
}


/*  home
==================================================*/

.home article {
    margin: 0 0 12px 0;
}
.home #home-img-links {
    margin: 0 0 10px 0;
}
.home #home-additional-content {
    margin: 0 0 30px 0;
}
.home #home-additional-content h2 {
    margin: 10px 0;
}

.home aside {
    margin: 10px 0 40px 0;
}

#home-welcome {
    margin: 0 0 20px 0;
    padding: 15px 15px 6px 15px;
    font-size: 13px;
    background: #e5ddba;
}
.home aside h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-family: "PT Sans Narrow";
    color: #5f6026;
    text-decoration: none !important;
}
#home-welcome p {
    margin: 0 0 13px 0;
}
#home-welcome a {
    color: #742500;
    text-decoration: underline;
    font-weight: 400;
}

.home #home-ask-the-experts,
.home #home-testimonials {
    margin: 0 0 20px 0;
    padding: 15px 15px 8px 15px;
    font-size: 13px;
    background: #e5ddba;
}
.home #home-ask-the-experts img {
    display: none;
}
.home #home-ask-the-experts h2 a,
.home #home-testimonials h2 a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "PT Sans Narrow";
    color: #5f6026;
    text-decoration: none !important;
}
.home #home-ask-the-experts p,
.home #home-testimonials p {
    margin: 0 0 13px 0;
}
.home #home-ask-the-experts a,
.home #home-testimonials a {
    color: #742500;
    text-decoration: underline;
}

/*  flexible content template
==================================================*/

.fc-border {
    padding-top: 30px;
    border-top: 1px solid #d4d3b5;
}
.fc-question-button {
    margin-bottom: 0;
}
.fc-question-button-ac-grid {
    margin-bottom: 40px;
}

.wp-editor-block,
.project-intro-block,
.bio-block,
.alternating-content {
    margin: 10px 0 40px 0;
}

.project-intro-block img,
.bio-block img {
    margin: 0 0 10px 0;
}

/*** alternating content ***/
.alternating-content h2.ac-heading {
    margin: 0;
    padding: 20px;
    text-align: center;
    color: #fff;
    background: #8c8b5e;
}

/*disable equal height column script for small screens*/
@media only screen and (max-width: 679px) {
    .ac-text,
    .ac-img-wrap {
        height: auto !important;
        max-height: 888678px;
    }
}

.alternating-content .ac-img-wrap {
    background-size: cover;
    background-position: center center;
    max-height: 250px;
}
.alternating-content img {
    display: block;
    visibility: hidden; /* we use the image in the markup to define the height of the element, but hide it from view and use the background version of the image in .ac-img-wrap with background-size:cover for actual display */
}
.alternating-content .ac-text {
    padding: 30px 30px 24px 30px;
    text-align: center;

}
.alternating-content .ac-text p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 24px;
}
.alternating-content .ac-text .more-link {
    margin: 10px 0;
}

/*** image grids ***/
.grid-intro .applications-links {
    margin: 0 0 30px 0;
    padding: 10px 20px;
    font-size: .9em;
    color: #555;
    background: rgba(235,234,209,0.4);
}
.grid-intro .applications-links p {
    margin: 0 0 5px 0;
    font-style: italic;
}
.grid-intro .applications-links a {
    display: inline-block;
    margin: 0 20px 3px 0;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 400;
}

.grid-item {
    display: block;
    float: left;
    width: 46%;
    margin: 0 8% 30px 0;
}
.grid-item:nth-of-type(even) {
    margin-right: 0;
}
.grid-item:nth-of-type(odd) {
    clear: both;
}
.grid-item img {
    margin: 0 0 3px 0;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid-item a img:hover {
    opacity: 0.9;
}
.grid-item h3 {
    margin: 0 0 3px 0;
    font-size: 1em;
    font-weight: 700;
}
.grid-item p {
    margin: 0 0 7px 0;
    font-size: .9em;
}
.grid-item .more-link {
    margin: 0 10px 5px 0;
}

/* image grid: 5 per row */
.grid-5 .grid-item {
    width: 30%;
    margin-right: 5%;
}
.grid-5 .grid-item:nth-of-type(odd) {
    clear: none;
}
.grid-5 .grid-item:nth-of-type(even) {
    margin-right: 5%;
}
.grid-5 .grid-item:nth-of-type(3n+3) {
    margin-right: 0;
}
.grid-5 .grid-item:nth-of-type(3n+4) {
    clear: both;
}
.grid-5 .grid-item a {
    color: #373800;
}
.grid-5 .grid-item a:hover {
    text-decoration: none;
    color: #000;
}
.grid-5 .grid-item a:hover img {
    opacity: 0.9;
}
.grid-5 .grid-item p {
    font-weight: 400;
}


/*  FAQ page
==================================================*/

.post-template-page-faq-php .hgroup {
    color: #373800;
}
.post-template-page-faq-php .hgroup h1 {
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;
    border: 0;
    font-weight: 700;
}
.post-template-page-faq-php .hgroup h2 {
    font-size: 15.5px;
}

.post-template-page-faq-php ol.faq-list {
    margin-left: 20px;
}
.post-template-page-faq-php .faq-wrap {
    margin: 0 0 20px 0;
}
.post-template-page-faq-php .faq-wrap p {
    margin: 0 0 10px 0;
}
.post-template-page-faq-php .faq-wrap a.top {
    color: #aaa;
    font-weight: 400;
    font-size: 14px;
}
.post-template-page-faq-php .faq-wrap a.top:hover {
    color: #666;
}


/*  Q&A / Ask the Experts
==================================================*/

/* Q&A search form */
aside #searchform {
    position: relative;
    width: 200px;
    margin: 5px 0 20px 0;
    background: #fff;
    border: 1px solid #e9e4cc;
    border-radius: 50px; -webkit-border-radius: 50px;
}
aside input#searchfield {
    display: inline-block;
    height: auto;
    width: 150px;
    padding: 4px 0 4px 16px;
    color: #333;
    font-size: 15px;
    font-family: "PT Sans Narrow";
    background: none;
    border: 0;
}
aside input#searchfield:focus {
    color: #454610;
    font-size: 15px;
    font-weight: bold;
    background: none;
    border-left: 0;
    cursor: text;
    box-shadow: none; -webkit-box-shadow: none;
}
aside input#searchsubmit {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    margin: 4px 10px 0 0;
    cursor: pointer;
    background: url(images/magnify.png) center center no-repeat;
}

/* Q&A submission form */
aside .wpcf7-form h2 {
    margin: 0 0 5px 0;
}
aside .wpcf7-form label {
    display: inline-block;
    padding: 0 0 4px 0;
    font-size: 12px;
    text-transform: uppercase;
}
aside .wpcf7-form label em {
    font-style: normal;
    text-transform: none;
}
aside .wpcf7-form span { /* asterisk "required" */
    font-size: 18px;
    color: #A85300;
}
aside .wpcf7-form input {
    display: block;
    max-width: 70%;
    margin: 0 0 8px 0;
    padding: 5px 10px 6px 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50px; -webkit-border-radius: 50px;
}
aside .wpcf7-form input:focus {
    color: #454610;
}
aside .wpcf7-form select {
    margin: 0 0 10px 0;
    padding: 5px;
    border: 1px solid #bbb;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    background: #fafafa url(images/select_bkgnd.jpg) repeat-x;
    border-radius: 4px; -webkit-border-radius: 4px;
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
aside .wpcf7-form select:hover {
    cursor: pointer;
}
aside .wpcf7-form select option {
    padding-left: 5px;
}
aside .wpcf7-form textarea {
    display: block;
    max-width: 90%;
    height: 100px;
    padding: 6px 10px 7px 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px; -webkit-border-radius: 15px;
}
aside .wpcf7-form textarea:focus {
    color: #000;
}
aside .wpcf7-form #submit {
    display: inline-block;
    margin: 10px 0;
    padding: 6px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    cursor: pointer;
    background: #a1a281;
    border: 0;
}
aside .wpcf7-form #submit:hover {
    text-decoration: none;
    color: #fff;
    background: #b5633d;
}
aside .wpcf7-form span.recipient {
    display: block;
}
aside .wpcf7-form span.question {
    display: block;
    margin: 0 0 10px 0;
}
aside .wpcf7-form span.image {
    color: #373800;
}
aside .wpcf7-form span.image input {
    margin: 0 0 15px 0;
    padding: 4px 0 0 0;
    background: none;
    border: 0;
    border-radius: 0; -webkit-border-radius: 0;
}
aside .wpcf7-form .wpcf7-submit {
    display: inline-block;
    margin: 5px 0 20px 0;
    padding: 6px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    cursor: pointer;
    background: #8C8B5E;
    font-family: "Source Sans Pro", sans-serif;
    border: 0;
}
aside .wpcf7-form .wpcf7-submit:hover {
    text-decoration: none;
    color: #fff;
    background: #b5633d;
}
div.wpcf7-mail-sent-ok {
    margin: -20px 0 40px 0 !important;
    padding: 10px 20px !important;
    background: rgba(179, 198, 152, 0.3);
    border: 0 !important;
    border-radius: 15px; -webkit-border-radius: 15px;
}

aside#q-and-a-sidebar h4 {
    margin: 0 0 10px 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
aside#q-and-a-sidebar ul {
    margin: 0 0 30px 0;
    list-style-type: none;

}
aside#q-and-a-sidebar li {
    display: block;
    padding: 3px 0 3px 8px;
    background: url("images/bullet-small.gif") no-repeat left 14px;
}
aside#q-and-a-sidebar li a {
    font-size: 14px;
    font-weight: 400;
    color: #565730;
}
aside#q-and-a-sidebar li a:hover {
    color: #565730;
}


/* Q&A single */
.single-q-and-a article h1 {
    margin: 0 0 20px 0;
}
.q-and-a-question {
    margin: 0 0 30px 0;
    padding: 20px 20px 10px 20px;
    background: rgba(220, 208, 153, 0.3);
}
.q-and-a-question:before,
.q-and-a-answer:before {
    display: inline-block;
    float: left;
    content: 'Q';
    padding: 0 20px 10px 0;
    line-height: 40px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #ae663e;
}
.q-and-a-answer:before {
    content: 'A';
}

.q-and-a-name-date {
    margin: 0 0 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #a3603b;
}
.q-and-a-name-date a {
    color: #a3603b;
    font-weight: 400;
    text-decoration: underline;
}
.q-and-a-name-date a:hover {
    color: #773510;
}

.q-and-a-answer {
    margin: 0 0 40px 0;
    padding: 20px 20px 10px 20px;
    background: rgba(179, 198, 152, 0.3);
}
a.q-and-a-client-website {
    display: inline-block;
    font-size: 12px;
    color: #8c8b5d;
    text-decoration: none;
}
.single-q-and-a ol.commentlist li.bypostauthor {
    background: rgba(179, 198, 152, 0.3)
}

.single-q-and-a form#commentform {
    position: relative;
}
.single-q-and-a .form-submit { /* move the "post comment" button below the images upload button */
    position: absolute;
    bottom: 15px;
}
.single-q-and-a.logged-in .form-submit { /* position the button properly for logged in users */
    position: absolute;
    bottom: 40px;
}
#respond #comment-image-wrapper {
    margin: 20px 0 70px 0; /* make space for the "post comment" button below the images upload button */
}
#respond #comment-image-wrapper label {
    margin: 0 0 7px 0;
    padding: 0 0 0 5px;
}
#respond #comment-image-wrapper input {
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
}

.single-post #comment-image-wrapper { /* hide comment images upload button from blog comments */
    display: none;
}

/*  company profile
==================================================*/

.employees {

    margin: 0 0 20px 0;
}
.employees h3 {
    margin: 0 !important;
}
.employees .position {
    margin: 0 0 10px 0;
    font-weight: 300;
    font-style: italic;
    text-transform: none;
}
.employees img {
    float: left;
    margin: 0 16px 10px 0;
}


/*  testimonials, brochure, and "repeating content template" pages
=========================================================================*/
.page-template-page-testimonials-php .testimonials,
.page-template-page-brochures-php .brochures,
.page-template-page-repeating-content-php .repeating-content {
    margin: 36px 0 0 0;
}
.page-template-page-testimonials-php .testimonials img,
.page-template-page-brochures-php .brochures img,
.page-template-page-repeating-content-php .repeating-content img {
    margin: 0 0 10px 0;
}
.page-template-page-repeating-content-php .repeating-content h3 {
    margin: 0 0 10px 0;
}
.page-template-page-repeating-content-php .repeating-content .fluid-width-video-wrapper {
    margin-top: 10px;
}
.page-template-page-testimonials-php .testimonials h3 a,
.page-template-page-brochures-php .brochures h3 a,
.page-template-page-repeating-content-php .repeating-content h3 a {
    color: #51520D !important;
}
.page-template-page-testimonials-php .testimonials p,
.page-template-page-brochures-php .brochures p,
.page-template-page-repeating-content-php .repeating-content p {
    margin: 0 0 15px 0;
}
.page-template-page-testimonials-php .testimonials a.more-link,
.page-template-page-brochures-php .brochures a.more-link,
.page-template-page-repeating-content-php .repeating-content a.more-link {
    margin: 0;
}


/*  site map (kwayy html sitemap plugin)
==================================================*/

.kwayy-html-sitemap-wrapper {
    margin-bottom: 30px;
}
.kwayy-html-sitemap-wrapper h2 {
    margin: 0 0 14px 0;
}
.kwayy-html-sitemap-wrapper ul.kwayy-html-sitemap-post-list {
    margin-left: 0;
}
.kwayy-html-sitemap-wrapper ul.kwayy-html-sitemap-post-list ul li {
    margin: 0 0 10px 0;
}
.kwayy-html-sitemap-wrapper ul.kwayy-html-sitemap-post-list ul ul ul li {
    line-height: .9em;
}
.kwayy-html-sitemap-wrapper ul.kwayy-html-sitemap-post-list ul ul ul li a {
    line-height: .9em;
    font-size: .9em;
    font-weight: 400;
}
.page-id-138 aside {
    display: none;
}



/*  gallery pages
==================================================*/

.project-downloads { /* hide project downloads on small screens */
    display: none;
}


/***  soliloquy slider ***/

.soliloquy-container img { /* remove annoying blue overlay on images when clicked */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 1px solid #ccc !important;
}

.soliloquy-container {
    max-width: none !important; /* force full width on slider container when displaying tall images */
    max-height: none !important; /* make slider play nicely with the tweaks made to .soliloquy-caption below */
}

.soliloquy-direction-nav {
    display: block !important;
}
.soliloquy-direction-nav .soliloquy-prev,
.soliloquy-direction-nav .soliloquy-next {
    top: 30% !important;
    width: 50px !important;
    height: 150px !important;
}

.soliloquy-direction-nav .soliloquy-prev {
    background: url(images/prev-img.png) center center no-repeat !important;
}

.soliloquy-direction-nav .soliloquy-next {
    background: url(images/next-img.png) center center no-repeat !important;
}

.soliloquy-container .soliloquy-caption {
    bottom: auto !important;
    left: auto !important;
    margin: 15px 0 0 0 !important;
    position: relative !important;
    width: 100%;
    background: #EEE9D4 !important;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    padding: 10px 15px !important;
    text-align: left !important;
    color: #333 !important;
    background: none !important;
    text-shadow: none !important;
    font-size: 13px !important;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside a {
    display: inline !important;
}

.soliloquy-thumbnails {
    margin: 0 !important;
    /* fix bug when using fade effect combined with Smooth Height (slider was covering thumbnails) */
    position: relative;
    z-index: 10000;
}
.soliloquy-thumbnails ul.soliloquy-thumbnails-slides {
    padding: 15px 0 4px 0 !important;
}
.soliloquy-thumbnails-item {

}
.soliloquy-thumbnails-item img {
    width: auto !important;
    border: 1px solid #ccc !important;
}
.soliloquy-thumbnails .soliloquy-direction-nav {
    display: block !important; /* show enabled thumb navigation arrows at all times, not just on hover */
}
.soliloquy-thumbnails .soliloquy-prev,
.soliloquy-thumbnails .soliloquy-next {
    top: 12px !important;
    width: 24px !important;
    height: 100% !important;
}
.soliloquy-thumbnails .soliloquy-disabled {
    display: none !important; /* hide disabled thumb navigation arrow */
}
.soliloquy-thumbnails .soliloquy-prev {
    left: 0 !important;
    background: url(images/thumbs-arrow-prev.jpg) center center no-repeat !important;
}

.soliloquy-thumbnails .soliloquy-next {
    right: 0 !important;
    background: url(images/thumbs-arrow-next.jpg) center center no-repeat !important;
}

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

    .soliloquy-container .soliloquy-item-image {
        margin: 0 auto !important;
        max-height: 100px;
    }
    .soliloquy-direction-nav .soliloquy-prev,
    .soliloquy-direction-nav .soliloquy-next {
        top: 10% !important;
        width: 35px !important;
        height: 94px !important;
        background-size: 25px 54px !important;
    }
    .soliloquy-thumbnails .soliloquy-prev,
    .soliloquy-thumbnails .soliloquy-next {
        top: 12px !important;
        width: 24px !important;
        height: 100% !important;
        background-size: auto !important;
    }
    .soliloquy-container .soliloquy-caption {
        display: none !important;
    }

}

@media only screen and (min-width : 290px ) and (max-width : 479px) {

    .soliloquy-container .soliloquy-item-image {
        margin: 0 auto !important;
        max-height: 150px;
    }
    .soliloquy-direction-nav .soliloquy-prev,
    .soliloquy-direction-nav .soliloquy-next {
        top: 20% !important;
        width: 35px !important;
        height: 94px !important;
        background-size: 25px 54px !important;
    }
    .soliloquy-thumbnails .soliloquy-prev,
    .soliloquy-thumbnails .soliloquy-next {
        top: 12px !important;
        width: 24px !important;
        height: 100% !important;
        background-size: auto !important;
    }
    .soliloquy-container .soliloquy-caption {
        display: none !important;
    }

}

@media only screen and (min-width : 480px ) and (max-width : 679px) {

    .soliloquy-container .soliloquy-item-image {
        margin: 0 auto !important;
        max-height: 250px;
    }
    .soliloquy-direction-nav .soliloquy-prev,
    .soliloquy-direction-nav .soliloquy-next {
        top: 30% !important;
        width: 35px !important;
        height: 94px !important;
        background-size: 25px 54px !important;
    }
    .soliloquy-thumbnails .soliloquy-prev,
    .soliloquy-thumbnails .soliloquy-next {
        top: 12px !important;
        width: 24px !important;
        height: 100% !important;
        background-size: auto !important;
    }
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
        font-size: 12px !important;
    }

}

@media only screen and (min-width : 680px ) and (max-width : 742px) {

    .soliloquy-container .soliloquy-item-image {
        margin: 0 auto !important;
        max-height: 300px;
    }
    .soliloquy-direction-nav .soliloquy-prev,
    .soliloquy-direction-nav .soliloquy-next {
        top: 30% !important;
        width: 35px !important;
        height: 94px !important;
        background-size: 25px 54px !important;
    }
    .soliloquy-thumbnails .soliloquy-prev,
    .soliloquy-thumbnails .soliloquy-next {
        top: 12px !important;
        width: 24px !important;
        height: 100% !important;
        background-size: auto !important;
    }
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
        font-size: 12px !important;
    }

}

@media only screen and (min-width : 743px ) and (max-width : 939px) {

    .soliloquy-container .soliloquy-item-image {
        margin: 0 auto !important;
        max-height: 350px;
    }

}
@media only screen and (min-width : 940px ) {

    .soliloquy-container .soliloquy-item-image {
        margin: 0 auto !important;
        max-height: 450px;
    }

}


/*  blog, archive, and Q&A landing pages
==================================================*/

#blog-welcome {
    margin: 0 1% 15px 0;
    padding: 15px 20px 10px 20px;
    font-weight: 300;
    font-size: 15px;
    background: rgba(220,208,153,0.2);
    border-left: 4px solid #808166;
}
#blog-welcome h2 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #373800;
    font-weight: 400;
    text-transform: uppercase;
}
#blog-welcome p {
    margin: 0 0 10px 0;
}
#blog-welcome a {
    color: #893500;
    font-weight: 400;
}
#blog-welcome a:hover {
    text-decoration: underline;
}

/* excerpts */
.excerpt-wrapper .excerpt {
    max-width: 100%;
    margin: 0 auto 30px auto;
    background: rgba(220,208,153,0.2);
    max-height: 888678px; /* disbale equal height columns script for small screens.  see http://www.projectseven.com/tutorials/css/pvii_columns - PVII Equal Height Columns in responsive layouts*/
}
.excerpt-wrapper .excerpt:nth-child(even) {
    margin-right: auto;
}
.excerpt-wrapper .excerpt-text {
/*    padding: 10px 10px 0 10px; */
    font-size: 15px;
}
.excerpt-wrapper .excerpt h2 {
    margin-top: 5px;
}
.excerpt-wrapper .excerpt h2 a {
    font-size: 18px;
    color: #373800;
    font-weight: 400;
}
.date-author {
    margin: 0 0 15px 0;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
.date-author a {
    color: #373800;
    font-weight: 300;
}
.date-author a:hover {
    text-decoration: underline;
}
.comments-count {
    margin: 0 0 20px -10px;
}
.comments-count a {
    display: inline-block;
    padding: 3px 14px;
    color: #fff;
    background: #939475;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
}
.comments-count a:hover {
    text-decoration: none;
    background: #333;
}
a.more-link {
    display: inline-block;
    margin: 0 0 0 -10px;
    padding: 3px 14px;
    color: #fff;
    background: #808166;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
}
a.more-link:hover {
    text-decoration: none;
    background: #333;
}

/* pagination */
.pagination {
    clear: both;
    margin: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    width: auto;
    color: #fff;
    background: #888;
}
.pagination a:hover {
    color: #fff;
    text-decoration: none;
    background: #333;
}
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #333;
    color: #fff;
}

.archive article {
    padding: 20px 0 0 0;
    border-top: 1px solid #ccc;
}


/*  blog sidebar
==================================================*/

aside#blog {
    font-size: 14px;
}
aside#blog .author-bio {
    margin: 0 0 30px 0;
    padding: 15px 20px 0 20px;
    border: 1px solid #ccc;
    font-size: .9em;
}
aside#blog .author-bio img.avatar {
    float: left;
    margin: 5px 15px 5px 0;
}
aside#blog .author-bio h3 {
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 300;
}
aside#blog .author-bio em {
    display: block;
    padding-right: 5px;
    color: #aaa;
}

aside#blog h4 {
    margin: 0 0 10px 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
aside#blog ul {
    margin: 0 0 30px 0;
    list-style-type: none;

}
aside#blog li {
    display: block;
    padding: 5px 0 5px 8px;
    background: url("images/bullet-small.gif") no-repeat left 14px;
}
aside#blog li a {
    font-size: 14px;
    font-weight: 600;
    color: #565730;
}
aside#blog li a:hover {
    color: #565730;
}

#sidebar_widgets ul.children {
    margin: 0 0 -3px 0;
}

ul#recentcomments {
    color: #8d8e72;
    font-weight: 300;
}
ul#recentcomments .recentcommentsauthor a {
    color: #8d8e72;
    font-weight: 300;
}

ul#recentcomments li > a {
    font-style: italic;
    font-weight: 400;
}
ul#recentcomments li > a:before,
ul#recentcomments li > a:after {
    content: '"';
}

/* wordpress popular posts widget */
ul#wpp  {
    margin: 0 0 40px 0 !important;
}
ul#wpp li {
    display: block !important;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    background: none;
    border-bottom: 1px solid #e5e5e5;
}
.wpp-thumbnail {
    float: left;
    margin: 0 10px 0 0 !important;
}
.wpp-thumbnail img {
    border: 1px solid #ccc;
}

/* special recent posts widget */
div.srp-widget-container {
    width: 100% !important;
    margin: 0 0 30px 0;
}
div.srp-widget-container div.srp-widget-singlepost {
    margin: 0 0 10px 0 !important;
    padding: 0 0 10px 0 !important;
    border-color: #e5e5e5 !important;
}
h4.srp-post-title {
    line-height: 18px !important;
}
h4.srp-post-title a {
    font-size: 14px !important;
    font-weight: 600;
    color: #565730 !important;
    text-transform: none;
    font-family: "Source Sans Pro";
    line-height: 10px !important;
}
.srp-widget-thmb {
    margin: 0 0px 0 0;
    border: 1px solid #ccc;
}
.srp-widget-date {
    font-size: .8em;
    text-transform: uppercase;
    color: #8D8E72;
}

/* tagcloud */
.tagcloud {
    margin-bottom: 30px;
}
.tagcloud a {
    display: inline-block;
    color: #565730;
    padding: 0 4px 0 0;
}


/*  blog single
==================================================*/

.single-post h1,
.single-q-and-a h1 {
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    font-size: 24px;
    color: #373800;
    font-weight: 300;
    border-top: 1px solid #ccc;
}

.single .date-author {
    float: left;
    display: inline-block;
    margin: 10px 20px 10px 0;
}

/*** addthis share ***/
.single #share {
    float: left;
    margin-bottom: 10px;
}

/*** comment and category links under title ***/
ul.single-meta {
    margin: 20px 0 24px 0;
    list-style-type: none;
}
ul.single-meta li {
    float: left;
    display: inline-block;
    margin: 0 1px 1px 0;
}
ul.single-meta a {
    display: block;
    padding: 3px 14px;
    color: #fff;
    background: #808166;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
}
ul.single-meta a:hover {
    text-decoration: none;
    background: #333;
}
ul.single-meta ul.post-categories a {
    background: #a1a281;
}
ul.single-meta ul.post-categories a:hover {
    background: #b5633d;
}



/*** tags ***/

.tags {
    clear: both;
    margin: 0 0 30px 0;
}
.tags span {
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 3px 14px;
    color: #fff;
    background: #808166;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
}
.tags a {
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 3px 14px;
    color: #fff;
    background: #a1a281;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
}
.tags a:hover {
    text-decoration: none;
    background: #b5633d;
}



/*** comments ***/

#comments {
    margin: 0 0 50px 0;
    font-size: 0.95em;
}
#comments p {
    margin: 0 0 10px 0;
}
.single .comments-count {
    display: inline-block;
    margin: 0 0 -1px 0;
    padding: 10px 20px;
    color: #fff;
    background: #808166;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
}
/* comments list */
ol.commentlist {
    margin: 0 0 1em;
}
ol.commentlist a {
    text-decoration: none;
}
ol.commentlist a:hover {
    text-decoration: underline;
}
ol.commentlist li {
    margin: 0 0 30px 0 !important;
    padding: 20px 20px 0 20px;
    list-style-type: none;
    border: 1px solid #ccc;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
    background: rgba(220, 208, 153, 0.2);
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {

}
ol.commentlist li.comment div.comment-author {
    font-weight: 300;
}
ol.commentlist li.comment div.comment-author a {
    font-weight: 300;
}
ol.commentlist li.comment div.vcard {
    position: relative;
}
ol.commentlist li.comment div.vcard cite.fn {
    display: inline-block;
    font-style: normal;
    font-weight: 300;
    color: #a85300;
}
ol.commentlist li.comment div.vcard cite.fn a.url {
}
ol.commentlist li.comment div.vcard img.avatar {
    float: left;
    margin: 0 14px 10px 0;
}
ol.commentlist li.comment div.vcard img.avatar-32 {
}
ol.commentlist li.comment div.vcard img.photo {
}
ol.commentlist li.comment div.vcard span.says {
}
ol.commentlist li.comment div.commentmetadata {
}
ol.commentlist li.comment div.comment-meta {
    margin-bottom: 10px;
    font-size: 0.9em;
}
ol.commentlist li.comment div.comment-meta a {
    color: #999 !important;
    font-weight: 300;
}
ol.commentlist li.comment p {
}
ol.commentlist li.comment ul {
}

ol.commentlist li.comment div.reply a {
    display: inline-block;
    margin: 10px 0 40px 0;
    padding: 6px 20px;
    color: #fff;
    background: #a1a281;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    border-radius: 50px; -webkit-border-radius: 50px;
}
#comments li.comment div.reply a:hover {
    text-decoration: none;
    color: #fff;
    background: #b5633d;
}
ol.commentlist li.comment div.reply a:after {
    content: ' ↑';
}

ol.commentlist li.comment ul.children {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}
ol.commentlist li.comment ul.children li {
    border: 0

}
ol.commentlist li.comment ul.children li.alt {}

ol.commentlist li.comment ul.children li.bypostauthor {
    padding: 20px 20px 0 20px;
}


ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {}
ol.commentlist li.comment ul.children li.depth-3 {}
ol.commentlist li.comment ul.children li.depth-4 {}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.parent {}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
ol.commentlist li.comment ul li {

}

#comments blockquote, #comments cite {

}
#respond {
    margin-top: 30px;
}
#respond h3#reply-title {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 300;
    color: #373800;
}
#respond .comment-notes {
    font-style: italic;
    font-weight: 300;
    font-size: .9em;
    color: #666;
    line-height: 1.4em;
}
#respond label {
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
#respond span { /* asterisk "required" */
    font-size: 22px;
    color: #A85300;
}
#respond input {
    display: block;
    max-width: 90%;
    padding: 6px 10px 7px 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50px; -webkit-border-radius: 50px;
}
#respond input:focus {
    color: #454610;
}
#respond textarea {
    display: block;
    max-width: 90%;
    padding: 6px 10px 7px 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px; -webkit-border-radius: 15px;
}
#respond textarea:focus {
    color: #000;
}
#respond #submit {
    display: inline-block;
    margin: 10px 0;
    padding: 6px 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    cursor: pointer;
    background: #8C8B5E;
    border: 0;
}
#respond #submit:hover {
    text-decoration: none;
    color: #fff;
    background: #b5633d;
}

#comments .commentlist #respond input:focus,
#comments .commentlist #respond textarea:focus  {
    background: rgba(255,255,255,0.8);
}

/* subscribe to comments */
.subscribe {
    margin: 0 0 10px 0;
}
.subscribe input[type=checkbox]#subscribe-reloaded {
    display:none;
}
.subscribe input[type=checkbox]#subscribe-reloaded + label {
    padding-left:20px;
    height:15px;
    display:inline-block;
    line-height:15px;
    background-repeat:no-repeat;
    background-position: 0 0;
    vertical-align:middle;
    cursor:pointer;
}
.subscribe input[type=checkbox]#subscribe-reloaded:checked + label {
    background-position: 0 -15px;
}
.subscribe label {
    background-image:url(images/lite-gray-check.png);
}

/* subscribe manage */
.page-template-page-subscribe-php article {
    width: 100%;
}

.page-template-page-subscribe-php article form label {
    text-transform: uppercase;
    font-size: 12px;
}
.page-template-page-subscribe-php input.subscribe-form-field {
    display: block;
    max-width: 90%;
    margin: 0 0 10px 0;
    padding: 6px 10px 7px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #aaa;
    font-family: "Source Sans Pro", sans-serif;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50px; -webkit-border-radius: 50px;
}
.page-template-page-subscribe-php input.subscribe-form-field:focus {
    color: #454610;
}

.page-template-page-subscribe-php input.subscribe-form-button {
    display: inline-block;
    margin: 10px 0;
    padding: 6px 20px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    cursor: pointer;
    background: #a1a281;
    border: 0;
    border-radius: 50px; -webkit-border-radius: 50px;
}
.page-template-page-subscribe-php input.subscribe-form-button:hover {
    text-decoration: none;
    color: #fff;
    background: #b5633d;
}
.page-template-page-subscribe-php fieldset ul#subscribe-reloaded-list {
    list-style-type: none;
}


/*  search results page
==================================================*/

.search article {
    width: 100%;
}
.search .search-title {
    margin: 0 0 20px 0;
    text-transform: none;
    font-weight: 300;
    font-style: italic;
}
.search .searchresults {
    margin: 0 0 30px 0;
}
.search h3 {
    margin: 0 0 3px 0;
    text-transform: none;
}
.search h2 a {
    color: #493319;
    text-decoration: underline;
    font-weight: 400;
}
.search .more-link {
    display: none;
}



/*  footer
==================================================*/

footer {
    position: relative;
    padding: 30px 20px;
    font-size: 13px;
    font-family: "Source Sans Pro";
    color: #484918;
    background: #f2eedf;
}
footer a {
    color: #484918;
}
footer h3 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 400;
}

#footer-contact {
    margin: 24px 0 40px 0;
    font-size: 14px;
}
#footer-contact a#footer-logo {
    display: block;
    width: 100px;
    height: 50px;
    margin: 0 0 12px 0;
    background: url(images/logo.jpg) no-repeat;
    background-size: 100px 50px;
}
#footer-contact a#footer-email {
    display: inline-block;
    margin: 2px 0 0 0;
    padding: 0 0 0 22px;
    font-weight: 400;
    background: url(images/icons/mail_white.png) left center no-repeat;
}

#footer-popular-posts,
#footer-recent-posts,
#footer-questions {
    max-width: 320px;
}

/* footer wordpress popular posts widget */

footer ul#wpp li {
    border: 0;
}
footer ul#wpp li a:hover {
    text-decoration: underline;
}

/* footer special recent posts widget */

footer div.srp-widget-container div.srp-widget-singlepost {
    border: 0;
}
footer h4.srp-post-title {
    margin: 0 0 5px 0;
    line-height: 18px !important;
}
footer h4.srp-post-title a {
    font-size: 14px !important;
    font-weight: 400;
    text-transform: none;
    line-height: 10px !important;
}
footer h4.srp-post-title a:hover {
    text-decoration: underline;
}
footer .srp-widget-thmb {
    margin: 0 0px 0 0;
    border: 1px solid #ccc;
}
footer .srp-widget-date {
    font-size: .8em;
    text-transform: uppercase;
    color: #8D8E72;
}

/* footer recent questions */
#footer-questions {
    margin: 0 0 20px 0;
    font-family: "Source Sans Pro", sans-serif;
}
#footer-questions li {
    margin: 0 !important;
    padding: 0 0 10px 10px !important;
    list-style-type: none;
    background: url(images/bullet-medium.png) left 7px no-repeat;
}
#footer-questions li a {
    font-size: 14px;
}
#footer-questions li a:hover {
    text-decoration: underline;
}

#business-affiliates {
    margin: 30px 0 20px 0;
}
#business-affiliates a {
    display: block;
    float: left;
    height: 50px;
    margin: 0 10px 10px 0;
    background-position: center;
    background-repeat: no-repeat;
}
#business-affiliates a#tfguild {
    width: 50px;
    background: url(images/icons/tfg_white.png) no-repeat;
}
#business-affiliates a#aitc {
    width: 49px;
    background: url(images/aitc.png) no-repeat;
}
#business-affiliates a#tfbc {
    width: 55px;
    background: url(images/tfbc.png) no-repeat;
}
#business-affiliates a#better-business {
    width: 50px;
    background: url(images/bbb.png) no-repeat;
}
#business-affiliates a#wish {
    width: 140px;
    background: url(images/icons/make_a_wish_white.png) no-repeat;
}
#business-affiliates a#vt-foodbank {
    width: 140px;
    background: url(images/icons/foodbank_white.png) no-repeat;
}
#business-affiliates a#cots {
    width: 47px;
    background: url(images/icons/cots_white.png) no-repeat;
}

#business-affiliates a#bcch {
    width: 70px;
    background: url(images/icons/bcch_white.png) no-repeat;
}

#business-affiliates a#haven {
    width: 48px;
    background: url(images/icons/haven.png) no-repeat;
}

footer a#dadra {
    display: inline-block;
    margin: 30px 0;
    padding: 5px 10px 5px 28px;
    background: url(images/dadra.png) left 60% no-repeat;
    line-height: 14px;
    font-size: 12px;
    color: #88896e;
    text-transform: lowercase;
}

/*
--------------------------------------------------------
STYLES FOR TINY SCREENS ::: 290px AND LESS
--------------------------------------------------------
*/
@media only screen and (max-width : 290px) {

    /*** shiftnav toggle bar & menu (small screen header & off-canvas nav) ***/
    #shiftnav-toggle-main {
        height: 30px;
        font-size: 12px !important;
    }

    /* toggle bar logo */
    .shiftnav-main-toggle-content a {
        width: 60px;
        height: 30px;
        background-size: 60px 30px;
    }

    /* toggle bar search & contact wrap */
    .shiftnav-main-toggle-content-after {
        margin-left: 60px;
    }

    /* toggle bar search */
    .shiftnav-searchbar-toggle {
        padding: 0 10px !important;
        height: 29px !important;
    }
    .shiftnav-searchbar-toggle i {
        margin: 7px 0 0 0;
    }

    /* toggle bar contact */
    .shiftnav-main-toggle-content-after a#contact {
        width: 29px;
        height: 29px;
        background-size: 10px 13px;
    }

    /* toggle bar menu button */

    .shiftnav-toggle {
        height: 29px;
        padding: 8px 20px 10px 10px !important;
    }
    .shiftnav-toggle-burger {
        font-size: 14px;
        line-height: 0 !important;
    }

    a.image-link {
        width: 100%;
    }
    a.image-link:nth-child(odd) {
        margin-right: 0;
    }
    .employees img {
        float: none;
    }

} /* end tiny screens */

/*
--------------------------------------------------------------------------------
STYLES FOR SMALL-MEDIUM SCREENS ::: 480px-679px
--------------------------------------------------------------------------------
*/

@media only screen and (min-width : 480px) and (max-width : 679px) {

    header input#searchfield:focus {
        width: 100px;
    }

    #page {
        padding: 20px 20px 60px 20px;
        font-size: 16px;
    }
    .hgroup {
        font-size: 20px;
    }
    .hgroup h1,
    .hgroup a {
        font-size: 20px;
    }
    .hgroup h2 {
        font-size: 17px;
    }
    article h2 {
        font-size: 18px;
    }
    aside h2 {
        font-size: 18px;
    }

    /***  primary image links (columns) ***/
    a.image-link {
        width: 48%;
        margin-bottom: 18px;
    }
    a.image-link img {
        margin: 0 0 1px 0;
    }
    a.image-link h2 {
        padding: 7px 5px;
        font-size: 12px;
        color: #fff;
        background: #8c8b5e;
        font-weight: normal;
    }
    a.image-link h2 br {
        display: none; /*disable break tag used on smaller screens*/
    }

    /*** home: ask the experts / recent projects ***/
    .home #home-ask-the-experts,
    .home #home-testimonials {
        margin: 0 0 30px 0;
        padding: 20px;
        font-size: 14px;
    }
    a.home-aside-img-link {
        display: inline-block;
        float: right;
        width: 45%;
        margin: 0 0 10px 30px;
    }
    .home #home-ask-the-experts img {
        display: block;
    }
    .home #home-ask-the-experts h2 a,
    .home #home-testimonials h2 a {
        font-size: 17px;
    }

    /* testimonials, brochures, and "repeating content template" pages */
    .page-template-page-testimonials-php .testimonials img,
    .page-template-page-brochures-php .brochures img,
    .page-template-page-repeating-content-php .repeating-content img {
        float: left;
        max-width: 50%;
        margin: 0 20px 10px 0;
    }

    /*  FAQ page */

    .post-template-page-faq-php .hgroup h1 {
        font-size: 20px;
    }
    .post-template-page-faq-php .hgroup h2 {
        font-size: 17px;
    }

    /*** blog, archive, and Q&A landing pages ***/

    .excerpt-wrapper .excerpt {
        float: left;
        width: 47.1%;
        margin: 0 20px 20px 0;
        max-height: 10000px; /* re-enable equal height columns script */
    }

} /* end small-medium screens */


/*
--------------------------------------------------------
GLOBAL STYLES FOR MEDIUM, LARGE, & FULL SCREENS ::: 680+px
--------------------------------------------------------
*/

@media only screen and (min-width : 680px) {

    header {
        /*position: fixed;*/
        top: 0;
        left: auto;
        width: 100%;
        height: auto;
        overflow: visible;
        padding-bottom: 3px;
        font-family: "PT Sans Narrow", sans-serif;
        /*background: url(images/bkgnd.jpg);*/
        z-index: 20000;
    }

    #header-content {
        padding: 20px 40px 10px 40px;
        background: none;
        border: 0;
    }

    /*** nuts & bolts menu ***/
    #nuts-n-bolts-wrap {
        display: inline-block;
        position: absolute;
    }
    ul#nuts-n-bolts {
        display: inline-block;
        margin-right: 7px;
    }
    ul#nuts-n-bolts li {
        display: inline-block;
        padding: 0 7px;
        line-height: 12px;
        border-right: 1px solid #585937;
    }
    ul#nuts-n-bolts li a {
        color: #585937;
        text-transform: uppercase;
        font-size: 11px;
    }
    ul#nuts-n-bolts li a:hover {
        text-decoration: underline;
    }
    #nuts-n-bolts-wrap span {
        color: #585937;
        text-transform: uppercase;
        font-size: 11px;
    }

    /*** logo ***/
    a#logo {
        display: block;
        float: left;
        position: relative;
        padding: 0;
        background: url(images/logo.jpg) left top no-repeat;
        border: 0;
    }

    /*** search ***/
    header #searchform {
        float: right;
        background: #fff;
        border: 1px solid #e9e4cc;
        border-radius: 50px; -webkit-border-radius: 50px;
    }
    header input#searchfield {
        display: inline-block;
        float: left;
        height: auto;
        padding: 4px 0 4px 16px;
        color: #333;
        font-size: 15px;
        font-family: "PT Sans Narrow";
        background: none;
        border: 0;
        cursor: auto;
        transition: none;
    }
    header input#searchfield:focus {
        color: #454610;
        font-size: 15px;
        font-weight: bold;
        background: none;
        border-left: 0;
        cursor: text;
        box-shadow: none; -webkit-box-shadow: none;
    }
    header input#searchsubmit {
        display: block;
        float: right;
        width: 22px;
        height: 22px;
        margin: 4px 10px 0 0;
        cursor: pointer;
        background: url(images/magnify.png) center center no-repeat;
    }

    #small-screen-nav-button {
        display: none;
    }


    /*** contact ***/
    a#contact {
        display: none;
    }

    /*** NAVIGATION -- UberMenu plugin ***/

    nav {
        position: relative;
        display: block;
    }

    /* top-level menu container */
    div.ubermenu  {
        clear: none !important;
        display: block;
        float: right !important;
        margin: 23px 0 0 0 !important;
        width: 69% !important;
        border-bottom: 1px solid #d4d3b5;
    }
    div.ubermenu  > ul {
        width: auto !important;
        float: right !important;
        display: block !important;
        background: none !important;
    }

    /* top-level items */
    div.ubermenu  > ul > li {
        width: auto !important;
        border: 0 !important;
    }
    div.ubermenu  > ul > li > a {
        padding: 5px 10px !important;
        color: #4c4d27 !important;
        font-weight: bold;
        font-size: .75em;
        text-transform: uppercase !important;
        white-space: normal !important;
    }
    div.ubermenu  > ul > li.ubermenu-item-has-children > a {
        padding-right: 22px !important;
    }
    div.ubermenu  > ul > li.current-menu-item > a,
    div.ubermenu  > ul > li.current-menu-ancestor > a {
        color: #97441e !important;
    }
    div.ubermenu  > ul > li > a:hover,
    div.ubermenu  > ul > li.megaHover > a,
    div.ubermenu  > ul > li.current-menu-item > a,
    div.ubermenu  > ul > li.current-menu-ancestor > a,
    div.ubermenu  > ul > li.current-menu-parent > a {
        color: #8B240F !important;
    }

    /* arrows */
    .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
        font-size: .9em;
    }

    /* sub-menus containers & rows */
    div.ubermenu  > ul > li > .ubermenu-submenu {
        background: #f9f8f0 !important;
        color: #4c4d27 !important;
        font-family: "Source Sans Pro";
        font-size: .9em;
        border: 1px solid #d4d3b5 !important;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25) !important;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25) !important;
    }

    .ubermenu-row {
        margin: 0 !important;
    }

    /* tab content panels & megamenus */
    .ubermenu-submenu-type-mega {
        padding-right: 22px !important;
    }
    .ubermenu .ubermenu-nav .ubermenu-column-7-9 {
        border-left: 1px solid #d4d3b5 !important;
    }

    /* tab content & megamenu menu items */
    .ubermenu-tab-content-panel li a,
    .ubermenu-submenu-type-mega li a {
        margin: 0 0 22px 22px !important;
        padding: 0 !important;
        font-weight: 600;
        color: #4c4d27 !important;
    }
    .ubermenu-tab-content-panel li a:hover,
    .ubermenu-submenu-type-mega li a:hover {
        color: #000 !important;
    }
    .ubermenu-tab-content-panel li a img,
    .ubermenu-submenu-type-mega li a img {
        margin-bottom: 5px !important;
        border: 1px solid #d4d3b5 !important;
        transition: none !important;
    }
    .ubermenu-tab-content-panel li a:hover img,
    .ubermenu-submenu-type-mega li a:hover img {
        opacity: .9;
    }

    /* tab group */
    div.ubermenu  .ubermenu-tabs-group {
        border-right: 0 !important;
    }

    div.ubermenu  .ubermenu-tabs-group > li.ubermenu-tab > a.ubermenu-target {
        margin: 0 !important;
        padding: 12px 30px 12px 20px !important;
        font-weight: 400;
    }

    div.ubermenu  .ubermenu-tabs-group > li.ubermenu-tab > a.ubermenu-target:hover,
    div.ubermenu  .ubermenu-tabs-group > li.ubermenu-tab.ubermenu-active > a.ubermenu-target {
        background: #eae8e1;
    }

    /* panel headings & "see all links" */
    .ubermenu-column-7-9 .ubermenu-custom-content {
        padding: 15px 0 15px 22px !important;
        font-weight: 300 !important;
        font-size: 1.6em !important;
    }

    .ubermenu-column-7-9 .ubermenu-custom-content span {
        display: inline-block !important;
        margin-right: 10px !important;
    }

    .ubermenu-column-7-9 .ubermenu-custom-content a {
        margin: 0 !important;
        font-weight: 400 !important;
        font-size: .65em !important;
        color: #4c4d27 !important;
    }
    .ubermenu-column-7-9 .ubermenu-custom-content a:hover {
        text-decoration: underline;
        color: #97441e !important;
    }

    /* non-tab submenu sidebars*/
    .uber-sidebar-dadra {
        padding-right: 20px !important;
        font-size: .9em !important;
        line-height: 1.6em !important;
    }
    .uber-sidebar-dadra span {
        display: block !important;
        margin: 0 0 14px 0 !important;
        font-weight: 400 !important;
        font-size: 1.2em !important;
    }
    .uber-sidebar-dadra p {
        margin-bottom: 14px !important;
    }
    .uber-sidebar-dadra a,
    .ubermenu-submenu-type-mega .uber-sidebar-dadra a {
        margin: 0 !important;
        font-size: 1em !important;
    }

    .uber-sidebar-dadra a:hover,
    .ubermenu-submenu-type-mega .uber-sidebar-dadra a:hover {
        text-decoration: underline;
        color: #97441e !important;
    }

    /* regular dropdown sub-menu container */
    div.ubermenu  ul.ubermenu-submenu-type-flyout {
        padding: 3px 0 10px 0 !important;
    }
    div.ubermenu  ul.ubermenu-submenu-type-flyout a.ubermenu-target {
        color: #4c4d27 !important;
        padding: 8px 15px !important;
    }
    div.ubermenu  ul.ubermenu-submenu-type-flyout a.ubermenu-target:hover span {
        text-decoration: underline !important;
        color: #97441e !important;
    }

    /*** global elements ***/
    #page {
        padding: 120px 40px 20px 40px;
    }
    .hgroup {
        position: relative;
        color: #5d5e10;
        background: #eee9d4;
        overflow: hidden;
    }
    .hgroup h1,
    .hgroup a {
        float: left;
        color: #5d5e10;
    }
    .hgroup h2 {
        float: right;
    }


    /* images */
    .alignleft {
        float: left;
        margin: 5px 24px 10px 0;
    }
    .alignright {
        float: right;
        margin: 5px 0 10px 24px;
    }


    /*  flexible content template
    ==================================================*/

    .page-template-page-flexible-content article {
        width: 100%;
    }
    .page-template-page-flexible-content article p,
    .page-template-page-flexible-content article ul,
    .page-template-page-flexible-content article blockquote {
        max-width: 900px;
    }

    .project-intro-block img {
        float: right;
        width: 60%;
        max-width: 661px;
        margin: 5px 0 20px 30px;
    }

    .bio-block img {
        float: left;
        width: 30%;
        max-width: 300px;
        margin: 5px 0 0 0;
    }
    .bio-block-text {
        float: right;
        width: 65%;
    }

    /*** alternating content ***/

    .alt-cont-row.ac-img-left .ac-img-wrap,
    .alt-cont-row.ac-img-right .ac-text-wrap {
        width: 50%;
        float: left;
    }
    .alt-cont-row.ac-img-right .ac-img-wrap,
    .alt-cont-row.ac-img-left .ac-text-wrap {
        width: 50%;
        float: right;
    }
    .alt-cont-row .ac-img-wrap {
        position: relative;
        overflow: hidden;
        min-height: 300px;
        max-height: none;
        background-repeat: no-repeat;
    }
    .alt-cont-row .ac-img-wrap img {
        min-height: 300px;
    }

    .alt-cont-row .ac-text-wrap {
        display: table;
    }
    .alt-cont-row  .ac-text {
        display: table-cell;
        min-height: 300px !important;
        padding: 30px;
        text-align: center;
        vertical-align: middle;
    }

    /*** image grids ***/
    .grid-item {
        margin-bottom: 40px;
    }
    .grid-item h3 {
        margin: 0 0 5px 0;
    }
    .grid-item p {
        margin: 0 0 10px 0;
    }

    /* image grid: 2 per row */
    .grid-2 .grid-item {
        width: 47%;
        margin-right: 6%;
    }
    .grid-2 .grid-item:nth-of-type(even) {
        margin-right: 0;
    }

    /* image grid: 3 per row */
    .grid-3 .grid-item {
        width: 30%;
        margin-right: 5%;
    }
    .grid-3 .grid-item:nth-of-type(odd) {
        clear: none;
    }
    .grid-3 .grid-item:nth-of-type(even) {
        margin-right: 5%;
    }
    .grid-3 .grid-item:nth-of-type(3n+3) {
        margin-right: 0;
    }
    .grid-3 .grid-item:nth-of-type(3n+4) {
        clear: both;
    }

    /* image grid: 4 per row */
    .grid-4 .grid-item {
        width: 30%;
        margin-right: 5%;
    }
    .grid-4 .grid-item:nth-of-type(odd) {
        clear: none;
    }
    .grid-4 .grid-item:nth-of-type(even) {
        margin-right: 5%;
    }
    .grid-4 .grid-item:nth-of-type(3n+3) {
        margin-right: 0;
    }
    .grid-4 .grid-item:nth-of-type(3n+4) {
        clear: both;
    }

    /* image grid: 5 per row */
    .grid-5 .grid-item {
        width: 22%;
        margin-right: 4%;
    }
    .grid-5 .grid-item:nth-of-type(even) {
        margin-right: 4%;
    }
    .grid-5 .grid-item:nth-of-type(3n+3) {
        margin-right: 4%;
    }
    .grid-5 .grid-item:nth-of-type(3n+4) {
        clear: none;
    }
    .grid-5 .grid-item:nth-of-type(4n+4) {
        clear: none;
        margin-right: 0;
    }
    .grid-5 .grid-item:nth-of-type(4n+5) {
        clear: both;
    }

    /* default page template */
    .page-template-default article {
        width: 100%;
    }

    /* testimonials, brochures, & "repeating content template" pages */
    .page-template-page-testimonials-php article,
    .page-template-page-brochures-php article,
    .page-template-page-repeating-content-php article {
        width: 100%;
    }
    .page-template-page-testimonials-php .testimonials img,
    .page-template-page-brochures-php .brochures img,
    .page-template-page-repeating-content-php .repeating-content img {
        float: left;
        max-width: 50%;
        margin: 0 20px 10px 0;
    }

    .page-template-page-repeating-content-php .repeating-content-video {
        float: left;
        width: 300px;
        margin: 0 20px 10px 0;
    }
    .page-template-page-repeating-content-php .repeating-content-video .fluid-width-video-wrapper {
        margin: 0;
    }

    /*** 2-column (main content + sidebar) ***/
    .page-template-page-two-column-equal-width-php article {
        width: 49%;
    }
    .page-template-page-two-column-equal-width-php aside {
        width: 49%;
    }

    /***  site map (kwayy html sitemap plugin) ***/
    .page-id-138 article {
        width: 100%;
    }
    .kwayy-html-sitemap-wrapper h2.kwayy-page-title {
        float: left;
        width: 49%;
    }
    .kwayy-html-sitemap-wrapper ul.kwayy-page-list {
        clear: both; /* position page list under page heading */
        float: left;
        width: 49%;
    }
    .kwayy-html-sitemap-wrapper h2.kwayy-post-title,
    .kwayy-html-sitemap-wrapper ul.kwayy-post-list,
    .kwayy-html-sitemap-wrapper h2.kwayy-q-and-a-title,
    .kwayy-html-sitemap-wrapper ul.kwayy-q-and-a-list {
        float: right;
        width: 49%;
    }

    /*** blog, archive, and Q&A landing pages ***/

    .excerpt-wrapper .excerpt:nth-child(even) {
        float: right;
    }
    .excerpt-wrapper .excerpt {
        float: left;
        width: 47.7%;
        margin: 0 15px 20px 0;
        max-height: 10000px; /* re-enable equal height columns script */
    }
    .page-template-page-blog-php aside,
    .archive aside,
    .page-template-page-q-and-a-php aside,
    .page-template-page-q-and-a-category-archive-php aside {
        float: left;
        width: 30%;
    }
    .archive aside {
        margin-top: 10px;
    }
    .archive article {
        padding-top: 0;
        border: 0;
    }

    aside#q-and-a-search-results {
        float: none;
    }


    /* 404 */
    .error404 article {
        width: 100%;
    }

    /*** footer ***/
    footer {
        padding: 10px 40px 50px 40px;
    }
    footer #copy-login {
        position: absolute;
        right: 40px;
        margin: 20px 0 0 0;
        text-align: right;
    }
    footer #dadra {
        position: relative;
        top: -10px;
    }

} /* end global styles for medium, large, and full screens */



/*
--------------------------------------------------------
STYLES FOR MEDIUM SCREENS ::: 680px-742px
--------------------------------------------------------
*/

@media only screen and (min-width : 680px) and (max-width : 742px) {

    header {
        margin: 0 0 34px 0;
    }

    /*** nuts & bolts menu ***/
    #nuts-n-bolts-wrap {
        top: 7px;
        right: 195px;
    }

    /*** search ***/
    header #searchform {
        width: 140px;
    }
    header input#searchfield,
    header input#searchfield:focus {
        width: 90px;
    }

    /*** logo ***/
    a#logo {
        width: 160px;
        height: 80px;
        background-size: 160px 80px !important;
    }

    /*** global elements ***/
    #page {
        font-size: 15px;
    }
    .hgroup {
        padding: 14px 18px;
    }
    .hgroup h1,
    .hgroup a {
        font-size: 16px;
    }
    .hgroup h2 {
        padding: 1px 0 0 0;
        font-size: 15px;
    }

    /*** main content ***/
    article {
        float: left;
        width: 40%;
    }

    /*** aside ***/
    aside {
        margin: 0 0 30px 0;
        float: right;
        width: 56%;
    }

    /*** primary image links ***/
    a.image-link {
        width: 47.5%;
        margin-bottom: 18px;
    }

    /*** home ***/
    .home article, .home aside {
        float: none;
        width: 100%;
    }
    .home a.image-link {
        width: 48.5%;
    }
    .home a.image-link img {
        margin: 0 0 1px 0;
    }
    .home a.image-link h2 {
        padding: 7px 5px;
        font-size: 12px;
        color: #fff;
        background: #8c8b5e;
        font-weight: normal;
    }

    /*ask the experts block / recent projects block*/
    .home #home-ask-the-experts,
    .home #home-testimonials {
        margin: 0 0 30px 0;
        padding: 20px;
        font-size: 15px;
    }
    a.home-aside-img-link {
        display: inline-block;
        float: right;
        width: auto;
        margin: 0 0 0 30px;
    }
    .home #home-ask-the-experts img {
        display: block;
    }
    .home #home-ask-the-experts h2 a,
    .home #home-testimonials h2 a {
        font-size: 18px;
        font-weight: 600;
    }

    /***  site map (kwayy html sitemap plugin) ***/
    .kwayy-html-sitemap-wrapper h2.kwayy-post-title {
        margin-top: -33px; /* pull up the right column to match the left */
    }

    /*  FAQ page */
    .post-template-page-faq-php .hgroup h1 {
        color: #5D5E10;
    }
    .post-template-page-faq-php .hgroup h2 {
        font-size: 17px;
        color: #5D5E10;
    }

    /*** blog, archive, and Q&A landing pages ***/

    #blog-welcome {
        margin-right: auto;
    }
    .page-template-page-blog-php article,
    .archive article,
    .page-template-page-q-and-a-php article,
    .page-template-page-q-and-a-category-archive-php article {
        width: 100%;
    }
    .page-template-page-blog-php aside,
    .archive aside,
    .page-template-page-q-and-a-php aside,
    .page-template-page-q-and-a-category-archive-php aside {
        width: 100% !important;
        margin-bottom: 30px;
    }

    /* blog & Q&A single */

    .single article,
    .single aside {
        float: none;
        width: 100%;
    }
    .single-post h1,
    .single-q-and-a h1 {
        padding: 0;
        border: 0;
        font-size: 28px;
    }

    /*** footer questions ***/

    #footer-questions li {
        margin: 0 !important;
        padding: 0 0 10px 10px !important;
        color: #2f3001;
        list-style-type: none;
        background: url(images/bullet-medium.png) left 7px no-repeat;
    }

} /* end medium screens */

/*
--------------------------------------------------------
STYLES FOR LARGE-FULL SCREENS ::: 743+px
--------------------------------------------------------
*/

@media only screen and (min-width : 743px) {

    #header-content {
        position: relative;
        max-width: 1020px;
        margin: 0 auto;
    }

    /*** logo ***/
    a#logo {
        width: 199px;
        height: 100px;
        background-size: 199px 100px;
    }


    /*** nuts & bolts menu ***/
    #nuts-n-bolts-wrap {
        top: 24px;
        right: 220px;
    }
    ul#nuts-n-bolts li a,
    #nuts-n-bolts-wrap span {
        font-size: 12px;
    }

    /*** search ***/
    header #searchform {
        position: relative;
        top: 20px;
        right: 5px;
        width: 160px;
    }
    header input#searchfield,
    header input#searchfield:focus {
        width: 110px;
    }

    /*** NAVIGATION -- UberMenu plugin ***/

    /* top-level menu container */
    div.ubermenu  {
        margin: 40px 0 0 0 !important;
        width: 69% !important;
    }

    /* top-level items */
    div.ubermenu  > ul > li > a {
        padding: 5px 12px !important;
        font-size: .875em;
    }

    /* tab content & megamenu menu items */
    .ubermenu-tab-content-panel li a,
    .ubermenu-submenu-type-mega li a {
        margin: 0 0 26px 22px !important;
    }

    /* headings & "see all links" */
    .ubermenu-column-7-9 .ubermenu-custom-content  {
        padding: 22px 0 18px 22px !important;
        font-size: 1.7em;
    }

    /* non-tab content panels & sidebar */
    .uber-sidebar-dadra {
        padding-top: 5px !important;
        font-size: 1em !important;
    }

    /*** global elements ***/
    #page {
        max-width:100% !important;
        margin: 0 auto;
        padding-top: 140px;
        font-size: 16px;
    }
    
    .hgroup {
        padding: 16px 20px;
        font-size: 21px;
    }
    .hgroup h1,
    .hgroup a {
        font-size: 19px;
    }
    .hgroup h2 {
        padding: 1px 0 0 0;
        font-size: 17px;
    }

    /*** main content ***/
    article {
        float: left;
        width: 31%;
    }
    article h2 {
        font-size: 19px;
        line-height: 22px;
    }

    /*** aside ***/
    aside {
        margin: 0 0 30px 0;
        float: right;
        width: 65%;
    }
    aside h2 {
        font-size: 19px;
    }

    /*** primary image links ***/
    a.image-link {
        width: 48.2%;
        margin-bottom: 18px;
    }
    a.image-link img {
        margin: 0 0 1px 0;
    }
    a.image-link h2 {
        padding: 9px 5px;
        font-size: 12px;
        color: #fff;
        background: #8c8b5e;
        font-weight: normal;
    }
    a.image-link h2 br {
        display: none; /*disable break tag used on smaller screens*/
    }

    /*** home ***/
    .home article {
        float: left;
        width: 65.6%;
    }
    .home aside {
        margin: 0;
        float: right;
        width: 32%;
    }
    .home a.image-link {
        width: 47.8%;
    }

    #home-welcome {
        padding: 16px 20px 4px 20px;
        font-size: 13px;
    }


    /*ask the experts / recent projects*/
    .home #home-ask-the-experts,
    .home #home-testimonials {
        position: relative;
        padding: 16px 20px 58% 20px;
        font-size: 13px;
    }
    .home #home-testimonials {
        position: relative;
        padding: 16px 20px;
        font-size: 13px;
    }
    a.home-aside-img-link {
        position: absolute;
        bottom: 20px;
        left: 20px;
        display: block;
        float: none;
        width: 83%;
        margin: 0;
    }
    .home #home-ask-the-experts img {
        display: block;
    }
    .home #home-ask-the-experts h2 a,
    .home #home-testimonials h2 a {
        font-size: 16px;
    }

    /***  gallery pages ***/

    .project-downloads { /* hide project downloads on small screens */
        display: block;
        margin: 14px 0 30px 0;
        padding: 15px 20px;
        color: #000;
        font-size: 14px;
        background: #eae4ca;
    }
    .project-downloads h4 {
        margin: 0 0 10px 0;
        padding-left: 13px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        background: url(images/download-arrow.png) left center no-repeat;
    }
    .project-downloads li {
        list-style-type: none;
        padding: 0 0 5px 0;
    }

    /***  site map (kwayy html sitemap plugin) ***/
    .kwayy-html-sitemap-wrapper h2.kwayy-post-title {
        margin-top: -36px; /* pull up the right column to match the left */
    }

    /*  FAQ page */
    .post-template-page-faq-php .hgroup h1 {
        font-size: 21px;
        color: #5D5E10;
    }
    .post-template-page-faq-php .hgroup h2 {
        padding: 1px 0 0 0;
        font-size: 19px;
        color: #5D5E10;
    }

    /*** blog, archive, and Q&A landing pages ***/

    #blog-welcome {
        float: left;
        width: 26%;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .page-template-page-blog-php article,
    .archive article,
    .page-template-page-q-and-a-php article,
    .page-template-page-q-and-a-category-archive-php article {
        float: right;
        width: 65.6%;
    }
    .page-template-page-blog-php aside,
    .archive aside,
    .page-template-page-q-and-a-php aside,
    .page-template-page-q-and-a-category-archive-php aside {
        margin: 0;
        float: left;
    }

    /* hide ask us a question button on larger screens */
    .question-button-q-and-a {
        display: none;
    }


    /* blog & Q&A single */
    #single-title-block {
        float: left;
        width: 31%;
    }
    .single-post h1,
    .single-q-and-a h1 {
        padding: 0;
        border: 0;
        font-size: 28px;
    }
    .single article {
        float: right;
        width: 65%;
    }
    .single aside {
        float: left;
        width: 31%;
    }

    /*** footer questions/comments ***/

    #footer-questions li {
        margin: 0 !important;
        padding: 0 0 10px 10px !important;
        background: url(images/bullet-medium.png) left 7px no-repeat;
    }


} /* end large screens */



/*
--------------------------------------------------------
FINAL TWEAKS FOR FULL SCREENS
--------------------------------------------------------
*/

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

    #nuts-n-bolts-wrap {

    }
    ul#nuts-n-bolts li a,
    #nuts-n-bolts-wrap span {
        font-size: 13px;
    }

    /*** NAVIGATION -- UberMenu plugin ***/
    div.ubermenu  {
        margin: 39px 0 0 0 !important;
        width: 69% !important;
    }

    /* top-level items */
    div.ubermenu  > ul > li > a {
        padding: 5px 16px !important;
        font-size: .95em;
    }
    div.ubermenu  > ul > li.ubermenu-item-has-children > a {
        padding-right: 24px !important;
    }

    /* tab group */
    div.ubermenu  .ubermenu-tabs-group > li.ubermenu-tab > a.ubermenu-target {
        padding: 18px 30px 18px 20px !important;
    }

    /* non-tab content panels & sidebar */
    .uber-sidebar-dadra {
        font-size: 1.05em !important;
    }
    .uber-sidebar-dadra span {
        font-size: 1.3em !important;
    }

    /*** global elements ***/
    #page {
        padding-top: 144px;
    }

    /*** primary image links ***/
    a.image-link {
        width: 48.6%;
        margin-bottom: 18px;
    }
    a.image-link h2 {
        font-size: 13px;
    }

    .hgroup h1,
    .hgroup a {
        font-size: 21px;
    }
    .hgroup h2 {
        font-size: 19px;
    }

    /*** home ***/
    #home-welcome {
        padding: 16px 26px 5px 26px;
        font-size: 16px;
    }
    .home aside h2 {
        margin: 0 0 12px 0;
        font-size: 18px;
        text-transform: uppercase;
        font-family: "PT Sans Narrow";
        color: #5f6026;
        text-decoration: none !important;
    }

    .home #home-ask-the-experts {
        padding: 16px 26px 58% 26px;
        font-size: 16px;
    }
    .home #home-testimonials {
        padding: 16px 26px;
        font-size: 16px;
    }
    a.home-aside-img-link {
        width: 84%;
        left: 26px;
    }
    .home #home-ask-the-experts img {
        display: block;
    }
    .home #home-ask-the-experts h2 a,
    .home #home-testimonials h2 a {
        font-size: 18px;
    }


    /*  flexible content template
    ==================================================*/

    .project-intro-block img {
        width: 65%;
    }

    .bio-block-text {
        width: 67%;
    }

    /*** alternating content ***/
    .alternating-content h2.ac-heading {
        padding: 25px;
        font-size: 21px;
    }

    .alt-cont-row .ac-img-wrap {
        min-height: none;
    }

    .alternating-content .ac-text p {
        font-size: 16px;
    }

    /*** image grids ***/

    .grid-item img {
        margin: 0 0 5px 0;
    }

    /* image grid: 2 per row */
    .grid-2 .grid-item {
        width: 48%;
        margin-right: 4%;
    }
    .grid-2 .grid-item:nth-of-type(even) {
        margin-right: 0;
    }

    /* image grid: 3 per row */
    .grid-3 .grid-item {
        width: 31%;
        margin-right: 3.5%;
    }
    .grid-3 .grid-item:nth-of-type(even) {
        margin-right: 3.5%;
    }
    .grid-3 .grid-item:nth-of-type(3n+3) {
        margin-right: 0;
    }

    /* image grid: 4 per row */
    .grid-4 .grid-item {
        width: 22%;
        margin-right: 4%;
    }
    .grid-4 .grid-item:nth-of-type(even) {
        margin-right: 4%;
    }
    .grid-4 .grid-item:nth-of-type(3n+3) {
        margin-right: 4%;
    }
    .grid-4 .grid-item:nth-of-type(3n+4) {
        clear: none;
    }
    .grid-4 .grid-item:nth-of-type(4n+4) {
        clear: none;
        margin-right: 0;
    }
    .grid-4 .grid-item:nth-of-type(4n+5) {
        clear: both;
    }

    /* image grid: 5 per row */
    .grid-5 .grid-item {
        width: 17.8%;
        margin-right: 2.75%;
    }
    .grid-5 .grid-item:nth-of-type(even) {
        margin-right: 2.75%;
    }
    .grid-5 .grid-item:nth-of-type(3n+3) {
        margin-right: 2.75%;
    }
    .grid-5 .grid-item:nth-of-type(4n+4) {
        margin-right: 2.75%;
    }
    .grid-5 .grid-item:nth-of-type(4n+5) {
        clear: none;
    }
    .grid-5 .grid-item:nth-of-type(5n+5) {
        clear: none;
        margin-right: 0;
    }
    .grid-5 .grid-item:nth-of-type(5n+6) {
        clear: both;
    }

    /* default page template */
    .page-template-default article {
        width: 800px;
    }

    /*** testimonials, brochures, & "repeating content template" pages ***/
    .page-template-page-testimonials-php article,
    .page-template-page-brochures-php article,
    .page-template-page-repeating-content-php article {
       /* width: 800px; */
    }


    /*** blog, archive, and Q&A landing pages ***/

    #blog-welcome {
        float: left;
        width: 27%;
    }
    .excerpt-wrapper .excerpt {
        width: 100%;
        margin: 0 0 28px 0;
    }
    .excerpt-wrapper .excerpt-text {
      /*  padding-right: 15px;
        padding-left: 15px; */
    }
    .comments-count,
    a.more-link {
        margin-left: -15px;
    }

    /* blog & Q&A single */
    .single-post h1,
    .single-q-and-a h1 {
        padding: 0;
        border: 0;
        font-size: 32px;
    }

    /* subscribe manage */
    .page-template-page-subscribe-php article {
        width: 80%;
    }


    /* search results page */
    .search article {
        width: 80%;
    }

    /* 404 */
    .error404 article {
        width: 80%;
    }

    /*** footer ***/
    footer {
        padding: 40px 40px 16px 40px;
    }
    #footer-content {
        position: relative;
        max-width: 1020px;
        margin: 0 auto 34px auto;
    }
    #footer-contact {
        /*float: right;*/
        width: 130px;
        margin: 4px 0 0 0;
    }
    #footer-popular-posts,
    #footer-recent-posts,
    #footer-questions {
        float: left;
        width: 21%;
        max-width: none;
        margin: 0 60px 0 0;
    }
    #footer-questions {
        margin: 0;
    }
    footer #copy-login {
        right: 0;
    }

    footer a#to-top {
        right: -20px;
        bottom: -50px;
    }

}

/*
----------------------------------------------------------------
11. SMALL SCREEN FIXED POSITIONING FOR WP TOOLBAR ON FRONT END
----------------------------------------------------------------
*/

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

    #wpadminbar {
        position: fixed !important;
        top: 0 !important;
    }

}

/* conscio overrides */

     #page { max-width:1450px !important; }
     .grid-item img { width:100%; }
 article p, article h2 { padding-left:16px; } 
 .page-template-page-blog article h2,
 .page-template-page-blog article p,
 .archive article h2,
 .archive article p { padding-left:0px }
 .excerpt-wrapper .excerpt { background: #fff !important;}
 .comments-count { margin-left:0px !important;}
 
 #sidebar_widgets { padding: 16px; }
 .page-template-page-blog .comments-count,
 .page-template-page-q-and-a .comments-count { display: none }

.page-template-default article { float:none; margin:0 auto !important;}

/* new buttons */

.question-button-link,
#respond #submit
 { border-radius: 0 !important; color:#767741 !important; background: transparent !important; border:1px solid #5b5b5b}
 .question-button-link:hover,
#respond #submit:hover {
	color:#fff !important; background: #767741  !important;
}
#page { color:#626262}
#respond textarea { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;}
.banner-image { text-align: center !important;}
#share { width:0px;}
/* share in header */
#nuts-n-bolts-wrap #share a.addthis_button { border:2px solid #8c8b5e; width:29px; height:29px;background-position: center center;  border-radius: 50%; top:16px !important; background-image:url('images/plus.svg'); background-size:15px 15px }

@media screen and (min-width:769px) {
.new-comments-format { max-width:800px !important; margin: 0 auto; margin-top:50px;}
}
@media screen and (max-width:768px) {
		#nuts-n-bolts-wrap span.label { display: none}
		#nuts-n-bolts-wrap #share { width:35px; }
		#nuts-n-bolts-wrap #share a.addthis_button { margin-left:0px; }

}
.blog_top_content { max-width:800px !important; margin:0 auto; }
.blog_top_content img, 
.blog_top_content .wp-caption.alignright, 
.blog_top_content .wp-caption.alignleft,
.blog_top_content .wp-caption.aligncenter,
.aligncenter,
.alignleft,
.alignright,
.alignnone
 { width:100% !important; display:block; float:none; margin:0 !important }
 
 /* 20190822 */
 .banner-cta h3,
 .banner-cta h2 { font-size:16px; font-weight: normal; }
 
 /* 20200803 */
.text-column .intro-row .col-sm-12 { display: flex}
 html body #page.page-drill-down #drill-down #process-steps-row .text-column .intro-row > div .top-section { align-self: center}
 
 /* 20210121 */
 #mce-responses .response { height:auto !important}
 
/* 20220223 */
@media screen and (max-width:991px) {
    #page { padding-top:0px !important; }
.shiftnav-main-toggle-content-after { width:120px;}
#shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger { width:60px; }
}

.blog_top_content img.avatar { max-width:90px; float:left !important; margin-right:10px !important; margin-bottom:20px !important; }
.avatar:after { content:" "; clear: both;}
footer.author_bio_section { padding:10px; }

#author-info {width:100%; padding: 20px; background-color: #f0f0f0; margin-bottom:10px;border:2px solid; display: block; border-radius: 0; margin-bottom:20px;} 
#author-info .avatar { position: relative; top: 0; left: 0; float: left; margin-right:10px; } 
#author-description { margin-left: 100px; } 
#author-description h3 { margin-top:0px;margin-bottom:10px;}