@charset "UTF-8";
/*
Theme Name: salient-child
Version: 1.0
Description: A child theme of Salient
Template: Salient/salient
Author: Administrator
*/
@import "../Salient/salient/style.css";
/* Your awesome customization starts here */
/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: "!";
    visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
    color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    /* fixes ie bug (see #392) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
}

.selectize-control {
    position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #ffffff;
    cursor: text;
    display: inline-block;
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}

.selectize-input.full {
    background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
}

.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
}

.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
    display: none;
}

.selectize-input > input:focus {
    outline: none !important;
}

.selectize-input::after {
    content: " ";
    display: block;
    clear: left;
}

.selectize-input.dropdown-active::before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
    padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #ffffff;
    cursor: default;
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
}

.selectize-dropdown .active.create {
    color: #495c68;
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}

.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}

.deck-navigation.vertical {
    display: none !important;
}

.slidedeck-overlays {
    display: none !important;
}

.sd-nav-wrapper {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sd-wrapper dd {
    padding: 0 !important;
}

#header-space,
#header-outer {
    background-color: #404455 !important;
    box-shadow: none;
}

#header-space {
    transition: height ease 0.25s;
}
@media screen and (min-width: 1001px) {
    #header-space.small-nav {
        height: 62px !important;
    }
}

#header-outer .row .col.span_9 {
    float: right;
    font-weight: bold;
    margin-top: -8px;
}

header#top nav > ul > li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
header#top nav > ul > li a {
    padding: 0 18px 0 18px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-family: "OpenSansSemiBold", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
}
header#top nav > ul > li.facebook > a {
    margin-left: 10px !important;
    width: 30px;
    height: 30px;
    position: relative;
    font: 0/0 a;
    color: transparent !important;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
header#top nav > ul > li.facebook > a:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2015/03/facebook-e1425410850348.png) !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 0;
    top: 17px;
    transition: top ease 0.25s;
}
header#top nav > ul > li.twitter > a {
    margin-left: 5px !important;
    width: 30px;
    height: 30px;
    position: relative;
    font: 0/0 a;
    color: transparent !important;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
header#top nav > ul > li.twitter > a:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2015/03/twitter-e1425410843118.png) !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 0;
    top: 17px;
    transition: top ease 0.25s;
}
header#top nav > ul > li.donate > a {
    margin-left: 10px !important;
    width: 100px;
    height: 30px;
    position: relative;
    font: 0/0 a;
    color: transparent !important;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
header#top nav > ul > li.donate > a:after {
    display: block;
    content: "";
    width: 100px;
    height: 36px;
    background-image: url(/wp-content/uploads/2015/03/Donate1-e1425425563578.jpg) !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 0;
    top: 12px;
    transition: top ease 0.25s;
}
header#top nav > ul > li.donate > a span:after {
    display: none;
}

header#top li.current-menu-item {
    text-decoration: none;
}
header#top li.current-menu-item span {
    position: relative;
    display: block;
}
header#top li.current-menu-item span:after {
    content: "";
    display: block;
    width: 100%;
    border-top: 2px solid #fff;
    position: absolute;
    top: 42px;
    transition: top ease 0.25s;
}

#header-outer {
    padding-top: 30px !important;
}
@media screen and (min-width: 1001px) {
    #header-outer[data-full-width="true"] header#top > .container {
        padding-bottom: 30px !important;
    }
}
@media screen and (max-width: 480px) {
    #header-outer[data-full-width="true"] {
        padding-top: 0 !important;
    }
    #header-outer #top > .container {
        padding-bottom: 0 !important;
    }
}
#header-outer header#top nav > ul > li > a {
    line-height: 60px;
    transition: line-height ease 0.25s;
}
#header-outer .row .col.span_9 {
    margin-top: 0;
}
#header-outer.small-nav {
    padding-top: 16px !important;
}
#header-outer.small-nav[data-full-width="true"] header#top > .container {
    padding-bottom: 16px !important;
}
#header-outer.small-nav header#top nav > ul > li > a {
    line-height: 30px;
}
#header-outer.small-nav header#top nav > ul > li.facebook > a:after {
    top: 2px;
}
#header-outer.small-nav header#top nav > ul > li.twitter > a:after {
    top: 2px;
}
#header-outer.small-nav header#top nav > ul > li.donate > a:after {
    top: -3px;
}
#header-outer.small-nav header#top li.current-menu-item span:after {
    top: 27px;
}

header#top nav ul #search-btn,
li#mobile-search {
    display: none;
}

header#top #toggle-nav {
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
    width: auto;
    height: 28px;
    text-align: right;
    margin-bottom: 10px;
}

#header-outer[data-full-width="true"] header > .container,
#header-secondary-outer[data-full-width="true"] > .container {
    width: 100%;
    max-width: 100%;
    padding: 0 28px 12px !important;
    margin-right: auto;
    margin-left: auto;
}

#header-outer .row .col.span_3,
#header-outer .row .col.span_9 {
    width: 100%;
    position: absolute;
}

header#top #toggle-nav i,
header#top #mobile-cart-link i {
    background-color: transparent !important;
    color: #a9a9a9;
    line-height: 34px;
    font-size: 18px;
    width: 18px;
    padding-top: 10px;
}

@media screen and (max-width: 480px) {
    body header#top #logo img,
    header#top #logo .retina-logo {
        display: none !important;
    }

    header#top .row > .col {
        height: 100%;
    }
    header#top a#logo {
        background: url("images/header/blt_helps_logo.png") no-repeat left center;
        background-size: auto 65%;
        height: 100%;
        margin-top: 0 !important;
    }
}
#footer-outer .row {
    padding: 0px 0px;
    margin-bottom: 0px;
}

#footer-outer .span_3 .widget:last-child {
    margin-bottom: 0px;
}

#footer-widgets > .container {
    max-width: none !important;
    padding: 0;
}

#footer-widgets > .container > .row {
    margin: 0;
}

#footer-widgets .container .col {
    margin-bottom: 0 !important;
}

#footer-widgets .col.one-fourths {
    width: 25%;
    margin: 0;
}

#footer-widgets .widget_sp_image-description {
    clear: both;
    padding: 44px 60px;
    position: relative;
}
#footer-widgets .widget_sp_image-description:after {
    display: block;
    content: "";
    width: 1px;
    height: 125px;
    background: #414555;
    position: absolute;
    top: 50px;
    right: 0;
}
@media screen and (max-width: 1000px) and (min-width: 1px) {
    #footer-widgets .widget_sp_image-description:after {
        display: none;
    }
}

#footer-widgets .col:last-child .widget_sp_image-description:after {
    display: none;
}

#footer-widgets .attachment-full {
    width: 100%;
    height: auto;
    margin: 0;
}

@media screen and (max-width: 1000px) and (min-width: 1px) {
    #footer-widgets .container .col {
        width: 50% !important;
        padding: 0;
    }
}
@media screen and (max-width: 480px) {
    #footer-widgets .container .col {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    #footer-widgets .container .row > .col:nth-child(3) {
        margin-bottom: 0 !important;
    }

    #footer-widgets .widget_sp_image-description {
        margin: 0;
        padding: 30px;
    }
}
.footer-links ul {
    padding-left: 84px;
    margin-top: 5px;
    margin-bottom: -3px;
}
.footer-links li {
    display: inline-block;
}
.footer-links li:not(:last-child) {
    margin-right: 40px;
}

body.home .parallax_slider_outer.first-section {
    margin-top: 0 !important;
}
body.home .container.main-content {
    max-width: none !important;
    padding: 0 !important;
}
body.home .container.main-content .row > div {
    width: 100% !important;
}
body.home .container.main-content img {
    width: 100%;
    height: auto;
}
body.home .mission-statement-ctn > div {
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1001px) {
    body.home .mission-statement-ctn {
        width: 50%;
        height: auto !important;
        position: relative;
        overflow: hidden;
    }
    body.home .mission-statement-ctn:before {
        content: "";
        display: block;
        padding-top: 50%;
    }
    body.home .mission-statement-ctn > div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}
body.home .mission-statement {
    width: 100%;
    height: 100%;
    padding: 30px 64px;
    background: #dbd4b8;
}
@media screen and (max-width: 480px) {
    body.home .mission-statement {
        padding: 30px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1770px) {
    body.home .mission-statement {
        padding: 30px;
    }
}
body.home .mission-statement h3 {
    font-family: "OpenSansSemiBold", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0;
}
@media (min-width: 1770px) {
    body.home .mission-statement h3 {
        margin-top: 30px;
    }
}
body.home .mission-statement a {
    font-style: italic;
    text-decoration: underline;
    color: #444;
    font-size: 16px;
}
@media screen and (min-width: 1000px) and (max-width: 1770px) {
    body.home .mission-statement a {
        font-size: 10px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1770px) {
    body.home .mission-statement a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1770px) {
    body.home .mission-statement a {
        font-size: 16px;
    }
}
body.home .mission-statement p {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 30px;
}
@media screen and (min-width: 1000px) and (max-width: 1770px) {
    body.home .mission-statement p {
        font-size: 12px;
        margin-top: 15px;
        padding-bottom: 0;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1770px) {
    body.home .mission-statement p {
        font-size: 16px;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1770px) {
    body.home .mission-statement p {
        font-size: 20px;
    }
}
@media screen and (max-width: 1000px) and (min-width: 1px) {
    body.home .mission-statement p {
        font-size: 16px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    body.home .mission-statement p {
        font-size: 14px;
        margin: 0 auto;
    }
}
body.home #footer-widgets .row:not(.footer-links) {
    display: none;
}

body.page-our-work .container-wrap {
    background-color: #a3a3a3;
}
body.page-our-work .portfolio-items .col {
    overflow: hidden;
    background-color: #a3a3a3;
}
body.page-our-work .portfolio-items .col[data-default-color="true"] .bottom-meta {
    background-color: #404455 !important;
}
body.page-our-work .custom-thumbnail {
    top: 0 !important;
}
body.page-our-work .bottom-meta {
    display: none;
}
body.page-our-work .work-item_lightbox-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
body.page-our-work .work-item_lightbox-link:after {
    content: "";
    display: block;
    opacity: 0.01;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
    transition: 0.25s;
}
body.page-our-work .work-item_lightbox-link:hover:after {
    opacity: 0.99;
    transition: 0.25s;
}
body.page-our-work .portfolio-extra {
    display: none;
}
body.page-our-work #fancybox-close {
    background-image: url(/wp-content/themes/salient-child/images/close.png) !important;
    background-position: center center !important;
    width: 24px !important;
    height: 24px !important;
    top: 0 !important;
    right: 12px !important;
}
body.page-our-work #fancybox-outer {
    background-color: transparent !important;
}
body.page-our-work #fancybox-content {
    border-width: 0 !important;
    background-color: transparent !important;
    margin: 0 auto !important;
}
body.page-our-work .fancybox-bg {
    display: none !important;
}
body.page-our-work .sd2-frame {
    box-shadow: none !important;
    border-radius: 0 !important;
}
body.page-our-work [class^="sd-lens-shadow"] {
    display: none !important;
}
body.page-our-work .lens-tool-kit .slidedeck dd {
    background-color: #404455;
}
body.page-our-work .sd-wrapper {
    box-shadow: none !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: 0 !important;
    margin-top: 12px !important;
}
body.page-our-work .slidedeck {
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 auto !important;
}
body.page-our-work .sd2-node-caption {
    padding: 0 !important;
    background-color: transparent !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    bottom: auto !important;
    font-family: helvetica, arial, sans-serif !important;
}
body.page-our-work .sd2-slide-title,
body.page-our-work .sd2-slide-text {
    width: 545px !important;
    margin: 0 auto !important;
}
body.page-our-work .sd2-slide-title {
    color: #fff !important;
    margin-bottom: 1em !important;
    font-size: 25px !important;
}
body.page-our-work .sd2-slide-text {
    font-size: 15px !important;
    line-height: 1.7 !important;
}
body.page-our-work .sd2-slide-text p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
body.page-our-work .sd2-slide-text a {
    color: #fff !important;
    text-decoration: underline !important;
}
body.page-our-work .deck-navigation.horizontal {
    opacity: 1 !important;
    margin: 0 !important;
    margin-top: -30px !important;
    padding: 0 !important;
    background-image: url(/wp-content/themes/salient-child/images/arrows.png) !important;
    width: 51px !important;
    height: 60px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
body.page-our-work .deck-navigation.horizontal span {
    display: none !important;
}
body.page-our-work .deck-navigation.horizontal:active,
body.page-our-work .deck-navigation.horizontal:focus {
    background-color: transparent !important;
}
body.page-our-work .deck-navigation.horizontal.prev {
    background-position: left center !important;
    left: 12px !important;
}
body.page-our-work .deck-navigation.horizontal.next {
    background-position: right center !important;
    right: 12px !important;
}
body.page-our-work .play-video-button {
    margin-top: -46px !important;
}
body.page-our-work .play-video-button:active,
body.page-our-work .play-video-button:hover {
    background-position: 0 0 !important;
}
body.page-our-work .slide-type-video .cover {
    display: none !important;
}
body.page-our-work .sd-nav-wrapper {
    display: none !important;
}
@media only screen and (max-width: 900px) {
    body.page-our-work .work-gallery,
    body.page-our-work .work-item_lightbox-link {
        display: none !important;
    }
}

body.page-donate .container-wrap {
    margin-top: 0;
    padding: 0;
    background: url("images/donate/bg.jpg") no-repeat center center;
    background-size: cover;
}
body.page-donate .main-content {
    padding: 84px 0 52px 0;
}
@media screen and (max-width: 700px) {
    body.page-donate .main-content {
        max-width: none !important;
        padding: 84px 30px 52px 30px;
    }
}
body.page-donate .donations-row {
    margin: 0 auto;
    width: 500px;
}
@media screen and (max-width: 700px) {
    body.page-donate .donations-row {
        width: 100%;
    }
}
body.page-donate h1 {
    position: relative;
    text-align: center;
    font-size: 78px !important;
    font-family: "OpenSansBold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
}
@media screen and (max-width: 700px) {
    body.page-donate h1 {
        font-size: 38px !important;
    }
}
body.page-donate h2 {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 58px !important;
    font-family: "OpenSansBold", sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    line-height: 1;
}
@media screen and (max-width: 700px) {
    body.page-donate h2 {
        font-size: 28px !important;
    }
}
body.page-donate #amznCharityBanner iframe {
    margin: 0 auto;
}
body.page-donate .subtitle {
    padding: 0;
    margin-top: 43px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: "OpenSansSemiBold", sans-serif;
    font-weight: 600;
    line-height: initial;
    color: #bdbdbd;
}
body.page-donate form {
    margin-top: 62px;
}
body.page-donate .input-ctn {
    position: relative;
}
body.page-donate .input-ctn:before {
    content: "$";
    position: absolute;
    left: 16px;
    bottom: 24px;
    z-index: 10;
    color: #fff;
    font-size: 25px;
}
body.page-donate .input-ctn:after {
    content: "USD";
    position: absolute;
    right: 11px;
    bottom: 23px;
    z-index: 10;
    color: #fff;
    font-size: 26px;
}
body.page-donate input[type="text"] {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    height: 85px;
    padding: 0 68px 0 40px !important;
    background: rgba(64, 68, 85, 0.34);
    border: none;
    border-radius: 10px;
    box-shadow: none;
    font-family: "OpenSansLight", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 50px;
    line-height: 85px;
    text-align: center;
}
body.page-donate .payment-logo-ctn {
    width: 100%;
    height: 55px;
    text-align: justify;
    margin-top: 16px;
}
body.page-donate .payment-logo-ctn:after {
    content: "";
    width: 100%;
    display: inline-block;
}
body.page-donate .payment-logo {
    width: 471px;
    max-width: 100%;
    height: 28px;
    margin: 0 auto;
    background: url("images/donate/payment-logos.png") no-repeat;
    background-size: 100% auto;
    font: 0/0 a;
    color: transparent !important;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
body.page-donate input[type="submit"] {
    display: block;
    width: 197px;
    height: 65px;
    padding: 0;
    margin: 37px auto 0 auto;
    background: #404455;
    border-radius: 10px;
    line-height: 65px;
    text-transform: uppercase;
    color: #fff;
    font-size: 27px;
    text-align: center;
    font-family: "OpenSansSemiBold", sans-serif;
    font-weight: 600;
}
body.page-donate input[type="submit"]:hover {
    background-color: #404455 !important;
}

body.page-thank-you .container-wrap {
    margin-top: 0;
    padding: 130px 0;
    background: url("images/donate/bg-thank-you.jpg") no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 1000px) and (min-width: 1px) {
    body.page-thank-you .container-wrap {
        padding: 65px 0;
    }
}
@media screen and (max-width: 480px) {
    body.page-thank-you .container-wrap {
        padding: 30px 0;
    }
}
body.page-thank-you .main-content {
    height: 100%;
}
body.page-thank-you h1 {
    margin: 0;
    font-family: "OpenSansLight", sans-serif;
    font-weight: 300;
    font-size: 74px;
    color: #fff;
    text-align: center;
    line-height: 1.1 !important;
    word-spacing: 5px;
}
@media screen and (max-width: 1000px) and (min-width: 1px) {
    body.page-thank-you h1 {
        font-size: 48px !important;
    }
}
@media only screen and (max-width: 690px) {
    body.page-thank-you h1 {
        font-size: 24px !important;
    }
}
body.page-thank-you h1 b {
    font-family: "OpenSansBold", sans-serif;
    font-weight: 700;
}
body.page-thank-you p {
    color: #fff;
    font-family: "OpenSansLight", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.6;
    margin: 2em 0 0 0;
}
@media screen and (max-width: 1000px) and (min-width: 1px) {
    body.page-thank-you p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 690px) {
    body.page-thank-you p {
        font-size: 14px;
    }
}
body.page-thank-you p span {
    display: block;
    float: right;
    margin-top: 1em;
    margin-right: 1em;
}
body.page-thank-you .type-ctn {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 60px;
    overflow: hidden;
}
@media screen and (max-width: 1000px) and (min-width: 1px) {
    body.page-thank-you .type-ctn {
        padding: 30px;
    }
}
body {
    -webkit-font-smoothing: antialiased;
}

.sf-menu .current-menu-item {
    color: #ffffff;
    text-decoration: underline;
}

#portfolio-filters-inline #current-category {
    display: none;
}

#portfolio-filters-inline .container > ul {
    float: left;
    max-width: 100%;
}

body #portfolio-filters-inline {
    margin-top: 0px;
    z-index: 100;
    height: auto !important;
    padding-top: 19px !important;
    padding-bottom: 19px !important;
    background-color: #93959f;
    margin-bottom: 0px;
    -webkit-backface-visibility: hidden;
}

#portfolio-filters-inline .container > ul li#sort-label {
    color: #fff;
    font-weight: bold;
}

#portfolio-filters-inline ul li a {
    color: #fff;
    font-weight: bold;
}

#portfolio-filters-inline ul li a:hover {
    color: #fff;
    font-weight: bold;
}

#portfolio-filters-inline .container ul li a.active {
    text-decoration: underline !important;
}

#page-header-bg > .container {
    max-width: none;
    padding: 0;
}

#page-header-bg > .container > .row {
    margin-left: 0;
}

#page-header-bg .span_6 {
    width: 2550px;
    background: rgba(39, 39, 44, 0.8);
    height: 110px;
    margin-top: 175px;
}

#page-header-bg h1 span {
    color: #8b70a7;
}

#page-header-bg h1 {
    font-family: "OpenSansSemibold";
    font-size: 44px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 8px;
    padding-top: 15px;
    padding-left: 70px;
    display: block;
    color: #fff !important;
    z-index: 101;
}

#page-header-bg .subheader {
    font-size: 16px;
    line-height: 16px;
    color: #fff !important;
    font-family: "OpenSans" !important;
    font-weight: 600;
    padding-left: 70px;
}

.row,
div.clear {
    padding-bottom: 0px;
}

.container-wrap,
.project-title {
    padding-bottom: 0px;
}

body[data-bg-header="true"] .container-wrap {
    padding-bottom: 0px;
}

.vc_row-fluid [class*="vc_span"] {
    min-height: 0px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#footer-outer #footer-widgets .container .row:first-child {
    display: none;
}

#portfolio {
    background-color: #404455;
}

.page-our-work #footer-outer {
    margin-top: 10px;
}
