/*
 Theme Name:     Born To Give Child Theme
 Theme URI:      https://demo.imithemes.com/born-to-give
 Description:    Born To Give Child Theme
 Author:         imithemes
 Author URI:     http://www.imithemes.com
 Template: 		 born-to-give
 Version:        1.0
*/

/* =Theme customization starts here
------------------------------------------------------- */


html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: titling-gothic-fb, sans-serif !important;
}
p {
    font-weight: 300;
}

/* DONATION FORM */

.postid-1517 #charitable-donor-fields {
    background: #20292f;
    padding: 5px 11px 10px;
    border: none !important;
}
.postid-1517 .charitable-form-field label {
    color: #ffffff;
}
.postid-1517 .charitable-form-field input {
    background-color: #f4f4f4;
}
.postid-1517 .charitable-submit-field {
    background: #20292f !important;
    padding: 0em 30px 1.5em;
}
.postid-1517 .charitable-submit-field .button {
    width: 100%;
    background: #F16323;
}
.postid-1517 .charitable-form-field input {
    margin-bottom: 0;
}
.postid-1517 .charitable-form-field-email {
    width: 98% !important;
    margin-bottom: .7em !important;
}
.postid-1517 .charitable-fieldset>:last-child {
    margin-bottom: 0em;
}
.postid-1517 #charitable-donation-form .donation-amounts .donation-amount.selected {
    background-color: #F16323 !important;
    border-color: #fff !important;
}
.postid-1517 #charitable-donation-form .donation-amounts .custom-donation-amount.selected {
    background-color: transparent !important;
    border-color: #F16323 !important;
}
.postid-1517 .charitable-form-fields .charitable-fieldset {
    margin-bottom: 0em;
}
.postid-1517 #charitable-donation-form .donation-amounts .custom-donation-amount .custom-donation-input {
    color: #ffffff;
    background: transparent;
}
.postid-1517 .custom-donation-amount-wrapper {
    padding-top: 0 !important;
    margin-top: 10px !important;
    padding-left: 0 !important;
}
.postid-1517 .single-campaign #charitable-donation-form .donation-amounts .custom-donation-amount label .description {
    display: block;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #fff;
}
.postid-1517 .charitable-form-header {
    color: #ffffff !important;
    font-weight: 300;
    font-size: 1.2em;
}
.postid-1517 .charitable-donation-form .donation-amounts .donation-amount .amount {
    font-weight: 500;
    color: #ffffff;
}
.postid-1517 .cause-progress-and-info>.row>.col-md-7 {
    display: none;
}
.postid-1517 .cause-progress-and-info>.row>.col-md-5 {
    width: 100% !important;
}
.postid-1517 .charitable-donation-form {
    padding-top: 0em;
}
.postid-1517 .campaign-progress-wrap {
    display: none !important;
}
.postid-1517 .cause-progress-and-info {
    width: 55%;
    display: inline-block
}
.postid-1517 .post-content {
    width: 40%;
    float: right;
    display: inline-block;
}
.postid-1517 .charitable-form-fields .charitable-fieldset {
    padding: 1.8em 30px .5em;
    border: 1px solid #20292f;
}
.postid-1517 .charitable-form-fields .charitable-fieldset {
    background-color: #20292f;
}
.custom-donation-amount-wrapper label, .charitable-form-field label {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}
.postid-1517 .post-content .wpb_wrapper {
    position: absolute;
    left: 16px;
    top: 200px;
}
.postid-1517 .wpb_images_carousel {
    margin-bottom: 0px;
}
.charitable-donation-form .charitable-donation-options {
    padding: 0;
}

.rai-wpform .wpforms-form .wpforms-field-label {
    font-weight: 400;
    font-size: 13px;
color: #444444;
}

.rai-wpform .wpforms-form .wpforms-field-sublabel {
    font-size: 12px;
    font-weight: 100;
}
.rai-wpform .wpforms-form button[type=submit] {
    background-color: #eb623a;
    border: 1px solid #eb623a;
    color: #fff;
}
.rai-wpform .wpforms-form .wpforms-required-label {
    color: #eb623a;
}

/*Checkboxes styles*/
.boxes {
    margin: auto;
    padding: 50px;
    background: #484848;
}
.charitable-form-field label .required {
    color: #F16323 !important;
}
.charitable-form-field.charitable-form-field-checkbox input[type=checkbox] {
    display: none;
}
input[type="checkbox"]+label:before {
    border-radius: 100px
}
input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 30px !important;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1.5px solid #F16323;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 1200px) {
    .postid-1517 .charitable-donation-form .donation-amounts .donation-amount>label {
        min-width: 100px;
        text-align: center;
    }
    .postid-1517 .content>.container {
        padding-top: 30px
    }
    .vc_images_carousel .vc_carousel-inner {
        width: 530px !important;
    }
}
@media (max-width: 998px) {
    .vc_images_carousel .vc_carousel-inner, .wpb_images_carousel {
        display: none;
    }
    .postid-1517 .post-content {
        width: 100%;
    }
    .postid-1517 .cause-progress-and-info {
        width: 100%;
    }
    .postid-1517 .content>.container {
        padding-top: 30px
    }
}
@media (max-width: 998px) {
    .postid-1517 #charitable-donation-form .donation-amounts .donation-amount:nth-child(1n+1) {
        margin-right: 2%!important;
    }
}
/* End donation form */
.header-style1 .search-module-trigger {
    margin-top: 20px !important;
    padding-right: 42px !important;
    color: #ffffff !important;
    font-size: 21px !important;
    margin-left: 5px !important;
	-webkit-transition: color 1000ms linear;
    -ms-transition: color 1000ms linear;
    transition: color 1000ms linear;
}
.header-style1 .sticky .search-module-trigger {
    color: #588099 !important;
}
#menu-toggle:hover {
    color: #202934 !important;
}
#menu-toggle {
    margin-top: 17px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    font-size: 32px !important;
}
.life-overlay {
    opacity: .3;
}
.ff-stream h4 a {
    font-weight: 400 !Important;
}
.ff-item .ff-content {
    font-size: 15px;
    line-height: 23px;
    font-weight: 300 !important;
}
.ff-stream h4 a {
    font-size: 18px;
}
.ff-item .ff-content {
    margin: 7px 7%;
}
.ff-item h4 {
    margin: 7% 7% 0 7%;
}
.vc_column-inner p {
    font-size: 15px;
    line-height: 23px;
}
.vc_column-inner li {
    font-size: 15px;
    line-height: 23px;
}
.default-logo img {
    width: 100%;
    height: auto;
}
.sticky-logo img {
    width: 100%;
    height: auto;
}
.site-logo {
    max-width: 200px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active {
    color: #588099;
    border-color: transparent;
    background-color: transparent;
}
.site-header {
    -webkit-transition: background .02s 0.1s, box-shadow .02s 0.1s, height .02s 0.1s;
    -moz-transition: background .02s 0.1s, box-shadow .02s 0.1s, height .02s 0.1s;
    -ms-transition: background .02s 0.1s, box-shadow .02s 0.1s, height .02s 0.1s;
    -o-transition: background .02s 0.1s, box-shadow .02s 0.1s, height .02s 0.1s;
    transition: background .02s 0.1s, box-shadow .02s 0.1s, height .02s 0.1s;
}
.dd-menu>li>a {
    text-transform: capitalize !important;
}
.owl-carousel .owl-wrapper-outer {
    padding-top: 0 !important;
}
.ff-stream-wrapper {
    margin-top: 0 !important;
}
.ff-stream {
    padding-top: 0 !important;
}
.simpleCircle [class*="fa fa-"] {
    background-color: #20292f;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: auto 3px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    transition: .5s;
}
.simpleCircle i:hover {
    background-color: #ef5820;
    cursor: pointer;
}
.vc_btn3-color-orange {
    background-color: #eb623a !important;
    border: none !important;
    background-image: none !important;
    border-radius: 2px !important;
}
.header-style1 .dd-menu>li {
    margin-top: 23px !important;
}
.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat i {
    color: #ef5820;
}
.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    color: #20292f;
}
.vc_btn3.vc_btn3-color-white:hover {
    border-radius: 2px;
}
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover {
    background-color: #20292f !important;
    border: none !important;
    background-image: none !important;
    border-radius: 2px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
    color: #ef5820;
    opacity: .8;
    padding: 0;
    border: none;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
    opacity: 1;
    background-color: transparent;
    color: #ef5820 !important;
}
.padding-tb45, .padding-tb45 h3 {
    color: #ffffff;
}
.vc_general.vc_cta3 {
    padding: 20px;
}
.vc_general.vc_cta3.vc_cta3-style-outline {
    border-width: 2px;
}
.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline:hover {
    background-color: #20292F;
    color: #ffffff !important;
}
.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline {
    background-color: #DEE7E4;
    border: none;
    transition: .3s;
    color: #20292F;
    cursor: pointer;
}
.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline .vc_cta3-content-header {
    color: inherit;
}
.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline {
    color: #20292F;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
    color: #ef5820;
    border-color: #2a2a2a;
    background-color: transparent;
    border: none;
    padding: 0px;
    background-image: none;
}
.vc_btn3.vc_btn3-size-sm {
    font-size: 15px;
}
.vc_general.vc_cta3 h2 {
    margin-bottom: 5px;
}
.vc_cta3-content p {
    font-size: 12px;
    line-height: 20px;
}
.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h2 {
    font-size: 18px;
}
.featured-link strong {
    font-size: 22px;
    font-weight: 500;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
    color: #ef5820;
    border-color: transparent !important;
    background-color: transparent !important;
}
.featured-link span {
    text-transform: none;
    margin-top: 3px
}
.event-list-item h4 {
	font-weight: 400 !important;
}
strong {
    font-weight: 500;
}
.footer_widget h4.widgettitle {
    text-transform: capitalize;
    color: #202a30;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
}
.did-you-know {
    padding: 0 8% 0 2%;
    color: #ffffff;
}
.did-you-know-container {
    color: #ffffff;
}
.did-you-icon .vc_single_image-img[title="infinity-icon-orange"],
.did-you-icon img[src*="infinity-icon-orange.svg"] {
    display: inline-block;
    width: 74px;
    max-width: 100%;
    height: auto;
}
.enable-site-popup {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    width: min(320px, calc(100vw - 32px));
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}
.enable-site-popup[hidden] {
    display: none;
}
.enable-site-popup__link {
    display: block;
    position: relative;
}
.enable-site-popup__image {
    display: block;
    width: 100%;
    height: auto;
}
.enable-site-popup__view {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 86px;
    padding: 11px 18px;
    background: #f16323;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
    pointer-events: none;
}
.enable-site-popup__link:hover .enable-site-popup__view,
.enable-site-popup__link:focus .enable-site-popup__view {
    opacity: 1;
}
.enable-site-popup__link:hover .enable-site-popup__image,
.enable-site-popup__link:focus .enable-site-popup__image {
    filter: brightness(0.72);
}
.enable-site-popup__close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #20292f;
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.enable-site-popup__close:hover,
.enable-site-popup__close:focus {
    background: #f16323;
    outline: none;
}
.footer_widget.widget_nav_menu ul li {
    font-size: 16px;
    font-weight: 200;
}
.white {
    color: #ffffff !important;
}
.white h2 {
    color: #ffffff !important;
}
.footer_widget.widget_nav_menu ul li {
    font-size: 16px;
    font-weight: 200;
}
.widgettitle {
    margin-top: 14px !important;
}
.footer_widget h4.widgettitle {
    margin-bottom: 28px;
}
.block-title:before, .block-title:after {
    background-color: #ef5820 !important;
}
.alignnone {
    margin: 5px 20px 0px 0;
}
.vc_toggle_title>h4 {
    text-transform: initial;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
}
.grid-item h3 {
    letter-spacing: 0px;
    margin-bottom: 10px;
    text-transform: capitalize !important;
}
.sf-menu li:last-child {
    background-color: #20292f;
    padding: 0 25px;
    border-radius: 2px;
}
.sf-menu li:last-child a {
    color: #ffffff;
}
.sf-menu li:last-child:hover {
    background-color: #588099;
    color: #ffffff;
}
.sf-menu li:last-child a:hover {
    color: #ffffff !important;
}
.dark-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-color: #20292f;
    background-image: none;
    color: #ffffff;
    border-radius: 2px;
    border: none;
}
.did-you-know-container-2 .block-title:before, .widgettitle:before, .widget-title:before, .vc_custom_heading:before {
    right: 0 !important;
    left: auto;
}
.did-you-know-container-2 .block-title:after, .widgettitle:after, .widget-title:after, .vc_custom_heading:after {
    right: 43px !important;
    left: auto;
}
.widget_nav_menu .menu-primary-menu-container .sub-menu {
    display: none !important;
}
#ff-stream-2 .picture-item__inner {
    color: #202933;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
}
.ff-stream h4 a {
    text-transform: initial;
    letter-spacing: 0;
}
.media-box .zoom .icon {
    display: none;
}
.media-box .zoom {
    background-color: rgba(88, 128, 153, 0.4);
}
.dark-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    border: none;
    background-color: #ffffff;
    color: #20292f;
}
.help-charity-column {
    margin-bottom: 0;
}
.service-box {
    margin-bottom: 20px;
}
.white-elements .block-title:before, .white-elements .block-title:after {
    background-color: #ffffff !important;
}
.page-banner-text .block-title:before, .page-banner-text .block-title:after {
    background-color: #FFFFFF !important;
}
.page-banner .block-title {
    margin-bottom: 20px;
}
.menu-item .sub-menu {
    min-width: 200px !important;
}
.dark p {
    color: #333;
}
.dark .block-title:before, .dark .block-title:after {
    background-color: #333 !important;
}
.team-member-image {
    width: 30%;
    display: inline-block;
}
.team-spacer {
    display: none;
}
.team-member-content {
    width: 65%;
    display: inline-block;
    float: right;
}
.dd-menu>li>a>i {
    color: #20292f !important;
}
.dd-menu > li ul {
	top: 50px;
}
.sub-menu li:last-child {
    text-align: left !important;
    background-color: transparent;
    padding: 0px;
    border-radius: 2px;
    margin-left: 0;
}
.sub-menu li:last-child a {
    color: #5e5e5e !important;
}
.sub-menu li:last-child a:hover {
    color: #333 !important;
}
.donation-summary {
    background-color: #20292f !important;
	width: 100% !important;
    margin-bottom: 35px !important;
}
.donation-summary dt {
    font-weight: 500;
}
.donation-details th:first-child {
    color: #ffffff;
}
td.campaign-name {
    font-weight: 200;
}
@media (max-width: 1228px) {
    .header-style1 .dd-menu>li {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
}
@media (max-width: 1140px) {
    .header-style1 .dd-menu>li {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
	.site-logo {
        max-width: 180px;
        padding-left: 6px !important;
     }
	.dd-menu {
        top: 80px !important;
    }
    .dd-menu>li>a {
        letter-spacing: 0 !important;
    }
    .featured-link strong {
        font-size: 18px;
    }
    .content {
        padding-top: 0px !important;
        padding-bottom: 60px;
    }
    .wpb_single_image.vc_align_left {
        margin-bottom: 0;
    }
	.tab-hide {
		display: none;
	}
}
@media (max-width: 992px) {
	.dd-menu > li > a {
	    padding-left: 20px;
	}
	.dd-menu > li > ul > li > a {
        font-weight: 200;
	}
	.header-style1 .dd-menu>li {
        margin-left: 0px !important;
     }
	.header-style1 .dd-menu > li {
        margin-right: 15px !important;
    }
	.header-style1 .dd-menu > li {
        margin-top: 0px !important;
    }
	.sf-menu li:last-child a {
        color: #242d35;
    }
    .sf-menu li:last-child {
        background-color: transparent;
		padding-left: 0;
    }
}
@media (max-width: 768px) {
	.header-style1 .search-module-trigger {
		display: none;
	}
	.widget_nav_menu {
		display: none;
	}
	.footer_widget {
        margin-bottom: 0px;
    }
    .site-logo {
        padding-left: 0px !important;
        max-width: 139px;
    }
	.dd-menu > li > a {
	    padding-left: 20px;
	}
	.dd-menu > li > ul > li > a {
        font-weight: 200;
	}
	.header-style1 .dd-menu>li {
        margin-left: 0px !important;
     }
	.header-style1 .dd-menu > li {
        margin-right: 15px !important;
    }
	.header-style1 .dd-menu > li {
        margin-top: 0px !important;
    }
	.sf-menu li:last-child a {
        color: #242d35;
    }
    .sf-menu li:last-child {
        background-color: transparent;
		padding-left: 0;
    }
    h3 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    .page-banner-text {
        text-align: left !important;
        padding: 0 15px;
    }
    .page-banner-text .block-title:before {
        left: 0;
        margin-left: 0;
    }
    .featured-link {
        padding: 20px 10px 20px 10px;
    }
    .featured-link strong {
        font-size: 18px;
    }
    .service-title .wpb_wrapper h2, .service-title .wpb_wrapper p, .block-title-center:before {
        text-align: left !important;
    }
    .block-title-center:before, .vc_custom_heading.text_align_center:before {
        left: 0 !important;
        margin-left: 0px !important;
    }
    .team-member-image {
        width: 100%;
    }
    .team-member-content {
        width: 100%;
    }
    .mobile-hide {
        display: none !important;
    }
    .service-image {
        padding-bottom: 25px;
    }
	.donation-summary {
		margin-top: -10px !important;
	}
}
@media (max-width: 480px) {
    h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .white {
        font-size: 26px;
        line-height: 34px;
        text-align: left !important;
    }
    .featured-link {
        padding: 20px 20px 30px;
        text-align: left;
    }
    .site-logo {
        padding-left: 5px !important;
    }
    .cta-trio {
        background-color: #20292f;
    }
    .service-title .wpb_wrapper h2, .service-title .wpb_wrapper p, .block-title-center:before {
        text-align: left !important;
    }
    .block-title-center:before, .vc_custom_heading.text_align_center:before {
        left: 0 !important;
        margin-left: 0px !important;
    }
    .did-you-icon {
        padding-top: 10px !important;
    }
    .did-you-icon .vc_column-inner {
        padding-left: 0 !important;
    }
    .help-charity-column {
        margin-bottom: 0;
    }
}
