/***********************
*RKDAD CUSTOM ADDITIONS TO CSS
************************/

/***********************
*FONTS test
************************/
@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=Voltaire');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');


/***********************
*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: 'Voltaire', sans-serif;
    background: #ffffff;
    height: 100%;
    line-height: 1.2;
    color: #333333;
    font-weight: normal;
}

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: 'Voltaire', sans-serif;
    font-weight: normal;
}

p, a, span, ul, li {
    font-family: inherit;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #484848;
    font-family : Arial;
    font-size:16px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #484848;
    opacity:  1;
    font-family : Arial;
    font-size:16px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #484848;
    opacity:  1;
    font-family : Arial;
    font-size:16px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #484848;
    font-family : Arial;
    font-size:16px;
}
.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: #c6495c none repeat scroll 0 0;
    border-color: #c6495c;
    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: 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: 190px;
    padding: 10px;
    background-color: white;
    -webkit-box-shadow: 0 0 5px #bbb;
    box-shadow: 0 0 5px #bbb;
}

#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: -84px;
    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;
    padding:5px 12px;
}

#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: #c6495c;
    width: 40px;
    height: 39px;
    border: 0;
    color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    cursor: pointer;
    left: 0px;
    position: relative;
    top: 1px;
    width: 40px;
}

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

#header #top_menu_container ul#top_menu {
    background: #829f59 none repeat scroll 0 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: right;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 6px 15px;
}

#header #top_menu_container ul#top_menu > li a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    /*padding-bottom: 10px;*/
    margin-left: 10px;
    margin-right: 14px;
    /*padding-top: 10px;*/
    /*  text-transform: uppercase; */
    font-family: Arial;
}

#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: left;
    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: #c6495c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    /*height: 55px;
line-height: 55px;*/
    color: #fff;
}

#header #header_menu_container ul#header_menu > li + li {
    margin-left: 25px;
}

#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: 'Voltaire', sans-serif;
    /*font-size: 26px;*/
    font-size: 24px;
    color: #ffffff;
    padding: 0;
    font-weight: normal;
}
#header #header_menu_container ul#header_menu > li a.main-menu-link {
    text-transform: uppercase;
}
.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: Arial;
}

.top-bar ul > li.has-dropdown .dropdown {
    padding: 0;
    background: transparent url(../images/submenu-active1.png) no-repeat 86px 0px;
    min-width: 190px;
    left: -40px;

}

.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 #c6495c;
}

.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 20px !important;
}

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

.top-bar ul > li.has-dropdown .dropdown:after {
    content: '';
    display: block;
    position: absolute;
    left: 86px;
    top: -10px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #c6495c;
    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: rgba(130, 159, 89, 0.95);
    -webkit-box-shadow: 3px 3px 5px #eee;
            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-weight: normal;
    font-size: 22px;
    color: #ffffff;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    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: 105px;
    height: 40px;
    border: none;
    background-color: #c6495c;
    font-weight: normal;
    font-size: 20px;
    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;
    text-transform: uppercase;
}

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

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

#newsletter .newsletter_wrapper .gform_body {
    width: 305px;
    /*float: left;*/
    /*padding-right: 8px;*/
}
/*Overwrite by bhumi*/
.newsletter_container .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
}
.post_event_container .section-heading {
    font-size:48px;
    color:#c6495c;
    text-align:center;
    margin:0 0 20px 0;
    text-transform: uppercase;
}

.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;
}

.newsletter_container .gform_wrapper .gform_footer {
    clear: none !important;
    float: left;
    /*margin: 0px !important;*/
    padding: 0 !important;
    width: auto;
}

.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;
}

#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;
}

.signup_link {
    cursor: pointer;
}

/***********************
*Gravity form required field
 error message
************************/
#content-page .gform_wrapper .gfield_error .gfield_label {
    color: #4d4d4d;
}
#content-page .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
#content-page .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, #content-page .gform_wrapper li.gfield_error ul.gfield_checkbox, #content-page .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #4d4d4d;
}
#content-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, #content-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 5px;
}
#content-page .gform_wrapper li.gfield.gfield_error, #content-page .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-top: 0;
}

/************************
*Gravity form
**************************/

.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;
}

.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;
}

.signup_link {
    cursor: pointer;
}

form#gform_4 {
    width: fit-content;
    text-align: center;
}
li#field_4_1{
    padding-left: 0;
    width: 103%;
}

/***********************
*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%;
}

body #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:0; */
}

#slider-wrapper .slider_content .slider_title {
    font-size: 48px;
    color: #c6495c;
    display: inline-block;
    margin: 0;
    line-height: 60px;
}

#slider-wrapper .slider_content .title_container .btn_slider {
    background: #c6495c;
    font-size: 32px;
    color: #fff;
    min-width: 100%;
    padding: 10px;
    margin-left: 0;
    -wmoz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
}

#slider-wrapper .slider_content .title_container {
   /* background: #ddd1bb; 8?
    max-width: 440px;
    /*   margin: 0 auto; */
    border-radius: 0;
    padding: 20px;

}
#slider-wrapper .slider_content .title_container .slider-sub-text {
    font-size:28px;
    font-family:Arial;
    color:#5b5957;
    max-width:300px;
}

/********************************************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: #829f59;
}
#footer_donation #footer_donation_title {
    padding-left: 0;
    text-align: left;
    padding-right: 0;
}

#footer_donation #footer_donation_title h3 {
    font-size: 38px;
    color: #fff;
    margin: 0;
    line-height: 48px;
    text-transform: uppercase;
}

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

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

#footer_donation .footer_donation_button a {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    text-align: center;
    font-size: 25px;
    /* font-weight: bold; */
    border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #c6495c;
    -moz-border-radius: 6px;
}

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

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

#footer_information {
    background-color: #8ead61;
    padding-bottom: 28px;
    position:relative;
    overflow:hidden;
}

#footer_information #footer_menu {
    /*text-align: center;*/
    padding: 35px 0px 18px;
}

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

#footer_information #footer_menu ul > li {
    display: inline-block;
    float: left;
}

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

#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;
    min-width: 210px;
    background: #ffffff;
    padding-top: 10px;
}

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

#footer_information #footer_bottom_wrapper {
    padding-top: 8px;
    color:#fff;
    font-family:Arial;
    position: relative;
	font-weight:bold;
}

li.email_footer a {
    color: white !important;
}

#footer_information #footer_logo img {
    width: 90%;
}

#footer_information #footer_contact {
    /*border-bottom: 1px solid #013d74;*/
    padding-bottom: 30px;
    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 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;
}

#copyright > p {
    margin-bottom: 0 !important;
}
#footer_bottom_wrapper > div > div.footer_address > ul {
    margin-bottom: 0 !important;
}
#footer_bottom_wrapper li {
    margin-bottom: 0px !important;
}

/***********************
*PAGE SECONDARY TEMPLATE
************************/
#content-page.has_sidebar_container {
    padding: 0;
}

/***********************
*PAGE SECONDARY TEMPLATE
************************/
#page_title_secondary_wrapper {
    padding: 0;
    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;*/
    min-height: 190px;
    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 h1 {
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    color: #c6495c;
    margin: 0;
    display: block;
    vertical-align: bottom;
    position: absolute;
    bottom: 24px;
    text-transform: uppercase;
    left: 0;
    font-weight: normal;
}

#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;
}

#content-page .has_sidebar {
   /* padding: 56px 20px 0 56px; */
    padding: 16px 20px 0 16px;
    border-left: 1px solid #dde1db;
    overflow: hidden;
}
.page-template-template-donation #content-page .has_sidebar {
    padding: 0 0 30px 22px;
    border-left: 1px solid #dde1db;
    overflow: hidden;
}
#content-page .has_sidebar.right_sidebar {
    /*border-right: 1px solid #dde1db;*/
    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: 18px;
    font-weight: bold;
    color: #c6495c;
    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: #88a361;
    content: "\2022";
    font-size: 25px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 4px;
}

#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;
}

#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;
}
/***********************
*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;
    -o-border-image: none;
       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: #c6495c;
    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;
    -o-border-image: none;
       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 > h1,
#sidebar .widget > h5 {
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    margin-top: 0;
    color: #c6495c;
    font-family: inherit;
}

#content-page #sidebar .widget > h1 {
    color: #8ead61;
    text-transform: uppercase;
}

#sidebar .widget ul a,
#sidebar .widget.widget_nav_menu ul a {
    font-family: Arial;
    color: #a2263e;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
}
#sidebar .widget ul a, #sidebar .widget.widget_nav_menu ul > li.current_page_item > a {
    color: #8ead61;
}
#header #header_menu_container ul#header_menu li.has-dropdown .dropdown li.current_page_item > a {
    color: #8ead61;
}

#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;
}
/*************************************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;
}
div#gform_confirmation_wrapper_4 {
    min-height: 200px;
}
#gform_submit_button_5 {
    background: #c6495c 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;
    font-family: Arial;
}
#content-page .gform_wrapper .gform_body .ginput_container input[type="text"], #content-page .gform_wrapper .gform_body .ginput_container textarea.medium, .gform_confirmation_message {
    font-family: Arial;
}
div#gform_confirmation_wrapper_5 {
    font-family: Arial;
    min-height: 200px;
}
#content-page .gform_wrapper .gform_footer {
    padding: 0px 0 10px;
}


/**********************************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: #8EAD61;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 12px;
    border: none;
    cursor: pointer;
}
.box-archive{
    padding-bottom: 15px;
}
.box-archive a{
    color: #8EAD61;
}
/********************************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 {
    background: #ede4d6 none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    color: #c6495c;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 18px;
    font-family:Arial;
}

.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-family: Arial;
    font-size: 16px;
}
.donate_now_sidebar .wpb_wrapper .wpb_content_element.wpb_text_column {
    border: 1px solid #e6e6e6;
    padding-bottom: 15px;
    padding-top: 15px;
}
.donate_now_sidebar .wpb_wrapper .wpb_single_image{
    margin-bottom: 25px;
}
/**********************************For Donate now sidebar****************************/

/*
*#TRIM
********************************For Normn donation form*******************************
*/
.donate_now_form .gform_wrapper {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 6px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 6px 0 rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 6px 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: #8EAD61;
    color: #fff;
    margin: 0 -35px !important;
    padding: 15px 20px;
}

#content-page .donate_now_form .gform_wrapper .gsection h2 {
    color: #ffffff;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
}
#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: #ede3d7;
    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,
#gform_submit_button_8, #gform_submit_button_9 {
    background: #c6495c none repeat scroll 0 0;
    border-color: #c6495c;
    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: #c6495c;
    font-size: 24px;
    margin: 0;
    font-weight: 400;
}
#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: #c6495c;
    font-size: 24px;
    font-weight: normal;
    margin-right: 10px;
    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: #c6495c;
    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"],
#content-page .donate_now_form .gform_wrapper .gfield_radio li input[type="radio"]{
    margin-top: 2px;
    margin-left: 8px;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}

#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: Arial;
    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 .gfield_label,
#content-page .gform_wrapper .honor_memory ul.gfield_checkbox li label,
#content-page .gform_wrapper .honor_memory label.gfield_label {
    font-family: Arial;
}
#content-page .gform_wrapper .honor_memory ul.gfield_radio li label,
#content-page .gform_wrapper .friend_pet_radio ul.gfield_radio li label {
    font-family: Arial;
    font-size: 16px;
}
li#field_2_22 label {
    display: none;
}
/*********************************For donation form********************************/


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

/*.section-description {
    font-size:18px;
    font-family:Arial;
    color:#5b5957;
}*/
.section-heading {
    margin:0 0 20px 0;
    text-transform: uppercase;
}

.section {
    padding:40px 0;
}

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

}
.category-caption {
    position:relative;
}
.category-caption > p {
    font-size:26px;
    background:rgba(142,173,97,0.9);
    text-align:center;
    position:absolute;
    width:100%;
    bottom:0;
    margin-bottom:3px;
    text-transform: uppercase;
    color:#fff;
}
.newsletter img {
    max-width: 100%; /* Changed from px to % by Jake 1-12-2018*/
    /* Change by niket 27-07-2017 */
    width: 100%;
    height: auto;
    margin-right: 15px;
    display: inline-block;
    float: left;
}
.newsletter h3 {
    margin:0 0 8px;
}
.newsletter h3 a {
    font-size:26px;
    color:#86ad61;
    font-weight:normal;
}

.newsletter p{
    color:#4d4c4d;
    font-size:18px;
    font-family:Arial;
  /* margin-left: 115px; */ /* change by niket 27-07-2017 - and then commented out by Jake 1-12-2018*/
}
.newsletter p a{
    color:#c6495c;
}
.newsletter:nth-child(2n+1) {
    /*clear: left;*/
    /* Change by niket 27-07-2017 */
}
#footer_bottom_wrapper li {
    margin-bottom:8px;
}

/*.sponsored-img-block {
    margin-top:30px;
}*/

.email-block-f {
    background:#9ab571;
    border-radius:5px;
    display:inline-block;
    padding:15px;
    margin-top: 25px;
    position: relative;
    right: 45px;
}
.gform_footer.top_label {
    position: relative;
    left: 35%;
}
.pull-right .gform_wrapper .gform_footer.top_label .gform_button.button {
    background: #c6495c;
    font-size: 18px;
    color: #fff;
    padding: 11px;
    margin-left: 0;
    -wmoz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    border:none;
    font-family:inherit;
    cursor:pointer;
    text-transform: uppercase;
    font-weight:normal;
}
.pull-right .gform_wrapper .gform_footer.top_label .gform_button.button:hover {
    background: #6b0616;
}
.email-block-f form {
    margin:0;
}

.email-block-f label.form-control {
    font-size: 22px;
    color: #fff;
    margin-right: 5px;
    margin-top: 8px;
    width:auto;
}
.email-text-box {
    height:40px !important;
}
.email-block-control{
    text-align: center;
}
.email-block-control .ginput_container_email #input_4_1 {
    min-width: 290px;
    margin-bottom: auto;
    width: 107%;
    position: relative;
    left: -23px;
}

hr {
    border:1px solid #769151;
}
#footer_information:before {
    background: rgba(0, 0, 0, 0) url("../images/bg-logo-lg.png") no-repeat scroll left bottom;
    content: " ";
    height: 100%;
    left: -100px;
    opacity: 0.1;
    position: absolute;
    width: 100%;
}

.categories:before {
    background: url(../images/bg-logo.png) no-repeat;
    background-position: 100% 100%;
    content: " ";
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 100%;
    height: 100%;
    opacity: .2;
}

.expanded section {
    top:0px !important;
    background-color: #fff;
}
.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;
}

.about-block .wpb_wrapper h2 {
    font-size: 32px;
    margin: 32px 0 10px 0;
    color: #c6495c;
}

.about-block .wpb_wrapper p {
    font-size: 18px;
    font-family: Arial;
}

.about-block .wpb_wrapper p strong {
    color: #c6495c;
}
.page-template-template-donation #page_title_secondary_wrapper_donate {
    padding: 26px 0;
    background-color: #fff;
}
.page_title_wrapper > .row .page_title_container_donate {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.page_title_wrapper > .row .page_title_container_donate #page_title_secondary_donate h1 {
    font-size: 48px;
    line-height: 1;
    color: #c6495c;
    margin: 0;
    display: block;
    vertical-align: bottom;
    position: absolute;
    bottom: -8px;
    left: 20px;
    text-transform: uppercase;
    font-weight: normal;
}
.top-bar ul > li.toggle-topbar {
    cursor: pointer;
    height: 45px;
    position: absolute;
    right: 67px;
    top: 0;
    width: 50%;
}

.mob-donate-btn {
    position: absolute;
    top: 19px;
    right: 10px;
    display:none;
}
.mob-donate-btn a{
    background: #c6495c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px 10px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size:20px;
    text-transform: uppercase;
}
/*Changes by bhumi*/
.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;
}
.fax_footer::before {
    content: "| ";
    color:#425322;
    padding: 0 5px;
}
.fax_footer::after {
    content: " |";
    color:#425322;
    padding: 0 5px;
}
.monthly_sub {
    font-weight: bold;
}
.pull-right .gform_wrapper .top_label .gfield_label {
    display: none !important;
}
.email-block-control .gform_wrapper{
    margin : 0px;
    /* float: left; */
}

.ginput_container_email #input_4_1 {
    margin : 0px !important;
}
body .email-block-control .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
    -webkit-margin-end:15px;
    -moz-margin-end:15px;
    margin-right:15px;
}
/*_:-ms-fullscreen, :root .ie11 {
    body .email-block-control .gform_wrapper .top_label div.ginput_container {
        margin-right:0px;
    }
}*/
.email-block-control .gform_wrapper .gform_footer {
    clear: none !important;
    margin: 0px !important;
    padding: 0px !important;
}
body .email-block-control .gform_wrapper ul li.gfield{
    margin-top:0px !important;
}

.email-block-control .gform_wrapper .gform_body {
    width: auto !important;
    /* float: left; */
}
.email-block-control .gform_wrapper .gform_footer{
    width: auto !important;
}
.email-block-control .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
    margin-right: 0px !important;
}
.email-block-f .gform_confirmation_message_4.gforms_confirmation_message {
    float: right;
    margin-top: 13px;
}

#gform_confirmation_message_4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
#slider-wrapper1 .slider_content {
    display:none;
}
#slider-wrapper1 .slider_content {
    bottom: 120px;
    margin: 0 auto;
    text-align: left;
    /* width: 100%; */
    vertical-align: middle;
    left: 170px;
}

#slider-wrapper1 .slider_content .slider_title {
    color: #c6495c;
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}

#slider-wrapper1 .slider_content .title_container .btn_slider {
    background: #c6495c;
    font-size: 32px;
    color: #fff;
    min-width: 100%;
    padding: 10px;
    margin-left: 0;
    -wmoz-border-radius: 5px;
    border-radius: 5px;
    /*font-weight: 700;*/
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

#slider-wrapper1 .slider_content .title_container {
    /* background: #ddd1bb; */
    max-width: 440px;
    margin: 0 auto;
    border-radius: 0;
    padding: 20px;
}

#slider-wrapper1 .slider_content .title_container .slider-sub-text {
    font-size: 18px;
    font-family: Arial;
    color: #5b5957;
}
.donate_now_form{
    margin-right: auto !important;
    margin-bottom: 40px;
}
.form_keep_saving input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}
.gform_wrapper .form_keep_saving  ul.gfield_checkbox li label, .gform_wrapper .form_keep_saving  ul.gfield_radio li label {
    font-size: 20px;
    padding: 0 77px 0 10px;
    font-family: Arial;
}
.wpb_wrapper .gform_wrapper li.gfield.gfield_creditcard_warning{
    background-color: #fff ;
}
.fax_footer {
    padding: 0 10px;
}



a.read_more_button { background: #c6495c;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:#8ead61; border-color:#829f59; color:#fff; }
div#gform_confirmation_message_2 { font-size: 24px;}

.sponsored-img-block > a {
    padding: 0 4px;
}
.post_content h2, .post_content h2.vc_custom_heading {
    color: #c6495c;
    font-size: 32px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.gform_wrapper {
    margin: 0 !important;
}
img.size-full.alignleft {
    float: left;
    margin: 19px 20px 15px 0;
}
.email-block-control .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.newsletter_container .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])  {
    padding: 5px 12px ;
}
.email-block-control .gform_wrapper .gfield_error {
    padding-top: 0 !important;
}
.post_content .wpb_wrapper ul, .post_content .wpb_wrapper p, .frontcontent, .post_content  p, .box-archive .entry p{
    font-family:Arial;
    color:#4d4c4d;
    font-size:18px;
    font-weight:normal;
}
.block-detail .wpb_wrapper p{
    font-family:Arial;
    color:#4d4c4d;
}
.post_content p strong, .post_content p b
{
    color:#c6495c;
}

.page-template-template-donation #footer_donation {
    display: none;
}
.recent_read_more {
    display: block;
    cursor: pointer;
}
.top-bar ul > li.has-dropdown .dropdown {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    height: auto;
}
.post_featured_img {
    margin-bottom: 18px;
}
post_featured_img img.attachment-post-thumbnail {
    min-width:100%;
}
.wpb_wrapper .vc_custom_heading.section-heading{
    font-size: 48px;
    color: #c6495c;
    text-align: center;
}
.hungry_block {
    background: #DDDDDD;
    border: 1px dashed #cccccc;
    padding: 10px;
}
.people_hungry h2{
    text-transform: none;
    margin-top: 0;
}
.content_area .post_content h2.hungry_m_r{
    text-transform: none;
    margin-top: 0;
    margin-bottom: 40px;
}
.gender_list_horizontal ul li, .prefer_contact_list_horizontal ul li {
    margin-right: 8px !important;
}
.gender_list_horizontal ul li input, .prefer_contact_list_horizontal ul li input {
    margin-top: 2px !important;
}
#gform_confirmation_message_8, #gform_confirmation_message_9 {
    color: #87a360;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 25px;
}
#content-page .content_area .history_list li{
    margin: 0 0 20px;
}
.leader_item .wpb_single_image{
    margin-bottom: 4px;
}
.leader_item .wpb_wrapper p{
    margin-bottom: 0;
}
#content-page .gform_wrapper ul.gfield_checkbox li, #content-page .gform_wrapper ul.gfield_radio li{
    display: inline-block;
    margin-right: 15px;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio{
    margin-top: 0 !important;
}
/*Added By Niket Joshi on 27-07-2017*/
@media(min-width: 700px) and (max-width: 1200px){
    .newsletter p {
        color: #4d4c4d;
        font-size: 18px;
        font-family: Arial;
        margin-left: 0;
    }
    .newsletter img {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-right: 15px;
        display: inline-block;
        float: none;
    }
}

.sub-page-banner {
    margin: 20px auto;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding:15px;
    background-position:right bottom !important;
    max-width:1024px;
    min-width:320px;
}
.sub-page-banner h2 {
  color: #c6495c;
  margin-top: 0px !important;
}
.sub-page-banner p {
  /* font-size:18px;*/
    font-size:24px;
    margin-bottom: 0px !important;
}
.no-underline a {
    text-decoration: none !important;
}

.wpb_wrapper ul > li {
    font-size: 18px;
}

.vc_btn3-container.no-underline.vc_btn3-center > a {
    background-color: #c6495c !important;
}

	.email-block-f {
		right: unset;
	}

	.email-block-f label.form-control {
		text-align: center;
		margin: 8px 5px 0 5px !important;
	}

	#gform_fields_4 #field_4_1,
	#gform_fields_4 #field_4_2 {
    	display: inline-block;
    	width: 100%;
    	margin: 10px 0 !important;
		padding: 0 !important;
	}
	
	#gform_fields_4 #field_4_1 .ginput_container,
	#gform_fields_4 #field_4_2 .ginput_container {
		display: inline-block;
		width: 100%;
		margin: 0;
		font-size: 0;
	}
	
	#gform_fields_4 #field_4_1 .ginput_container #input_4_1 {
		display: block;
		left: unset;
		width: 100%;
		min-width: unset;
		line-height: 40px;
		font-size: 20px;
	}

	#gform_fields_4 #field_4_2 .ginput_container > span {
		display: inline-block;
		width: 50%;
		margin: 0;
		font-size: 20px;
		line-height: 40px;
		vertical-align: top;
	}

	#gform_fields_4 #field_4_2 .ginput_container > span:first-child {
		padding: 0 10px 0 0;
	}

	#gform_fields_4 #field_4_2 .ginput_container > span:last-child {
		padding: 0 0 0 10px;
	}

	#gform_fields_4 #field_4_2 .ginput_container > span > input[type="text"] {
		margin: 0;
	}