

/* current menu item highlight */
.sidebar .current-menu-item a {
    color: #5d0600 !important;
}

.sidebar .sub-menu a {
    color: #666666 !important;
}

.sidebar .sub-menu .current-menu-item a {
    color: #5d0600 !important;
}
/* end current menu highlight */

/* font tweaks */
h2 {
    padding-bottom: 20px;
}

h3 {
    padding-bottom: 15px;
}

h4 {
    padding-bottom: 10px;
}

p {
    padding-bottom: 10px;
}
/* end font tweaks */

/* homepage image */
.title.has_background {
    background-size: cover !important;
}

/* contact form */
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 18px;
    background-color: #f1f1f1;
    color: #666666;
    border-style: solid;
    border-color: #666666;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    margin-top: 5px;
}

input.wpcf7-form-control.wpcf7-text {
    font-size: 18px;
    background-color: #f1f1f1;
    color: #666666;
    border-style: solid;
    border-color: #666666;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    margin-top: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 18px;
    background-color: #f1f1f1;
    color: #666666;
    border-style: solid;
    border-color: #666666;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    margin-top: 5px;
}
/* end contact form */



/* slider text shadow */
.rev-static-visbile center {
    text-shadow: 2px 2px #666666;
}

/* header opacity */
.header_bottom.clearfix {
    background: rgba(255, 255, 255, 0.6) !important;
}

/*homepage button*/
@media only screen and (max-width: 767px){
    .hp-button {
    left: 50% !important;
    margin-left: -85px !important;
    right: 50% !important;
}
}

/* bullet items */
ul li {
    padding-bottom: 10px;
}

/* articles page edits */
/*download buttons */
.q_icon_with_title.large.center {
    height: 200px;
    background-color: #666;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 70px;
}

i.icon_text_icon.fa {
    border-color: #ffffff;
    color: #ffffff;
    background-color: #cccccc;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-radius: 10px;
}

.q_icon_with_title.large.center:hover {
    background-color: #333;

}

a.icon_with_title_link {
    position: relative;
}

a.icon_with_title_link:after {
    content: '';
    position: absolute;
    top: -150px;
    bottom: -10px;
    left: -10px;
    right: -10px;
}
/* hide icons */
i.icon_text_icon.fa.fa-file-text-o {
    display: none;
}
/* end articles page edit */



/* tab centering */
ul.tabs-nav li a {
    width: 250px;
    text-align: center;
    padding-left: 15px !important;
}


/* titles for FF 
@media only screen and (min-width: 600px) and (max-width: 1000px){
.title_subtitle_holder h1 span {
    font-size: 18px;
}
}
@media only screen and (min-width: 481px) and (max-width: 600px){
.title_subtitle_holder h1 span {
    font-size: 16px;
}
}*/

/* title word wrap */
.title_subtitle_holder h1 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
word-break: keep-all;
}
/* end title word wrap */

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}