/*
Theme Name:     Grof Legacy Project Theme
Theme URI:      https://groflegacyproject.org
Description:    Grof Legacy Project Theme
Author:         Golden Stupa Media
Template:       Divi
Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
header {
    position: relative;
    z-index: 99996;
}
/* .postid-4380 #pa_lodging option[value=sp-single] {
	display: none;
} */
.bc-account-content .woocommerce .woocommerce-info a, .bc-account-content .woocommerce .woocommerce-message a {
	color: white !important;
}
.cmprivacy-modal-inner {
	z-index: 9999 !important;
	background: #4773ac !important;
	top: calc(50% - 200px) !important;
  	height: 400px !important;
	border-radius: 28px !important;
  padding: 20px !important;
  width: 1200px !important;
  max-width: 90% !important;
}
.newusernote {
    display: block !important;
    font-style: italic;
    color: #555;
    margin-bottom: 5px;
}
.woocommerce-shipping-fields {
 display: none !important;
}
#bodycommerce-shopify-table .woocommerce-cart-form__cart-item .product-name > p {
    font-size: 26px;
    font-weight: 700;
    color: #5f72d9;
}
body .give_wc_donation_section table tr:last-child td.give-wc-give-form-row {
  border: none !important;
}
.give_wc_donation_section.give_wc_donation_section .give-wc-give-form-row .give-wc-give-form-head label.give-wc-give-form-label {
  color: #534fce !important;
  font-weight: 600 !important;
}
body.login div#login h1 a {
  background-image: url('/wp-content/uploads/2023/03/GLP-shiva-logo-horiz-v1.2-purple-web.png') !important;
}
.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
    list-style: none outside;
    list-style-type: none;
    list-style-type: none !important;
}
#gform_fields_login #input_1, #gform_fields_login #input_2 {
	width: 90% !important;
}
/* Rainbow underline effect for hyperlinks under #main-content excluding Divi buttons */
#main-content a:not(.et_pb_button):not(.et_pb_promo_button):not(.et_pb_module):not(.el_category_term):not(.et_pb_image > a):not(.scroll-down-container):not(.entry-featured-image-url):not(.woocommerce-page a):not(.more-link):not(span > a):not(.et-fb-root-ancestor > a):not(.et-fb-modal a):not(.et-fb-right-click-menu a):not(.et_pb_video_play), footer a {
  color: inherit;
  text-decoration: none;
}

#main-content a:not(.et_pb_button):not(.et_pb_promo_button):not(.et_pb_module):not(.el_category_term):not(.et_pb_image > a):not(.scroll-down-container):not(.entry-featured-image-url):not(.woocommerce-page a):not(.more-link):not(span > a):not(.et-fb-root-ancestor > a):not(.et-fb-modal a):not(.et-fb-right-click-menu a):not(.et_pb_video_play), footer a {
   background: linear-gradient( to right, rgb(127, 152, 250), rgb(136, 138, 253) ), linear-gradient( to right, rgb(172, 37, 200), rgb(105, 129, 255), rgb(0, 172, 200) );
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

#main-content a:not(.et_pb_button):not(.et_pb_promo_button):not(.et_pb_module):not(.el_category_term):not(.et_pb_image > a):not(.scroll-down-container):not(.entry-featured-image-url):not(.woocommerce-page a):not(.more-link):not(span > a):not(.et-fb-root-ancestor > a):not(.et-fb-modal a):not(.et-fb-right-click-menu a):hover:not(.et_pb_video_play), footer a:hover {
  background-size: 0 3px, 100% 3px;
  height: 4px; /* Adjust the height to make the line thicker on hover */
}
/* Hide the original checkbox input but keep it functional */
input[type="checkbox"].thwepo-input-field {
  display: none;
}

/* Style the label for custom checkboxes using ::before */
label.checkbox {
  position: relative;
  padding-left: 30px; /* Create space for the custom checkbox icon */
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
}

/* Add the unchecked custom icon using ::before */
label.checkbox::before {
  content: "\056"; /* Unchecked icon */
  font-family: "ETmodules" !important;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 5px;
  color: inherit;
}

/* Add the checked custom icon using ::before when the label has the 'checked' class */
label.checkbox.checked::before {
  content: "\05a"; /* Checked icon */
  font-family: "ETmodules" !important;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #626CBC;
  margin-right: 5px;
}

/* Hide the original radio input but keep it functional */
input[type="radio"].thwepo-input-field {
  display: none;
}

/* Style the label for custom radio buttons using ::before */
label.radio {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
}

/* Add the unchecked custom icon using ::before */
label.radio::before {
  content: "\05b"; /* Unchecked icon */
  font-family: "ETmodules" !important;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
}

/* Change the icon to checked when the label has the 'checked' class */
label.radio.checked::before {
  content: "\05c"; /* Checked icon */
  color: #626CBC;
  font-family: "ETmodules" !important;
}

.yith-wcdp-single-add-to-cart-fields .label {
	font-size: 16px !important;
	padding-left: 10px !important;
}
#yith-wcdp-add-deposit-to-cart .yith-wcdp-single-add-to-cart-fields label {
	padding: 0 !important;
	border: none !important;
	display: flex;
}
#yith_wcdp_deposits_details tr td.order-actions .button-with-submenu a.submenu-opener {
  background-color: #6b6df7 !important;
}
.yith-icon-more::before {
  content: "\f102";
  color: white !important;
}
/* Custom icon for the radio button */
label.full input[type="radio"] + .label::before,
label.deposit input[type="radio"] + .label::before {
    content: "\05b"; /* Adjust as needed for correct icon */
    font-family: "ETmodules" !important;
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

/* Hide the default radio button */
label.full input[type="radio"],
label.deposit input[type="radio"] {
    display: none !important;
}

/* Styling for checked radio button */
label.full input[type="radio"]:checked + .label::before,
label.deposit input[type="radio"]:checked + .label::before {
    color: #4f709b; /* Set color for selected state */
}

/* Default unchecked radio button icon */
label.full input[type="radio"] + .label::before,
label.deposit input[type="radio"] + .label::before {
    content: "\05b"; /* Icon for unchecked state */
    font-family: "ETmodules" !important;
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    color: inherit; /* Matches text color for unchecked state */
}

/* Custom checked radio button icon */
label.full input[type="radio"]:checked + .label::before,
label.deposit input[type="radio"]:checked + .label::before {
    content: "\05c"; /* Icon for checked state */
    color: #626CBC; /* Color for checked icon */
    font-family: "ETmodules" !important;
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}
#yith-wcdp-add-deposit-to-cart .yith-wcdp-single-add-to-cart-fields {
  margin: 10px 0 !important;
}

.widgettitle {
	font-size: 26px !important;
}
.grecaptcha-badge {
    display: none;
}
#et-main-area {
    overflow: hidden!important;
}
#main-content {
	padding-top: 0 !important;
}
.admin-bar #global-header-section {
	top: 32px;
}
input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
	color: #241c57 !important;
}
input.text:focus, input.title:focus, input[type="text"]:focus, select:focus, textarea:focus, .woocommerce form .form-row input.input-text:focus {
  border: 2px solid #a3a9c6 !important;
}

#page-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-flow: column;
 flex-flow: column;
 min-height: 100vh;
}
#et-main-area {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-flow: column;
 flex-flow: column;
}
#et-main-area, #main-content  {
 -webkit-box-flex: 1 0 auto;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
}
 body:not(.et-tb) #main-content .container {
    padding-top: unset;
}
body {
    opacity: 1;
    transition: 1s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}
/* body, input, select, textarea {
  font-family: Hubballi,Helvetica,Arial,Lucida,sans-serif !important;
} */
#page-container {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-flow: column;
 flex-flow: column;
 min-height: 100vh;
}
#et-main-area {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-flow: column;
 flex-flow: column;
}
#et-main-area, #main-content  {
 -webkit-box-flex: 1 0 auto;
 -ms-flex: 1 0 auto;
 flex: 1 0 auto;
}
/* Menu hover effect */
#menu-module .current-menu-item a::before,
#menu-module .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#menu-module li a:before {
 	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 100%;
	bottom: 32%;
	background: #fff;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 18px;
}
.pa-fixed-header #menu-module li a:before {
	background: #6b6fe5;
}
#menu-module li a:hover {
 opacity: 1 !important;
}
#menu-module li a:hover:before {
 right: 0;
}
#menu-module li li a:before {
 bottom: 10%;
}
#menu-module li.menu-item-365 a:before, #menu-module li.menu-item-524 a:before, #menu-module li.menu-item-2023 a:before, #menu-module ul.sub-menu a:before {
	content: none !important;
}
/*Woocommerce Style overrides*/
body span.give_wc_intro_text {
  display: inline-block;
	font-size: 20px !important;
}
.woocommerce-info {
  margin: 2em 0 !important;
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product form.cart .variations td select {
  padding: 15px !important;
}
}
/* Change WooCommerce messages position - https://wordpress.org/support/?p=15772373 */
form.woocommerce-verify-email {
	padding-top: 200px !important;
	width: 80% !important;
	max-width: 1080px !important;
	padding-right: 30px !important;
	padding-left: 30px !important;
	margin: 0 auto !important;
}
.woocommerce form.login {
	border: none !important
}
.woocommerce .yikes-custom-woo-tab-title {
	display: none !important;
}
.woocommerce-tabs .circle {
	border-radius: 50% !important;
}
body.woocommerce .woocommerce-tabs, .woocommerce table.shop_table, .entry-content table:not(.variations) {
	border: none !important;
}
.woocommerce-order-pay .woocommerce-info {
   position: absolute !important;
  z-index: 99;
  left: 0px;
  top: 336px !important;
  width: 1200px !important;
  max-width: 90%;
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  right: 0;
}
.woocommerce .et_pb_section#bodycommerce-shopify-checkout .woocommerce-info {
  	font-size: 28px !important;
	font-weight: bold !important;
}
.woocommerce .woocommerce-info a.showlogin {
  color: white !important;
  font-size: 16px !important;
  background: #6b6fe5 !important;
  padding: 10px !important;
  border-radius: 28px !important;
}
.woocommerce div.product form.cart .variations select {
  max-width: 300px;
  min-width: unset;
  display: inline-block;
  margin-right: 1em;
  width: 100%;
}
.single_add_to_cart_button.button {
	margin-top: 20px !important;
}
.orderby, .woocommerce div.product form.cart .variations td select {
  background-color: white;
  border-radius: 10px;
  border: 2px solid #d4dbff;
  color: #241c57 !important;
  font-size: 15px;
  padding: 15px;
  font-weight: 500;
  font-family: 'KoHo',Helvetica,Arial,Lucida,sans-serif;
}
table.extra-options .label-tag {
  font-size: 16px;
}
table.extra-options {
	width: 600px;
max-width: 90%;
}
.thwepo-conditional-field {
	margin-top: 10px !important;
}
.woocommerce form .form-row label {
  line-height: 2;
  display: none;
}
.woocommerce-cart-form__cart-item.cart_item {
	flex-direction: column;
	align-items: baseline;
}
.woocommerce-page a.button::after, .woocommerce a.button::after {
	font-size: 24px !important;
}
.bc-account-content {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}
#bodycommerce-shopify-checkout .woocommerce-checkout #payment {
  background: none !important; 
}
#bodycommerce-shopify-table input.input-radio[type="radio"] {
	display: none;
}
.bodycommerce-shoppify-bottom-controls .previous-button {
	display: none;
}
ul#bodycommerce-shopify-breadcrumbs li:first-child {
	display: none;
}
.woocommerce-checkout #page-container #bodycommerce-shopify-checkout.checkout-area form .form-row input.text, .woocommerce-checkout #page-container #bodycommerce-shopify-checkout.checkout-area form .form-row input.title, .woocommerce-checkout #page-container #bodycommerce-shopify-checkout.checkout-area form .form-row input[type="email"], .woocommerce-checkout #page-container #bodycommerce-shopify-checkout.checkout-area form .form-row input[type="password"], .woocommerce-checkout #page-container #bodycommerce-shopify-checkout.checkout-area form .form-row input[type="tel"], .woocommerce-checkout #page-container #bodycommerce-shopify-checkout.checkout-area form .form-row input[type="text"], .woocommerce-checkout #page-container #bodycommerce-shopify-checkout.checkout-area form .form-row select, .woocommerce-checkout #page-container #bodycommerce-shopify-checkout.checkout-area form .form-row textarea,.woocommerce form .form-row input.input-text {
	background-color: white;
  border-radius: 10px !important;
  border: 2px solid #d4dbff !important;
  color: #241c57 !important;
  font-size: 15px;
  padding: 15px;
  font-weight: 500;
  font-family: 'KoHo',Helvetica,Arial,Lucida,sans-serif;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
  display: none;
}
li.account-function {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.woocommerce div.product form.cart table.extra-options {
  table-layout: auto !important;
	margin-bottom: 20px;
}
.extra-options .value input, .extra-options .value input[type="number"] {
	width: unset !important;
}
.extra-options td.label.above, table.extra-options td.label.above .label-tag{
  font-size: 18px !important;
	font-weight: 600;
}
.thwepo-conditional-field {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
table.extra-options {
	border-collapse: separate;
	border-spacing: 0 10px;
}
h2.registrationtitle {
	padding-bottom: 0;
	font-weight: 800;
}
.gform_wrapper.gravity-theme .gfield-choice-input, .gform_wrapper.gravity-theme .ginput_container_consent input{
	visibility: hidden;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label, .gform_wrapper.gravity-theme .ginput_container_consent input {
  margin-left: -30px;
}
.gform_wrapper.gravity-theme .cm-hipaa-forms-button {
	font-size: 16px !important;
	color: #ffffff !important;
	background-color: #6b6fe5 !important;
	border-width: 0px !important;
	border-radius: 17px !important;
	letter-spacing: 0px !important;
}
.gform_wrapper.gravity-theme .cm-hipaa-form-badge-wrapper img {
  height: 100px !important;
}
/*adjust Divi Menu module breakpoint*/
@media only screen and (max-width: 700px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
    .et_mobile_nav_menu {
        display: block
    }
}

.gform_page_fields input[type=text], textarea {
    color: #000 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-family: 'KoHo',Helvetica,Arial,Lucida,sans-serif;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 4px;
    padding: 15px!important;
    transition: all .2s;
    color: #241c57 !important;
    border: 2px solid #d4dbff;
    border-radius: 12px;
    letter-spacing: normal;
	font-weight: 500;
}
body .gform_wrapper ul li.gfield {
    margin-top: 42px !important;
    padding-top: 0;
}
/* Section styling */
.health-questionnaire .gform_wrapper .gsection {
    border-bottom: 0;
}

.health-questionnaire .gform_wrapper .description,
.health-questionnaire .gform_wrapper .gfield_description,
.health-questionnaire .gform_wrapper .gsection_description,
.health-questionnaire .gform_wrapper .instruction {
    font-size: 17px;
}

/* Field styling */
input[type=text],
textarea {
    padding: 15px !important;
    transition: all .2s;
    border: 2px solid #d4dbff;
    border-radius: 12px;
	font-weight: 500;
	font-size: 15px;
}

input[type=text]:hover,
textarea:hover {
  
}
.cm-hipaa-form-signature {
	background-color: #d5d8ff !important;
}
select.gfield_select {
	padding: 15px !important;
  transition: all .2s;
  color: #241c57 !important;
  border: 2px solid #d4dbff;
  border-radius: 12px;
  letter-spacing: normal;
  font-weight: 500;
}
.gform_wrapper.gravity-theme input[type="color"]:focus, .gform_wrapper.gravity-theme input[type="date"]:focus, .gform_wrapper.gravity-theme input[type="datetime-local"]:focus, .gform_wrapper.gravity-theme input[type="datetime"]:focus, .gform_wrapper.gravity-theme input[type="email"]:focus, .gform_wrapper.gravity-theme input[type="month"]:focus, .gform_wrapper.gravity-theme input[type="number"]:focus, .gform_wrapper.gravity-theme input[type="password"]:focus, .gform_wrapper.gravity-theme input[type="search"]:focus, .gform_wrapper.gravity-theme input[type="tel"]:focus, .gform_wrapper.gravity-theme input[type="text"]:focus, .gform_wrapper.gravity-theme input[type="time"]:focus, .gform_wrapper.gravity-theme input[type="url"]:focus, .gform_wrapper.gravity-theme input[type="week"]:focus, .gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme textarea:focus {
    border: 2px solid #a3a9c6 !important;
    /*background: #dce2ff; */
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #241c57 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #241c57 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #241c57 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #241c57 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #241c57 !important;
}

::placeholder { /* Most modern browsers support this now. */
   color: #241c57 !important;
}
/* Button Styling */
.woocommerce input.button, .woocommerce button.button, .woocommerce a.button {
font-size: 16px !important;
color: #ffffff !important;
background-color: #6b6fe5 !important;
border-width: 0px !important;
border-radius: 17px !important;
letter-spacing: 0px !important;
}
.woocommerce button.button:not(.button-confirm)::after {
	font-size: 22px;
}
.health-questionnaire .gform_wrapper .gform_page_footer input.button,
.health-questionnaire .gform_wrapper .gform_footer input.button {
    padding: 12px 23px;

    cursor: pointer;
    letter-spacing: 1px;

    color: #fff;
    border: 0;
    border-radius: 38px;
    background: #0d42e2;

    font-size: 22px;
}

.health-questionnaire .gform_wrapper .gform_page_footer input.button:hover,
.health-questionnaire .gform_wrapper .gform_footer input.button {
    background: #0a36af;
}

/* Button positioning */
.gform_next_button,
.gform_button {
    float: right;
}

.gform_previous_button {
    float: left;
}

/* Radio & checkbox custom Styling */

.health-questionnaire .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.health-questionnaire .gform_wrapper ul.gfield_radio li input[type=radio] {
    visibility: hidden;
    width: 0 !important;
    margin: 0;
}

input[type=checkbox] + label:hover,
input[type=radio] + label:hover {
    cursor: pointer;
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
    position: relative;
    top: 5px;
    margin-right: 5px;
    font-family: "ETmodules" !important;
    font-size: 22px;
}
.health-questionnaire .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.health-questionnaire .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    display: -moz-inline;
    display:      inline;
}

input[type=checkbox] + label:before {
    content: "\056";
}
.extra-options input[type=checkbox] + label:before {
    content: none;
}
input[type=checkbox] + label:hover:before {
    content: "\05a";
    opacity: 1;
    filter: alpha(opacity=40);
	color: #626CBC;
}
.extra-options input[type=checkbox] + label:hover:before {
	    content: none;
}
input[type=checkbox]:checked + label:before {
    content: "\05a";

    color: #626CBC;
}
.extra-options input[type=checkbox]:checked + label:before {
		    content: none;
}
input[type=checkbox]:checked + label:hover:before {
    opacity: 1;
    color: #626CBC;

    filter: alpha(opacity=100);
}
input[type=radio] + label:before, label + input[type=radio]:before {
    content: "\05b";
}
input[type=radio] + label:hover:before {
    content: "\05c";
    opacity: 1;
	color: #626CBC;
    filter: alpha(opacity=40);
}
input[type=radio]:checked + label:before {
    content: "\05c";
    color: #626CBC;
}
body.rtl input[type=radio]:checked + label:before {
    content: "\05c";

    color: #626CBC;
}
input[type=radio]:checked + label:hover:before {
    opacity: 1;
    color: #626CBC;
    filter: alpha(opacity=100);
}
.health-questionnaire .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.health-questionnaire .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
    font-weight: normal;
}
.webtomizer_wcdp_single_deposit_form hr {
	display: none !important;
}
input.pay-deposit, input.pay-full-amount {
	display: none !important;
}
@media screen and (max-width: 768px) {
#yith_wcdp_deposits_details tr td.order-actions .button-with-submenu ul.submenu {
  left: 0 !important;
}
}
