/*
Theme Name:   ADRA Theme
Description:  Official ADRA Wordpress Theme
Author:       Francois Auclair
Author URL:   Write here the author's blog or website url
Template:     hello-elementor
Version:      1.5
Text Domain:  adra-theme
*/

/* Write here your own personal stylesheet */
html,body{
	font-size: 16px; /* Reset font-size to apply style-guide */
}
/* JetMenu Custom Style */

/* Remove dropdown arrow of menu */
.jet-dropdown-arrow {
display:none !important;
}

.jet-menu .jet-menu-item:hover > .top-level-link {
	transition: border-width 0.2s linear;
}


/* END JetMenu Custom Style */

/* EE Custom Style */

 .ee-post__header {
     border-bottom-style: solid;
     border-bottom-color: #f7f7f7;
     border-bottom-width: 0;
     max-height: 2em;
}
/* Duo Stories Homepage button style */
.adra-duo-stories .ee-post__read-more > .ee-post__button {
    border-radius: 1.3em / 3em;
}
.adra-duo-stories .ee-post__excerpt {
	text-shadow: black 2px 2px 4px;
}
/* Write here your own personal stylesheet */

 div.swiper-container-horizontal .post .wp-post-image {
     max-height: 100% !important;
}
/* Fix HomePage Carousel outline dashed box on arrow click */
 div.ee-swiper__button {
     outline: none;
}
 .adra-border-radius >.elementor-widget-container {
     border-radius : 1.3em / 3em !important;
}
 .adra-border-radius .elementor-column-wrap,.adra-border-radius .ee-swiper__container.swiper-container-horizontal {
     border-top-left-radius: 1.3em 3em !important;
     border-top-right-radius: 1.3em 3em !important;
}
 .authenia-angled {
     transform: rotate(-5deg);
     font-family: 'Authenia';
}
 .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message {
     display: flex;
     flex-flow: row wrap;
     justify-content: center;
     align-items: center;
     justify-content: space-between;
     padding: 0.3em 2em 0.3em 4.5em;
     background-color: #D9D9D6;
     border-top-color: transparent;
}
 .woocommerce-notices-wrapper .woocommerce-error::before, .woocommerce-notices-wrapper .woocommerce-info::before, .woocommerce-notices-wrapper .woocommerce-message::before {
     top: 10%;
     left: 0.3em;
     font-size: 38px !important;
     color: #007b5f;
}
 .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
     order: 2;
     margin: 1em;
     text-align: center;
     cursor: pointer;
}
 .woocommerce #respond input#submit, .woocommerce a.button:not(.add_to_cart_button),section.related a.add_to_cart_button, .woocommerce button.button:not(.single_add_to_cart_button):not(.add_to_cart_button), .woocommerce input.button{
     background-color: #007960 !important;
     text-transform: uppercase;
     color: white !important;
     font-weight: 600;
     background: #007960;
     background-color: rgb(0, 121, 96);
     border: none;
     color: white;
     font-size: 13px;
     line-height: 100%;
     padding: 15px 20px 15px 20px !important;
     border-radius: 1.3em / 3em !important;
}
 body.woocommerce-checkout .woocommerce input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not(.qty):not(#coupon_code), body.woocommerce-checkout .woocommerce textarea, body.woocommerce-cart .woocommerce input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not(.qty):not(#coupon_code), body.woocommerce-cart .woocommerce textarea, body.woocommerce-order-received .woocommerce input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not(.qty):not(#coupon_code), body.woocommerce-order-received .woocommerce textarea {
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 10px;
     margin-left: 0px;
     padding-top: 13px;
     padding-right: 12px;
     padding-bottom: 12px;
     padding-left: 12px;
}
 body.woocommerce-checkout .woocommerce input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not(.qty), body.woocommerce-checkout .woocommerce textarea, body.woocommerce-checkout .woocommerce .select2-selection, body.woocommerce-cart .woocommerce input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not(.qty), body.woocommerce-cart .woocommerce textarea, body.woocommerce-cart .woocommerce .select2-selection, body.woocommerce-order-received .woocommerce input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not(.qty), body.woocommerce-order-received .woocommerce textarea, body.woocommerce-order-received .woocommerce .select2-selection {
     font-family: Montserrat;
     font-size: 16px;
     font-weight: 500;
     font-style: normal;
     color: #444;
     border-radius: 0px;
     border-width: 3px;
}
 .woocommerce-cart form input, .woocommerce-cart form textarea, .woocommerce-checkout form input, .woocommerce-checkout form textarea, .woocommerce-order-received form input, .woocommerce-order-received form textarea {
     background: #fff;
     border-radius: 3px;
     font-size: 16px;
     padding: 13px 12px 12px;
     border-color: #d5d8de;
}
 body.woocommerce-checkout .woocommerce .form-row label:not(.woocommerce-form__label-for-checkbox) {
     font-family: Montserrat;
     font-size: 17px;
     font-weight: 700;
     font-style: normal;
     color: #007960;
}
 .woocommerce select.orderby {
     background-color: #D9D9D6;
     text-transform: uppercase;
     border: 1px solid #e3e3e3;
     background-image: url('https://alpha.adra.org/wp-content/themes/jupiter/assets/images/selectbox-arrow.png');
     background-position: right center;
     background-repeat: no-repeat;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     padding: 10px 12px 12px 16px;
     border-radius: 0;
     display: block;
}
 #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
     width: 90px;
     height: 90px;
     border-radius: 50%;
}
 table.cart {
     font-size: 1.1rem !important;
     color: initial;
}
 .woocommerce table.shop_table th {
     text-transform: uppercase;
}
 .woocommerce table.cart td, table.cart th {
     border: none;
}
 .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
     float: left;
}
 #add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
     font-size: 1.1rem;
}
 .wc-proceed-to-checkout {
     display: flex;
}
 body.woocommerce-checkout .woocommerce .select2-selection {
     height:54px;
     padding: 10px 5px;
}
 .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price {
     display: none;
}
/* Main Gift Catalog Menu*/
 #main-gift-catalog-menu li.menu-item a > i.fas {
     margin: 0 0.3em;
}

/* SEARCH FORM STYLING HEADER */
 .elementor-search-form--skin-full_screen .elementor-search-form__container{
     background-color: rgba(0,0,0,.75) !important;
     height: 50vh !important;
     width: 50vmax !important;
     left: 25% !important;
     top: 25% !important;
     padding: 0px 10% !important;
}
 .elementor-search-form--skin-full_screen .elementor-search-form__container input {
     border-width: 0px 0px 1px 0px !important;
     font-size: 1.8rem !important;
}
 .elementor-search-form--skin-full_screen .elementor-search-form__container::after{
     font-family: "Font Awesome 5 Free";
     content: "\f002";
     display: inline-block;
     margin-left: 0.7rem;
     vertical-align: middle;
     font-weight: 900;
     color:white ;
}

/*Vertical Tabs | Prevent centering on mobile */
.eael-tabs-vertical span.eael-tab-title {
    text-align: left;
}


.woocommerce div.product form.cart .reset_variations {
    margin-left: 1.5em;
}
.woocommerce input[type=number] { 
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; 
}
.woocommerce input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
}

.woocommerce .woocommerce-variation-description {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Zilla Slab', Helvetica Neue, Arial, Sans-serif;
  color: initial;
}
.woocommerce div.woocommerce-variation-price {
    display: none;
}

.woocommerce table tbody>tr:nth-child(odd)>td,
.woocommerce table tbody>tr:nth-child(odd)>th {
 background-color: inherit;
}

.cart button {
    border-radius: 1.3em / 3em !important;
}
.woocommerce div.product.elementor form.cart table.variations tr {
    flex-flow: row wrap;
}
.woocommerce div.product.elementor form.cart table.variations td.label {

    width: 100% !important;
    margin-bottom: 3em;

}
.woocommerce div.product.elementor form.cart table.variations td.value {
    width: 100%;
}
/* Start Variation Swatches CSS */
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper {
	flex-direction: row;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	justify-content: flex-start;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	display: block;
	max-width: 100%;
	width: 100%;
	box-shadow: inset 0 0 0 4px #007960;
	position: relative;
	border-radius: 1.3em / 3em !important;
	height: auto;
	font-size: 20px;
	text-align: left;
	color: #007960;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-family: Gotham Bold;
	cursor: pointer;
	padding: 1rem 3rem;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item::after {
	content: "";
	border: none;
	width: 20px;
	-moz-box-shadow: inset 0 0 0 3px #007960;
	-webkit-box-shadow: inset 0 0 0 3px #007960;
	-o-box-shadow: inset 0 0 0 3px #007960;
	box-shadow: inset 0 0 0 3px #007960;
	position: absolute;
	top: 50%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	height: 20px;
	left: 15px;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 1;
	visibility: visible;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	box-shadow: inset 0 0 0 4px #007960 !important;
	background: #007960 !important;
	color: white;
}
.variable-item:hover::after {
	box-shadow: inset 0 0 0 3px #fff,
	inset 0 0 0 6px #007960 !important;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
	font-size: 1.2rem;
	font-family: 'Montserrat',
	sans-serif;
	font-weight: 500;
	letter-spacing: 0.04rem;
	padding: 0;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:hover,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	background-color: #007960;
	box-shadow: none !important;
	color: #fff;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item.selected::after {
	background-color: #fff;
	-moz-box-shadow: inset 0 0 0 3px #fff,
	inset 0 0 0 6px #007960 !important;
	-webkit-box-shadow: inset 0 0 0 3px #fff,
	inset 0 0 0 6px #007960 !important;
	-o-box-shadow: inset 0 0 0 3px #fff,
	inset 0 0 0 6px #007960 !important;
	box-shadow: inset 0 0 0 3px #fff,
	inset 0 0 0 6px #007960 !important;
}

/* End Variation Swatches CSS */

.woocommerce .nyp {
  display: flex;
  flex-flow: row wrap;
}

.woocommerce .nyp * {
  flex: 1 0 auto;
  margin-bottom: 1rem;
  font-size: 1.3em;
  font-weight: 700;
  color: initial;
  font-family: Zilla Slab;
}

.woocommerce .nyp input.nyp-input {
   flex: 1 1 auto;
width: auto;
border: 2px solid
rgb(213, 216, 222);
max-width: 280px;
}

.woocommerce .nyp * {
  flex: 1 1;
}

.woocommerce .nyp label {
  flex: 1 100%;
}

/**
 * Added styling for cleverreach newsletter
 * 2022-12-08
 * */
.cr_site{margin:0;padding:75px 0 0 0;text-align:center;background-color:#eeeeee;}
.cr_font{font-size: 14px;font-family: Arial;}
.cr_body h2, .cr_header h2{font-size:22px;line-height:28px;margin:0 0 10px 0;}
.cr_body h1, .cr_header h2{font-size:28px;margin-bottom:15px;padding:0;margin-top:0;}
.wrapper, .cr_page{margin:0 auto 10px auto;text-align:left;border-radius:4px;}
.cr_header{text-align:center;background: transparent !Important;}
.cr_body label{float:none;clear:both;display:block;width:auto;margin-top:8px;text-align:left;font-weight:bold;position:relative;}
.cr_button{display:inline-block;font-family:'Helvetica', Arial, sans-serif;width:auto;white-space:nowrap;height:32px;margin:5px 5px 0 0;padding:0 22px;text-decoration:none;text-align:center;font-weight:bold;font-style:normal;font-size:15px;line-height:32px;cursor:pointer;border:0;-moz-border-radius:4px;border-radius:4px;-webkit-border-radius:4px;vertical-align:top;}
.cr_button{background-color:#333;color:#ffffff;}
.cr_button:hover,.cr_button-small:hover{opacity:0.7;filter:alpha(opacity=70);}
.powered{padding:20px 0;width:560px;margin:0 auto;}
.formbox{line-height:150%;font-family:Helvetica;font-size:12px;color:#333333;padding:20px;background-color:#ffffff;border-radius: 6px 6px 6px 6px;}
.cr_ipe_item label{line-height:150%;font-size:14px;}
.cr_ipe_item textarea {background: none repeat scroll 0 0 #eeeeee;border: 1px solid #aaa;font-family: Helvetica;font-size: 16px;}
.cr_ipe_item input {background: none repeat scroll 0 0 #eeeeee;border: 1px solid #aaa;padding: 5px;font-family: Helvetica;font-size: 16px;}
.cr_ipe_item select {background: none repeat scroll 0 0 #eeeeee;border: 1px solid #aaa;display: block;margin: 0;padding: 5px;width: 100%;font-family: Helvetica;font-size: 16px;}
.cr_ipe_item input.cr_ipe_radio, input.cr_ipe_checkbox {-moz-binding: none;-moz-box-sizing: border-box;background-color: -moz-field !important;border: 2px inset threedface !important;color: -moz-fieldtext !important;cursor: default;height: 13px;padding: 0 !important;width: 13px;}
.cr_ipe_item input.cr_ipe_radio{-moz-appearance: radio;border-radius: 100% 100% 100% 100% !important;margin: 3px 3px 0 5px;}
.submit_container{text-align:center}
.cr_ipe_item{ padding:1px 10px; margin:1px 10px; }
.cr_ipe_item.inactive {display:none;}
.imprint{font-size:0.8em;}
.cr_captcha{padding-left:130px;}
.cr_error{font-size:1.1em;padding:10px;}
.clever_form_error{background-color:#f99; color:#000; border:1px solid #f22 !important}
.clever_form_note {margin:26px 0 0 3px;position:absolute;display:inline; padding: 2px 4px; font-weight:bold;background-color:#f2ecb5; color:#000; font-size:12px !important;  }
.cr_site {background-color:#eee;}
.cr_header {color:#000000;}
.cr_body {background-color:#ffffff;font-size:12px;color:#000000;}
.cr_hr {background-color:#ccc;}
.cr_site a {color:#0084ff;}
.imprint{color:#000;}
.cr_site {background-color:#ffffff;}
.cr_body {color:#000000;background-color:#ffffff;}
.cr_header {color:#000000;}
.cr_hr {background-color:#999999;color:#999999;}
.cr_site a {color:#fa7f14;}
.imprint {color:#333233;}
.cr_page {width:640px;max-width:auto;}
.cr_button {background-color:#f5830a;}

