/***********************
*FONTS
************************/
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,latin-ext,cyrillic,cyrillic-ext");
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');




/***********************
*WORDPRESS CORE
************************/
#wpmenucartli {
    display: none;
}
newsletter .alignnone {
    margin: 0px;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 15px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 15px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.alignright .wp-caption-text {
    text-align: right;
}

.alignleft .wp-caption-text {
    text-align: left;
}

.attachment-90 {
    width: 90px;
    height: auto;
}

/***********************
*GENERAL
************************/
html {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    height: 100%;
    line-height: 1.2;
    color: #333333;
}

body, div, dl, dt, dd, ul, ol, li, pre, form, p, blockquote, th, td {
    font-size: 16px;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight:normal;
}

p, a, span, ul, li {
    font-family: inherit;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.clear {
    clear: both;
}

.btn_container button.vc_general.vc_btn3:focus,
.btn_container button.vc_general.vc_btn3:active,
.btn_container button.vc_general.vc_btn3:hover,
.btn_container button.vc_general.vc_btn3,
.btn:hover, .btn:active, .btn:focus, .btn {
    background: #a22b3e none repeat scroll 0 0;
    border-color: #a22b3e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    margin-left: 40px;
    min-width: 240px;
    padding: 15px;
}

.btn_container.btn_blue button.vc_general.vc_btn3:focus,
.btn_container.btn_blue button.vc_general.vc_btn3:active,
.btn_container.btn_blue button.vc_general.vc_btn3:hover,
.btn_container.btn_blue button.vc_general.vc_btn3,
.btn.btn_blue {
    background: #1873ba;
    border-color: #1873ba;
}

/***********************
*HEADER
************************/
/*.has_slider #header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}*/
#header {
    /*background: #0a4229;*/
    background: #87bb35;
    /*background: rgb(142, 173, 97);*/
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    z-index: 9;
}

#header #header_text {
    max-height: 30px;
}

#header #header_text img {
    position: absolute;
    z-index: 2;
   /* max-width: 180px;*/
    /*box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);*/
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    margin-top: 15px;
}

#header #search i {
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}

#header #search {
    padding-top: 10px;
    padding-bottom: 10px;
}

#header #search form {
    position: absolute;
    bottom: -65px;
    right: 10px;
    width: 308px;
    z-index: 10;
    background: url(../images/background-search-1.png);
    background-repeat: no-repeat;
    background-size: 308px 89px;
    margin: 0;
    padding: 19px 12px 19px 19px;
    display: none;
}

#header #search form input, #header #search-mobile form input {
    display: inline-block;
}

#header #search form input[type*="text"], #header #search-mobile form input[type*="text"] {
    width: 225px;
    height: 39px;
    margin: 6px 0 0;
}


#header #search form button[type*="submit"] i, #header #search-mobile form button[type*="submit"] i{
    font-size: 18px;
}
#header #search form button[type*="submit"], #header #search-mobile form button[type*="submit"] {
    background: #a22b3e none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    height: 40px;
    margin-left: -5px;
    position: relative;
    top: 1px;
    width: 40px;
}

#header #top_menu_container {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0px;
    margin-top: -1px;

}
a#search-icon {
    margin-top: 0;
}
#header #top_menu_container ul#top_menu {
    /*background: #083521;*/
    background: #588d07;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: right;
    font-size: 14px;
    list-style-type: none;
    margin: 0 70px 0 0;
    padding: 3px 15px;
}

#header #top_menu_container ul#top_menu > li a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    /*padding-bottom: 10px;*/
    padding-right: 15px;
    /*padding-top: 10px;*/
    /*  text-transform: uppercase; */
    font-family: 'Raleway', sans-serif;
}

#header #header_menu_container .top-bar {
    background: transparent;
    /*padding-left: 25px;*/
    margin-bottom: 23px;
}

#header #header_menu_container ul#header_menu {
    /*border-top: 1px solid #015fb5;*/
    list-style-type: none;
    margin: 0px;
    float: right;
    padding-right: 25px;
}

#header #header_menu_container ul#header_menu > li {
    float: left;
}

/*#header #header_menu_container ul#header_menu > li.top-donate-btn {
    position: absolute;
    right: 0;
    top: -20px;
}*/

#header #header_menu_container ul#header_menu > li.top-donate-btn a {
    /*background: #e98300;*/
    background: #046b9d;
    font-weight:600;
    border-radius: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    /*height: 55px;
    line-height: 55px;*/
    color: #fff; 
}
#header #header_menu_container ul#header_menu > li.top-Volunteer-btn a{
    background: #f58020;
    font-weight:600;
}
#header #header_menu_container ul#header_menu > li.top-donate-btn {
    margin-left: 8px;
}
/*#header #header_menu_container ul#header_menu > li + li {
    margin-left: 20px;
}*/
/*#header #header_menu_container ul#header_menu > li {
    margin-left: 20px;
}*/
/*#header #header_menu_container ul#header_menu > li.top-Volunteer-btn {
    margin-left: 15px;
}*/
#header #header_menu_container ul#header_menu > li.active,
#header #header_menu_container ul#header_menu > li:focus,
#header #header_menu_container ul#header_menu > li:hover {
    background: transparent;
    color: #ffffff;
}

#header #header_menu_container ul#header_menu > li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #ffffff;
    padding: 0 6px;
    font-weight:300;
}

.top-bar ul > li.has-dropdown a:after {
    display: none !important;
}

#header #header_menu_container ul#header_menu li.has-dropdown .dropdown li > a {
    background: #ffffff;
    color: #333333;
    font-family: 'Raleway', sans-serif;
}

.top-bar ul > li.has-dropdown .dropdown {
    padding: 0;
    padding-top: 4px;
    background: transparent url(../images/submenu-active1-orange1.png) no-repeat 20px 0px;
}
.top-bar ul > li.has-dropdown .dropdown.sub-sub-menu {
    padding: 0;
    padding-top: 4px;
    background: transparent;
}

.top-bar ul > li.has-dropdown .dropdown li {
    padding: 0;
}

.top-bar ul > li.has-dropdown .dropdown li.sub-menu-item {
    border-top: 2px solid #fbb726;
}
.top-bar ul > li.has-dropdown .dropdown li.sub-sub-menu-item {
    border-left: 2px solid #fbb726;
    border-top: none;
    margin-left: -2px;
}

.top-bar ul > li.has-dropdown .dropdown li.sub-menu-item ~ li.sub-menu-item {
    border: none !important;
}

.top-bar ul > li.has-dropdown .dropdown li:last-child {
    padding-bottom: 0px;
}

.top-bar ul > li.has-dropdown .dropdown li a {
    font-size: 15px !important;
    /*color: #333333 !important;*/
    padding: 10px !important;
}

.top-bar ul > li.has-dropdown .dropdown li a:hover {
    background-color: #eeeeee !important;
}

.top-bar ul > li.has-dropdown .dropdown:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: -5px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #fbb726;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.top-bar ul > li.has-dropdown .dropdown.sub-sub-menu:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: -5px;
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
/***********************
*SOCIAL
************************/
#content-social {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 100;
}

#content-social img {
    float: left;
    clear: both;
}

/***********************
*SING UP
************************/
#newsletter .newsletter_wrapper {
    background-color: #046b9d;
    box-shadow: 3px 3px 5px #eee;
    padding: 15px;
    max-width: 320px;
    position: fixed;
    z-index: 50;
    top: 45%;
    right: 10px;
}

#newsletter .newsletter_wrapper .email-icon {
    float: right;
    cursor: pointer;
}

#newsletter .newsletter_wrapper .close-icon {
    position: absolute;
    right: -7px;
    top: -7px;
    cursor: pointer;
}

#newsletter .newsletter_wrapper .newsletter_container {
    display: none;
}

#newsletter .newsletter_wrapper .newsletter_container h3 {
    font-size: 20px;
    color: #ffffff;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 290px;
}

#newsletter .newsletter_wrapper .newsletter_container form {
    margin: 0;
}

#newsletter .newsletter_wrapper .newsletter_container form input[type="email"] {
    width: 175px;
    height: 40px;
    border-radius: 2px;
    float: left;
    margin-right: 8px;
}

#newsletter .newsletter_wrapper .newsletter_container form input[type="submit"] {
    width: 110px;
    height: 40px;
    border: none;
    background-color: #d5182a;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    float: left;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

#newsletter .newsletter_wrapper .gform_wrapper {
    padding: 0;
    margin: 0;
}

#newsletter .newsletter_wrapper .gfield_label {
    display: none;
}

#newsletter .newsletter_wrapper .gform_body {
    width: 175px;
    float: left;
    padding-right: 8px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 8px;
}

.community_wrapper .gform_wrapper .gform_footer,
.newsletter_container .gform_wrapper .gform_footer {
    clear: none !important;
    float: left;
    margin: 0px !important;
    padding: 0 !important;
}

.gform_wrapper .gform_ajax_spinner {
    display: block;
}

#newsletter .newsletter_wrapper #gform_confirmation_message_1 {
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
}

#gform_confirmation_message_3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

#newsletter .newsletter_wrapper .validation_error {
    display: none !important;
}

.community_wrapper .gform_wrapper li.gfield_error input[type=text] ,
.newsletter_container .gform_wrapper li.gfield_error input[type=text] {
    border: none !important;
}

#newsletter .ginput_container_email, #newsletter .ginput_container_email input {
    margin: 0 !important;
}

#newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0px !important;
    padding: 0px !important;
}

#newsletter .gform_wrapper li.gfield.gfield_error {
    background: none !important;
    border: none !important;
}

#newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    color: #d31515 !important;
    font-size: 13px;
    padding-top: 10px;
    padding-right: 0px;
}

.signup_link {
    cursor: pointer;
}

/***********************
*Footer Community
************************/
#community .community_wrapper {
    background-color: #013d74;
    padding: 25px 30px;
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100%;
}

#community .community_wrapper .gform_heading h3 {
    font-weight: bold;
    font-size: 25px;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
}

#community .community_wrapper form {
    text-align: center;
}

#community .community_wrapper form input[type="text"],
#community .community_wrapper form input[type="email"] {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

#community .community_wrapper form input[type="submit"] {
    width: 100%;
    height: 50px;
    border: none;
    background-color: #a22b3e;
    font-weight: bold;
    font-size: 25px;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

#community .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

#community .community_wrapper .gform_wrapper {
    padding: 0;
    margin: 0;
    float: left;
    max-width: 100%;
}

#community .community_wrapper .gform_wrapper .gform_footer {
    width: 100%;
    margin: 0;
}

#community .community_wrapper .gfield_label {
    display: none;
}

#community .community_wrapper .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
#community .community_wrapper .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
#community .community_wrapper .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
    width: 100%;
    margin: 0;
    padding-right: 0;
}

#community .community_wrapper .gform_body {

}

.gform_wrapper .top_label input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.gform_wrapper .top_label input.medium:not([type="submit"]) {
    height: 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 8px;
}

.gform_wrapper .top_label select.medium,
.gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex select {
    height: 40px;
    margin-right: 8px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    text-align: left;
}

.gform_wrapper .gform_footer {
    float: left;
}

.gform_wrapper .gform_body .top_label .gfield_error {
    width: 100%;
}

.gform_wrapper .top_label .gfield_error,
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper .gform_body li.gfield_html {
    max-width: 100%;
    margin-left: 0;
}

#community .gform_wrapper label.gfield_label + div.ginput_container.ginput_container_email {
    margin-top: 0;
}

#community .newsletter_wrapper .newsletter_container form input[type="email"] {
    margin-top: 0;
}

#community .community_wrapper #gform_confirmation_message_1 {
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
}

#community .community_wrapper .validation_error {
    display: none !important;
}
.community_wrapper .gform_wrapper li.gfield_error input[type=text],
.newsletter_container .gform_wrapper li.gfield_error input[type=text]{
    border: none !important;
}

/*.ginput_container_email, .ginput_container_email input {
    margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0px !important;
}*/

.gform_wrapper li.gfield.gfield_error {
    background: none !important;
    border: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    color: #d31515 !important;
    font-size: 13px;
    padding-top: 5px;
    margin-top: 5px;
}

.signup_link {
    cursor: pointer;
}

/***********************
*SLIDER
************************/
#slider {
    height: 440px;
}

#slider-content {
    margin-bottom: 0;
}

#slider .orbit-caption {
    height: 95px;
    background: rgba(0, 0, 0, 0.4);
    padding: 0;
}

#slider .orbit-caption #title-slider {
    float: left;
}

#slider .orbit-caption #title-slider h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 95px;
    margin: 0;
    color: #ffffff;
    display: inline-block;
    padding-left: 25px;
}

#slider .orbit-caption #description-slider {
    float: right;
}

#slider .orbit-caption #description-slider a {
    display: inline-block;
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
    padding: 15px 45px;
    background-color: #b22d3a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
    margin-right: 25px;
}

/*#TRIM
***********************************Home Slider**********************************
*/
#slider-wrapper {
    background-color: #ffffff;
    position: relative;
    min-height: 100%;
    height: 100%;
}

#slider-wrapper #slick {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
}

#slider-wrapper #slick .slick-list,
#slider-wrapper #slick .slick-track {
    height: 100%;
}

#slider-wrapper .slick-dots {
    bottom: -10px;
}

#slider-wrapper .slick-dots li.slick-active button:before,
#slider-wrapper .slick-dots li button:before {
    display: none;
}

#slider-wrapper .slick-dots li.slick-active button {
    background: #ffffff;
}

#slider-wrapper .slick-dots li.slick-active,
#slider-wrapper .slick-dots li {
    width: 12px;
    height: 12px;
}

#slider-wrapper .slick-dots li.slick-active button,
#slider-wrapper .slick-dots li button {
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 12px;
    height: 12px;
}

#slider-wrapper #slick .next-nav,
#slider-wrapper #slick .prev-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -20px;
    cursor: pointer;
}

#slider-wrapper #slick .next-nav {
    background-image: url("../images/arrow-right.png");
    height: 96px;
    width: 40px;
    right: 0;
}

#slider-wrapper #slick .prev-nav {
    background-image: url("../images/arrow-left.png");
    height: 96px;
    width: 40px;
    left: 0;
}

.slick-slide .img_holder {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 100%;
    position: relative;
    min-height: 100%;
}

#slider-wrapper .slider_content {
    position: absolute;
    bottom: 120px;
    margin: 0 auto;
    text-align: left;
    /* width: 100%; */
    vertical-align: middle;
    /*  left:170px; */
}

#slider-wrapper .slider_content .slider_title {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    margin: 0;
    line-height: 40px;
    font-weight:600;
}

#slider-wrapper .slider_content .title_container .btn_slider {
    /*background: #e98300 none repeat scroll 0 0;*/
    background: #f58020 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-left: 0;
    min-width: 100%;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

#slider-wrapper .slider_content .title_container {
    /*background: #0a4229;*/
    background: #87bb35;
    max-width: 440px;
    margin: 0 auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 26px;

}
#slider-wrapper .slider_content .title_container .slider-sub-text {
    font-size:20px;
    color:#fff;
}




/*
* Display slider text in mobile view only
*/
#slider-wrapper1 .slider_content {  display:none; }
#slider-wrapper1 .slider_content .slider_title {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
}
#slider-wrapper1 .slider_content .title_container .btn_slider {
    /*background: #e98300;*/
    background: #f58020;
    font-size: 24px;
    color: #fff;
    min-width: 100%;
    padding: 10px;
    margin-left: 0;
    -webkit-border-radius: 0px;
    -wmoz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}
#slider-wrapper1 .slider_content .title_container {
    /*background: #0a4229;*/
    background: #87bb35;
    max-width: 440px;
    margin: 0 auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 20px;
}
#slider-wrapper1 .slider_content .title_container .slider-sub-text { font-size: 18px;color:#fff; }


/********************************************Home Slider*********************************/
/***********************
*HOME GENERAL STYLES
************************/
.dotted-title {
    padding: 20px 0px;
    background: url(images/dotted-background.png) repeat-x center left;
    text-align: center;
}

.dotted-title h2 {
    font-weight: bold;
    font-size: 36px;
    color: #1a5643;
    text-align: center;
    margin: 0;
    display: inline-block;
    padding: 0px 33px;
    background-color: #ffffff;
}

/***********************
*MAIN ARTICLES (HOME TEMPLATE)
************************/
#main_articles {
    padding-top: 30px;
    padding-bottom: 18px;
}

#main_articles #main_articles_block img {
    float: left;
}

#main_articles #main_articles_block .six.yellow {
    padding: 0px 16px 0px 0px;
}

#main_articles #main_articles_block .six.blue {
    padding: 0px 0px 0px 16px;
}

#main_articles .main_articles_info.yellow {
    background-color: #3a8499;
}

#main_articles .main_articles_info.blue {
    background-color: #3a8499;
}

#main_articles .main_articles_info {
    padding: 18px 25px 18px 20px;
    float: left;
    max-width: 496px;
}

#main_articles .main_articles_info h5 {
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
    margin: 0;
    padding-bottom: 10px;
}

#main_articles .main_articles_info p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}

#main_articles .main_articles_info p a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    text-decoration: none;
}

#main_articles .main_articles_info p a span {
    text-decoration: underline;
}

/***********************
*NEWS AND EVENTS (HOME TEMPLATE)
************************/
#news_and_events_block {
    padding-bottom: 20px;
}

#news_and_events_block .row {
    width: 1064px;
}

#news_and_events_block .news_and_events_single .news_and_events_info {
    max-width: 315px;
}

#news_and_events_block .news_and_events_single h6 {
    color: #2d2b2b;
    font-weight: bold;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 10px;
}

#news_and_events_block .news_and_events_single p {
    color: #404040;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 16px;
}

#news_and_events_block .news_and_events_single a {
    color: #3a8499;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

#news_and_events_block .news_and_events_single a span {
    text-decoration: underline;
}

/***********************
*DID YOU KNOW (HOME TEMPLATE)
************************/
#did_you_know {
    padding-bottom: 45px;
}

#did_you_know #did_you_know_block h3 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #1d1d1c;
    margin-top: 0;
    margin-bottom: 32px;
}

#did_you_know #did_you_know_block h3 span {
    font-weight: bold;
    font-size: 48px;
    color: #3a8499;
}

#did_you_know #did_you_know_block img {
    display: block;
    margin: 0 auto;
}

/***********************
*FOOTER
************************/
#footer_donation {
    /*border-top: 3px solid #f3f3f3;*/
    padding-top: 30px;
    padding-bottom: 30px;
    /*background: #083521;*/
    background: #588d07;
}

#footer_donation #footer_donation_title .monthly_sub {

}

#footer_donation #footer_donation_title {
    padding-left: 0;
    text-align: left;
    padding-right:0;
}

#footer_donation #footer_donation_title h3 {
    font-size: 29px;
    color: #fff;
    margin: 8px 0;
    line-height: 30px;
    font-weight: 600;
}

#footer_donation .footer_donation_button {
    padding: 0px 10px;
}

#footer_donation .footer_donation_button.emphasis_donation a {
    background: #fbb726;
    color: #fff;
}

#footer_donation .footer_donation_button a {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #f58020;
   /*background-color: #e98300;*/
    text-align: center;
    font-size: 24px;
    font-weight: 500; 
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    -moz-border-radius: 2px;
}

#footer_donation .footer_donation_button a span {
    font-size: 10px;
}

/*#footer_donation .footer_donation_button:first-child a{background-color: #3a8499;}**/

#footer_information {
    /*background: #0a4229;*/
    background: #87bb35;
    padding-bottom: 28px;
    position:relative;
    overflow:hidden;
}

#footer_information #footer_menu {
    text-align: right;
    padding: 62px 0px 18px;
}

#footer_information #footer_menu ul {
    list-style: none;
    display: inline-block;
    margin: 0;
}

#footer_information #footer_menu ul > li {
    float: left;
}

#footer_information #footer_menu ul > li a {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

#footer_information #footer_menu ul > li + li {
    padding-left: 25px;
}

#footer_information #footer_privacy_menu {
    text-align: center;
    padding: 18px 0px;
    border-bottom: 1px solid #204a3c;
}

#footer_information #footer_privacy_menu ul {
    list-style: none;
    display: inline-block;
    margin: 0;
}

#footer_information #footer_privacy_menu ul > li {
    float: left;
    padding: 0px 22px;
    line-height: 1;
}

#footer_information #footer_privacy_menu ul > li a {
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
}

#footer_information #footer_privacy_menu ul > li + li {
    border-left: 1px solid #204a3c;
}

#footer_information #footer_logo {
    float: left;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: rgba(0,0,0,0);
}

#footer_information #footer_contact .footer_left_right {
    float: left;
    width: 80%;
    padding-left: 20px;
}

#footer_information #footer_bottom_wrapper {
    padding-top: 8px;
    color:#fff;
    font-family: 'Raleway', sans-serif;
}

#footer_information #footer_logo img {
    width: 70%;
    float: left;
    margin-bottom: 10px;
}

#footer_information #footer_contact {
    /*border-bottom: 1px solid #013d74;*/
    padding-bottom: 26px;
    padding-left: 0;
    padding-right: 0;
}

#footer_information #footer_contact .footer_left_right #disclaimer_text {
    font-size: 12px;
    font-style: italic;
}

#footer_information #footer_contact .footer_left_right div {
    padding-bottom: 10px;
    clear: both;
    color: #ffffff;
    float: left;
    text-align: left;
}

#footer_information #footer_contact #copyright {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
}

#footer_information #footer_contact ul {
    list-style-position: inside;
    margin: 0;
}

#footer_information #footer_contact ul > li:first-child {
    list-style: none;
}

#footer_information #footer_contact ul > li {
    float: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    padding-right: 10px;
}

#footer_information #footer_contact ul > li + li {
    /*  border-left: 1px solid #ffffff;
      padding-left: 10px;*/
}

#footer_information #footer_contact ul > li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    text-decoration: underline;
}

#footer_information #footer_contact p#working_time {
    clear: both;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}

#footer_information #footer_contact p#disclaimer_text {
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 0;
}

#footer_information #footer_logo_2 img {
    float: right;
    padding-top: 10px;
}

/***********************
*PAGE SECONDARY TEMPLATE
************************/
#content-page {
    /*padding: 40px 0;*/
}

#content-page.has_sidebar_container {
    padding: 0;
}

/***********************
*PAGE SECONDARY TEMPLATE
************************/
#page_title_secondary_wrapper {
    padding: 0;
    /*background-color: #083521;*/
    background-color: #588d07;
    /*background-color: #ddd1bb;*/
}

.page_title_wrapper .header_overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
    z-index: 0;
}

.page_title_wrapper {
    background-color: #2b6451;
    background-size: cover;
    background-position: center 45%;
    background-repeat: no-repeat;
    position: relative;
}

.page_title_wrapper > .row {
    min-height: 215px;
    position: relative;
    z-index: 1;
}
.page-template-template-donation .page_title_wrapper > .row {
    min-height: 250px;
    position: relative;
    z-index: 1;
}

.page_title_wrapper > .row .page_title_container {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70%;
}
/*.page_title_wrapper > .row .page_title_container:before {
        background: url(../images/bg-logo.png) no-repeat;
        background-position: 100% 100%;
        content: " ";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: .2;
        background-size: 28%;
}*/

.page_title_wrapper > .row .page_title_container #page_title_secondary {
    display: table;
    height: 100%;
}

.page_title_wrapper > .row .page_title_container #page_title_secondary h1 {
    font-size: 35px;
    font-weight:600;
    line-height: 1;
    color: #FFF;
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 25px;
    left: 0;
}

#sidebar_secondary ul#parent_sidebar {
    margin-bottom: 15px;
}

#sidebar_secondary ul#parent_sidebar li {
    list-style-type: none;
}

#sidebar_secondary ul#parent_sidebar li a {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    margin-top: 48px;
}

#sidebar_secondary ul#parent_sidebar li a.active {
    color: #3a8499;
}

#sidebar_secondary ul#parent_sidebar li a.no-active {
    color: #0b576d;
}

#sidebar_secondary ul#sons_sidebar li {
    list-style-type: none;
    margin: 20px 0px;
}

#sidebar_secondary ul#sons_sidebar li a {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #3a8499;
}

#sidebar_secondary ul#sons_sidebar li.current_page_item a {
    color: #3a8499;
}

#sidebar_secondary ul#sons_sidebar li ul.children li {
    list-style-type: none;
    margin: 10px 0px;
}

#sidebar_secondary ul#sons_sidebar li ul.children li a {
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    color: #3a8499;
}

#sidebar_secondary ul#sons_sidebar li ul.children li.current_page_item a {
    color: #3a8499;
    font-weight: bold;
}

#sidebar_secondary ul#sons_sidebar li ul.children li.current_page_item ul li a {
    font-weight: normal;
    color: #3a8499;
}

.page-template-template-donation #content-page .has_sidebar {
    padding: 0 0 0 22px;
    border-left: 1px solid #dde1db;
    overflow: hidden;
}
#content-page .has_sidebar {
    padding: 56px 0 0 56px;
    border-left: 1px solid #dde1db;
    overflow: hidden;
}
#content-page .has_sidebar.right_sidebar {
    border-left: 0;
}
#content_secondary {
    padding: 35px 35px 20px;
    border-left: 1px solid #dde1db;
    overflow: hidden;
}

#content_secondary #store-list {
    padding: 10px 0;
}

#content_secondary h2 {
    font-size: 36px;
    font-weight: bold;
    color: #1a5643;
    margin: 16px 0px;
}

/*#content-page p,
#content_secondary p {
    font-size: 16px;
    color: #404040;
    margin-bottom: 22px;
}*/

#content-page .content_area a, #content-page .content_area a:visited,
#content_secondary .content_area a, #content_secondary a:visited {
    font-size: 16px;
    font-weight: bold;
    color: #3a8499;
    text-decoration: underline;
}

#content-page .content_area ul li,
#content_secondary .content_area ul li {
    list-style-type: none;
    position: relative;
}

#content-page .content_area ul li:before,
#content_secondary .content_area ul li:before {
    /*color: #e98300;*/
    color: #f58020;
    content: "\2022";
    font-size: 24px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 6px;
}

#content-page .content_area ul li,
#content_secondary .content_area ul li {
    /*background: url(images/page_ul_li_dot.png) no-repeat 0px 10px;*/
    padding-left: 20px;
    margin: 8px 0px;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    color: #484848;
}

#content-page .content_area ol,
#content_secondary .content_area ol {
    margin-left: 30px;
}

#content-page .content_area ol li,
#content_secondary .content_area ol li {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #484848;
}

/***********************
*POST TEMPLATE
************************/
#post_title {
    background-color: #2b6451;
    padding: 30px 0px;
}

#post_title h1 {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
}

#content-archive {
    /*border-right: 1px solid #e1e1e1;*/
    padding: 30px;
}

#content-team p, #content-team span, #content-team div {
    font-size: 16px;
}

#content-team ul li,
#content-archive ul li {
    list-style-type: none;
    padding-left: 20px;
    margin: 8px 0px;
}

#content-team ul li {
    list-style-type: none;
    position: relative;
}

#content-team ul li:before {
    color: #3a8499;
    content: ".";
    font-size: 50px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: -12px;
}

#content-team ol,
#content-archive ol {
    margin-left: 30px;
}

#content-team ol li,
#content-archive ol li {
    font-size: 16px;
}

#content-team p,
#content-archive p {
    font-size: 16px;
    color: #404040;
    margin-bottom: 10px;
}

#content-archive .preview-post {
    padding-bottom: 15px;
}

#content-team #preview-post img,
#content-archive #preview-post img {
    margin: 10px 0;
}

#content-archive #preview-post #data-post {
    font-size: 12px;
    color: #919191;
    margin-bottom: 20px;
}

#content-team #preview-post h2,
#content-archive #preview-post h2 {
    font-size: 30px;
}

#content-team #preview-post h3,
#content-archive #preview-post h3 {
    font-size: 25px;
}

#sidebar-archive {
    text-align: left;
    padding-top: 40px;
}

#sidebar-archive h1 {
    font-size: 16px;
    font-weight: bold;
}

#sidebar-archive ul li {
    list-style-type: none;
}

#sidebar-archive ul li a {
    color: #3a8499;
    font-size: 14px;
}

/*
* #TRIM
*************************************Team single page css***********************************
*/
#content-team {
    border-left: 1px solid #e1e1e1;
    padding: 30px;
}

.single_team_container .team_back_btn a:hover {
    background: #d0d0d0 none repeat scroll 0 0;
}

.single_team_container .team_back_btn a {
    background: #e0e0e0 none repeat scroll 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #333;
    float: right;
    padding: 10px 15px;
    text-align: right;
}

.single_team_container .team_back_btn {
    float: left;
    padding: 20px 30px;
    width: 100%;
}

.single_team_container .image_container h2 {
    margin-bottom: 5px;
}

.single_team_container .image_container {
    padding-top: 15px;
}

.team_container .team {
    padding-top: 15px;
}

.team_container .team.six:nth-child(2n),
.team_container .team.three:nth-child(4n),
.team_container .team.four:nth-child(3n) {
    clear: right;
}

.team_container .team.six:nth-child(2n+1),
.team_container .team.three:nth-child(4n+1),
.team_container .team.four:nth-child(3n+1) {
    clear: left;
}

.team_container .team.columns:last-child {
    float: left;
}

.team_container .team.six .team_detail {
    width: 50%;
    float: left;
}

.team_container .team.six .image-link img {
    max-width: 100%;
}

.team_container .team.six .image-link {
    width: 50%;
    float: left;
    padding-right: 25px;
}

.team_container .team .display_details h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #014a8e;
    font-size: 20px;
}

.team_container .team.four img,
.team_container .team.three img {
    height: 180px;
    width: auto;
}

.team_container .team.four,
.team_container .team.three {
    text-align: center;
    margin: 0 auto;
}

.team_sec {
    padding-top: 25px;
}

/*************************************Team single page css************************************/

/***********************
*FIND FOOD PAGE STYLES
************************/
#wpsl-wrap {
    overflow: visible !important;
}

.wpsl-search {
    background: none !important;
}

#wpsl-wrap #wpsl-search-wrap {
    float: none;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-input, #wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap {
    display: block;
    float: none;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-input div {
    width: 100%;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-input div label {
    width: 100%;
    font-size: 14px;
    color: #222;
    font-weight: bold;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-input input {
    width: 50% !important;
    height: 49px;
    display: inline-block;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-input input[type*="submit"] {
    width: 147px !important;
    float: none;
    margin: 0 10px;
    background-color: #b22d3a;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-image: none;
    border: none;
    padding: 15px 0;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap #wpsl-radius {
    width: 50%;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap #wpsl-radius label {
    width: 30%;
    font-size: 14px;
    color: #222;
    font-weight: bold;
}

#wpsl-results {
    display: none !important;
}

#wpsl-gmap, #wpsl-result-list {
    width: 100% !important;
}

/*
* #TRIM
*************************************Home page css***********************************
*/
.help_live_server_sec .wpb_single_image .vc_single_image-wrapper {
    position: relative;
}

.help_live_server_sec .vc_column_container {
    padding-bottom: 20px;
}

.help_live_server_sec .wpb_single_image .vc_single_image-wrapper:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #fff #fff transparent;
    border-image: none;
    border-style: solid;
    border-width: 0 0 20px 25px;
    bottom: -1px;
    content: "";
    left: 50%;
    position: absolute;
    right: 0;
}

.help_live_server_sec .wpb_single_image {
    margin-bottom: 5px;
}

.help_live_server_sec h5.vc_custom_heading {
    font-size: 20px;
    color: #014a8e;
}

.help_live_server_sec .vc_btn3-container {
    margin-bottom: 5px;
}

.help_live_server_sec button.vc_general.vc_btn3:focus,
#content-page .help_live_server_sec a.vc_general.vc_btn3:focus,
.help_live_server_sec button.vc_general.vc_btn3:active,
#content-page .help_live_server_sec a.vc_general.vc_btn3:active,
.help_live_server_sec button.vc_general.vc_btn3:hover,
#content-page .help_live_server_sec a.vc_general.vc_btn3:hover,
#content-page .help_live_server_sec a.vc_general.vc_btn3,
.help_live_server_sec button.vc_general.vc_btn3 {
    background: #a22b3e;
    color: #ffffff;
    text-decoration: none;
}

#content-page .help_live_server_sec .wpb_column a.vc_general.vc_btn3,
.help_live_server_sec .wpb_column button.vc_general.vc_btn3 {
    min-width: 100%;
    font-size: 20px;
    border: none;
    font-weight: 700;
}

.help_live_server_sec .wpb_column.first_box {
    padding-left: 20px;
    padding-right: 20px;
}

#content-page .help_live_server_sec .wpb_column.first_box a.vc_general.vc_btn3,
.help_live_server_sec .wpb_column.first_box button.vc_general.vc_btn3 {
    min-width: 250px;
}

.help_live_server_sec .wpb_single_image .vc_single_image-wrapper:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #fff #fff;
    border-image: none;
    border-style: solid;
    border-width: 0 25px 20px 0;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    right: 50%;
}

.vc_parallax.vc_row.vc_row-flex.home_banner .vc_parallax-inner{
    background-position: center bottom;
}
.vc_parallax.vc_row.vc_row-flex.home_banner {
    min-height: 480px;
}

.vc_parallax.vc_row.vc_row-flex.home_banner:after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    display: block !important;
}

.home_banner button.vc_general.vc_btn3:focus,
.home_banner button.vc_general.vc_btn3:active,
.home_banner button.vc_general.vc_btn3:hover,
.home_banner button.vc_general.vc_btn3 {
    padding-left: 50px;
    padding-right: 50px;
}

.home_news_sec .wpb_single_image {
    margin-bottom: 5px;
}

.home_news_sec p.vc_custom_heading {
    line-height: 1.2;
    color: #3333333;
}

#content-page .home_news_sec h6.vc_custom_heading a {
    font-size: 16px;
    color: #014a8e;
    text-decoration: none;
}

.home_news_sec h5.vc_custom_heading {
    font-size: 20px;
    color: #014a8e;
}

.home_section .home_news_sec a {
    text-decoration: none;
}

.home_section .vc_column_container .vc_column-inner {
    padding-top: 10px;
}

.home_section h2.vc_custom_heading {
    margin-bottom: 25px;
}

/***************************************Home page end****************************/

/*#TRIM
************************************widget sidebar css**************************
*/
#sidebar {
    margin-top: 56px;
}

#sidebar .widget ul li.sidebar_nav_heading a,
#sidebar .widget > h5 {
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    margin-top: 0;
    color: #a22b3e;
    font-family:inherit;
}

#sidebar .widget ul li.current-menu-item a {
    color: #8ead61;
}

#sidebar .widget ul a,
#sidebar .widget.widget_nav_menu ul a {
    font-family: 'Raleway', sans-serif;
    /*color: #e98300;*/
    color: #f58020;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
}

#sidebar .widget ul > li ul > li a,
#sidebar .widget.widget_nav_menu ul > li ul > li a {
    font-weight: normal;
}

#sidebar .widget ul li,
#sidebar .widget.widget_nav_menu ul li {
    list-style-type: none;
    margin: 10px 0;
}

#sidebar .widget ul li:first-child,
#sidebar .widget.widget_nav_menu ul li:first-child {
    margin-top: 0;
}
.post_event_container .newsletter {
    margin-bottom: 15px;
}
#sidebar .widget ul a, #sidebar .widget.widget_nav_menu ul > li.current_page_item > a {
    /*color: #083521;*/
    color: #588d07;
}
#header #header_menu_container ul#header_menu li.has-dropdown .dropdown li.current_page_item > a {
    /*color: #083521;*/
    color: #588d07;
}
/*************************************widget sidebar css****************************/

/*#TRIM
**********************************Program page*********************************
*/
.service_sec .wpb_single_image {
    margin-bottom: 0;
    padding-bottom: 15px;
}
/**********************************Program page**********************************/
/*#TRIM
**********************************Contact page*********************************
*/
#content-page .content_area .gform_wrapper ul li, #content_secondary .content_area .gform_wrapper ul li {
    padding-left: 0;
}

#content-page .content_area .gform_wrapper ul li::before, #content_secondary .content_area .gform_wrapper ul li::before {
    display: none;
}

/**********************************Contact page**********************************/
/*#TRIM
**********************************Dream page*********************************
*/
.dreams_right .vc_custom_heading {
    text-align: right !important;
}
/**********************************Dream page**********************************/
/*#TRIM
**********************************Grooming page*********************************
*/
.grooming_hover .vc_column-inner .wpb_single_image,
.grooming_hover .vc_column-inner .wpb_single_image img {
    transition: opacity 0.5s ease-in-out 0s;
    -webkit-transition: opacity 0.5s ease-in-out 0s;
    -moz-transition: opacity 0.5s ease-in-out 0s;
    -o-transition: opacity 0.5s ease-in-out 0s;
    -ms-transition: opacity 0.5s ease-in-out 0s;
}

.grooming_hover .vc_column_container > .vc_column-inner {
    position: relative;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 0;
}

.grooming_hover .vc_column-inner .wpb_single_image .vc_single_image-wrapper,
.grooming_hover .vc_column-inner .wpb_single_image .vc_figure,
.grooming_hover .vc_column-inner .wpb_single_image .vc_figure img {
    width: 100%;
}

.grooming_hover .vc_column-inner .wpb_single_image:first-child {
    display: block;
    left: 0;
    /*opacity: 0;*/
    position: relative;
    top: 0;
    z-index: 1;
}

.grooming_hover .vc_column-inner .wpb_single_image:nth-child(2) {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.grooming_hover .vc_column-inner .wpb_single_image:nth-child(2) img {
    /*opacity: 0;*/
    z-index: 0;
}

.grooming_hover .vc_column-inner .wpb_single_image:first-child:hover img {
    opacity: 0;
    z-index: 0;
}

/*********************************************Grooming**************************/
/*#TRIM
******************************************Search page***************************
*/
#content #search-form input[type = "text"] {
    float: left;
    height: auto;
    padding: 10px;
    width: 80%;
}

#content #search-form button[type = "submit"] i{
    font-size: 18px;
}
#content #search-form button[type = "submit"] {
    margin-left: 10px;
    float: left;
    /*background-color: #0a4229;*/
    background-color: #87bb35;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: none;
    padding: 12px;
    border: none;
    cursor: pointer;
}
.box-archive {
    padding-bottom: 15px;
   /*border-bottom: 1px solid #0a4229;*/
    border-bottom: 1px solid #87bb35;
}
.box-archive a{
    /*color: #0a4229;*/
    color: #87bb35;
}
/********************************Search page******************************/

/*
*#TRIM
********************************For Donate now sidebar***************************
*/
.donate_now_sidebar .wpb_wrapper{
    padding: 0 15px;
}
.donate_now_sidebar .wpb_wrapper h5.vc_custom_heading{
    padding: 20px 20px 10px;
    margin: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.donate_now_sidebar .wpb_wrapper h5.vc_custom_heading.donate_sidebar_heading{
    padding: 20px 25px;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    /*color: #0a4229;*/
    color: #87bb35;
    font-size:18px;
    font-family: 'Raleway', sans-serif;
    font-weight:600;

}

.donate_now_sidebar .wpb_wrapper .wpb_single_image .vc_figure{
    padding: 0;
}
.donate_now_sidebar .wpb_wrapper div.vc_custom_heading{
    padding: 0 20px 20px;
    margin: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
#content-page .donate_now_sidebar .wpb_wrapper .wpb_content_element p{
    font-size: 16px;
    line-height: 1.4;
}
.donate_now_sidebar .wpb_wrapper .wpb_content_element.wpb_text_column {
    border: 1px solid #e6e6e6;
    padding-top: 15px;
    padding-bottom: 15px;
}
.donate_now_sidebar .wpb_wrapper .wpb_single_image{
    margin-bottom: 25px;
}
/**********************************For Donate now sidebar****************************/

/*
*#TRIM
********************************For donation form*******************************
*/
.donate_now_form .gform_wrapper {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
    float: left;
    padding: 0 35px 35px;
}

#content-page .donate_now_form .gform_wrapper .gsection:first-child {
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
#content-page .donate_now_form .gform_wrapper .gsection {
    /*background: #0a4229;*/
    background: #87bb35;
    color: #fff;
    margin: 0 -35px !important;
    padding: 15px 20px;
}
#content-page .donate_now_form .gform_wrapper .gsection h2{
    color: #ffffff;
    /*text-transform: uppercase;*/
    font-weight: 600;
}
#content-page .donate_now_form .gform_wrapper li.gfield.gfield_creditcard_warning{
    border: 0;
}
.donate_now_form .gform_wrapper .top_label select.medium, .donate_now_form .gform_wrapper .ginput_complex .ginput_right select, .donate_now_form .gform_wrapper .ginput_complex select{
    margin-right: auto;
}
#content-page .donate_now_form .gform_wrapper li.form_keep_saving{
    background-color: #fdedc9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px;
}
#content-page .donate_now_form .gform_wrapper li.gfield .ginput_cardinfo_right .ginput_card_security_code{
    display: inline-block;
}
#content-page .donate_now_form .gform_footer input[type="submit"].gform_button{
    /*background: #e98300 none repeat scroll 0 0;*/
    background: #f58020 none repeat scroll 0 0;
    /*border-color: #e98300;*/
    border-color: #f58020;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    min-width: 200px;
    padding: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}
#content-page .donate_now_form .gform_wrapper li.form_keep_saving .gfield_label{
    /*color: #0a4229;*/
    color: #87bb35;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
#content-page .donate_now_form .gform_wrapper .amount_radio .gfield_radio li{
    display: inline-block;
}
#content-page .donate_now_form .gform_wrapper .gform_wrapper div.validation_error{
    border: 0;
}
#content-page .donate_now_form .gform_wrapper .amount_radio .gfield_radio li label{
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    background: #f2f2f2;
    color: #e98300;
    font-size: 24px;
    font-weight: 600;
    margin: 0 10px 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
#content-page .donate_now_form .gform_wrapper .amount_radio ul.gfield_radio li input[type="radio"]:checked + label{
    /*background: #e98300;*/
    background: #f58020;
    color: #ffffff;
}
#content-page .donate_now_form .gform_wrapper .amount_radio .gfield_radio li input[type="radio"]{
    display: none;
}
#content-page .donate_now_form .gform_wrapper .gfield_checkbox li input, #content-page .donate_now_form .gform_wrapper .gfield_checkbox li input[type="checkbox"] {
    margin-top: 2px;
    margin-left: 10px;
}
#content-page .donate_now_form .gform_wrapper .gfield_radio li input[type="radio"]{
    margin-top: 2px;
    margin-left: 2px;
}
/*********************************For donation form********************************/



#top_menu li
{
    float:left;
}
.block-detail {
    text-align:center;
    margin-bottom: 34px;
}

.section-description {
    font-size:20px;
    font-family: 'Raleway', sans-serif;
    color:#5b5957;
}
.section-heading {
    color: #e98300;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-align: center;
}
.section {
    padding:30px 0;
}

.categories {
    background:#f2f2f2;
    position:relative;
    overflow:hidden;

}
.category-caption {
    position:relative;
}
.category-caption-l {
    position:relative;
}
.category-caption-m {
    position:relative;
}
.category-caption-r {
    position:relative;
}
.category-caption > p {
    font-size:24px;
    background:rgba(10, 66, 41, 0.9);
    text-align:center;
    position:absolute;
    width:100%;
    bottom:0;
    margin-bottom:4px;
    color:#fff;
    font-weight:600;
}
.category-caption-l > p {
    font-size:24px;
    background:rgb(245, 128, 31);
    text-align:center;
    position:absolute;
    width:100%;
    bottom:0;
    margin-bottom:4px;
    color:#fff;
    font-weight:600;
}
.category-caption-m > p {
    font-size:24px;
    background:rgba(211, 17, 37, 1);
    text-align:center;
    position:absolute;
    width:100%;
    bottom:0;
    margin-bottom:4px;
    color:#fff;
    font-weight:600;
}
.category-caption-r > p {
    font-size:24px;
    background:rgba(4, 107, 157, 1);
    text-align:center;
    position:absolute;
    width:100%;
    bottom:0;
    margin-bottom:4px;
    color:#fff;
    font-weight:600;
}
.newsletter img {
    max-width: 145px;
    width: 100%;
    height: auto;
    margin-right: 12px;
    display: inline-block;
    float: left;
}
.newsletter h3 {
    margin:-7px 0 8px;
}
.newsletter h3 a {
    font-size: 22px;
    /*color: #0a4229;*/
    color: #87bb35;
    font-weight: 600;
}

.newsletter p{
    color: #484848;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    margin-left: 157px;
    line-height: 1.4;
}
.newsletter p a{
    /*color:#e98300;*/
     color:#f58020;
    font-weight: bold;
}
.newsletter:nth-child(2n+1) {
    clear: left;
}
#footer_bottom_wrapper p {
    margin-bottom:8px;
}

.sponsored-img-block {
    display: table;
    margin: 10px auto 0;
}
.sponsored-img-block > a {
    display: table-cell;
    vertical-align: middle;
}
.email-block-f {
    background:#9ab571;
    border-radius:5px;
    display:inline-block;
    padding:15px;
    margin-top: 25px;
}
.submit-button {
    background: #a22b3e;
    font-size: 18px;
    color: #fff;
    padding: 8px;
    margin-left: 0;
    -webkit-border-radius: 5px;
    -wmoz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    border:none;
    font-family:inherit;
    cursor:pointer;
}
.submit-button:hover {
    background: #6b0616;
}
.email-block-f form {
    margin:0;
}
.email-block-f .form-control {
    width:auto;
    float:left;
    margin:0 10px 0 0;
}
.email-block-f label.form-control {
    font-size: 22px;
    color: #fff;
    margin-top: 8px;
}
.email-text-box {
    height:40px !important;
}
.form-control.email-text-box {
    min-width: 315px;
}

hr {
    border:1px solid #425322;
}


.expanded section {
    background-color: #fff;
    top:0px !important;
}
.top-bar ul > li:hover:not(.name), .top-bar ul > li.active:not(.name), .top-bar ul > li:focus:not(.name) {
    color: #fff !important;
}
.top-bar ul > li:hover:not(.name) a, .top-bar ul > li.active:not(.name) a, .top-bar ul > li:focus:not(.name) a {
    color: #fff;
}
.wpb_wrapper h2 {
    font-size:32px;
    margin: 0 0 16px;
    color:#e98201;
    font-weight: 600;
}
.wpb_wrapper p {
    font-size:20px;
    font-family: 'Raleway', sans-serif;
    color: #484848;
}
.wpb_wrapper p strong, .wpb_wrapper p b {
    color:#e98201;
}

.post_event_container .section-heading {
    margin-bottom:48px;
}
.prev-nav, .next-nav {
    visibility:collapse;
}

.sponsored-img-block img {
    margin-left:20px;
}
#footer_information #footer_menu ul.footer-sub-manu {
    margin-top:14px;
}
#footer_information #footer_menu ul.footer-sub-manu > li a {
    font-size:16px;
    font-family: 'Raleway', sans-serif;
}
#search-icon i {
    font-size:22px;
}

/*Changes by bhumi*/

#content-page #sidebar .widget > h1 {
    /*color: #0a4229;*/
    color: #87bb35;
    text-transform: uppercase;
}
#sidebar .widget > h1, #sidebar .widget > h5 {
    color: #a22b3e;
    display: block;
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    overflow-wrap: break-word;
    margin-top: 0;
}

#page_title_secondary_wrapper_donate {
    background-color: #fff;
    padding: 0;
}
.page_title_wrapper > .row .page_title_container_donate {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.page_title_wrapper > .row .page_title_container_donate #page_title_secondary_donate h1 {
    bottom: 7px;
    color: #e98301;
    display: block;
    font-size: 40px;
    font-weight: 600;
    left: 20px;
    line-height: 1;
    margin: 0;
    position: absolute;
    text-transform: none;
    vertical-align: bottom;
}
.donate_now_form {
    margin-bottom: 40px;
    margin-right: auto !important;
}
.single-post .page_title_wrapper > .row .page_title_container #page_title_secondary h1{
    font-size: 36px;
}
.footer_address li {
    list-style-type: none;
}
#working_time > ul {
    display: inline-block;
}
#working_time li {
    float: left;
    list-style-type: none;
}
#working_time li a{
    color: #F6EACD;
    text-decoration: underline;
}
.email_footer::before {
    content: "| ";
    color: #425322;
    padding-right: 15px;
}
.email_footer {
    padding: 0px 10px 0px 20px;
}
.monthly_sub {
    font-weight: bold;
}

/*a.read_more_button { background: #e98300;padding: 10px 15px 10px 15px;color: #fff;}*/
a.read_more_button { background: #f58020;padding: 10px 15px 10px 15px;color: #fff;}
.pagination_blog {margin-top: 20px;}
/*.pagination_blog ul { display:table; margin:0 auto; }*/
.pagination_blog ul li { display:inline-block; margin-bottom: 30px;}
.pagination_blog ul li a { border: 1px solid #e9e9e9; color:#7e99aa; padding:7px 15px; }
/*.pagination_blog { float:left; width:100%; }*/
/*.pagination_blog ul li a.active, .pagination_blog ul li a:hover { background:#0a4229; border-color:#083521; color:#fff; }*/
.pagination_blog ul li a.active, .pagination_blog ul li a:hover { background:#87bb35; border-color:#588d07; color:#fff; }
/*div#gform_confirmation_message_2 {    margin-top: 40px;color: #0a4229;font-size: 26px;}*/
div#gform_confirmation_message_2 {    margin-top: 40px;color: #87bb35;font-size: 26px;}
.readmore_home_post {  display: block;cursor: pointer;}
.footer_donation_button.emphasis_donation { padding: 0px 5px;}
li#field_2_22 label { display: none;}

#content-page .post_featured_img{
    margin-bottom:32px;
}
li#field_2_23 label {
    font-weight: normal;
}

#field_2_31.gfield_error,
#field_2_37.gfield_error {
    padding:0;
}
#field_2_31.gfield_error .ginput_container,
#field_2_37.gfield_error .ginput_container {
    margin-top: 8px;
}
#field_2_31.gfield_error label.gfield_label,
#field_2_37.gfield_error label.gfield_label {
    margin-top: 4px !important;
}

#content-page .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, 
#content-page .gform_wrapper .field_sublabel_above div.ginput_container[class*="gfield_time_"] label {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
#content-page .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration, 
#content-page .gform_wrapper  ul.gform_fields li.gfield select, 
#content-page .gform_wrapper select option,
#content-page .gform_wrapper .top_label .gfield_label,
#content-page .gform_wrapper .honor_memory ul.gfield_checkbox li label {
    font-family: 'Raleway', sans-serif;
}
#content-page .gform_wrapper .honor_memory ul.gfield_radio li label {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.page-template-template-donation .gform_wrapper {
    margin: 0;
}
.frontcontent {
    font-size:20px;
    font-family: 'Raleway', sans-serif;
    line-height:1.5;
}

#content-page .gform_wrapper .gfield_error .gfield_label {
    color: #4d4d4d;
}
#content-page .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {
    color: #4d4d4d;
}
img.size-full.alignleft {
    float: left;
    margin: 19px 20px 15px 0;
}
.gform_wrapper .form_keep_saving ul.gfield_checkbox li label {
    font-size: 20px;
    padding: 0 0 0 10px;
    font-family: 'Raleway', sans-serif;
}
.gform_wrapper .form_keep_saving input[type=checkbox] {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 10px;
}
#gform_submit_button_4 {
    /*background: #e98300 none repeat scroll 0 0;*/
    background: #f58020 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;    
    border:none;
    height: 40px;
    font-weight: 500;
    height: 40px;
}
div#gform_confirmation_wrapper_4 {
    min-height: 200px;
}
#content-page .gform_wrapper .gform_footer {
    padding: 0px 0 10px;
}


.page-template-template-donation #footer_donation {
    display: none;
}

.main-menu-item.hide-for-small.hide-for-medium {
    margin-left: 10px !important;
}
.post_featured_img img.attachment-post-thumbnail {
    min-width:100%;
}
/*#content-page .content_area ul li:first-child {
    margin:25px 0 0;
}*/
/*#content-page .content_area ul {
    margin:25px 0 0;
}*/
.page-template-template-donation #content-page.has_sidebar_container {
    padding: 16px 0 0;
}
/*.page-template-template-donation #content-page .content_area ul li:first-child {
    margin:8px 0;
}*/
.page-template-template-donation #content-page .content_area ul {
    margin:8px 0;
}
.textwidget #healthy_receipe{
    font-family: 'Raleway', sans-serif;
   /* color: #083521;*/
    color: #588d07;
}