/*

Theme Name: Child of Divi
Description: Child theme of Divi
Author: Christian Aid Ministries
Version: 0.0.3
Template: Divi

*/


/*------------------ Global Styles ---------------------------*/

/* If a picture is also a link, add some styling. Opacity, transitions, etc.
h1, h2, h3, h4, h5, h6 {
	color: #ec2c22;
}
h2 a {
	color: #333;
}*/
/* Remove right border  */
#main-content .container:before {
    width: 0px;
}

h1,
.et_pb_title_container h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.25;
}

h2 {
    font-size: 41px;
    line-height: 1.25;
}

h2.entry-title {
    line-height: 1.25;
}

#notification {
    width: 100%;
    background-color: #980000;
    padding: 20px 0;
    font-size: 20px;
}

p a,
ul a {
    border-bottom: .08em solid rgba(0, 0, 0, .1);
}

p a:hover,
ul a:hover,
a span:hover,
.widget_products.product_list_widget li:hover {
    cursor: pointer;
}

a img {
    opacity: 1;
}

a img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* For IE8 and earlier */
}

.blue-button {
    background-color: #045693;
    padding: 10px;
    color: white;
    cursor: pointer;
}

#main-content {
    background: url(/wp-content/uploads/2015/11/body-bg.gif) repeat;
}

/* Set Honey Pot Spam Trap to display: none. Else Chrome Auto-Fill fills it in. :(*/
#trap {
    display: none;
}

#et-main-area #main-content article .post-content .more-link,
.more-link {
    color: #ec2c22 !important;
}

.home .display-none {
    display: none !important;
}

/*------------------ Header Styles ---------------------------*/

/*----- Menu Styles ----- */
#et-secondary-nav li.menu-item-14762 {
    margin-right: 0;
}

.menu-item-16976 a {
    display: none !important;
}

.et_header_style_left #et-top-navigation nav#top-menu-nav>ul>li>a,
.et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: 0;
}

#top-menu li {
    padding-right: 0;
    margin-right: 0px;
    margin-left: -4px;
}

#top-menu li:last-child {
    margin-right: 0;
    padding-right: 0px;
}

#top-menu>li>a {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
}

#et-secondary-nav .menu-item-has-children>a:first-child,
#top-menu .menu-item-has-children>a:first-child {
    padding-right: 8px;
    padding-left: 8px;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after,
#top-menu .menu-item-has-children>a:first-child:after {
    display: none;
}

#top-menu li.et-hover,
#main-header #top-menu-nav .nav li ul,
#top-menu li.current-menu-ancestor,
#top-menu li.current-menu-item {
    background: #232323;
}

#top-menu-nav #top-menu li.current-menu-ancestor>a,
#top-menu-nav #top-menu li.current-menu-item>a {
    color: white;
}

#main-header .nav li ul {
    width: 320px;
}

#top-menu-nav .nav li ul {
    border-color: #232323;
}

#top-menu li .sub-menu li {
    margin-right: 0;
    padding-right: 0px;
    width: 100%;
}

#top-menu li li a {
    letter-spacing: 1px;
    width: 100%;
    padding: 6px 10px;
}

#dialog .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

#dialog .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding: 20px;
}


/* store link in header */
#top-header a.et-cart-info {
    color: #ec2c22;
}

#top-menu-nav li.menu-item-86 a,
.et-fixed-header #top-menu-nav #top-menu li.menu-item-86 a,
.et-fixed-header #top-menu li #menu-item-86>a {
    color: white !important;
}

#top-menu-nav li.menu-item-261 a {
    color: black !important;
}

#top-menu-nav li.menu-item-261 {
    padding: 10px;
    background: #dcdcdc;
    margin-right: 10px;
}

.et_header_style_left #et-top-navigation nav>ul>li.menu-item-86>a,
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li.menu-item-86>a,
.et_header_style_left #et-top-navigation nav>ul>li.menu-item-261>a,
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li.menu-item-261>a {
    padding-bottom: 0;
}

#button_custom_donation:hover {
    cursor: pointer;
    background: rgba(30, 111, 154, 0.5) !important
}

#button_custom_donation {
    display: block;
    width: 100%;
    padding: 7px 0;
    background: #1e6f9a;
    color: white;
    border: none;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Donate button style. */
#top-menu-nav li.menu-item-86 {
    padding: 25px 10px 0 10px;
    background: #ec2c22;
}


/* .et_header_style_left #et-top-navigation {
    float: none;
    margin: 0;
    padding-left: 350px !important;
    transition: inherit;
} */
/* ----------------Table Styles -------------------- */

.row-table {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
}

.row-table>.row-table--cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.5rem;
    overflow: hidden;
    list-style: none;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.25);
}

.row-table--4cols>.row-table--cell {
    width: 25%;
}

.row-table--3cols>.row-table--cell {
    width: 33.33%;
    text-align: center;
}

/* Salt Contact Dropdown */
.et_pb_column .salt-contact-toggle .et_pb_toggle_title,
.et_pb_column .salt-donation-toggle .et_pb_toggle_title {
    padding: 0;
}

.salt-contact-toggle {
    text-align: center;
}

.salt-contact-toggle h3 {
    font-weight: 700;
}

.salt-contact-toggle .gform_wrapper h2 {
    font-weight: 700;
}

.salt-contact-toggle .gform_wrapper form .gfield textarea,
.salt-contact-toggle .gform_wrapper form .gfield input {
    padding: 15px;
    border: none;
}

.salt-contact-toggle .gform_wrapper form .gform_footer {
    padding: 0;
}

.salt-contact-toggle .gform_wrapper form .gform_footer input[type=submit] {
    background-color: #20568E;
    width: 100%;
}

.salt-contact-toggle .gform_wrapper form .gform_footer input[type=submit]:hover {
    background-color: rgba(32, 86, 142, .5);
}

/* End Salt Contact Dropdown */

/* Icons */

.et-icons {
    text-shadow: 0 0;
    font-family: ETmodules !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
}

/* Add Sar Incident */

.page-id-71234 .et_pb_section {
    background-color: rgba(0, 0, 0, 0);
}

.page-id-71234 .et_password_protected_form p input {
    background-color: #fff;
}

/*------------------ Footer Styles ---------------------------*/
.footer-widget h3 {
    font-size: 20px;
    margin-top: 10px;
}

.footer-widget a {
    color: #045693;
}

ul.bottom-nav {
    text-align: center;
}

#footer-info {
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
}

/*------------------ Home Page Styles ---------------------------*/

.page-id-118 article,
.single article {
    margin-bottom: 0 !important;
}

/* Margin for single Project posts */
.single-project .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .et_pb_post {
    margin-bottom: 18% !important;
}

/*.et_pb_slider .et_pb_container {
	padding-top: 100px;
}*/
/* IC Slider */
/* .homepage-slider .homepage-cta h1 {
      font-size: 44px; color: #206f9a; line-height: 1.25;
    }
.homepage-slider .homepage-cta p {
    color: #474646; font-size: 22px; line-height: 2;
}
.homepage-slider .et_pb_row_fullwidth {
   width: 100% !important;
   max-width: 100% !important;
}
.home .et_pb_slider .et_pb_slide {
    background-size: 100%;
}


.home .et_pb_slide_description {
  padding: 21% 8%;
}
.home .et_pb_slider_container_inner .et_pb_button_wrapper {
  position: absolute;
  bottom: 30px;
} */

/*.et_pb_slides .et_pb_slider_container_inner {
  margin-right: 700px;
  display: block;
  margin-top: 200px;
}*/

.et-pb-active-slide .et_pb_slide_description {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -ms-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: 0s;
    -moz-animation-duration: 0s;
    -ms-animation-duration: 0s;
    -o-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -ms-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
}

.et_pb_slide_0 .et_pb_slide_title span,
.et_pb_slide_1 .et_pb_slide_description .et_pb_slide_content span {
    display: table;
}

.openHouseAd {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.openHouseAd div:first-child {
    text-align: center;
    margin-right: 40px;
    width: 50%;
}

.openHouseAd div:nth-child(2) {
    text-align: left;
    width: 50%;
}

body #page-container .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_0 a.et_pb_button:hover,
body #page-container .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_1 a.et_pb_button:hover {
    background: rgba(255, 242, 0, 0.5) !important;
}

/* body #page-container .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_button {
    color: rgba(0,0,0,0.62) !important;
    background: rgba(32,111,154,0.05);
    border-width: 1px !important;
    border-color: #206f9a;
    border-radius: 1px;
    letter-spacing: 0px;
    font-size: 17px;
      width: 250px;
}
body #page-container .et_pb_fullwidth_slider_0.et_pb_slider a.et_pb_button:hover {
   color: #ffffff !important;
   background: rgba(32,111,154,0.68);
   border-radius: 3px;
   letter-spacing: 1px;
}

.et-pb-active-slide .et_pb_slide_description {
	animation: none;
}
.home .et_pb_blurb_position_left .et-pb-icon {
	font-size: 56px;
} */
/* Bulleted list on home page */

.indenttedlist li {
    padding-bottom: 7.5px;
}

/* Gravity Form styling */
#gform_submit_button_14 {
    float: right;
}

#gform_wrapper_14 {
    width: 100%;
    float: left;
    margin-top: -2em;
}

#gform_wrapper_14 .name_last {
    display: block;
}

#gform_wrapper_14 div.ginput_container_name span {
    padding-right: 0;
}

.button.gform_button,
.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button,
.et_bloom .et_bloom_form_container.et_bloom_rounded button,
.orangebutton,
.woo_message .wc-forward,
.et_pb_bg_layout_light.et_pb_module.et_pb_button,
.woocommerce-message a {
    vertical-align: middle;
    color: white;
    background: #ec2c22;
    border: none;
    border-radius: 0px;
    position: relative;
    padding: 0.3em 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 16px 0 !important;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    left: auto;
    white-space: nowrap;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    box-sizing: border-box;
}

#main-content .woocommerce button.button.alt,
#main-content .woocommerce button.button,
.woocommerce-page #main-content button.button,
.woocommerce #main-content button.button.alt,
.woocommerce-page #main-content button.button.alt {
    color: #fff;
}

body .et_pb_button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce-message a.button.wc-forward {
    background: #ec2c22;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    width: 100% !important;
}

#main-content .woocommerce button.button.alt:hover,
#main-content .woocommerce button.button:hover {
    padding-right: 1em;
    color: white !important;
}

#main-content .woocommerce button.button.alt:after,
#main-content .woocommerce button.button:after {
    display: none;
}

.gform_wrapper ul li.gfield {
    margin-top: 10px;
    font-size: 15px;
}

.half_column {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

h1.stay-updated {
    text-align: center;
    font-size: 60px;

}

.stay-updated i {
    font-size: 60px;
}

/* Grow effect on blurbs */
.button.gform_button:hover,
.gform_wrapper .gform_page_footer .button.gform_next_button:hover,
.gform_page_footer .button.gform_previous_button:hover,
.orangebutton:hover,
.button:hover,
.et_pb_bg_layout_light.et_pb_module.et_pb_button:hover {
    background: rgba(255, 0, 0, 0.5);
    color: white !important;
}

.woocommerce-error .wc-forward {
    color: white !important;
}

.woocommerce-error .button:hover {
    color: white !important;
}

.image-grow {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.image-grow:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

/* Gravity form on thank you page */
#gform_wrapper_20 {
    background-color: rgba(119, 119, 119, 0.06);
    padding-left: 30px;
}

#gform_wrapper_20 .gform_heading {
    margin-bottom: 0;
    padding-top: 40px;
}

#gform_wrapper_20 h3.gform_title {
    margin: 0;
    padding: 0;
}

#gform_wrapper_20 #field_20_1 {
    margin-top: -16px;
}

#left-area ul li ul#input_20_1 {
    padding-left: 0;
}

.woocommerce-order-received .entry-content ul#gform_fields_20 {
    padding-left: 0;
    padding-bottom: 0;
}

/*------------------ Woo Page Styles ---------------------------


.related {
    clear: both;
    display: block;
	padding-top: 10px;
	margin-top: 30px;
	border-top: 1px solid #ccc;
}
p.demo_store {
	background-color: #ad0804;
}

.woocommerce div.product form.cart .variations select, .post-type-archive li.product .woocommerce .woocommerce {
    display: none !important;
}

*/
.woocommerce-page p:last-of-type {
    padding-bottom: 1em;
}

.woocommerce div.product form.cart .variations td {
    padding: 0;
    line-height: 1.6em;
}

.woocommerce .variations fieldset {
    padding: 0;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

.woocommerce div.product div.images {
    margin-right: 2em;
}

.woocommerce-product-gallery__image {
    margin-bottom: 2em;
}

.woocommerce div.product form.cart .variations td.label {
    font-size: 1.25em;
}

.woocommerce-message .button:after {
    display: none;
}

.woocommerce .woocommerce-message.button:hover {
    padding-right: 1em;
    color: #ec2c22 !important;
}

.woocommerce div.product form.cart .button:after {
    display: none;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce a.button:hover {
    padding-right: 1em;
    color: #fff !important;
}

.woocommerce-error a.button:hover {
    color: #fff !important;
}

/*
.woocommerce-error, .woocommerce-info,  .woocommerce-message {
	position: fixed !important; bottom: 0 !important; margin: 0 !important; left: 0 !important;  z-index: 99 !important; width: 100% !important;
}
*/
#page-container.woocommerce-info,
#page-container .woocommerce-message {
    background: green !important;
}

.woo_message .woocommerce-error,
.woo_message .woocommerce-info,
.woo_message .woocommerce-message {
    position: fixed !important;
    bottom: 0 !important;
    margin: 0 25% 0 25% !important;
    left: 0 !important;
    z-index: 99 !important;
    width: 50% !important;
    border-top-right-radius: .5em;
    border-top-left-radius: .5em;
}

.woo_message .woocommerce-error .button,
.woo_message .woocommerce-info .button,
.woo_message .woocommerce-message .button {
    float: right !important;
}

.woo_message .wc-forward,
.woocommerce .woocommerce-message .wc-forward {
    font-size: 15px;
}

.woocommerce-message a,
.woocommerce-message a.button {
    margin: 0 20px !important;
    /* background-color: rgba(255,255,255,0.85) !important; */
    border: 2px solid #ec2c22 !important;
}

.woocommerce-message a:hover,
.woocommerce-message a.button:hover {
    border: 2px solid rgba(255, 255, 255, 0) !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    background-color: #045693;
    padding: 10px;
    color: #ffffff;
}

.woocommerce div.product .product_title {
    padding-bottom: 20px;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    margin-bottom: 0 !important;
}

.woocommerce div.product form.cart .variations td select {
    background-color: white;
}

.woocommerce-product-gallery__wrapper {
    margin: 0;
}

.select2-container--default .select2-selection--single:focus {
    border: 1px solid black;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell a {
    margin: 0 5px 5px 0;
}

.woocommerce .subscription_details a.cancel,
.woocommerce .subscription_details .spons_notes {
    display: none;
}

#donor_field {
    padding: 15px;
    border-radius: 3px;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
}

.product .woocommerce {
    border-top: 2px solid #ccc;
}

/* WooCommerce forms*/
.woocommerce form .form-row select {
    padding: 5px;
    border-radius: 3px;
}

/* Toggles */
.et_pb_toggle_close {
    border: 2px solid #ec2c22;
}

/* Hide in stock message */
.woocommerce div.product p.stock {
    display: none !important;
}

p.stock {
    display: none !important;
}

/* My account page */

#left-area .entry-content .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}

#left-area .entry-content .woocommerce-MyAccount-navigation li {
    margin-bottom: 15px;
}

#left-area .entry-content .woocommerce-MyAccount-navigation a {
    display: block;
    width: 175px;
    color: #757573;
    background-color: #f1f2ed;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/*------------------ Donate Page Styles ---------------------------*/

.specialBox .woocommerce div.product div.images {
    width: 50%;
}

.specialBox .wvdrb-one-third label {
    width: 120px;
}

.specialBox #main-content .wvdrb-one-third {
    margin: 10px 0 0 0;
}

.et_pb_tab_active a {
    color: #fff !important;
}

.et_pb_tabs_controls li {
    border-right: none;
}

ul.et_pb_tabs_controls {
    border-bottom: none;
    background-color: inherit;
}

.et_pb_all_tabs {
    background-color: inherit;
}

.et_pb_widget_area li a span {
    color: #045693;
}

.page-id-78 .et_pb_blurb_position_left .et_pb_main_blurb_image,
.page-id-78 .et_pb_blurb_position_right .et_pb_main_blurb_image,
.page-id-78 .et_pb_blurb_position_left .et_pb_main_blurb_image img,
.page-id-78 .et_pb_blurb_position_right .et_pb_main_blurb_image img {
    width: 200px;
}

.page-id-57616 .woocommerce .woocommerce {
    display: none;
}

/*------------------ Radio Button Variation Styles ---------------------------*/
/* This is now a label tag Figure it out to change to h3 tag  */

.wc-pao-addon-one-time-donation .wc-pao-addon-name,
.wc-pao-addon-monthly-sponsorship .wc-pao-addon-name,
.wc-pao-addon-note .wc-pao-addon-name {
    display: block;
    float: none;
    font-size: 22px;
    margin-bottom: 10px;
}

#product-1523 .wc-pao-addon-ot .wc-pao-addon-name {
    display: none;
}

.wc-pao-addon-donation-amount .wc-pao-addon-name,
.wc-pao-addon-monthly-sponsorship-amount .wc-pao-addon-name {
    display: none;
}

.product-addon-totals li:first-child {
    display: none;
}

.wc-pao-addon-donation-amount,
.wc-pao-addon .wc-pao-addon-note .wc-pao-addon-name {
    display: block;
}

.wc-pao-addon-donation-amount,
.wc-pao-addon .wc-pao-addon-note .wc-pao-addon-name {
    display: block;
    clear: both;
}

.input-text .wc-pao-addon-field .wc-pao-addon-custom-price {
    display: none;
}


.wc-pao-addon-other {
    margin-top: 20px;
}

.wc-pao-addon p.form-row label {
    background-color: rgb(204, 204, 204);
    float: left;
    margin: 0;
    padding: 3px 15px;
    border-right: 1px solid white;
    text-align: center;
}


.cart.custom button.single_add_to_cart_button {
    color: #fff;
    vertical-align: middle;
    padding: .3em 1em;
    background-color: #ec2c22;
    border-width: 0px;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em !important;
    position: relative;
    border: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.cart.custom button.single_add_to_cart_button:hover {
    background: rgba(255, 0, 0, 0.5);
}


.wc-pao-addon p[class*="wc-pao-addon-wrap-"] label,
.cart.custom .amounts label {
    background-color: rgb(204, 204, 204);
    float: left;
    margin: 0;
    padding: 3px 15px;
    border-right: 1px solid white;
    text-align: center;
}

.cart.custom .custom-programs {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
}

.cart.custom .amounts {
    display: flex;
}

.cart.custom .amounts label {
    flex-grow: 1;
    min-width: 15%;
}

.wc-pao-addon p.form-row:last-of-type label,
.cart.custom .amounts label:last-of-type {
    border-right: none;
}

.wc-pao-addon p label:hover {
    cursor: pointer;
    background-color: white;
}

.wc-pao-addon label input[type="radio"],
.cart.custom .amounts input[type="radio"] {
    display: none;
}

/* .woocommerce-Price-amount {
  display: block;
} */

.wc-pao-addon-other .addon-name,
.wc-pao-addon-other,
.product-addon-totals {
    display: none;
}

.product-addons-total.CurrentTotal .product-addon-totals {
    display: block;
}

#product-1523 .wc-pao-addon-other {
    display: block;
}

#product-1523 .wc-pao-addon-other .addon-name,
.parentCustomPrice,
.wc-pao-col2,
.wc-pao-col1,
div.product-addon-totals ul li.wc-pao-row-quantity-based {
    display: none;
}

div.product-addon-totals .wc-pao-subtotal-line {
    padding: 5px 0;
    margin-top: 10px;
    border-top: none;
}

#product-addons-total,
.product-addons-total.CurrentTotal,
.wc-pao-addon-monthly-sponsorship-amount {
    clear: both;
}

div.product-addon-totals ul li {
    padding: 0;
    list-style: none;
}

.woocommerce #product-addons-total div.product-addon-totals p.price {
    color: #666;
}

div.product-addon-totals ul li.wc-pao-row-quantity-based {
    padding-left: 0;
}

div.product-addon-totals {
    margin: 5px 0 10px 0;
    padding: 0;
}

#product-addons-total .product-addon-totals ul {
    padding: 0;
}

div.product-addon-totals ul li:not(.wc-pao-subtotal-line) {
    display: none !important;
}

div.product-addon-totals .wc-pao-subtotal-line {
    justify-content: flex-start;
}

form .wc-pao-addon .form-row {
    float: left !important;
}

.product .wc-pao-addon .form-row-wide {
    clear: none !important;
    padding: 0 !important;
}

.woocommerce form .form-row input[type="number"] {
    margin-top: 15px;
}

.woocommerce div.product form.cart div[class*="-billboard"] label {
    display: block;
}

.single-product form .addon-wrap-1523-choose-billboard-2 {
    margin-right: 20px;
}

.woocommerce .single-product form .form-row input.input-text,
.woocommerce form .form-row input.input-text {
    padding: 5px;
	border: 1px solid black
}

.woocommerce .wcopc div.product div.summary,
.woocommerce-page .wcopc div.product div.summary {
    width: 100%;
}

.woocommerce ul.products li.selected {
    margin: 0 3.8% 2.992em 0 !important;
}

div.woocommerce dl.wc-pao-addon-totals {
    margin: 1em 0 1.5em 0;
}

#wc-pao-addons-total {
    width: 200px;
}

dl.wc-pao-addon-totals dt {
    width: 50%;
    float: left;
    clear: left;
}

.cart .wc-pao-addon .checked label,
.custom.cart .amounts label.checked {
    background-color: white;
}

.custom.cart .amounts label:hover {
    cursor: pointer;
}

/*------------------ Blog Styles ---------------------------*/
.single-post #main-content .container {
    padding-top: 0;
}

.single-post #left-area {
    padding: 50px;
    background-color: white;
    border: 1px solid #ccc;
    width: 80% !important;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none !important;
}

/* Caption styling */
.single-post .caption {
    color: grey;
    font-size: 12px;
    line-height: 1.5;
}

.single-post #main-content #left-area article.post .et_post_meta_wrapper img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.page-id-118 article.post img,
.single-project .et_pb_posts article.post img,
.error404 article.post img,
.et_pb_posts article.post img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.single-post .wp-caption {
    max-width: 100%;
}

article.post .woocommerce {
    clear: both;
}

article.post .woocommerce .single-product {
    border-top: 1px solid rgba(0, 0, 0, 0.00);
}

.et_pb_post .entry-content {
    padding-top: 0;
}

.et_pb_posts a.more-link {
    clear: none;
    display: inline;
}

article.post,
article.project {
    clear: both;
    margin-bottom: 20px;
}

article.post:last-child {
    margin-bottom: 0px;
}

.et_pb_post h2 {
    margin-top: 0px;
    font-size: 30px;
}

.all_programs {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 30px;
}

.et_pb_widget_area a {
    border-bottom: none;
}

.et_pb_widget_area li {
    margin-top: 3px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
}

.widgettitle {
    background-color: #ccc;
    font-weight: bold;
    padding: 10px;
}

.single-post .et_pb_post {
    margin-bottom: 0px;
}

/*------------------ Program page Styles ---------------------------*/

/* .et_pb_column_1_2 .et_pb_text {
	margin-top: 30px;
} */
.et_pb_toggle_title {
    text-align: center;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li,
ul.et_pb_tabs_controls li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
    color: white !important;
    background-color: #ec2c22;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item .et_pb_module_header {
    background-color: #045693;
    margin-top: 0;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
}

.page-id-150 .project_category-where-needed-most {
    border: 10px solid #ec2c22;
}

.et_pb_column_3_4 .et_pb_filterable_portfolio_grid .project {
    clear: none !important;
    margin: 0 40px 32px 0 !important;
    width: 17% !important;
}

.et_portfolio_image img {
    width: 100%;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.last_in_row {
    margin-right: 0 !important;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.first_in_row {
    clear: both !important;
}

.our-programs {
    width: 50% !important;
    height: 30px;
    padding: 10px;
}

/* DRS Page style*/

/* And IC */
.post-1375 .et_pb_fullwidth_header .et_pb_fullwidth_header_container,
.post-1387 .et_pb_fullwidth_header .et_pb_fullwidth_header_container,
.post-1368 .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    margin-left: 7%;
}

/* BBE Page */

.bbe-map iframe {
    pointer-events: none;
}

.bbe-prayer-signups {
    display: none;
}

/* SAR Main Page */

.map-container-parent .et_pb_slide_0 .et_pb_slider_container_inner {
    vertical-align: top;
}

#map-container {
    height: 800px;
    min-width: 310px;
    max-width: 1000px;
    margin: 0 auto;
}


/*------------------ About Us Page ---------------------------*/

.page-id-134 .columnize,
#post-35795 .columnize .et_pb_text_inner {

    -moz-column-count: 2;
    column-count: 2;
}

#post-35795 .et_pb_section_4 .et_pb_column_4_4 .et_pb_text_inner li {
    list-style: none;
}

#post-35795 .et_pb_section_4 .et_pb_column_4_4 .et_pb_text_inner ul li {
    margin-left: 20px;
}

.page-id-134 .homepage-slider .et_pb_column_0 .et_pb_text_0 h2 {
    font-size: 32px;
}

.page-id-134 .flexy {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.page-id-134 .flexy img {
    margin-right: 40px;
}


/*------------------ Ways To Give Page ---------------------------*/

.page-id-121 .et_pb_main_blurb_image {
    margin-bottom: 0;
}

.page-id-121 .et_pb_blurb_container {
    padding: 10px;
}

/*------------------ Search Results Page ---------------------------*/
body.archive.category article img,
.otherRelated .post img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

body.search article img {
    float: left;
    margin: 0 20px 20px 0;
}

body.search article {
    clear: both;
}

/* Events Pages */
#tribe-bar-form {
    background: none;
}

.tribe-events-calendar thead th {
    color: white;
}

.custom-event-sidebar .tribe-event-title {
    margin-top: 10px;
    font-size: 1.25em;
}

.custom-event-sidebar dd.author {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.custom-event-sidebar dd {
    margin-left: 0;
}

.tribe-address br {
    display: none;
}

.custom-event-sidebar {
    float: left;
    width: 25%;
}

.custom-event-sidebar .tribe-event-duration {
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
}

.custom-event-sidebar .tribe-events-address {
    font-size: 13px;
}

.page-template-page-template-events-php .footer-widget {
    width: 20.875%;
    margin: 0 5.5% 5.5% 0;
}

.page-template-page-template-events-php .footer-widget.last {
    margin-right: 0;
}

.tribe-events-month-event-title {
    color: #045693;
}

.tribe-theme-child-childdivi .events-container {
    width: 90%;
    max-width: 1600px;
}

.tribe-theme-child-childdivi .events-container #left-area {
    width: 74.125% !important;
}

/* Category Archive Pages */
.archive-header {
    height: 450px;
    width: 100%;
    background-image: url(https://cdn.christianaidministries.org/wp-content/uploads/2016/09/donationslider.png);

}

.archive.tax-project_category #main-content .archive-header {
    margin-bottom: -200px;
}

.archive.category #main-content .container,
.search #main-content .container,
.archive.tax-project_category #main-content .container {
    width: 90%;
    max-width: 1600px;
}

.archive.category #content-area,
.search .container #content-area {
    margin-top: -300px;
}

.archive.tax-project_category #main-content .no-image .container {
    padding-top: 5em;
}

.archive.tax-project_category #main-content .with-image .container {
    padding-top: 0;
}

.archive.tax-project_category #main-content .with-image .container .entry-title,
.archive.tax-project_category #main-content .with-image .container p {
    color: white;
}

.archive.tax-project_category #main-content .with-image {
    height: auto;
    margin-bottom: 0;
    padding: 250px 0;
}

.archive.category-updates #content-area {
    margin-top: -225px;
}

.archive.category #left-area {
    width: 75%;
}

.archive.category #sidebar {
    width: 25%;
}

.cat-post-thumbnail {
    display: none;
}

.archive.tax-project_category #content-area .project {
    clear: none;
    margin: 0 40px 32px 0;
    width: 17%;
    float: left;
    position: relative;
}

.archive.tax-project_category #content-area .project:nth-child(5n) {
    margin-right: 0;
}

.archive.tax-project_category #content-area .project:nth-child(6n) {
    clear: both;
}

.archive.tax-project_category #content-area .project .entry-title {
    background-color: #045693;
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
}

/* Open House Page */
#saturday.et_pb_blurb_1.et_pb_blurb {
    height: 1170px;
    overflow: hidden;
}

/* Newsletter Signup Page */

.page-id-260 .et_pb_main_blurb_image {
    width: 30%;
    box-shadow: 7px 7px 7px #888888;
}

.page-id-260 .et_pb_main_blurb_image img {
    width: 100%;
}

.page-id-260 .et_pb_blurb_content {
    max-width: 700px;
}

.page-id-260 .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 30px;
}


/* Bloom */
.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content span.et_bloom_button_text.et_bloom_button_text_color_dark,
.et_bloom .et_bloom_form_container.et_bloom_form_text_dark .et_bloom_form_content span.et_bloom_button_text.et_bloom_button_text_color_dark {
    color: #ec2c22 !important;

}

.donationmobile {
    display: none;
}

.camWestOpenHouse tbody tr {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
}

.camWestOpenHouse td:first-child,
.camWestOpenHouse th:first-child,
.camWestOpenHouse td:nth-child(2),
.camWestOpenHouse th:nth-child(2),
.camWestOpenHouse td:nth-child(3),
.camWestOpenHouse th:nth-child(3) {
    border-right: 2px solid #fff;
}

.camWestOpenHouse thead th {
    background: #21759b;
    color: #ffffff;
    border-bottom: none;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.camWestOpenHouse tbody td {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: #dedede;
    color: black;
}

#post-1398 .et_pb_fullwidth_header_0 .et_pb_fullwidth_header_container.center .header-content {
    width: 90%;
    max-width: 900px;
}

.post-1398 .et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards {
    padding-bottom: 0 !important;
}

.post-1398 .et_pb_fullwidth_menu--without-logo .et_pb_menu__menu nav ul:not(.sub-menu) li a {
    padding-bottom: 0;
    margin-bottom: 29px;
}

.post-1398 .et_pb_fullwidth_menu--without-logo .et_pb_menu__menu nav ul.sub-menu li a {

    margin-bottom: 0;
}

.post-1398 #gform_25 div.ginput_complex.ginput_container.gf_name_has_2 span {
    display: block;
    width: 100%;
    padding: 0;
}

.postid-1398 #statistics .et_pb_slide .et_pb_container {
    height: 450px !important;
}

.postid-1398 #testimonials .et-pb-slider-arrows .et-pb-arrow-prev {
    opacity: 1;
    left: 0 !important;
    background: #20568e;
    color: white;
}

.postid-1398 #testimonials .et-pb-slider-arrows .et-pb-arrow-next {
    opacity: 1;
    right: 0 !important;
    background: #20568e;
    color: white;
}

.postid-1398 #statistics .et-pb-slider-arrows .et-pb-arrow-prev {
    opacity: 1;
    left: 0 !important;
    background: #20568e;
    color: white;
}

.postid-1398 #statistics .et-pb-slider-arrows .et-pb-arrow-next {
    opacity: 1;
    right: 0 !important;
    background: #20568e;
    color: white;
}

.post-1398 #statistics .et_pb_module.et_pb_image {
    width: 60%;
}

.post-1398 .et_pb_fullwidth_menu .et-menu-nav>ul.upwards li ul {
    border-bottom: 3px solid #ec2c22;
}

.postid-1398 .et_pb_row.hide-image .et_pb_text_inner:hover {
    cursor: pointer;
}

.hide-image .et_pb_text.hovering img {
    visibility: hidden;
}


body.single-bwg_gallery #bwg_container1_0 #bwg_container2_0 .bwg-container-0 .bwg-item>a {
    margin-right: 10px;
}

.single-bwg_gallery #main-content .container {
    overflow-x: scroll;
}

/*------------------ Gifts page Styles ---------------------------*/

.woocommerce ul.products li.product_cat-gifts .woocommerce-loop-product__title {
    background-color: rgba(0, 0, 0, 0);
    color: #EC2C22;
    text-align: center;
    font-weight: bold;
}

.page-id-62639 .woocommerce ul.products li.product_cat-gifts .price {
    text-align: center;
}

.woocommerce .product_cat-gifts a.button {
    padding: .3em;
    font-size: 16px;
    border: 0px !important;
}

.woocommerce .product_cat-gifts a.button:after {
    display: none !important;
}

.woocommerce ul.products li.product_cat-gifts {
    text-align: center;
}

.et_full_width_page.woocommerce-page ul.products li.product_cat-gifts:nth-child(3n+1),
.et_full_width_page.woocommerce-page ul.products li.product_cat-gifts:nth-child(4n+1) {
    clear: none !important;
}

.et_full_width_page.woocommerce-page ul.products li.product_cat-gifts:nth-child(4n) {
    margin: 0 3.8% 2.992em 0;
}

.et_full_width_page.woocommerce-page ul.products li.product_cat-gifts.last {
    margin-right: 0 !important;
}

.et_full_width_page.woocommerce-page ul.products li.product_cat-gifts.first {
    clear: both !important;

}

.page-id-62639 .columns-3 .et_shop_image {
    height: 300px;
    display: flex;
    align-items: center;
}

.page-id-62639 .product_cat-gifts .woocommerce-loop-product__title {
    height: 60px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product_cat-gifts a.button {
    font-size: 14px !important;
    color: white !important;
    background-color: #db4031;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border: 0px !important;
}

.product_cat-gifts a.button:hover {
    background: rgba(219, 64, 49, 0.53);
    color: white !important;
    border: none !important;
    padding: 0px !important;
}

.page-id-62639 .woocommerce-page ul.products li.product_cat-gifts a img {
    max-height: 300px;
}

.woocommerce-checkout .post-6 h1.main_title {
    padding: 0;
    margin: 0;
}

#et-main-area #main-content article .post-content .more-link,
.more-link {
    display: none;
}

#gal_front_form_0 {
    display: block !important;
}

div[id^="bwg_container"] div[class^="bwg_slideshow_image"] {
    margin: 0 auto;
}

#top-header a.et-cart-info {
    color: white !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {
    padding: 15px !important;
    width: 100% !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel] {
    width: 100% !important;
}

body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_body .gform_page_footer .gform_next_button {
    color: white;
    background: #ec2c22;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    border-radius: 0px
}

body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_body .gform_page_footer .gform_next_button:hover {
    background: rgba(255, 0, 0, 0.5);
    color: white !important;

}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    margin-top: 12px !important;
}

#input_14_2.small {
    width: 52% !important;
}

.et_pb_newsletter_button.et_pb_button,
.et_pb_newsletter_button.et_pb_button:hover {
    color: white;
    background: #ec2c22;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    border-radius: 0px;
    background: rgba(255, 0, 0, 0.5);
    color: white !important;
}

.et_submit_button.et_pb_button {
    color: white !important;
}

a.button.wc-backward {
    color: white !important;
    background: #ec2c22;
    padding-left: 30px;
    padding-right: 30px;

}

a.button.wc-backward :hover {
    border: none;
    border-radius: 0px;
    background: rgba(255, 0, 0, 0.5);
}

.et_pb_row .et_pb_row_0 {
    display: none;
}

.post-1375 .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    margin-left: auto;
}

#df_71583 {
    font-size: 18px;
    cursor: pointer;
    border-width: 0px;
    border-style: solid;
    -webkit-border-radius: 0px;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 100px;
    padding-right: 100px;
    font-family: "Open Sans", Arial, sans-serif;
    background-color: #ec2c22;
}


#df_71996._df_button {
    background-color: #ec2c22;
    border-radius: 0;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;

}

#df_71583._df_button:hover {
    background: rgba(255, 0, 0, 0.5);
}

#input_23_10 {
    margin-top: -50px;
}

.gform_wrapper .gf_progressbar_wrapper {
    display: none;
}

.et-pb-active-slide .et_pb_slide_description {
    -webkit-animation-duration: 0s;
    -moz-animation-duration: 0s;
    -ms-animation-duration: 0s;
    -o-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_description,
.et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image {
    opacity: 1;
    -webkit-animation-duration: 0s;
    -moz-animation-duration: 0s;
    -ms-animation-duration: 0s;
    -o-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

@media (max-width: 1850px) {
    .front-page-second article {
        height: inherit;
    }


}



@media (max-width: 1609px) {
    .remove-pic-tablet .et_pb_main_blurb_image {
        display: none;
    }

/*    .et_pb_column_3_4 .et_pb_filterable_portfolio_grid .project {
        clear: none !important;
        margin: 0 30px 22px 0 !important;
        width: 28% !important;
    }*/

    #seemore.et_pb_button {
        margin-top: -25px !important;
    }

    /* .home .et_pb_slide_description {
  padding: 18% 8%;
} */
}

@media (max-width: 1508px) {

    /* .homepage-slider .homepage-cta h1 {
    font-size: 1.25em;
  }
  .homepage-slider .homepage-cta p {
    font-size: .85em;
    line-height: 1.5;
  }
  .homepage-slider .et_pb_cta_0.et_pb_promo {
        padding-top: 7% !important;
  }
  .page-id-134 .homepage-slider .et_pb_column_0 .et_pb_text_0  {
        padding: 7% 0 0 50px !important;
  } */
    #saturday.et_pb_blurb_1.et_pb_blurb {
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    #seemore {
        display: none;
    }

    .archive.tax-project_category #content-area .project:nth-child(5n) {
        margin: 0 40px 32px 0;
    }

    .archive.tax-project_category #content-area .project:nth-child(6n) {
        clear: none;
    }

    .archive.tax-project_category #content-area .project:nth-child(4n) {
        margin-right: 0;
    }

    .archive.tax-project_category #content-area .project:nth-child(5n) {
        clear: both;
    }
}

@media (max-width: 1267px) {

    /* Downsize the CTA button on the home page. */
    /* .homepage-slider .et_pb_button {
      font-size: 15px;
  }
  .homepage-slider .et_pb_promo_description span.hide {
    display: none;
  } */
    .page-id-134 .homepage-slider .et_pb_column_0 .et_pb_text_0 {
        margin-top: 0;
    }

    .page-id-134 .homepage-slider .et_pb_column_0 .et_pb_text_0 h2 {
        font-size: 25px;
    }


    /* .et_header_style_left #et-top-navigation {
    float: right;
    padding-left: 0 !important;
} */
    /* Move the menu items down a bit*/
    .et_header_style_left #et-top-navigation nav>ul>li>a,
    .et_header_style_split #et-top-navigation nav>ul>li>a {
        padding-bottom: 5px !important;
    }

    #gform_wrapper_14 {
        margin-top: 0;
    }

    .page-id-4 .woocommerce div.product form.cart {
        width: 100%;
    }

    .specialBox .woocommerce div.product form.cart {
        float: none;
        width: 100%;
    }

    .woo_message .woocommerce-error,
    .woo_message .woocommerce-info,
    .woo_message .woocommerce-message {
        margin: 0 12.5% 0 12.5% !important;
        width: 75% !important;
    }


    .et_pb_blog_grid .et_pb_post h2.entry-title {
        font-size: 18px !important;
    }

    /* Post styling - SALT Page */
    .postid-1398 .et_pb_gutters3.et_pb_row.et_pb_row_1-2_1-4_1-4 .et_pb_column_1_2.et_pb_column_9 {
        width: 94%;
    }

    .postid-1398 .et_pb_gutters3.et_pb_row.et_pb_row_1-2_1-4_1-4 .et_pb_column_1_4.hide-me {
        display: none;
    }

    .et_pb_section .et_pb_column_1_2 .et_pb_row_inner .et_pb_column.width-100 {
        width: 100%;
    }

    .page-id-78 .et_pb_blurb_position_left .et_pb_main_blurb_image {
        display: none;
    }

}

@media (max-width: 1060px) {

    /*Mobile style - WooCommerce product pages*/
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
    }

    /* .homepage-slider .et_pb_cta_0.et_pb_promo, .page-id-134 .homepage-slider .et_pb_column_0 .et_pb_text_0  {
        padding: 4% 0 0 30px !important;
  } */

    #disasterDiv a {
        display: none;
    }

}


@media (max-width: 1025px) {

    .page-id-17872 .et_pb_row {
        width: 100%;
    }
}

@media (max-width: 980px) {
    #mobile_menu1 li a {
        color: #707070;
    }

    /* Adjust padding, font-size, etc on front page - first section */
    .page-id-134 .homepage-slider .et_pb_column_0 .et_pb_text_0 {
        padding: 2% 30px 30px 30px !important;
    }

    .page-id-134 .homepage-slider .et_pb_column_0 {
        margin: 0;
    }

    .et_pb_section_0 {
        padding-top: 0px !important;
    }

    .page-id-134 .annual-report h2 {
        font-size: 22px;
    }

    /* .homepage-slider  .et_pb_image_0, .homepage-slider .et_pb_column_1 img {
      width: 100%;
  }

  .entry-content .homepage-slider, .homepage-slider .et_pb_row_fullwidth {
     padding: 0 !important;
   } */

    .menu-item-16976 a {
        display: block !important;
    }

    h2 {
        font-size: 26px;
    }

    .woocommerce-message .donation-basket {
        display: none !important;
    }

    .woocommerce-message div {
        width: 75%;
    }

    .single-post .entry-content .orangebutton {
        display: block !important;
        text-align: center;
    }

    .single-post .otherRelated .post img {
        width: 100%;
        float: none;
    }

    .postid-1368 .post-1368 .header-content-container {
        background: rgba(255, 255, 255, 0.5);
        padding: 10px;
    }

    .archive.tax-project_category #content-area .project {
        margin: 0 20px 32px 0;
        width: 47%;
    }

    .archive.tax-project_category #content-area .project img {
        width: 100%;
    }

    .archive.tax-project_category #content-area .project:nth-child(2n) {
        margin-right: 0;
    }

    .archive.tax-project_category #content-area .project:nth-child(3n) {
        clear: none;
    }

    .archive.tax-project_category #content-area .project:nth-child(5n) {
        clear: none;
        margin: 0 20px 32px 0;
    }

    .page-id-150 #post-150 .et_pb_row_0.et_pb_row_fullwidth {
        width: 100% !important;
        max-width: 100% !important;
        background: rgba(0, 0, 0, 0.30);
    }

    .our-programs {
        width: 100%;
    }

    /* .postid-1398 .et_pb_fullwidth_menu_0.et_pb_fullwidth_menu .et_mobile_menu{

    border-color: #232323;
}
.postid-1398 .et_pb_section .et_pb_fullwidth_menu_0.et_pb_fullwidth_menu .et_mobile_menu{
    background-color: #232323!important;
} */
    div.et_pb_section.et_pb_section_3.remove-background {
        background-image: none !important;
    }

    .tribe-theme-child-childdivi .events-container #left-area {
        width: 100% !important;
    }

    .custom-event-sidebar {
        float: left;
        width: 100%;
    }


    .banner {
        display: none;
    }

    .row {
        display: block;
        width: 100%;
    }

    .column {
        display: block;
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid white;
    }

    .column>div {
        display: none;
    }

    .column.first {
        background: url('https://christianaidministries.org/wp-content/uploads/2017/07/Where-Needed-Most.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
        max-height: 300px;
    }

    .column.second {
        border: none;
    }

    .header_donations {
        visibility: hidden;
        z-index: 9999;
        opacity: 0;
        position: fixed;
        overflow-y: auto;
        width: 100%;
        display: block;
        float: none;
        height: 100%;
        overflow: scroll;
        right: 0;
        top: 0;
        padding: 0 20px 20px 20px;
        background: black;
        background-size: cover;
        background-position: center center;
    }
	#input_custom_donation {
	    width: 100% !important;
        padding: 10px;
	}

	.et_fullwidth_nav header#main-header .container{
    padding:0;
}
	
    .header_donations h3 {
        color: white;
        font-size: 24px;
    }

    .header_donations h3:after {
        font-family: 'ETmodules';
        text-align: center;

        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        float: right;
        font-size: 16px;
        content: '\e050';
    }

    .header_donations h3.open:after {
        content: '\e04f';
    }

    .header_donations select {
        font-size: 18px;
        padding: 5px;
		width: 100%
    }

    .header_donations input {
        width: 100%;
        padding: 5px;
        margin: 6px 0;
        border: none;
        font-size: 18px;
    }

    .header_donations a {
        color: white;

    }

    a.seeMore {
        background: #6F6F6F;
        padding: 10px 5px;
        margin-top: 10px;
        text-align: center;
    }

    .postid-1398 #statistics .et_pb_slide_5 .et_pb_container,
    .postid-1398 #statistics .et_pb_slide_6 .et_pb_container {
        height: 600px !important;
    }

    .post-1398 #statistics .et_pb_module.et_pb_image {
        width: 40%;
    }



    @media (max-width: 768px) {

        #post-1398 #testimonials .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
            display: block !important;
        }

        .cart.custom label:nth-of-type(3) {
            border-right: none;
        }

        .cart.custom #custom-price {
            width: 100%;
        }

        .cart.custom .amounts {
            display: flex;
            flex-wrap: wrap;
        }

        .cart.custom .amounts label {
            flex-grow: 1;
            min-width: 33.33%;
            margin-top: 3px;
        }

        #input_14_2.small {
            max-width: 100% !important;
        }

        .et_pb_slide_0 .et_pb_slide_title span,
        .et_pb_slide_1 .et_pb_slide_description .et_pb_slide_content span {
            display: inline;
        }

        .single-post h1,
        .et_pb_title_container h1 {
            font-size: 26px;
        }

        /* Adjust padding on front page - first section */
        /* .homepage-slider .entry-content .et_pb_section_0 {
    padding: 0;
  } */
        .homepage.et_pb_section {
            padding: 0;
        }

        /* Search field on program page */
        #post-150 .et_pb_code_0 input,
        #post-1735 .et_pb_code_0 input {
            width: 100% !important;
        }

        .woocommerce-page #content table.cart td.actions .button,
        .woocommerce-page #content table.cart td.actions input,
        .woocommerce-page table.cart td.actions .button,
        .woocommerce-page table.cart td.actions input {
            width: 100%;
        }

        .woo_message .woocommerce-error,
        .woo_message .woocommerce-info,
        .woo_message .woocommerce-message {
            width: 100% !important;
            margin: 0 !important;
        }

        .woocommerce #left-area .woocommerce-message .wc-forward,
        .woocommerce-message .wc-forward {
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .woocommerce-message div {
            width: 100%;
        }

        #gform_14 div.ginput_complex.ginput_container.gf_name_has_2 span,
        .gform_wrapper #gform_14 .top_label input.medium {
            width: 100%;
        }

        /* Decrease padding on mobile */
        .entry-content .et_pb_section {
            padding: 0;
        }

        .postid-1398 .entry-content .et_pb_section_0 {
            padding: 0;
        }

        /* .entry-content .et_pb_row {
    padding: 15px 0 0 0 !important;
  } */

        .page-id-17872 .entry-content .et_pb_row {
            padding: 0px !important;
        }

        .page-id-17872 .entry-content .et_pb_row .et_pb_text {
            padding: 20px !important;
        }


        .page-id-17872 .entry-content .et_pb_row .et_pb_text img {
            width: 100%;
        }

        /* News post style */

        .single-post #left-area {
            padding: 0;
            background-color: inherit;
            border: none;
            width: 100% !important;
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

        .single-post.et_full_width_page #left-area {
            width: 100% !important;
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

        .single-post #main-content .container {
            padding-top: 58px;
        }

        /* Fix "manage payment methods" button on checkout page for mobile */

        .woocommerce-checkout-payment .payment_method_authorize_net_cim_credit_card .button {
            float: none !important;
            display: block;
            margin-bottom: 20px;
            width: 100%;
            text-align: center;
            font-size: 12px;
        }

        .woocommerce-checkout h1,
        .woocommerce-cart h1 {
            font-size: 33px;
        }

        /* Centered widgets on mobile. */
        .et_pb_widget {
            float: none;
            text-align: center;
        }

        .otherRelated .post img,
        .archive .post img,
        .page-id-134 .et_pb_text_inner img.alignright,
        .search-results article img {
            width: 100% !important;
            float: none;
            margin-left: 0;
            margin-bottom: 15px;

        }

        .orangebutton {
            width: 100%;
            font-size: 14px;
            text-align: center;
        }

        .woocommerce form.register {
            margin: 0;
        }

        .woocommerce form.login {
            margin-bottom: 2em;
            margin-top: 0;
        }

        .page-id-134 .columnize {

            -moz-column-count: 1;
            column-count: 1;
        }

        .page-id-134 .flexy {
            display: block;
        }

        .page-id-134 .flexy img {
            width: 150px;
            margin-bottom: 15px;
        }

        .page-id-134 .annual-report h2 {
            font-size: 22px;
        }

        .postid-1368 .post-1368 .et_pb_fullwidth_header .header-content-container h1 {
            font-size: 35px;
        }

        .postid-1368 .post-1368 .et_pb_fullwidth_header_0 .et_pb_fullwidth_header_container {
            padding-bottom: 0;
        }

        .postid-1368 .post-1368 .et_pb_row_10 .et_pb_column_4_4 .et_pb_text_9 {
            margin-right: 0 !important;
        }

        .gform_wrapper .gform_footer input.button,
        .gform_wrapper .gform_footer input[type=submit].gform_button,
        .gform_wrapper .gform_page_footer input.button,
        .gform_wrapper .gform_page_footer input[type=submit] {
            font-size: .85em;
        }

        .woocommerce-message a,
        .woocommerce-message a.button {
            margin: 0 !important;
        }

        .donationmobile {
            display: block;
        }

        .et_pb_text_inner .openHouseAd {
            display: block;
            width: 100%;
        }

        .et_pb_text_inner .openHouseAd div {
            width: 100%;
        }

        .et_pb_text_inner .openHouseAd div img {
            margin-bottom: 10px;
        }

        select.programs {
            width: 100%;
            padding: 10px 0;
            font-size: 16px;
        }

        .et_pb_portfolio_filters {
            display: none;
        }

        .page-id-150 .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item.odd {
            margin-right: 0 !important;
        }

        .page-id-150 .entry-content .et_pb_section {
            padding: 0;
        }

        .archive.tax-project_category #main-content .with-image {
            height: 300px;
            margin-bottom: 0;
            padding: 100px 0 !important;
        }

        .disaster-header {
            padding: 20px;
        }

        .disaster-header p {
            text-align: left !important;
            padding-left: 20px;
        }

        .disaster-header span.camPreps {
            width: 80%;
            float: left;
        }

        .disaster-header span#closeDiv {
            width: 18%;
            float: right;
            margin-right: 0;
            font-size: 36px;
            margin-top: 13px;
            font-weight: normal;
        }

        .disaster-header a {
            display: inline-block;
        }

        .banner p {
            width: 65%;
            float: left;
        }

        .banner a {
            padding: 20px 10px !important;
        }

        #dialog .row {
            display: block;
        }

        h3.urgent {
            border: none;
            padding: 0;
            margin-bottom: 5px;
        }

        #dialog .column.urgent {
            padding-left: 20px;
        }

    }

    @media (max-width: 468px) {
        .home #post-54 .homepage .et_pb_module .et_pb_slide {
            padding: 0;
        }

        .et_pb_slider .et_pb_container {
            width: 100%;
            padding: 20px;
            background: rgba(0, 0, 0, 0.1);
        }

        .home .homepage .et_pb_slider p {
            line-height: 1.5em;
        }

        .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.first_in_row {
            clear: none !important;
        }

        .et_pb_column_3_4 .et_pb_filterable_portfolio_grid .project {
            width: 48% !important;
            margin: 0 0 22px 0 !important;
        }

        .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(odd) {
            float: left;
            clear: both !important;
        }

        .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(even) {
            float: right;
            clear: none !important;
        }

        body:not(.postid-1398) .a.et-pb-arrow-next::before,
        body:not(.postid-1398) a.et-pb-arrow-prev::before {
            position: relative;
            top: 165px;
        }

        .page-id-78 .et_pb_blurb_position_left .et_pb_main_blurb_image,
        .page-id-78 .et_pb_blurb_position_right .et_pb_main_blurb_image,
        .page-id-78 .et_pb_blurb_position_left .et_pb_main_blurb_image img,
        .page-id-78 .et_pb_blurb_position_right .et_pb_main_blurb_image img,
        .page-id-78 .et_pb_blurb_position_left .et_pb_main_blurb_image .et_pb_image_wrap {
            width: 100%;
            display: block;
        }
    }

    @media (max-width: 376px) {
        .archive.tax-project_category #content-area .project {
            margin: 0 0 32px 0;
            width: 100%;
            float: none;
        }

        .et_pb_column_3_4 .et_pb_filterable_portfolio_grid .project {
            width: 100% !important;
            float: none !important;
        }

        /* .home .homepage-slider .et_pb_cta_0.et_pb_promo {
  padding-bottom: 0 !important;
} */
        .container {
            width: 90%;
        }

        .custom_close_search_field {

            right: 30px;

        }

        .single-post #main-content .container {
            padding-top: 20px;
        }
	}}

li#menu-item-86
{background-color: #EC2C22;}

.et-l--header{
    position:relative;
    z-index:30;
}
#main-content{
    position:relative;
    z-index:20;
}

.container.clearfix.et_menu_container {
	width: 100%
}


/* Correct padding and width in header donations fields */
select#header_donations{width: 100% !important;padding: 10px !important;margin-bottom: 10px;margin-top:10px;}input#input_custom_donation{width: 100%;padding: 10px;margin-bottom: 10px;margin-top:10px;}#block-3 > div > div:nth-child(1){border:1px solid white;padding: 10px;}#block-2 > div > div:nth-child(2){border: 1px solid white;padding-top: 15px;padding-left: 15px;padding-right: 15px;
}

#block-3 > div > div:nth-child(1) a:hover {background-color: #878787; padding-right: 5px;}
#block-3 > div > div:nth-child(2) a:hover {background-color: #878787; padding-right: 5px;}
#block-3 > div > div:nth-child(3) a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_with_border.et_pb_column_1_3.et_pb_column.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough > div > div > p > span:nth-child(1) > a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_with_border.et_pb_column_1_3.et_pb_column.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough > div > div > p > span:nth-child(3) > a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_with_border.et_pb_column_1_3.et_pb_column.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough > div > div > p > span:nth-child(5) > a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_with_border.et_pb_column_1_3.et_pb_column.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough > div > div > p > span:nth-child(7) > a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_with_border.et_pb_column_1_3.et_pb_column.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough > div > div > p > span:nth-child(9) > a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_column.et_pb_column_1_3.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough > div > div > p:nth-child(2) > span:nth-child(1) > a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_column.et_pb_column_1_3.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough > div > div > p:nth-child(2) > span:nth-child(3) > a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_column.et_pb_column_1_3.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough > div > div > p:nth-child(2) > span:nth-child(5) > a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_column.et_pb_column_1_3.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough > div > div > p:nth-child(2) > span:nth-child(7) > a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_column.et_pb_column_1_3.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough > div > div > p:nth-child(2) > span:nth-child(9) > a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_column.et_pb_column_1_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light > div > p > span:nth-child(1) > a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_column.et_pb_column_1_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light > div > p > span:nth-child(3) > a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_column.et_pb_column_1_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light > div > p > span:nth-child(5) > a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_column.et_pb_column_1_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light > div > p > span:nth-child(7) > a:hover {background-color: #878787; padding-right: 5px;}
#post-78 > div > div > div > div.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular.et_section_transparent > div.et_pb_row.et_pb_row_1.et_pb_row_fullwidth > div.et_pb_column.et_pb_column_1_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough.et-last-child > div.et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light > div > p > span:nth-child(9) > a:hover {background-color: #878787; padding-right: 5px;}

#top-header {
    z-index: 5;
}

/* .et_header_style_left .logo_container {
  width: auto;
} */
#logo {
    z-index: 10;
    margin-top: -23px;
    transition: none;
}

#donate > div > div > div.et_pb_module.et_pb_code.et_pb_code_0.et_pb_text_align_center {display: flex; align-items: center; justify-content: center}

a.shiftnav-toggle.shiftnav-toggle-rebuilding_donation.shiftnav-toggle-button {background-color: #db4130;}

#donate > div > div > div.et_pb_module.et_pb_code.et_pb_code_1.et_pb_text_align_center {display: flex; align-items: center; justify-content: center}

/* Remove Breadcrumbs from programs pages */
#post-216 > div > div:nth-child(1) {display: none;}
#post-220 > div > div:nth-child(1) {display: none;}
#post-14772 > div > div:nth-child(1) {display: none;}
#post-1367 > div > div:nth-child(1) {display: none;}
#post-1384 > div > div:nth-child(1) {display: none;}
#post-1369 > div > div:nth-child(1) {display: none;}
#post-1371 > div > div:nth-child(1) {display: none;}
#post-1372 > div > div:nth-child(1) {display: none;}
#post-1373 > div > div:nth-child(1) {display: none;}
#post-1374 > div > div:nth-child(1) {display: none;}
#post-118024 > div > div:nth-child(1) {display: none;}
#post-118023 > div > div:nth-child(1) {display: none;}
#post-118022 > div > div:nth-child(1) {display: none;}
#post-118020 > div > div:nth-child(1) {display: none;}
#post-118013 > div > div:nth-child(1) {display: none;}
#post-89281 > div > div:nth-child(1) {display: none;}
#post-1413 > div > div:nth-child(1) {display: none;}
#post-89278 > div > div:nth-child(1) {display: none;}
#post-95407 > div > div:nth-child(1) {display: none;}
#post-57876 > div > div:nth-child(1) {display: none;}
#post-1376 > div > div:nth-child(1) {display: none;}
#post-1378 > div > div:nth-child(1) {display: none;}
#post-86206 > div > div:nth-child(1) {display: none;}
#post-1379 > div > div:nth-child(1) {display: none;}
#post-1381 > div > div:nth-child(1) {display: none;}
#post-1382 > div > div:nth-child(1) {display: none;}
#post-1383 > div > div:nth-child(1) {display: none;}
#post-1385 > div > div:nth-child(1) {display: none;}
#post-1386 > div > div:nth-child(1) {display: none;}
#post-1388 > div > div:nth-child(1) {display: none;}
#post-1389 > div > div:nth-child(1) {display: none;}
#post-1390 > div > div:nth-child(1) {display: none;}
#post-1391 > div > div:nth-child(1) {display: none;}
#post-1796 > div > div:nth-child(1) {display: none;}
#post-1392 > div > div:nth-child(1) {display: none;}
#post-1393 > div > div:nth-child(1) {display: none;}
#post-1394 > div > div:nth-child(1) {display: none;}
#post-1395 > div > div:nth-child(1) {display: none;}
#post-92462 > div > div:nth-child(1) {display: none;}
#post-1396 > div > div:nth-child(1) {display: none;}
#post-81708 > div > div:nth-child(1) {display: none;}
#post-1399 > div > div:nth-child(1) {display: none;}
#post-25054 > div > div:nth-child(1) {display: none;}
#post-31429 > div > div:nth-child(1) {display: none;}
#post-1400 > div > div:nth-child(1) {display: none;}
#post-1401 > div > div:nth-child(1) {display: none;}
#post-1404 > div > div:nth-child(1) {display: none;}
#post-1403 > div > div:nth-child(1) {display: none;}
#post-1406 > div > div:nth-child(1) {display: none;}
#post-1407 > div > div:nth-child(1) {display: none;}
#post-1408 > div > div:nth-child(1) {display: none;}
#post-112096 > div > div:nth-child(1) {display: none;}
#post-1410 > div > div:nth-child(1) {display: none;}
#post-86203 > div > div:nth-child(1) {display: none;}
#post-1411 > div > div:nth-child(1) {display: none;}
#post-1413 > div > div:nth-child(1) {display: none;}
#post-126943 > div > div:nth-child(1) {display: none;}
#post-128381 > div > div:nth-child(1) {display: none;}
#post-129000 > div > div:nth-child(1) {display: none;}
#post-145648 > div > div:nth-child(1) {display: none;}
/*end*/

/*photo gallery box shadow*/
#pg-card:hover {
	box-shadow: 8px 8px 22px 0px rgb(0 0 0 / 30%);
}

/*Monthly Sponsorship Product Grid Layout*/
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    min-height: 4em;
}

/* Fixed main slider arrow on Mobile */
.et-pb-arrow-prev::before {
top: 0px !important;
}

/* Fixes Gravity Forms rendering of time entry boxes */
.gform_legacy_markup_wrapper .clear-multi {
    display: -webkit-box;
}

/* Fixes load more button on ajax post catagories to be centered instead of left */
a.load_more.orangebutton {
	transform: translate(-50%, -50%);
	left: 50%;
}

.et-pb-active-slide .et_pb_slide_description #54 {
	animation: none !important;
	animation-direction: none !important;
	animation-timing-function: none !important;
}

#post-122131 > div.et_main_title > span > a {
	display: none;
}

/* Remove Top Tabs on Donate Page */
#donate_section > div.et_pb_row.et_pb_row_2.et_pb_row_fullwidth > div > div > ul {
	display: none;
}

/*
@media (max-width: 980px) { .et_non_fixed_nav #page-container {
    padding-top: 50px;
	} }
*/

/* Remove ugly red banner on home page product */
#post-id-54 .woocommerce-message, .woocommerce-error, .woocommerce-info {
	display: none;
}

@media (max-width: 468px) {
	.custom-banner {
		margin-top: 90px !important;
	}
}
#post-133909 {
    margin-top: 50px;
}

#product-122989 > div > div.summary.entry-summary > p.price {
	display: none;
}

#product-156147 > div > div.summary.entry-summary > div.product_meta {
	display: none;
}

#product-156147 > form > div.wc-pao-addons-container > div.wc-pao-addon-container.wc-pao-required-addon.wc-pao-addon.wc-pao-addon-156147-0.wc-pao-addon-id-1691668448 {
    display: flex;
}

#product-156147 > form > div.wc-pao-addons-container > div.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-156147-1.wc-pao-addon-id-1691668449 {
	display: flex;
}

#product-156147 > form > div.wc-pao-addons-container > div.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-156147-2.wc-pao-addon-id-1691668812 {
	display: flex;
}

#product-156147 > form > div.wc-pao-addons-container > div.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-156147-3.wc-pao-addon-id-1691668813 {
	display: flex;
}