/*
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:      2.0.0
Text Domain:  adra-theme
*/

/* Write here your own personal stylesheet */
:root {
  --button-primary-radius: 1.3em / 3em !important;
  --button-primary-border: none !important;
  --button-primary-padding: 15px 20px 15px 20px !important;
	--primary-color : #007960;
	--link-color: #002F6C;
}
.gform_footer input[type="submit"] {
	border-radius: var(--button-primary-radius);
}
.gform_wrappe label.gfield_consent_label {
	vertical-align:text-top !important;	
}
/* 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: var(--primary-color);
     text-transform: uppercase;
     color: white !important;
     font-weight: 600;
     border: none;
     font-size: 13px;
     line-height: 100%;
     padding: var(--button-primary-padding);
     border-radius: var(--button-primary-radius);
}
 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;
}

/* Main Menu*/
#main-navigation-menu  nav:not(.elementor-nav-menu--dropdown) > ul > li.menu-item-has-children:first-child {
    background: #007B5F !important;
    border-radius: 1.3em / 3em;
}
#main-navigation-menu  nav:not(.elementor-nav-menu--dropdown) > ul > li.menu-item-has-children:first-child > a:first-child {
  margin: 0px 15px !important;
     color: white !important;
}

/* 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;
}

/*Default Link Colors */

/* Feuille de style intégrée #39 | https://international.adra.cloud/contact/ */

a {
	color: var(--link-color);
}

 .elementor form a {
  font-weight: bold;
}
.elementor form a:hover {
  text-decoration: underline;
} 
/* Removing default padding for gravity form */
ul.gform_fields {
    padding: 0px;
}
/* End of Gravity form removing */


input#nyp-adra {
	flex: 1 1 auto;
color: #444;
/* border-radius: 0px;
border-width: 3px !important;
	box-sizing: border-box; */
font-family: 'Montserrat', 'Arial', sans-serif;
margin: 0;
outline: 0;
line-height: 2;
border-color: #D9D9D6;
text-align:center;
font-size: 1.2rem;
font-weight: 500;
	 -webkit-appearance: none;
	  -moz-appearance: textfield;
	border:none;
	background: transparent;
	border-bottom: solid 2px var(--primary-color);
}

input#nyp-adra::focus {
	border-color: black;
}



