/**
 *
 * Custom.css file helps you override css style elements defined in style.css and the skins too. Very handy for customization without touching the
 * theme code.
 * You may want to backup and retain this file when updating the theme to retain customizations.
 *
 */

i.icon-sp-symbol:after,
span.icon-sp-symbol:after {
    content: "";
    margin-right: 2px;
}

p.comments-closed {
    display: none;
    }


/* ----- Custom Styles ----*/
.heading2 .title, h1, h2, h3 {
    font-weight: 300;
    }

.video-section .video-header .header-content .text,
.ytp-video-section .video-header .header-content .text {
    font-weight: 300;
    }
.segment.slogan blockquote {
    font-weight: 300;
    }
h4, h5, h6, .pricing-table .top-header h3 {
    font-weight: 400;
    }
.heading2 .title strong, h3.fancy-header, .post-snippets .hentry .entry-title {
    font-weight: 400;
    }

#side-menu ul.menu li a {
    font-weight: 300;
    }

html, body, h1, h2, h3, h4, h5, h6, .nav-tabs>li>a {
    font-family: Nunito;
}
#mobile-menu-toggle i {
    color: #f15622 !important;
}
#header {
    background: rgba(23,23,23,1);
    box-shadow: unset;
    height: 90px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
@media all and (max-width: 767px) {
    #header { height: 70px;}
}
#header.transparentBG {
    background-color: rgba(23,23,23,0);
}
#header #primary-menu > ul.menu > li.label-new {
    position: relative;
}
#header #primary-menu > ul.menu > li.label-new:before {
    content: "NEW";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-18px);
    color: #f2540d;
    font-size: 9px;
    font-weight: bold;
    font-family: Roboto;
}
#header #primary-menu > ul.menu li.cust-care-nav-button {
    border-bottom: 1px dotted;
    padding: 0 0 8px;
    margin-bottom: 8px;
}
@media all and (min-width: 1024px) {
    #header #primary-menu > ul.menu > li.header-donate-btn {
        margin-left: 20px;
    }
}
@media all and (min-width: 768px) {
    #header #primary-menu > ul.menu > li.header-donate-btn > a:hover {
        color: #fff !important;
    }

    #header #primary-menu > ul.menu > li.header-donate-btn a:before {
        content: "";
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        background-color: #f2540c;
        display: block;
        height: 36px;
        width: 90%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 20px;
    }
    #header #primary-menu > ul.menu > li.header-donate-btn:hover a:before {
        background-color: #ff570c;
    }
    #primary-menu > ul.menu > li.header-donate-btn > a {
        padding: 0 24px 0;
    }
}
#site-logo a {
    color: #fff;
    font-weight: 800;
}
#primary-menu > ul.menu > li > a:hover, .dropdown-menu-wrap ul.sub-menu li:hover > a {
    color: #f15622 !important;
}
#primary-menu > ul.menu > li > a {
    color: #fff;
    font-family: "Roboto";
    font-weight: 900;
    letter-spacing: 1px;
}
#primary-menu {
    margin-right: 0;
}
.nav-tabs>li>a {
    color: #f15622;
    font-size: 14px;
}

.dropdown-menu-wrap ul.sub-menu li h3,
.dropdown-menu-wrap ul.sub-menu li a {
    color: #222;
    font-family: Nunito;
    font-weight: bold;
    text-transform: uppercase;
}

/* header - no distraction variant */
#header.header-light-bg {
    background: white;
    border: 1px #e8e8e8 solid;
    border-width: 0 0 1px 0;
}

#header.header-light-bg #primary-menu > ul.menu > li > a {
    color: #000;
}

#header.header-light-bg #primary-menu > ul.menu > li.header-donate-btn > a {
    color: #fff;
}
#header.header-light-bg .avatar-section .vertical-separator {
    border-color: #555;
}

#header.header-light-bg #mobile-menu-toggle i {
    color: #000 !important;
}

#header.header-light-bg .avatar-section.logged-out a.avatar-holder {
    border: 2px dashed #555;
}

/* header - no distraction variant */
#header-nodistr {
    height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    z-index: 99999999;
}

#header-spacer.nodistr {
    height: 60px;
}

#header-nodistr .wrap a {
    height: 60px;
    line-height: 60px;
}

#header-nodistr .header-nodistr-logo {
    display: block;
    padding-top: 9px;
}
#header-nodistr .header-nodistr-logo img {
    height: 42px;
}

#header-nodistr a.help-link {
    font-size: 0;
    color: black;
}

#header-nodistr a.help-link i {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-size: 26px;
    line-height: 60px;
}

#header-nodistr .help-link-slash {
    font-size: 30px;
    font-weight: normal;
    margin: 0 10px;
}

@media all and (max-width: 768px) {
    #header-nodistr .help-link-slash {
        margin: 0 6px;
    }
}

.avatar-section {
    position: relative;
    float:right;
    z-index: 30;
}

.avatar-section .vertical-separator{
    float: left;
    border-right: 1px dashed #f15622;
    width:1px;
    height: 60px;
    margin: 15px 18px 0 32px;
}

.avatar-section a:hover,
.avatar-section a:visited,
.avatar-section a {
    text-decoration: none !important;
}

.avatar-section a.avatar-holder .user-initial {
    text-align: center;
    font: bold 26px/46px "Roboto Condensed";
    color: #fff;
    text-transform: capitalize;
}
.avatar-section.logged-out a.avatar-holder .user-initial {
    display: none;
}
.avatar-section a.avatar-holder {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 20px 0 0;
    border-radius: 50%;
    border: 2px solid #f15622;
    position: relative;
    text-align: center;
    line-height: 50px;
    background-color: rgba(0,0,0,0.4);
}

.avatar-section.logged-out a.avatar-holder {
    border-color: #d0d0d0;
}

.avatar-section a.avatar-holder .icon-user{
    font-size: 26px;
    padding-top: 9px;
    color: #d0d0d0;
    display: none;
}
.avatar-section.logged-out a.avatar-holder .icon-user{
    display: block;
}

.avatar-section ul.avatar-menu-logged-in {
    position: absolute;
    top: 90px;
    right: 0;
    background-color: #fff;
}

.avatar-section ul.avatar-menu-logged-in .user-sp-balance,
.avatar-section ul.avatar-menu-logged-in .user-greeting {
    border-bottom: 1px solid #ababab;
    padding: 0;
    margin-bottom: 8px;
}

.avatar-section ul.avatar-menu-logged-in .user-greeting h3 {
    text-transform: capitalize;
    color: #f15521;
    font-size: 16px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}
.avatar-section ul.avatar-menu-logged-in .user-sp-balance h5 {
    color: black;
    font: 300 14px/18px 'Roboto';
    text-transform: none;
    text-align: left;
}
.avatar-section ul.avatar-menu-logged-in .user-sp-balance h5 i,
.avatar-section ul.avatar-menu-logged-in .user-sp-balance h5 span {
    font-weight: bold;
}
.avatar-section ul.avatar-menu-logged-in .user-sp-balance h5 i {
    font-size: 9px;
}


.avatar-section ul.avatar-menu-logged-in .user-sp-balance {
    display: none;
}
.avatar-section ul.avatar-menu-logged-in .user-sp-balance.has-balance {
    display: block;
}

@media all and (max-width: 767px) {
    .avatar-section {
        position: absolute;
        top: 0;
        right: 0;
    }
    .avatar-section .vertical-separator {
        display: none;
    }
    .avatar-section a.avatar-holder {
        margin: 15px 0 0;
        width: 40px;
        height: 40px;
    }
    .avatar-section a.avatar-holder .user-initial {
        font-size: 18px;
        font-weight: normal;
        line-height: 36px;
    }
    .avatar-section a.avatar-holder .icon-user {
        font-size: 24px;
        padding-top: 6px;
    }
    .avatar-section ul.avatar-menu-logged-in {
        top: 70px;
    }
    .avatar-section ul.avatar-menu-logged-in .user-sp-balance h5 {
        text-align: center;
    }

}

/* a.popupaoc-button {
	background-color: transparent !important;
	    letter-spacing: 8px;
    text-transform: uppercase;
}
a.popupaoc-button:hover {
	color: #222;
} */
.paoc-popup-modal {
    background-color: transparent !important;
}
a.paoc-popup.popupaoc-button {
    border-radius: 25px;
    background-color: #fa9b55 !important;
    padding: 12px 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.paoc-popup-modal-cnt {
    width: 132%;
    position: relative;
    left: -16%;
    padding: 0px;
}
.btn button {
    margin-top: 30px;
}
.paoc-popup-close {
    right: -145px;
    top: initial;
}
.paoc-popup-modal img {
    cursor: pointer;
}
.tabs .current, .tabs .current:hover, .tabs li.current a {
    border-top: 3px solid #fa9b55;
}
#modal_btn:focus {
    outline: none;
}
.tabs li {
    width: 19.6%;
}
.paoc-popup-modal, .paoc-popup-modal p:last-child {
    margin: -20px 28px 15px 10px !important;
}
.paoc-popup-modal img {
    max-width: 58%;
    padding-left: 0px;
}
.test .threecol p, .test-2 .threecol p {
    margin-top: -18px;
}
.nxt-btn button {
    margin-top: 32px;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #f15622;
}
.tablepress td, .tablepress th {
    padding: 2px;
}
.tablepress img {
    max-width: 60%;
}
.column-3 textarea {
    width: 275px;
    height: 85px;
}
.fivecol {
    width: 35%;
}
input[type="radio"], input[type="checkbox"] {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}
button, .button, input[type=button], input[type="submit"], input[type="reset"] {
    padding: 4px 25px;
    background-color: #f15622;
    border: 1px solid #f15622;
}
.box {
    margin: 0 auto 15px auto;
}
.paoc-popup-modal, .paoc-popup-modal p:last-child {
    margin: 0px;
}

.sixcol:last-child {
    width: 45%;
}
.sixcol {
    margin-right: 1%;
}
input, textarea, select {
    border-color: #f15622;
}
.contact-form .button, .wpcf7-form input[type=submit] {
    padding: 8px 18px;
    text-transform: uppercase;
}
input.wpcf7-form-control.wpcf7.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a-text.wpcf7-validates-as-required.street {
    width: 45%;
    float: left;
    margin-right: 22px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.area {
    width: 50%;
}
simcal-current h3 {
    color: #fff !important;
}
.simcal-default-calendar-grid .simcal-no-events {
    display: none;
}
.simcal-default-calendar-grid .simcal-day-number {
    padding: 15px 0px 15px;
}
.simcal-default-calendar-grid .simcal-day>div {
    min-height: 40px;
}
#footer-bottom .menu-container {
    float: none;
    padding: 18px 0 0 0;
}
#footer-bottom .menu-container ul li a, #footer-bottom-text, .sec-nav a, .sec-nav li > a, #footer-bottom .menu-container ul li:before,
#footer-bottom .menu-container ul li a:active,
#footer-bottom .menu-container ul li a:visited,
#footer-bottom-text,
.sec-nav a:active,
.sec-nav a:visited,
.sec-nav li > a:active,
.sec-nav li > a:visited,
#footer-bottom .menu-container ul li:before {
    color: #fff !important;
}
#footer-bottom-text a:before {
    content: "|";
    display:inline-block;
    margin: 0 12px;
}
a#loc-btn-two {
    padding: 8px 40px;
    margin-left: 44%;
}
a#loc-btn-one {
    background-color: #c04037;
    padding: 8px 40px;
    margin-left: 45%;
    margin-bottom: 18px;
}
.head h3 {
    background-color: #c04037;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
    font-weight: 800;
}
h5.operate  {
    font-size: 25px;
    padding: 15px;
}
input[type="radio"], input[type="checkbox"] {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

/* payment */
#modal-inner #header {
    background: #f15622 !important;
}
#payment-options i, .text-btn, #cancel_upi .back-btn, .offer-info li:first-child, .ecod .item i {
    color: #f15622 !important;
}

/* respoonsive styles */
@media only screen and (min-width: 1024px) {
    .tabs li {
        width: 100%;
    }
    .column-3 textarea {
        width: 155px;
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.area {
        width: 50% !important;
        margin-top: 0px;
    }
    #site-logo {
        display: block;
        float: left;
        top: 20px;
        margin: 0 35px 0 0;
    }
    .how-we-work h4 {
        font-size: 22px !important;
    }
    .volunteer p.mainp, .volunteer ul, .smart-donation p, .ngo p, .brand p, .story-section-one p, .story-section-one ul, .story-section-two p, .story-section-two h4, .sads-working p, .offer p {
        margin: 0px !important;
    }
    .volunteer img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
}

@media only screen and (max-width: 800px) {
    .tabs li {
        width: 100%;
    }
    img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
    .fivecol {
        width: 100%;
    }
    .tablepress img {
        max-width: 90%;
    }
    .tablepress img.alignnone, .wp-caption.alignnone {
        margin: unset;
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.area {
        width: 50% !important;
    }
    .column-3 textarea {
        width: 320px;
    }
    #mobile-menu-toggle {
        position: absolute;
        top: 18px;
        left: 6px;
        background: transparent;
    }
    img.alignnone.size-medium.wp-image-760.pickup-img, img.alignnone.size-medium.wp-image-761.donate-img, img.alignnone.size-medium.wp-image-759.rewards-img {
        margin: 5px 20px 20px -40px !important;
    }
    .fivecol {
        width: 100%;
    }
    .sads-img img.alignnone, .wp-caption.alignnone {
        margin: 20px 1px 15px -20px;
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.area {
        width: 50% !important;
    }
    .volunteer p.mainp, .volunteer ul, .smart-donation p, .ngo p, .brand p, .story-section-one p, .story-section-one ul, .story-section-two p, .story-section-two h4, .sads-working p, .offer p {
        margin: 0px !important;
    }
    .volunteer img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
}

@media only screen and (max-width: 768px) {

    .tabs li {
        width: 100%;
    }
    img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
    .fivecol {
        width: 100%;
    }
    .tablepress img {
        max-width: 90%;
    }
    .tablepress img.alignnone, .wp-caption.alignnone {
        margin: unset;
    }

    .tablepress .laptop img, .tablepress .kitchen img {
        max-width: 50%;
    }
    .sads-img img.alignnone, .wp-caption.alignnone {
        margin: 20px 1px 15px -20px;
    }
    #tablepress-2_wrapper	select {
        width: 94px;
    }
    .column-3 textarea {
        width: 270px;
    }
    img.alignnone.size-medium.wp-image-760.pickup-img, img.alignnone.size-medium.wp-image-761.donate-img, img.alignnone.size-medium.wp-image-759.rewards-img {
        margin: 5px 0 20px -100px !important;
    }
    .fivecol {
        width: 88% !important;
    }
    span.how-work, span.almost, span.through-sads {
        border-bottom: 0px !important;
    }
    .volunteer p.mainp, .volunteer ul, .smart-donation p, .ngo p, .brand p, .story-section-one p, .story-section-one ul, .story-section-two p, .story-section-two h4, .sads-working p, .offer p {
        margin: 0px !important;
    }
    .volunteer img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
    .story-image img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
    .flow img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
    .smart-donation img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
}


@media only screen and (max-width: 480px) {
    .tabs li {
        width: 95.6%;
    }
    .nav-tabs>li {
        margin-right: 50px;
    }
    h4 {
        font-size: 20px;
    }
    #tablepress-2_wrapper img.alignnone, .wp-caption.alignnone {
        position: relative;
        padding: 22px;
    }
    #tablepress-2_wrapper	select {
        width: 78px;
    }
    #tablepress-2_wrapper textarea {
        width: 140px;
        height: 75px;
    }
    .fivecol {
        width: 85%;
        margin-left: 40px;
    }

    .simcal-calendar {
        position: relative;
        left: 30px;
        width: 90%;
    }
    .tablepress .laptop img, .tablepress .kitchen img {
        max-width: 50%;
    }
    div.wpcf7 {
        width: 100%;
        position: relative;
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.area {
        width: 50%;
    }
    img.alignnone.size-medium.wp-image-760.pickup-img, img.alignnone.size-medium.wp-image-761.donate-img, img.alignnone.size-medium.wp-image-759.rewards-img {
        margin: 5px 0 20px -16px !important;
    }
    .sads-donate h6 {
        font-size: 14px !important;
    }
    .tableContainer textarea {
        font-size: 10px;
        line-height: 15px;
    }
    .fivecol {
        width: 88% !important;
        margin-left: 20px !important;
    }
    .volunteer p.mainp, .volunteer ul, .smart-donation p, .ngo p, .brand p, .story-section-one p, .story-section-one ul, .story-section-two p, .story-section-two h4, .sads-working p, .offer p {
        margin: 0px !important;
    }
    .volunteer img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
    .ngo img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
    .story-image img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
    .flow img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
    .smart-donation img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
}

@media only screen and (max-width: 412px) {
    .nav-tabs>li {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 336px) {
    .volunteer p.mainp, .volunteer ul, .smart-donation p, .ngo p, .brand p, .story-section-one p, .story-section-one ul, .story-section-two p, .story-section-two h4, .sads-working p, .offer p {
        margin: 0px !important;
    }
    .volunteer img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
    .flow img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
    .story-image img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
    .smart-donation img.alignnone, .wp-caption.alignnone {
        position: relative;
    }
}


/* new modal */
#modal_btn {
    background-color: #fa9b55;
}

.fivecol {
    width: 40%;
}
.drop p, .pick p {
    font-size: 15px;
}
div.wpcf7 {
    margin-top: 25px;
    padding: 0;
}
.pac-container {
    z-index: 1000000 !important;
    top:0px
}
h4.head-tab-confirm {
    margin-top: 65px;
}
#modal_btn {
    padding: 8px 44px;
    border-radius: 26px;
    background-color: #f15622;
    font-size: 22px;
}

/* section two style */
p.how-we-work, p.anything, p.donate-through-sads, p.our-brand-collabs {
    font-size: 32px !important;
    line-height: 36px !important;
    letter-spacing: 4px;
    font-weight: 600;
    margin-bottom: 78px;
    color: #222 !important;
    position: relative;
}
p.how-we-work:before, p.anything:before, p.donate-through-sads:before, p.our-brand-collabs:before {
    content: "";
    display: block;
    width: 160px;
    height: 3px;
    background-color: #f15622;
    margin: 0 auto;
    bottom: -15px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
img.alignnone.size-medium.wp-image-760.pickup-img, img.alignnone.size-medium.wp-image-761.donate-img, img.alignnone.size-medium.wp-image-759.rewards-img {
    width: 70%;
    margin: 5px 0 20px 40px;
}
.how-we-work h4 {
    font-size: 25px;
    color: #f15622;
    font-weight: bold;
    letter-spacing: 1px;
}
.how-we-work p, p.why-us {
    text-align: center;
    font-size: 15px;
}

.sads-donate h6 {
    color: #f15622;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}
.sads-donate .twocol {
    margin-right: 4%;
    width: 13%;
    margin-left: 3%;
}
.why_donate h5 {
    color: #f15622;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 1px;
}
.fourcol.recent {
    margin-bottom: 40px;
    overflow: hidden;
}
#modal_btn {
    background-color: #f15622;
    border: none;
}
button, input#pickup, input[type="submit"] {
    background-color: #f15622;
}
button:hover {
    color: #222;
}
#footer-bottom {
    background-color: #171717;
}

/* campaigns */
.section-one {
    border: 1px solid #f15622;
    border-radius: 12px;
    padding: 55px;
    margin-bottom: 35px;
    overflow: hidden;
}

h2.aso-title {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #71604e;
    margin-bottom: 35px;
}
.partners img.aligncenter.wp-image-1106.size-full {
    /*     box-shadow: 0px 3px 35px #222; */
    margin-bottom: 35px;
}
a#campaigns {
    border-color: #f15622;
    background-color: #f15622 !important;
    color: #fff !important;
    padding: 5px 22px;
}

p.act-name {
    padding: 15px 25px;
}

/* our story */
.our-story h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5%;
    color: #70604f;
}
.story-section-one ul {
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 30px;
}
.story-section-two p, .story-section-two h4 {
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 30px;
}
.our-story h5 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 2%;
    margin-top:3%;
    line-height: 35px;
    color: #70604f;
}

/* how we work */
.how-we-work h3 {
    font-size: 32px;
    font-weight: bold;
    color: #70604f;
    margin-bottom: 5%;
}
.flow h3 {
    font-size: 32px;
    font-weight: bold;
    color: #70604f;
}

/* offer */
.brand img.aligncenter, .wp-caption.aligncenter {
    padding-top: 25px;
}

/* personal query */
.personal-query select {
    width: 100%;
}
#content .wpcf7-form p {
    font-size: 20px;
}

/* job listing */
#title-area, .single_job_listing .meta, #content .hentry .entry-meta {
    display: none;
}
.single_job_listing .job_description {
    margin: 50px 0 1.5em;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 26px;
}
.job_description h2 {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #f12;
}
.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
    display: none;
}

.why_donate h5 a {
    font-size: 20px;
    letter-spacing: 1px;
    color: #f15622;
    font-weight: 600;
}
.md {
    margin: 50px 45px !important;
}
#ngo-page p, #ngo-page li {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 22px;
    color: #595959;
}
#ngo-page {
    font-family: Nunito !important;
}
#ngo-page label {
    text-transform: capitalize;
}
#ngo-page select {
    width: 100%;
}

/* moved over from tempate-composite-page.php */
.red-border { box-shadow: inset 0px 0px 8px #ff0000 }

input#exampleRadios1,
input#exampleRadios2 {
    margin: 55px 0 0 -12px;
}

/* Improved Donate Anything */
.sads-donate {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px auto;
    overflow: hidden;
}
.sads-donate.row-1 {
    margin-top: 60px;
}
.sads-donate img {
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
}
.sads-donate .donation-type-block {
    position: relative;
    padding-bottom: 48px;
}
.sads-donate .donation-type-block h6 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media all and (max-width: 768px){
    .sads-donate .donation-type-block {
        padding-bottom: 34px;
    }
}

/* Improved Homepage */
body.home article:nth-child(2n) {
    background-color: #f6f6f7;
}

body.home #recent_ngos h5>a {
    color: #f15622;
    font: bold 16px/24px Raleway, "Open Sans";
}

body.home #recent_ngos a>img {
    border: 1px dashed #555;
    padding: 10px;
}

    /* New Gallery Widget */
.gallery-widget .listing-gallery-nav {
    position: relative;
    margin-top: 20px;
}

.gallery-widget .listing-gallery-nav__item.slick-slide.slick-current.slick-active {
    border-radius: 6px;
    box-shadow: inset 0 0 0 2px #f15621;
}
.gallery-widget .listing-gallery-nav .listing-gallery-nav__item .item__wrapper {
    margin: 6px;
    cursor: pointer;
}
.gallery-widget img {
    border-radius: 6px;
    overflow:hidden;
}

/* Improved Upcoming campaigns */
.campaigns h3 {
    margin: 24px 0;
}

@media all and (max-width: 480px) {
    .camp {
        max-width: 120px;
    }
    .campaigns h3 {
        margin: 24px 0 48px 0;
        padding: 0 12px;
        font-size: 24px;
        letter-spacing: normal;
    }
    .campaigns p {
        font-size: 16px;
        line-height: 28px;
    }
    body.fluid-width-page.page-id-845 .segment {
        padding: 25px 0 !important;
    }
    body.fluid-width-page.page-id-845 .segment-content {
        padding: 0;
    }
    .page-id-845 .section-one {
        border-width: 1px 0 0 0;
        border-radius: 0;
        overflow: hidden;
        padding: 24px 12px;
        margin: 0;
    }
    .campaigns h5 {
        font-size: 16px;
        letter-spacing: normal;
        margin: 0 auto 24px auto;
        display: block;
        padding: 12px 4px;
    }

}

/* Login/register pages */
.um-page-register .um input[type=submit].um-button,
.um-page-login .um input[type=submit].um-button {
    background-color: #f15622;
}
.um-page-login .um input[type=submit].um-button:hover,
.um-page-register .um input[type=submit].um-button:hover {
    background-color: #ff5a22;
}

/* Privacy policy and Terms of use */
body.page-id-14841 .entry-content,
body.page-terms-of-use-sads-on-phonepe-switch .entry-content,
body.page-terms-of-use .entry-content {
    margin: 30px 0;
}

/* loaders and animation */
/* spinner authored by: https://tobiasahlin.com/spinkit/ */
.spinner {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;

    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    background-color: #f15622;
    border-radius: 100%;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    background-color: #756753;
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

/* button loading animation */

button.running-anim {
    padding-right: 36px !important;
    position: relative;
}
button.running-anim:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    right: 12px;
    top: 14px;
    border-color: currentColor currentColor currentColor transparent;
    -webkit-animation: infi-spin 1s infinite;
    animation: infi-spin 1s infinite;
}

@media all and (max-width: 767px) {
    button.running-anim:before {
        top: 10px;
        right: 10px;
    }
    .checkout-bar .row .col-right button.next-step.running-anim {
        padding-right: 18px !important;
    }
}

@keyframes infi-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* New Homepage Hero section */
.homepage-hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #333;
}

.homepage-hero-section:before {
    display: block;
    content: "";
    padding-top: 800px;
}

@media all and (max-width: 1280px){
    .homepage-hero-section:before {
        padding-top: 600px;
    }
}

@media all and (max-width: 480px) {
    .homepage-hero-section:before {
        padding-top: 150%;
    }
}

.homepage-hero-section .spinner-anchor {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.homepage-hero-section img {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
    top: 50%;
    left: 50%;
    height: 100%;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.homepage-hero-section .call-to-action {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 3;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: hidden;
}

.homepage-hero-section .call-to-action h1 {
    font-size: 60px;
    padding: 0 5%;
    line-height: 60px;
    font-weight: 700;
    color: rgb(241, 85, 34);
    font-family: Nunito;
    text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 2px;
    visibility: inherit;
}

.homepage-hero-section .call-to-action h3 {
    font-size: 24px;
    padding: 0 5%;
    line-height: 34px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: Nunito;
    text-shadow: rgba(0, 0, 0, 0.75) 1px 1px 2px;
    visibility: inherit;
}

.homepage-hero-section .call-to-action #modal_btn {
    display:inline-block;
    font-size: 20px;
    width: 212px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: Nunito;
    background-color: rgb(241, 86, 34);
    border-color: rgb(0, 0, 0);
    border-radius: 26px;
    transition: all 0.2s linear;
    outline: none;
    box-shadow: rgb(0, 0, 0) 0px 0px 8px 1px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 36px auto 8px;
    padding: 12px 24px;
}

.homepage-hero-section .call-to-action #modal_btn:hover {
    background-color: white;
    color: black;
    text-decoration: none !important;
}

@media all and (max-width: 480px) {
    .homepage-hero-section .call-to-action h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .homepage-hero-section .call-to-action h3 {
        font-size: 21px;
    }
}

.form-field-separator {
    border-top: 1px solid #555;
    margin-bottom: 24px;
}

/* Input field with floating label */
/* Requires: 1) label element should be after input el; 2) input el must have a placeholder (at least placeholder=" ") */
.form-field-wrap.floating-label {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    margin-top: -10px;
}

.form-field-wrap.floating-label input::-webkit-input-placeholder {color:transparent;}
.form-field-wrap.floating-label input:-moz-placeholder {color:transparent;}
.form-field-wrap.floating-label input::-moz-placeholder {color:transparent;}
.form-field-wrap.floating-label input:-ms-input-placeholder {color:transparent;}

.form-field-wrap.floating-label input,
.form-field-wrap.floating-label input + label {
    padding: 12px 14px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #f1540c;
    font: normal 16px/20px 'Nunito' !important;
    transition: all 0.2s;
    background-color: #fff;
}

.form-field-wrap.floating-label input[required] + label:after {
    content: "*";
    display: inline-block;
    margin-left: 4px;
    color: red;
    vertical-align: middle;
}

.form-field-wrap.floating-label input + label {
    position: absolute;
    border: none;
    width: auto;
    pointer-events: none;
    left: 7px; /*leave 1px for border*/
    top: 11px; /*leave 1px for border*/
    z-index: 100;
    padding-left: 8px;
    padding-right: 8px;
    margin:0;
    background-color: rgba(255,255,255,0);
}

.form-field-wrap.floating-label input:not(:placeholder-shown) + label,
.form-field-wrap.floating-label input:focus + label,
.form-field-wrap.floating-label input:active + label {
    top: 0;
    left: 15px;
    color: #656565;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px !important;
    line-height: 12px !important;
    background-color: rgba(255,255,255,1);
}

button[disabled]:hover,
button[disabled] {
    background-color: grey !important;
    border-color: grey !important;
    cursor: not-allowed !important;
    color: #fff !important;
}

/* Share points and Rewards Info */
.page-share-points-rewards #content {
    padding: 0;
}
.page-share-points-rewards .post-content-holder {
    width: 100%;
    padding: 0 30px;
    max-width: 768px;
    margin: 0 auto;
}
.page-share-points-rewards .launch-soon-bar {
    background-color: #e8e6e2;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 0;
    margin: 0 0 40px;
    font: normal 10px 'Roboto';
}
.page-share-points-rewards .showcase {
    text-align: center;
    margin: 0 0 60px 0;
}
.page-share-points-rewards .showcase img {
    width: 280px;
    display: inline-block;
    margin: 24px 0 8px 0;
}
.page-share-points-rewards .showcase h3 {
    font: 500 18px/22px "Roboto";
    margin-top: 6px;
}
.page-share-points-rewards .showcase h3 span {
    color: #f15622;
}
.page-share-points-rewards .showcase h1 {
    font: normal 16px/18px "Open Sans";
}

.page-share-points-rewards .begin-changemaking {
    width: 100%;
    margin: 40px auto;
    padding-top: 40px;
    border-top: 1px solid #555;
    text-align: center;
    position: relative;
}
.page-share-points-rewards .begin-changemaking h3 {
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-family: "Nunito";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2px 18px;
}

/* Homepage Nautica Campaign page */
body.page-homepage #nautica-campaign-section {
    background-color: #0b233f;
    padding: 10px;
}
body.page-homepage #nautica-img-holder {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
body.page-homepage #nautica-img-holder img {
    width: 100%;
}
body.page-homepage #nautica-img-holder #nautica-donate-btn {
    position: absolute;
    left: 50%;
    bottom: 18%;
    transform: translate(-50%, 50%);
    font-weight: bold;
    padding: 12px 40px;
    font-size: 16px;
}
body.page-homepage #nautica-img-holder #nautica-donate-btn:hover,
body.page-homepage #nautica-img-holder #nautica-donate-btn:active {
    color: white !important;
    border-color: white !important;
}
@media all and (min-width: 840px) {
    body.page-homepage #nautica-img-holder {
        width: 800px;
        max-width: none;
    }

    body.page-homepage #nautica-img-holder #nautica-donate-btn {
        padding: 12px 50px;
        font-size: 18px;
        left: 0;
        transform: none;
    }
    body.page-homepage #nautica-campaign-section {
        padding: 30px 0;
    }
}

/* Common page elements */
h1.page-title.cover-wrapper,
h3.page-title.cover-wrapper {
    font-size: 34px;
    margin: 0 auto 50px 0;
    font-weight: bold;
    color: #70604f;
}

.segment-content li,
.segment-content strong,
.segment-content em,
.segment-content h4,
.segment-content blockquote,
.segment-content p {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.segment-content ul,
.segment-content h4,
.segment-content blockquote,
.segment-content p {
    margin-bottom: 42px !important;
}
.segment-content h4 {
    font-weight: bold;
}
.segment-content blockquote p.blockquote-caption {
    margin-bottom: 0 !important;
    text-align: right;
}