
/* ==========================================================
Divider Wizard - Kadence Styling
Scope everything to #post-dw
========================================================== */

/* Title */
#post-dw h1 {
font-size: 20px !important;
margin-bottom: 6px;
}

/* Horizontal rules */
#post-dw .ruleForListing {
border: 0;
border-top: 1px solid #e5e5e5;
margin: 12px 0;
}

/* ==========================================================
GET STARTED BOX
========================================================== */

#post-dw .dividerGetStartedBox {
background: #fbf7ea;
border: 1px solid #ded6bf;
padding: 20px 28px;
margin: 0 0 30px;
}

#post-dw .dividerGetStartedBox form {
display: grid;
grid-template-columns: 1fr 1.4fr;
gap: 32px;
align-items: center;
}

#post-dw .dividerMainSubBoxLeftWrapper {
border-right: 1px solid #e2dccd;
padding-right: 30px;
}

#post-dw .dividerMainSubBoxLeft {
text-align: center;
font-size: 15px;
line-height: 1.4;
}

#post-dw .dividerMainSubBoxRight {
display: flex;
gap: 14px;
align-items: center;
}

#post-dw .dividerStartedField {
height: 48px;
max-width: 280px;
width: 100%;
margin: 0;
}

/* ==========================================================
BUTTONS
========================================================== */

#post-dw .cartProceed,
#post-dw .bttnGetStarted {
display: inline-block;
background: linear-gradient(#ffe98a, #d5a900);
border: 1px solid #bf9900;
border-radius: 4px;
color: #111;
font-weight: 700;
text-decoration: none;
padding: 11px 28px;
line-height: 1.2;
}

#post-dw .cartProceed:hover,
#post-dw .bttnGetStarted:hover {
color: #111;
text-decoration: none;
}

#post-dw .dividerMainButton {
display: inline-block;
background: #2f8bb1;
color: #fff;
font-weight: 700;
text-decoration: none;
border-radius: 4px;
padding: 13px 22px;
line-height: 1.2;
margin-right: 14px;
}

#post-dw .dividerMainButton:hover {
color: #fff;
text-decoration: none;
}

/* ==========================================================
OR DIVIDER
========================================================== */

#post-dw .dividerMainOrBox {
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
gap: 10px;
margin: 10px 0;
}

#post-dw .dividerMainOrLine {
height: 1px;
background: #ddd;
}

#post-dw .dividerMainOr {
background: #aaa;
color: #fff;
font-weight: 700;
border-radius: 50%;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}

/* ==========================================================
SAVED DIVIDER TABLE
========================================================== */

#post-dw table {
width: 100% !important;
border-collapse: collapse;
}

#post-dw .divsaved_one_head {
background: #eee;
border: 1px solid #d5d5d5;
padding: 8px 12px;
font-weight: 700;
}

#post-dw .divsaved_one,
#post-dw .divsaved_two {
padding: 10px 14px;
border-bottom: 1px solid #eee;
}

#post-dw .divsaved_two {
text-align: right;
white-space: nowrap;
}

#post-dw tbody tr:nth-child(even) {
background: #f5f5f5;
}

/* ==========================================================
PRODUCT GRID ROWS
========================================================== */

#post-dw .dividerMainRow {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 34px;
margin: 28px 0;
}

#post-dw .dividerVertRule {
display: none;
}

#post-dw .dividerLeftBlock,
#post-dw .dividerRightBlock {
position: relative;
padding: 0 28px 40px 0;
}

#post-dw .dividerLeftBlock {
border-right: 1px solid #e5e5e5;
}

/* ==========================================================
PRODUCT IMAGES
========================================================== */

#post-dw .dividerMainImageRow {
display: flex;
gap: 28px;
align-items: flex-end;
justify-content: center;
min-height: 170px;
margin-bottom: 24px;
}

#post-dw .dividerMainImageBlock {
display: flex;
align-items: flex-end;
justify-content: center;
}

#post-dw .dw_image {
max-width: 100%;
height: auto;
}

/* ==========================================================
PRODUCT CONTENT
========================================================== */

#post-dw .dividerMainTitle {
color: #c89c00;
font-size: 34px;
line-height: 1.15;
margin: 0 0 24px;
}

#post-dw .dividerMainText {
font-size: 16px;
line-height: 1.45;
}

#post-dw .dividerMainText ul {
margin-top: 6px;
margin-bottom: 28px;
}

/* ==========================================================
MOBILE
========================================================== */

@media (max-width: 768px) {

#post-dw .dividerGetStartedBox form,
#post-dw .dividerMainRow {
    grid-template-columns: 1fr;
}

#post-dw .dividerMainSubBoxLeftWrapper,
#post-dw .dividerLeftBlock {
    border-right: 0;
    padding-right: 0;
}

#post-dw .dividerMainSubBoxRight {
    flex-direction: column;
    align-items: stretch;
}

#post-dw .dividerStartedField,
#post-dw .cartProceed,
#post-dw .bttnGetStarted,
#post-dw .dividerMainButton {
    width: 100%;
    max-width: none;
    text-align: center;
}

#post-dw .divsaved_two {
    text-align: left;
}

#post-dw .dividerMainTitle {
    font-size: 28px;
}


}

/* ==========================================================
   PRICING MODALS
   ========================================================== */

#post-dw #standardPricing,
#post-dw #filebackPricing,
#post-dw #legalPricing,
#post-dw #polyPricing {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(92vw, 1250px);
    max-height: 88vh;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,.35);
}

/* If your JS adds active/open class, use this */
#post-dw #standardPricing.is-open,
#post-dw #filebackPricing.is-open,
#post-dw #legalPricing.is-open,
#post-dw #polyPricing.is-open {
    display: block;
}

/* Modal header/title area */
#post-dw .pricingModalTitle,
#post-dw .modalTitle {
    background: #2f8bb1;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 16px 24px;
}

/* Close button */
#post-dw .modalCloser {
    position: absolute;
    top: 14px;
    right: 18px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 2;
}

#post-dw .modalCloser::before {
    content: "×";
    display: block;
    color: #fff;
    background: #fff;
    color: #2f8bb1;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}

/* Tabs */
#post-dw .tabs {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

#post-dw .tabs-title {
    list-style: none;
    margin: 0;
}

#post-dw .tabs-title a {
    display: block;
    padding: 18px 28px;
    color: #111;
    font-weight: 700;
    text-decoration: none;
    border-right: 1px solid #ddd;
    background: #fff;
}

#post-dw .tabs-title.is-active a {
    background: #eee;
}

/* Tab content */
#post-dw .tabs-content {
    padding: 20px;
    background: #fff;
}

#post-dw .tabs-panel {
    display: none;
    max-height: 55vh !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
}

#post-dw .tabs-panel.is-active {
    display: block;
}

/* Pricing table */
#post-dw .tabs-panel table {
    width: max-content !important;
    min-width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

#post-dw .pricingColumnOne,
#post-dw .pricingColumnTwo {
    padding: 8px 12px;
    white-space: nowrap;
    text-align: center;
}

#post-dw .pricingColumnOne {
    font-weight: 700;
    text-align: left;
    position: sticky;
    left: 0;
    z-index: 1;
}

#post-dw .pricingTopRow {
    font-weight: 700;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
}

#post-dw .pricingDarkRow {
    background: #e9e9e9;
}

#post-dw .pricingLightRow {
    background: #fff;
}

/* Modal footer close button if present */
#post-dw .modalFooter,
#post-dw .modalActions {
    padding: 18px 20px;
    text-align: right;
    background: #f5f5f5;
}

#post-dw .modalFooter .button,
#post-dw .modalActions .button,
#post-dw .pricingCloseButton {
    background: #2f8bb1;
    color: #fff;
    padding: 10px 22px;
    border-radius: 4px;
    text-decoration: none;
}

/* Mobile modal */
@media (max-width: 768px) {
    #post-dw #standardPricing,
    #post-dw #filebackPricing,
    #post-dw #legalPricing,
    #post-dw #polyPricing {
        width: 96vw;
        max-height: 90vh;
    }

    #post-dw .tabs {
        overflow-x: auto;
        white-space: nowrap;
    }

    #post-dw .tabs-title a {
        padding: 14px 18px;
        font-size: 14px;
    }

    #post-dw .tabs-content {
        padding: 12px;
    }

    #post-dw .pricingColumnOne,
    #post-dw .pricingColumnTwo {
        padding: 7px 9px;
        font-size: 13px;
    }
}

















    .tabs-title>a {

        font-size: .80rem;
        font-weight: 600;
        border-right: 1px solid #e6e6e6;
    }
    img.dw_image {
        cursor: pointer;
    }





    .bttnGetStarted, .bttnGetStarted:link, .bttnGetStarted:visited {
        font-family: "open-sans", sans-serif;
        display: inline-block;
        padding: 0 12px 0 12px;
        margin: 0 0 17px 10px;
        height: 38px;
        line-height: 38px;
        border: 1px solid #d2aa0b;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 300;
        color: #1c1c1c;
        text-decoration: none;
        background: #e3c448;
        background: linear-gradient(bottom, #dbb726 0%, #fdf0bc 100%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dbb726), color-stop(1, #fdf0bc));
        background: -moz-linear-gradient(bottom, #dbb726 0%, #fdf0bc 100%);
        background: -ms-linear-gradient(bottom, #dbb726 0%, #fdf0bc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf0bc', endColorstr='#dbb726');
    }


    .orContainer {
        width: 100%;
        height: 32px;
        position: relative;
    }
    .centeredOr {
        width: 26px;
        height: 26px;
        line-height: 24px;
        margin-top: 6px;
        margin-bottom: 6px;
        font-family: "adobe-caslon-pro", serif;
        font-size: 18px;
        font-weight: 400;
        font-style: italic;
        text-align: center;
        color: #ffffff;
        background: #b0b0b0;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        position: inherit;
    }

    .dividerLineOr {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #f1f1f1;
        margin: 14px 0 0 0;
    }
	
	/* .xoo-el-login-tgr {
		font-size: 16px;
		font-weight: 400;
		color: #ffffff;
		background: #3f8aac;
		text-decoration: none;
	} */
	.dividerMainSubBoxRight .xoo-el-login-tgr  {
		display: inline-block;
		width: auto;
		height: 38px;
		line-height: 38px;
		padding: 0 12px 0 12px;
		margin: 0 0 17px 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 16px;
		font-weight: 400;
		color: #ffffff;
		background: #3f8aac;
	}
	
	.menu-text {
		font-weight: inherit;
		color: inherit;
		line-height: inherit;
		padding-top: inherit;
		padding-bottom: inherit;
		padding: unset;
	}
	.search-field{
		margin: inherit;
	}
	.error_notification {
		background: #fde1e1;
		padding: 2%;
		margin: 0 0 2% 0;
		border: 2px solid #f55d5d;
		font-size: 14px;
		font-weight: bold;
		color: #f70505;
	}

