.navbar .navbar-nav > li > a {
    padding: 25px 18px !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 150ms ease-in;
    text-transform: uppercase;
    line-height: 1;
    color: #00833f !important;
    position: relative;
}
.navbar.solid .navbar-nav > li > a:hover {
        box-shadow: 0 2px 0 #00833f;
}
.navbar .navbar-nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li.current-menu-parent > a {
    background: none;
    color: #00833f !important;
}
/* .navbar .navbar-nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li.current-menu-parent > a{
    color: #00833f;
} */
.navbar.default{
   background: #fff;

}
.navbar .navbar-brand {
    margin: 13px 0px !important;
}
.navbar .navbar-nav > li {
    margin:0 !important;
}
.navbar .navbar-nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar.fixed .nav > li > a:hover,
.navbar .nav > li.current-menu-parent > a {
    /* background: #00833f; */
    /* color: #00833f !important; */
}
.navbar.fixed .navbar-brand {
    margin: 13px 0px !important;
}

/* Simple CSS Fade-In Animation */
@-webkit-keyframes fade-in {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes fade-in {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes fade-in {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fade-in {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/* Simple CSS Fade-Out Animation */
@-webkit-keyframes fade-out {
    0%   { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes fade-out {
    0%   { opacity: 1; }
    100% { opacity: 0; }
}
@-o-keyframes fade-out {
    0%   { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes fade-out {
    0%   { opacity: 1; }
    100% { opacity: 0; }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Animate for Nav Hover */
@-webkit-keyframes navHover {
    0%   { height: 0; opacity: 0; }
    100% { height: 100%; opacity: 1; }
}
@-moz-keyframes navHover {
    0%   { height: 0; opacity: 0; }
    100% { height: 100%; opacity: 1; }
}
@-o-keyframes navHover {
    0%   { height: 0; opacity: 0; }
    100% { height: 100%; opacity: 1; }
}
@keyframes navHover {
    0%   { height: 0; opacity: 0; }
    100% { height: 100%; opacity: 1; }
}

/* overwrite animations to increase duration and add animation delay */
/*.home .wpb_start_animation.wpb_top-to-bottom {
    -webkit-animation: wpb_ttb 3s 0.5s 1 cubic-bezier(.175,.885,.32,1.275) forwards;
    -o-animation: wpb_ttb 3s 0.5s 1 cubic-bezier(.175,.885,.32,1.275) forwards;
    animation: wpb_ttb 3s 0.5s 1 cubic-bezier(.175,.885,.32,1.275) forwards;
    opacity: 0;
}*/
.home .wpb_start_animation.wpb_right-to-left {
    -webkit-animation: wpb_rtl 0.5s 0.25s 1 cubic-bezier(.175,.885,.32,1.275) forwards;
    -o-animation: wpb_rtl 0.5s 0.25s 1 cubic-bezier(.175,.885,.32,1.275) forwards;
    animation: wpb_rtl 0.5s 0.25s 1 cubic-bezier(.175,.885,.32,1.275) forwards;
    opacity: 0;
}
/*.home .vc_row .wpb_start_animation.wpb_top-to-bottom {
    -webkit-animation: wpb_ttb 2s 1s 1 cubic-bezier(0.175,.885,.32,1.275) forwards;
    -moz-animation: wpb_ttb 2s 1s 1 cubic-bezier(0.175,.885,.32,1.275) forwards;
    -o-animation: wpb_ttb 2s 1s 1 cubic-bezier(0.175,.885,.32,1.275) forwards;
    animation: wpb_ttb 2s 1s 1 cubic-bezier(0.175,.885,.32,1.275) forwards;
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}*/

/* make fixed bg image stretch the entire browser width */
body.custom-background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* remove bg color on row elements to allow fixed bg image to be visible */
.home .vc_row.light-wrapper {
    background: none;
}

/* adjust .offset element so that fixed bg image doesn't show through on subpages */
.page .offset {
    padding-top: 60px;
}
#slide-5-layer-2 {
    font-weight: 400 !important;
}

/* add downward scroll indicator to bottom of Revolution Slider */
.revslider-initialised ul:after {
    content: '\e044';
    display: inline-block;
    margin-left: -22px;
    font-family: 'budicon';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    bottom: 30px;
    z-index: 99;
    left: 50%;
    color: white;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background: rgba(0,0,0,0.5);
    padding: 28px 8px;
    border-radius: 4px;
    -webkit-animation: fade-in 1s 3s ease-out both; /* Safari 4+ */
    -moz-animation: fade-in 1s 3s ease-out both; /* Fx 5+ */
    -o-animation: fade-in 1s 3s ease-out both; /* Opera 12+ */
    animation: fade-in 1s 3s ease-out both; /* IE 10+ */
}

/* styles for Revolution Slider pager nav bullets and arrow */
.wpb_revslider_element .tp-bullets {
    bottom: 18px !important;
}
.tp-bullets.simplebullets.round .bullet {
    background: rgba(220,220,220,0.8);
}
.tp-leftarrow.default, .tp-rightarrow.default {
    background: rgba(0,0,0,0.5);
}

/* add fade-in animation to navbar 
.navbar.animated {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
*/
/* custom animation for nav-items (.hover-bg element was created in dyoung/js/dgy_scripts.js) */
.hover-bg {
    position: absolute;
    width: 100%;
    height: 0;
    background: #00833f;
    top: 0;
    z-index: -1;
    -webkit-animation: fade-out .25s ease; /* Safari 4+ */
    -moz-animation: fade-out .25s ease; /* Fx 5+ */
    -o-animation: fade-out .25s ease; /* Opera 12+ */
    animation: fade-out .25s ease; /* IE 10+ */
}
.navbar .nav > li:hover .hover-bg {
    -webkit-animation: navHover .3s ease; /* Safari 4+ */
    -moz-animation: navHover .3s ease; /* Fx 5+ */
    -o-animation: navHover .3s ease; /* Opera 12+ */
    animation: navHover .3s ease; /* IE 10+ */
}

/* hide icons above counters so that we can use custom icons */
#dgy-icon-counters h2 {
    margin-bottom: 8px;
}

/* style counter elements */
#dgy-icon-counters .ts-counter-icon {
    display: block;
}
#dgy-icon-counters .ts-counter-value {
    float: left;
    margin-right: 10px;
    line-height: 1;
}
.ts-counter-note {
    text-align: left;
    line-height: 1.2;
}

.white-wrapper {
    border-bottom: 0px solid rgba(0,0,0,0.1);
}
.navbar img {
    max-width: 261px !important;
}
@media screen and (max-width: 320px) {
    [class*="col-"] ~ .col-md-12 {
        position: initial !important;
    }
  .heroHead > .vc_column-inner {
        background-position: 0 75% !important;
    }
  #dgy-icon-counters {
    padding-bottom: 25px !important;
}
}
@media screen and (max-width: 991px){
    .navbar .btn.responsive-menu {
        margin: 14px 0 0 0;
        float: right;
    }
  .heroHead > .vc_column-inner {
        background-position: 0 75% !important;
    }
}
@media screen and (max-width: 380px){
    .navbar .navbar-brand {
        max-width: 230px;
    }
        .navbar img {
            max-width: 230px !important;
        }
  .heroHead > .vc_column-inner {
        background-position: 0 75% !important;
    }
}
[class*="col-"] {
    margin-bottom: 0 !important;
}
.offset {
    padding-top: 0 !important;
}


/* Blog Page Hover Effects */

/*==== Anchor Covering Image ====*/
.post.box figure.main .text-overlay a {
        z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
/*==== Effect Style ====*/
figure.main .text-overlay {
    background-color: transparent;
}

figure.main {
    background: #00833F;
}
figure.main a,
figure.main img {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}
figure.main img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.main .text-overlay .info,
figure.main .text-overlay .info span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}
figure.main .text-overlay .info span {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}
figure.main:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
}
figure.main:hover .text-overlay .info span {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/* End Goliath Effect */

.white-wrapper .bg-holder { top: 50px !important;}
.white-wrapper ~ .white-wrapper .bg-holder { top: 0px !important;}

.searchform {
    top: 24px;
}
#ebor_keepsake_popular-widget-2.sidebox.widget.widget_ebor_keepsake_popular-widget {
    display: none;
}
.wpb_alert p:last-child, #content .wpb_alert p:last-child, .wpb_text_column p:last-child, .wpb_text_column :last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column:last-child, .wpb_toggle_content p:last-child {
    margin-bottom: 1em !important;
}
.wpb_text_column.wpb_content_element h1 {
   margin: 0 12px;
}

.col-sm-8.show-boxes.col-sm-8.blog-content .blog-posts.text-boxes + .box {
    display: none !important;
}
#resourceVideos {
    padding-bottom: 0;
}
.wpb_wrapper h1 {
    margin-left: 0 !important;
}