/*
Theme Name: Divi Child
Template: Divi
*/
/* =Theme customization starts here
------------------------------------------------------- */
body {
  color: #666 !important;
  background-color: #0b1733 !important;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  line-height: 1.7em !important;
  letter-spacing: 0.03em !important;
  margin: 0 !important;
}

div.clear {
  clear: both;
}

/* --> */
.container2 {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  /* column 2 background colour */
}

.container1 {
  float: left;
  width: 100%;
  position: relative;
  right: 60%;
  background-color: #dddddd;
  /* column 1 background colour */
}

.col1 {
  float: left;
  width: 40%;
  position: relative;
  left: 60%;
  overflow: hidden;
  padding: 1.5em 2em;
}

.col2 {
  float: left;
  width: 60%;
  position: relative;
  overflow: hidden;
  padding: 0 2em;
}

/* MEDIA QUERIES */
@media screen and (max-width: 960px) {
  .container1 {
    float: none;
    width: 100%;
    position: static;
  }

  .container2 {
    float: none;
    width: 100%;
    position: static;
  }

  .col1 {
    float: none;
    width: 100%;
    position: static;
  }

  .col2 {
    float: none;
    width: 100%;
    position: static;
    background-color: #fff;
  }
}
/* --> */
/* make left column fullwidth */
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 100% !important;
}

.footerPolicies a {
  color: #bcd5ff !important;
}

@media all and (min-width: 981px) {
  #logo {
    max-width: 350px !important;
  }

  #main-header .logo_container {
    border: 1px solid #9ba4b9 !important;
    padding: 1.2em;
    height: auto;
  }

  #main-header {
    padding: 1em 0;
    min-height: 7em !important;
  }

  #et-secondary-nav {
    float: right;
  }

  #et-secondary-menu {
    margin: 0 0 1em 1em;
  }

  #et-secondary-menu .et-social-icon {
    display: inline-block;
    margin: 0 0 0 1em;
  }

  #et-secondary-menu .et-social-icon a {
    padding: 0.5em 1em;
    font-weight: bold;
  }

  #et-secondary-menu .menu-item a {
    padding: 0.8em 1em;
    text-transform: uppercase;
  }

  #et-secondary-menu .menu-item-143 {
    background-color: #b52d2d;
  }

  #footer-bottom .footerPolicies {
    display: inline-block;
  }
}
@media all and (max-width: 980px) {
  #main-header .logo_container img {
    max-width: 80% !important;
  }
}
@media (min-width: 981px) {
  .et_pb_gutters3 .footer-widget {
    margin: 0 5.5% 2.5% 0;
  }
}
.footer-widget .widget_nav_menu h4,
.footer-widget .widget_product_categories h4 {
  font-size: 2em !important;
  text-transform: uppercase !important;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.footer-widget .menu a,
.footer-widget .product-categories a {
  display: inline-block !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}

#footer-widgets {
  padding: 1em 0 !important;
}

#footer-widgets li:before {
  border: none !important;
}

#main-footer {
  background-color: #233a71 !important;
}

#secondary-footer {
  background-color: #102148;
}

#et-top-navigation {
  padding: 0.4em 1em 0 0 !important;
}

#main-header .container {
  width: 100% !important;
}

.main-menu {
  float: right !important;
  margin-right: 18px !important;
  padding: 0 !important;
}

.main-menu ul, .main-menu li {
  margin: 0px !important;
  padding: 0px !important;
  font-size: 0px !important;
}

.main-menu li {
  display: inline-block !important;
  position: relative !important;
}

.main-menu li:hover > ul.sub-menu {
  opacity: 1 !important;
  pointer-events: all !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  -o-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.main-menu li a {
  display: block !important;
  height: 100% !important;
  padding: 0 11px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  line-height: 58px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  opacity: 0.8 !important;
  -webkit-transition: all 500ms ease-out !important;
  -moz-transition: all 500ms ease-out !important;
  -ms-transition: all 500ms ease-out !important;
  -o-transition: all 500ms ease-out !important;
  transition: all 500ms ease-out !important;
}

.main-menu li a:after {
  display: none !important;
}

@media only screen and (min-width: 64.063em) and (max-width: 77.0315em) {
  .main-menu li a {
    padding: 0 14px !important;
  }
}
.main-menu li a:hover {
  opacity: 1 !important;
}

.main-menu li.disabled {
  display: none !important;
}

.main-menu li ul.sub-menu {
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: 100 !important;
  top: 50px !important;
  left: 50% !important;
  margin-left: -175px !important;
  width: 350px !important;
  background: #e1e1e1 !important;
  padding: 12px !important;
  border-radius: 12px !important;
  border-color: #fff;
  -webkit-transition: all 200ms ease-out !important;
  -moz-transition: all 200ms ease-out !important;
  -ms-transition: all 200ms ease-out !important;
  -o-transition: all 200ms ease-out !important;
  transition: all 200ms ease-out !important;
  -webkit-transform: translateY(10px) !important;
  -moz-transform: translateY(10px) !important;
  -ms-transform: translateY(10px) !important;
  -o-transform: translateY(10px) !important;
  transform: translateY(10px) !important;
}

.main-menu li ul.sub-menu:before {
  content: "" !important;
  position: absolute !important;
  top: -5px !important;
  left: 0px !important;
  right: 0px !important;
  width: 20px !important;
  height: 20px !important;
  margin: auto !important;
  background: #e1e1e1 !important;
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

.main-menu li ul.sub-menu li {
  width: 100% !important;
  background: #f0f0f0 !important;
  -webkit-transition: background 500ms ease-out !important;
  -moz-transition: background 500ms ease-out !important;
  -ms-transition: background 500ms ease-out !important;
  -o-transition: background 500ms ease-out !important;
  transition: background 500ms ease-out;
}

.main-menu li ul.sub-menu li:first-child {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.main-menu li ul.sub-menu li:last-child {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.main-menu li ul.sub-menu li:hover {
  background: #fdfdfd !important;
}

.main-menu li ul.sub-menu li a {
  font-size: 12px !important;
  font-weight: bold !important;
  color: #102148 !important;
  text-transform: none !important;
  height: auto !important;
  line-height: 40px !important;
  padding: 0 10px !important;
  white-space: nowrap !important;
}

.main-menu li ul.sub-menu li a:after {
  color: #616161 !important;
  margin-left: 4px !important;
}

.main-menu li ul.sub-menu li.ebook a:after {
  content: "(ebook)" !important;
}

.main-menu li ul.sub-menu li.video a:after {
  content: "(video)" !important;
}

.main-menu li ul.sub-menu li.soon a {
  pointer-events: none !important;
}

.main-menu li ul.sub-menu li.soon a:after {
  content: "(coming soon!)" !important;
}

.main-menu li ul.sub-menu li[class^=ico-] a {
  padding-left: 60px !important;
  position: relative !important;
}

.main-menu li ul.sub-menu li[class^=ico-] a:before {
  width: 40px !important;
  height: 100% !important;
  position: absolute !important;
  left: 10px !important;
  top: 0px !important;
  text-align: center !important;
  line-height: 51px !important;
}

/*
.main-menu li ul.sub-menu li.ico-foz a:before {
    content: url("../img/ico-foz.png")!important; }
.main-menu li ul.sub-menu li.ico-temple a:before {
    content: url("../img/ico-temple.png")!important; }
.main-menu li ul.sub-menu li.ico-earth a:before {
    content: url("../img/ico-earth.png")!important; }
.main-menu li ul.sub-menu li.ico-book a:before {
    content: url("../img/ico-book.png")!important;
    line-height: 60px!important; }
.main-menu li ul.sub-menu li.ico-hat a:before {
    content: url("../img/ico-hat.png")!important;
    line-height: 60px!important; }
.main-menu li ul.sub-menu li.ico-light a:before {
    content: url("../img/ico-light.png")!important; }
*/
.sidebar-signup {
  background-color: #102148;
  min-height: 200px;
  padding-bottom: 2em;
}

.sidebar-signup label {
  display: none !important;
}

.sidebar-signup input {
  width: 100% !important;
  margin: 0 !important;
  padding: 0.5em 0.7em !important;
}

.sidebar-signup .ginput_counter {
  display: none !important;
}

.sidebar-signup .ginput_container, .sidebar-signup .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.sidebar-signup h3 {
  color: #fff;
  font-size: 2em;
  padding: 1em 1em 0.5em;
  margin: 0 !important;
}

.sidebar-signup .join-desc {
  padding: 0 2em 1em;
  line-height: 1.2;
  color: #fff !important;
}

.sidebar-signup li, .sidebar-signup .gform_footer {
  padding: 0.5em 2em !important;
  margin: 0 !important;
}

.gform_button {
  margin: 0;
  padding: 1em !important;
  border: 0;
  font-family: inherit;
  font-size: 1.5em !important;
  cursor: pointer;
  background-color: #5b79bf !important;
  color: #fff !important;
}

.gform_ajax_spinner {
  margin: 0 auto !important;
  border: 4px solid rgba(255, 255, 255, 0.3);
  /* match with border-left */
  border-left: 4px solid gold;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  /* match with height for a circle */
  height: 30px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#gform_1 > div.validation_error {
  color: gold !important;
  font-weight: normal;
  padding: 0.7em !important;
  margin: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  line-height: 1.2 !important;
}

#gform_1 li.gfield_error {
  color: gold !important;
  font-weight: bold;
  padding: 0.8em 2em 0.5em 2em !important;
  margin: 0 !important;
  border-top: 2px solid gold !important;
  border-bottom: 2px solid gold !important;
  line-height: 1.2 !important;
  width: 100% !important;
  max-width: 100% !important;
}

#gform_1 li.gfield_error input {
  border-color: gold !important;
}

#gform_1 .validation_message {
  color: gold !important;
  font-weight: normal !important;
  padding: 0.5em !important;
  letter-spacing: 0.05em;
}

.sidebar-signup .gform_confirmation_wrapper {
  padding: 1em 2em !important;
  line-height: 1.2 !important;
  color: gold !important;
}

.home .widget,
.page .et_pb_widget {
  padding: 0 0 1em 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.home .widget img,
.et_pb_widget img {
  margin: 0 auto !important;
}

.entry-content > .et_pb_section_0 {
  padding-top: 0 !important;
  margin: 0 !important;
}

.et_pb_title_container h1 {
  font-size: 250% !important;
}

.sub-menu a {
  background: none !important;
}

.confirm-page-layout .container2 {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  /* column 2 background colour */
}

.confirm-page-layout .container1 {
  float: left;
  width: 100%;
  position: relative;
  right: 40%;
  background-color: #eeeeee;
  /* column 1 background colour */
}

.confirm-page-layout .col1 {
  float: left;
  width: 60%;
  position: relative;
  left: 40%;
  overflow: hidden;
  padding: 1.5em 2em;
}

.confirm-page-layout .col2 {
  float: left;
  width: 40%;
  position: relative;
  left: 40%;
  overflow: hidden;
  padding: 0 2em;
}

.woocommerce-page #main-content .container {
  padding-top: 0 !important;
}

.woocommerce-breadcrumb {
  background: #efefef;
  padding: 0.5em 1em !important;
  color: #0f0f0f !important;
  border-bottom: #ccc solid 1px;
}

.woocommerce-breadcrumb a {
  color: #0A246A !important;
  text-decoration: underline dotted;
}

.woocommerce-products-header {
  border-bottom: #ccc dotted 1px !important;
}

.woocommerce-products-header h1 {
  font-size: 260% !important;
}

.woocommerce-result-count {
  padding: 0.6em 0 !important;
  margin: 0 !important;
}

.woocommerce-ordering {
  padding: 0.5em 0 !important;
  margin: 0 !important;
}

.woocommerce-page #left-area ul.products {
  border-top: #ccc solid 2px !important;
  padding-top: 1em !important;
}

.woocommerce-page #sidebar {
  background: #efefef !important;
}

.woocommerce-page #left-area {
  background: #fff !important;
  min-height: 800px !important;
}

body .container:before {
  display: none !important;
}

.woocommerce-page #sidebar form[role=search] {
  padding: 1.5em 8% !important;
  background: #ccc;
}

.woocommerce-page form[role=search] .screen-reader-text {
  display: none;
}

.woocommerce-page form[role=search] input {
  font-size: 1.1em;
  border: 0;
  padding: 0.4em 0.6em;
}

.woocommerce-page form[role=search] .search-field {
  width: 100%;
}

.woocommerce-page form[role=search] input[type=submit] {
  color: #fff !important;
  background: #0A246A !important;
  padding: 0.4em 1em !important;
  cursor: pointer !important;
}

nav.woocommerce-pagination {
  border-top: 2px solid #ccc;
  padding-top: 0.8em !important;
}

@media (min-width: 981px) {
  #left-area {
    width: 70.125%;
    padding-right: 3.5% !important;
  }
}
@media (min-width: 981px) {
  #sidebar {
    width: 29.875%;
    padding: 0 !important;
  }
}
/* cart */
#sidebar form.cart {
  padding: 0 5%;
}

#sidebar form.cart h2 {
  font-size: 2em;
  margin-bottom: 0;
  color: #000;
}

#sidebar form.cart a.checkoutLink {
  font-weight: bold !important;
  display: inline-block !important;
  float: right !important;
  background: #0A246A !important;
  color: #fff !important;
  padding: 0.2em 0.6em !important;
  font-size: 1em !important;
}

#sidebar form.cart .subtotal,
.woocommerce-checkout form.cart .subtotal {
  display: inline-block !important;
  float: left !important;
  color: #000 !important;
  padding: 0.2em !important;
  font-size: 1em !important;
  font-weight: bold !important;
}

.woocommerce-checkout .worldpay_new_card_fields {
  margin: 0 !important;
  padding-top: 1em !important;
}

.woocommerce-checkout .worldpay_new_card_fields input {
  float: left !important;
}

.woocommerce-checkout .payment_box.payment_method_WC_Gateway_Worldpay label {
  display: inline-block !important;
  background: none !important;
  color: #000 !important;
  font-size: 22px !important;
  font-weight: normal !important;
  margin: 0 !important;
  padding: 0 0.1em !important;
}

#catapult-cookie-bar {
  background-color: rgba(0, 0, 0, 0.84) !important;
  padding: 0.6em !important;
}

#catapult-cookie-bar .ctcc-more-info-link {
  text-decoration: underline dotted !important;
  font-weight: normal !important;
  color: #fff !important;
}

#catapult-cookie-bar .ctcc-left-side {
  font-weight: normal !important;
  font-size: 0.8em !important;
}

button#catapultCookie {
  background: #f0b700 !important;
  color: #000 !important;
  text-shadow: 0 0 0.4px rgba(255, 255, 255, 0.6) !important;
  font-weight: bold !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

#sidebar form.cart .offer-container {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1em;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 7px;
}

#sidebar form.cart .offer-container h4 {
  font-size: 1.4em;
  font-weight: bold;
  color: #333;
  line-height: 1.1;
}

#sidebar form.cart .offer-container .gift-amount {
  float: left;
  font-weight: bold;
  font-size: 1em;
  color: #000;
}

#sidebar form.cart .offer-container .offer-code {
  display: none;
  /*
  float: right;
  font-size: .9em;
  color: #000;
  */
}

#sidebar form.cart .offer-container .selections {
  color: #000;
  padding-top: 0.6em;
}

#sidebar form.cart .offer-container .selections > span {
  font-weight: bold;
}

#sidebar form.cart .offer-container .selections li {
  padding: 0;
  margin: 0;
}

#sidebar form.cart .offer-container p.item-qty {
  font-size: 0.9em !important;
  margin: 0;
  padding: 0;
  color: #000;
}

#sidebar form.cart .offer-container .item-options {
  margin-top: 0.5em;
}

#sidebar form.cart a.edit {
  font-weight: bold !important;
  display: inline-block !important;
  float: left !important;
  background: #5b79bf !important;
  color: #fff !important;
  padding: 0.2em 0.6em !important;
  font-size: 1em !important;
}

#sidebar form.cart a.ajax_remove_from_cart_button {
  display: inline-block !important;
  float: right !important;
  font-size: 0.9em !important;
  color: #0A246A !important;
  text-decoration: underline dotted;
}

#sidebar .widget_product_categories {
  padding: 1em 5%;
  background: #ddd;
}

#sidebar .widget_product_categories h4 {
  font-weight: bold !important;
}

#sidebar .widget_product_categories ul {
  line-height: 1.1 !important;
}

#sidebar .widget_product_categories li {
  margin-left: 1.5em;
  list-style-type: disc;
  padding: 0 !important;
}

#sidebar .widget_product_categories li a {
  color: #0a246a !important;
  text-decoration: none;
}

#sidebar .widget_product_categories li a:hover {
  text-decoration: underline dotted;
}

.woocommerce-product-gallery__trigger {
  visibility: hidden !important;
}

.shop_table.order_details tfoot th {
  text-align: right !important;
}

.shop_table.order_details td {
  border: none !important;
}

.et_overlay {
  background: rgba(255, 242, 165, 0.6) !important;
}

.et_overlay:before {
  content: "p" !important;
  color: #fff !important;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 8px !important;
}

.woocommerce-page .related.products > h2 {
  background: #333;
  color: #fff;
  padding: 0.5em 0.7em !important;
  border-top: 0.7em #ccc solid !important;
  margin-top: 1em !important;
}

.woocommerce-page .summary .ajax_add_to_cart_button {
  display: inline-block;
  background-color: #c47935;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 4px !important;
  font-size: 1.8em;
  padding: 0.6em 0.8em;
  border: 1px solid #c47935;
}

.woocommerce-page .summary .ajax_add_to_cart_button:hover {
  background-color: #ed9640;
}

.woocommerce-page .summary .quantity {
  margin-right: 0.03em;
  display: inline-block !important;
}

.woocommerce-page .summary .quantity input {
  font-size: 1.8em !important;
  padding: 0.3em 0.2em !important;
  border: none;
  border-radius: 0;
  background: #999 !important;
  text-shadow: rgba(0, 0, 0, 0.4) -2px -1px 4px !important;
}

.woocommerce-page .summary p.price {
  padding: 0.5em 0 !important;
  font-size: 1.4em !important;
  color: #000 !important;
}

.woocommerce-page .summary p.price > span {
  font-size: 100% !important;
}

.woocommerce-page .summary p.price > span > span {
  font-size: 100% !important;
}

.woocommerce-page .summary.entry-summary > h1 {
  padding: 0 0 0.2em !important;
  margin: 0 !important;
}

.woocommerce-page .summary form div.nyp {
  margin: 0 !important;
  padding: 1em 0 0 0 !important;
  font-size: 1.8em !important;
}

.woocommerce-page .summary form div.nyp input {
  margin: 0 !important;
  font-size: 100% !important;
  padding: 0.3em 0.2em !important;
  border: #d7cc6e 1px solid;
  border-radius: 0;
  background: #fffeba !important;
}

.woocommerce-page .summary .suggested-gift {
  padding-bottom: 1.5em !important;
}

.geo_prompt .mfp-container {
  padding: 0;
}

.geo_prompt .mfp-content {
  background-color: #fff;
  min-width: 360px;
  max-width: 800px;
  width: 80% !important;
}

.geo_prompt .white-popup {
  padding: 2em;
}

.geo_prompt .popup-content {
  text-align: center;
}

.geo_prompt .popup-content h3 {
  font-size: 2em !important;
}

.geo_prompt .popup-content .prompt-redirect a {
  display: inline-block;
  font-size: 1.6em !important;
  background: #b52d2d;
  color: #fff !important;
  padding: 0.4em 0.6em;
}

/* content at start */
.geo_prompt.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* content animate it */
.geo_prompt.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.geo_prompt.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    min-height:150px;
    margin: 20px auto;
    text-align: center;
}

.white-popup > .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
}
*/
.geo_prompt .white-popup > .popup-content h3 {
  font-size: 1.1em;
}

.geo_prompt .white-popup > .popup-content h2 {
  font-weight: bold;
}

.geo_prompt .white-popup > .popup-content a {
  color: #0a246a;
  text-decoration: none;
}

@media all and (max-width: 980px) {
  .prayer-wall-help.gallery-link {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
  }

  .prayer-wall-help.policy-link {
    position: relative;
    top: auto;
    transform: none;
    right: auto;
    margin: 0 !important;
    line-height: 1;
  }
}
@media all and (min-width: 360px) and (max-width: 980px) {
  #top-header #et-secondary-menu {
    display: block !important;
    float: none;
    text-align: left;
  }

  #top-header {
    display: block !important;
  }

  div#gtranslate-container {
    margin-left: 10px !important;
  }

  #main-header {
    clear: both;
  }

  .container.clearfix {
    /* max-width: none !important; */
    width: 100%;
  }

  .goog-te-gadget {
    width: 14em;
  }

  #et-secondary-menu .et-social-icon {
    margin: 0 1em 0 0;
  }

  #et-secondary-menu .et-social-icon a {
    padding: 10px 10px;
    font-size: 12px;
  }
}
@media all and (min-width: 520px) and (max-width: 980px) {
  #et-secondary-nav {
    display: block !important;
  }

  #et-secondary-nav li:not(.donate_now) {
    display: none;
  }
}
#mobile_menu .sub-menu {
  margin: auto 0 !important;
}

.et_pb_blog_0 .et_pb_post .post-content a font {
  color: #fff !important;
}

.gform_wrapper h2 font, .gform_wrapper p font, .gform_wrapper label font {
  color: inherit;
  font-size: inherit;
}

.gform_wrapper p font {
  color: inherit;
}

li#field_3_12 .gfield_description {
  font-size: 12px;
  margin-left: 19px;
  position: absolute;
  top: 35px;
}

li#field_3_12 {
  line-height: 1;
  position: relative;
  margin-bottom: 19px;
}

/*# sourceMappingURL=style.css.map */
