/* IABLE Global CSS */

/* Table of Contents
	- Custom Styles
		--Basic Typography
        --Borders/Shadows/Images
        --Buttons
        --Cart
        --Colors
        --DIV TABLES
        --Drop Cap
        --Headers/Nav
        --Lists
        --Margins/Indents
        --Ordered List to Letters
        --Media Queries
*/

/* --Basic Typography ---*/



:root {
    --font-size: 1rem;
    --font-size-large: calc(var(--font-size) * 1.5);
    --spacing-base: var(--font-size);
    --testColor: red;
}

.bold {
    font-weight: bold !important;
}

.bold1000 {
    font-weight: 1000;
}

.center {
    text-align: center;
}

.font-size-20 {
    font-size: 20px;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

/* --Borders/Shadows/Images */
/* offset-x | offset-y | blur-radius | spread-radius | color
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
--------------------------------------------- */
.border1 {
	border: 1px solid #000;
}
.border2 {
	border: 2px solid #000;
}
.border3 {
	border: 3px solid #000;
}
.border_dkRed{
    border-color: #bb3d3d;
}
.divRnd2_75_9 {
    border: 2px rgb(74, 74, 74) solid;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    display: inline-block;
    padding: 10px;
    max-width: 100%;
}
.radius11 {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
.hideMe {
    display:none;
}
.image-01 {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius:  1px;
    display: block;
    margin: 0 auto;
    -webkit-box-shadow:0px 0px 0px 3px #000000, 5px 7px 10px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 0px 3px #000000, 5px 7px 10px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 3px #000000, 5px 7px 10px 4px rgba(0, 0, 0, 0.3);
}
img.clearAll {
    border: 0px;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .0);
    border-radius: 0px 0px 0px 0px;
    background: none;
    margin-bottom: 0px;
}
.img-center{
    margin: 0 auto;
    display: block;
}
.shadow3 {
    -webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:  3px 3px 8px 0px rgba(0,0,0,0.5);
    box-shadow:  3px 3px 8px 0px rgba(0,0,0,0.5);
}
/* --Buttons ---*/
.btn-secondary {
    color: #fff;
    background-color: #9556d4 !important;
    border-color: #9556d4 !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {

    color: #fff;
    background-color: #9556d4 !important;
    border-color: #9556d4 !important;
}

/* --Cart ---*/
/* icon */
.right-8 {
    right: 8px;
}

/* --Colors ---*/
.black{
    color:black !important;
}
.hyperlinkBlue{
    color:blue;
	font-weight: bold;
	text-decoration: underline;
}
.mmobBlue{
    color:#0074b5;
	font-weight: bold;
}
.mmobBlueBold{
    color:#0074b5;
	font-weight: bold;
}
.red{
    color:red !important;
}
.red-dk{
    color:#bd3636 !important;
}

/* --DIV TABLES ---*/
/* --Simple Table Centered ---*/
.simpleTableCentered {
    border: 1px solid #000;
    border-collapse: collapse;
    display: table;
    margin: 8px auto;
    width: 80%;
}

.simpleTableCentered .table-row {
    display: table-row;
}

.simpleTableCentered .table-cell {
    border: 1px solid #000;
    display: table-cell;
    padding: 7px;
    text-align: left;
    vertical-align: top;
}

.card-title.collapsed .dashicons {
    transform: rotate(0);
}

.card-title .dashicons {
    transform: rotate(180deg);
    transition: transform 0.25s ease;
}

.iable-human-mysteries.header-title-bg .border-top-accent-4 {
    border-top: 6px solid black;
}

/* --Drop Cap ---
--------------------------------------------- */
.dropCap {
    float: left;
    color: #444;
    font-size: 57px;
    line-height: 42px;
    margin-right: -10px;
}


/* --Headers/Nav */
.site-header .navbar {
    padding: 0;
}
.site-header .nav-link {
    /*padding: 1rem 2rem;*/
}

.navbar-dark .navbar-nav .nav-item.active {
    color: #fff;
    background-color: #9556d4;
}
.navbar-dark .navbar-nav .nav-item.active .nav-link {
    color: #fff;
}


/* --Lists ---
--------------------------------------------- */
.listNarrow01 ul li{
    margin-bottom: -10px !important;
}

/* --Margins/Indents ---
--------------------------------------------- */
.hangingIndent01 {
    padding-left: 22px ;
    text-indent: -22px ;
}

.indent-1r {
    margin-left: 1rem;
}

.marginTop07 {
    margin-top: 0.7rem;
}

.noBott {
    margin-bottom: 0px !important;
}

.noMargin {
    margin: 0;
}

/* --Ordered List to Letters --- */
/*   --First Level is uppercase, 2nd level is lowercase --- */
ol.upper-alpha {
    list-style-type: upper-alpha;
  }

  ol.upper-alpha ol {
    list-style-type: lower-alpha;
  }

  /* --Media Queries --- */
@media (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }
    .position-sm-relative {
        position: relative !important;
    }
    .position-sm-absolute {
        position: absolute !important;
    }
    .position-sm-fixed {
        position: fixed !important;
    }
    .position-sm-sticky {
        position: sticky !important;
    }
}

@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }
    .right-md-0 {
        right: 0;
    }
    .position-md-relative {
        position: relative !important;
    }
    .position-md-absolute {
        position: absolute !important;
    }
    .position-md-fixed {
        position: fixed !important;
    }
    .position-md-sticky {
        position: sticky !important;
    }
}

@media (min-width: 992px) {
    .position-lg-static {
        position: static !important;
    }
    .position-lg-relative {
        position: relative !important;
    }
    .position-lg-absolute {
        position: absolute !important;
    }
    .position-lg-fixed {
        position: fixed !important;
    }
    .position-lg-sticky {
        position: sticky !important;
    }
}

@media (min-width: 1200px) {
    .position-xl-static {
        position: static !important;
    }
    .position-xl-relative {
        position: relative !important;
    }
    .position-xl-absolute {
        position: absolute !important;
    }
    .position-xl-fixed {
        position: fixed !important;
    }
    .position-xl-sticky {
        position: sticky !important;
    }
}
.linked-product {
    background-color: lavender;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.linked-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.linked-product-image img {
    border-radius: 5px;
    width: 100%;
    max-width: 220px;
    height: auto;
}

.linked-product-details {
    width: 100%;
}

.linked-product-purchase-info {
    margin-top: 20px;
}

.custom-checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    line-height: 24px;
    margin-top: 10px;
}

.custom-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-custom {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: white;
    border-radius: 4px;
}

.custom-checkbox-input:checked ~ .checkbox-custom {
    background-color: rebeccapurple;
}

.checkbox-custom:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox-input:checked ~ .checkbox-custom:after {
    display: block;
    left: 8px;
    top: 4px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.linked-product-details p.details {
    color: #6a4f8a;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    text-align: justify;
    padding: 10px;
    background-color: #f7f4f9;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.linked-product-variation-select {
    display: block;
    width: 100%;
    padding: 8px 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    border: 2px solid #dcdcdc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.linked-product-variation-select::-ms-expand {
    display: none;
}

.linked-product-image:empty {
    background-color: #f4f4f7;
    border: 1px dashed #ccc;
    border-radius: 5px;
    min-height: 100px;
}

@media (min-width: 768px) {
    .linked-product {
        display: flex;
        align-items: flex-start;
    }

    .linked-product-image {
        flex: 0 0 220px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .linked-product-details {
        flex: 1;
    }

    .linked-product-details p.details {
        font-size: 16px;
    }
}
#generate-password {
    margin-bottom: 10px;
}

#password-suggestion {
    display: block;
    margin-top: 5px;
    font-style: italic;
}

.password-timer {
    margin-top: 10px;
    font-style: italic;
    color: #666;
}

#password-timer {
    font-weight: bold;
    color: #210DA5;
}

#generate-password {
    margin-top: 5px;
}

.membership-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.membership-status {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}

.active .status-indicator { background-color: #28a745; }
.expired .status-indicator { background-color: #dc3545; }
.not-member .status-indicator { background-color: #ffc107; }

.membership-details h4 {
    margin: 0 0 10px 0;
    color: #333;
}

.expiration-date, .time-remaining {
    margin: 5px 0;
    color: #666;
}

.membership-action {
    margin-top: 15px;
}

.btn-renew, .btn-join {
    width: 100%;
    padding: 10px;
    font-weight: bold;
}

.btn-extend {
    width: 100%;
    padding: 10px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .membership-card {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .membership-action {
        margin-top: 0;
    }

    .btn-renew, .btn-join, .btn-extend {
        width: auto;
    }
}
.variations select {
    border: 1px solid #210DA5;
    padding: 4px 6px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
}

/* Ajustări pentru meniul principal */
.navbar-nav > li.dropdown > a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Asigurăm spațiu suficient pentru săgeată în submeniuri */
.dropdown-submenu > a {
    padding-right: 25px !important;
}


@media (min-width: 769px) {
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        margin-left: -1px;
    }
}

@media (max-width: 768px) {
    .dropdown-menu {
        position: static;
        float: none;
    }
}

.dropdown-submenu > .dropdown-item:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropdown-menu {
    display: none;
    padding-bottom: 0;
    padding-top: 0;
}

.dropdown-menu.show {
    display: block;
}


.single .aligncenter,
.single .img.centered {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    margin-bottom: 0;
}

.single-questions .questions-image,
.podcasts-image {
    padding-right: 40px;
}

.single-questions .questions-image img {
    display: block;
    margin: 10px auto 0;
}

.single-questions .entry-meta {
    margin: 0;
    padding-bottom: 0;
    text-align: center;
}

.single-questions h6 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 12px;
}

.podcasts-image img {
    display: block;
    margin: 10px auto 0;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
}

.archive .entry-title {
    font-size: 21px;
}

.blog .entry-title,
.single .entry-title {
    font-size: 24px;
}

.single .button {
    margin-top: 10px;
}

.single .content ul li,
.page .content ul li {
    list-style: disc;
    margin: 5px 0 0 20px;
}

p.nomargin,
.nomargin {
    margin-bottom: 0;
    font-weight: bold;
}

.page-id-532 .entry-content ul {
    margin-bottom: 20px;
}

.listNarrow01 ul li {
    margin: 0 0 0 20px !important;
}

/*  ---CQW/LACTFACTS ---*/

#cqw a {
    text-decoration: underline;
}

#cqw .answer {
    font-weight: bold;
    margin: 0 0 0 25px;
}

.cqw ol>li {
    list-style-type: upper-alpha;
    margin-top: 10px;
}

.cqw h1.title {
    font-size: 24px;
}

.cq,
.lf {
    font-weight: bold;
    margin-top: 10px;
}

.cq_num {
    text-align: center;
}

.lactfact {
    background-color: #cbb5f5;
    border: black 1px solid;
    border-radius: 18px;
    padding: 7px 14px 14px;
}

.cqw .header {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 7px;
    text-align: center;
    text-decoration: underline;
}

.cqw .title {
    text-align: center;
    font-size: var(--font-size-large);
    font-weight: bold;
}


/* Listing on Archives Page */

.questions {
    padding-top: 9px;
}


/*  --Accordion --------------*/

#accordion {
    margin-top: 1em;
}

h3.ui-accordion-header {
    background: #FFE3EB url("wp-content/images/arrow-down.png") no-repeat 98% 18px;
    border-bottom: 1px solid #cb3f2c;
    color: #444;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5;
    padding-left: 10px;
    position: relative;
}

h3.ui-accordion-header.ui-state-active {
    background: #FFE3EB url('wp-content/images/arrow-up.png') no-repeat 98% 18px;
}

h3.ui-accordion-header:hover {
    color: #cb3f2c;
}

h3.ui-accordion-header.ui-state-focus {
    outline: none;
}

h3.ui-accordion-header.title {
    font-size: 13px;
}

h3.ui-accordion-header span {
    font-size: 90%;
    font-weight: 400;
    vertical-align: middle;
}

.accordion-section {
    margin-bottom: 1.1em;
}

.ui-accordion-content {
    border-bottom: 1px solid #cb3f2c;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 1.5em;
}

.ui-accordion-content p {
    line-height: 1.5 !important;
    font-size: 16px;
}

.ui-widget-content a {
    text-decoration: none;
}

.ui-widget-content a:hover {
    color: #00A4FF !important;
}



/*  --Clinical Question  -----------*/
#accordion p:first-of-type {
    margin: 0;
}

.cqw h1 {
    font-size: 24px;
    margin-top: 9px;
}

.IABLEcomment {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0 3px;
    text-decoration: underline;
}

.cqw h2 {
    font-size: 20px;
    margin: 8px 0 3px;
}

.single-questions .content span {
    color: #cb3f2c;
    font-size: 1.2em;
}

.single-questions .roundbox {
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 0px 2px 8px 0px rgba(0, 0, 0, 0.80);
    margin-top: 12px;
    padding: 7px 30px;
}

.single-questions .site-inner,
.post-type-archive-questions .site-inner {
    background: #6bcbff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6bcbff 0%, #e4f5fc 27%, #e4f5fc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6bcbff 0%, #e4f5fc 27%, #e4f5fc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6bcbff 0%, #e4f5fc 27%, #e4f5fc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6bcbff', endColorstr='#e4f5fc', GradientType=0);
    /* IE6-9 */
}

.iable-woo-alert {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 4px;
}

.iable-woo-alert ul {
    padding-left: 20px;
}

.iable-woo-alert li {
    margin-bottom: 5px;
    line-height: 1.4;
}

.iable-woo-alert li:last-child {
    margin-bottom: 0;
}

.iable-woo-alert i {
    color: #721c24;
}

.woocommerce-form-login {
    padding: 20px;
    border: none !important;
}


.woocommerce-form-login .form-row {
    margin-bottom: 15px;
}

.woocommerce-form-login label {
    font-weight: bold;
}

.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.woocommerce-form-login__submit {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.woocommerce-LostPassword {
    text-align: center;
    margin-top: 15px;
}
.avatar-wrapper {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

.avatar-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media {
    align-items: flex-start;
}

.media-body {
    flex: 1;
}