@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}



*,
*:before,
*:after {
	box-sizing: border-box;
}
a, a:visited {
    text-decoration: none;
        color: inherit;
}

body {
    margin: 0;
    color: #454545;
    -webkit-font-smoothing: antialiased;
/*    background: #fff;*/
    font-family: 'Montserrat', Helvetica, Arial, "sans-serif";
}
body.sticky-header { 
    padding-left: 80px;
}
ul, ol {
    padding: 0;
    list-style-type: none;
}
p {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0;
}

.container {
    width: 100%;
    max-width: 1500px;
    display: block;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    padding: 0 15px;
}
.container-full {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.container:after, .flex-box:after {
    display: table;
    content: "";
    clear: both;
}

.col-1 {float:left;width: 8.33%;padding: 0 15px;}
.col-2 {float:left;width: 16.66%;padding: 0 15px;}
.col-3 {float:left;width: 25%;padding: 0 15px;}
.col-4 {float:left;width: 33.33%;padding: 0 15px;}
.col-5 {float:left;width: 41.66%;padding: 0 15px;}
.col-6 {float:left;width: 50%;padding: 0 15px;}
.col-7 {float:left;width: 58.33%;padding: 0 15px;}
.col-8 {float:left;width: 66.66%;padding: 0 15px;}
.col-9 {float:left;width: 75%;padding: 0 15px;}
.col-10 {float:left;width: 83.33%;padding: 0 15px;}
.col-11 {float:left;width: 91.66%;padding: 0 15px;}
.col-12 {float:left;width: 100%;padding: 0 15px;}

.flex-container {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}
.sidebar {
    width: 35%;
    background-color: #00aeef;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
img.site-logo {
    position: relative;
    top: auto;
    margin: 50px 0;
    width: 100%;
    height: 145px;
}

.sidebar-pattern {
    height: calc(100vh - 514px);
}
img.sb-pattern-image {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
}

a#logout {
    float: right;
}

.content-wrapper {
    width: 65%;
    height: calc(100vh - 58px);
    background: #F5F5F5;
    padding: 50px;
    overflow: auto;
}
.content-wrapper.login-page {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.login-form {
    background: #fff;
    padding: 25px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #ababab;
}
input.login-input {
    background-color: #F5F5F5;
    display: block;
    float: none;
    padding: 6px 10px;
    width: 100%;
    line-height: 1.3;
    font-size: 16px;
    height: auto;
    border-radius: 10px;
    border: none;
    color: #000;
    margin-bottom: 25px;
    min-height: 50px;
}
input.login-submit {
    color: #fff;
    border: none;
    background: #F79322;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 250px;
    padding: 17px;
    box-shadow: 7px 8px 13px #00000029;
    margin-right: 0;
    cursor: pointer;
}
.login-form h1 {
    margin: 0 0 25px;
}

.team-meember-info {
    padding-bottom: 50px;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 25px;
    font-size: 0;
        display: flex;
    flex-flow: wrap;
}
.team-member-headshot {
    width: 180px;
    height: 180px;
    display: inline-block;
    vertical-align: top;
        overflow: hidden;
    border: 5px solid #fff;
}
.team-member-headshot img {
    width: 100%;
    display: block;
    height: 100%;
        transition: all 0.5s ease 0s;
}
.member-info {
        display: flex;
    width: calc(100% - 180px);
    padding-left: 20px;
    font-size: 16px;
    flex-flow: column;
    justify-content: center;
}
h2.member-name {
    margin: 0 0 5px;
    color: #fff;
    font-size: 24px;
}
h3.member-designation {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0 15px;
    padding-bottom: 15px;
    position: relative;
}
h3.member-designation:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 4px;
    background: #fff;
    left: 0;
    bottom: 0;
}
a.cb-btn {
    color: #fff;
    border: none;
    background: #F79322;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 150px;
    padding: 14px;
    box-shadow: 7px 8px 13px #00000029;
    margin-right: 0;
    display: inline-block;
    text-align: center;
}
a.cb-btn:hover {
    opacity: 0.7;
}
.ae-actions {
    margin-bottom: 45px;
}
.ae-table-header, .single-ae-client {
    display: flex;
    flex-flow: wrap;
}
.table-cell {
    width: 33.33%;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.table-cell.client-company {
    width: 25%;
}
.table-cell.client-company:last-child, .table-cell.client-actions {
    width: 41.33%;
}
.ae-table-header {
    border-bottom: 2px solid;
    font-weight: 700;
}
.ae-client-table {
    background: #fff;
    box-shadow: 7px 8px 13px #00000029;
}
.single-ae-client:nth-child(2n) {
    background: #eee;
}
.table-cell.client-actions a {
    font-weight: 700;
}
.table-cell.client-actions a:hover {
    color: #F79322;
}


.single-form-row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: wrap;
}
.form-field-wrapper {
    padding: 0 10px;
    width: 100%;
}
.form-field-wrapper.half {
    width: 50%;
}
.form-field-wrapper label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}
input.form-input {
    display: block;
    float: none;
    padding: 6px 10px;
    width: 100%;
    line-height: 1.3;
    font-size: 16px;
    height: auto;
    border-radius: 10px;
    border: none;
    color: #000;
    margin-bottom: 15px;
    min-height: 50px;
} 

a.step-action {
    color: #fff;
    border: none;
    background: #F79322;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 150px;
    padding: 14px;
    box-shadow: 7px 8px 13px #00000029;
    margin-right: 0;
    display: inline-block;
    text-align: center;
}
a.step-action.to-right {
    float: right;
}
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}
ul.form-tabs-ul {
    margin: 0 !important;
    list-style-type: none !important;
    display: flex;
}
ul.form-tabs-ul li {
    width: 100%;
    text-align: center;
    margin: 10px !important;
    padding: 10px !important;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
    border: 3px solid rgb(246, 147, 34) !important;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}
ul.form-tabs-ul li.active {
    background: rgb(246, 147, 34) !important;
    color: #fff;
}
.tabcontent .form-field-wrapper {
    padding: 15px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 2px 5px 8px -3px #00000029;
}
.tabcontent .form-field-wrapper input[type="checkbox"] {
    width: 3%;
}
.tabcontent .form-field-wrapper label {
    width: auto;
    margin: 0;
    min-width: 240px;
        font-size: 18px;
}
input.conditional-input {
    padding: 10px;
    margin: 0 9px;
    width: 130px;
    text-align: center;
}
.tabcontent {
    padding: 25px 0;
}
input.promo-search {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 50px;
}

.printing-footer {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    flex-flow: wrap;
    padding: 0 15px;
}
.printing-footer .footer-left {
    width: 33.33%;
    text-align: left;
}
.social-share li {
    display: inline-block;
    margin: 20px 15px;
}
ul.social-share {
    margin: 0;
}
.footer-center {
    width: 33.33%;
    margin: 20px;
    text-align: center;
}
.footer-center p {
    line-height: 1;
    margin: 0;
}
.footer-right {
    text-align: right;
    width: 30.33%;
        padding-top: 10px;
}

/*DK*/
span.wpforms-required-label {
    color: #ff0000;
    font-weight: 400;
}

#form-submit{
    color: #fff;
    border: none;
    background: #F79322;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 150px;
    padding: 14px;
    box-shadow: 7px 8px 13px #00000029;
    margin-right: 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.table-cell.client-actions a {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    font-size: 16px;
}
.table-cell.client-actions {
    font-size: 0;
}
body input.conditional-input.conditional-input2 {
    margin: 3px 10px !important;
}
body input.conditional-input.conditional-input2[name="CD_1setupCharges"],
body input.conditional-input.conditional-input2[name="CD_2setupCharges"] {
    margin-left: 65px !important;
}
#design.tabcontent .form-field-wrapper {
    order: 10;
}
#design.tabcontent .form-field-wrapper:first-child {
    order: 1;
}
#design.tabcontent .form-field-wrapper:nth-child(7) {
    order: 2;
}
#design.tabcontent .form-field-wrapper:nth-child(7) .divider {
    text-align: center;
}
#design.tabcontent .form-field-wrapper:nth-child(7) .divider label {
    margin-bottom: 10px;
}
body .client-onboarding-form .select2-container .select2-selection--single, body .client-onboarding-form .select2-container .select2-selection--single .select2-selection__rendered {
    height: 50px;
    line-height: 50px;
/*    border: none;*/
}
/*
div#promotional .form-field-wrapper {
    background: transparent;
    box-shadow: none;
    padding: 0;
}
*/
body .tabcontent .form-field-wrapper label {
    min-width: 229px;
}
body #clientlogo img {
    object-fit: contain;
}
span.per {
/*    display: block;*/
    margin-bottom: 10px;
}
table td span.per {
    display: inline-block;
    margin-left: -4px;
}
body ul.step2 img {
    max-width: 50px;
    box-shadow: none;
    display: block;
    margin: 0 auto;
}
ul.step2 :checked+label img {
    box-shadow: none;
}
ul.step2 {
    text-align: center;
    padding: 15px 0;
}
ul.step2 label {
    font-size: 18px;
}
body .step2 :checked+label {
    font-weight: 700;
    border: 2px solid #000;
}
body .step2 li {
    padding-right: 10px;
    padding-left: 10px;
}
/*
#design.tabcontent .single-form-row > div > * {
    order: 20;
}
*/
.step-actions:after {
    content: " ";
    display: table;
    clear: both;
}
input#form-submit {
    float: right;
    font-size: 17px;
    font-weight: 700;
}
a#step-2-back-btn, .step-actions a.step-action.to-left {
    background: transparent;
    border: 2px solid #F79322;
    color: #F79322;
}
a#step-2-back-btn:hover,
.step-actions a.step-action.to-left:hover {
    color: #fff;
    background: #F79322;
}
select.conditional-input {
    min-width: 120px;
}
div#designPloorsSection select.conditional-input,
div#designBusCardSection select.conditional-input {
    min-width: 230px;
}
#design.tabcontent .single-form-row hr + label {
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.ae-client-table.orders-list .table-cell {
    width: 17%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 20px 10px;
}
.ae-client-table.orders-list .table-cell.client-actions {
    text-align: center;
}
.ae-client-table.orders-list .table-cell.client-actions a, .ae-client-table.orders-list .table-cell.client-actions form {
    display: inline-block;
    margin: 5px auto;
}
.ae-client-table.orders-list .table-cell.client-actions {
    text-align: center;
    padding: 5px 20px;
    width: 32%;
}
div#promotional .form-field-wrapper {
    padding: 0;
    background: transparent;
    box-shadow: none;
}
table#categoryBox_edit > tbody > tr,
table#categoryBox_edit > tr,
table#categoryBox > tbody > tr,
table#categoryBox > tr {
    padding: 15px;
    background: #fff;
    box-shadow: 2px 5px 8px -3px #00000029;
    margin-bottom: 35px;
    display: flex;
    flex-flow: wrap;
    position: relative;
    width: 100%;
}
i.removeCategory {
    position: absolute;
    color: #fff !important;
    background: red;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    right: 0;
    top: 0;
}
input.promo-search {
    width: auto !important;
    padding: 13px;
}
table#categoryBox_edit > tbody > tr hr,
table#categoryBox_edit > tr hr,
table#categoryBox > tbody > tr hr,
table#categoryBox > tr hr {
    display: none;
}
table#categoryBox, table#categoryBox_edit {
    width: 100%;
}
table#categoryBox_edit > tbody > tr > td, 
table#categoryBox_edit > tr > td, 
table#categoryBox > tbody > tr > td, 
table#categoryBox > tr > td {
    width: 100%;
}
div#promotional.tabcontent .form-field-wrapper h4 {
    font-size: 24px;
    margin: 15px 0 25px;
}
body:not(.page-template-ae-view-order) table#clientProducts > tbody > tr:first-child {
    display: none;
}
body:not(.page-template-ae-view-order) table#clientProducts, 
body:not(.page-template-ae-view-order) table#clientProducts tbody, 
body:not(.page-template-ae-view-order) table#clientProducts, 
body:not(.page-template-ae-view-order) table#clientProducts table {
    display: block;
    font-size: 0;
}
tr.single-promo-product {
    display: inline-block;
    font-size: 14px;
    width: 33.33%;
    padding: 10px;
    vertical-align: top;
}
tr.single-promo-product td {
    display: block;
}
tr.single-promo-product tr.product-img {
    display: block;
    font-size: 14px;
    position: relative;
}
tr.single-promo-product tr.product-img img {
    display: block;
    min-width: 100%;
    height: 18vw !important;
    object-fit: cover;
    object-position: center center;
}
tr.single-promo-product tr.product-img input[type="checkbox"] {
    position: absolute;
    top: calc(18vw + 16px);
    width: auto !important;
}
tr.single-promo-product tr.product-img lable {
    display: block;
    width: 100%;
    font-size: 18px;
    margin: 10px 0 15px;
    padding-left: 20px;
    font-weight: 700;
}
tr.single-promo-product tr.product-pricing {
    width: 100%;
    display: block;
}
tr.single-promo-product tr.product-pricing tbody tr td {
    display: table-cell;
    padding: 5px;
}
tr.single-promo-product tr.product-pricing tbody tr {
    font-size: 14px;
    display: table-row;
        background: #ddd;
}
tr.single-promo-product tr.product-pricing table {
  border-collapse: collapse;
/*  width: 100%;*/
}

tr.single-promo-product tr.product-pricing table td {
  border: 1px solid #ccc;
  padding: 8px;
    color: #000;
}

tr.single-promo-product tr.product-pricing table tr:nth-child(even) {
    background: #fff;
}
body .step2 label {
    border: 1px solid #000;
    min-width: 210px;
}
.attributesDiv {
    display: block;
    width: 100%;
    line-height: 1.5;
    padding: 10px;
    box-shadow: 0px 0px 8px 2px #00000029;
    margin: 5px 0;
}
input.productsChkqty {
    width: 100% !important;
}
.attributesRow strong {
    display: inline-block;
    width: 120px;
    min-width: 100px;
    word-break: break-all;
    vertical-align: middle;
}
.attributesRow {
    margin-bottom: 15px;
}
.attributesRow select {
    max-width: calc(100% - 120px);
}
/*tr.single-promo-product tr.product-pricing table:hover {background-color: #ddd;}*/


    div#printing.tabcontent .form-field-wrapper label {
    display: block;
    width: 100%;
}
div#printing.tabcontent .form-field-wrapper input[type="checkbox"] + label {
    width: 200px;
    display: inline-block;
}
div#printing.tabcontent .form-field-wrapper > #CP_4Row, div#printing.tabcontent .form-field-wrapper > #CP_1Row, div#printing.tabcontent .form-field-wrapper > #CP_2Row, div#printing.tabcontent .form-field-wrapper > #CP_3Row {
    margin-left: 263px;
    margin-top: 5px;
}

div#promotional.tabcontent th {
    text-align: left;
}

#design.tabcontent .form-field-wrapper > * {
    order: 50;
}
.priceDiv {
    flex-grow: 1;
    margin: 0 !important;
    display: block;
    text-align: right;
    position: relative;
    font-size: 23px;
}
.priceDiv:before {
    content: "$";
}
form#new_post form#new_post {
    float: right;
}