.ext-absolute {
    position: absolute !important;
}
.ext-relative {
    position: relative !important;
}
.ext-top-base {
    top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-top-lg {
    top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--top-base {
    top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--top-lg {
    top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-right-base {
    right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-right-lg {
    right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--right-base {
    right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--right-lg {
    right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-bottom-base {
    bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-bottom-lg {
    bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--bottom-base {
    bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--bottom-lg {
    bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-left-base {
    left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-left-lg {
    left: var(--extendify--spacing--large, 3rem) !important;
}
.ext--left-base {
    left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--left-lg {
    left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-order-1 {
    order: 1 !important;
}
.ext-order-2 {
    order: 2 !important;
}
.ext-col-auto {
    grid-column: auto !important;
}
.ext-col-span-1 {
    grid-column: span 1 / span 1 !important;
}
.ext-col-span-2 {
    grid-column: span 2 / span 2 !important;
}
.ext-col-span-3 {
    grid-column: span 3 / span 3 !important;
}
.ext-col-span-4 {
    grid-column: span 4 / span 4 !important;
}
.ext-col-span-5 {
    grid-column: span 5 / span 5 !important;
}
.ext-col-span-6 {
    grid-column: span 6 / span 6 !important;
}
.ext-col-span-7 {
    grid-column: span 7 / span 7 !important;
}
.ext-col-span-8 {
    grid-column: span 8 / span 8 !important;
}
.ext-col-span-9 {
    grid-column: span 9 / span 9 !important;
}
.ext-col-span-10 {
    grid-column: span 10 / span 10 !important;
}
.ext-col-span-11 {
    grid-column: span 11 / span 11 !important;
}
.ext-col-span-12 {
    grid-column: span 12 / span 12 !important;
}
.ext-col-span-full {
    grid-column: 1/-1 !important;
}
.ext-col-start-1 {
    grid-column-start: 1 !important;
}
.ext-col-start-2 {
    grid-column-start: 2 !important;
}
.ext-col-start-3 {
    grid-column-start: 3 !important;
}
.ext-col-start-4 {
    grid-column-start: 4 !important;
}
.ext-col-start-5 {
    grid-column-start: 5 !important;
}
.ext-col-start-6 {
    grid-column-start: 6 !important;
}
.ext-col-start-7 {
    grid-column-start: 7 !important;
}
.ext-col-start-8 {
    grid-column-start: 8 !important;
}
.ext-col-start-9 {
    grid-column-start: 9 !important;
}
.ext-col-start-10 {
    grid-column-start: 10 !important;
}
.ext-col-start-11 {
    grid-column-start: 11 !important;
}
.ext-col-start-12 {
    grid-column-start: 12 !important;
}
.ext-col-start-13 {
    grid-column-start: 13 !important;
}
.ext-col-start-auto {
    grid-column-start: auto !important;
}
.ext-col-end-1 {
    grid-column-end: 1 !important;
}
.ext-col-end-2 {
    grid-column-end: 2 !important;
}
.ext-col-end-3 {
    grid-column-end: 3 !important;
}
.ext-col-end-4 {
    grid-column-end: 4 !important;
}
.ext-col-end-5 {
    grid-column-end: 5 !important;
}
.ext-col-end-6 {
    grid-column-end: 6 !important;
}
.ext-col-end-7 {
    grid-column-end: 7 !important;
}
.ext-col-end-8 {
    grid-column-end: 8 !important;
}
.ext-col-end-9 {
    grid-column-end: 9 !important;
}
.ext-col-end-10 {
    grid-column-end: 10 !important;
}
.ext-col-end-11 {
    grid-column-end: 11 !important;
}
.ext-col-end-12 {
    grid-column-end: 12 !important;
}
.ext-col-end-13 {
    grid-column-end: 13 !important;
}
.ext-col-end-auto {
    grid-column-end: auto !important;
}
.ext-row-auto {
    grid-row: auto !important;
}
.ext-row-span-1 {
    grid-row: span 1 / span 1 !important;
}
.ext-row-span-2 {
    grid-row: span 2 / span 2 !important;
}
.ext-row-span-3 {
    grid-row: span 3 / span 3 !important;
}
.ext-row-span-4 {
    grid-row: span 4 / span 4 !important;
}
.ext-row-span-5 {
    grid-row: span 5 / span 5 !important;
}
.ext-row-span-6 {
    grid-row: span 6 / span 6 !important;
}
.ext-row-span-full {
    grid-row: 1/-1 !important;
}
.ext-row-start-1 {
    grid-row-start: 1 !important;
}
.ext-row-start-2 {
    grid-row-start: 2 !important;
}
.ext-row-start-3 {
    grid-row-start: 3 !important;
}
.ext-row-start-4 {
    grid-row-start: 4 !important;
}
.ext-row-start-5 {
    grid-row-start: 5 !important;
}
.ext-row-start-6 {
    grid-row-start: 6 !important;
}
.ext-row-start-7 {
    grid-row-start: 7 !important;
}
.ext-row-start-auto {
    grid-row-start: auto !important;
}
.ext-row-end-1 {
    grid-row-end: 1 !important;
}
.ext-row-end-2 {
    grid-row-end: 2 !important;
}
.ext-row-end-3 {
    grid-row-end: 3 !important;
}
.ext-row-end-4 {
    grid-row-end: 4 !important;
}
.ext-row-end-5 {
    grid-row-end: 5 !important;
}
.ext-row-end-6 {
    grid-row-end: 6 !important;
}
.ext-row-end-7 {
    grid-row-end: 7 !important;
}
.ext-row-end-auto {
    grid-row-end: auto !important;
}
.ext-m-0:not([style*="margin"]) {
    margin: 0 !important;
}
.ext-m-auto:not([style*="margin"]) {
    margin: auto !important;
}
.ext-m-base:not([style*="margin"]) {
    margin: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-m-lg:not([style*="margin"]) {
    margin: var(--extendify--spacing--large, 3rem) !important;
}
.ext--m-base:not([style*="margin"]) {
    margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--m-lg:not([style*="margin"]) {
    margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mx-0:not([style*="margin"]) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.ext-mx-auto:not([style*="margin"]) {
    margin-left: auto !important;
    margin-right: auto !important;
}
.ext-mx-base:not([style*="margin"]) {
    margin-left: var(--wp--style--block-gap, 1.75rem) !important;
    margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mx-lg:not([style*="margin"]) {
    margin-left: var(--extendify--spacing--large, 3rem) !important;
    margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mx-base:not([style*="margin"]) {
    margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mx-lg:not([style*="margin"]) {
    margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-my-0:not([style*="margin"]) {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.ext-my-auto:not([style*="margin"]) {
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.ext-my-base:not([style*="margin"]) {
    margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-my-lg:not([style*="margin"]) {
    margin-bottom: var(--extendify--spacing--large, 3rem) !important;
    margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--my-base:not([style*="margin"]) {
    margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--my-lg:not([style*="margin"]) {
    margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mt-0:not([style*="margin"]) {
    margin-top: 0 !important;
}
.ext-mt-auto:not([style*="margin"]) {
    margin-top: auto !important;
}
.ext-mt-base:not([style*="margin"]) {
    margin-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mt-lg:not([style*="margin"]) {
    margin-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mt-base:not([style*="margin"]) {
    margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mt-lg:not([style*="margin"]) {
    margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mr-0:not([style*="margin"]) {
    margin-right: 0 !important;
}
.ext-mr-auto:not([style*="margin"]) {
    margin-right: auto !important;
}
.ext-mr-base:not([style*="margin"]) {
    margin-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mr-lg:not([style*="margin"]) {
    margin-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mr-base:not([style*="margin"]) {
    margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mr-lg:not([style*="margin"]) {
    margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-mb-0:not([style*="margin"]) {
    margin-bottom: 0 !important;
}
.ext-mb-auto:not([style*="margin"]) {
    margin-bottom: auto !important;
}
.ext-mb-base:not([style*="margin"]) {
    margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-mb-lg:not([style*="margin"]) {
    margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--mb-base:not([style*="margin"]) {
    margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--mb-lg:not([style*="margin"]) {
    margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-ml-0:not([style*="margin"]) {
    margin-left: 0 !important;
}
.ext-ml-auto:not([style*="margin"]) {
    margin-left: auto !important;
}
.ext-ml-base:not([style*="margin"]) {
    margin-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-ml-lg:not([style*="margin"]) {
    margin-left: var(--extendify--spacing--large, 3rem) !important;
}
.ext--ml-base:not([style*="margin"]) {
    margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--ml-lg:not([style*="margin"]) {
    margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
}
.ext-block {
    display: block !important;
}
.ext-inline-block {
    display: inline-block !important;
}
.ext-inline {
    display: inline !important;
}
.ext-flex {
    display: flex !important;
}
.ext-inline-flex {
    display: inline-flex !important;
}
.ext-grid {
    display: grid !important;
}
.ext-inline-grid {
    display: inline-grid !important;
}
.ext-hidden {
    display: none !important;
}
.ext-w-auto {
    width: auto !important;
}
.ext-w-full {
    width: 100% !important;
}
.ext-max-w-full {
    max-width: 100% !important;
}
.ext-flex-1 {
    flex: 1 1 0% !important;
}
.ext-flex-auto {
    flex: 1 1 auto !important;
}
.ext-flex-initial {
    flex: 0 1 auto !important;
}
.ext-flex-none {
    flex: none !important;
}
.ext-flex-shrink-0 {
    flex-shrink: 0 !important;
}
.ext-flex-shrink {
    flex-shrink: 1 !important;
}
.ext-flex-grow-0 {
    flex-grow: 0 !important;
}
.ext-flex-grow {
    flex-grow: 1 !important;
}
.ext-list-none {
    list-style-type: none !important;
}
.ext-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.ext-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.ext-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.ext-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.ext-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.ext-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.ext-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.ext-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.ext-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.ext-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.ext-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.ext-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.ext-grid-cols-none {
    grid-template-columns: none !important;
}
.ext-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.ext-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.ext-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.ext-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.ext-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.ext-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
.ext-grid-rows-none {
    grid-template-rows: none !important;
}
.ext-flex-row {
    flex-direction: row !important;
}
.ext-flex-row-reverse {
    flex-direction: row-reverse !important;
}
.ext-flex-col {
    flex-direction: column !important;
}
.ext-flex-col-reverse {
    flex-direction: column-reverse !important;
}
.ext-flex-wrap {
    flex-wrap: wrap !important;
}
.ext-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.ext-flex-nowrap {
    flex-wrap: nowrap !important;
}
.ext-items-start {
    align-items: flex-start !important;
}
.ext-items-end {
    align-items: flex-end !important;
}
.ext-items-center {
    align-items: center !important;
}
.ext-items-baseline {
    align-items: baseline !important;
}
.ext-items-stretch {
    align-items: stretch !important;
}
.ext-justify-start {
    justify-content: flex-start !important;
}
.ext-justify-end {
    justify-content: flex-end !important;
}
.ext-justify-center {
    justify-content: center !important;
}
.ext-justify-between {
    justify-content: space-between !important;
}
.ext-justify-around {
    justify-content: space-around !important;
}
.ext-justify-evenly {
    justify-content: space-evenly !important;
}
.ext-justify-items-start {
    justify-items: start !important;
}
.ext-justify-items-end {
    justify-items: end !important;
}
.ext-justify-items-center {
    justify-items: center !important;
}
.ext-justify-items-stretch {
    justify-items: stretch !important;
}
.ext-gap-0 {
    gap: 0 !important;
}
.ext-gap-base {
    gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-lg {
    gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-gap-x-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
}
.ext-gap-x-base {
    -moz-column-gap: var(--wp--style--block-gap, 1.75rem) !important;
    column-gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-x-lg {
    -moz-column-gap: var(--extendify--spacing--large, 3rem) !important;
    column-gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-gap-y-0 {
    row-gap: 0 !important;
}
.ext-gap-y-base {
    row-gap: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-gap-y-lg {
    row-gap: var(--extendify--spacing--large, 3rem) !important;
}
.ext-justify-self-auto {
    justify-self: auto !important;
}
.ext-justify-self-start {
    justify-self: start !important;
}
.ext-justify-self-end {
    justify-self: end !important;
}
.ext-justify-self-center {
    justify-self: center !important;
}
.ext-justify-self-stretch {
    justify-self: stretch !important;
}
.ext-rounded-none {
    border-radius: 0 !important;
}
.ext-rounded-full {
    border-radius: 9999px !important;
}
.ext-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.ext-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
}
.ext-rounded-r-none {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.ext-rounded-r-full {
    border-bottom-right-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
}
.ext-rounded-b-none {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.ext-rounded-b-full {
    border-bottom-left-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
}
.ext-rounded-l-none {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.ext-rounded-l-full {
    border-bottom-left-radius: 9999px !important;
    border-top-left-radius: 9999px !important;
}
.ext-rounded-tl-none {
    border-top-left-radius: 0 !important;
}
.ext-rounded-tl-full {
    border-top-left-radius: 9999px !important;
}
.ext-rounded-tr-none {
    border-top-right-radius: 0 !important;
}
.ext-rounded-tr-full {
    border-top-right-radius: 9999px !important;
}
.ext-rounded-br-none {
    border-bottom-right-radius: 0 !important;
}
.ext-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
}
.ext-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
}
.ext-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
}
.ext-border-0 {
    border-width: 0 !important;
}
.ext-border-t-0 {
    border-top-width: 0 !important;
}
.ext-border-r-0 {
    border-right-width: 0 !important;
}
.ext-border-b-0 {
    border-bottom-width: 0 !important;
}
.ext-border-l-0 {
    border-left-width: 0 !important;
}
.ext-p-0:not([style*="padding"]) {
    padding: 0 !important;
}
.ext-p-base:not([style*="padding"]) {
    padding: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-p-lg:not([style*="padding"]) {
    padding: var(--extendify--spacing--large, 3rem) !important;
}
.ext-px-0:not([style*="padding"]) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ext-px-base:not([style*="padding"]) {
    padding-left: var(--wp--style--block-gap, 1.75rem) !important;
    padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-px-lg:not([style*="padding"]) {
    padding-left: var(--extendify--spacing--large, 3rem) !important;
    padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext-py-0:not([style*="padding"]) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.ext-py-base:not([style*="padding"]) {
    padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-py-lg:not([style*="padding"]) {
    padding-bottom: var(--extendify--spacing--large, 3rem) !important;
    padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pt-0:not([style*="padding"]) {
    padding-top: 0 !important;
}
.ext-pt-base:not([style*="padding"]) {
    padding-top: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pt-lg:not([style*="padding"]) {
    padding-top: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pr-0:not([style*="padding"]) {
    padding-right: 0 !important;
}
.ext-pr-base:not([style*="padding"]) {
    padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pr-lg:not([style*="padding"]) {
    padding-right: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pb-0:not([style*="padding"]) {
    padding-bottom: 0 !important;
}
.ext-pb-base:not([style*="padding"]) {
    padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pb-lg:not([style*="padding"]) {
    padding-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext-pl-0:not([style*="padding"]) {
    padding-left: 0 !important;
}
.ext-pl-base:not([style*="padding"]) {
    padding-left: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-pl-lg:not([style*="padding"]) {
    padding-left: var(--extendify--spacing--large, 3rem) !important;
}
.ext-text-left {
    text-align: left !important;
}
.ext-text-center {
    text-align: center !important;
}
.ext-text-right {
    text-align: right !important;
}
.ext-leading-none {
    line-height: 1 !important;
}
.ext-leading-tight {
    line-height: 1.25 !important;
}
.ext-leading-snug {
    line-height: 1.375 !important;
}
.ext-leading-normal {
    line-height: 1.5 !important;
}
.ext-leading-relaxed {
    line-height: 1.625 !important;
}
.ext-leading-loose {
    line-height: 2 !important;
}
.clip-path--rhombus img {
    -webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%);
    clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%);
}
.clip-path--diamond img {
    -webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%);
    clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%);
}
.clip-path--rhombus-alt img {
    -webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%);
    clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%);
}
.wp-block-columns[class*="fullwidth-cols"] {
    margin-bottom: unset;
}
.wp-block-column.editor\:pointer-events-none {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.is-root-container.block-editor-block-list__layout > [data-align="full"]:not(:first-of-type) > .wp-block-column.editor\:pointer-events-none,
.is-root-container.block-editor-block-list__layout > [data-align="wide"] > .wp-block-column.editor\:pointer-events-none {
    margin-top: calc(var(--wp--style--block-gap, 28px) * -1) !important;
}
.ext .wp-block-columns .wp-block-column[style*="padding"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ext .wp-block-columns + .wp-block-columns:not([class*="mt-"]):not([class*="my-"]):not([style*="margin"]) {
    margin-top: 0 !important;
}
[class*="fullwidth-cols"] .wp-block-column:first-child,
[class*="fullwidth-cols"] .wp-block-group:first-child {
    margin-top: 0;
}
[class*="fullwidth-cols"] .wp-block-column:last-child,
[class*="fullwidth-cols"] .wp-block-group:last-child {
    margin-bottom: 0;
}
[class*="fullwidth-cols"] .wp-block-column:first-child > *,
[class*="fullwidth-cols"] .wp-block-column > :first-child {
    margin-top: 0;
}
.ext .is-not-stacked-on-mobile .wp-block-column,
[class*="fullwidth-cols"] .wp-block-column > :last-child {
    margin-bottom: 0;
}
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
    margin-bottom: var(--wp--style--block-gap, 1.75rem);
}
@media (min-width: 782px) {
    .wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
        margin-bottom: 0;
    }
}
.wp-block-columns[class*="fullwidth-cols"].is-not-stacked-on-mobile > .wp-block-column {
    margin-bottom: 0 !important;
}
@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
        margin-left: var(--wp--style--block-gap, 2em);
    }
}
@media (max-width: 781px) {
    .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
        flex-wrap: wrap;
    }
    .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
    .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*="margin"]) {
        margin-left: 0 !important;
    }
    .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
}
@media (max-width: 1079px) {
    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
        flex-wrap: wrap;
    }
    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*="margin"]) {
        margin-left: 0 !important;
    }
    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    }
}
.direction-rtl {
    direction: rtl;
}
.direction-ltr {
    direction: ltr;
}
.is-style-inline-list {
    padding-left: 0 !important;
}
.is-style-inline-list li {
    list-style-type: none !important;
}
@media (min-width: 782px) {
    .is-style-inline-list li {
        display: inline !important;
        margin-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
}
@media (min-width: 782px) {
    .is-style-inline-list li:first-child {
        margin-left: 0 !important;
    }
}
@media (min-width: 782px) {
    .is-style-inline-list li:last-child {
        margin-right: 0 !important;
    }
}
.bring-to-front {
    position: relative;
    z-index: 10;
}
.text-stroke {
    -webkit-text-stroke-color: var(--wp--preset--color--background);
}
.text-stroke,
.text-stroke--primary {
    -webkit-text-stroke-width: var(--wp--custom--typography--text-stroke-width, 2px);
}
.text-stroke--primary {
    -webkit-text-stroke-color: var(--wp--preset--color--primary);
}
.text-stroke--secondary {
    -webkit-text-stroke-width: var(--wp--custom--typography--text-stroke-width, 2px);
    -webkit-text-stroke-color: var(--wp--preset--color--secondary);
}
.editor\:no-caption .block-editor-rich-text__editable {
    display: none !important;
}
.editor\:no-inserter .wp-block-column:not(.is-selected) > .block-list-appender,
.editor\:no-inserter .wp-block-cover__inner-container > .block-list-appender,
.editor\:no-inserter .wp-block-group__inner-container > .block-list-appender,
.editor\:no-inserter > .block-list-appender {
    display: none;
}
.editor\:no-resize .components-resizable-box__handle,
.editor\:no-resize .components-resizable-box__handle:after,
.editor\:no-resize .components-resizable-box__side-handle:before {
    display: none;
    pointer-events: none;
}
.editor\:no-resize .components-resizable-box__container {
    display: block;
}
.editor\:pointer-events-none {
    pointer-events: none;
}
.is-style-angled {
    justify-content: flex-end;
}
.ext .is-style-angled > [class*="_inner-container"],
.is-style-angled {
    align-items: center;
}
.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
    -webkit-clip-path: polygon(0 0, 30% 0, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 30% 0, 50% 100%, 0 100%);
    z-index: 1;
}
@media (min-width: 782px) {
    .is-style-angled .wp-block-cover__image-background,
    .is-style-angled .wp-block-cover__video-background {
        -webkit-clip-path: polygon(0 0, 55% 0, 65% 100%, 0 100%);
        clip-path: polygon(0 0, 55% 0, 65% 100%, 0 100%);
    }
}
.has-foreground-color {
    color: var(--wp--preset--color--foreground, #000) !important;
}
.has-foreground-background-color {
    background-color: var(--wp--preset--color--foreground, #000) !important;
}
.has-background-color {
    color: var(--wp--preset--color--background, #fff) !important;
}
.has-background-background-color {
    background-color: var(--wp--preset--color--background, #fff) !important;
}
.has-primary-color {
    color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-primary-background-color {
    background-color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-secondary-color {
    color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.has-secondary-background-color {
    background-color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.ext.has-text-color h1,
.ext.has-text-color h2,
.ext.has-text-color h3,
.ext.has-text-color h4,
.ext.has-text-color h5,
.ext.has-text-color h6,
.ext.has-text-color p {
    color: currentColor;
}
.has-white-color {
    color: var(--wp--preset--color--white, #fff) !important;
}
.has-black-color {
    color: var(--wp--preset--color--black, #000) !important;
}
.has-ext-foreground-background-color {
    background-color: var(--wp--preset--color--foreground, var(--wp--preset--color--black, #000)) !important;
}
.has-ext-primary-background-color {
    background-color: var(--wp--preset--color--primary, var(--wp--preset--color--cyan-bluish-gray, #000)) !important;
}
.wp-block-button__link.has-black-background-color {
    border-color: var(--wp--preset--color--black, #000);
}
.wp-block-button__link.has-white-background-color {
    border-color: var(--wp--preset--color--white, #fff);
}
.has-ext-small-font-size {
    font-size: var(--wp--preset--font-size--ext-small) !important;
}
.has-ext-medium-font-size {
    font-size: var(--wp--preset--font-size--ext-medium) !important;
}
.has-ext-large-font-size {
    font-size: var(--wp--preset--font-size--ext-large) !important;
    line-height: 1.2;
}
.has-ext-x-large-font-size {
    font-size: var(--wp--preset--font-size--ext-x-large) !important;
    line-height: 1;
}
.has-ext-xx-large-font-size {
    font-size: var(--wp--preset--font-size--ext-xx-large) !important;
    line-height: 1;
}
.has-ext-x-large-font-size:not([style*="line-height"]),
.has-ext-xx-large-font-size:not([style*="line-height"]) {
    line-height: 1.1;
}
.ext .wp-block-group > * {
    margin-bottom: 0;
    margin-top: 0;
}
.ext .wp-block-group > * + * {
    margin-bottom: 0;
}
.ext .wp-block-group > * + *,
.ext h2 {
    margin-top: var(--wp--style--block-gap, 1.75rem);
}
.ext h2 {
    margin-bottom: var(--wp--style--block-gap, 1.75rem);
}
.has-ext-x-large-font-size + h3,
.has-ext-x-large-font-size + p {
    margin-top: 0.5rem;
}
.ext .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    min-width: 12rem;
    width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.ext .ext-grid > [class*="_inner-container"] {
    display: grid;
}
.ext > [class*="_inner-container"] > .ext-grid:not([class*="columns"]),
.ext > [class*="_inner-container"] > .wp-block > .ext-grid:not([class*="columns"]) {
    display: initial !important;
}
.ext .ext-grid-cols-1 > [class*="_inner-container"] {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-2 > [class*="_inner-container"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-3 > [class*="_inner-container"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-4 > [class*="_inner-container"] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-5 > [class*="_inner-container"] {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-6 > [class*="_inner-container"] {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-7 > [class*="_inner-container"] {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-8 > [class*="_inner-container"] {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-9 > [class*="_inner-container"] {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-10 > [class*="_inner-container"] {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-11 > [class*="_inner-container"] {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-12 > [class*="_inner-container"] {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-13 > [class*="_inner-container"] {
    grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-none > [class*="_inner-container"] {
    grid-template-columns: none !important;
}
.ext .ext-grid-rows-1 > [class*="_inner-container"] {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-2 > [class*="_inner-container"] {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-3 > [class*="_inner-container"] {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-4 > [class*="_inner-container"] {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-5 > [class*="_inner-container"] {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-6 > [class*="_inner-container"] {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-none > [class*="_inner-container"] {
    grid-template-rows: none !important;
}
.ext .ext-items-start > [class*="_inner-container"] {
    align-items: flex-start !important;
}
.ext .ext-items-end > [class*="_inner-container"] {
    align-items: flex-end !important;
}
.ext .ext-items-center > [class*="_inner-container"] {
    align-items: center !important;
}
.ext .ext-items-baseline > [class*="_inner-container"] {
    align-items: baseline !important;
}
.ext .ext-items-stretch > [class*="_inner-container"] {
    align-items: stretch !important;
}
.ext.wp-block-group > :last-child {
    margin-bottom: 0;
}
.ext .wp-block-group__inner-container {
    padding: 0 !important;
}
.ext.has-background {
    padding-left: var(--wp--style--block-gap, 1.75rem);
    padding-right: var(--wp--style--block-gap, 1.75rem);
}
.ext [class*="inner-container"] > .alignwide [class*="inner-container"],
.ext [class*="inner-container"] > [data-align="wide"] [class*="inner-container"] {
    max-width: var(--responsive--alignwide-width, 120rem);
}
.ext [class*="inner-container"] > .alignwide [class*="inner-container"] > *,
.ext [class*="inner-container"] > [data-align="wide"] [class*="inner-container"] > * {
    max-width: 100% !important;
}
.ext .wp-block-image {
    position: relative;
    text-align: center;
}
.ext .wp-block-image img {
    display: inline-block;
    vertical-align: middle;
}
body {
    --extendify--spacing--large: var(--wp--custom--spacing--large, clamp(2em, 8vw, 8em));
    --wp--preset--font-size--ext-small: 1rem;
    --wp--preset--font-size--ext-medium: 1.125rem;
    --wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem);
    --wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem);
    --wp--preset--font-size--ext-xx-large: clamp(3.25rem, 7.5vw, 5.75rem);
    --wp--preset--color--black: #000;
    --wp--preset--color--white: #fff;
}
.ext * {
    box-sizing: border-box;
}
.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container {
    background: transparent !important;
}
.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container:before {
    display: none !important;
}
.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
    margin-bottom: unset;
    margin-top: unset;
}
.ext .alignwide {
    margin-left: auto !important;
    margin-right: auto !important;
}
.is-root-container.block-editor-block-list__layout > [data-align="full"]:not(:first-of-type) > .ext-my-0,
.is-root-container.block-editor-block-list__layout > [data-align="wide"] > .ext-my-0:not([style*="margin"]) {
    margin-top: calc(var(--wp--style--block-gap, 28px) * -1) !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-50 {
    min-height: 50vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-60 {
    min-height: 60vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-70 {
    min-height: 70vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-80 {
    min-height: 80vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-100 {
    min-height: 100vw !important;
}
.ext-mr-0.alignfull:not([style*="margin"]):not([style*="margin"]) {
    margin-right: 0 !important;
}
.ext-ml-0:not([style*="margin"]):not([style*="margin"]) {
    margin-left: 0 !important;
}
.is-root-container .wp-block[data-align="full"] > .ext-mx-0:not([style*="margin"]):not([style*="margin"]) {
    margin-left: calc(var(--wp--custom--spacing--outer, 0) * 1) !important;
    margin-right: calc(var(--wp--custom--spacing--outer, 0) * 1) !important;
    overflow: hidden;
    width: unset;
}
@media (min-width: 782px) {
    .tablet\:ext-absolute {
        position: absolute !important;
    }
    .tablet\:ext-relative {
        position: relative !important;
    }
    .tablet\:ext-top-base {
        top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-top-lg {
        top: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--top-base {
        top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--top-lg {
        top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-right-base {
        right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-right-lg {
        right: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--right-base {
        right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--right-lg {
        right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-bottom-base {
        bottom: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-bottom-lg {
        bottom: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--bottom-base {
        bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--bottom-lg {
        bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-left-base {
        left: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-left-lg {
        left: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--left-base {
        left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--left-lg {
        left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-order-1 {
        order: 1 !important;
    }
    .tablet\:ext-order-2 {
        order: 2 !important;
    }
    .tablet\:ext-m-0:not([style*="margin"]) {
        margin: 0 !important;
    }
    .tablet\:ext-m-auto:not([style*="margin"]) {
        margin: auto !important;
    }
    .tablet\:ext-m-base:not([style*="margin"]) {
        margin: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-m-lg:not([style*="margin"]) {
        margin: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--m-base:not([style*="margin"]) {
        margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--m-lg:not([style*="margin"]) {
        margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-mx-0:not([style*="margin"]) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .tablet\:ext-mx-auto:not([style*="margin"]) {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .tablet\:ext-mx-base:not([style*="margin"]) {
        margin-left: var(--wp--style--block-gap, 1.75rem) !important;
        margin-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-mx-lg:not([style*="margin"]) {
        margin-left: var(--extendify--spacing--large, 3rem) !important;
        margin-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--mx-base:not([style*="margin"]) {
        margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
        margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--mx-lg:not([style*="margin"]) {
        margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
        margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-my-0:not([style*="margin"]) {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .tablet\:ext-my-auto:not([style*="margin"]) {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .tablet\:ext-my-base:not([style*="margin"]) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
        margin-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-my-lg:not([style*="margin"]) {
        margin-bottom: var(--extendify--spacing--large, 3rem) !important;
        margin-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--my-base:not([style*="margin"]) {
        margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
        margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--my-lg:not([style*="margin"]) {
        margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
        margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-mt-0:not([style*="margin"]) {
        margin-top: 0 !important;
    }
    .tablet\:ext-mt-auto:not([style*="margin"]) {
        margin-top: auto !important;
    }
    .tablet\:ext-mt-base:not([style*="margin"]) {
        margin-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-mt-lg:not([style*="margin"]) {
        margin-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--mt-base:not([style*="margin"]) {
        margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--mt-lg:not([style*="margin"]) {
        margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-mr-0:not([style*="margin"]) {
        margin-right: 0 !important;
    }
    .tablet\:ext-mr-auto:not([style*="margin"]) {
        margin-right: auto !important;
    }
    .tablet\:ext-mr-base:not([style*="margin"]) {
        margin-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-mr-lg:not([style*="margin"]) {
        margin-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--mr-base:not([style*="margin"]) {
        margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--mr-lg:not([style*="margin"]) {
        margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-mb-0:not([style*="margin"]) {
        margin-bottom: 0 !important;
    }
    .tablet\:ext-mb-auto:not([style*="margin"]) {
        margin-bottom: auto !important;
    }
    .tablet\:ext-mb-base:not([style*="margin"]) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-mb-lg:not([style*="margin"]) {
        margin-bottom: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--mb-base:not([style*="margin"]) {
        margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--mb-lg:not([style*="margin"]) {
        margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-ml-0:not([style*="margin"]) {
        margin-left: 0 !important;
    }
    .tablet\:ext-ml-auto:not([style*="margin"]) {
        margin-left: auto !important;
    }
    .tablet\:ext-ml-base:not([style*="margin"]) {
        margin-left: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-ml-lg:not([style*="margin"]) {
        margin-left: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext--ml-base:not([style*="margin"]) {
        margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .tablet\:ext--ml-lg:not([style*="margin"]) {
        margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .tablet\:ext-block {
        display: block !important;
    }
    .tablet\:ext-inline-block {
        display: inline-block !important;
    }
    .tablet\:ext-inline {
        display: inline !important;
    }
    .tablet\:ext-flex {
        display: flex !important;
    }
    .tablet\:ext-inline-flex {
        display: inline-flex !important;
    }
    .tablet\:ext-grid {
        display: grid !important;
    }
    .tablet\:ext-inline-grid {
        display: inline-grid !important;
    }
    .tablet\:ext-hidden {
        display: none !important;
    }
    .tablet\:ext-w-auto {
        width: auto !important;
    }
    .tablet\:ext-w-full {
        width: 100% !important;
    }
    .tablet\:ext-max-w-full {
        max-width: 100% !important;
    }
    .tablet\:ext-flex-1 {
        flex: 1 1 0% !important;
    }
    .tablet\:ext-flex-auto {
        flex: 1 1 auto !important;
    }
    .tablet\:ext-flex-initial {
        flex: 0 1 auto !important;
    }
    .tablet\:ext-flex-none {
        flex: none !important;
    }
    .tablet\:ext-flex-shrink-0 {
        flex-shrink: 0 !important;
    }
    .tablet\:ext-flex-shrink {
        flex-shrink: 1 !important;
    }
    .tablet\:ext-flex-grow-0 {
        flex-grow: 0 !important;
    }
    .tablet\:ext-flex-grow {
        flex-grow: 1 !important;
    }
    .tablet\:ext-list-none {
        list-style-type: none !important;
    }
    .tablet\:ext-grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }
    .tablet\:ext-grid-cols-none {
        grid-template-columns: none !important;
    }
    .tablet\:ext-flex-row {
        flex-direction: row !important;
    }
    .tablet\:ext-flex-row-reverse {
        flex-direction: row-reverse !important;
    }
    .tablet\:ext-flex-col {
        flex-direction: column !important;
    }
    .tablet\:ext-flex-col-reverse {
        flex-direction: column-reverse !important;
    }
    .tablet\:ext-flex-wrap {
        flex-wrap: wrap !important;
    }
    .tablet\:ext-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .tablet\:ext-flex-nowrap {
        flex-wrap: nowrap !important;
    }
    .tablet\:ext-items-start {
        align-items: flex-start !important;
    }
    .tablet\:ext-items-end {
        align-items: flex-end !important;
    }
    .tablet\:ext-items-center {
        align-items: center !important;
    }
    .tablet\:ext-items-baseline {
        align-items: baseline !important;
    }
    .tablet\:ext-items-stretch {
        align-items: stretch !important;
    }
    .tablet\:ext-justify-start {
        justify-content: flex-start !important;
    }
    .tablet\:ext-justify-end {
        justify-content: flex-end !important;
    }
    .tablet\:ext-justify-center {
        justify-content: center !important;
    }
    .tablet\:ext-justify-between {
        justify-content: space-between !important;
    }
    .tablet\:ext-justify-around {
        justify-content: space-around !important;
    }
    .tablet\:ext-justify-evenly {
        justify-content: space-evenly !important;
    }
    .tablet\:ext-justify-items-start {
        justify-items: start !important;
    }
    .tablet\:ext-justify-items-end {
        justify-items: end !important;
    }
    .tablet\:ext-justify-items-center {
        justify-items: center !important;
    }
    .tablet\:ext-justify-items-stretch {
        justify-items: stretch !important;
    }
    .tablet\:ext-justify-self-auto {
        justify-self: auto !important;
    }
    .tablet\:ext-justify-self-start {
        justify-self: start !important;
    }
    .tablet\:ext-justify-self-end {
        justify-self: end !important;
    }
    .tablet\:ext-justify-self-center {
        justify-self: center !important;
    }
    .tablet\:ext-justify-self-stretch {
        justify-self: stretch !important;
    }
    .tablet\:ext-p-0:not([style*="padding"]) {
        padding: 0 !important;
    }
    .tablet\:ext-p-base:not([style*="padding"]) {
        padding: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-p-lg:not([style*="padding"]) {
        padding: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext-px-0:not([style*="padding"]) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .tablet\:ext-px-base:not([style*="padding"]) {
        padding-left: var(--wp--style--block-gap, 1.75rem) !important;
        padding-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-px-lg:not([style*="padding"]) {
        padding-left: var(--extendify--spacing--large, 3rem) !important;
        padding-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext-py-0:not([style*="padding"]) {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .tablet\:ext-py-base:not([style*="padding"]) {
        padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
        padding-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-py-lg:not([style*="padding"]) {
        padding-bottom: var(--extendify--spacing--large, 3rem) !important;
        padding-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext-pt-0:not([style*="padding"]) {
        padding-top: 0 !important;
    }
    .tablet\:ext-pt-base:not([style*="padding"]) {
        padding-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-pt-lg:not([style*="padding"]) {
        padding-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext-pr-0:not([style*="padding"]) {
        padding-right: 0 !important;
    }
    .tablet\:ext-pr-base:not([style*="padding"]) {
        padding-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-pr-lg:not([style*="padding"]) {
        padding-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext-pb-0:not([style*="padding"]) {
        padding-bottom: 0 !important;
    }
    .tablet\:ext-pb-base:not([style*="padding"]) {
        padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-pb-lg:not([style*="padding"]) {
        padding-bottom: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext-pl-0:not([style*="padding"]) {
        padding-left: 0 !important;
    }
    .tablet\:ext-pl-base:not([style*="padding"]) {
        padding-left: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .tablet\:ext-pl-lg:not([style*="padding"]) {
        padding-left: var(--extendify--spacing--large, 3rem) !important;
    }
    .tablet\:ext-text-left {
        text-align: left !important;
    }
    .tablet\:ext-text-center {
        text-align: center !important;
    }
    .tablet\:ext-text-right {
        text-align: right !important;
    }
}
@media (min-width: 1080px) {
    .desktop\:ext-absolute {
        position: absolute !important;
    }
    .desktop\:ext-relative {
        position: relative !important;
    }
    .desktop\:ext-top-base {
        top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-top-lg {
        top: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--top-base {
        top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--top-lg {
        top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-right-base {
        right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-right-lg {
        right: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--right-base {
        right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--right-lg {
        right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-bottom-base {
        bottom: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-bottom-lg {
        bottom: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--bottom-base {
        bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--bottom-lg {
        bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-left-base {
        left: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-left-lg {
        left: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--left-base {
        left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--left-lg {
        left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-order-1 {
        order: 1 !important;
    }
    .desktop\:ext-order-2 {
        order: 2 !important;
    }
    .desktop\:ext-m-0:not([style*="margin"]) {
        margin: 0 !important;
    }
    .desktop\:ext-m-auto:not([style*="margin"]) {
        margin: auto !important;
    }
    .desktop\:ext-m-base:not([style*="margin"]) {
        margin: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-m-lg:not([style*="margin"]) {
        margin: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--m-base:not([style*="margin"]) {
        margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--m-lg:not([style*="margin"]) {
        margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-mx-0:not([style*="margin"]) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .desktop\:ext-mx-auto:not([style*="margin"]) {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .desktop\:ext-mx-base:not([style*="margin"]) {
        margin-left: var(--wp--style--block-gap, 1.75rem) !important;
        margin-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-mx-lg:not([style*="margin"]) {
        margin-left: var(--extendify--spacing--large, 3rem) !important;
        margin-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--mx-base:not([style*="margin"]) {
        margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
        margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--mx-lg:not([style*="margin"]) {
        margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
        margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-my-0:not([style*="margin"]) {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .desktop\:ext-my-auto:not([style*="margin"]) {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }
    .desktop\:ext-my-base:not([style*="margin"]) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
        margin-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-my-lg:not([style*="margin"]) {
        margin-bottom: var(--extendify--spacing--large, 3rem) !important;
        margin-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--my-base:not([style*="margin"]) {
        margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
        margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--my-lg:not([style*="margin"]) {
        margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
        margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-mt-0:not([style*="margin"]) {
        margin-top: 0 !important;
    }
    .desktop\:ext-mt-auto:not([style*="margin"]) {
        margin-top: auto !important;
    }
    .desktop\:ext-mt-base:not([style*="margin"]) {
        margin-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-mt-lg:not([style*="margin"]) {
        margin-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--mt-base:not([style*="margin"]) {
        margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--mt-lg:not([style*="margin"]) {
        margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-mr-0:not([style*="margin"]) {
        margin-right: 0 !important;
    }
    .desktop\:ext-mr-auto:not([style*="margin"]) {
        margin-right: auto !important;
    }
    .desktop\:ext-mr-base:not([style*="margin"]) {
        margin-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-mr-lg:not([style*="margin"]) {
        margin-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--mr-base:not([style*="margin"]) {
        margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--mr-lg:not([style*="margin"]) {
        margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-mb-0:not([style*="margin"]) {
        margin-bottom: 0 !important;
    }
    .desktop\:ext-mb-auto:not([style*="margin"]) {
        margin-bottom: auto !important;
    }
    .desktop\:ext-mb-base:not([style*="margin"]) {
        margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-mb-lg:not([style*="margin"]) {
        margin-bottom: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--mb-base:not([style*="margin"]) {
        margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--mb-lg:not([style*="margin"]) {
        margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-ml-0:not([style*="margin"]) {
        margin-left: 0 !important;
    }
    .desktop\:ext-ml-auto:not([style*="margin"]) {
        margin-left: auto !important;
    }
    .desktop\:ext-ml-base:not([style*="margin"]) {
        margin-left: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-ml-lg:not([style*="margin"]) {
        margin-left: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext--ml-base:not([style*="margin"]) {
        margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
    }
    .desktop\:ext--ml-lg:not([style*="margin"]) {
        margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
    }
    .desktop\:ext-block {
        display: block !important;
    }
    .desktop\:ext-inline-block {
        display: inline-block !important;
    }
    .desktop\:ext-inline {
        display: inline !important;
    }
    .desktop\:ext-flex {
        display: flex !important;
    }
    .desktop\:ext-inline-flex {
        display: inline-flex !important;
    }
    .desktop\:ext-grid {
        display: grid !important;
    }
    .desktop\:ext-inline-grid {
        display: inline-grid !important;
    }
    .desktop\:ext-hidden {
        display: none !important;
    }
    .desktop\:ext-w-auto {
        width: auto !important;
    }
    .desktop\:ext-w-full {
        width: 100% !important;
    }
    .desktop\:ext-max-w-full {
        max-width: 100% !important;
    }
    .desktop\:ext-flex-1 {
        flex: 1 1 0% !important;
    }
    .desktop\:ext-flex-auto {
        flex: 1 1 auto !important;
    }
    .desktop\:ext-flex-initial {
        flex: 0 1 auto !important;
    }
    .desktop\:ext-flex-none {
        flex: none !important;
    }
    .desktop\:ext-flex-shrink-0 {
        flex-shrink: 0 !important;
    }
    .desktop\:ext-flex-shrink {
        flex-shrink: 1 !important;
    }
    .desktop\:ext-flex-grow-0 {
        flex-grow: 0 !important;
    }
    .desktop\:ext-flex-grow {
        flex-grow: 1 !important;
    }
    .desktop\:ext-list-none {
        list-style-type: none !important;
    }
    .desktop\:ext-grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    }
    .desktop\:ext-grid-cols-none {
        grid-template-columns: none !important;
    }
    .desktop\:ext-flex-row {
        flex-direction: row !important;
    }
    .desktop\:ext-flex-row-reverse {
        flex-direction: row-reverse !important;
    }
    .desktop\:ext-flex-col {
        flex-direction: column !important;
    }
    .desktop\:ext-flex-col-reverse {
        flex-direction: column-reverse !important;
    }
    .desktop\:ext-flex-wrap {
        flex-wrap: wrap !important;
    }
    .desktop\:ext-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .desktop\:ext-flex-nowrap {
        flex-wrap: nowrap !important;
    }
    .desktop\:ext-items-start {
        align-items: flex-start !important;
    }
    .desktop\:ext-items-end {
        align-items: flex-end !important;
    }
    .desktop\:ext-items-center {
        align-items: center !important;
    }
    .desktop\:ext-items-baseline {
        align-items: baseline !important;
    }
    .desktop\:ext-items-stretch {
        align-items: stretch !important;
    }
    .desktop\:ext-justify-start {
        justify-content: flex-start !important;
    }
    .desktop\:ext-justify-end {
        justify-content: flex-end !important;
    }
    .desktop\:ext-justify-center {
        justify-content: center !important;
    }
    .desktop\:ext-justify-between {
        justify-content: space-between !important;
    }
    .desktop\:ext-justify-around {
        justify-content: space-around !important;
    }
    .desktop\:ext-justify-evenly {
        justify-content: space-evenly !important;
    }
    .desktop\:ext-justify-items-start {
        justify-items: start !important;
    }
    .desktop\:ext-justify-items-end {
        justify-items: end !important;
    }
    .desktop\:ext-justify-items-center {
        justify-items: center !important;
    }
    .desktop\:ext-justify-items-stretch {
        justify-items: stretch !important;
    }
    .desktop\:ext-justify-self-auto {
        justify-self: auto !important;
    }
    .desktop\:ext-justify-self-start {
        justify-self: start !important;
    }
    .desktop\:ext-justify-self-end {
        justify-self: end !important;
    }
    .desktop\:ext-justify-self-center {
        justify-self: center !important;
    }
    .desktop\:ext-justify-self-stretch {
        justify-self: stretch !important;
    }
    .desktop\:ext-p-0:not([style*="padding"]) {
        padding: 0 !important;
    }
    .desktop\:ext-p-base:not([style*="padding"]) {
        padding: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-p-lg:not([style*="padding"]) {
        padding: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext-px-0:not([style*="padding"]) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .desktop\:ext-px-base:not([style*="padding"]) {
        padding-left: var(--wp--style--block-gap, 1.75rem) !important;
        padding-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-px-lg:not([style*="padding"]) {
        padding-left: var(--extendify--spacing--large, 3rem) !important;
        padding-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext-py-0:not([style*="padding"]) {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .desktop\:ext-py-base:not([style*="padding"]) {
        padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
        padding-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-py-lg:not([style*="padding"]) {
        padding-bottom: var(--extendify--spacing--large, 3rem) !important;
        padding-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext-pt-0:not([style*="padding"]) {
        padding-top: 0 !important;
    }
    .desktop\:ext-pt-base:not([style*="padding"]) {
        padding-top: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-pt-lg:not([style*="padding"]) {
        padding-top: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext-pr-0:not([style*="padding"]) {
        padding-right: 0 !important;
    }
    .desktop\:ext-pr-base:not([style*="padding"]) {
        padding-right: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-pr-lg:not([style*="padding"]) {
        padding-right: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext-pb-0:not([style*="padding"]) {
        padding-bottom: 0 !important;
    }
    .desktop\:ext-pb-base:not([style*="padding"]) {
        padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-pb-lg:not([style*="padding"]) {
        padding-bottom: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext-pl-0:not([style*="padding"]) {
        padding-left: 0 !important;
    }
    .desktop\:ext-pl-base:not([style*="padding"]) {
        padding-left: var(--wp--style--block-gap, 1.75rem) !important;
    }
    .desktop\:ext-pl-lg:not([style*="padding"]) {
        padding-left: var(--extendify--spacing--large, 3rem) !important;
    }
    .desktop\:ext-text-left {
        text-align: left !important;
    }
    .desktop\:ext-text-center {
        text-align: center !important;
    }
    .desktop\:ext-text-right {
        text-align: right !important;
    }
}
.is-layout-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5em;
}
[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
}a, a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.envo-extra-elementor-menu #site-navigation {
    border-bottom: none;
}
.envo-extra-elementor-menu #site-navigation.shrink {
    min-height: 60px;
    position: relative;
    width: auto;
    z-index: 9;
    top: auto;
}
.envo-extra-elementor-menu .shrink .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    max-height: 80px;
}
.elementor-editor-active .elementor-edit-area-active li.product img.secondary-image {
    display: none !important;
}

.archive-img-wrap {
    display: block;
    position: relative;
    clear: both;
}
@media only screen and (max-width: 991px) {
.blog .page-area .col-md-9, .archive .page-area .col-md-9, article.col-md-9 {
    width: 100%;
}
}
.site-header.shrink, .main-menu.shrink {
    min-height: 50px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border: none;
}
.shrink .header-right {
    flex: auto;
}
@media (min-width: 600px) {
    .admin-bar .site-header.shrink, .admin-bar .main-menu.shrink {
        top: 32px;
    }
}
/* NEXT-PREV LINKS IN SINGLE PRODUCT PAGE */
#product-nav {
    margin: 30px 0 50px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.ie9 #product-nav{
    padding-bottom: 50px;
}

#product-nav span.prev-label,
#product-nav span.next-label {
    position: absolute;
    top: -12px;
}

.ie9 #product-nav span.prev-label,
.ie9 #product-nav span.next-label {
    top: 10px;
}

#product-nav span.prev-label {
    left: 60px;
}
#product-nav span.next-label {
    right: 60px;
}
#product-nav > a {
    overflow: hidden;
    width: 48px;
    height: 48px;
    -webkit-transition: width 0.4s, background-color 0.4s;
    transition: width 0.4s, background-color 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    position: absolute;
    display: block;
    outline: none;
    text-align: left;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid;
    border-radius: 40px;
    background: #fff;
}
#product-nav > a[rel='prev'] {
    left: 10px;
}
#product-nav > a[rel='next'] {
    right: 10px;
}
#product-nav > a:hover {
    width: 240px;
}
#product-nav span.las {
    position: absolute;
    z-index: 100;
    padding: 17px 5px 15px 0;
    width: 45px;
    text-align: center;
}
#product-nav > a[rel='next'] span.las {
    right: 0;
    padding: 17px 0 15px 1px;
}
#product-nav div.prev-product,
#product-nav div.next-product{
    position: absolute;
    top: 0;    
    width: 240px;
    height: 48px;
}
#product-nav div.next-product {
    right: 0;
}
#product-nav div.prev-product h5,
#product-nav div.next-product h5 {
    position: relative;
    margin: 0;
    line-height: 48px;
    text-align: right;
    padding: 0 55px 0 25px;
    text-transform: uppercase;
}
#product-nav div.next-product h5 {
    text-align: left;
    padding: 0 25px 0 55px;
}
#product-nav div.prev-product img.attachment-shop_thumbnail,
#product-nav div.next-product img.attachment-shop_thumbnail {
    position: absolute;
    top: 0;
    height: 45px;
    width: auto;
    right: 7px;
    padding: 2px 0;
    border-radius: 30px;
}
#product-nav div.next-product img.attachment-shop_thumbnail {
    left: 7px;
}

.elementor-image .news-thumb img {
    width: auto;
}

.envo-extra-elementor-categories a, .envo-extra-elementor-feed-title {
    display: inline-block;
    vertical-align: middle;
} 
.envo-extra-elementor-icon.elementor-align-icon-left {
    float: left;
    margin-right: 5px;
}
.envo-extra-elementor-icon.elementor-align-icon-right {
    float: right;
    margin-left: 5px;
}
/* Float info product */
.woo-float-info {
    width: 100%;
    position: fixed;
    position: -webkit-sticky;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 8px;
    z-index: 99;
}
.woo-float-info .news-thumb {
    max-width: 60px;
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-block;
}
.woo-float-info .product_title.entry-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: -.02em;

}
.woo-float-info p.price {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    margin: 15px;

}
.woo-float-info .close-me{
    font-size: 13px;
    position:absolute;
    cursor:pointer;
    top:0;
    right:0;
    color: #b50000;
    padding: 0px 8px 2px 8px;
}

.woo-float-info .close-me:after {
    font-family: 'Line Awesome Free';
    content: "\f00d";
    font-weight: 700;
}
.woo-float-info a.button {
    padding: 5px 12px;
    font-size: 15px;
}
.woocommerce .woo-float-info img {
    max-width: 50px;
    margin-right: 10px;
    max-height: 50px;
}
/* Center cart */
.center-cart-middle {
    width: 450px;
    height: auto;
    position: fixed;
    top: calc(50% - 135px);
    left: calc(50% - 225px);
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    z-index: 99999;
    animation: showup 0.7s;
}
.middle-cart {
    display: none;
    z-index: 9999;
}
#middle-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.42);
    z-index: 9999;
    animation: showup 0.7s;
}
#middle-cart-close {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #e70000;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}
.product-added-to-cart-middle .middle-cart {
    display: block;
}
.center-cart-middle.text-center .woocommerce-mini-cart {
    max-height: 130px;
    overflow-x: auto;
}
.archive-product-categories a {
    font-size: 90%;
    margin-left: 5px;
}
.archive-product-categories {
    margin-left: 5px;
}
.rtl .archive-product-categories {
    margin-right: 5px;
}
/* WooCommerce second image on hover */
.envo-has-gallery {
    position: relative;
}

.envo-has-gallery .secondary-image {
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.woocommerce ul.products li.product:hover .secondary-image {
    opacity: 1;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 10px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 15px;
}

.f-posts-shortcode {
    display: block;
    overflow: hidden;
}
.f-posts-shortcode article {
    clear: none;
    margin-bottom: 20px;
}
.page-builders .f-posts-shortcode article {
    padding-left: 15px;
    padding-right: 15px;
}
.f-posts-shortcode .col-md-6:nth-child(2n+1),
.f-posts-shortcode .col-md-4:nth-child(3n+1),
.f-posts-shortcode .col-md-3:nth-child(4n+1),
.f-posts-shortcode .col-md-2:nth-child(6n+1) {
    clear: left;
}
.countdown-item {
    text-align: center;
    max-width: 25%;
    width: 25%;
    float: left;
    line-height: 16px;
    font-size: 10px;
    margin-right: 6px;
    color: #000;
    letter-spacing: -0.5px;
}
.countdown-item:last-child {
    margin-right: 0;
}
.countdown-item span {
    display: block;
    padding: 3px;
    border: 1px solid;
    background-color: #d9d9d9;
    font-size: 13px;
    line-height: 18px;
    border: none;
    border-radius: 3px;
    color: #000;
    position: relative;
}
.countdown-item span:after {
    content: ":";
    position: absolute;
    right: -5px;
    font-weight: 700;
}
.countdown-item:last-child span:after {
    display: none;
}
.the-countdown {
    display: flex;
    float: none;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
    
}
.the-countdown-notice {
    display: block;
    clear: both;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 0 8px 0;
}

/* WooCommerce second image on hover */
.it-has-gallery {
    position: relative;
}

.it-has-gallery .secondary-image {
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.woocommerce ul.products li.product:hover .secondary-image {
    opacity: 1;
}
/* Gallery over products */
.arhive-product-gallery {
    position: absolute;
    top: 3%;
    left: 5%;
    z-index: 9;
    max-width: 50px;
}

.arhive-product-gallery-image {
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
}
.woocommerce ul.products li.product .arhive-product-gallery-image img {
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
    margin: 0;
}
.woocommerce ul.products li.product:hover .arhive-product-gallery-image img {
    margin: 0;
}

.the-product-share {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 0;
    text-align: center;
    clear: both;
    margin-bottom: 15px;
}
.the-product-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.the-product-share ul li {
    border: 0;
    border-right-width: 1px;
    border-style: solid;
    border-color: #e9e9e9;
    padding: 15px 20px; }
.the-product-share ul li:last-child {
    border-right: 0;
}
.the-product-share ul li a {
    display: block;
    border: 0;
    width: auto;
    height: auto;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 !important;
    border-radius: 0;

}
.the-product-share ul li a .the-icon-wrap {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #333;
    width: 40px;
    height: 40px;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.the-product-share ul li a .the-icon-wrap .the-icon {
    fill: #fff;
    width: 16px;
    height: 16px; }
.the-product-share ul li a .product-share-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 10px;
    width: calc(100% - 50px);
    color: #404040;
}
.the-product-share ul li.twitter a:hover .product-share-text {
    color: #00aced;
}
.the-product-share ul li.twitter a:hover .the-icon-wrap {
    background-color: #00aced;
}
.the-product-share ul li.facebook a:hover .product-share-text {
    color: #3b5998;
}
.the-product-share ul li.facebook a:hover .the-icon-wrap {
    background-color: #3b5998;
}
.the-product-share ul li.pinterest a:hover .product-share-text {
    color: #cb2027;
}
.the-product-share ul li.pinterest a:hover .the-icon-wrap {
    background-color: #cb2027;
}
.the-product-share ul li.email a:hover .product-share-text {
    color: #3fc387;
}
.the-product-share ul li.email a:hover .the-icon-wrap {
    background-color: #3fc387;
}

/*------------------------------------*
        Phone Portrait and Landscape
*------------------------------------*/
@media only screen and (max-width: 767px) {
    .the-product-share ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .the-product-share ul li {
        width: 50%;
        border-right-width: 0;
        padding: 20px 0; }
    .the-product-share ul li:last-child {
        border-bottom-width: 0; }
    .the-product-share ul li:nth-child(-n+2) {
        border-bottom-width: 1px; }
    .the-product-share ul li:nth-child(2n+1) {
        border-right-width: 1px; }
    .the-product-share ul li a {
        display: inline-block; }
    .rtl .the-product-share ul li {
        border-left-width: 0; }
    .rtl .the-product-share ul li:nth-child(2n+1) {
        border-left-width: 1px;
        border-right-width: 0; } 
}

/*------------------------------------*
        Small Phone
*------------------------------------*/
@media only screen and (max-width: 320px) {
    .the-product-share ul li {
        width: 100%;
        border-top-width: 1px; }
    .the-product-share ul li:first-child {
        border-top-width: 0; }
    .the-product-share ul li:nth-child(-n+2) {
        border-bottom-width: 0; }
    .the-product-share ul li:nth-child(2n+1) {
        border-right-width: 0; }
    .rtl .the-product-share ul li:nth-child(2n+1) {
        border-left-width: 0;
        border-right-width: 0; } 
}

.fancybox-container {
    z-index: 999939;
}

.show-canvas-filter #site-canvas {
    visibility: visible;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-box-shadow: 300px 0 0 1900px rgba(0,0,0,.2), 0 0 20px rgba(0,0,0,.2);
    box-shadow: 300px 0 0 1900px rgba(0,0,0,.2), 0 0 20px rgba(0,0,0,.2);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}
#site-canvas {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    left: -300px;
    background: #fff;
    padding: 25px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    visibility: hidden;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999999;
    overflow-y: auto;
}
a.canvas-toggle-nav.bars {
    float: right;
    height: 34px;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    padding: 0 14px;
    border: 1px solid #aaaaaa;
    margin: 0 0 0 20px;
    text-align: center;
}
a.canvas-toggle-nav i.las.la-times {
    float: right;
    display: block;
    clear: both;
    font-size: 22px;
    line-height: 22px;
}
.canvas-toggle-nav i.las.la-bars {
    margin-right: 5px;
}
aside#off-canvas-sidebar-filter {
    display: block;
    float: left;
    width: 100%;
}

.woocommerce-perpage {
    float: right;
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    padding: 0 14px;
    text-transform: uppercase;
}
.woocommerce-perpage a {
    margin: 0 4px;
    opacity: 0.8;
}
.woocommerce-perpage span:last-child {
    display: none;
}

.woo-infinite-loading nav.woocommerce-pagination {
    display: none;
}
.infinite-scroll-error.infinite-scroll-last {
    display: none;
}
.page-load-status {
    clear: both;
    text-align: center;
    margin: 20px 0;
    display: none;
}

/*------------------------------------------------------------------
Search
-------------------------------------------------------------------*/
form.the-searchform button {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    min-width: 40px;
    height: 60%;
    height: 100%;
    font-size: 12px;
    font-weight: 600;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.the-search-wrap {
    position: relative; }
.the-search-wrap .search-submit {
    color: #333;
        font-size: 12px;}
.the-search-wrap .search-submit:focus, .the-search-wrap .search-submit:hover {
    color: #333; }
.the-search-wrap input {
    height: 42px;
}
.the-search-wrap .the-ajax-loading {
    display: none;
    background: transparent url(//clesensoi.be/wp-content/plugins/envo-extra/images/loading.gif) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 60px;
    margin-top: -13px;
    width: 56px;
    height: 26px; }
.the-search-wrap .the-search-results {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    overflow: hidden; }
.the-search-wrap .the-search-results ul {
    list-style: none;
    padding: 0;
    margin: 0; }
.the-search-wrap ul li {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}
.the-search-wrap .the-search-results ul li a.search-result-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.the-search-wrap .the-search-results ul li a {
    position: relative;
    font-size: 14px;
    line-height: 1;
    padding: 10px 34px 10px 13px;
    border-bottom: 1px solid #eaeaea;
    letter-spacing: 0.6px; }
.the-search-wrap .the-search-results ul li a img {
    float: left;
    max-width: 30px;
    margin-right: 10px; }
.the-search-wrap .the-search-results ul li a .result-title {
    display: block;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.the-search-wrap .the-search-results ul li a i.icon {
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -6px;
    font-size: 12px;
    color: #aaa;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.the-search-wrap .the-search-results ul li a:hover i.icon {
    color: #666; }
.the-search-wrap .the-search-results ul li a.all-results {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-align: center; }
.the-search-wrap .the-search-results ul li a.all-results span {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid; }
.the-search-wrap .the-search-results ul li a.all-results span i {
    padding-left: 5px; }
.the-search-wrap .the-search-results ul li a.search-result-link:hover {
    background-color: #f8f8f8;
    color: #555; }
.the-search-wrap .the-search-results ul li:last-child a {
    border-bottom: 0; }
.the-search-wrap .the-no-search-results {
    position: relative;
    font-size: 14px;
    line-height: 1;
    padding: 18px 18px; }
.the-search-wrap .the-no-search-results h6 {
    margin: 0 0 10px; }
.the-search-wrap .the-no-search-results p {
    margin: 0; }

form.the-searchform {
    width: 100%;
    height: auto; }
form.the-searchform,
form.the-searchform input.field {
    min-height: 40px; }
form.the-searchform input.field:focus {
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1); }

/* RTL */
body.rtl .the-search-wrap .the-ajax-loading {
    left: 60px;
    right: auto; }

body.rtl .the-search-wrap .the-search-results {
    right: 0;
    left: auto; }

body.rtl .the-search-wrap .the-search-results ul li a {
    padding-left: 34px;
    padding-right: 13px; }
body.rtl .the-search-wrap .the-search-results ul li a .result-thumb {
    margin-left: 10px;
    margin-right: 0; }
body.rtl .the-search-wrap .the-search-results ul li a i.icon {
    left: 13px;
    right: auto; }
body.rtl .the-search-wrap .the-search-results ul li a.all-results span i {
    padding-right: 5px;
    padding-left: 0; }

body.rtl .the-search-wrap form.the-searchform button {
    left: 0;
    right: auto; }

/* Accordion widget */
.widget_envo_wc_category_accordion ul li{
    padding: 10px 0;
    list-style-type: none;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

.widget_envo_wc_category_accordion ul li.closed {

}
.widget_envo_wc_category_accordion ul li.cat-parent.opened{
    padding-bottom: 0;
}

.widget_envo_wc_category_accordion ul{
    padding-left: 20px;
}

.widget_envo_wc_category_accordion ul li.cat-parent{
    padding-top: 10px;
}
.widget_envo_wc_category_accordion ul li:not(.cat-parent),
.widget_envo_wc_category_accordion ul li:not(.opened){
    padding: 5px 0;
    border: none;
}
.widget_envo_wc_category_accordion ul.children li:before{
    font-family: 'Line Awesome Free';
    content: '\f105';
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
    margin-left: -10px;
}
.widget_envo_wc_category_accordion ul.children li.cat-parent{
    padding-bottom: 0;
}
.widget_envo_wc_category_accordion ul.children li.cat-parent ul{
    padding-left: 20px;
}

.widget_envo_wc_category_accordion ul.envo_category_accordion_widget > li {
    border-bottom: 1px solid #e2e2e2;
}
.widget_envo_wc_category_accordion ul.envo_category_accordion_widget li i {
    float: right;
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    font-size: 20px;
}
.rtl .widget_envo_wc_category_accordion ul.envo_category_accordion_widget li i {
    float: left;
    margin-left: 10px;
}
.rtl .widget_envo_wc_category_accordion ul.children li:before {
    margin-left: 5px;
}
.widget_envo_wc_category_accordion ul li span.count {
    margin-left: 4px;
}


.widget_envo_wc_category_accordion .highlight_cat{
    font-weight: bold;
}
.rtl #return-to-top {
    right: auto;
    left: 20px;
}
.rtl #return-to-top i {
    left: -15px;
}

#popup-login {
    width: 90%;
    max-width: 850px;
    max-height: 60vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #fff;
    padding: 25px;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    visibility: hidden;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999999;
    overflow-y: auto;
}
.show-popup-login #popup-login {
    visibility: visible;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-box-shadow: 300px 0 0 1900px rgb(0 0 0 / 20%), 0 0 20px rgb(0 0 0 / 20%);
    box-shadow: 300px 0 0 1900px rgb(0 0 0 / 20%), 0 0 20px rgb(0 0 0 / 20%);
}
a.login-canvas-toggle-nav i.las.la-times {
    float: right;
    display: block;
    clear: both;
    font-size: 22px;
    line-height: 22px;
}
.title-off .page-area, .title-off .single-entry-summary {
    padding-top: 0;
    margin-top: 0;
}
.gutenberg-on article {
    margin-bottom: 0;
}

.transparent-header .site-header.business-heading:not(.shrink),
.transparent-header .site-header.business-heading:not(.shrink) #site-navigation,
.transparent-header .main-menu, 
.transparent-header #second-site-navigation,
.transparent-header #site-navigation {
    background-color: transparent;
    border-bottom-color: rgba(246, 246, 246, 0.1);
}/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=99ee528b426264b14789d170f5f00480)
 * Config saved to config.json and https://gist.github.com/99ee528b426264b14789d170f5f00480
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}html.hc-nav-yscroll{overflow-y:scroll}body.hc-nav-open{overflow:visible;position:fixed;width:100%;min-height:100%}.hc-offcanvas-nav{visibility:hidden;display:none;position:fixed;top:0;height:100%;z-index:9999;text-align:left}.hc-offcanvas-nav.is-ios *{cursor:pointer !important}.hc-offcanvas-nav .nav-container{position:fixed;z-index:9998;top:0;height:100%;max-width:100%;max-height:100%;box-sizing:border-box;transition:transform .4s ease}.hc-offcanvas-nav .nav-wrapper{width:100%;height:100%;box-sizing:border-box;-ms-scroll-chaining:none;overscroll-behavior:none}.hc-offcanvas-nav .nav-content{height:100%}.hc-offcanvas-nav .nav-wrapper-0>.nav-content{overflow:scroll;overflow-x:visible;overflow-y:auto;box-sizing:border-box}.hc-offcanvas-nav ul{list-style:none;margin:0;padding:0}.hc-offcanvas-nav li{position:relative;display:block}.hc-offcanvas-nav li.level-open>.nav-wrapper{visibility:visible}.hc-offcanvas-nav li:not(.custom-content) a{position:relative;display:block;box-sizing:border-box;cursor:pointer}.hc-offcanvas-nav li:not(.custom-content) a[disabled]{cursor:not-allowed}.hc-offcanvas-nav li:not(.custom-content) a,.hc-offcanvas-nav li:not(.custom-content) a:hover{text-decoration:none}.hc-offcanvas-nav input[type="checkbox"]{display:none}.hc-offcanvas-nav label{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;cursor:pointer}.hc-offcanvas-nav .nav-item-wrapper{position:relative}.hc-offcanvas-nav .nav-item-link{position:relative;display:block;box-sizing:border-box}.hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,.hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus{outline:none}.hc-offcanvas-nav .nav-close:focus,.hc-offcanvas-nav .nav-next:focus,.hc-offcanvas-nav .nav-back:focus{z-index:10}.hc-offcanvas-nav.disable-body::after,.hc-offcanvas-nav .nav-wrapper::after{content:'';z-index:9990;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-ms-scroll-chaining:none;overscroll-behavior:none;visibility:hidden;opacity:0;transition:visibility 0s ease .4s,opacity .4s ease}.hc-offcanvas-nav.disable-body::after{position:fixed}.hc-offcanvas-nav .nav-wrapper::after{position:absolute}.hc-offcanvas-nav.disable-body.nav-open::after,.hc-offcanvas-nav .sub-level-open::after{visibility:visible;opacity:1;transition-delay:.05s}.hc-offcanvas-nav:not(.nav-open)::after{pointer-events:none}.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after{display:none}.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0{max-height:100vh}.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0>.nav-content{overflow:scroll;overflow-x:visible;overflow-y:auto;box-sizing:border-box;max-height:100vh}.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper{min-width:0;max-height:0;visibility:hidden;overflow:hidden;transition:height 0s ease .4s}.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper{max-height:none;overflow:visible;visibility:visible}.hc-offcanvas-nav.nav-levels-overlap .nav-content{overflow:scroll;overflow-x:visible;overflow-y:auto;box-sizing:border-box;max-height:100vh}.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper{max-height:100vh}.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper{position:absolute;z-index:9999;top:0;height:100%;visibility:hidden;transition:visibility 0s ease .4s,transform .4s ease}.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent{position:static}.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper{visibility:visible;transform:translate3d(0, 0, 0);transition:transform .4s ease}.hc-offcanvas-nav.nav-position-left{left:0}.hc-offcanvas-nav.nav-position-left .nav-container{left:0}.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper{left:0;transform:translate3d(-100%, 0, 0)}.hc-offcanvas-nav.nav-position-right{right:0}.hc-offcanvas-nav.nav-position-right .nav-container{right:0}.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper{right:0;transform:translate3d(100%, 0, 0)}.hc-offcanvas-nav.nav-position-top{top:0}.hc-offcanvas-nav.nav-position-top .nav-container{top:0;width:100%}.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper{left:0;transform:translate3d(0, -100%, 0)}.hc-offcanvas-nav.nav-position-bottom{top:auto;bottom:0}.hc-offcanvas-nav.nav-position-bottom .nav-container{top:auto;bottom:0;width:100%}.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper{left:0;transform:translate3d(0, 100%, 0)}.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container{transform:translate3d(0, 0, 0)}.hc-offcanvas-nav.rtl{text-align:right;direction:rtl}.hc-nav-trigger{position:absolute;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none;top:20px;z-index:9980;width:30px;min-height:24px}.hc-nav-trigger span{width:30px;top:50%;transform:translateY(-50%);transform-origin:50% 50%}.hc-nav-trigger span,.hc-nav-trigger span::before,.hc-nav-trigger span::after{display:block;position:absolute;left:0;height:4px;background:#34495E;transition:all .2s ease}.hc-nav-trigger span::before,.hc-nav-trigger span::after{content:'';width:100%}.hc-nav-trigger span::before{top:-10px}.hc-nav-trigger span::after{bottom:-10px}.hc-nav-trigger.toggle-open span{background:rgba(0,0,0,0);transform:rotate(45deg)}.hc-nav-trigger.toggle-open span::before{transform:translate3d(0, 10px, 0)}.hc-nav-trigger.toggle-open span::after{transform:rotate(-90deg) translate3d(10px, 0, 0)}.hc-offcanvas-nav{font-family:sans-serif}.hc-offcanvas-nav::after,.hc-offcanvas-nav .nav-wrapper::after{background:rgba(0,0,0,0.3)}.hc-offcanvas-nav .nav-container,.hc-offcanvas-nav .nav-wrapper,.hc-offcanvas-nav ul{background:#f6f6f6}.hc-offcanvas-nav .nav-content>h2,.hc-offcanvas-nav .nav-content>h3,.hc-offcanvas-nav .nav-content>h4,.hc-offcanvas-nav .nav-content>h5,.hc-offcanvas-nav .nav-content>h6{font-size:19px;font-weight:normal;padding:20px 17px;color:#686868}.hc-offcanvas-nav .nav-content>h2:not(.nav-title):not(.level-title),.hc-offcanvas-nav .nav-content>h3:not(.nav-title):not(.level-title),.hc-offcanvas-nav .nav-content>h4:not(.nav-title):not(.level-title),.hc-offcanvas-nav .nav-content>h5:not(.nav-title):not(.level-title),.hc-offcanvas-nav .nav-content>h6:not(.nav-title):not(.level-title){font-size:16px;padding:15px 17px;background:#f6f6f6}.hc-offcanvas-nav .nav-item-link,.hc-offcanvas-nav li.nav-close a,.hc-offcanvas-nav .nav-back a{padding:14px 17px;font-size:14px;color:#686868;z-index:1;background:rgba(0,0,0,0);border-bottom:1px solid #cbcbcb;transition:background .1s ease}.hc-offcanvas-nav .nav-item-link:focus,.hc-offcanvas-nav .nav-item-link:focus-within,.hc-offcanvas-nav li.nav-close a:focus,.hc-offcanvas-nav li.nav-close a:focus-within,.hc-offcanvas-nav .nav-back a:focus,.hc-offcanvas-nav .nav-back a:focus-within{z-index:10}.hc-offcanvas-nav .nav-item-link[disabled],.hc-offcanvas-nav li.nav-close a[disabled],.hc-offcanvas-nav .nav-back a[disabled]{color:rgba(255,255,255,0.5)}.hc-offcanvas-nav div.nav-back+ul>li:first-child>.nav-item-wrapper>.nav-item-link{border-top:none !important}.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover{background:#dbdbdb;color:#686868;}.hc-offcanvas-nav .nav-custom-content{padding:14px 17px;font-size:14px;border-bottom:1px solid #cbcbcb}.hc-offcanvas-nav .nav-highlight{background:#2e6296}.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link{border-top:1px solid #cbcbcb}.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link+a{border-top:1px solid #cbcbcb}.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:not(:last-child){border-bottom:2px solid #cbcbcb}.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h2,.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h3,.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h4,.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h5,.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h6{margin-top:-2px}.hc-offcanvas-nav .nav-wrapper>.nav-content>h2+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,.hc-offcanvas-nav .nav-wrapper>.nav-content>h3+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,.hc-offcanvas-nav .nav-wrapper>.nav-content>h4+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,.hc-offcanvas-nav .nav-wrapper>.nav-content>h5+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,.hc-offcanvas-nav .nav-wrapper>.nav-content>h6+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link{border-top:1px solid #cbcbcb}.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h2,.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h3,.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h4,.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h5,.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h6,.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h2,.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h3,.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h4,.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h5,.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h6,.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h2,.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h3,.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h4,.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h5,.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h6{border-top:1px solid #cbcbcb}.hc-offcanvas-nav li{color:#686868}.hc-offcanvas-nav li.nav-parent .nav-item-link:last-child{padding-right:58px}.hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child){margin-right:45px}.hc-offcanvas-nav .nav-close-button span,.hc-offcanvas-nav .nav-parent .nav-next,.hc-offcanvas-nav .nav-back span{width:45px;position:absolute;top:0;right:0;bottom:0;text-align:center;cursor:pointer;transition:background .1s ease}.hc-offcanvas-nav .nav-close-button{position:relative;display:block}.hc-offcanvas-nav .nav-close-button span::before,.hc-offcanvas-nav .nav-close-button span::after{content:'';position:absolute;top:50%;left:50%;width:6px;height:6px;margin-top:-3px;border-top:2px solid #cbcbcb;border-left:2px solid #cbcbcb}.hc-offcanvas-nav .nav-close-button span::before{margin-left:-9px;transform:rotate(135deg)}.hc-offcanvas-nav .nav-close-button span::after{transform:rotate(-45deg)}.hc-offcanvas-nav .nav-content>.nav-close{position:relative;z-index:2}.hc-offcanvas-nav .nav-content>.nav-close a{font-size:14px;color:#686868;background:rgba(0,0,0,0);z-index:1;text-decoration:none;box-sizing:border-box}.hc-offcanvas-nav .nav-content>.nav-close a:not(.has-label){height:50px}.hc-offcanvas-nav .nav-content>.nav-close a.has-label{padding:14px 17px;border-top:1px solid #cbcbcb}.hc-offcanvas-nav .nav-content>.nav-close a:hover{border:none;background:radial-gradient(farthest-corner at top right, rgba(0,0,0,0.1), rgba(0,0,0,0))}.hc-offcanvas-nav .nav-content>.nav-close.has-label+ul{margin-top:-1px}.hc-offcanvas-nav:not(.nav-close-button-empty) .nav-content>.nav-close{margin-bottom:-1px}.hc-offcanvas-nav .nav-title+.nav-close a:not(.has-label){position:absolute;width:45px;height:66px;line-height:66px;top:-66px;right:0}.hc-offcanvas-nav.nav-close-button-empty .nav-title{padding-right:55px}.hc-offcanvas-nav li.nav-close a:not(.has-label){height:49px}.hc-offcanvas-nav .nav-content>.nav-close:first-child a,.hc-offcanvas-nav .nav-title+.nav-close a.has-label,.hc-offcanvas-nav li.nav-close a,.hc-offcanvas-nav .nav-back a{background:#535050;color:#fff;border-top:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb}.hc-offcanvas-nav li.nav-close:not(:first-child) a,.hc-offcanvas-nav li.nav-back:not(:first-child) a{margin-top:-1px}.hc-offcanvas-nav a.nav-next{border-left:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb}.hc-offcanvas-nav .nav-next span::before,.hc-offcanvas-nav .nav-back span::before{content:'';position:absolute;top:50%;left:50%;width:8px;height:8px;margin-left:-2px;box-sizing:border-box;border-top:2px solid #686868;border-left:2px solid #686868;transform-origin:center}.hc-offcanvas-nav .nav-back a span:before{border-color:#fff}.hc-offcanvas-nav .nav-next span{position:absolute;top:0;right:0;left:0;bottom:0}.hc-offcanvas-nav .nav-next span::before{transform:translate(-50%, -50%) rotate(135deg)}.hc-offcanvas-nav .nav-back span::before{margin-left:2px;transform:translate(-50%, -50%) rotate(-45deg)}.hc-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper{box-shadow:1px 0 2px rgba(0,0,0,0.2)}.hc-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper{box-shadow:-1px 0 2px rgba(0,0,0,0.2)}.hc-offcanvas-nav.nav-position-right .nav-next span::before{margin-left:2px;transform:translate(-50%, -50%) rotate(-45deg)}.hc-offcanvas-nav.nav-position-right .nav-back span::before{margin-left:-2px;transform:translate(-50%, -50%) rotate(135deg)}.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper{box-shadow:0 1px 2px rgba(0,0,0,0.2)}.hc-offcanvas-nav.nav-position-top .nav-next span::before{margin-left:0;margin-right:-2px;transform:translate(-50%, -50%) rotate(-135deg)}.hc-offcanvas-nav.nav-position-top .nav-back span::before{margin-left:0;margin-right:-2px;transform:translate(-50%, -50%) rotate(45deg)}.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper{box-shadow:0 -1px 2px rgba(0,0,0,0.2)}.hc-offcanvas-nav.nav-position-bottom .nav-next span::before{margin-left:0;margin-right:-2px;transform:translate(-50%, -50%) rotate(45deg)}.hc-offcanvas-nav.nav-position-bottom .nav-back span::before{margin-left:0;margin-right:-2px;transform:translate(-50%, -50%) rotate(-135deg)}.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper,.hc-offcanvas-nav.nav-levels-none ul .nav-wrapper{box-shadow:none;background:transparent}.hc-offcanvas-nav.nav-levels-expand li.level-open,.hc-offcanvas-nav.nav-levels-none li.level-open{background:#2e6296}.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a,.hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a{border-bottom:1px solid #295887}.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a:hover,.hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a:hover{background:#2f649a}.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>.nav-next span::before,.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a>.nav-next span::before,.hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>.nav-next span::before,.hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a>.nav-next span::before{margin-top:-2px;transform:translate(-50%, -50%) rotate(-135deg)}.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link,.hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link{padding-left:calc(17px + 20px * 1)}.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link,.hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link{padding-left:calc(17px + 20px * 2)}.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link,.hc-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link{padding-left:calc(17px + 20px * 3)}.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link,.hc-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link{padding-left:calc(17px + 20px * 4)}.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link,.hc-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link{padding-left:calc(17px + 20px * 5)}.hc-offcanvas-nav.rtl a.nav-next{border-left:none;border-right:1px solid #cbcbcb}.hc-offcanvas-nav.rtl .nav-title+.nav-close a:not(.has-label),.hc-offcanvas-nav.rtl .nav-close-button span,.hc-offcanvas-nav.rtl .nav-next,.hc-offcanvas-nav.rtl .nav-back span{left:0;right:auto}.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child{padding-left:58px;padding-right:17px}.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child){margin-left:45px;margin-right:0}.hc-offcanvas-nav.rtl .nav-wrapper-1 li.nav-item .nav-item-link{padding-right:calc(17px + 20px * 1)}.hc-offcanvas-nav.rtl .nav-wrapper-2 li.nav-item .nav-item-link{padding-right:calc(17px + 20px * 2)}.hc-offcanvas-nav.rtl .nav-wrapper-3 li.nav-item .nav-item-link{padding-right:calc(17px + 20px * 3)}.hc-offcanvas-nav.rtl .nav-wrapper-4 li.nav-item .nav-item-link{padding-right:calc(17px + 20px * 4)}.hc-offcanvas-nav.rtl .nav-wrapper-5 li.nav-item .nav-item-link{padding-right:calc(17px + 20px * 5)}/*
Theme Name: Enwoo
Theme URI: https://enwoo-wp.com/
Author: EnvoThemes
Author URI: https://envothemes.com/
Description: Enwoo is a fast, clean, lightweight, customizable and modern-looking free responsive multipurpose WordPress theme. Suitable for blog, creative, portfolio or business website and WooCommerce storefront. Theme supports popular page builders like Elementor, Beaver Builder, SiteOrigin, Thrive Architect, Divi, Brizy, Visual Composer, Gutenberg etc. Enwoo comes with unique WooCommerce Features and it is compatible with YITH WooCommerce Wishlist, YITH WooCommerce Compare, WooCommerce Variation Swatches and other popular plugins. The theme is SEO friendly, WPML and RTL ready. Documentation: https://enwoo-wp.com/docs/enwoo-documentation/ Theme demos ready to import: https://enwoo-wp.com/demos/
Version: 1.4.1
Tested up to: 6.8
Requires PHP: 5.6
License: GNU General Public License v3.0 or later
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, full-width-template, right-sidebar, custom-background, custom-menu, custom-header, editor-style, featured-images, translation-ready, custom-logo, threaded-comments, footer-widgets, rtl-language-support, blog, e-commerce
Text Domain: enwoo
*/

/* WordPress Core */
.gallery-caption {
    font-weight: bold;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
img.alignnone {
    max-width: 96%;
    height: auto;
    width: auto;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px 0 0 0;
    color: #484848;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
iframe,
embed {
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
.sticky,
.bypostauthor {}
table { 
    width: 100%; 
    border-collapse: collapse; 
}
th { 
    font-weight: bold; 
}
td, th { 
    padding: 6px; 
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-weight: bold;
    height: auto;
    left: 10px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    font-size: 14px;

}
html {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    font-family: 'Lato', "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0;
    color: #404040;
    font-weight: 300;
    line-height: 1.6;
    font-size: 18px;
    word-wrap: break-word;
}
a, a:active, a:hover, a:focus {
    text-decoration: none;
    color: #0396e0;
}
a:focus, .dropdown-toggle:focus {
    outline: thin dotted;
}
h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    font-weight: 700;
    letter-spacing: -.02em;
}
.page-header a {
    border-bottom: 0;
    color: #484848;
}
a:active {
    border-bottom: none;
}
.single-entry-summary a, .comment-body a, .textwidget a {
    text-decoration: underline;
}
.main-container {
    background-color: #fff;
}
.navbar-nav li.fa {
    display: block;
    position: relative;
}
.menu-description {
    font-size: 9px;
    padding: 2px 4px;
    margin: 0px 3px -15px 3px;
    line-height: 10px;
    left: calc(100% - 25px);
    background: #0396e0;
    color: #fff;
    position: absolute;
    border-radius: 1px;
    line-height: normal;
    bottom: 100%;
    font-weight: 700;
    display: inline-table;
    word-break: keep-all;
    overflow-wrap: unset;
    width: max-content;
    z-index: 9;
}
.menu-description:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0396e0;
    left: 3px;
    bottom: -4px;
}
.dropdown-menu .menu-description {
    position: relative;
    display: inline;
    left: 0;
    top: -2px;
    margin: 5px;
}
.dropdown-menu .menu-description:after {
    display: none;
}
@keyframes showup {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (min-width: 600px) and (max-width: 782px) {
    .admin-bar #theme-menu {
        top: 46px;
    }
}
@media (min-width: 768px) {
    li.menu-item-has-children>a:before {
        font-family: "Line Awesome Free";
        content: "\f107";
        margin-left: 10px;
        font-size: 15px;
        right: 2px;
        position: absolute;
        font-weight: 900;
    }
    ul li ul li.menu-item-has-children>a:before {
        content: "\f105";
    }
    li.menu-item-has-children > a {
        padding-right: 25px;
    }
    li.menu-item-has-children>a.dropdown-item:before {
        right: 6px;
    }
    li li ul.dropdown-menu {
        left: 100%;
        top: 0;
    }
    .navbar-right li li ul.dropdown-menu {
        left: auto;
        right: 100%;
    }
    .header-heading-shrink .navbar-right {
        margin-right: 0px;
    }
    .navbar-nav > li > a {
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    .navbar-default .navbar-nav > .active a:focus, .navbar-default .navbar-nav > .open a:focus {
        background-color: #fff;
        color: #666;
        outline: thin dotted;
    }
    .open > .dropdown-menu {
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
    }
    .navbar-nav li:hover > .dropdown-menu{
        visibility:visible;
        border-radius: 0;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        opacity: 1;
    }
    #site-navigation .container{
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
    }
    .menu-item-has-children li.fa:before {
        top: 6px !important;
    }
    .navbar-center {
        width: 100%;
        text-align: center;
    }
    .navbar-center > li {
        float: none;
        display: inline-block;
    }
    .dropdown-menu {
        display: block;
        opacity: 0;
    }
    .header-search-widget {
        width: 75%;
    }
    .shrink .header-search-widget {
        display: none;
    }
    .alignfull {
        max-width    : 100vw;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        width: auto;
    }

    .alignwide {
        max-width    : 100vw;
        margin-right: calc(25% - 25vw);
        margin-left: calc(25% - 25vw);
        width: auto;
    }

    .wp-block-group__inner-container {
        max-width: 85.7143rem;
        margin: auto;
    }
    .alignfull img {
        width: 100vw;
    }
}
@media (max-width: 767px) {
    .menu-item .menu-description {
        left: inherit;
        top: -3px;
        font-size: 9px;
        padding: 2px 4px;
        margin: 0 3px;
        line-height: 10px;
        background: #0396e0;
        color: #fff;
        display: inline;
        border-radius: 1px;
        line-height: normal;
        margin: 0 5px;
        font-weight: 700;
        position: relative;
    }
    .menu-item .menu-description:after {
        display: none;
    }
    .heading-row {
        flex-wrap: wrap;
    }
    .menu-button {
        width: 24px;
        height: 24px;
        float: right;
        margin-left: 10px;
    }
    .navbar-default .navbar-brand {
        margin-right: -50px;
    }
    #theme-menu {
        z-index: 99999;
        overflow: hidden;
    }
    #site-navigation {
        opacity: 0;
        visibility: hidden;
    }
    .js-loaded #site-navigation {
        opacity: 1;
        visibility: visible;
    }
   
    .main-menu .container {
        display: block !important;
    }
    
    .head-form.visible-xs {
        width: 100%;
        padding: 15px;
        position: absolute;
        z-index: 9;
        top: 100%;
    }
    
    .mobile-canvas {
        float: left;
    }
    .dropdown-menu {
        position: inherit;
        top: auto;
        left: auto;
        display: block;
        float: none;
        min-width: auto;
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: initial;
        text-align: none;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
        height: 2px;
        background-color: #5c5c5c;
    }
    .hc-nav-trigger span::after {
        bottom: -6px;
    }
    .hc-nav-trigger span::before {
        top: -6px;
    }
    .hc-nav-trigger {
        top: 4px;
        width: 20px;
    }
    .hc-nav-trigger span {
        width: 20px;
    }
    .hc-offcanvas-nav .nav-close-button span::before {
        margin-left: -6px;
    }
    .admin-bar.hc-nav-open{
        margin-top: -46px;
    }
    .admin-bar.hc-nav-open:not(.shrink-header) .hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
        margin-top: 46px;
    }
    #site-navigation {
        height:0;
        min-height: 0 !important;

    }
    .header-right {
        flex-grow: 1;
        padding-right: 15px;
    }
    .header-cart i,
    .header-my-account i,
    .header-wishlist i,
    .header-compare i,
    a.cart-contents i.la, 
    .header-search i {
        margin-right: 0;
        font-size: 22px;
    }
    .header-my-account, .header-wishlist, .header-compare, .header-search {
        padding-right: 3px !important;
    }
    .top-bar-section .widget {
        text-align: center !important;
    }
    #theme-menu-second .nav > li {
        display: inline-block;
    }
    .header-search-form {
        font-size: 14px;
    }
    .navbar-nav.envo-categories-menu, .header-search-form, .navbar-right {width: 100%!important;}
    .header-search-form, #theme-menu-second .navbar-right {text-align: center;}
    .navbar-nav.envo-categories-menu {
        margin-left: 0px;
    }
    #menu-categories-menu {
        display: none;
    }
    #menu-categories-menu.dropdown-menu.open {
        display: block;
        position: relative;
        width: 100%;
    }
    .header-woonav:not(.woocommerce) #second-site-navigation {
        display: none;
    }
}
.main-menu .container {
    display: flex;
    float: none;
    align-items: center;
    position: relative;
}
.menu-heading {
    flex-grow: 1;
}
.shrink .menu-heading {
    flex-grow: 0;
}
.shrink .header-heading-shrink {
    flex-grow: 1;
}
.shrink .header-right {
    max-width: max-content;
}
#theme-menu-second li.menu-item-has-children>a:before {
    display: none;
}
#theme-menu-second .navbar-nav > li > a {
    font-weight: 400;
}
li.menu-item-has-children a.envo-categories-menu-first:before {
    font-family: "Line Awesome Free";
    content: "\f550";
    margin-left: 20px;
    font-size: 15px;
    right: auto;
    left: 0;
    position: absolute;
    font-weight: 900;
}
.navbar-nav.envo-categories-menu {
    background-color: #0396e0!important;
}
.navbar-nav > li > a.envo-categories-menu-first {
    margin-right: 0;
    color: #fff;
    border-radius: 0;
    margin-left: 0;
}
li.menu-item-has-children a.envo-categories-menu-first {
    padding-left: 45px;
    padding-right: 45px;
    min-width: 200px;
    width: 100%;
}
#menu-categories-menu, .envo-categories-menu-item {
    width: auto;
}
.dropdown-menu > li > a {
    border-bottom: 0;
    padding: 5px 20px 5px 10px;
}
#site-navigation {
    min-height: 50px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.dropdown-submenu {
    position: relative;
}

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

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #0396e0;
}
.navbar-toggle {
    border: 1px solid #ccc;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar-nav > li > a {
    border-bottom: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    max-height: 50px;
}
.top-bar-section {
    background-color: #fff;
    color: #334142;
    padding: 5px 0;
    font-size: 14px;
    border-bottom: 1px solid #f6f6f6;
    z-index: 98;
    position: relative;
}
.top-bar-section .widget, .top-bar-section p {
    margin-bottom: 0;
}
.top-bar-section .widget:nth-child(3n-1){
    text-align: center;
}
.top-bar-section .widget:nth-child(3n) {
    text-align: right;
}
article {
    clear: none;
    margin-bottom: 30px;
}
.archive-page-header h1 {
    margin: 0;
    padding-bottom: 25px;
}
.updated:not(.published) {
    display: none;
}
.space-right {
    margin-right: 10px;
}
.main-content {
    float: left;
    width: 100%;
}
.page-header {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.page h1.single-title {
    margin-bottom: 15px;
    margin-top: 10px;
}
h1.single-title {
    margin: 0;
}
.single-head {
    clear: both;
    margin-bottom: 10px;
    position: relative;
}
.single-entry-summary, .entry-footer {
    margin-top: 15px;
    width: 100%;
    clear: both;
}
.single-content.row {
    margin-bottom: 60px;
}
.tagcloud a {
    font-size: 15px !important;
    padding: 0px 6px;
    border: 1px solid;
    display: inline-block;
    margin-bottom: 5px;
}
input, textarea {
    background-color: #fff;
    padding: 8px;
    color: #464a4c;
    border-radius: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 100%;
}
.radio, .checkbox {
    display: inline-block;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}
select {
    max-width: 100%;
    padding: 5px;
    color: #000;
}
#respond .comment-form-url,
#respond input#url {
    width: 100%;
    float: left;
}
#respond input[type="radio"],
#respond input[type="checkbox"] {
    width: auto;
    float: left;
    margin-right: 10px;
}
#respond .comment-form-author,
#respond .comment-form-email {
    width: 50%;
    float: left;
}
#respond .comment-form-author {
    padding-right: 5%;
}
#sidebar {
    display: inline-block;
    max-width: 100%;
}
.page-area {
    padding-top: 15px;
}
.widget {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 20px;
    position: relative;
}
.homepage-area .widget {
    margin: 0;
    padding: 0;
}
.widget ul {
    padding-left: 0;
    list-style-type: none;
}
.widget li > ul {
    padding-left: 15px;
}
.widget ul li {
    margin: 4px 0px 0px;
    padding: 0px 0px 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.widget ul li:last-child {
    border-bottom: none;
}
.widget-title {
    font-size: 18px;
    position: relative;
    width: 100%;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: block;
    text-align: left;
}
h1.site-title, .site-title {
    margin: 0;
    padding: 0;
    font-size: 26px;
    line-height: 30px;
    word-wrap: break-word;
    font-weight: 700;
    color: #484848;
    letter-spacing: -.02em;
}
.site-description {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    position: relative;
    display: inline-block;
}
.site-branding-logo a {
    border: none;
    z-index: 99;
    position: relative;
}
.site-branding-logo img {
    width: auto;
}
.site-branding-text {
    z-index: 99;
    position: relative;
}
.site-heading {
    padding-left: 15px;
    padding-right: 15px;
}
.mobile-heading .site-branding-logo img {
    max-height: 50px
}
.site-branding-logo, .site-branding-text {
    text-align: left;
    float: left;
    margin-bottom: 0;
}
.site-heading-sidebar p {
    margin-bottom: 0;
}
.site-heading-sidebar .widget {
    font-size: 80%;
    margin-bottom: 5px;
    float: left;
    margin-left: 15px;
}
.site-heading-sidebar .widget:first-of-type {
    margin-left: 0;
}
.navbar {
    margin-bottom: 0;
}
.main-menu {
    position: relative;
    z-index: 97;
}
#site-navigation {
    background-color: transparent;
    border: none;
}
#second-site-navigation {
    background-color: #ffffff;
    border-bottom: 1px solid #f6f6f6;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
#site-navigation, nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #484848;
    border-radius: 0;
}
#site-navigation .container {
    position: relative;
}
.featured-thumbnail {
    width: 100%;
    position: relative;
}
.featured-thumbnail img {
    width: 100%;
    text-align: center;
}
.single-page-header {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
}
nav.navigation.pagination {
    text-align: center;
    width: 100%;
    clear: both;
    margin: 20px 0;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .current {
    padding: 5px 10px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    border: 1px solid #b5b5b5;
}

nav.navigation.pagination .current {
    color: #fff;
    background-color: transparent;
}

#content-footer-section {
    background-color: #808080;
    color: #ffffff;
    padding: 15px;
    clear: both;
}
#content-footer-section .widget.col-md-3 {
    margin: 1%;
}
#content-footer-section .news-item h2 a {
    color: #fff;
    font-weight: 300;
}
#content-footer-section .widget-title h3 {
    color: #fff;
}
#content-footer-section .posted-date, 
#content-footer-section .comments-meta, 
#content-footer-section .comments-meta a {
    position: relative;
    color: #cacaca;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}
.footer-credits {
    background-color: #1e1e1e;
    clear: both;
}
.footer-credits-text {
    padding: 20px 0;
    color: #fff;
}
.site-header {
    padding: 15px 0;
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6;
    z-index: 98;
    position: relative;
}
a.post-edit-link {
    display: block;
}
.taxonomy-description {
    margin-bottom: 20px;
}
.single-footer.row {
    clear: both;
}
/* Search styling */
.header-search-form {
    position: relative;
    display: inline-block;
    border: 1px solid;
    border-color: #0396e0;
    border-radius: 0;
    height: 42px;
    background-color: #fff;
    padding-right: 42px;
    float: left;
    width: 100%;
}
select.header-search-select {
    width: 35%;
    display: inline-block;
    border: none;
    float: left;
    height: 40px;
    background-color: #fff;
    border-left: 1px solid #ececec;
}
input.header-search-input {
    width: 65%;
    display: inline-block;
    border: none;
    float: left;
    height: 40px;
    border-radius: 0;
    right: 0px;
    position: relative;
    background-color: transparent;
    padding-left: 15px;
    border-radius: 0px;
}
button.header-search-button {
    border: none;
    color: inherit;
    position: absolute;
    right: 0;
    padding: 0 12px;
    font-size: 20px;
    line-height: 40px;
    background-color: #0396e0;
    top: 0;
    height: 40px;
    border-radius: 0;
    width: 42px;
}
button.header-search-button .la {
    color: #fff;
}
form.search-form label {
    width: 100%;
    display: block;
}
button.dgwt-wcas-search-submit, button.dgwt-wcas-search-submit:hover {
    background: initial;
}
form.search-form, form.woocommerce-product-search {
    position: relative;
}
.search-submit, .woocommerce-product-search button {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    line-height: 18px;
}
.search-field {
    width: 100%;
    padding-right: 90px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
input[type="search"].search-field::-webkit-input-placeholder {
    color: #d7d7d7;
}
input[type="search"].search-field:focus::-webkit-input-placeholder {
    color: #f1f1f1;
    padding: 20px 0 0 0;
}
fieldset {
    border: 2px solid #e5e5e5;
    margin: 5px 2px 15px 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: auto;
    border-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.search-on, .menu-cats-on, .menu-right-on {
    width: 100%;
}
/* Comments */
.comment-form #comment {
    width: 100%;
}
cite.fn {
    font-weight: bold;
}
a.comment-reply-link {
    border: 1px solid #ccc;
    padding: 10px 20px;
}
.reply {
    margin: 20px 0;
}
.comment-meta.commentmetadata {
    margin: 10px 0;
    font-size: 12px;
    font-style: italic;
}
.comment-body {
    margin-bottom: 40px;
}
.commentlist li {
    list-style-type: none;
}
.error-template {
    padding-bottom: 60px;
}
.btn-default, input[type="submit"], input#submit, button, a.comment-reply-link { 
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid;
    border-radius: 2px;
    padding: 10px 25px;
    color: #000;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
}
button#place_order {
    float: none;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 19px;
    border-radius: 5px;
}
.inner-wrapper {
    display: block;
    margin-bottom: 15px;
}
.content-date-comments {
    display: inline-block;
}
.cat-links, .tags-links {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}
.posted-date, .comments-meta {
    margin-right: 15px;
}
.posted-date,
.cat-links a,
.cat-links span,
.tags-links span {
    position: relative;
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}
.comments-meta {
    position: relative;
    z-index: 5;
    color: #404040;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    display: inline-block;
}
.comments-meta a {
    color: #404040;
}
span.comments-meta i {
    margin-left: 5px;
}
.tags-links a {
    position: relative;
    color: #404040;
    font-style: italic;
    opacity: 0.8;
    font-size: 14px;
    margin-right: 8px;
}
.news-item {
    margin-bottom: 10px;
}
.news-item h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
}
.news-item.layout-two h2 {
    font-size: 18px;
}
.one-news-section .news-item h2 {
    margin-top: 10px;
    font-size: 28px;
}
.news-item h2 a {
    color: #404040;
    font-weight: 300;
    font-size: 30px;
}
.news-thumb {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    clear: both;
}
.news-item:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}
.post-excerpt {
    font-size: 16px;
    font-weight: 300;
    display: block;
    clear: both;
}
.author-meta-by {
    font-style: italic;
    opacity: 0.7;
    position: relative;
    font-size: 14px;
    font-weight: 300;
}
.author-meta a {
    color: #484848;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 4px;
    margin-right: 15px;
}
.heading-row {
    display: flex;
    float: none;
    align-items: center;
    position: relative;
}
.header-right {
    padding-left: 20px;
    position: relative;
    min-width: max-content;
}
.header-right.menu-button {
    max-width: 34px;
}
nav.navigation.post-navigation {
    clear: both;
    width: 100%;
}
.post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 50%;
}
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-subtitle {
    background: transparent;
    opacity: 0.8;
    color: initial;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
.nav-links {
    width: 100%;
    display: block;
    float: left;
    clear: both;
    margin-bottom: 15px;
}
.nav-links .nav-title {
    position: relative;
}
.nav-previous .fa {
    margin-right: 5px;
}
.nav-next .fa {
    margin-left: 5px;
}

[data-tooltip] {
    position: relative;
    z-index: 999;
    cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:before {
    position: absolute;
    bottom: 85%;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 5px;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
    width: max-content;
    z-index: 999;
}
[data-tooltip]:after {
    position: absolute;
    bottom: 85%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
    z-index: 999;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
/* Menu social links */
.navbar a[href$="x.com"], .navbar a[href*="vk.com"], .navbar a[href*="dribbble.com"], .navbar a[href*="facebook.com"], .navbar a[href*="flickr.com"], .navbar a[href*="foursquare.com"], .navbar a[href*="plus.google.com"], .navbar a[href*="instagram.com"], .navbar a[href*="linkedin.com"], .navbar a[href*="pinterest.com"], .navbar a[href*="reddit.com"], .navbar a[href*="tumblr.com"], .navbar a[href*="twitter.com"], .navbar a[href*="vimeo.com"], .navbar a[href*="wordpress.com"], .navbar a[href*="wordpress.org"], .navbar a[href*="youtube.com"], .navbar a[href*="mailto:"], .navbar a[href*="twitch.tv"], .navbar a[href$="/feed/"] {
    text-indent: -9999px;
    white-space: normal;
    min-width: 30px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 25px;
}
.navbar a[href*="vk.com"]:after, .navbar a[href*="dribbble.com"]:after, .navbar a[href*="facebook.com"]:after, .navbar a[href*="flickr.com"]:after, .navbar a[href*="foursquare.com"]:after, .navbar a[href*="plus.google.com"]:after, .navbar a[href*="instagram.com"]:after, .navbar a[href*="linkedin.com"]:after, .navbar a[href*="pinterest.com"]:after, .navbar a[href*="reddit.com"]:after, .navbar a[href*="tumblr.com"]:after, .navbar a[href*="twitter.com"]:after, .navbar a[href*="vimeo.com"]:after, .navbar a[href*="wordpress.com"]:after, .navbar a[href*="wordpress.org"]:after, .navbar a[href*="youtube.com"]:after, .navbar a[href*="mailto:"]:after, .navbar a[href*="twitch.tv"]:after, .navbar a[href$="/feed/"]:after {
    font-family: "Line Awesome Brands";
    text-indent: 0;
    display: block;
    float: left;
    position: relative;
    font-weight: 900;

}
.navbar a[href$="x.com"]:after{
    content: "";
    display: block;
    float: left;
    position: relative;
    text-indent: 0;
    background-image: url("data:image/svg+xml,%3Csvg class='the-icon' aria-labelledby='the-twitter-x-icon' role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717 l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339 l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    width: 12px;
    height: 12px;
    top: 4px;
}
.navbar a[href$="/feed/"]:after {
    font-family: "Line Awesome free";
    content: "\f09e";
    color: #ff9900;
}
.navbar a[href*="vk.com"]:after {
    content: "\f189";
    color: #4a76a8;
}
.navbar a[href*="twitch.tv"]:after {
    content: "\f1e8";
    color: #6441A5;
}
.navbar a[href*="mailto:"]:after {
    font-family: "Line Awesome free";
    content: "\f658";
    color: #484848;
}
.navbar a[href*="youtube.com"]:after {
    content: "\f167";
    color: #bb0000;
}
.navbar a[href*="wordpress.com"]:after, .navbar a[href*="wordpress.org"]:after {
    content: "\f19a";
    color: #0073aa;
}
.navbar a[href*="vimeo.com"]:after {
    content: "\f194";
    color: #aad450;
}
.navbar a[href*="tumblr.com"]:after {
    content: "\f173";
    color: #32506d;
}
.navbar a[href*="reddit.com"]:after {
    content: "\f281";
}
.navbar a[href*="twitter.com"]:after {
    content: "\f099";
    color: #00aced;
}
.navbar a[href*="dribbble.com"]:after {
    content: "\f17d";
    color: #ea4c89;
}
.navbar a[href*="facebook.com"]:after {
    content: "\f09a";
    color: #3b5998;
}
.navbar a[href*="flickr.com"]:after {
    content: "\f16e";
    color: #ff0084; 
}
.navbar a[href*="foursquare.com"]:after {
    content: "\f180";
    color: #0072b1; 
}
.navbar a[href*="instagram.com"]:after {
    content: "\f16d";
    color: #517fa4; 
}
.navbar a[href*="linkedin.com"]:after {
    content: "\f0e1";
    color: #007bb6; 
}
.navbar a[href*="pinterest.com"]:after {
    content: "\f231";
    color: #cb2027; 
}.la,.lab,.lad,.lal,.lar,.las{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.la-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.la-xs{font-size:.75em}.la-sm{font-size:.875em}.la-1x{font-size:1em}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-6x{font-size:6em}.la-7x{font-size:7em}.la-8x{font-size:8em}.la-9x{font-size:9em}.la-10x{font-size:10em}.la-fw{text-align:center;width:1.25em}.la-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.la-ul>li{position:relative}.la-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.la-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.la-pull-left{float:left}.la-pull-right{float:right}.la.la-pull-left,.lab.la-pull-left,.lal.la-pull-left,.lar.la-pull-left,.las.la-pull-left{margin-right:.3em}.la.la-pull-right,.lab.la-pull-right,.lal.la-pull-right,.lar.la-pull-right,.las.la-pull-right{margin-left:.3em}.la-spin{-webkit-animation:la-spin 2s infinite linear;animation:la-spin 2s infinite linear}.la-pulse{-webkit-animation:la-spin 1s infinite steps(8);animation:la-spin 1s infinite steps(8)}@-webkit-keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.la-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.la-flip-both,.la-flip-horizontal.la-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .la-flip-both,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{-webkit-filter:none;filter:none}.la-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.la-stack-1x,.la-stack-2x{left:0;position:absolute;text-align:center;width:100%}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f26e"}.la-accessible-icon:before{content:"\f368"}.la-accusoft:before{content:"\f369"}.la-acquisitions-incorporated:before{content:"\f6af"}.la-ad:before{content:"\f641"}.la-address-book:before{content:"\f2b9"}.la-address-card:before{content:"\f2bb"}.la-adjust:before{content:"\f042"}.la-adn:before{content:"\f170"}.la-adobe:before{content:"\f778"}.la-adversal:before{content:"\f36a"}.la-affiliatetheme:before{content:"\f36b"}.la-air-freshener:before{content:"\f5d0"}.la-airbnb:before{content:"\f834"}.la-algolia:before{content:"\f36c"}.la-align-center:before{content:"\f037"}.la-align-justify:before{content:"\f039"}.la-align-left:before{content:"\f036"}.la-align-right:before{content:"\f038"}.la-alipay:before{content:"\f642"}.la-allergies:before{content:"\f461"}.la-amazon:before{content:"\f270"}.la-amazon-pay:before{content:"\f42c"}.la-ambulance:before{content:"\f0f9"}.la-american-sign-language-interpreting:before{content:"\f2a3"}.la-amilia:before{content:"\f36d"}.la-anchor:before{content:"\f13d"}.la-android:before{content:"\f17b"}.la-angellist:before{content:"\f209"}.la-angle-double-down:before{content:"\f103"}.la-angle-double-left:before{content:"\f100"}.la-angle-double-right:before{content:"\f101"}.la-angle-double-up:before{content:"\f102"}.la-angle-down:before{content:"\f107"}.la-angle-left:before{content:"\f104"}.la-angle-right:before{content:"\f105"}.la-angle-up:before{content:"\f106"}.la-angry:before{content:"\f556"}.la-angrycreative:before{content:"\f36e"}.la-angular:before{content:"\f420"}.la-ankh:before{content:"\f644"}.la-app-store:before{content:"\f36f"}.la-app-store-ios:before{content:"\f370"}.la-apper:before{content:"\f371"}.la-apple:before{content:"\f179"}.la-apple-alt:before{content:"\f5d1"}.la-apple-pay:before{content:"\f415"}.la-archive:before{content:"\f187"}.la-archway:before{content:"\f557"}.la-arrow-alt-circle-down:before{content:"\f358"}.la-arrow-alt-circle-left:before{content:"\f359"}.la-arrow-alt-circle-right:before{content:"\f35a"}.la-arrow-alt-circle-up:before{content:"\f35b"}.la-arrow-circle-down:before{content:"\f0ab"}.la-arrow-circle-left:before{content:"\f0a8"}.la-arrow-circle-right:before{content:"\f0a9"}.la-arrow-circle-up:before{content:"\f0aa"}.la-arrow-down:before{content:"\f063"}.la-arrow-left:before{content:"\f060"}.la-arrow-right:before{content:"\f061"}.la-arrow-up:before{content:"\f062"}.la-arrows-alt:before{content:"\f0b2"}.la-arrows-alt-h:before{content:"\f337"}.la-arrows-alt-v:before{content:"\f338"}.la-artstation:before{content:"\f77a"}.la-assistive-listening-systems:before{content:"\f2a2"}.la-asterisk:before{content:"\f069"}.la-asymmetrik:before{content:"\f372"}.la-at:before{content:"\f1fa"}.la-atlas:before{content:"\f558"}.la-atlassian:before{content:"\f77b"}.la-atom:before{content:"\f5d2"}.la-audible:before{content:"\f373"}.la-audio-description:before{content:"\f29e"}.la-autoprefixer:before{content:"\f41c"}.la-avianex:before{content:"\f374"}.la-aviato:before{content:"\f421"}.la-award:before{content:"\f559"}.la-aws:before{content:"\f375"}.la-baby:before{content:"\f77c"}.la-baby-carriage:before{content:"\f77d"}.la-backspace:before{content:"\f55a"}.la-backward:before{content:"\f04a"}.la-bacon:before{content:"\f7e5"}.la-balance-scale:before{content:"\f24e"}.la-balance-scale-left:before{content:"\f515"}.la-balance-scale-right:before{content:"\f516"}.la-ban:before{content:"\f05e"}.la-band-aid:before{content:"\f462"}.la-bandcamp:before{content:"\f2d5"}.la-barcode:before{content:"\f02a"}.la-bars:before{content:"\f0c9"}.la-baseball-ball:before{content:"\f433"}.la-basketball-ball:before{content:"\f434"}.la-bath:before{content:"\f2cd"}.la-battery-empty:before{content:"\f244"}.la-battery-full:before{content:"\f240"}.la-battery-half:before{content:"\f242"}.la-battery-quarter:before{content:"\f243"}.la-battery-three-quarters:before{content:"\f241"}.la-battle-net:before{content:"\f835"}.la-bed:before{content:"\f236"}.la-beer:before{content:"\f0fc"}.la-behance:before{content:"\f1b4"}.la-behance-square:before{content:"\f1b5"}.la-bell:before{content:"\f0f3"}.la-bell-slash:before{content:"\f1f6"}.la-bezier-curve:before{content:"\f55b"}.la-bible:before{content:"\f647"}.la-bicycle:before{content:"\f206"}.la-biking:before{content:"\f84a"}.la-bimobject:before{content:"\f378"}.la-binoculars:before{content:"\f1e5"}.la-biohazard:before{content:"\f780"}.la-birthday-cake:before{content:"\f1fd"}.la-bitbucket:before{content:"\f171"}.la-bitcoin:before{content:"\f379"}.la-bity:before{content:"\f37a"}.la-black-tie:before{content:"\f27e"}.la-blackberry:before{content:"\f37b"}.la-blender:before{content:"\f517"}.la-blender-phone:before{content:"\f6b6"}.la-blind:before{content:"\f29d"}.la-blog:before{content:"\f781"}.la-blogger:before{content:"\f37c"}.la-blogger-b:before{content:"\f37d"}.la-bluetooth:before{content:"\f293"}.la-bluetooth-b:before{content:"\f294"}.la-bold:before{content:"\f032"}.la-bolt:before{content:"\f0e7"}.la-bomb:before{content:"\f1e2"}.la-bone:before{content:"\f5d7"}.la-bong:before{content:"\f55c"}.la-book:before{content:"\f02d"}.la-book-dead:before{content:"\f6b7"}.la-book-medical:before{content:"\f7e6"}.la-book-open:before{content:"\f518"}.la-book-reader:before{content:"\f5da"}.la-bookmark:before{content:"\f02e"}.la-bootstrap:before{content:"\f836"}.la-border-all:before{content:"\f84c"}.la-border-none:before{content:"\f850"}.la-border-style:before{content:"\f853"}.la-bowling-ball:before{content:"\f436"}.la-box:before{content:"\f466"}.la-box-open:before{content:"\f49e"}.la-boxes:before{content:"\f468"}.la-braille:before{content:"\f2a1"}.la-brain:before{content:"\f5dc"}.la-bread-slice:before{content:"\f7ec"}.la-briefcase:before{content:"\f0b1"}.la-briefcase-medical:before{content:"\f469"}.la-broadcast-tower:before{content:"\f519"}.la-broom:before{content:"\f51a"}.la-brush:before{content:"\f55d"}.la-btc:before{content:"\f15a"}.la-buffer:before{content:"\f837"}.la-bug:before{content:"\f188"}.la-building:before{content:"\f1ad"}.la-bullhorn:before{content:"\f0a1"}.la-bullseye:before{content:"\f140"}.la-burn:before{content:"\f46a"}.la-buromobelexperte:before{content:"\f37f"}.la-bus:before{content:"\f207"}.la-bus-alt:before{content:"\f55e"}.la-business-time:before{content:"\f64a"}.la-buy-n-large:before{content:"\f8a6"}.la-buysellads:before{content:"\f20d"}.la-calculator:before{content:"\f1ec"}.la-calendar:before{content:"\f133"}.la-calendar-alt:before{content:"\f073"}.la-calendar-check:before{content:"\f274"}.la-calendar-day:before{content:"\f783"}.la-calendar-minus:before{content:"\f272"}.la-calendar-plus:before{content:"\f271"}.la-calendar-times:before{content:"\f273"}.la-calendar-week:before{content:"\f784"}.la-camera:before{content:"\f030"}.la-camera-retro:before{content:"\f083"}.la-campground:before{content:"\f6bb"}.la-canadian-maple-leaf:before{content:"\f785"}.la-candy-cane:before{content:"\f786"}.la-cannabis:before{content:"\f55f"}.la-capsules:before{content:"\f46b"}.la-car:before{content:"\f1b9"}.la-car-alt:before{content:"\f5de"}.la-car-battery:before{content:"\f5df"}.la-car-crash:before{content:"\f5e1"}.la-car-side:before{content:"\f5e4"}.la-caret-down:before{content:"\f0d7"}.la-caret-left:before{content:"\f0d9"}.la-caret-right:before{content:"\f0da"}.la-caret-square-down:before{content:"\f150"}.la-caret-square-left:before{content:"\f191"}.la-caret-square-right:before{content:"\f152"}.la-caret-square-up:before{content:"\f151"}.la-caret-up:before{content:"\f0d8"}.la-carrot:before{content:"\f787"}.la-cart-arrow-down:before{content:"\f218"}.la-cart-plus:before{content:"\f217"}.la-cash-register:before{content:"\f788"}.la-cat:before{content:"\f6be"}.la-cc-amazon-pay:before{content:"\f42d"}.la-cc-amex:before{content:"\f1f3"}.la-cc-apple-pay:before{content:"\f416"}.la-cc-diners-club:before{content:"\f24c"}.la-cc-discover:before{content:"\f1f2"}.la-cc-jcb:before{content:"\f24b"}.la-cc-mastercard:before{content:"\f1f1"}.la-cc-paypal:before{content:"\f1f4"}.la-cc-stripe:before{content:"\f1f5"}.la-cc-visa:before{content:"\f1f0"}.la-centercode:before{content:"\f380"}.la-centos:before{content:"\f789"}.la-certificate:before{content:"\f0a3"}.la-chair:before{content:"\f6c0"}.la-chalkboard:before{content:"\f51b"}.la-chalkboard-teacher:before{content:"\f51c"}.la-charging-station:before{content:"\f5e7"}.la-chart-area:before{content:"\f1fe"}.la-chart-bar:before{content:"\f080"}.la-chart-line:before{content:"\f201"}.la-chart-pie:before{content:"\f200"}.la-check:before{content:"\f00c"}.la-check-circle:before{content:"\f058"}.la-check-double:before{content:"\f560"}.la-check-square:before{content:"\f14a"}.la-cheese:before{content:"\f7ef"}.la-chess:before{content:"\f439"}.la-chess-bishop:before{content:"\f43a"}.la-chess-board:before{content:"\f43c"}.la-chess-king:before{content:"\f43f"}.la-chess-knight:before{content:"\f441"}.la-chess-pawn:before{content:"\f443"}.la-chess-queen:before{content:"\f445"}.la-chess-rook:before{content:"\f447"}.la-chevron-circle-down:before{content:"\f13a"}.la-chevron-circle-left:before{content:"\f137"}.la-chevron-circle-right:before{content:"\f138"}.la-chevron-circle-up:before{content:"\f139"}.la-chevron-down:before{content:"\f078"}.la-chevron-left:before{content:"\f053"}.la-chevron-right:before{content:"\f054"}.la-chevron-up:before{content:"\f077"}.la-child:before{content:"\f1ae"}.la-chrome:before{content:"\f268"}.la-chromecast:before{content:"\f838"}.la-church:before{content:"\f51d"}.la-circle:before{content:"\f111"}.la-circle-notch:before{content:"\f1ce"}.la-city:before{content:"\f64f"}.la-clinic-medical:before{content:"\f7f2"}.la-clipboard:before{content:"\f328"}.la-clipboard-check:before{content:"\f46c"}.la-clipboard-list:before{content:"\f46d"}.la-clock:before{content:"\f017"}.la-clone:before{content:"\f24d"}.la-closed-captioning:before{content:"\f20a"}.la-cloud:before{content:"\f0c2"}.la-cloud-download-alt:before{content:"\f381"}.la-cloud-meatball:before{content:"\f73b"}.la-cloud-moon:before{content:"\f6c3"}.la-cloud-moon-rain:before{content:"\f73c"}.la-cloud-rain:before{content:"\f73d"}.la-cloud-showers-heavy:before{content:"\f740"}.la-cloud-sun:before{content:"\f6c4"}.la-cloud-sun-rain:before{content:"\f743"}.la-cloud-upload-alt:before{content:"\f382"}.la-cloudscale:before{content:"\f383"}.la-cloudsmith:before{content:"\f384"}.la-cloudversify:before{content:"\f385"}.la-cocktail:before{content:"\f561"}.la-code:before{content:"\f121"}.la-code-branch:before{content:"\f126"}.la-codepen:before{content:"\f1cb"}.la-codiepie:before{content:"\f284"}.la-coffee:before{content:"\f0f4"}.la-cog:before{content:"\f013"}.la-cogs:before{content:"\f085"}.la-coins:before{content:"\f51e"}.la-columns:before{content:"\f0db"}.la-comment:before{content:"\f075"}.la-comment-alt:before{content:"\f27a"}.la-comment-dollar:before{content:"\f651"}.la-comment-dots:before{content:"\f4ad"}.la-comment-medical:before{content:"\f7f5"}.la-comment-slash:before{content:"\f4b3"}.la-comments:before{content:"\f086"}.la-comments-dollar:before{content:"\f653"}.la-compact-disc:before{content:"\f51f"}.la-compass:before{content:"\f14e"}.la-compress:before{content:"\f066"}.la-compress-arrows-alt:before{content:"\f78c"}.la-concierge-bell:before{content:"\f562"}.la-confluence:before{content:"\f78d"}.la-connectdevelop:before{content:"\f20e"}.la-contao:before{content:"\f26d"}.la-cookie:before{content:"\f563"}.la-cookie-bite:before{content:"\f564"}.la-copy:before{content:"\f0c5"}.la-copyright:before{content:"\f1f9"}.la-cotton-bureau:before{content:"\f89e"}.la-couch:before{content:"\f4b8"}.la-cpanel:before{content:"\f388"}.la-creative-commons:before{content:"\f25e"}.la-creative-commons-by:before{content:"\f4e7"}.la-creative-commons-nc:before{content:"\f4e8"}.la-creative-commons-nc-eu:before{content:"\f4e9"}.la-creative-commons-nc-jp:before{content:"\f4ea"}.la-creative-commons-nd:before{content:"\f4eb"}.la-creative-commons-pd:before{content:"\f4ec"}.la-creative-commons-pd-alt:before{content:"\f4ed"}.la-creative-commons-remix:before{content:"\f4ee"}.la-creative-commons-sa:before{content:"\f4ef"}.la-creative-commons-sampling:before{content:"\f4f0"}.la-creative-commons-sampling-plus:before{content:"\f4f1"}.la-creative-commons-share:before{content:"\f4f2"}.la-creative-commons-zero:before{content:"\f4f3"}.la-credit-card:before{content:"\f09d"}.la-critical-role:before{content:"\f6c9"}.la-crop:before{content:"\f125"}.la-crop-alt:before{content:"\f565"}.la-cross:before{content:"\f654"}.la-crosshairs:before{content:"\f05b"}.la-crow:before{content:"\f520"}.la-crown:before{content:"\f521"}.la-crutch:before{content:"\f7f7"}.la-css3:before{content:"\f13c"}.la-css3-alt:before{content:"\f38b"}.la-cube:before{content:"\f1b2"}.la-cubes:before{content:"\f1b3"}.la-cut:before{content:"\f0c4"}.la-cuttlefish:before{content:"\f38c"}.la-d-and-d:before{content:"\f38d"}.la-d-and-d-beyond:before{content:"\f6ca"}.la-dashcube:before{content:"\f210"}.la-database:before{content:"\f1c0"}.la-deaf:before{content:"\f2a4"}.la-delicious:before{content:"\f1a5"}.la-democrat:before{content:"\f747"}.la-deploydog:before{content:"\f38e"}.la-deskpro:before{content:"\f38f"}.la-desktop:before{content:"\f108"}.la-dev:before{content:"\f6cc"}.la-deviantart:before{content:"\f1bd"}.la-dharmachakra:before{content:"\f655"}.la-dhl:before{content:"\f790"}.la-diagnoses:before{content:"\f470"}.la-diaspora:before{content:"\f791"}.la-dice:before{content:"\f522"}.la-dice-d20:before{content:"\f6cf"}.la-dice-d6:before{content:"\f6d1"}.la-dice-five:before{content:"\f523"}.la-dice-four:before{content:"\f524"}.la-dice-one:before{content:"\f525"}.la-dice-six:before{content:"\f526"}.la-dice-three:before{content:"\f527"}.la-dice-two:before{content:"\f528"}.la-digg:before{content:"\f1a6"}.la-digital-ocean:before{content:"\f391"}.la-digital-tachograph:before{content:"\f566"}.la-directions:before{content:"\f5eb"}.la-discord:before{content:"\f392"}.la-discourse:before{content:"\f393"}.la-divide:before{content:"\f529"}.la-dizzy:before{content:"\f567"}.la-dna:before{content:"\f471"}.la-dochub:before{content:"\f394"}.la-docker:before{content:"\f395"}.la-dog:before{content:"\f6d3"}.la-dollar-sign:before{content:"\f155"}.la-dolly:before{content:"\f472"}.la-dolly-flatbed:before{content:"\f474"}.la-donate:before{content:"\f4b9"}.la-door-closed:before{content:"\f52a"}.la-door-open:before{content:"\f52b"}.la-dot-circle:before{content:"\f192"}.la-dove:before{content:"\f4ba"}.la-download:before{content:"\f019"}.la-draft2digital:before{content:"\f396"}.la-drafting-compass:before{content:"\f568"}.la-dragon:before{content:"\f6d5"}.la-draw-polygon:before{content:"\f5ee"}.la-dribbble:before{content:"\f17d"}.la-dribbble-square:before{content:"\f397"}.la-dropbox:before{content:"\f16b"}.la-drum:before{content:"\f569"}.la-drum-steelpan:before{content:"\f56a"}.la-drumstick-bite:before{content:"\f6d7"}.la-drupal:before{content:"\f1a9"}.la-dumbbell:before{content:"\f44b"}.la-dumpster:before{content:"\f793"}.la-dumpster-fire:before{content:"\f794"}.la-dungeon:before{content:"\f6d9"}.la-dyalog:before{content:"\f399"}.la-earlybirds:before{content:"\f39a"}.la-ebay:before{content:"\f4f4"}.la-edge:before{content:"\f282"}.la-edit:before{content:"\f044"}.la-egg:before{content:"\f7fb"}.la-eject:before{content:"\f052"}.la-elementor:before{content:"\f430"}.la-ellipsis-h:before{content:"\f141"}.la-ellipsis-v:before{content:"\f142"}.la-ello:before{content:"\f5f1"}.la-ember:before{content:"\f423"}.la-empire:before{content:"\f1d1"}.la-envelope:before{content:"\f0e0"}.la-envelope-open:before{content:"\f2b6"}.la-envelope-open-text:before{content:"\f658"}.la-envelope-square:before{content:"\f199"}.la-envira:before{content:"\f299"}.la-equals:before{content:"\f52c"}.la-eraser:before{content:"\f12d"}.la-erlang:before{content:"\f39d"}.la-ethereum:before{content:"\f42e"}.la-ethernet:before{content:"\f796"}.la-etsy:before{content:"\f2d7"}.la-euro-sign:before{content:"\f153"}.la-evernote:before{content:"\f839"}.la-exchange-alt:before{content:"\f362"}.la-exclamation:before{content:"\f12a"}.la-exclamation-circle:before{content:"\f06a"}.la-exclamation-triangle:before{content:"\f071"}.la-expand:before{content:"\f065"}.la-expand-arrows-alt:before{content:"\f31e"}.la-expeditedssl:before{content:"\f23e"}.la-external-link-alt:before{content:"\f35d"}.la-external-link-square-alt:before{content:"\f360"}.la-eye:before{content:"\f06e"}.la-eye-dropper:before{content:"\f1fb"}.la-eye-slash:before{content:"\f070"}.la-facebook:before{content:"\f09a"}.la-facebook-f:before{content:"\f39e"}.la-facebook-messenger:before{content:"\f39f"}.la-facebook-square:before{content:"\f082"}.la-fan:before{content:"\f863"}.la-fantasy-flight-games:before{content:"\f6dc"}.la-fast-backward:before{content:"\f049"}.la-fast-forward:before{content:"\f050"}.la-fax:before{content:"\f1ac"}.la-feather:before{content:"\f52d"}.la-feather-alt:before{content:"\f56b"}.la-fedex:before{content:"\f797"}.la-fedora:before{content:"\f798"}.la-female:before{content:"\f182"}.la-fighter-jet:before{content:"\f0fb"}.la-figma:before{content:"\f799"}.la-file:before{content:"\f15b"}.la-file-alt:before{content:"\f15c"}.la-file-archive:before{content:"\f1c6"}.la-file-audio:before{content:"\f1c7"}.la-file-code:before{content:"\f1c9"}.la-file-contract:before{content:"\f56c"}.la-file-csv:before{content:"\f6dd"}.la-file-download:before{content:"\f56d"}.la-file-excel:before{content:"\f1c3"}.la-file-export:before{content:"\f56e"}.la-file-image:before{content:"\f1c5"}.la-file-import:before{content:"\f56f"}.la-file-invoice:before{content:"\f570"}.la-file-invoice-dollar:before{content:"\f571"}.la-file-medical:before{content:"\f477"}.la-file-medical-alt:before{content:"\f478"}.la-file-pdf:before{content:"\f1c1"}.la-file-powerpoint:before{content:"\f1c4"}.la-file-prescription:before{content:"\f572"}.la-file-signature:before{content:"\f573"}.la-file-upload:before{content:"\f574"}.la-file-video:before{content:"\f1c8"}.la-file-word:before{content:"\f1c2"}.la-fill:before{content:"\f575"}.la-fill-drip:before{content:"\f576"}.la-film:before{content:"\f008"}.la-filter:before{content:"\f0b0"}.la-fingerprint:before{content:"\f577"}.la-fire:before{content:"\f06d"}.la-fire-alt:before{content:"\f7e4"}.la-fire-extinguisher:before{content:"\f134"}.la-firefox:before{content:"\f269"}.la-first-aid:before{content:"\f479"}.la-first-order:before{content:"\f2b0"}.la-first-order-alt:before{content:"\f50a"}.la-firstdraft:before{content:"\f3a1"}.la-fish:before{content:"\f578"}.la-fist-raised:before{content:"\f6de"}.la-flag:before{content:"\f024"}.la-flag-checkered:before{content:"\f11e"}.la-flag-usa:before{content:"\f74d"}.la-flask:before{content:"\f0c3"}.la-flickr:before{content:"\f16e"}.la-flipboard:before{content:"\f44d"}.la-flushed:before{content:"\f579"}.la-fly:before{content:"\f417"}.la-folder:before{content:"\f07b"}.la-folder-minus:before{content:"\f65d"}.la-folder-open:before{content:"\f07c"}.la-folder-plus:before{content:"\f65e"}.la-font:before{content:"\f031"}.la-font-awesome:before{content:"\f2b4"}.la-font-awesome-alt:before{content:"\f35c"}.la-font-awesome-flag:before{content:"\f425"}.la-font-awesome-logo-full:before{content:"\f4e6"}.la-fonticons:before{content:"\f280"}.la-fonticons-fi:before{content:"\f3a2"}.la-football-ball:before{content:"\f44e"}.la-fort-awesome:before{content:"\f286"}.la-fort-awesome-alt:before{content:"\f3a3"}.la-forumbee:before{content:"\f211"}.la-forward:before{content:"\f04e"}.la-foursquare:before{content:"\f180"}.la-free-code-camp:before{content:"\f2c5"}.la-freebsd:before{content:"\f3a4"}.la-frog:before{content:"\f52e"}.la-frown:before{content:"\f119"}.la-frown-open:before{content:"\f57a"}.la-fulcrum:before{content:"\f50b"}.la-funnel-dollar:before{content:"\f662"}.la-futbol:before{content:"\f1e3"}.la-galactic-republic:before{content:"\f50c"}.la-galactic-senate:before{content:"\f50d"}.la-gamepad:before{content:"\f11b"}.la-gas-pump:before{content:"\f52f"}.la-gavel:before{content:"\f0e3"}.la-gem:before{content:"\f3a5"}.la-genderless:before{content:"\f22d"}.la-get-pocket:before{content:"\f265"}.la-gg:before{content:"\f260"}.la-gg-circle:before{content:"\f261"}.la-ghost:before{content:"\f6e2"}.la-gift:before{content:"\f06b"}.la-gifts:before{content:"\f79c"}.la-git:before{content:"\f1d3"}.la-git-alt:before{content:"\f841"}.la-git-square:before{content:"\f1d2"}.la-github:before{content:"\f09b"}.la-github-alt:before{content:"\f113"}.la-github-square:before{content:"\f092"}.la-gitkraken:before{content:"\f3a6"}.la-gitlab:before{content:"\f296"}.la-gitter:before{content:"\f426"}.la-glass-cheers:before{content:"\f79f"}.la-glass-martini:before{content:"\f000"}.la-glass-martini-alt:before{content:"\f57b"}.la-glass-whiskey:before{content:"\f7a0"}.la-glasses:before{content:"\f530"}.la-glide:before{content:"\f2a5"}.la-glide-g:before{content:"\f2a6"}.la-globe:before{content:"\f0ac"}.la-globe-africa:before{content:"\f57c"}.la-globe-americas:before{content:"\f57d"}.la-globe-asia:before{content:"\f57e"}.la-globe-europe:before{content:"\f7a2"}.la-gofore:before{content:"\f3a7"}.la-golf-ball:before{content:"\f450"}.la-goodreads:before{content:"\f3a8"}.la-goodreads-g:before{content:"\f3a9"}.la-google:before{content:"\f1a0"}.la-google-drive:before{content:"\f3aa"}.la-google-play:before{content:"\f3ab"}.la-google-plus:before{content:"\f2b3"}.la-google-plus-g:before{content:"\f0d5"}.la-google-plus-square:before{content:"\f0d4"}.la-google-wallet:before{content:"\f1ee"}.la-gopuram:before{content:"\f664"}.la-graduation-cap:before{content:"\f19d"}.la-gratipay:before{content:"\f184"}.la-grav:before{content:"\f2d6"}.la-greater-than:before{content:"\f531"}.la-greater-than-equal:before{content:"\f532"}.la-grimace:before{content:"\f57f"}.la-grin:before{content:"\f580"}.la-grin-alt:before{content:"\f581"}.la-grin-beam:before{content:"\f582"}.la-grin-beam-sweat:before{content:"\f583"}.la-grin-hearts:before{content:"\f584"}.la-grin-squint:before{content:"\f585"}.la-grin-squint-tears:before{content:"\f586"}.la-grin-stars:before{content:"\f587"}.la-grin-tears:before{content:"\f588"}.la-grin-tongue:before{content:"\f589"}.la-grin-tongue-squint:before{content:"\f58a"}.la-grin-tongue-wink:before{content:"\f58b"}.la-grin-wink:before{content:"\f58c"}.la-grip-horizontal:before{content:"\f58d"}.la-grip-lines:before{content:"\f7a4"}.la-grip-lines-vertical:before{content:"\f7a5"}.la-grip-vertical:before{content:"\f58e"}.la-gripfire:before{content:"\f3ac"}.la-grunt:before{content:"\f3ad"}.la-guitar:before{content:"\f7a6"}.la-gulp:before{content:"\f3ae"}.la-h-square:before{content:"\f0fd"}.la-hacker-news:before{content:"\f1d4"}.la-hacker-news-square:before{content:"\f3af"}.la-hackerrank:before{content:"\f5f7"}.la-hamburger:before{content:"\f805"}.la-hammer:before{content:"\f6e3"}.la-hamsa:before{content:"\f665"}.la-hand-holding:before{content:"\f4bd"}.la-hand-holding-heart:before{content:"\f4be"}.la-hand-holding-usd:before{content:"\f4c0"}.la-hand-lizard:before{content:"\f258"}.la-hand-middle-finger:before{content:"\f806"}.la-hand-paper:before{content:"\f256"}.la-hand-peace:before{content:"\f25b"}.la-hand-point-down:before{content:"\f0a7"}.la-hand-point-left:before{content:"\f0a5"}.la-hand-point-right:before{content:"\f0a4"}.la-hand-point-up:before{content:"\f0a6"}.la-hand-pointer:before{content:"\f25a"}.la-hand-rock:before{content:"\f255"}.la-hand-scissors:before{content:"\f257"}.la-hand-spock:before{content:"\f259"}.la-hands:before{content:"\f4c2"}.la-hands-helping:before{content:"\f4c4"}.la-handshake:before{content:"\f2b5"}.la-hanukiah:before{content:"\f6e6"}.la-hard-hat:before{content:"\f807"}.la-hashtag:before{content:"\f292"}.la-hat-cowboy:before{content:"\f8c0"}.la-hat-cowboy-side:before{content:"\f8c1"}.la-hat-wizard:before{content:"\f6e8"}.la-haykal:before{content:"\f666"}.la-hdd:before{content:"\f0a0"}.la-heading:before{content:"\f1dc"}.la-headphones:before{content:"\f025"}.la-headphones-alt:before{content:"\f58f"}.la-headset:before{content:"\f590"}.la-heart:before{content:"\f004"}.la-heart-broken:before{content:"\f7a9"}.la-heartbeat:before{content:"\f21e"}.la-helicopter:before{content:"\f533"}.la-highlighter:before{content:"\f591"}.la-hiking:before{content:"\f6ec"}.la-hippo:before{content:"\f6ed"}.la-hips:before{content:"\f452"}.la-hire-a-helper:before{content:"\f3b0"}.la-history:before{content:"\f1da"}.la-hockey-puck:before{content:"\f453"}.la-holly-berry:before{content:"\f7aa"}.la-home:before{content:"\f015"}.la-hooli:before{content:"\f427"}.la-hornbill:before{content:"\f592"}.la-horse:before{content:"\f6f0"}.la-horse-head:before{content:"\f7ab"}.la-hospital:before{content:"\f0f8"}.la-hospital-alt:before{content:"\f47d"}.la-hospital-symbol:before{content:"\f47e"}.la-hot-tub:before{content:"\f593"}.la-hotdog:before{content:"\f80f"}.la-hotel:before{content:"\f594"}.la-hotjar:before{content:"\f3b1"}.la-hourglass:before{content:"\f254"}.la-hourglass-end:before{content:"\f253"}.la-hourglass-half:before{content:"\f252"}.la-hourglass-start:before{content:"\f251"}.la-house-damage:before{content:"\f6f1"}.la-houzz:before{content:"\f27c"}.la-hryvnia:before{content:"\f6f2"}.la-html5:before{content:"\f13b"}.la-hubspot:before{content:"\f3b2"}.la-i-cursor:before{content:"\f246"}.la-ice-cream:before{content:"\f810"}.la-icicles:before{content:"\f7ad"}.la-icons:before{content:"\f86d"}.la-id-badge:before{content:"\f2c1"}.la-id-card:before{content:"\f2c2"}.la-id-card-alt:before{content:"\f47f"}.la-igloo:before{content:"\f7ae"}.la-image:before{content:"\f03e"}.la-images:before{content:"\f302"}.la-imdb:before{content:"\f2d8"}.la-inbox:before{content:"\f01c"}.la-indent:before{content:"\f03c"}.la-industry:before{content:"\f275"}.la-infinity:before{content:"\f534"}.la-info:before{content:"\f129"}.la-info-circle:before{content:"\f05a"}.la-instagram:before{content:"\f16d"}.la-intercom:before{content:"\f7af"}.la-internet-explorer:before{content:"\f26b"}.la-invision:before{content:"\f7b0"}.la-ioxhost:before{content:"\f208"}.la-italic:before{content:"\f033"}.la-itch-io:before{content:"\f83a"}.la-itunes:before{content:"\f3b4"}.la-itunes-note:before{content:"\f3b5"}.la-java:before{content:"\f4e4"}.la-jedi:before{content:"\f669"}.la-jedi-order:before{content:"\f50e"}.la-jenkins:before{content:"\f3b6"}.la-jira:before{content:"\f7b1"}.la-joget:before{content:"\f3b7"}.la-joint:before{content:"\f595"}.la-joomla:before{content:"\f1aa"}.la-journal-whills:before{content:"\f66a"}.la-js:before{content:"\f3b8"}.la-js-square:before{content:"\f3b9"}.la-jsfiddle:before{content:"\f1cc"}.la-kaaba:before{content:"\f66b"}.la-kaggle:before{content:"\f5fa"}.la-key:before{content:"\f084"}.la-keybase:before{content:"\f4f5"}.la-keyboard:before{content:"\f11c"}.la-keycdn:before{content:"\f3ba"}.la-khanda:before{content:"\f66d"}.la-kickstarter:before{content:"\f3bb"}.la-kickstarter-k:before{content:"\f3bc"}.la-kiss:before{content:"\f596"}.la-kiss-beam:before{content:"\f597"}.la-kiss-wink-heart:before{content:"\f598"}.la-kiwi-bird:before{content:"\f535"}.la-korvue:before{content:"\f42f"}.la-landmark:before{content:"\f66f"}.la-language:before{content:"\f1ab"}.la-laptop:before{content:"\f109"}.la-laptop-code:before{content:"\f5fc"}.la-laptop-medical:before{content:"\f812"}.la-laravel:before{content:"\f3bd"}.la-lastfm:before{content:"\f202"}.la-lastfm-square:before{content:"\f203"}.la-laugh:before{content:"\f599"}.la-laugh-beam:before{content:"\f59a"}.la-laugh-squint:before{content:"\f59b"}.la-laugh-wink:before{content:"\f59c"}.la-layer-group:before{content:"\f5fd"}.la-leaf:before{content:"\f06c"}.la-leanpub:before{content:"\f212"}.la-lemon:before{content:"\f094"}.la-less:before{content:"\f41d"}.la-less-than:before{content:"\f536"}.la-less-than-equal:before{content:"\f537"}.la-level-down-alt:before{content:"\f3be"}.la-level-up-alt:before{content:"\f3bf"}.la-life-ring:before{content:"\f1cd"}.la-lightbulb:before{content:"\f0eb"}.la-line:before{content:"\f3c0"}.la-link:before{content:"\f0c1"}.la-linkedin:before{content:"\f08c"}.la-linkedin-in:before{content:"\f0e1"}.la-linode:before{content:"\f2b8"}.la-linux:before{content:"\f17c"}.la-lira-sign:before{content:"\f195"}.la-list:before{content:"\f03a"}.la-list-alt:before{content:"\f022"}.la-list-ol:before{content:"\f0cb"}.la-list-ul:before{content:"\f0ca"}.la-location-arrow:before{content:"\f124"}.la-lock:before{content:"\f023"}.la-lock-open:before{content:"\f3c1"}.la-long-arrow-alt-down:before{content:"\f309"}.la-long-arrow-alt-left:before{content:"\f30a"}.la-long-arrow-alt-right:before{content:"\f30b"}.la-long-arrow-alt-up:before{content:"\f30c"}.la-low-vision:before{content:"\f2a8"}.la-luggage-cart:before{content:"\f59d"}.la-lyft:before{content:"\f3c3"}.la-magento:before{content:"\f3c4"}.la-magic:before{content:"\f0d0"}.la-magnet:before{content:"\f076"}.la-mail-bulk:before{content:"\f674"}.la-mailchimp:before{content:"\f59e"}.la-male:before{content:"\f183"}.la-mandalorian:before{content:"\f50f"}.la-map:before{content:"\f279"}.la-map-marked:before{content:"\f59f"}.la-map-marked-alt:before{content:"\f5a0"}.la-map-marker:before{content:"\f041"}.la-map-marker-alt:before{content:"\f3c5"}.la-map-pin:before{content:"\f276"}.la-map-signs:before{content:"\f277"}.la-markdown:before{content:"\f60f"}.la-marker:before{content:"\f5a1"}.la-mars:before{content:"\f222"}.la-mars-double:before{content:"\f227"}.la-mars-stroke:before{content:"\f229"}.la-mars-stroke-h:before{content:"\f22b"}.la-mars-stroke-v:before{content:"\f22a"}.la-mask:before{content:"\f6fa"}.la-mastodon:before{content:"\f4f6"}.la-maxcdn:before{content:"\f136"}.la-mdb:before{content:"\f8ca"}.la-medal:before{content:"\f5a2"}.la-medapps:before{content:"\f3c6"}.la-medium:before{content:"\f23a"}.la-medium-m:before{content:"\f3c7"}.la-medkit:before{content:"\f0fa"}.la-medrt:before{content:"\f3c8"}.la-meetup:before{content:"\f2e0"}.la-megaport:before{content:"\f5a3"}.la-meh:before{content:"\f11a"}.la-meh-blank:before{content:"\f5a4"}.la-meh-rolling-eyes:before{content:"\f5a5"}.la-memory:before{content:"\f538"}.la-mendeley:before{content:"\f7b3"}.la-menorah:before{content:"\f676"}.la-mercury:before{content:"\f223"}.la-meteor:before{content:"\f753"}.la-microchip:before{content:"\f2db"}.la-microphone:before{content:"\f130"}.la-microphone-alt:before{content:"\f3c9"}.la-microphone-alt-slash:before{content:"\f539"}.la-microphone-slash:before{content:"\f131"}.la-microscope:before{content:"\f610"}.la-microsoft:before{content:"\f3ca"}.la-minus:before{content:"\f068"}.la-minus-circle:before{content:"\f056"}.la-minus-square:before{content:"\f146"}.la-mitten:before{content:"\f7b5"}.la-mix:before{content:"\f3cb"}.la-mixcloud:before{content:"\f289"}.la-mizuni:before{content:"\f3cc"}.la-mobile:before{content:"\f10b"}.la-mobile-alt:before{content:"\f3cd"}.la-modx:before{content:"\f285"}.la-monero:before{content:"\f3d0"}.la-money-bill:before{content:"\f0d6"}.la-money-bill-alt:before{content:"\f3d1"}.la-money-bill-wave:before{content:"\f53a"}.la-money-bill-wave-alt:before{content:"\f53b"}.la-money-check:before{content:"\f53c"}.la-money-check-alt:before{content:"\f53d"}.la-monument:before{content:"\f5a6"}.la-moon:before{content:"\f186"}.la-mortar-pestle:before{content:"\f5a7"}.la-mosque:before{content:"\f678"}.la-motorcycle:before{content:"\f21c"}.la-mountain:before{content:"\f6fc"}.la-mouse:before{content:"\f8cc"}.la-mouse-pointer:before{content:"\f245"}.la-mug-hot:before{content:"\f7b6"}.la-music:before{content:"\f001"}.la-napster:before{content:"\f3d2"}.la-neos:before{content:"\f612"}.la-network-wired:before{content:"\f6ff"}.la-neuter:before{content:"\f22c"}.la-newspaper:before{content:"\f1ea"}.la-nimblr:before{content:"\f5a8"}.la-node:before{content:"\f419"}.la-node-js:before{content:"\f3d3"}.la-not-equal:before{content:"\f53e"}.la-notes-medical:before{content:"\f481"}.la-npm:before{content:"\f3d4"}.la-ns8:before{content:"\f3d5"}.la-nutritionix:before{content:"\f3d6"}.la-object-group:before{content:"\f247"}.la-object-ungroup:before{content:"\f248"}.la-odnoklassniki:before{content:"\f263"}.la-odnoklassniki-square:before{content:"\f264"}.la-oil-can:before{content:"\f613"}.la-old-republic:before{content:"\f510"}.la-om:before{content:"\f679"}.la-opencart:before{content:"\f23d"}.la-openid:before{content:"\f19b"}.la-opera:before{content:"\f26a"}.la-optin-monster:before{content:"\f23c"}.la-orcid:before{content:"\f8d2"}.la-osi:before{content:"\f41a"}.la-otter:before{content:"\f700"}.la-outdent:before{content:"\f03b"}.la-page4:before{content:"\f3d7"}.la-pagelines:before{content:"\f18c"}.la-pager:before{content:"\f815"}.la-paint-brush:before{content:"\f1fc"}.la-paint-roller:before{content:"\f5aa"}.la-palette:before{content:"\f53f"}.la-palfed:before{content:"\f3d8"}.la-pallet:before{content:"\f482"}.la-paper-plane:before{content:"\f1d8"}.la-paperclip:before{content:"\f0c6"}.la-parachute-box:before{content:"\f4cd"}.la-paragraph:before{content:"\f1dd"}.la-parking:before{content:"\f540"}.la-passport:before{content:"\f5ab"}.la-pastafarianism:before{content:"\f67b"}.la-paste:before{content:"\f0ea"}.la-patreon:before{content:"\f3d9"}.la-pause:before{content:"\f04c"}.la-pause-circle:before{content:"\f28b"}.la-paw:before{content:"\f1b0"}.la-paypal:before{content:"\f1ed"}.la-peace:before{content:"\f67c"}.la-pen:before{content:"\f304"}.la-pen-alt:before{content:"\f305"}.la-pen-fancy:before{content:"\f5ac"}.la-pen-nib:before{content:"\f5ad"}.la-pen-square:before{content:"\f14b"}.la-pencil-alt:before{content:"\f303"}.la-pencil-ruler:before{content:"\f5ae"}.la-penny-arcade:before{content:"\f704"}.la-people-carry:before{content:"\f4ce"}.la-pepper-hot:before{content:"\f816"}.la-percent:before{content:"\f295"}.la-percentage:before{content:"\f541"}.la-periscope:before{content:"\f3da"}.la-person-booth:before{content:"\f756"}.la-phabricator:before{content:"\f3db"}.la-phoenix-framework:before{content:"\f3dc"}.la-phoenix-squadron:before{content:"\f511"}.la-phone:before{content:"\f095"}.la-phone-alt:before{content:"\f879"}.la-phone-slash:before{content:"\f3dd"}.la-phone-square:before{content:"\f098"}.la-phone-square-alt:before{content:"\f87b"}.la-phone-volume:before{content:"\f2a0"}.la-photo-video:before{content:"\f87c"}.la-php:before{content:"\f457"}.la-pied-piper:before{content:"\f2ae"}.la-pied-piper-alt:before{content:"\f1a8"}.la-pied-piper-hat:before{content:"\f4e5"}.la-pied-piper-pp:before{content:"\f1a7"}.la-piggy-bank:before{content:"\f4d3"}.la-pills:before{content:"\f484"}.la-pinterest:before{content:"\f0d2"}.la-pinterest-p:before{content:"\f231"}.la-pinterest-square:before{content:"\f0d3"}.la-pizza-slice:before{content:"\f818"}.la-place-of-worship:before{content:"\f67f"}.la-plane:before{content:"\f072"}.la-plane-arrival:before{content:"\f5af"}.la-plane-departure:before{content:"\f5b0"}.la-play:before{content:"\f04b"}.la-play-circle:before{content:"\f144"}.la-playstation:before{content:"\f3df"}.la-plug:before{content:"\f1e6"}.la-plus:before{content:"\f067"}.la-plus-circle:before{content:"\f055"}.la-plus-square:before{content:"\f0fe"}.la-podcast:before{content:"\f2ce"}.la-poll:before{content:"\f681"}.la-poll-h:before{content:"\f682"}.la-poo:before{content:"\f2fe"}.la-poo-storm:before{content:"\f75a"}.la-poop:before{content:"\f619"}.la-portrait:before{content:"\f3e0"}.la-pound-sign:before{content:"\f154"}.la-power-off:before{content:"\f011"}.la-pray:before{content:"\f683"}.la-praying-hands:before{content:"\f684"}.la-prescription:before{content:"\f5b1"}.la-prescription-bottle:before{content:"\f485"}.la-prescription-bottle-alt:before{content:"\f486"}.la-print:before{content:"\f02f"}.la-procedures:before{content:"\f487"}.la-product-hunt:before{content:"\f288"}.la-project-diagram:before{content:"\f542"}.la-pushed:before{content:"\f3e1"}.la-puzzle-piece:before{content:"\f12e"}.la-python:before{content:"\f3e2"}.la-qq:before{content:"\f1d6"}.la-qrcode:before{content:"\f029"}.la-question:before{content:"\f128"}.la-question-circle:before{content:"\f059"}.la-quidditch:before{content:"\f458"}.la-quinscape:before{content:"\f459"}.la-quora:before{content:"\f2c4"}.la-quote-left:before{content:"\f10d"}.la-quote-right:before{content:"\f10e"}.la-quran:before{content:"\f687"}.la-r-project:before{content:"\f4f7"}.la-radiation:before{content:"\f7b9"}.la-radiation-alt:before{content:"\f7ba"}.la-rainbow:before{content:"\f75b"}.la-random:before{content:"\f074"}.la-raspberry-pi:before{content:"\f7bb"}.la-ravelry:before{content:"\f2d9"}.la-react:before{content:"\f41b"}.la-reacteurope:before{content:"\f75d"}.la-readme:before{content:"\f4d5"}.la-rebel:before{content:"\f1d0"}.la-receipt:before{content:"\f543"}.la-record-vinyl:before{content:"\f8d9"}.la-recycle:before{content:"\f1b8"}.la-red-river:before{content:"\f3e3"}.la-reddit:before{content:"\f1a1"}.la-reddit-alien:before{content:"\f281"}.la-reddit-square:before{content:"\f1a2"}.la-redhat:before{content:"\f7bc"}.la-redo:before{content:"\f01e"}.la-redo-alt:before{content:"\f2f9"}.la-registered:before{content:"\f25d"}.la-remove-format:before{content:"\f87d"}.la-renren:before{content:"\f18b"}.la-reply:before{content:"\f3e5"}.la-reply-all:before{content:"\f122"}.la-replyd:before{content:"\f3e6"}.la-republican:before{content:"\f75e"}.la-researchgate:before{content:"\f4f8"}.la-resolving:before{content:"\f3e7"}.la-restroom:before{content:"\f7bd"}.la-retweet:before{content:"\f079"}.la-rev:before{content:"\f5b2"}.la-ribbon:before{content:"\f4d6"}.la-ring:before{content:"\f70b"}.la-road:before{content:"\f018"}.la-robot:before{content:"\f544"}.la-rocket:before{content:"\f135"}.la-rocketchat:before{content:"\f3e8"}.la-rockrms:before{content:"\f3e9"}.la-route:before{content:"\f4d7"}.la-rss:before{content:"\f09e"}.la-rss-square:before{content:"\f143"}.la-ruble-sign:before{content:"\f158"}.la-ruler:before{content:"\f545"}.la-ruler-combined:before{content:"\f546"}.la-ruler-horizontal:before{content:"\f547"}.la-ruler-vertical:before{content:"\f548"}.la-running:before{content:"\f70c"}.la-rupee-sign:before{content:"\f156"}.la-sad-cry:before{content:"\f5b3"}.la-sad-tear:before{content:"\f5b4"}.la-safari:before{content:"\f267"}.la-salesforce:before{content:"\f83b"}.la-sass:before{content:"\f41e"}.la-satellite:before{content:"\f7bf"}.la-satellite-dish:before{content:"\f7c0"}.la-save:before{content:"\f0c7"}.la-schlix:before{content:"\f3ea"}.la-school:before{content:"\f549"}.la-screwdriver:before{content:"\f54a"}.la-scribd:before{content:"\f28a"}.la-scroll:before{content:"\f70e"}.la-sd-card:before{content:"\f7c2"}.la-search:before{content:"\f002"}.la-search-dollar:before{content:"\f688"}.la-search-location:before{content:"\f689"}.la-search-minus:before{content:"\f010"}.la-search-plus:before{content:"\f00e"}.la-searchengin:before{content:"\f3eb"}.la-seedling:before{content:"\f4d8"}.la-sellcast:before{content:"\f2da"}.la-sellsy:before{content:"\f213"}.la-server:before{content:"\f233"}.la-servicestack:before{content:"\f3ec"}.la-shapes:before{content:"\f61f"}.la-share:before{content:"\f064"}.la-share-alt:before{content:"\f1e0"}.la-share-alt-square:before{content:"\f1e1"}.la-share-square:before{content:"\f14d"}.la-shekel-sign:before{content:"\f20b"}.la-shield-alt:before{content:"\f3ed"}.la-ship:before{content:"\f21a"}.la-shipping-fast:before{content:"\f48b"}.la-shirtsinbulk:before{content:"\f214"}.la-shoe-prints:before{content:"\f54b"}.la-shopping-bag:before{content:"\f290"}.la-shopping-basket:before{content:"\f291"}.la-shopping-cart:before{content:"\f07a"}.la-shopware:before{content:"\f5b5"}.la-shower:before{content:"\f2cc"}.la-shuttle-van:before{content:"\f5b6"}.la-sign:before{content:"\f4d9"}.la-sign-in-alt:before{content:"\f2f6"}.la-sign-language:before{content:"\f2a7"}.la-sign-out-alt:before{content:"\f2f5"}.la-signal:before{content:"\f012"}.la-signature:before{content:"\f5b7"}.la-sim-card:before{content:"\f7c4"}.la-simplybuilt:before{content:"\f215"}.la-sistrix:before{content:"\f3ee"}.la-sitemap:before{content:"\f0e8"}.la-sith:before{content:"\f512"}.la-skating:before{content:"\f7c5"}.la-sketch:before{content:"\f7c6"}.la-skiing:before{content:"\f7c9"}.la-skiing-nordic:before{content:"\f7ca"}.la-skull:before{content:"\f54c"}.la-skull-crossbones:before{content:"\f714"}.la-skyatlas:before{content:"\f216"}.la-skype:before{content:"\f17e"}.la-slack:before{content:"\f198"}.la-slack-hash:before{content:"\f3ef"}.la-slash:before{content:"\f715"}.la-sleigh:before{content:"\f7cc"}.la-sliders-h:before{content:"\f1de"}.la-slideshare:before{content:"\f1e7"}.la-smile:before{content:"\f118"}.la-smile-beam:before{content:"\f5b8"}.la-smile-wink:before{content:"\f4da"}.la-smog:before{content:"\f75f"}.la-smoking:before{content:"\f48d"}.la-smoking-ban:before{content:"\f54d"}.la-sms:before{content:"\f7cd"}.la-snapchat:before{content:"\f2ab"}.la-snapchat-ghost:before{content:"\f2ac"}.la-snapchat-square:before{content:"\f2ad"}.la-snowboarding:before{content:"\f7ce"}.la-snowflake:before{content:"\f2dc"}.la-snowman:before{content:"\f7d0"}.la-snowplow:before{content:"\f7d2"}.la-socks:before{content:"\f696"}.la-solar-panel:before{content:"\f5ba"}.la-sort:before{content:"\f0dc"}.la-sort-alpha-down:before{content:"\f15d"}.la-sort-alpha-down-alt:before{content:"\f881"}.la-sort-alpha-up:before{content:"\f15e"}.la-sort-alpha-up-alt:before{content:"\f882"}.la-sort-amount-down:before{content:"\f160"}.la-sort-amount-down-alt:before{content:"\f884"}.la-sort-amount-up:before{content:"\f161"}.la-sort-amount-up-alt:before{content:"\f885"}.la-sort-down:before{content:"\f0dd"}.la-sort-numeric-down:before{content:"\f162"}.la-sort-numeric-down-alt:before{content:"\f886"}.la-sort-numeric-up:before{content:"\f163"}.la-sort-numeric-up-alt:before{content:"\f887"}.la-sort-up:before{content:"\f0de"}.la-soundcloud:before{content:"\f1be"}.la-sourcetree:before{content:"\f7d3"}.la-spa:before{content:"\f5bb"}.la-space-shuttle:before{content:"\f197"}.la-speakap:before{content:"\f3f3"}.la-speaker-deck:before{content:"\f83c"}.la-spell-check:before{content:"\f891"}.la-spider:before{content:"\f717"}.la-spinner:before{content:"\f110"}.la-splotch:before{content:"\f5bc"}.la-spotify:before{content:"\f1bc"}.la-spray-can:before{content:"\f5bd"}.la-square:before{content:"\f0c8"}.la-square-full:before{content:"\f45c"}.la-square-root-alt:before{content:"\f698"}.la-squarespace:before{content:"\f5be"}.la-stack-exchange:before{content:"\f18d"}.la-stack-overflow:before{content:"\f16c"}.la-stackpath:before{content:"\f842"}.la-stamp:before{content:"\f5bf"}.la-star:before{content:"\f005"}.la-star-and-crescent:before{content:"\f699"}.la-star-half:before{content:"\f089"}.la-star-half-alt:before{content:"\f5c0"}.la-star-of-david:before{content:"\f69a"}.la-star-of-life:before{content:"\f621"}.la-staylinked:before{content:"\f3f5"}.la-steam:before{content:"\f1b6"}.la-steam-square:before{content:"\f1b7"}.la-steam-symbol:before{content:"\f3f6"}.la-step-backward:before{content:"\f048"}.la-step-forward:before{content:"\f051"}.la-stethoscope:before{content:"\f0f1"}.la-sticker-mule:before{content:"\f3f7"}.la-sticky-note:before{content:"\f249"}.la-stop:before{content:"\f04d"}.la-stop-circle:before{content:"\f28d"}.la-stopwatch:before{content:"\f2f2"}.la-store:before{content:"\f54e"}.la-store-alt:before{content:"\f54f"}.la-strava:before{content:"\f428"}.la-stream:before{content:"\f550"}.la-street-view:before{content:"\f21d"}.la-strikethrough:before{content:"\f0cc"}.la-stripe:before{content:"\f429"}.la-stripe-s:before{content:"\f42a"}.la-stroopwafel:before{content:"\f551"}.la-studiovinari:before{content:"\f3f8"}.la-stumbleupon:before{content:"\f1a4"}.la-stumbleupon-circle:before{content:"\f1a3"}.la-subscript:before{content:"\f12c"}.la-subway:before{content:"\f239"}.la-suitcase:before{content:"\f0f2"}.la-suitcase-rolling:before{content:"\f5c1"}.la-sun:before{content:"\f185"}.la-superpowers:before{content:"\f2dd"}.la-superscript:before{content:"\f12b"}.la-supple:before{content:"\f3f9"}.la-surprise:before{content:"\f5c2"}.la-suse:before{content:"\f7d6"}.la-swatchbook:before{content:"\f5c3"}.la-swift:before{content:"\f8e1"}.la-swimmer:before{content:"\f5c4"}.la-swimming-pool:before{content:"\f5c5"}.la-symfony:before{content:"\f83d"}.la-synagogue:before{content:"\f69b"}.la-sync:before{content:"\f021"}.la-sync-alt:before{content:"\f2f1"}.la-syringe:before{content:"\f48e"}.la-table:before{content:"\f0ce"}.la-table-tennis:before{content:"\f45d"}.la-tablet:before{content:"\f10a"}.la-tablet-alt:before{content:"\f3fa"}.la-tablets:before{content:"\f490"}.la-tachometer-alt:before{content:"\f3fd"}.la-tag:before{content:"\f02b"}.la-tags:before{content:"\f02c"}.la-tape:before{content:"\f4db"}.la-tasks:before{content:"\f0ae"}.la-taxi:before{content:"\f1ba"}.la-teamspeak:before{content:"\f4f9"}.la-teeth:before{content:"\f62e"}.la-teeth-open:before{content:"\f62f"}.la-telegram:before{content:"\f2c6"}.la-telegram-plane:before{content:"\f3fe"}.la-temperature-high:before{content:"\f769"}.la-temperature-low:before{content:"\f76b"}.la-tencent-weibo:before{content:"\f1d5"}.la-tenge:before{content:"\f7d7"}.la-terminal:before{content:"\f120"}.la-text-height:before{content:"\f034"}.la-text-width:before{content:"\f035"}.la-th:before{content:"\f00a"}.la-th-large:before{content:"\f009"}.la-th-list:before{content:"\f00b"}.la-the-red-yeti:before{content:"\f69d"}.la-theater-masks:before{content:"\f630"}.la-themeco:before{content:"\f5c6"}.la-themeisle:before{content:"\f2b2"}.la-thermometer:before{content:"\f491"}.la-thermometer-empty:before{content:"\f2cb"}.la-thermometer-full:before{content:"\f2c7"}.la-thermometer-half:before{content:"\f2c9"}.la-thermometer-quarter:before{content:"\f2ca"}.la-thermometer-three-quarters:before{content:"\f2c8"}.la-think-peaks:before{content:"\f731"}.la-thumbs-down:before{content:"\f165"}.la-thumbs-up:before{content:"\f164"}.la-thumbtack:before{content:"\f08d"}.la-ticket-alt:before{content:"\f3ff"}.la-times:before{content:"\f00d"}.la-times-circle:before{content:"\f057"}.la-tint:before{content:"\f043"}.la-tint-slash:before{content:"\f5c7"}.la-tired:before{content:"\f5c8"}.la-toggle-off:before{content:"\f204"}.la-toggle-on:before{content:"\f205"}.la-toilet:before{content:"\f7d8"}.la-toilet-paper:before{content:"\f71e"}.la-toolbox:before{content:"\f552"}.la-tools:before{content:"\f7d9"}.la-tooth:before{content:"\f5c9"}.la-torah:before{content:"\f6a0"}.la-torii-gate:before{content:"\f6a1"}.la-tractor:before{content:"\f722"}.la-trade-federation:before{content:"\f513"}.la-trademark:before{content:"\f25c"}.la-traffic-light:before{content:"\f637"}.la-train:before{content:"\f238"}.la-tram:before{content:"\f7da"}.la-transgender:before{content:"\f224"}.la-transgender-alt:before{content:"\f225"}.la-trash:before{content:"\f1f8"}.la-trash-alt:before{content:"\f2ed"}.la-trash-restore:before{content:"\f829"}.la-trash-restore-alt:before{content:"\f82a"}.la-tree:before{content:"\f1bb"}.la-trello:before{content:"\f181"}.la-tripadvisor:before{content:"\f262"}.la-trophy:before{content:"\f091"}.la-truck:before{content:"\f0d1"}.la-truck-loading:before{content:"\f4de"}.la-truck-monster:before{content:"\f63b"}.la-truck-moving:before{content:"\f4df"}.la-truck-pickup:before{content:"\f63c"}.la-tshirt:before{content:"\f553"}.la-tty:before{content:"\f1e4"}.la-tumblr:before{content:"\f173"}.la-tumblr-square:before{content:"\f174"}.la-tv:before{content:"\f26c"}.la-twitch:before{content:"\f1e8"}.la-twitter:before{content:"\f099"}.la-twitter-square:before{content:"\f081"}.la-typo3:before{content:"\f42b"}.la-uber:before{content:"\f402"}.la-ubuntu:before{content:"\f7df"}.la-uikit:before{content:"\f403"}.la-umbraco:before{content:"\f8e8"}.la-umbrella:before{content:"\f0e9"}.la-umbrella-beach:before{content:"\f5ca"}.la-underline:before{content:"\f0cd"}.la-undo:before{content:"\f0e2"}.la-undo-alt:before{content:"\f2ea"}.la-uniregistry:before{content:"\f404"}.la-universal-access:before{content:"\f29a"}.la-university:before{content:"\f19c"}.la-unlink:before{content:"\f127"}.la-unlock:before{content:"\f09c"}.la-unlock-alt:before{content:"\f13e"}.la-untappd:before{content:"\f405"}.la-upload:before{content:"\f093"}.la-ups:before{content:"\f7e0"}.la-usb:before{content:"\f287"}.la-user:before{content:"\f007"}.la-user-alt:before{content:"\f406"}.la-user-alt-slash:before{content:"\f4fa"}.la-user-astronaut:before{content:"\f4fb"}.la-user-check:before{content:"\f4fc"}.la-user-circle:before{content:"\f2bd"}.la-user-clock:before{content:"\f4fd"}.la-user-cog:before{content:"\f4fe"}.la-user-edit:before{content:"\f4ff"}.la-user-friends:before{content:"\f500"}.la-user-graduate:before{content:"\f501"}.la-user-injured:before{content:"\f728"}.la-user-lock:before{content:"\f502"}.la-user-md:before{content:"\f0f0"}.la-user-minus:before{content:"\f503"}.la-user-ninja:before{content:"\f504"}.la-user-nurse:before{content:"\f82f"}.la-user-plus:before{content:"\f234"}.la-user-secret:before{content:"\f21b"}.la-user-shield:before{content:"\f505"}.la-user-slash:before{content:"\f506"}.la-user-tag:before{content:"\f507"}.la-user-tie:before{content:"\f508"}.la-user-times:before{content:"\f235"}.la-users:before{content:"\f0c0"}.la-users-cog:before{content:"\f509"}.la-usps:before{content:"\f7e1"}.la-ussunnah:before{content:"\f407"}.la-utensil-spoon:before{content:"\f2e5"}.la-utensils:before{content:"\f2e7"}.la-vaadin:before{content:"\f408"}.la-vector-square:before{content:"\f5cb"}.la-venus:before{content:"\f221"}.la-venus-double:before{content:"\f226"}.la-venus-mars:before{content:"\f228"}.la-viacoin:before{content:"\f237"}.la-viadeo:before{content:"\f2a9"}.la-viadeo-square:before{content:"\f2aa"}.la-vial:before{content:"\f492"}.la-vials:before{content:"\f493"}.la-viber:before{content:"\f409"}.la-video:before{content:"\f03d"}.la-video-slash:before{content:"\f4e2"}.la-vihara:before{content:"\f6a7"}.la-vimeo:before{content:"\f40a"}.la-vimeo-square:before{content:"\f194"}.la-vimeo-v:before{content:"\f27d"}.la-vine:before{content:"\f1ca"}.la-vk:before{content:"\f189"}.la-vnv:before{content:"\f40b"}.la-voicemail:before{content:"\f897"}.la-volleyball-ball:before{content:"\f45f"}.la-volume-down:before{content:"\f027"}.la-volume-mute:before{content:"\f6a9"}.la-volume-off:before{content:"\f026"}.la-volume-up:before{content:"\f028"}.la-vote-yea:before{content:"\f772"}.la-vr-cardboard:before{content:"\f729"}.la-vuejs:before{content:"\f41f"}.la-walking:before{content:"\f554"}.la-wallet:before{content:"\f555"}.la-warehouse:before{content:"\f494"}.la-water:before{content:"\f773"}.la-wave-square:before{content:"\f83e"}.la-waze:before{content:"\f83f"}.la-weebly:before{content:"\f5cc"}.la-weibo:before{content:"\f18a"}.la-weight:before{content:"\f496"}.la-weight-hanging:before{content:"\f5cd"}.la-weixin:before{content:"\f1d7"}.la-whatsapp:before{content:"\f232"}.la-whatsapp-square:before{content:"\f40c"}.la-wheelchair:before{content:"\f193"}.la-whmcs:before{content:"\f40d"}.la-wifi:before{content:"\f1eb"}.la-wikipedia-w:before{content:"\f266"}.la-wind:before{content:"\f72e"}.la-window-close:before{content:"\f410"}.la-window-maximize:before{content:"\f2d0"}.la-window-minimize:before{content:"\f2d1"}.la-window-restore:before{content:"\f2d2"}.la-windows:before{content:"\f17a"}.la-wine-bottle:before{content:"\f72f"}.la-wine-glass:before{content:"\f4e3"}.la-wine-glass-alt:before{content:"\f5ce"}.la-wix:before{content:"\f5cf"}.la-wizards-of-the-coast:before{content:"\f730"}.la-wolf-pack-battalion:before{content:"\f514"}.la-won-sign:before{content:"\f159"}.la-wordpress:before{content:"\f19a"}.la-wordpress-simple:before{content:"\f411"}.la-wpbeginner:before{content:"\f297"}.la-wpexplorer:before{content:"\f2de"}.la-wpforms:before{content:"\f298"}.la-wpressr:before{content:"\f3e4"}.la-wrench:before{content:"\f0ad"}.la-x-ray:before{content:"\f497"}.la-xbox:before{content:"\f412"}.la-xing:before{content:"\f168"}.la-xing-square:before{content:"\f169"}.la-y-combinator:before{content:"\f23b"}.la-yahoo:before{content:"\f19e"}.la-yammer:before{content:"\f840"}.la-yandex:before{content:"\f413"}.la-yandex-international:before{content:"\f414"}.la-yarn:before{content:"\f7e3"}.la-yelp:before{content:"\f1e9"}.la-yen-sign:before{content:"\f157"}.la-yin-yang:before{content:"\f6ad"}.la-yoast:before{content:"\f2b1"}.la-youtube:before{content:"\f167"}.la-youtube-square:before{content:"\f431"}.la-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Line Awesome Brands';font-style:normal;font-weight:400;font-display:auto;src:url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-brands-400.eot);src:url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-brands-400.eot?#iefix) format("embedded-opentype"),url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-brands-400.woff2) format("woff2"),url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-brands-400.woff) format("woff"),url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-brands-400.ttf) format("truetype"),url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-brands-400.svg#lineawesome) format("svg")}.lab{font-family:'Line Awesome Brands'}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:400;font-display:auto;src:url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-regular-400.eot);src:url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-regular-400.eot?#iefix) format("embedded-opentype"),url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-regular-400.woff2) format("woff2"),url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-regular-400.woff) format("woff"),url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-regular-400.ttf) format("truetype"),url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-regular-400.svg#lineawesome) format("svg")}.lar{font-family:'Line Awesome Free';font-weight:400}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:900;font-display:auto;src:url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-solid-900.eot);src:url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-solid-900.woff2) format("woff2"),url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-solid-900.woff) format("woff"),url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-solid-900.ttf) format("truetype"),url(//clesensoi.be/wp-content/themes/enwoo/fonts/la-solid-900.svg#lineawesome) format("svg")}.la,.las{font-family:'Line Awesome Free';font-weight:900}.la.la-glass:before{content:"\f000"}.la.la-meetup{font-family:'Line Awesome Brands';font-weight:400}.la.la-star-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-o:before{content:"\f005"}.la.la-remove:before{content:"\f00d"}.la.la-close:before{content:"\f00d"}.la.la-gear:before{content:"\f013"}.la.la-trash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-trash-o:before{content:"\f2ed"}.la.la-file-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-o:before{content:"\f15b"}.la.la-clock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-clock-o:before{content:"\f017"}.la.la-arrow-circle-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-down:before{content:"\f358"}.la.la-arrow-circle-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-up:before{content:"\f35b"}.la.la-play-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-play-circle-o:before{content:"\f144"}.la.la-repeat:before{content:"\f01e"}.la.la-rotate-right:before{content:"\f01e"}.la.la-refresh:before{content:"\f021"}.la.la-list-alt{font-family:'Line Awesome Free';font-weight:400}.la.la-dedent:before{content:"\f03b"}.la.la-video-camera:before{content:"\f03d"}.la.la-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-picture-o:before{content:"\f03e"}.la.la-photo{font-family:'Line Awesome Free';font-weight:400}.la.la-photo:before{content:"\f03e"}.la.la-image{font-family:'Line Awesome Free';font-weight:400}.la.la-image:before{content:"\f03e"}.la.la-pencil:before{content:"\f303"}.la.la-map-marker:before{content:"\f3c5"}.la.la-pencil-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pencil-square-o:before{content:"\f044"}.la.la-share-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-share-square-o:before{content:"\f14d"}.la.la-check-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-square-o:before{content:"\f14a"}.la.la-arrows:before{content:"\f0b2"}.la.la-times-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-circle-o:before{content:"\f057"}.la.la-check-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-circle-o:before{content:"\f058"}.la.la-mail-forward:before{content:"\f064"}.la.la-eye{font-family:'Line Awesome Free';font-weight:400}.la.la-eye-slash{font-family:'Line Awesome Free';font-weight:400}.la.la-warning:before{content:"\f071"}.la.la-calendar:before{content:"\f073"}.la.la-arrows-v:before{content:"\f338"}.la.la-arrows-h:before{content:"\f337"}.la.la-bar-chart{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart:before{content:"\f080"}.la.la-bar-chart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart-o:before{content:"\f080"}.la.la-twitter-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-gears:before{content:"\f085"}.la.la-thumbs-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-up:before{content:"\f164"}.la.la-thumbs-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-down:before{content:"\f165"}.la.la-heart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-heart-o:before{content:"\f004"}.la.la-sign-out:before{content:"\f2f5"}.la.la-linkedin-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin-square:before{content:"\f08c"}.la.la-thumb-tack:before{content:"\f08d"}.la.la-external-link:before{content:"\f35d"}.la.la-sign-in:before{content:"\f2f6"}.la.la-github-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-lemon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lemon-o:before{content:"\f094"}.la.la-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-square-o:before{content:"\f0c8"}.la.la-bookmark-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bookmark-o:before{content:"\f02e"}.la.la-twitter{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook:before{content:"\f39e"}.la.la-facebook-f{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-f:before{content:"\f39e"}.la.la-github{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card{font-family:'Line Awesome Free';font-weight:400}.la.la-feed:before{content:"\f09e"}.la.la-hdd-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hdd-o:before{content:"\f0a0"}.la.la-hand-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-right:before{content:"\f0a4"}.la.la-hand-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-left:before{content:"\f0a5"}.la.la-hand-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-up:before{content:"\f0a6"}.la.la-hand-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-down:before{content:"\f0a7"}.la.la-arrows-alt:before{content:"\f31e"}.la.la-group:before{content:"\f0c0"}.la.la-chain:before{content:"\f0c1"}.la.la-scissors:before{content:"\f0c4"}.la.la-files-o{font-family:'Line Awesome Free';font-weight:400}.la.la-files-o:before{content:"\f0c5"}.la.la-floppy-o{font-family:'Line Awesome Free';font-weight:400}.la.la-floppy-o:before{content:"\f0c7"}.la.la-navicon:before{content:"\f0c9"}.la.la-reorder:before{content:"\f0c9"}.la.la-pinterest{font-family:'Line Awesome Brands';font-weight:400}.la.la-pinterest-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus:before{content:"\f0d5"}.la.la-money{font-family:'Line Awesome Free';font-weight:400}.la.la-money:before{content:"\f3d1"}.la.la-unsorted:before{content:"\f0dc"}.la.la-sort-desc:before{content:"\f0dd"}.la.la-sort-asc:before{content:"\f0de"}.la.la-linkedin{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin:before{content:"\f0e1"}.la.la-rotate-left:before{content:"\f0e2"}.la.la-legal:before{content:"\f0e3"}.la.la-tachometer:before{content:"\f3fd"}.la.la-dashboard:before{content:"\f3fd"}.la.la-comment-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comment-o:before{content:"\f075"}.la.la-comments-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comments-o:before{content:"\f086"}.la.la-flash:before{content:"\f0e7"}.la.la-clipboard{font-family:'Line Awesome Free';font-weight:400}.la.la-paste{font-family:'Line Awesome Free';font-weight:400}.la.la-paste:before{content:"\f328"}.la.la-lightbulb-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lightbulb-o:before{content:"\f0eb"}.la.la-exchange:before{content:"\f362"}.la.la-cloud-download:before{content:"\f381"}.la.la-cloud-upload:before{content:"\f382"}.la.la-bell-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-o:before{content:"\f0f3"}.la.la-cutlery:before{content:"\f2e7"}.la.la-file-text-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-text-o:before{content:"\f15c"}.la.la-building-o{font-family:'Line Awesome Free';font-weight:400}.la.la-building-o:before{content:"\f1ad"}.la.la-hospital-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hospital-o:before{content:"\f0f8"}.la.la-tablet:before{content:"\f3fa"}.la.la-mobile:before{content:"\f3cd"}.la.la-mobile-phone:before{content:"\f3cd"}.la.la-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-o:before{content:"\f111"}.la.la-mail-reply:before{content:"\f3e5"}.la.la-github-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-folder-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-o:before{content:"\f07b"}.la.la-folder-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-open-o:before{content:"\f07c"}.la.la-smile-o{font-family:'Line Awesome Free';font-weight:400}.la.la-smile-o:before{content:"\f118"}.la.la-frown-o{font-family:'Line Awesome Free';font-weight:400}.la.la-frown-o:before{content:"\f119"}.la.la-meh-o{font-family:'Line Awesome Free';font-weight:400}.la.la-meh-o:before{content:"\f11a"}.la.la-keyboard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-keyboard-o:before{content:"\f11c"}.la.la-flag-o{font-family:'Line Awesome Free';font-weight:400}.la.la-flag-o:before{content:"\f024"}.la.la-mail-reply-all:before{content:"\f122"}.la.la-star-half-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-o:before{content:"\f089"}.la.la-star-half-empty{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-empty:before{content:"\f089"}.la.la-star-half-full{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-full:before{content:"\f089"}.la.la-code-fork:before{content:"\f126"}.la.la-chain-broken:before{content:"\f127"}.la.la-shield:before{content:"\f3ed"}.la.la-calendar-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-o:before{content:"\f133"}.la.la-maxcdn{font-family:'Line Awesome Brands';font-weight:400}.la.la-html5{font-family:'Line Awesome Brands';font-weight:400}.la.la-css3{font-family:'Line Awesome Brands';font-weight:400}.la.la-ticket:before{content:"\f3ff"}.la.la-minus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-minus-square-o:before{content:"\f146"}.la.la-level-up:before{content:"\f3bf"}.la.la-level-down:before{content:"\f3be"}.la.la-pencil-square:before{content:"\f14b"}.la.la-external-link-square:before{content:"\f360"}.la.la-compass{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down:before{content:"\f150"}.la.la-toggle-down{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-down:before{content:"\f150"}.la.la-caret-square-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-up:before{content:"\f151"}.la.la-toggle-up{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-up:before{content:"\f151"}.la.la-caret-square-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-right:before{content:"\f152"}.la.la-toggle-right{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-right:before{content:"\f152"}.la.la-eur:before{content:"\f153"}.la.la-euro:before{content:"\f153"}.la.la-gbp:before{content:"\f154"}.la.la-usd:before{content:"\f155"}.la.la-dollar:before{content:"\f155"}.la.la-inr:before{content:"\f156"}.la.la-rupee:before{content:"\f156"}.la.la-jpy:before{content:"\f157"}.la.la-cny:before{content:"\f157"}.la.la-rmb:before{content:"\f157"}.la.la-yen:before{content:"\f157"}.la.la-rub:before{content:"\f158"}.la.la-ruble:before{content:"\f158"}.la.la-rouble:before{content:"\f158"}.la.la-krw:before{content:"\f159"}.la.la-won:before{content:"\f159"}.la.la-btc{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin:before{content:"\f15a"}.la.la-file-text:before{content:"\f15c"}.la.la-sort-alpha-asc:before{content:"\f15d"}.la.la-sort-alpha-desc:before{content:"\f881"}.la.la-sort-amount-asc:before{content:"\f160"}.la.la-sort-amount-desc:before{content:"\f884"}.la.la-sort-numeric-asc:before{content:"\f162"}.la.la-sort-numeric-desc:before{content:"\f886"}.la.la-youtube-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play:before{content:"\f167"}.la.la-dropbox{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-overflow{font-family:'Line Awesome Brands';font-weight:400}.la.la-instagram{font-family:'Line Awesome Brands';font-weight:400}.la.la-flickr{font-family:'Line Awesome Brands';font-weight:400}.la.la-adn{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square:before{content:"\f171"}.la.la-tumblr{font-family:'Line Awesome Brands';font-weight:400}.la.la-tumblr-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-long-arrow-down:before{content:"\f309"}.la.la-long-arrow-up:before{content:"\f30c"}.la.la-long-arrow-left:before{content:"\f30a"}.la.la-long-arrow-right:before{content:"\f30b"}.la.la-apple{font-family:'Line Awesome Brands';font-weight:400}.la.la-windows{font-family:'Line Awesome Brands';font-weight:400}.la.la-android{font-family:'Line Awesome Brands';font-weight:400}.la.la-linux{font-family:'Line Awesome Brands';font-weight:400}.la.la-dribbble{font-family:'Line Awesome Brands';font-weight:400}.la.la-skype{font-family:'Line Awesome Brands';font-weight:400}.la.la-foursquare{font-family:'Line Awesome Brands';font-weight:400}.la.la-trello{font-family:'Line Awesome Brands';font-weight:400}.la.la-gratipay{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip:before{content:"\f184"}.la.la-sun-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sun-o:before{content:"\f185"}.la.la-moon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-moon-o:before{content:"\f186"}.la.la-vk{font-family:'Line Awesome Brands';font-weight:400}.la.la-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-renren{font-family:'Line Awesome Brands';font-weight:400}.la.la-pagelines{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-exchange{font-family:'Line Awesome Brands';font-weight:400}.la.la-arrow-circle-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-right:before{content:"\f35a"}.la.la-arrow-circle-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-left:before{content:"\f359"}.la.la-caret-square-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-left:before{content:"\f191"}.la.la-toggle-left{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-left:before{content:"\f191"}.la.la-dot-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-dot-circle-o:before{content:"\f192"}.la.la-vimeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-try:before{content:"\f195"}.la.la-turkish-lira:before{content:"\f195"}.la.la-plus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-plus-square-o:before{content:"\f0fe"}.la.la-slack{font-family:'Line Awesome Brands';font-weight:400}.la.la-wordpress{font-family:'Line Awesome Brands';font-weight:400}.la.la-openid{font-family:'Line Awesome Brands';font-weight:400}.la.la-institution:before{content:"\f19c"}.la.la-bank:before{content:"\f19c"}.la.la-mortar-board:before{content:"\f19d"}.la.la-yahoo{font-family:'Line Awesome Brands';font-weight:400}.la.la-google{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon{font-family:'Line Awesome Brands';font-weight:400}.la.la-delicious{font-family:'Line Awesome Brands';font-weight:400}.la.la-digg{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-pp{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-drupal{font-family:'Line Awesome Brands';font-weight:400}.la.la-joomla{font-family:'Line Awesome Brands';font-weight:400}.la.la-spoon:before{content:"\f2e5"}.la.la-behance{font-family:'Line Awesome Brands';font-weight:400}.la.la-behance-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-automobile:before{content:"\f1b9"}.la.la-cab:before{content:"\f1ba"}.la.la-envelope-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-o:before{content:"\f0e0"}.la.la-deviantart{font-family:'Line Awesome Brands';font-weight:400}.la.la-soundcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-file-pdf-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-pdf-o:before{content:"\f1c1"}.la.la-file-word-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-word-o:before{content:"\f1c2"}.la.la-file-excel-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-excel-o:before{content:"\f1c3"}.la.la-file-powerpoint-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-powerpoint-o:before{content:"\f1c4"}.la.la-file-image-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-image-o:before{content:"\f1c5"}.la.la-file-photo-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-photo-o:before{content:"\f1c5"}.la.la-file-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-picture-o:before{content:"\f1c5"}.la.la-file-archive-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-archive-o:before{content:"\f1c6"}.la.la-file-zip-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-zip-o:before{content:"\f1c6"}.la.la-file-audio-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-audio-o:before{content:"\f1c7"}.la.la-file-sound-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-sound-o:before{content:"\f1c7"}.la.la-file-video-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-video-o:before{content:"\f1c8"}.la.la-file-movie-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-movie-o:before{content:"\f1c8"}.la.la-file-code-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-code-o:before{content:"\f1c9"}.la.la-vine{font-family:'Line Awesome Brands';font-weight:400}.la.la-codepen{font-family:'Line Awesome Brands';font-weight:400}.la.la-jsfiddle{font-family:'Line Awesome Brands';font-weight:400}.la.la-life-ring{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy:before{content:"\f1cd"}.la.la-life-buoy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-buoy:before{content:"\f1cd"}.la.la-life-saver{font-family:'Line Awesome Free';font-weight:400}.la.la-life-saver:before{content:"\f1cd"}.la.la-support{font-family:'Line Awesome Free';font-weight:400}.la.la-support:before{content:"\f1cd"}.la.la-circle-o-notch:before{content:"\f1ce"}.la.la-rebel{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra:before{content:"\f1d0"}.la.la-resistance{font-family:'Line Awesome Brands';font-weight:400}.la.la-resistance:before{content:"\f1d0"}.la.la-empire{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge:before{content:"\f1d1"}.la.la-git-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-git{font-family:'Line Awesome Brands';font-weight:400}.la.la-hacker-news{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square:before{content:"\f1d4"}.la.la-yc-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc-square:before{content:"\f1d4"}.la.la-tencent-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-qq{font-family:'Line Awesome Brands';font-weight:400}.la.la-weixin{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat:before{content:"\f1d7"}.la.la-send:before{content:"\f1d8"}.la.la-paper-plane-o{font-family:'Line Awesome Free';font-weight:400}.la.la-paper-plane-o:before{content:"\f1d8"}.la.la-send-o{font-family:'Line Awesome Free';font-weight:400}.la.la-send-o:before{content:"\f1d8"}.la.la-circle-thin{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-thin:before{content:"\f111"}.la.la-header:before{content:"\f1dc"}.la.la-sliders:before{content:"\f1de"}.la.la-futbol-o{font-family:'Line Awesome Free';font-weight:400}.la.la-futbol-o:before{content:"\f1e3"}.la.la-soccer-ball-o{font-family:'Line Awesome Free';font-weight:400}.la.la-soccer-ball-o:before{content:"\f1e3"}.la.la-slideshare{font-family:'Line Awesome Brands';font-weight:400}.la.la-twitch{font-family:'Line Awesome Brands';font-weight:400}.la.la-yelp{font-family:'Line Awesome Brands';font-weight:400}.la.la-newspaper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-newspaper-o:before{content:"\f1ea"}.la.la-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-wallet{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-visa{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-mastercard{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-discover{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-amex{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-stripe{font-family:'Line Awesome Brands';font-weight:400}.la.la-bell-slash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-slash-o:before{content:"\f1f6"}.la.la-trash:before{content:"\f2ed"}.la.la-copyright{font-family:'Line Awesome Free';font-weight:400}.la.la-eyedropper:before{content:"\f1fb"}.la.la-area-chart:before{content:"\f1fe"}.la.la-pie-chart:before{content:"\f200"}.la.la-line-chart:before{content:"\f201"}.la.la-lastfm{font-family:'Line Awesome Brands';font-weight:400}.la.la-lastfm-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-ioxhost{font-family:'Line Awesome Brands';font-weight:400}.la.la-angellist{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc{font-family:'Line Awesome Free';font-weight:400}.la.la-cc:before{content:"\f20a"}.la.la-ils:before{content:"\f20b"}.la.la-shekel:before{content:"\f20b"}.la.la-sheqel:before{content:"\f20b"}.la.la-meanpath{font-family:'Line Awesome Brands';font-weight:400}.la.la-meanpath:before{content:"\f2b4"}.la.la-buysellads{font-family:'Line Awesome Brands';font-weight:400}.la.la-connectdevelop{font-family:'Line Awesome Brands';font-weight:400}.la.la-dashcube{font-family:'Line Awesome Brands';font-weight:400}.la.la-forumbee{font-family:'Line Awesome Brands';font-weight:400}.la.la-leanpub{font-family:'Line Awesome Brands';font-weight:400}.la.la-sellsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-shirtsinbulk{font-family:'Line Awesome Brands';font-weight:400}.la.la-simplybuilt{font-family:'Line Awesome Brands';font-weight:400}.la.la-skyatlas{font-family:'Line Awesome Brands';font-weight:400}.la.la-diamond{font-family:'Line Awesome Free';font-weight:400}.la.la-diamond:before{content:"\f3a5"}.la.la-intersex:before{content:"\f224"}.la.la-facebook-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-official:before{content:"\f09a"}.la.la-pinterest-p{font-family:'Line Awesome Brands';font-weight:400}.la.la-whatsapp{font-family:'Line Awesome Brands';font-weight:400}.la.la-hotel:before{content:"\f236"}.la.la-viacoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-medium{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc:before{content:"\f23b"}.la.la-optin-monster{font-family:'Line Awesome Brands';font-weight:400}.la.la-opencart{font-family:'Line Awesome Brands';font-weight:400}.la.la-expeditedssl{font-family:'Line Awesome Brands';font-weight:400}.la.la-battery-4:before{content:"\f240"}.la.la-battery:before{content:"\f240"}.la.la-battery-3:before{content:"\f241"}.la.la-battery-2:before{content:"\f242"}.la.la-battery-1:before{content:"\f243"}.la.la-battery-0:before{content:"\f244"}.la.la-object-group{font-family:'Line Awesome Free';font-weight:400}.la.la-object-ungroup{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o:before{content:"\f249"}.la.la-cc-jcb{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-diners-club{font-family:'Line Awesome Brands';font-weight:400}.la.la-clone{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o:before{content:"\f254"}.la.la-hourglass-1:before{content:"\f251"}.la.la-hourglass-2:before{content:"\f252"}.la.la-hourglass-3:before{content:"\f253"}.la.la-hand-rock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-rock-o:before{content:"\f255"}.la.la-hand-grab-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-grab-o:before{content:"\f255"}.la.la-hand-paper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-paper-o:before{content:"\f256"}.la.la-hand-stop-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-stop-o:before{content:"\f256"}.la.la-hand-scissors-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-scissors-o:before{content:"\f257"}.la.la-hand-lizard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-lizard-o:before{content:"\f258"}.la.la-hand-spock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-spock-o:before{content:"\f259"}.la.la-hand-pointer-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-pointer-o:before{content:"\f25a"}.la.la-hand-peace-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-peace-o:before{content:"\f25b"}.la.la-registered{font-family:'Line Awesome Free';font-weight:400}.la.la-creative-commons{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-tripadvisor{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-get-pocket{font-family:'Line Awesome Brands';font-weight:400}.la.la-wikipedia-w{font-family:'Line Awesome Brands';font-weight:400}.la.la-safari{font-family:'Line Awesome Brands';font-weight:400}.la.la-chrome{font-family:'Line Awesome Brands';font-weight:400}.la.la-firefox{font-family:'Line Awesome Brands';font-weight:400}.la.la-opera{font-family:'Line Awesome Brands';font-weight:400}.la.la-internet-explorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-television:before{content:"\f26c"}.la.la-contao{font-family:'Line Awesome Brands';font-weight:400}.la.la-500px{font-family:'Line Awesome Brands';font-weight:400}.la.la-amazon{font-family:'Line Awesome Brands';font-weight:400}.la.la-calendar-plus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-plus-o:before{content:"\f271"}.la.la-calendar-minus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-minus-o:before{content:"\f272"}.la.la-calendar-times-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-times-o:before{content:"\f273"}.la.la-calendar-check-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-check-o:before{content:"\f274"}.la.la-map-o{font-family:'Line Awesome Free';font-weight:400}.la.la-map-o:before{content:"\f279"}.la.la-commenting:before{content:"\f4ad"}.la.la-commenting-o{font-family:'Line Awesome Free';font-weight:400}.la.la-commenting-o:before{content:"\f4ad"}.la.la-houzz{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo:before{content:"\f27d"}.la.la-black-tie{font-family:'Line Awesome Brands';font-weight:400}.la.la-fonticons{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-alien{font-family:'Line Awesome Brands';font-weight:400}.la.la-edge{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card-alt:before{content:"\f09d"}.la.la-codiepie{font-family:'Line Awesome Brands';font-weight:400}.la.la-modx{font-family:'Line Awesome Brands';font-weight:400}.la.la-fort-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-usb{font-family:'Line Awesome Brands';font-weight:400}.la.la-product-hunt{font-family:'Line Awesome Brands';font-weight:400}.la.la-mixcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-scribd{font-family:'Line Awesome Brands';font-weight:400}.la.la-pause-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pause-circle-o:before{content:"\f28b"}.la.la-stop-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-stop-circle-o:before{content:"\f28d"}.la.la-bluetooth{font-family:'Line Awesome Brands';font-weight:400}.la.la-bluetooth-b{font-family:'Line Awesome Brands';font-weight:400}.la.la-gitlab{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpbeginner{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpforms{font-family:'Line Awesome Brands';font-weight:400}.la.la-envira{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt:before{content:"\f368"}.la.la-question-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-question-circle-o:before{content:"\f059"}.la.la-volume-control-phone:before{content:"\f2a0"}.la.la-asl-interpreting:before{content:"\f2a3"}.la.la-deafness:before{content:"\f2a4"}.la.la-hard-of-hearing:before{content:"\f2a4"}.la.la-glide{font-family:'Line Awesome Brands';font-weight:400}.la.la-glide-g{font-family:'Line Awesome Brands';font-weight:400}.la.la-signing:before{content:"\f2a7"}.la.la-viadeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-viadeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-ghost{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper{font-family:'Line Awesome Brands';font-weight:400}.la.la-first-order{font-family:'Line Awesome Brands';font-weight:400}.la.la-yoast{font-family:'Line Awesome Brands';font-weight:400}.la.la-themeisle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official:before{content:"\f2b3"}.la.la-google-plus-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-circle:before{content:"\f2b3"}.la.la-font-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa:before{content:"\f2b4"}.la.la-handshake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-handshake-o:before{content:"\f2b5"}.la.la-envelope-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-open-o:before{content:"\f2b6"}.la.la-linode{font-family:'Line Awesome Brands';font-weight:400}.la.la-address-book-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-book-o:before{content:"\f2b9"}.la.la-vcard:before{content:"\f2bb"}.la.la-address-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-card-o:before{content:"\f2bb"}.la.la-vcard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-vcard-o:before{content:"\f2bb"}.la.la-user-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-circle-o:before{content:"\f2bd"}.la.la-user-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-o:before{content:"\f007"}.la.la-id-badge{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license:before{content:"\f2c2"}.la.la-id-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-id-card-o:before{content:"\f2c2"}.la.la-drivers-license-o{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license-o:before{content:"\f2c2"}.la.la-quora{font-family:'Line Awesome Brands';font-weight:400}.la.la-free-code-camp{font-family:'Line Awesome Brands';font-weight:400}.la.la-telegram{font-family:'Line Awesome Brands';font-weight:400}.la.la-thermometer-4:before{content:"\f2c7"}.la.la-thermometer:before{content:"\f2c7"}.la.la-thermometer-3:before{content:"\f2c8"}.la.la-thermometer-2:before{content:"\f2c9"}.la.la-thermometer-1:before{content:"\f2ca"}.la.la-thermometer-0:before{content:"\f2cb"}.la.la-bathtub:before{content:"\f2cd"}.la.la-s15:before{content:"\f2cd"}.la.la-window-maximize{font-family:'Line Awesome Free';font-weight:400}.la.la-window-restore{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle:before{content:"\f410"}.la.la-window-close-o{font-family:'Line Awesome Free';font-weight:400}.la.la-window-close-o:before{content:"\f410"}.la.la-times-rectangle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle-o:before{content:"\f410"}.la.la-bandcamp{font-family:'Line Awesome Brands';font-weight:400}.la.la-grav{font-family:'Line Awesome Brands';font-weight:400}.la.la-etsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-imdb{font-family:'Line Awesome Brands';font-weight:400}.la.la-ravelry{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast:before{content:"\f2da"}.la.la-snowflake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-snowflake-o:before{content:"\f2dc"}.la.la-superpowers{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpexplorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-spotify{font-family:'Line Awesome Brands';font-weight:400}div.sib-sms-field {
    display: inline-block;
    position: relative;
    width: 100%;
}

.sib-sms-field .sib-country-block {
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sib-country-block .sib-toggle.sib-country-flg {
    z-index: 1;
    position: relative;
    width: 46px;
    height: 100%;
    padding: 0 0 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dbdbdb;
    cursor: pointer;
}

.sib-country-block .sib-toggle .sib-cflags {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    width: 20px;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(//clesensoi.be/wp-content/plugins/mailin/img/flags/fr.png);
}
.sib-country-block .sib-toggle .sib-icon-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width:  0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid;
}
.sib-sms-field ul.sib-country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 0px -1px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
    background-color: white;
    border: 1px solid rgb(204, 204, 204);
    white-space: nowrap;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 50px;
    width: 250px;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix {
    font-size: 14px;
    padding:1px 10px;
    cursor: pointer;
}
.sib-sms-field ul.sib-country-list li.sib-country-prefix:hover {
    background-color: #dbdbdb;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box {
    width: 20px;
}

.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-flag {
    height: 18px;
    width: 20px;
    background-image: url(//clesensoi.be/wp-content/plugins/mailin/img/flags/ad.png);
    vertical-align: middle;
    display: inline-block;
    background-repeat:no-repeat;
}
.sib-sms-field ul.sib-country-list li .sib-flag-box .sib-dial-code {
    margin-left: 20px;
}
.sib-sms-field .sib-sms {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0;
}
.sib-multi-lists.sib_error {
    color: #A94442;
}/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f4b4c9cb85df757ca08c)
 * Config saved to config.json and https://gist.github.com/f4b4c9cb85df757ca08c
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
.wpdevelop article,
.wpdevelop aside,
.wpdevelop details,
.wpdevelop figcaption,
.wpdevelop figure,
.wpdevelop footer,
.wpdevelop header,
.wpdevelop hgroup,
.wpdevelop main,
.wpdevelop menu,
.wpdevelop nav,
.wpdevelop section,
.wpdevelop summary {
  display: block;
}
.wpdevelop audio,
.wpdevelop canvas,
.wpdevelop progress,
.wpdevelop video {
  display: inline-block;
  vertical-align: baseline;
}
.wpdevelop audio:not([controls]) {
  display: none;
  height: 0;
}
.wpdevelop [hidden],
.wpdevelop template {
  display: none;
}
.wpdevelop a {
  background-color: transparent;
}
.wpdevelop a:active,
.wpdevelop a:hover {
  outline: 0;
}
.wpdevelop abbr[title] {
  border-bottom: 1px dotted;
}
.wpdevelop b,
.wpdevelop strong {
  font-weight: bold;
}
.wpdevelop dfn {
  font-style: italic;
}
.wpdevelop h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.wpdevelop mark {
  background: #ff0;
  color: #000;
}
.wpdevelop small {
  font-size: 80%;
}
.wpdevelop sub,
.wpdevelop sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.wpdevelop sup {
  top: -0.5em;
}
.wpdevelop sub {
  bottom: -0.25em;
}
.wpdevelop img {
  border: 0;
}
.wpdevelop svg:not(:root) {
  overflow: hidden;
}
.wpdevelop figure {
  margin: 1em 40px;
}
.wpdevelop hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.wpdevelop pre {
  overflow: auto;
}
.wpdevelop code,
.wpdevelop kbd,
.wpdevelop pre,
.wpdevelop samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.wpdevelop button,
.wpdevelop input,
.wpdevelop optgroup,
.wpdevelop select,
.wpdevelop textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.wpdevelop button {
  overflow: visible;
}
.wpdevelop button,
.wpdevelop select {
  text-transform: none;
}
.wpdevelop button,
.wpdevelop html input[type="button"],
.wpdevelop input[type="reset"],
.wpdevelop input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.wpdevelop button[disabled],
.wpdevelop html input[disabled] {
  cursor: default;
}
.wpdevelop button::-moz-focus-inner,
.wpdevelop input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.wpdevelop input {
  line-height: normal;
}
.wpdevelop input[type="checkbox"],
.wpdevelop input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.wpdevelop input[type="number"]::-webkit-inner-spin-button,
.wpdevelop input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.wpdevelop input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.wpdevelop input[type="search"]::-webkit-search-cancel-button,
.wpdevelop input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.wpdevelop fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.wpdevelop legend {
  border: 0;
  padding: 0;
}
.wpdevelop textarea {
  overflow: auto;
}
.wpdevelop optgroup {
  font-weight: bold;
}
.wpdevelop table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wpdevelop td,
.wpdevelop th {
  padding: 0;
}
@media print {
  .wpdevelop_print *,
  .wpdevelop_print *:before,
  .wpdevelop_print *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .wpdevelop_print a,
  .wpdevelop_print a:visited {
    text-decoration: underline;
  }
  .wpdevelop_print a[href]:after {
    content: " (" attr(href) ")";
  }
  .wpdevelop_print abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .wpdevelop_print a[href^="#"]:after,
  .wpdevelop_print a[href^="javascript:"]:after {
    content: "";
  }
  .wpdevelop_print pre,
  .wpdevelop_print blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .wpdevelop_print thead {
    display: table-header-group;
  }
  .wpdevelop_print tr,
  .wpdevelop_print img {
    page-break-inside: avoid;
  }
  .wpdevelop_print img {
    max-width: 100% !important;
  }
  .wpdevelop_print p,
  .wpdevelop_print h2,
  .wpdevelop_print h3 {
    orphans: 3;
    widows: 3;
  }
  .wpdevelop_print h2,
  .wpdevelop_print h3 {
    page-break-after: avoid;
  }
  .wpdevelop_print .navbar {
    display: none;
  }
  .wpdevelop_print .btn > .caret,
  .wpdevelop_print .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .wpdevelop_print .label {
    border: 1px solid #000;
  }
  .wpdevelop_print .table {
    border-collapse: collapse !important;
  }
  .wpdevelop_print .table td,
  .wpdevelop_print .table th {
    background-color: #fff !important;
  }
  .wpdevelop_print .table-bordered th,
  .wpdevelop_print .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.wpdevelop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpdevelop *:before,
.wpdevelop *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpdevelop html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
.wpdevelop body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
.wpdevelop input,
.wpdevelop button,
.wpdevelop select,
.wpdevelop textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.wpdevelop a {
  color: #337ab7;
  text-decoration: none;
}
.wpdevelop a:hover,
.wpdevelop a:focus {
  color: #23527c;
  text-decoration: underline;
}
.wpdevelop a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wpdevelop figure {
  margin: 0;
}
.wpdevelop img {
  vertical-align: middle;
}
.wpdevelop .img-responsive,
.wpdevelop .thumbnail > img,
.wpdevelop .thumbnail a > img,
.wpdevelop .carousel-inner > .item > img,
.wpdevelop .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wpdevelop .img-rounded {
  border-radius: 6px;
}
.wpdevelop .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.wpdevelop .img-circle {
  border-radius: 50%;
}
.wpdevelop hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.wpdevelop .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.wpdevelop .sr-only-focusable:active,
.wpdevelop .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.wpdevelop [role="button"] {
  cursor: pointer;
}
.wpdevelop h1,
.wpdevelop h2,
.wpdevelop h3,
.wpdevelop h4,
.wpdevelop h5,
.wpdevelop h6,
.wpdevelop .h1,
.wpdevelop .h2,
.wpdevelop .h3,
.wpdevelop .h4,
.wpdevelop .h5,
.wpdevelop .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.wpdevelop h1 small,
.wpdevelop h2 small,
.wpdevelop h3 small,
.wpdevelop h4 small,
.wpdevelop h5 small,
.wpdevelop h6 small,
.wpdevelop .h1 small,
.wpdevelop .h2 small,
.wpdevelop .h3 small,
.wpdevelop .h4 small,
.wpdevelop .h5 small,
.wpdevelop .h6 small,
.wpdevelop h1 .small,
.wpdevelop h2 .small,
.wpdevelop h3 .small,
.wpdevelop h4 .small,
.wpdevelop h5 .small,
.wpdevelop h6 .small,
.wpdevelop .h1 .small,
.wpdevelop .h2 .small,
.wpdevelop .h3 .small,
.wpdevelop .h4 .small,
.wpdevelop .h5 .small,
.wpdevelop .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.wpdevelop h1,
.wpdevelop .h1,
.wpdevelop h2,
.wpdevelop .h2,
.wpdevelop h3,
.wpdevelop .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.wpdevelop h1 small,
.wpdevelop .h1 small,
.wpdevelop h2 small,
.wpdevelop .h2 small,
.wpdevelop h3 small,
.wpdevelop .h3 small,
.wpdevelop h1 .small,
.wpdevelop .h1 .small,
.wpdevelop h2 .small,
.wpdevelop .h2 .small,
.wpdevelop h3 .small,
.wpdevelop .h3 .small {
  font-size: 65%;
}
.wpdevelop h4,
.wpdevelop .h4,
.wpdevelop h5,
.wpdevelop .h5,
.wpdevelop h6,
.wpdevelop .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wpdevelop h4 small,
.wpdevelop .h4 small,
.wpdevelop h5 small,
.wpdevelop .h5 small,
.wpdevelop h6 small,
.wpdevelop .h6 small,
.wpdevelop h4 .small,
.wpdevelop .h4 .small,
.wpdevelop h5 .small,
.wpdevelop .h5 .small,
.wpdevelop h6 .small,
.wpdevelop .h6 .small {
  font-size: 75%;
}
.wpdevelop h1,
.wpdevelop .h1 {
  font-size: 36px;
}
.wpdevelop h2,
.wpdevelop .h2 {
  font-size: 30px;
}
.wpdevelop h3,
.wpdevelop .h3 {
  font-size: 24px;
}
.wpdevelop h4,
.wpdevelop .h4 {
  font-size: 18px;
}
.wpdevelop h5,
.wpdevelop .h5 {
  font-size: 14px;
}
.wpdevelop h6,
.wpdevelop .h6 {
  font-size: 12px;
}
.wpdevelop p {
  margin: 0 0 10px;
}
.wpdevelop .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .wpdevelop .lead {
    font-size: 21px;
  }
}
.wpdevelop small,
.wpdevelop .small {
  font-size: 85%;
}
.wpdevelop mark,
.wpdevelop .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.wpdevelop .text-left {
  text-align: left;
}
.wpdevelop .text-right {
  text-align: right;
}
.wpdevelop .text-center {
  text-align: center;
}
.wpdevelop .text-justify {
  text-align: justify;
}
.wpdevelop .text-nowrap {
  white-space: nowrap;
}
.wpdevelop .text-lowercase {
  text-transform: lowercase;
}
.wpdevelop .text-uppercase {
  text-transform: uppercase;
}
.wpdevelop .text-capitalize {
  text-transform: capitalize;
}
.wpdevelop .text-muted {
  color: #777777;
}
.wpdevelop .text-primary {
  color: #337ab7;
}
.wpdevelop a.text-primary:hover,
.wpdevelop a.text-primary:focus {
  color: #286090;
}
.wpdevelop .text-success {
  color: #3c763d;
}
.wpdevelop a.text-success:hover,
.wpdevelop a.text-success:focus {
  color: #2b542c;
}
.wpdevelop .text-info {
  color: #31708f;
}
.wpdevelop a.text-info:hover,
.wpdevelop a.text-info:focus {
  color: #245269;
}
.wpdevelop .text-warning {
  color: #8a6d3b;
}
.wpdevelop a.text-warning:hover,
.wpdevelop a.text-warning:focus {
  color: #66512c;
}
.wpdevelop .text-danger {
  color: #a94442;
}
.wpdevelop a.text-danger:hover,
.wpdevelop a.text-danger:focus {
  color: #843534;
}
.wpdevelop .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.wpdevelop a.bg-primary:hover,
.wpdevelop a.bg-primary:focus {
  background-color: #286090;
}
.wpdevelop .bg-success {
  background-color: #dff0d8;
}
.wpdevelop a.bg-success:hover,
.wpdevelop a.bg-success:focus {
  background-color: #c1e2b3;
}
.wpdevelop .bg-info {
  background-color: #d9edf7;
}
.wpdevelop a.bg-info:hover,
.wpdevelop a.bg-info:focus {
  background-color: #afd9ee;
}
.wpdevelop .bg-warning {
  background-color: #fcf8e3;
}
.wpdevelop a.bg-warning:hover,
.wpdevelop a.bg-warning:focus {
  background-color: #f7ecb5;
}
.wpdevelop .bg-danger {
  background-color: #f2dede;
}
.wpdevelop a.bg-danger:hover,
.wpdevelop a.bg-danger:focus {
  background-color: #e4b9b9;
}
.wpdevelop .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.wpdevelop ul,
.wpdevelop ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.wpdevelop ul ul,
.wpdevelop ol ul,
.wpdevelop ul ol,
.wpdevelop ol ol {
  margin-bottom: 0;
}
.wpdevelop .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.wpdevelop .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.wpdevelop .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.wpdevelop dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.wpdevelop dt,
.wpdevelop dd {
  line-height: 1.42857143;
}
.wpdevelop dt {
  font-weight: bold;
}
.wpdevelop dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .wpdevelop .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .wpdevelop .dl-horizontal dd {
    margin-left: 180px;
  }
}
.wpdevelop abbr[title],
.wpdevelop abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.wpdevelop .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.wpdevelop blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.wpdevelop blockquote p:last-child,
.wpdevelop blockquote ul:last-child,
.wpdevelop blockquote ol:last-child {
  margin-bottom: 0;
}
.wpdevelop blockquote footer,
.wpdevelop blockquote small,
.wpdevelop blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.wpdevelop blockquote footer:before,
.wpdevelop blockquote small:before,
.wpdevelop blockquote .small:before {
  content: '\2014 \00A0';
}
.wpdevelop .blockquote-reverse,
.wpdevelop blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.wpdevelop .blockquote-reverse footer:before,
.wpdevelop blockquote.pull-right footer:before,
.wpdevelop .blockquote-reverse small:before,
.wpdevelop blockquote.pull-right small:before,
.wpdevelop .blockquote-reverse .small:before,
.wpdevelop blockquote.pull-right .small:before {
  content: '';
}
.wpdevelop .blockquote-reverse footer:after,
.wpdevelop blockquote.pull-right footer:after,
.wpdevelop .blockquote-reverse small:after,
.wpdevelop blockquote.pull-right small:after,
.wpdevelop .blockquote-reverse .small:after,
.wpdevelop blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.wpdevelop address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.wpdevelop code,
.wpdevelop kbd,
.wpdevelop pre,
.wpdevelop samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.wpdevelop code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.wpdevelop kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.wpdevelop kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpdevelop pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.wpdevelop pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.wpdevelop .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.wpdevelop .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .wpdevelop .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wpdevelop .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .wpdevelop .container {
    width: 1170px;
  }
}
.wpdevelop .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.wpdevelop .row {
  margin-left: -15px;
  margin-right: -15px;
}
.wpdevelop .col-xs-1, .wpdevelop .col-sm-1, .wpdevelop .col-md-1, .wpdevelop .col-lg-1, .wpdevelop .col-xs-2, .wpdevelop .col-sm-2, .wpdevelop .col-md-2, .wpdevelop .col-lg-2, .wpdevelop .col-xs-3, .wpdevelop .col-sm-3, .wpdevelop .col-md-3, .wpdevelop .col-lg-3, .wpdevelop .col-xs-4, .wpdevelop .col-sm-4, .wpdevelop .col-md-4, .wpdevelop .col-lg-4, .wpdevelop .col-xs-5, .wpdevelop .col-sm-5, .wpdevelop .col-md-5, .wpdevelop .col-lg-5, .wpdevelop .col-xs-6, .wpdevelop .col-sm-6, .wpdevelop .col-md-6, .wpdevelop .col-lg-6, .wpdevelop .col-xs-7, .wpdevelop .col-sm-7, .wpdevelop .col-md-7, .wpdevelop .col-lg-7, .wpdevelop .col-xs-8, .wpdevelop .col-sm-8, .wpdevelop .col-md-8, .wpdevelop .col-lg-8, .wpdevelop .col-xs-9, .wpdevelop .col-sm-9, .wpdevelop .col-md-9, .wpdevelop .col-lg-9, .wpdevelop .col-xs-10, .wpdevelop .col-sm-10, .wpdevelop .col-md-10, .wpdevelop .col-lg-10, .wpdevelop .col-xs-11, .wpdevelop .col-sm-11, .wpdevelop .col-md-11, .wpdevelop .col-lg-11, .wpdevelop .col-xs-12, .wpdevelop .col-sm-12, .wpdevelop .col-md-12, .wpdevelop .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.wpdevelop .col-xs-1, .wpdevelop .col-xs-2, .wpdevelop .col-xs-3, .wpdevelop .col-xs-4, .wpdevelop .col-xs-5, .wpdevelop .col-xs-6, .wpdevelop .col-xs-7, .wpdevelop .col-xs-8, .wpdevelop .col-xs-9, .wpdevelop .col-xs-10, .wpdevelop .col-xs-11, .wpdevelop .col-xs-12 {
  float: left;
}
.wpdevelop .col-xs-12 {
  width: 100%;
}
.wpdevelop .col-xs-11 {
  width: 91.66666667%;
}
.wpdevelop .col-xs-10 {
  width: 83.33333333%;
}
.wpdevelop .col-xs-9 {
  width: 75%;
}
.wpdevelop .col-xs-8 {
  width: 66.66666667%;
}
.wpdevelop .col-xs-7 {
  width: 58.33333333%;
}
.wpdevelop .col-xs-6 {
  width: 50%;
}
.wpdevelop .col-xs-5 {
  width: 41.66666667%;
}
.wpdevelop .col-xs-4 {
  width: 33.33333333%;
}
.wpdevelop .col-xs-3 {
  width: 25%;
}
.wpdevelop .col-xs-2 {
  width: 16.66666667%;
}
.wpdevelop .col-xs-1 {
  width: 8.33333333%;
}
.wpdevelop .col-xs-pull-12 {
  right: 100%;
}
.wpdevelop .col-xs-pull-11 {
  right: 91.66666667%;
}
.wpdevelop .col-xs-pull-10 {
  right: 83.33333333%;
}
.wpdevelop .col-xs-pull-9 {
  right: 75%;
}
.wpdevelop .col-xs-pull-8 {
  right: 66.66666667%;
}
.wpdevelop .col-xs-pull-7 {
  right: 58.33333333%;
}
.wpdevelop .col-xs-pull-6 {
  right: 50%;
}
.wpdevelop .col-xs-pull-5 {
  right: 41.66666667%;
}
.wpdevelop .col-xs-pull-4 {
  right: 33.33333333%;
}
.wpdevelop .col-xs-pull-3 {
  right: 25%;
}
.wpdevelop .col-xs-pull-2 {
  right: 16.66666667%;
}
.wpdevelop .col-xs-pull-1 {
  right: 8.33333333%;
}
.wpdevelop .col-xs-pull-0 {
  right: auto;
}
.wpdevelop .col-xs-push-12 {
  left: 100%;
}
.wpdevelop .col-xs-push-11 {
  left: 91.66666667%;
}
.wpdevelop .col-xs-push-10 {
  left: 83.33333333%;
}
.wpdevelop .col-xs-push-9 {
  left: 75%;
}
.wpdevelop .col-xs-push-8 {
  left: 66.66666667%;
}
.wpdevelop .col-xs-push-7 {
  left: 58.33333333%;
}
.wpdevelop .col-xs-push-6 {
  left: 50%;
}
.wpdevelop .col-xs-push-5 {
  left: 41.66666667%;
}
.wpdevelop .col-xs-push-4 {
  left: 33.33333333%;
}
.wpdevelop .col-xs-push-3 {
  left: 25%;
}
.wpdevelop .col-xs-push-2 {
  left: 16.66666667%;
}
.wpdevelop .col-xs-push-1 {
  left: 8.33333333%;
}
.wpdevelop .col-xs-push-0 {
  left: auto;
}
.wpdevelop .col-xs-offset-12 {
  margin-left: 100%;
}
.wpdevelop .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.wpdevelop .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.wpdevelop .col-xs-offset-9 {
  margin-left: 75%;
}
.wpdevelop .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.wpdevelop .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.wpdevelop .col-xs-offset-6 {
  margin-left: 50%;
}
.wpdevelop .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.wpdevelop .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.wpdevelop .col-xs-offset-3 {
  margin-left: 25%;
}
.wpdevelop .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.wpdevelop .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.wpdevelop .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .wpdevelop .col-sm-1, .wpdevelop .col-sm-2, .wpdevelop .col-sm-3, .wpdevelop .col-sm-4, .wpdevelop .col-sm-5, .wpdevelop .col-sm-6, .wpdevelop .col-sm-7, .wpdevelop .col-sm-8, .wpdevelop .col-sm-9, .wpdevelop .col-sm-10, .wpdevelop .col-sm-11, .wpdevelop .col-sm-12 {
    float: left;
  }
  .wpdevelop .col-sm-12 {
    width: 100%;
  }
  .wpdevelop .col-sm-11 {
    width: 91.66666667%;
  }
  .wpdevelop .col-sm-10 {
    width: 83.33333333%;
  }
  .wpdevelop .col-sm-9 {
    width: 75%;
  }
  .wpdevelop .col-sm-8 {
    width: 66.66666667%;
  }
  .wpdevelop .col-sm-7 {
    width: 58.33333333%;
  }
  .wpdevelop .col-sm-6 {
    width: 50%;
  }
  .wpdevelop .col-sm-5 {
    width: 41.66666667%;
  }
  .wpdevelop .col-sm-4 {
    width: 33.33333333%;
  }
  .wpdevelop .col-sm-3 {
    width: 25%;
  }
  .wpdevelop .col-sm-2 {
    width: 16.66666667%;
  }
  .wpdevelop .col-sm-1 {
    width: 8.33333333%;
  }
  .wpdevelop .col-sm-pull-12 {
    right: 100%;
  }
  .wpdevelop .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .wpdevelop .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .wpdevelop .col-sm-pull-9 {
    right: 75%;
  }
  .wpdevelop .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .wpdevelop .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .wpdevelop .col-sm-pull-6 {
    right: 50%;
  }
  .wpdevelop .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .wpdevelop .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .wpdevelop .col-sm-pull-3 {
    right: 25%;
  }
  .wpdevelop .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .wpdevelop .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .wpdevelop .col-sm-pull-0 {
    right: auto;
  }
  .wpdevelop .col-sm-push-12 {
    left: 100%;
  }
  .wpdevelop .col-sm-push-11 {
    left: 91.66666667%;
  }
  .wpdevelop .col-sm-push-10 {
    left: 83.33333333%;
  }
  .wpdevelop .col-sm-push-9 {
    left: 75%;
  }
  .wpdevelop .col-sm-push-8 {
    left: 66.66666667%;
  }
  .wpdevelop .col-sm-push-7 {
    left: 58.33333333%;
  }
  .wpdevelop .col-sm-push-6 {
    left: 50%;
  }
  .wpdevelop .col-sm-push-5 {
    left: 41.66666667%;
  }
  .wpdevelop .col-sm-push-4 {
    left: 33.33333333%;
  }
  .wpdevelop .col-sm-push-3 {
    left: 25%;
  }
  .wpdevelop .col-sm-push-2 {
    left: 16.66666667%;
  }
  .wpdevelop .col-sm-push-1 {
    left: 8.33333333%;
  }
  .wpdevelop .col-sm-push-0 {
    left: auto;
  }
  .wpdevelop .col-sm-offset-12 {
    margin-left: 100%;
  }
  .wpdevelop .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .wpdevelop .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .wpdevelop .col-sm-offset-9 {
    margin-left: 75%;
  }
  .wpdevelop .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .wpdevelop .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .wpdevelop .col-sm-offset-6 {
    margin-left: 50%;
  }
  .wpdevelop .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .wpdevelop .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .wpdevelop .col-sm-offset-3 {
    margin-left: 25%;
  }
  .wpdevelop .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .wpdevelop .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .wpdevelop .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .wpdevelop .col-md-1, .wpdevelop .col-md-2, .wpdevelop .col-md-3, .wpdevelop .col-md-4, .wpdevelop .col-md-5, .wpdevelop .col-md-6, .wpdevelop .col-md-7, .wpdevelop .col-md-8, .wpdevelop .col-md-9, .wpdevelop .col-md-10, .wpdevelop .col-md-11, .wpdevelop .col-md-12 {
    float: left;
  }
  .wpdevelop .col-md-12 {
    width: 100%;
  }
  .wpdevelop .col-md-11 {
    width: 91.66666667%;
  }
  .wpdevelop .col-md-10 {
    width: 83.33333333%;
  }
  .wpdevelop .col-md-9 {
    width: 75%;
  }
  .wpdevelop .col-md-8 {
    width: 66.66666667%;
  }
  .wpdevelop .col-md-7 {
    width: 58.33333333%;
  }
  .wpdevelop .col-md-6 {
    width: 50%;
  }
  .wpdevelop .col-md-5 {
    width: 41.66666667%;
  }
  .wpdevelop .col-md-4 {
    width: 33.33333333%;
  }
  .wpdevelop .col-md-3 {
    width: 25%;
  }
  .wpdevelop .col-md-2 {
    width: 16.66666667%;
  }
  .wpdevelop .col-md-1 {
    width: 8.33333333%;
  }
  .wpdevelop .col-md-pull-12 {
    right: 100%;
  }
  .wpdevelop .col-md-pull-11 {
    right: 91.66666667%;
  }
  .wpdevelop .col-md-pull-10 {
    right: 83.33333333%;
  }
  .wpdevelop .col-md-pull-9 {
    right: 75%;
  }
  .wpdevelop .col-md-pull-8 {
    right: 66.66666667%;
  }
  .wpdevelop .col-md-pull-7 {
    right: 58.33333333%;
  }
  .wpdevelop .col-md-pull-6 {
    right: 50%;
  }
  .wpdevelop .col-md-pull-5 {
    right: 41.66666667%;
  }
  .wpdevelop .col-md-pull-4 {
    right: 33.33333333%;
  }
  .wpdevelop .col-md-pull-3 {
    right: 25%;
  }
  .wpdevelop .col-md-pull-2 {
    right: 16.66666667%;
  }
  .wpdevelop .col-md-pull-1 {
    right: 8.33333333%;
  }
  .wpdevelop .col-md-pull-0 {
    right: auto;
  }
  .wpdevelop .col-md-push-12 {
    left: 100%;
  }
  .wpdevelop .col-md-push-11 {
    left: 91.66666667%;
  }
  .wpdevelop .col-md-push-10 {
    left: 83.33333333%;
  }
  .wpdevelop .col-md-push-9 {
    left: 75%;
  }
  .wpdevelop .col-md-push-8 {
    left: 66.66666667%;
  }
  .wpdevelop .col-md-push-7 {
    left: 58.33333333%;
  }
  .wpdevelop .col-md-push-6 {
    left: 50%;
  }
  .wpdevelop .col-md-push-5 {
    left: 41.66666667%;
  }
  .wpdevelop .col-md-push-4 {
    left: 33.33333333%;
  }
  .wpdevelop .col-md-push-3 {
    left: 25%;
  }
  .wpdevelop .col-md-push-2 {
    left: 16.66666667%;
  }
  .wpdevelop .col-md-push-1 {
    left: 8.33333333%;
  }
  .wpdevelop .col-md-push-0 {
    left: auto;
  }
  .wpdevelop .col-md-offset-12 {
    margin-left: 100%;
  }
  .wpdevelop .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .wpdevelop .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .wpdevelop .col-md-offset-9 {
    margin-left: 75%;
  }
  .wpdevelop .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .wpdevelop .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .wpdevelop .col-md-offset-6 {
    margin-left: 50%;
  }
  .wpdevelop .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .wpdevelop .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .wpdevelop .col-md-offset-3 {
    margin-left: 25%;
  }
  .wpdevelop .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .wpdevelop .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .wpdevelop .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .wpdevelop .col-lg-1, .wpdevelop .col-lg-2, .wpdevelop .col-lg-3, .wpdevelop .col-lg-4, .wpdevelop .col-lg-5, .wpdevelop .col-lg-6, .wpdevelop .col-lg-7, .wpdevelop .col-lg-8, .wpdevelop .col-lg-9, .wpdevelop .col-lg-10, .wpdevelop .col-lg-11, .wpdevelop .col-lg-12 {
    float: left;
  }
  .wpdevelop .col-lg-12 {
    width: 100%;
  }
  .wpdevelop .col-lg-11 {
    width: 91.66666667%;
  }
  .wpdevelop .col-lg-10 {
    width: 83.33333333%;
  }
  .wpdevelop .col-lg-9 {
    width: 75%;
  }
  .wpdevelop .col-lg-8 {
    width: 66.66666667%;
  }
  .wpdevelop .col-lg-7 {
    width: 58.33333333%;
  }
  .wpdevelop .col-lg-6 {
    width: 50%;
  }
  .wpdevelop .col-lg-5 {
    width: 41.66666667%;
  }
  .wpdevelop .col-lg-4 {
    width: 33.33333333%;
  }
  .wpdevelop .col-lg-3 {
    width: 25%;
  }
  .wpdevelop .col-lg-2 {
    width: 16.66666667%;
  }
  .wpdevelop .col-lg-1 {
    width: 8.33333333%;
  }
  .wpdevelop .col-lg-pull-12 {
    right: 100%;
  }
  .wpdevelop .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .wpdevelop .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .wpdevelop .col-lg-pull-9 {
    right: 75%;
  }
  .wpdevelop .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .wpdevelop .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .wpdevelop .col-lg-pull-6 {
    right: 50%;
  }
  .wpdevelop .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .wpdevelop .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .wpdevelop .col-lg-pull-3 {
    right: 25%;
  }
  .wpdevelop .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .wpdevelop .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .wpdevelop .col-lg-pull-0 {
    right: auto;
  }
  .wpdevelop .col-lg-push-12 {
    left: 100%;
  }
  .wpdevelop .col-lg-push-11 {
    left: 91.66666667%;
  }
  .wpdevelop .col-lg-push-10 {
    left: 83.33333333%;
  }
  .wpdevelop .col-lg-push-9 {
    left: 75%;
  }
  .wpdevelop .col-lg-push-8 {
    left: 66.66666667%;
  }
  .wpdevelop .col-lg-push-7 {
    left: 58.33333333%;
  }
  .wpdevelop .col-lg-push-6 {
    left: 50%;
  }
  .wpdevelop .col-lg-push-5 {
    left: 41.66666667%;
  }
  .wpdevelop .col-lg-push-4 {
    left: 33.33333333%;
  }
  .wpdevelop .col-lg-push-3 {
    left: 25%;
  }
  .wpdevelop .col-lg-push-2 {
    left: 16.66666667%;
  }
  .wpdevelop .col-lg-push-1 {
    left: 8.33333333%;
  }
  .wpdevelop .col-lg-push-0 {
    left: auto;
  }
  .wpdevelop .col-lg-offset-12 {
    margin-left: 100%;
  }
  .wpdevelop .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .wpdevelop .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .wpdevelop .col-lg-offset-9 {
    margin-left: 75%;
  }
  .wpdevelop .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .wpdevelop .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .wpdevelop .col-lg-offset-6 {
    margin-left: 50%;
  }
  .wpdevelop .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .wpdevelop .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .wpdevelop .col-lg-offset-3 {
    margin-left: 25%;
  }
  .wpdevelop .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .wpdevelop .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .wpdevelop .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.wpdevelop table {
  background-color: transparent;
}
.wpdevelop caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.wpdevelop th {
  text-align: left;
}
.wpdevelop .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.wpdevelop .table > thead > tr > th,
.wpdevelop .table > tbody > tr > th,
.wpdevelop .table > tfoot > tr > th,
.wpdevelop .table > thead > tr > td,
.wpdevelop .table > tbody > tr > td,
.wpdevelop .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.wpdevelop .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.wpdevelop .table > caption + thead > tr:first-child > th,
.wpdevelop .table > colgroup + thead > tr:first-child > th,
.wpdevelop .table > thead:first-child > tr:first-child > th,
.wpdevelop .table > caption + thead > tr:first-child > td,
.wpdevelop .table > colgroup + thead > tr:first-child > td,
.wpdevelop .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.wpdevelop .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.wpdevelop .table .table {
  background-color: #ffffff;
}
.wpdevelop .table-condensed > thead > tr > th,
.wpdevelop .table-condensed > tbody > tr > th,
.wpdevelop .table-condensed > tfoot > tr > th,
.wpdevelop .table-condensed > thead > tr > td,
.wpdevelop .table-condensed > tbody > tr > td,
.wpdevelop .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.wpdevelop .table-bordered {
  border: 1px solid #dddddd;
}
.wpdevelop .table-bordered > thead > tr > th,
.wpdevelop .table-bordered > tbody > tr > th,
.wpdevelop .table-bordered > tfoot > tr > th,
.wpdevelop .table-bordered > thead > tr > td,
.wpdevelop .table-bordered > tbody > tr > td,
.wpdevelop .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.wpdevelop .table-bordered > thead > tr > th,
.wpdevelop .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.wpdevelop .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.wpdevelop .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.wpdevelop table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.wpdevelop table td[class*="col-"],
.wpdevelop table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.wpdevelop .table > thead > tr > td.active,
.wpdevelop .table > tbody > tr > td.active,
.wpdevelop .table > tfoot > tr > td.active,
.wpdevelop .table > thead > tr > th.active,
.wpdevelop .table > tbody > tr > th.active,
.wpdevelop .table > tfoot > tr > th.active,
.wpdevelop .table > thead > tr.active > td,
.wpdevelop .table > tbody > tr.active > td,
.wpdevelop .table > tfoot > tr.active > td,
.wpdevelop .table > thead > tr.active > th,
.wpdevelop .table > tbody > tr.active > th,
.wpdevelop .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.wpdevelop .table-hover > tbody > tr > td.active:hover,
.wpdevelop .table-hover > tbody > tr > th.active:hover,
.wpdevelop .table-hover > tbody > tr.active:hover > td,
.wpdevelop .table-hover > tbody > tr:hover > .active,
.wpdevelop .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.wpdevelop .table > thead > tr > td.success,
.wpdevelop .table > tbody > tr > td.success,
.wpdevelop .table > tfoot > tr > td.success,
.wpdevelop .table > thead > tr > th.success,
.wpdevelop .table > tbody > tr > th.success,
.wpdevelop .table > tfoot > tr > th.success,
.wpdevelop .table > thead > tr.success > td,
.wpdevelop .table > tbody > tr.success > td,
.wpdevelop .table > tfoot > tr.success > td,
.wpdevelop .table > thead > tr.success > th,
.wpdevelop .table > tbody > tr.success > th,
.wpdevelop .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.wpdevelop .table-hover > tbody > tr > td.success:hover,
.wpdevelop .table-hover > tbody > tr > th.success:hover,
.wpdevelop .table-hover > tbody > tr.success:hover > td,
.wpdevelop .table-hover > tbody > tr:hover > .success,
.wpdevelop .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.wpdevelop .table > thead > tr > td.info,
.wpdevelop .table > tbody > tr > td.info,
.wpdevelop .table > tfoot > tr > td.info,
.wpdevelop .table > thead > tr > th.info,
.wpdevelop .table > tbody > tr > th.info,
.wpdevelop .table > tfoot > tr > th.info,
.wpdevelop .table > thead > tr.info > td,
.wpdevelop .table > tbody > tr.info > td,
.wpdevelop .table > tfoot > tr.info > td,
.wpdevelop .table > thead > tr.info > th,
.wpdevelop .table > tbody > tr.info > th,
.wpdevelop .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.wpdevelop .table-hover > tbody > tr > td.info:hover,
.wpdevelop .table-hover > tbody > tr > th.info:hover,
.wpdevelop .table-hover > tbody > tr.info:hover > td,
.wpdevelop .table-hover > tbody > tr:hover > .info,
.wpdevelop .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.wpdevelop .table > thead > tr > td.warning,
.wpdevelop .table > tbody > tr > td.warning,
.wpdevelop .table > tfoot > tr > td.warning,
.wpdevelop .table > thead > tr > th.warning,
.wpdevelop .table > tbody > tr > th.warning,
.wpdevelop .table > tfoot > tr > th.warning,
.wpdevelop .table > thead > tr.warning > td,
.wpdevelop .table > tbody > tr.warning > td,
.wpdevelop .table > tfoot > tr.warning > td,
.wpdevelop .table > thead > tr.warning > th,
.wpdevelop .table > tbody > tr.warning > th,
.wpdevelop .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.wpdevelop .table-hover > tbody > tr > td.warning:hover,
.wpdevelop .table-hover > tbody > tr > th.warning:hover,
.wpdevelop .table-hover > tbody > tr.warning:hover > td,
.wpdevelop .table-hover > tbody > tr:hover > .warning,
.wpdevelop .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.wpdevelop .table > thead > tr > td.danger,
.wpdevelop .table > tbody > tr > td.danger,
.wpdevelop .table > tfoot > tr > td.danger,
.wpdevelop .table > thead > tr > th.danger,
.wpdevelop .table > tbody > tr > th.danger,
.wpdevelop .table > tfoot > tr > th.danger,
.wpdevelop .table > thead > tr.danger > td,
.wpdevelop .table > tbody > tr.danger > td,
.wpdevelop .table > tfoot > tr.danger > td,
.wpdevelop .table > thead > tr.danger > th,
.wpdevelop .table > tbody > tr.danger > th,
.wpdevelop .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.wpdevelop .table-hover > tbody > tr > td.danger:hover,
.wpdevelop .table-hover > tbody > tr > th.danger:hover,
.wpdevelop .table-hover > tbody > tr.danger:hover > td,
.wpdevelop .table-hover > tbody > tr:hover > .danger,
.wpdevelop .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.wpdevelop .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .wpdevelop .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .wpdevelop .table-responsive > .table {
    margin-bottom: 0;
  }
  .wpdevelop .table-responsive > .table > thead > tr > th,
  .wpdevelop .table-responsive > .table > tbody > tr > th,
  .wpdevelop .table-responsive > .table > tfoot > tr > th,
  .wpdevelop .table-responsive > .table > thead > tr > td,
  .wpdevelop .table-responsive > .table > tbody > tr > td,
  .wpdevelop .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .wpdevelop .table-responsive > .table-bordered {
    border: 0;
  }
  .wpdevelop .table-responsive > .table-bordered > thead > tr > th:first-child,
  .wpdevelop .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .wpdevelop .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .wpdevelop .table-responsive > .table-bordered > thead > tr > td:first-child,
  .wpdevelop .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .wpdevelop .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .wpdevelop .table-responsive > .table-bordered > thead > tr > th:last-child,
  .wpdevelop .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .wpdevelop .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .wpdevelop .table-responsive > .table-bordered > thead > tr > td:last-child,
  .wpdevelop .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .wpdevelop .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .wpdevelop .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .wpdevelop .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .wpdevelop .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .wpdevelop .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.wpdevelop fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.wpdevelop legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.wpdevelop label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.wpdevelop input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpdevelop input[type="radio"],
.wpdevelop input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.wpdevelop input[type="file"] {
  display: block;
}
.wpdevelop input[type="range"] {
  display: block;
  width: 100%;
}
.wpdevelop select[multiple],
.wpdevelop select[size] {
  height: auto;
}
.wpdevelop input[type="file"]:focus,
.wpdevelop input[type="radio"]:focus,
.wpdevelop input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wpdevelop output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.wpdevelop .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wpdevelop .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.wpdevelop .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.wpdevelop .form-control:-ms-input-placeholder {
  color: #999999;
}
.wpdevelop .form-control::-webkit-input-placeholder {
  color: #999999;
}
.wpdevelop .form-control[disabled],
.wpdevelop .form-control[readonly],
.wpdevelop fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.wpdevelop .form-control[disabled],
.wpdevelop fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.wpdevelop textarea.form-control {
  height: auto;
}
.wpdevelop input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .wpdevelop input[type="date"].form-control,
  .wpdevelop input[type="time"].form-control,
  .wpdevelop input[type="datetime-local"].form-control,
  .wpdevelop input[type="month"].form-control {
    line-height: 34px;
  }
  .wpdevelop input[type="date"].input-sm,
  .wpdevelop input[type="time"].input-sm,
  .wpdevelop input[type="datetime-local"].input-sm,
  .wpdevelop input[type="month"].input-sm,
  .wpdevelop .input-group-sm input[type="date"],
  .wpdevelop .input-group-sm input[type="time"],
  .wpdevelop .input-group-sm input[type="datetime-local"],
  .wpdevelop .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  .wpdevelop input[type="date"].input-lg,
  .wpdevelop input[type="time"].input-lg,
  .wpdevelop input[type="datetime-local"].input-lg,
  .wpdevelop input[type="month"].input-lg,
  .wpdevelop .input-group-lg input[type="date"],
  .wpdevelop .input-group-lg input[type="time"],
  .wpdevelop .input-group-lg input[type="datetime-local"],
  .wpdevelop .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.wpdevelop .form-group {
  margin-bottom: 15px;
}
.wpdevelop .radio,
.wpdevelop .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wpdevelop .radio label,
.wpdevelop .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.wpdevelop .radio input[type="radio"],
.wpdevelop .radio-inline input[type="radio"],
.wpdevelop .checkbox input[type="checkbox"],
.wpdevelop .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.wpdevelop .radio + .radio,
.wpdevelop .checkbox + .checkbox {
  margin-top: -5px;
}
.wpdevelop .radio-inline,
.wpdevelop .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.wpdevelop .radio-inline + .radio-inline,
.wpdevelop .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.wpdevelop input[type="radio"][disabled],
.wpdevelop input[type="checkbox"][disabled],
.wpdevelop input[type="radio"].disabled,
.wpdevelop input[type="checkbox"].disabled,
.wpdevelop fieldset[disabled] input[type="radio"],
.wpdevelop fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.wpdevelop .radio-inline.disabled,
.wpdevelop .checkbox-inline.disabled,
.wpdevelop fieldset[disabled] .radio-inline,
.wpdevelop fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.wpdevelop .radio.disabled label,
.wpdevelop .checkbox.disabled label,
.wpdevelop fieldset[disabled] .radio label,
.wpdevelop fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.wpdevelop .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.wpdevelop .form-control-static.input-lg,
.wpdevelop .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.wpdevelop .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.wpdevelop select.input-sm {
  height: 30px;
  line-height: 30px;
}
.wpdevelop textarea.input-sm,
.wpdevelop select[multiple].input-sm {
  height: auto;
}
.wpdevelop .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.wpdevelop .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.wpdevelop .form-group-sm textarea.form-control,
.wpdevelop .form-group-sm select[multiple].form-control {
  height: auto;
}
.wpdevelop .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.wpdevelop .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.wpdevelop select.input-lg {
  height: 46px;
  line-height: 46px;
}
.wpdevelop textarea.input-lg,
.wpdevelop select[multiple].input-lg {
  height: auto;
}
.wpdevelop .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.wpdevelop .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.wpdevelop .form-group-lg textarea.form-control,
.wpdevelop .form-group-lg select[multiple].form-control {
  height: auto;
}
.wpdevelop .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.wpdevelop .has-feedback {
  position: relative;
}
.wpdevelop .has-feedback .form-control {
  padding-right: 42.5px;
}
.wpdevelop .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.wpdevelop .input-lg + .form-control-feedback,
.wpdevelop .input-group-lg + .form-control-feedback,
.wpdevelop .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.wpdevelop .input-sm + .form-control-feedback,
.wpdevelop .input-group-sm + .form-control-feedback,
.wpdevelop .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.wpdevelop .has-success .help-block,
.wpdevelop .has-success .control-label,
.wpdevelop .has-success .radio,
.wpdevelop .has-success .checkbox,
.wpdevelop .has-success .radio-inline,
.wpdevelop .has-success .checkbox-inline,
.wpdevelop .has-success.radio label,
.wpdevelop .has-success.checkbox label,
.wpdevelop .has-success.radio-inline label,
.wpdevelop .has-success.checkbox-inline label {
  color: #3c763d;
}
.wpdevelop .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wpdevelop .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.wpdevelop .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.wpdevelop .has-success .form-control-feedback {
  color: #3c763d;
}
.wpdevelop .has-warning .help-block,
.wpdevelop .has-warning .control-label,
.wpdevelop .has-warning .radio,
.wpdevelop .has-warning .checkbox,
.wpdevelop .has-warning .radio-inline,
.wpdevelop .has-warning .checkbox-inline,
.wpdevelop .has-warning.radio label,
.wpdevelop .has-warning.checkbox label,
.wpdevelop .has-warning.radio-inline label,
.wpdevelop .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.wpdevelop .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wpdevelop .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.wpdevelop .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.wpdevelop .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.wpdevelop .has-error .help-block,
.wpdevelop .has-error .control-label,
.wpdevelop .has-error .radio,
.wpdevelop .has-error .checkbox,
.wpdevelop .has-error .radio-inline,
.wpdevelop .has-error .checkbox-inline,
.wpdevelop .has-error.radio label,
.wpdevelop .has-error.checkbox label,
.wpdevelop .has-error.radio-inline label,
.wpdevelop .has-error.checkbox-inline label {
  color: #a94442;
}
.wpdevelop .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wpdevelop .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.wpdevelop .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.wpdevelop .has-error .form-control-feedback {
  color: #a94442;
}
.wpdevelop .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.wpdevelop .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.wpdevelop .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .wpdevelop .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .wpdevelop .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .wpdevelop .form-inline .form-control-static {
    display: inline-block;
  }
  .wpdevelop .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .wpdevelop .form-inline .input-group .input-group-addon,
  .wpdevelop .form-inline .input-group .input-group-btn,
  .wpdevelop .form-inline .input-group .form-control {
    width: auto;
  }
  .wpdevelop .form-inline .input-group > .form-control {
    width: 100%;
  }
  .wpdevelop .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .wpdevelop .form-inline .radio,
  .wpdevelop .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .wpdevelop .form-inline .radio label,
  .wpdevelop .form-inline .checkbox label {
    padding-left: 0;
  }
  .wpdevelop .form-inline .radio input[type="radio"],
  .wpdevelop .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .wpdevelop .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.wpdevelop .form-horizontal .radio,
.wpdevelop .form-horizontal .checkbox,
.wpdevelop .form-horizontal .radio-inline,
.wpdevelop .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.wpdevelop .form-horizontal .radio,
.wpdevelop .form-horizontal .checkbox {
  min-height: 27px;
}
.wpdevelop .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .wpdevelop .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.wpdevelop .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .wpdevelop .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .wpdevelop .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.wpdevelop .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpdevelop .btn:focus,
.wpdevelop .btn:active:focus,
.wpdevelop .btn.active:focus,
.wpdevelop .btn.focus,
.wpdevelop .btn:active.focus,
.wpdevelop .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wpdevelop .btn:hover,
.wpdevelop .btn:focus,
.wpdevelop .btn.focus {
  color: #333333;
  text-decoration: none;
}
.wpdevelop .btn:active,
.wpdevelop .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wpdevelop .btn.disabled,
.wpdevelop .btn[disabled],
.wpdevelop fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpdevelop a.btn.disabled,
.wpdevelop fieldset[disabled] a.btn {
  pointer-events: none;
}
.wpdevelop .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.wpdevelop .btn-default:focus,
.wpdevelop .btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.wpdevelop .btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.wpdevelop .btn-default:active,
.wpdevelop .btn-default.active,
.wpdevelop .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.wpdevelop .btn-default:active:hover,
.wpdevelop .btn-default.active:hover,
.wpdevelop .open > .dropdown-toggle.btn-default:hover,
.wpdevelop .btn-default:active:focus,
.wpdevelop .btn-default.active:focus,
.wpdevelop .open > .dropdown-toggle.btn-default:focus,
.wpdevelop .btn-default:active.focus,
.wpdevelop .btn-default.active.focus,
.wpdevelop .open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.wpdevelop .btn-default:active,
.wpdevelop .btn-default.active,
.wpdevelop .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.wpdevelop .btn-default.disabled,
.wpdevelop .btn-default[disabled],
.wpdevelop fieldset[disabled] .btn-default,
.wpdevelop .btn-default.disabled:hover,
.wpdevelop .btn-default[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-default:hover,
.wpdevelop .btn-default.disabled:focus,
.wpdevelop .btn-default[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-default:focus,
.wpdevelop .btn-default.disabled.focus,
.wpdevelop .btn-default[disabled].focus,
.wpdevelop fieldset[disabled] .btn-default.focus,
.wpdevelop .btn-default.disabled:active,
.wpdevelop .btn-default[disabled]:active,
.wpdevelop fieldset[disabled] .btn-default:active,
.wpdevelop .btn-default.disabled.active,
.wpdevelop .btn-default[disabled].active,
.wpdevelop fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.wpdevelop .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.wpdevelop .btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.wpdevelop .btn-primary:focus,
.wpdevelop .btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.wpdevelop .btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.wpdevelop .btn-primary:active,
.wpdevelop .btn-primary.active,
.wpdevelop .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.wpdevelop .btn-primary:active:hover,
.wpdevelop .btn-primary.active:hover,
.wpdevelop .open > .dropdown-toggle.btn-primary:hover,
.wpdevelop .btn-primary:active:focus,
.wpdevelop .btn-primary.active:focus,
.wpdevelop .open > .dropdown-toggle.btn-primary:focus,
.wpdevelop .btn-primary:active.focus,
.wpdevelop .btn-primary.active.focus,
.wpdevelop .open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.wpdevelop .btn-primary:active,
.wpdevelop .btn-primary.active,
.wpdevelop .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.wpdevelop .btn-primary.disabled,
.wpdevelop .btn-primary[disabled],
.wpdevelop fieldset[disabled] .btn-primary,
.wpdevelop .btn-primary.disabled:hover,
.wpdevelop .btn-primary[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-primary:hover,
.wpdevelop .btn-primary.disabled:focus,
.wpdevelop .btn-primary[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-primary:focus,
.wpdevelop .btn-primary.disabled.focus,
.wpdevelop .btn-primary[disabled].focus,
.wpdevelop fieldset[disabled] .btn-primary.focus,
.wpdevelop .btn-primary.disabled:active,
.wpdevelop .btn-primary[disabled]:active,
.wpdevelop fieldset[disabled] .btn-primary:active,
.wpdevelop .btn-primary.disabled.active,
.wpdevelop .btn-primary[disabled].active,
.wpdevelop fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.wpdevelop .btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.wpdevelop .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.wpdevelop .btn-success:focus,
.wpdevelop .btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.wpdevelop .btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.wpdevelop .btn-success:active,
.wpdevelop .btn-success.active,
.wpdevelop .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.wpdevelop .btn-success:active:hover,
.wpdevelop .btn-success.active:hover,
.wpdevelop .open > .dropdown-toggle.btn-success:hover,
.wpdevelop .btn-success:active:focus,
.wpdevelop .btn-success.active:focus,
.wpdevelop .open > .dropdown-toggle.btn-success:focus,
.wpdevelop .btn-success:active.focus,
.wpdevelop .btn-success.active.focus,
.wpdevelop .open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.wpdevelop .btn-success:active,
.wpdevelop .btn-success.active,
.wpdevelop .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.wpdevelop .btn-success.disabled,
.wpdevelop .btn-success[disabled],
.wpdevelop fieldset[disabled] .btn-success,
.wpdevelop .btn-success.disabled:hover,
.wpdevelop .btn-success[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-success:hover,
.wpdevelop .btn-success.disabled:focus,
.wpdevelop .btn-success[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-success:focus,
.wpdevelop .btn-success.disabled.focus,
.wpdevelop .btn-success[disabled].focus,
.wpdevelop fieldset[disabled] .btn-success.focus,
.wpdevelop .btn-success.disabled:active,
.wpdevelop .btn-success[disabled]:active,
.wpdevelop fieldset[disabled] .btn-success:active,
.wpdevelop .btn-success.disabled.active,
.wpdevelop .btn-success[disabled].active,
.wpdevelop fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.wpdevelop .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.wpdevelop .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.wpdevelop .btn-info:focus,
.wpdevelop .btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.wpdevelop .btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.wpdevelop .btn-info:active,
.wpdevelop .btn-info.active,
.wpdevelop .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.wpdevelop .btn-info:active:hover,
.wpdevelop .btn-info.active:hover,
.wpdevelop .open > .dropdown-toggle.btn-info:hover,
.wpdevelop .btn-info:active:focus,
.wpdevelop .btn-info.active:focus,
.wpdevelop .open > .dropdown-toggle.btn-info:focus,
.wpdevelop .btn-info:active.focus,
.wpdevelop .btn-info.active.focus,
.wpdevelop .open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.wpdevelop .btn-info:active,
.wpdevelop .btn-info.active,
.wpdevelop .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.wpdevelop .btn-info.disabled,
.wpdevelop .btn-info[disabled],
.wpdevelop fieldset[disabled] .btn-info,
.wpdevelop .btn-info.disabled:hover,
.wpdevelop .btn-info[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-info:hover,
.wpdevelop .btn-info.disabled:focus,
.wpdevelop .btn-info[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-info:focus,
.wpdevelop .btn-info.disabled.focus,
.wpdevelop .btn-info[disabled].focus,
.wpdevelop fieldset[disabled] .btn-info.focus,
.wpdevelop .btn-info.disabled:active,
.wpdevelop .btn-info[disabled]:active,
.wpdevelop fieldset[disabled] .btn-info:active,
.wpdevelop .btn-info.disabled.active,
.wpdevelop .btn-info[disabled].active,
.wpdevelop fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.wpdevelop .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.wpdevelop .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.wpdevelop .btn-warning:focus,
.wpdevelop .btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.wpdevelop .btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.wpdevelop .btn-warning:active,
.wpdevelop .btn-warning.active,
.wpdevelop .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.wpdevelop .btn-warning:active:hover,
.wpdevelop .btn-warning.active:hover,
.wpdevelop .open > .dropdown-toggle.btn-warning:hover,
.wpdevelop .btn-warning:active:focus,
.wpdevelop .btn-warning.active:focus,
.wpdevelop .open > .dropdown-toggle.btn-warning:focus,
.wpdevelop .btn-warning:active.focus,
.wpdevelop .btn-warning.active.focus,
.wpdevelop .open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.wpdevelop .btn-warning:active,
.wpdevelop .btn-warning.active,
.wpdevelop .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.wpdevelop .btn-warning.disabled,
.wpdevelop .btn-warning[disabled],
.wpdevelop fieldset[disabled] .btn-warning,
.wpdevelop .btn-warning.disabled:hover,
.wpdevelop .btn-warning[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-warning:hover,
.wpdevelop .btn-warning.disabled:focus,
.wpdevelop .btn-warning[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-warning:focus,
.wpdevelop .btn-warning.disabled.focus,
.wpdevelop .btn-warning[disabled].focus,
.wpdevelop fieldset[disabled] .btn-warning.focus,
.wpdevelop .btn-warning.disabled:active,
.wpdevelop .btn-warning[disabled]:active,
.wpdevelop fieldset[disabled] .btn-warning:active,
.wpdevelop .btn-warning.disabled.active,
.wpdevelop .btn-warning[disabled].active,
.wpdevelop fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.wpdevelop .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.wpdevelop .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.wpdevelop .btn-danger:focus,
.wpdevelop .btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.wpdevelop .btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.wpdevelop .btn-danger:active,
.wpdevelop .btn-danger.active,
.wpdevelop .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.wpdevelop .btn-danger:active:hover,
.wpdevelop .btn-danger.active:hover,
.wpdevelop .open > .dropdown-toggle.btn-danger:hover,
.wpdevelop .btn-danger:active:focus,
.wpdevelop .btn-danger.active:focus,
.wpdevelop .open > .dropdown-toggle.btn-danger:focus,
.wpdevelop .btn-danger:active.focus,
.wpdevelop .btn-danger.active.focus,
.wpdevelop .open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.wpdevelop .btn-danger:active,
.wpdevelop .btn-danger.active,
.wpdevelop .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.wpdevelop .btn-danger.disabled,
.wpdevelop .btn-danger[disabled],
.wpdevelop fieldset[disabled] .btn-danger,
.wpdevelop .btn-danger.disabled:hover,
.wpdevelop .btn-danger[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-danger:hover,
.wpdevelop .btn-danger.disabled:focus,
.wpdevelop .btn-danger[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-danger:focus,
.wpdevelop .btn-danger.disabled.focus,
.wpdevelop .btn-danger[disabled].focus,
.wpdevelop fieldset[disabled] .btn-danger.focus,
.wpdevelop .btn-danger.disabled:active,
.wpdevelop .btn-danger[disabled]:active,
.wpdevelop fieldset[disabled] .btn-danger:active,
.wpdevelop .btn-danger.disabled.active,
.wpdevelop .btn-danger[disabled].active,
.wpdevelop fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.wpdevelop .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.wpdevelop .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.wpdevelop .btn-link,
.wpdevelop .btn-link:active,
.wpdevelop .btn-link.active,
.wpdevelop .btn-link[disabled],
.wpdevelop fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpdevelop .btn-link,
.wpdevelop .btn-link:hover,
.wpdevelop .btn-link:focus,
.wpdevelop .btn-link:active {
  border-color: transparent;
}
.wpdevelop .btn-link:hover,
.wpdevelop .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.wpdevelop .btn-link[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-link:hover,
.wpdevelop .btn-link[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.wpdevelop .btn-lg,
.wpdevelop .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.wpdevelop .btn-sm,
.wpdevelop .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.wpdevelop .btn-xs,
.wpdevelop .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.wpdevelop .btn-block {
  display: block;
  width: 100%;
}
.wpdevelop .btn-block + .btn-block {
  margin-top: 5px;
}
.wpdevelop input[type="submit"].btn-block,
.wpdevelop input[type="reset"].btn-block,
.wpdevelop input[type="button"].btn-block {
  width: 100%;
}
.wpdevelop .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.wpdevelop .fade.in {
  opacity: 1;
}
.wpdevelop .collapse {
  display: none;
}
.wpdevelop .collapse.in {
  display: block;
}
.wpdevelop tr.collapse.in {
  display: table-row;
}
.wpdevelop tbody.collapse.in {
  display: table-row-group;
}
.wpdevelop .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.wpdevelop .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.wpdevelop .dropup,
.wpdevelop .dropdown {
  position: relative;
}
.wpdevelop .dropdown-toggle:focus {
  outline: 0;
}
.wpdevelop .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wpdevelop .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.wpdevelop .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.wpdevelop .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.wpdevelop .dropdown-menu > li > a:hover,
.wpdevelop .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.wpdevelop .dropdown-menu > .active > a,
.wpdevelop .dropdown-menu > .active > a:hover,
.wpdevelop .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.wpdevelop .dropdown-menu > .disabled > a,
.wpdevelop .dropdown-menu > .disabled > a:hover,
.wpdevelop .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.wpdevelop .dropdown-menu > .disabled > a:hover,
.wpdevelop .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.wpdevelop .open > .dropdown-menu {
  display: block;
}
.wpdevelop .open > a {
  outline: 0;
}
.wpdevelop .dropdown-menu-right {
  left: auto;
  right: 0;
}
.wpdevelop .dropdown-menu-left {
  left: 0;
  right: auto;
}
.wpdevelop .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.wpdevelop .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.wpdevelop .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.wpdevelop .dropup .caret,
.wpdevelop .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.wpdevelop .dropup .dropdown-menu,
.wpdevelop .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .wpdevelop .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .wpdevelop .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.wpdevelop .btn-group,
.wpdevelop .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.wpdevelop .btn-group > .btn,
.wpdevelop .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.wpdevelop .btn-group > .btn:hover,
.wpdevelop .btn-group-vertical > .btn:hover,
.wpdevelop .btn-group > .btn:focus,
.wpdevelop .btn-group-vertical > .btn:focus,
.wpdevelop .btn-group > .btn:active,
.wpdevelop .btn-group-vertical > .btn:active,
.wpdevelop .btn-group > .btn.active,
.wpdevelop .btn-group-vertical > .btn.active {
  z-index: 2;
}
.wpdevelop .btn-group .btn + .btn,
.wpdevelop .btn-group .btn + .btn-group,
.wpdevelop .btn-group .btn-group + .btn,
.wpdevelop .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.wpdevelop .btn-toolbar {
  margin-left: -5px;
}
.wpdevelop .btn-toolbar .btn,
.wpdevelop .btn-toolbar .btn-group,
.wpdevelop .btn-toolbar .input-group {
  float: left;
}
.wpdevelop .btn-toolbar > .btn,
.wpdevelop .btn-toolbar > .btn-group,
.wpdevelop .btn-toolbar > .input-group {
  margin-left: 5px;
}
.wpdevelop .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.wpdevelop .btn-group > .btn:first-child {
  margin-left: 0;
}
.wpdevelop .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wpdevelop .btn-group > .btn:last-child:not(:first-child),
.wpdevelop .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.wpdevelop .btn-group > .btn-group {
  float: left;
}
.wpdevelop .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.wpdevelop .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.wpdevelop .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wpdevelop .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.wpdevelop .btn-group .dropdown-toggle:active,
.wpdevelop .btn-group.open .dropdown-toggle {
  outline: 0;
}
.wpdevelop .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.wpdevelop .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.wpdevelop .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wpdevelop .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpdevelop .btn .caret {
  margin-left: 0;
}
.wpdevelop .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.wpdevelop .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.wpdevelop .btn-group-vertical > .btn,
.wpdevelop .btn-group-vertical > .btn-group,
.wpdevelop .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.wpdevelop .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.wpdevelop .btn-group-vertical > .btn + .btn,
.wpdevelop .btn-group-vertical > .btn + .btn-group,
.wpdevelop .btn-group-vertical > .btn-group + .btn,
.wpdevelop .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.wpdevelop .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.wpdevelop .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.wpdevelop .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.wpdevelop .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.wpdevelop .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.wpdevelop .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.wpdevelop .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.wpdevelop .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.wpdevelop .btn-group-justified > .btn,
.wpdevelop .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.wpdevelop .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.wpdevelop .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.wpdevelop [data-toggle="buttons"] > .btn input[type="radio"],
.wpdevelop [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.wpdevelop [data-toggle="buttons"] > .btn input[type="checkbox"],
.wpdevelop [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.wpdevelop .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.wpdevelop .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.wpdevelop .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.wpdevelop .input-group-lg > .form-control,
.wpdevelop .input-group-lg > .input-group-addon,
.wpdevelop .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.wpdevelop select.input-group-lg > .form-control,
.wpdevelop select.input-group-lg > .input-group-addon,
.wpdevelop select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.wpdevelop textarea.input-group-lg > .form-control,
.wpdevelop textarea.input-group-lg > .input-group-addon,
.wpdevelop textarea.input-group-lg > .input-group-btn > .btn,
.wpdevelop select[multiple].input-group-lg > .form-control,
.wpdevelop select[multiple].input-group-lg > .input-group-addon,
.wpdevelop select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.wpdevelop .input-group-sm > .form-control,
.wpdevelop .input-group-sm > .input-group-addon,
.wpdevelop .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.wpdevelop select.input-group-sm > .form-control,
.wpdevelop select.input-group-sm > .input-group-addon,
.wpdevelop select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.wpdevelop textarea.input-group-sm > .form-control,
.wpdevelop textarea.input-group-sm > .input-group-addon,
.wpdevelop textarea.input-group-sm > .input-group-btn > .btn,
.wpdevelop select[multiple].input-group-sm > .form-control,
.wpdevelop select[multiple].input-group-sm > .input-group-addon,
.wpdevelop select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.wpdevelop .input-group-addon,
.wpdevelop .input-group-btn,
.wpdevelop .input-group .form-control {
  display: table-cell;
}
.wpdevelop .input-group-addon:not(:first-child):not(:last-child),
.wpdevelop .input-group-btn:not(:first-child):not(:last-child),
.wpdevelop .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.wpdevelop .input-group-addon,
.wpdevelop .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.wpdevelop .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.wpdevelop .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.wpdevelop .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.wpdevelop .input-group-addon input[type="radio"],
.wpdevelop .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.wpdevelop .input-group .form-control:first-child,
.wpdevelop .input-group-addon:first-child,
.wpdevelop .input-group-btn:first-child > .btn,
.wpdevelop .input-group-btn:first-child > .btn-group > .btn,
.wpdevelop .input-group-btn:first-child > .dropdown-toggle,
.wpdevelop .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.wpdevelop .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wpdevelop .input-group-addon:first-child {
  border-right: 0;
}
.wpdevelop .input-group .form-control:last-child,
.wpdevelop .input-group-addon:last-child,
.wpdevelop .input-group-btn:last-child > .btn,
.wpdevelop .input-group-btn:last-child > .btn-group > .btn,
.wpdevelop .input-group-btn:last-child > .dropdown-toggle,
.wpdevelop .input-group-btn:first-child > .btn:not(:first-child),
.wpdevelop .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.wpdevelop .input-group-addon:last-child {
  border-left: 0;
}
.wpdevelop .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.wpdevelop .input-group-btn > .btn {
  position: relative;
}
.wpdevelop .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.wpdevelop .input-group-btn > .btn:hover,
.wpdevelop .input-group-btn > .btn:focus,
.wpdevelop .input-group-btn > .btn:active {
  z-index: 2;
}
.wpdevelop .input-group-btn:first-child > .btn,
.wpdevelop .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.wpdevelop .input-group-btn:last-child > .btn,
.wpdevelop .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.wpdevelop .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.wpdevelop .nav > li {
  position: relative;
  display: block;
}
.wpdevelop .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.wpdevelop .nav > li > a:hover,
.wpdevelop .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.wpdevelop .nav > li.disabled > a {
  color: #777777;
}
.wpdevelop .nav > li.disabled > a:hover,
.wpdevelop .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.wpdevelop .nav .open > a,
.wpdevelop .nav .open > a:hover,
.wpdevelop .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.wpdevelop .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.wpdevelop .nav > li > a > img {
  max-width: none;
}
.wpdevelop .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.wpdevelop .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.wpdevelop .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.wpdevelop .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.wpdevelop .nav-tabs > li.active > a,
.wpdevelop .nav-tabs > li.active > a:hover,
.wpdevelop .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.wpdevelop .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.wpdevelop .nav-tabs.nav-justified > li {
  float: none;
}
.wpdevelop .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.wpdevelop .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .wpdevelop .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .wpdevelop .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.wpdevelop .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.wpdevelop .nav-tabs.nav-justified > .active > a,
.wpdevelop .nav-tabs.nav-justified > .active > a:hover,
.wpdevelop .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .wpdevelop .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .wpdevelop .nav-tabs.nav-justified > .active > a,
  .wpdevelop .nav-tabs.nav-justified > .active > a:hover,
  .wpdevelop .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.wpdevelop .nav-pills > li {
  float: left;
}
.wpdevelop .nav-pills > li > a {
  border-radius: 4px;
}
.wpdevelop .nav-pills > li + li {
  margin-left: 2px;
}
.wpdevelop .nav-pills > li.active > a,
.wpdevelop .nav-pills > li.active > a:hover,
.wpdevelop .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.wpdevelop .nav-stacked > li {
  float: none;
}
.wpdevelop .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.wpdevelop .nav-justified {
  width: 100%;
}
.wpdevelop .nav-justified > li {
  float: none;
}
.wpdevelop .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.wpdevelop .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .wpdevelop .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .wpdevelop .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.wpdevelop .nav-tabs-justified {
  border-bottom: 0;
}
.wpdevelop .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.wpdevelop .nav-tabs-justified > .active > a,
.wpdevelop .nav-tabs-justified > .active > a:hover,
.wpdevelop .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .wpdevelop .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .wpdevelop .nav-tabs-justified > .active > a,
  .wpdevelop .nav-tabs-justified > .active > a:hover,
  .wpdevelop .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.wpdevelop .tab-content > .tab-pane {
  display: none;
}
.wpdevelop .tab-content > .active {
  display: block;
}
.wpdevelop .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.wpdevelop .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .wpdevelop .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .wpdevelop .navbar-header {
    float: left;
  }
}
.wpdevelop .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.wpdevelop .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .wpdevelop .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .wpdevelop .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .wpdevelop .navbar-collapse.in {
    overflow-y: visible;
  }
  .wpdevelop .navbar-fixed-top .navbar-collapse,
  .wpdevelop .navbar-static-top .navbar-collapse,
  .wpdevelop .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.wpdevelop .navbar-fixed-top .navbar-collapse,
.wpdevelop .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .wpdevelop .navbar-fixed-top .navbar-collapse,
  .wpdevelop .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.wpdevelop .container > .navbar-header,
.wpdevelop .container-fluid > .navbar-header,
.wpdevelop .container > .navbar-collapse,
.wpdevelop .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .wpdevelop .container > .navbar-header,
  .wpdevelop .container-fluid > .navbar-header,
  .wpdevelop .container > .navbar-collapse,
  .wpdevelop .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.wpdevelop .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .wpdevelop .navbar-static-top {
    border-radius: 0;
  }
}
.wpdevelop .navbar-fixed-top,
.wpdevelop .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .wpdevelop .navbar-fixed-top,
  .wpdevelop .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.wpdevelop .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.wpdevelop .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.wpdevelop .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.wpdevelop .navbar-brand:hover,
.wpdevelop .navbar-brand:focus {
  text-decoration: none;
}
.wpdevelop .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .wpdevelop .navbar > .container .navbar-brand,
  .wpdevelop .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.wpdevelop .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.wpdevelop .navbar-toggle:focus {
  outline: 0;
}
.wpdevelop .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.wpdevelop .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .wpdevelop .navbar-toggle {
    display: none;
  }
}
.wpdevelop .navbar-nav {
  margin: 7.5px -15px;
}
.wpdevelop .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .wpdevelop .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .wpdevelop .navbar-nav .open .dropdown-menu > li > a,
  .wpdevelop .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .wpdevelop .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .wpdevelop .navbar-nav .open .dropdown-menu > li > a:hover,
  .wpdevelop .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .wpdevelop .navbar-nav {
    float: left;
    margin: 0;
  }
  .wpdevelop .navbar-nav > li {
    float: left;
  }
  .wpdevelop .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.wpdevelop .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .wpdevelop .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .wpdevelop .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .wpdevelop .navbar-form .form-control-static {
    display: inline-block;
  }
  .wpdevelop .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .wpdevelop .navbar-form .input-group .input-group-addon,
  .wpdevelop .navbar-form .input-group .input-group-btn,
  .wpdevelop .navbar-form .input-group .form-control {
    width: auto;
  }
  .wpdevelop .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .wpdevelop .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .wpdevelop .navbar-form .radio,
  .wpdevelop .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .wpdevelop .navbar-form .radio label,
  .wpdevelop .navbar-form .checkbox label {
    padding-left: 0;
  }
  .wpdevelop .navbar-form .radio input[type="radio"],
  .wpdevelop .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .wpdevelop .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .wpdevelop .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .wpdevelop .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .wpdevelop .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.wpdevelop .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.wpdevelop .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.wpdevelop .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.wpdevelop .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wpdevelop .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.wpdevelop .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .wpdevelop .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .wpdevelop .navbar-left {
    float: left !important;
  }
  .wpdevelop .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .wpdevelop .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.wpdevelop .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.wpdevelop .navbar-default .navbar-brand {
  color: #777777;
}
.wpdevelop .navbar-default .navbar-brand:hover,
.wpdevelop .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.wpdevelop .navbar-default .navbar-text {
  color: #777777;
}
.wpdevelop .navbar-default .navbar-nav > li > a {
  color: #777777;
}
.wpdevelop .navbar-default .navbar-nav > li > a:hover,
.wpdevelop .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.wpdevelop .navbar-default .navbar-nav > .active > a,
.wpdevelop .navbar-default .navbar-nav > .active > a:hover,
.wpdevelop .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.wpdevelop .navbar-default .navbar-nav > .disabled > a,
.wpdevelop .navbar-default .navbar-nav > .disabled > a:hover,
.wpdevelop .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.wpdevelop .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.wpdevelop .navbar-default .navbar-toggle:hover,
.wpdevelop .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.wpdevelop .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.wpdevelop .navbar-default .navbar-collapse,
.wpdevelop .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.wpdevelop .navbar-default .navbar-nav > .open > a,
.wpdevelop .navbar-default .navbar-nav > .open > a:hover,
.wpdevelop .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .wpdevelop .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.wpdevelop .navbar-default .navbar-link {
  color: #777777;
}
.wpdevelop .navbar-default .navbar-link:hover {
  color: #333333;
}
.wpdevelop .navbar-default .btn-link {
  color: #777777;
}
.wpdevelop .navbar-default .btn-link:hover,
.wpdevelop .navbar-default .btn-link:focus {
  color: #333333;
}
.wpdevelop .navbar-default .btn-link[disabled]:hover,
.wpdevelop fieldset[disabled] .navbar-default .btn-link:hover,
.wpdevelop .navbar-default .btn-link[disabled]:focus,
.wpdevelop fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.wpdevelop .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.wpdevelop .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.wpdevelop .navbar-inverse .navbar-brand:hover,
.wpdevelop .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.wpdevelop .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.wpdevelop .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.wpdevelop .navbar-inverse .navbar-nav > li > a:hover,
.wpdevelop .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.wpdevelop .navbar-inverse .navbar-nav > .active > a,
.wpdevelop .navbar-inverse .navbar-nav > .active > a:hover,
.wpdevelop .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.wpdevelop .navbar-inverse .navbar-nav > .disabled > a,
.wpdevelop .navbar-inverse .navbar-nav > .disabled > a:hover,
.wpdevelop .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.wpdevelop .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.wpdevelop .navbar-inverse .navbar-toggle:hover,
.wpdevelop .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.wpdevelop .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.wpdevelop .navbar-inverse .navbar-collapse,
.wpdevelop .navbar-inverse .navbar-form {
  border-color: #101010;
}
.wpdevelop .navbar-inverse .navbar-nav > .open > a,
.wpdevelop .navbar-inverse .navbar-nav > .open > a:hover,
.wpdevelop .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .wpdevelop .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.wpdevelop .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.wpdevelop .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.wpdevelop .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.wpdevelop .navbar-inverse .btn-link:hover,
.wpdevelop .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.wpdevelop .navbar-inverse .btn-link[disabled]:hover,
.wpdevelop fieldset[disabled] .navbar-inverse .btn-link:hover,
.wpdevelop .navbar-inverse .btn-link[disabled]:focus,
.wpdevelop fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.wpdevelop .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.wpdevelop .breadcrumb > li {
  display: inline-block;
}
.wpdevelop .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.wpdevelop .breadcrumb > .active {
  color: #777777;
}
.wpdevelop .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.wpdevelop .pagination > li {
  display: inline;
}
.wpdevelop .pagination > li > a,
.wpdevelop .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.wpdevelop .pagination > li:first-child > a,
.wpdevelop .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.wpdevelop .pagination > li:last-child > a,
.wpdevelop .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.wpdevelop .pagination > li > a:hover,
.wpdevelop .pagination > li > span:hover,
.wpdevelop .pagination > li > a:focus,
.wpdevelop .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.wpdevelop .pagination > .active > a,
.wpdevelop .pagination > .active > span,
.wpdevelop .pagination > .active > a:hover,
.wpdevelop .pagination > .active > span:hover,
.wpdevelop .pagination > .active > a:focus,
.wpdevelop .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.wpdevelop .pagination > .disabled > span,
.wpdevelop .pagination > .disabled > span:hover,
.wpdevelop .pagination > .disabled > span:focus,
.wpdevelop .pagination > .disabled > a,
.wpdevelop .pagination > .disabled > a:hover,
.wpdevelop .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.wpdevelop .pagination-lg > li > a,
.wpdevelop .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.wpdevelop .pagination-lg > li:first-child > a,
.wpdevelop .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.wpdevelop .pagination-lg > li:last-child > a,
.wpdevelop .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.wpdevelop .pagination-sm > li > a,
.wpdevelop .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.wpdevelop .pagination-sm > li:first-child > a,
.wpdevelop .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.wpdevelop .pagination-sm > li:last-child > a,
.wpdevelop .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.wpdevelop .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.wpdevelop .pager li {
  display: inline;
}
.wpdevelop .pager li > a,
.wpdevelop .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.wpdevelop .pager li > a:hover,
.wpdevelop .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.wpdevelop .pager .next > a,
.wpdevelop .pager .next > span {
  float: right;
}
.wpdevelop .pager .previous > a,
.wpdevelop .pager .previous > span {
  float: left;
}
.wpdevelop .pager .disabled > a,
.wpdevelop .pager .disabled > a:hover,
.wpdevelop .pager .disabled > a:focus,
.wpdevelop .pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.wpdevelop .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.wpdevelop a.label:hover,
.wpdevelop a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.wpdevelop .label:empty {
  display: none;
}
.wpdevelop .btn .label {
  position: relative;
  top: -1px;
}
.wpdevelop .label-default {
  background-color: #777777;
}
.wpdevelop .label-default[href]:hover,
.wpdevelop .label-default[href]:focus {
  background-color: #5e5e5e;
}
.wpdevelop .label-primary {
  background-color: #337ab7;
}
.wpdevelop .label-primary[href]:hover,
.wpdevelop .label-primary[href]:focus {
  background-color: #286090;
}
.wpdevelop .label-success {
  background-color: #5cb85c;
}
.wpdevelop .label-success[href]:hover,
.wpdevelop .label-success[href]:focus {
  background-color: #449d44;
}
.wpdevelop .label-info {
  background-color: #5bc0de;
}
.wpdevelop .label-info[href]:hover,
.wpdevelop .label-info[href]:focus {
  background-color: #31b0d5;
}
.wpdevelop .label-warning {
  background-color: #f0ad4e;
}
.wpdevelop .label-warning[href]:hover,
.wpdevelop .label-warning[href]:focus {
  background-color: #ec971f;
}
.wpdevelop .label-danger {
  background-color: #d9534f;
}
.wpdevelop .label-danger[href]:hover,
.wpdevelop .label-danger[href]:focus {
  background-color: #c9302c;
}
.wpdevelop .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.wpdevelop .badge:empty {
  display: none;
}
.wpdevelop .btn .badge {
  position: relative;
  top: -1px;
}
.wpdevelop .btn-xs .badge,
.wpdevelop .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.wpdevelop a.badge:hover,
.wpdevelop a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.wpdevelop .list-group-item.active > .badge,
.wpdevelop .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.wpdevelop .list-group-item > .badge {
  float: right;
}
.wpdevelop .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.wpdevelop .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.wpdevelop .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.wpdevelop .jumbotron h1,
.wpdevelop .jumbotron .h1 {
  color: inherit;
}
.wpdevelop .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.wpdevelop .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.wpdevelop .container .jumbotron,
.wpdevelop .container-fluid .jumbotron {
  border-radius: 6px;
}
.wpdevelop .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .wpdevelop .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .wpdevelop .container .jumbotron,
  .wpdevelop .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .wpdevelop .jumbotron h1,
  .wpdevelop .jumbotron .h1 {
    font-size: 63px;
  }
}
.wpdevelop .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.wpdevelop .thumbnail > img,
.wpdevelop .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
.wpdevelop a.thumbnail:hover,
.wpdevelop a.thumbnail:focus,
.wpdevelop a.thumbnail.active {
  border-color: #337ab7;
}
.wpdevelop .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.wpdevelop .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.wpdevelop .alert h4 {
  margin-top: 0;
  color: inherit;
}
.wpdevelop .alert .alert-link {
  font-weight: bold;
}
.wpdevelop .alert > p,
.wpdevelop .alert > ul {
  margin-bottom: 0;
}
.wpdevelop .alert > p + p {
  margin-top: 5px;
}
.wpdevelop .alert-dismissable,
.wpdevelop .alert-dismissible {
  padding-right: 35px;
}
.wpdevelop .alert-dismissable .close,
.wpdevelop .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.wpdevelop .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.wpdevelop .alert-success hr {
  border-top-color: #c9e2b3;
}
.wpdevelop .alert-success .alert-link {
  color: #2b542c;
}
.wpdevelop .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.wpdevelop .alert-info hr {
  border-top-color: #a6e1ec;
}
.wpdevelop .alert-info .alert-link {
  color: #245269;
}
.wpdevelop .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.wpdevelop .alert-warning hr {
  border-top-color: #f7e1b5;
}
.wpdevelop .alert-warning .alert-link {
  color: #66512c;
}
.wpdevelop .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.wpdevelop .alert-danger hr {
  border-top-color: #e4b9c0;
}
.wpdevelop .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.wpdevelop .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.wpdevelop .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.wpdevelop .progress-striped .progress-bar,
.wpdevelop .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.wpdevelop .progress.active .progress-bar,
.wpdevelop .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.wpdevelop .progress-bar-success {
  background-color: #5cb85c;
}
.wpdevelop .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.wpdevelop .progress-bar-info {
  background-color: #5bc0de;
}
.wpdevelop .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.wpdevelop .progress-bar-warning {
  background-color: #f0ad4e;
}
.wpdevelop .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.wpdevelop .progress-bar-danger {
  background-color: #d9534f;
}
.wpdevelop .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.wpdevelop .media {
  margin-top: 15px;
}
.wpdevelop .media:first-child {
  margin-top: 0;
}
.wpdevelop .media,
.wpdevelop .media-body {
  transform: scale(1); /* Standard Property */
  transform-origin: 0 0;  /* Standard Property */
  overflow: hidden;
}
.wpdevelop .media-body {
  width: 10000px;
}
.wpdevelop .media-object {
  display: block;
}
.wpdevelop .media-object.img-thumbnail {
  max-width: none;
}
.wpdevelop .media-right,
.wpdevelop .media > .pull-right {
  padding-left: 10px;
}
.wpdevelop .media-left,
.wpdevelop .media > .pull-left {
  padding-right: 10px;
}
.wpdevelop .media-left,
.wpdevelop .media-right,
.wpdevelop .media-body {
  display: table-cell;
  vertical-align: top;
}
.wpdevelop .media-middle {
  vertical-align: middle;
}
.wpdevelop .media-bottom {
  vertical-align: bottom;
}
.wpdevelop .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.wpdevelop .media-list {
  padding-left: 0;
  list-style: none;
}
.wpdevelop .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.wpdevelop .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.wpdevelop .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.wpdevelop .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.wpdevelop a.list-group-item,
.wpdevelop button.list-group-item {
  color: #555555;
}
.wpdevelop a.list-group-item .list-group-item-heading,
.wpdevelop button.list-group-item .list-group-item-heading {
  color: #333333;
}
.wpdevelop a.list-group-item:hover,
.wpdevelop button.list-group-item:hover,
.wpdevelop a.list-group-item:focus,
.wpdevelop button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.wpdevelop button.list-group-item {
  width: 100%;
  text-align: left;
}
.wpdevelop .list-group-item.disabled,
.wpdevelop .list-group-item.disabled:hover,
.wpdevelop .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.wpdevelop .list-group-item.disabled .list-group-item-heading,
.wpdevelop .list-group-item.disabled:hover .list-group-item-heading,
.wpdevelop .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.wpdevelop .list-group-item.disabled .list-group-item-text,
.wpdevelop .list-group-item.disabled:hover .list-group-item-text,
.wpdevelop .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.wpdevelop .list-group-item.active,
.wpdevelop .list-group-item.active:hover,
.wpdevelop .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.wpdevelop .list-group-item.active .list-group-item-heading,
.wpdevelop .list-group-item.active:hover .list-group-item-heading,
.wpdevelop .list-group-item.active:focus .list-group-item-heading,
.wpdevelop .list-group-item.active .list-group-item-heading > small,
.wpdevelop .list-group-item.active:hover .list-group-item-heading > small,
.wpdevelop .list-group-item.active:focus .list-group-item-heading > small,
.wpdevelop .list-group-item.active .list-group-item-heading > .small,
.wpdevelop .list-group-item.active:hover .list-group-item-heading > .small,
.wpdevelop .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.wpdevelop .list-group-item.active .list-group-item-text,
.wpdevelop .list-group-item.active:hover .list-group-item-text,
.wpdevelop .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.wpdevelop .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.wpdevelop a.list-group-item-success,
.wpdevelop button.list-group-item-success {
  color: #3c763d;
}
.wpdevelop a.list-group-item-success .list-group-item-heading,
.wpdevelop button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.wpdevelop a.list-group-item-success:hover,
.wpdevelop button.list-group-item-success:hover,
.wpdevelop a.list-group-item-success:focus,
.wpdevelop button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.wpdevelop a.list-group-item-success.active,
.wpdevelop button.list-group-item-success.active,
.wpdevelop a.list-group-item-success.active:hover,
.wpdevelop button.list-group-item-success.active:hover,
.wpdevelop a.list-group-item-success.active:focus,
.wpdevelop button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.wpdevelop .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.wpdevelop a.list-group-item-info,
.wpdevelop button.list-group-item-info {
  color: #31708f;
}
.wpdevelop a.list-group-item-info .list-group-item-heading,
.wpdevelop button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.wpdevelop a.list-group-item-info:hover,
.wpdevelop button.list-group-item-info:hover,
.wpdevelop a.list-group-item-info:focus,
.wpdevelop button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.wpdevelop a.list-group-item-info.active,
.wpdevelop button.list-group-item-info.active,
.wpdevelop a.list-group-item-info.active:hover,
.wpdevelop button.list-group-item-info.active:hover,
.wpdevelop a.list-group-item-info.active:focus,
.wpdevelop button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.wpdevelop .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.wpdevelop a.list-group-item-warning,
.wpdevelop button.list-group-item-warning {
  color: #8a6d3b;
}
.wpdevelop a.list-group-item-warning .list-group-item-heading,
.wpdevelop button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.wpdevelop a.list-group-item-warning:hover,
.wpdevelop button.list-group-item-warning:hover,
.wpdevelop a.list-group-item-warning:focus,
.wpdevelop button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.wpdevelop a.list-group-item-warning.active,
.wpdevelop button.list-group-item-warning.active,
.wpdevelop a.list-group-item-warning.active:hover,
.wpdevelop button.list-group-item-warning.active:hover,
.wpdevelop a.list-group-item-warning.active:focus,
.wpdevelop button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.wpdevelop .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.wpdevelop a.list-group-item-danger,
.wpdevelop button.list-group-item-danger {
  color: #a94442;
}
.wpdevelop a.list-group-item-danger .list-group-item-heading,
.wpdevelop button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.wpdevelop a.list-group-item-danger:hover,
.wpdevelop button.list-group-item-danger:hover,
.wpdevelop a.list-group-item-danger:focus,
.wpdevelop button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.wpdevelop a.list-group-item-danger.active,
.wpdevelop button.list-group-item-danger.active,
.wpdevelop a.list-group-item-danger.active:hover,
.wpdevelop button.list-group-item-danger.active:hover,
.wpdevelop a.list-group-item-danger.active:focus,
.wpdevelop button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.wpdevelop .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.wpdevelop .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.wpdevelop .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wpdevelop .panel-body {
  padding: 15px;
}
.wpdevelop .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.wpdevelop .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.wpdevelop .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.wpdevelop .panel-title > a,
.wpdevelop .panel-title > small,
.wpdevelop .panel-title > .small,
.wpdevelop .panel-title > small > a,
.wpdevelop .panel-title > .small > a {
  color: inherit;
}
.wpdevelop .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.wpdevelop .panel > .list-group,
.wpdevelop .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.wpdevelop .panel > .list-group .list-group-item,
.wpdevelop .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.wpdevelop .panel > .list-group:first-child .list-group-item:first-child,
.wpdevelop .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.wpdevelop .panel > .list-group:last-child .list-group-item:last-child,
.wpdevelop .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.wpdevelop .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.wpdevelop .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.wpdevelop .list-group + .panel-footer {
  border-top-width: 0;
}
.wpdevelop .panel > .table,
.wpdevelop .panel > .table-responsive > .table,
.wpdevelop .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.wpdevelop .panel > .table caption,
.wpdevelop .panel > .table-responsive > .table caption,
.wpdevelop .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.wpdevelop .panel > .table:first-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.wpdevelop .panel > .table:first-child > thead:first-child > tr:first-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.wpdevelop .panel > .table:first-child > tbody:first-child > tr:first-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.wpdevelop .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.wpdevelop .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.wpdevelop .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.wpdevelop .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.wpdevelop .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.wpdevelop .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.wpdevelop .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.wpdevelop .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.wpdevelop .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.wpdevelop .panel > .table:last-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.wpdevelop .panel > .table:last-child > tbody:last-child > tr:last-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.wpdevelop .panel > .table:last-child > tfoot:last-child > tr:last-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.wpdevelop .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.wpdevelop .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.wpdevelop .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.wpdevelop .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.wpdevelop .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.wpdevelop .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.wpdevelop .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.wpdevelop .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.wpdevelop .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.wpdevelop .panel > .panel-body + .table,
.wpdevelop .panel > .panel-body + .table-responsive,
.wpdevelop .panel > .table + .panel-body,
.wpdevelop .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.wpdevelop .panel > .table > tbody:first-child > tr:first-child th,
.wpdevelop .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.wpdevelop .panel > .table-bordered,
.wpdevelop .panel > .table-responsive > .table-bordered {
  border: 0;
}
.wpdevelop .panel > .table-bordered > thead > tr > th:first-child,
.wpdevelop .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.wpdevelop .panel > .table-bordered > tbody > tr > th:first-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.wpdevelop .panel > .table-bordered > tfoot > tr > th:first-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.wpdevelop .panel > .table-bordered > thead > tr > td:first-child,
.wpdevelop .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.wpdevelop .panel > .table-bordered > tbody > tr > td:first-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.wpdevelop .panel > .table-bordered > tfoot > tr > td:first-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.wpdevelop .panel > .table-bordered > thead > tr > th:last-child,
.wpdevelop .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.wpdevelop .panel > .table-bordered > tbody > tr > th:last-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.wpdevelop .panel > .table-bordered > tfoot > tr > th:last-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.wpdevelop .panel > .table-bordered > thead > tr > td:last-child,
.wpdevelop .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.wpdevelop .panel > .table-bordered > tbody > tr > td:last-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.wpdevelop .panel > .table-bordered > tfoot > tr > td:last-child,
.wpdevelop .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.wpdevelop .panel > .table-bordered > thead > tr:first-child > td,
.wpdevelop .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.wpdevelop .panel > .table-bordered > tbody > tr:first-child > td,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.wpdevelop .panel > .table-bordered > thead > tr:first-child > th,
.wpdevelop .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.wpdevelop .panel > .table-bordered > tbody > tr:first-child > th,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.wpdevelop .panel > .table-bordered > tbody > tr:last-child > td,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.wpdevelop .panel > .table-bordered > tfoot > tr:last-child > td,
.wpdevelop .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.wpdevelop .panel > .table-bordered > tbody > tr:last-child > th,
.wpdevelop .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.wpdevelop .panel > .table-bordered > tfoot > tr:last-child > th,
.wpdevelop .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.wpdevelop .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.wpdevelop .panel-group {
  margin-bottom: 20px;
}
.wpdevelop .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.wpdevelop .panel-group .panel + .panel {
  margin-top: 5px;
}
.wpdevelop .panel-group .panel-heading {
  border-bottom: 0;
}
.wpdevelop .panel-group .panel-heading + .panel-collapse > .panel-body,
.wpdevelop .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.wpdevelop .panel-group .panel-footer {
  border-top: 0;
}
.wpdevelop .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.wpdevelop .panel-default {
  border-color: #dddddd;
}
.wpdevelop .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.wpdevelop .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.wpdevelop .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.wpdevelop .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.wpdevelop .panel-primary {
  border-color: #337ab7;
}
.wpdevelop .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.wpdevelop .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.wpdevelop .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.wpdevelop .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.wpdevelop .panel-success {
  border-color: #d6e9c6;
}
.wpdevelop .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.wpdevelop .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.wpdevelop .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.wpdevelop .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.wpdevelop .panel-info {
  border-color: #bce8f1;
}
.wpdevelop .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.wpdevelop .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.wpdevelop .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.wpdevelop .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.wpdevelop .panel-warning {
  border-color: #faebcc;
}
.wpdevelop .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.wpdevelop .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.wpdevelop .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.wpdevelop .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.wpdevelop .panel-danger {
  border-color: #ebccd1;
}
.wpdevelop .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.wpdevelop .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.wpdevelop .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.wpdevelop .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.wpdevelop .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.wpdevelop .embed-responsive .embed-responsive-item,
.wpdevelop .embed-responsive iframe,
.wpdevelop .embed-responsive embed,
.wpdevelop .embed-responsive object,
.wpdevelop .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.wpdevelop .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.wpdevelop .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.wpdevelop .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wpdevelop .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.wpdevelop .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.wpdevelop .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.wpdevelop .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.wpdevelop .close:hover,
.wpdevelop .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wpdevelop button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.wpdevelop .modal-open {
  overflow: hidden;
}
.wpdevelop .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.wpdevelop .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.wpdevelop .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.wpdevelop .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.wpdevelop .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.wpdevelop .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.wpdevelop .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.wpdevelop .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.wpdevelop .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wpdevelop .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.wpdevelop .modal-header .close {
  margin-top: -2px;
}
.wpdevelop .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.wpdevelop .modal-body {
  position: relative;
  padding: 15px;
}
.wpdevelop .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.wpdevelop .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.wpdevelop .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.wpdevelop .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.wpdevelop .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .wpdevelop .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .wpdevelop .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .wpdevelop .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .wpdevelop .modal-lg {
    width: 900px;
  }
}
.wpdevelop .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.wpdevelop .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.wpdevelop .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.wpdevelop .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.wpdevelop .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.wpdevelop .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.wpdevelop .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.wpdevelop .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.wpdevelop .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.wpdevelop .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.wpdevelop .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.wpdevelop .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.wpdevelop .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.wpdevelop .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.wpdevelop .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.wpdevelop .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.wpdevelop .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.wpdevelop .popover.top {
  margin-top: -10px;
}
.wpdevelop .popover.right {
  margin-left: 10px;
}
.wpdevelop .popover.bottom {
  margin-top: 10px;
}
.wpdevelop .popover.left {
  margin-left: -10px;
}
.wpdevelop .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.wpdevelop .popover-content {
  padding: 9px 14px;
}
.wpdevelop .popover > .arrow,
.wpdevelop .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.wpdevelop .popover > .arrow {
  border-width: 11px;
}
.wpdevelop .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.wpdevelop .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.wpdevelop .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.wpdevelop .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.wpdevelop .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.wpdevelop .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.wpdevelop .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.wpdevelop .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.wpdevelop .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.wpdevelop .carousel {
  position: relative;
}
.wpdevelop .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wpdevelop .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.wpdevelop .carousel-inner > .item > img,
.wpdevelop .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .wpdevelop .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .wpdevelop .carousel-inner > .item.next,
  .wpdevelop .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .wpdevelop .carousel-inner > .item.prev,
  .wpdevelop .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .wpdevelop .carousel-inner > .item.next.left,
  .wpdevelop .carousel-inner > .item.prev.right,
  .wpdevelop .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.wpdevelop .carousel-inner > .active,
.wpdevelop .carousel-inner > .next,
.wpdevelop .carousel-inner > .prev {
  display: block;
}
.wpdevelop .carousel-inner > .active {
  left: 0;
}
.wpdevelop .carousel-inner > .next,
.wpdevelop .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.wpdevelop .carousel-inner > .next {
  left: 100%;
}
.wpdevelop .carousel-inner > .prev {
  left: -100%;
}
.wpdevelop .carousel-inner > .next.left,
.wpdevelop .carousel-inner > .prev.right {
  left: 0;
}
.wpdevelop .carousel-inner > .active.left {
  left: -100%;
}
.wpdevelop .carousel-inner > .active.right {
  left: 100%;
}
.wpdevelop .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.wpdevelop .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.wpdevelop .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.wpdevelop .carousel-control:hover,
.wpdevelop .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.wpdevelop .carousel-control .icon-prev,
.wpdevelop .carousel-control .icon-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.wpdevelop .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.wpdevelop .carousel-control .icon-prev,
.wpdevelop .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.wpdevelop .carousel-control .icon-prev:before {
  content: '\2039';
}
.wpdevelop .carousel-control .icon-next:before {
  content: '\203a';
}
.wpdevelop .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.wpdevelop .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.wpdevelop .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.wpdevelop .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.wpdevelop .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .wpdevelop .carousel-control .icon-prev,
  .wpdevelop .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .wpdevelop .carousel-control .glyphicon-chevron-left,
  .wpdevelop .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .wpdevelop .carousel-control .icon-next {
    margin-right: -15px;
  }
  .wpdevelop .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .wpdevelop .carousel-indicators {
    bottom: 20px;
  }
}
.wpdevelop .clearfix:before,
.wpdevelop .clearfix:after,
.wpdevelop .dl-horizontal dd:before,
.wpdevelop .dl-horizontal dd:after,
.wpdevelop .container:before,
.wpdevelop .container:after,
.wpdevelop .container-fluid:before,
.wpdevelop .container-fluid:after,
.wpdevelop .row:before,
.wpdevelop .row:after,
.wpdevelop .form-horizontal .form-group:before,
.wpdevelop .form-horizontal .form-group:after,
.wpdevelop .btn-toolbar:before,
.wpdevelop .btn-toolbar:after,
.wpdevelop .btn-group-vertical > .btn-group:before,
.wpdevelop .btn-group-vertical > .btn-group:after,
.wpdevelop .nav:before,
.wpdevelop .nav:after,
.wpdevelop .navbar:before,
.wpdevelop .navbar:after,
.wpdevelop .navbar-header:before,
.wpdevelop .navbar-header:after,
.wpdevelop .navbar-collapse:before,
.wpdevelop .navbar-collapse:after,
.wpdevelop .pager:before,
.wpdevelop .pager:after,
.wpdevelop .panel-body:before,
.wpdevelop .panel-body:after,
.wpdevelop .modal-footer:before,
.wpdevelop .modal-footer:after {
  content: " ";
  display: table;
}
.wpdevelop .clearfix:after,
.wpdevelop .dl-horizontal dd:after,
.wpdevelop .container:after,
.wpdevelop .container-fluid:after,
.wpdevelop .row:after,
.wpdevelop .form-horizontal .form-group:after,
.wpdevelop .btn-toolbar:after,
.wpdevelop .btn-group-vertical > .btn-group:after,
.wpdevelop .nav:after,
.wpdevelop .navbar:after,
.wpdevelop .navbar-header:after,
.wpdevelop .navbar-collapse:after,
.wpdevelop .pager:after,
.wpdevelop .panel-body:after,
.wpdevelop .modal-footer:after {
  clear: both;
}
.wpdevelop .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wpdevelop .pull-right {
  float: right !important;
}
.wpdevelop .pull-left {
  float: left !important;
}
.wpdevelop .hide {
  display: none !important;
}
.wpdevelop .show {
  display: block !important;
}
.wpdevelop .invisible {
  visibility: hidden;
}
.wpdevelop .text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.wpdevelop .hidden {
  display: none !important;
}
.wpdevelop .affix {
  position: fixed;
}
.wpdevelop .visible-xs,
.wpdevelop .visible-sm,
.wpdevelop .visible-md,
.wpdevelop .visible-lg {
  display: none !important;
}
.wpdevelop .visible-xs-block,
.wpdevelop .visible-xs-inline,
.wpdevelop .visible-xs-inline-block,
.wpdevelop .visible-sm-block,
.wpdevelop .visible-sm-inline,
.wpdevelop .visible-sm-inline-block,
.wpdevelop .visible-md-block,
.wpdevelop .visible-md-inline,
.wpdevelop .visible-md-inline-block,
.wpdevelop .visible-lg-block,
.wpdevelop .visible-lg-inline,
.wpdevelop .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .wpdevelop .visible-xs {
    display: block !important;
  }
  .wpdevelop table.visible-xs {
    display: table !important;
  }
  .wpdevelop tr.visible-xs {
    display: table-row !important;
  }
  .wpdevelop th.visible-xs,
  .wpdevelop td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .wpdevelop .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .wpdevelop .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .wpdevelop .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wpdevelop .visible-sm {
    display: block !important;
  }
  .wpdevelop table.visible-sm {
    display: table !important;
  }
  .wpdevelop tr.visible-sm {
    display: table-row !important;
  }
  .wpdevelop th.visible-sm,
  .wpdevelop td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wpdevelop .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wpdevelop .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wpdevelop .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wpdevelop .visible-md {
    display: block !important;
  }
  .wpdevelop table.visible-md {
    display: table !important;
  }
  .wpdevelop tr.visible-md {
    display: table-row !important;
  }
  .wpdevelop th.visible-md,
  .wpdevelop td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wpdevelop .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wpdevelop .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wpdevelop .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .wpdevelop .visible-lg {
    display: block !important;
  }
  .wpdevelop table.visible-lg {
    display: table !important;
  }
  .wpdevelop tr.visible-lg {
    display: table-row !important;
  }
  .wpdevelop th.visible-lg,
  .wpdevelop td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .wpdevelop .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .wpdevelop .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .wpdevelop .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .wpdevelop .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wpdevelop .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wpdevelop .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .wpdevelop .hidden-lg {
    display: none !important;
  }
}
.wpdevelop .visible-print {
  display: none !important;
}
@media print {
  .wpdevelop .visible-print {
    display: block !important;
  }
  .wpdevelop table.visible-print {
    display: table !important;
  }
  .wpdevelop tr.visible-print {
    display: table-row !important;
  }
  .wpdevelop th.visible-print,
  .wpdevelop td.visible-print {
    display: table-cell !important;
  }
}
.wpdevelop .visible-print-block {
  display: none !important;
}
@media print {
  .wpdevelop .visible-print-block {
    display: block !important;
  }
}
.wpdevelop .visible-print-inline {
  display: none !important;
}
@media print {
  .wpdevelop .visible-print-inline {
    display: inline !important;
  }
}
.wpdevelop .visible-print-inline-block {
  display: none !important;
}
@media print {
  .wpdevelop .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .wpdevelop .hidden-print {
    display: none !important;
  }
}/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f4b4c9cb85df757ca08c)
 * Config saved to config.json and https://gist.github.com/f4b4c9cb85df757ca08c
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.wpdevelop .btn-default,
.wpdevelop .btn-primary,
.wpdevelop .btn-success,
.wpdevelop .btn-info,
.wpdevelop .btn-warning,
.wpdevelop .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.wpdevelop .btn-default:active,
.wpdevelop .btn-primary:active,
.wpdevelop .btn-success:active,
.wpdevelop .btn-info:active,
.wpdevelop .btn-warning:active,
.wpdevelop .btn-danger:active,
.wpdevelop .btn-default.active,
.wpdevelop .btn-primary.active,
.wpdevelop .btn-success.active,
.wpdevelop .btn-info.active,
.wpdevelop .btn-warning.active,
.wpdevelop .btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wpdevelop .btn-default.disabled,
.wpdevelop .btn-primary.disabled,
.wpdevelop .btn-success.disabled,
.wpdevelop .btn-info.disabled,
.wpdevelop .btn-warning.disabled,
.wpdevelop .btn-danger.disabled,
.wpdevelop .btn-default[disabled],
.wpdevelop .btn-primary[disabled],
.wpdevelop .btn-success[disabled],
.wpdevelop .btn-info[disabled],
.wpdevelop .btn-warning[disabled],
.wpdevelop .btn-danger[disabled],
.wpdevelop fieldset[disabled] .btn-default,
.wpdevelop fieldset[disabled] .btn-primary,
.wpdevelop fieldset[disabled] .btn-success,
.wpdevelop fieldset[disabled] .btn-info,
.wpdevelop fieldset[disabled] .btn-warning,
.wpdevelop fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpdevelop .btn-default .badge,
.wpdevelop .btn-primary .badge,
.wpdevelop .btn-success .badge,
.wpdevelop .btn-info .badge,
.wpdevelop .btn-warning .badge,
.wpdevelop .btn-danger .badge {
  text-shadow: none;
}
.wpdevelop .btn:active,
.wpdevelop .btn.active {
  background-image: none;
}
.wpdevelop .btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.wpdevelop .btn-default:hover,
.wpdevelop .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.wpdevelop .btn-default:active,
.wpdevelop .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.wpdevelop .btn-default.disabled,
.wpdevelop .btn-default[disabled],
.wpdevelop fieldset[disabled] .btn-default,
.wpdevelop .btn-default.disabled:hover,
.wpdevelop .btn-default[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-default:hover,
.wpdevelop .btn-default.disabled:focus,
.wpdevelop .btn-default[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-default:focus,
.wpdevelop .btn-default.disabled.focus,
.wpdevelop .btn-default[disabled].focus,
.wpdevelop fieldset[disabled] .btn-default.focus,
.wpdevelop .btn-default.disabled:active,
.wpdevelop .btn-default[disabled]:active,
.wpdevelop fieldset[disabled] .btn-default:active,
.wpdevelop .btn-default.disabled.active,
.wpdevelop .btn-default[disabled].active,
.wpdevelop fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.wpdevelop .btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.wpdevelop .btn-primary:hover,
.wpdevelop .btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.wpdevelop .btn-primary:active,
.wpdevelop .btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.wpdevelop .btn-primary.disabled,
.wpdevelop .btn-primary[disabled],
.wpdevelop fieldset[disabled] .btn-primary,
.wpdevelop .btn-primary.disabled:hover,
.wpdevelop .btn-primary[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-primary:hover,
.wpdevelop .btn-primary.disabled:focus,
.wpdevelop .btn-primary[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-primary:focus,
.wpdevelop .btn-primary.disabled.focus,
.wpdevelop .btn-primary[disabled].focus,
.wpdevelop fieldset[disabled] .btn-primary.focus,
.wpdevelop .btn-primary.disabled:active,
.wpdevelop .btn-primary[disabled]:active,
.wpdevelop fieldset[disabled] .btn-primary:active,
.wpdevelop .btn-primary.disabled.active,
.wpdevelop .btn-primary[disabled].active,
.wpdevelop fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.wpdevelop .btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.wpdevelop .btn-success:hover,
.wpdevelop .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.wpdevelop .btn-success:active,
.wpdevelop .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.wpdevelop .btn-success.disabled,
.wpdevelop .btn-success[disabled],
.wpdevelop fieldset[disabled] .btn-success,
.wpdevelop .btn-success.disabled:hover,
.wpdevelop .btn-success[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-success:hover,
.wpdevelop .btn-success.disabled:focus,
.wpdevelop .btn-success[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-success:focus,
.wpdevelop .btn-success.disabled.focus,
.wpdevelop .btn-success[disabled].focus,
.wpdevelop fieldset[disabled] .btn-success.focus,
.wpdevelop .btn-success.disabled:active,
.wpdevelop .btn-success[disabled]:active,
.wpdevelop fieldset[disabled] .btn-success:active,
.wpdevelop .btn-success.disabled.active,
.wpdevelop .btn-success[disabled].active,
.wpdevelop fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.wpdevelop .btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.wpdevelop .btn-info:hover,
.wpdevelop .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.wpdevelop .btn-info:active,
.wpdevelop .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.wpdevelop .btn-info.disabled,
.wpdevelop .btn-info[disabled],
.wpdevelop fieldset[disabled] .btn-info,
.wpdevelop .btn-info.disabled:hover,
.wpdevelop .btn-info[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-info:hover,
.wpdevelop .btn-info.disabled:focus,
.wpdevelop .btn-info[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-info:focus,
.wpdevelop .btn-info.disabled.focus,
.wpdevelop .btn-info[disabled].focus,
.wpdevelop fieldset[disabled] .btn-info.focus,
.wpdevelop .btn-info.disabled:active,
.wpdevelop .btn-info[disabled]:active,
.wpdevelop fieldset[disabled] .btn-info:active,
.wpdevelop .btn-info.disabled.active,
.wpdevelop .btn-info[disabled].active,
.wpdevelop fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.wpdevelop .btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.wpdevelop .btn-warning:hover,
.wpdevelop .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.wpdevelop .btn-warning:active,
.wpdevelop .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.wpdevelop .btn-warning.disabled,
.wpdevelop .btn-warning[disabled],
.wpdevelop fieldset[disabled] .btn-warning,
.wpdevelop .btn-warning.disabled:hover,
.wpdevelop .btn-warning[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-warning:hover,
.wpdevelop .btn-warning.disabled:focus,
.wpdevelop .btn-warning[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-warning:focus,
.wpdevelop .btn-warning.disabled.focus,
.wpdevelop .btn-warning[disabled].focus,
.wpdevelop fieldset[disabled] .btn-warning.focus,
.wpdevelop .btn-warning.disabled:active,
.wpdevelop .btn-warning[disabled]:active,
.wpdevelop fieldset[disabled] .btn-warning:active,
.wpdevelop .btn-warning.disabled.active,
.wpdevelop .btn-warning[disabled].active,
.wpdevelop fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.wpdevelop .btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.wpdevelop .btn-danger:hover,
.wpdevelop .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.wpdevelop .btn-danger:active,
.wpdevelop .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.wpdevelop .btn-danger.disabled,
.wpdevelop .btn-danger[disabled],
.wpdevelop fieldset[disabled] .btn-danger,
.wpdevelop .btn-danger.disabled:hover,
.wpdevelop .btn-danger[disabled]:hover,
.wpdevelop fieldset[disabled] .btn-danger:hover,
.wpdevelop .btn-danger.disabled:focus,
.wpdevelop .btn-danger[disabled]:focus,
.wpdevelop fieldset[disabled] .btn-danger:focus,
.wpdevelop .btn-danger.disabled.focus,
.wpdevelop .btn-danger[disabled].focus,
.wpdevelop fieldset[disabled] .btn-danger.focus,
.wpdevelop .btn-danger.disabled:active,
.wpdevelop .btn-danger[disabled]:active,
.wpdevelop fieldset[disabled] .btn-danger:active,
.wpdevelop .btn-danger.disabled.active,
.wpdevelop .btn-danger[disabled].active,
.wpdevelop fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.wpdevelop .thumbnail,
.wpdevelop .img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.wpdevelop .dropdown-menu > li > a:hover,
.wpdevelop .dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.wpdevelop .dropdown-menu > .active > a,
.wpdevelop .dropdown-menu > .active > a:hover,
.wpdevelop .dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.wpdevelop .navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.wpdevelop .navbar-default .navbar-nav > .open > a,
.wpdevelop .navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.wpdevelop .navbar-brand,
.wpdevelop .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.wpdevelop .navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.wpdevelop .navbar-inverse .navbar-nav > .open > a,
.wpdevelop .navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.wpdevelop .navbar-inverse .navbar-brand,
.wpdevelop .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.wpdevelop .navbar-static-top,
.wpdevelop .navbar-fixed-top,
.wpdevelop .navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .wpdevelop .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .wpdevelop .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .wpdevelop .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.wpdevelop .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.wpdevelop .alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.wpdevelop .alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.wpdevelop .alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.wpdevelop .alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.wpdevelop .progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.wpdevelop .progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.wpdevelop .progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.wpdevelop .progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.wpdevelop .progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.wpdevelop .progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.wpdevelop .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.wpdevelop .list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.wpdevelop .list-group-item.active,
.wpdevelop .list-group-item.active:hover,
.wpdevelop .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.wpdevelop .list-group-item.active .badge,
.wpdevelop .list-group-item.active:hover .badge,
.wpdevelop .list-group-item.active:focus .badge {
  text-shadow: none;
}
.wpdevelop .panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.wpdevelop .panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.wpdevelop .panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.wpdevelop .panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.wpdevelop .panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.wpdevelop .panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.wpdevelop .panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.wpdevelop .well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}.tippy-box[data-theme~=wpbc-tippy-popover] {
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 8, 16, .15);
	color: #333;
	box-shadow: 0 4px 14px -2px rgba(0, 8, 16, .08)
}

.tippy-box[data-theme~=wpbc-tippy-popover] > .tippy-backdrop {
	background-color: #fff
}

.tippy-box[data-theme~=wpbc-tippy-popover] > .tippy-arrow:after, .tippy-box[data-theme~=wpbc-tippy-popover] > .tippy-svg-arrow:after {
	content: "";
	position: absolute;
	z-index: -1
}

.tippy-box[data-theme~=wpbc-tippy-popover] > .tippy-arrow:after {
	border-color: transparent;
	border-style: solid
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=top] > .tippy-arrow:before {
	border-top-color: #fff
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=top] > .tippy-arrow:after {
	border-top-color: rgba(0, 8, 16, .2);
	border-width: 7px 7px 0;
	top: 17px;
	left: 1px
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=top] > .tippy-svg-arrow > svg {
	top: 16px
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=top] > .tippy-svg-arrow:after {
	top: 17px
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=bottom] > .tippy-arrow:before {
	border-bottom-color: #fff;
	bottom: 16px
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=bottom] > .tippy-arrow:after {
	border-bottom-color: rgba(0, 8, 16, .2);
	border-width: 0 7px 7px;
	bottom: 17px;
	left: 1px
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=bottom] > .tippy-svg-arrow > svg {
	bottom: 16px
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=bottom] > .tippy-svg-arrow:after {
	bottom: 17px
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=left] > .tippy-arrow:before {
	border-left-color: #fff
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=left] > .tippy-arrow:after {
	border-left-color: rgba(0, 8, 16, .2);
	border-width: 7px 0 7px 7px;
	left: 17px;
	top: 1px
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=left] > .tippy-svg-arrow > svg {
	left: 11px
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=left] > .tippy-svg-arrow:after {
	left: 12px
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=right] > .tippy-arrow:before {
	border-right-color: #fff;
	right: 16px
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=right] > .tippy-arrow:after {
	border-width: 7px 7px 7px 0;
	right: 17px;
	top: 1px;
	border-right-color: rgba(0, 8, 16, .2)
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=right] > .tippy-svg-arrow > svg {
	right: 11px
}

.tippy-box[data-theme~=wpbc-tippy-popover][data-placement^=right] > .tippy-svg-arrow:after {
	right: 12px
}

.tippy-box[data-theme~=wpbc-tippy-popover] > .tippy-svg-arrow {
	fill: #fff
}

.tippy-box[data-theme~=wpbc-tippy-popover] > .tippy-svg-arrow:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
	background-size: 16px 6px;
	width: 16px;
	height: 6px
}
/* WPBC Customization.  Above was replaced [data-theme~=light-border] to  [data-theme~=wpbc-tippy-popover]*/
.tippy-box[data-theme~="wpbc-tippy-popover"] {
	border-radius: 0;
	border: none;
	background: none;
}
.tippy-box[data-theme~="wpbc-tippy-popover"] .popover.popover_tippy{
	display:block;
	position:relative;
}
.tippy-box[data-theme~="wpbc-tippy-popover"] .tippy-content{
	padding: 0;
}
/* Arrow Bottom */
.tippy-box[data-theme~="wpbc-tippy-popover"][data-placement^="bottom"] > .tippy-arrow::before {
  border-bottom-color: rgba(129, 129, 129, 0.52);
	/*bottom: 20px;*/
	/*top: -10px;*/
}
.tippy-box[data-theme~="wpbc-tippy-popover"][data-placement^="bottom"] > .tippy-arrow::after {
  border-top-color:transparent;
}
/* Arrow top */
.tippy-box[data-theme~="wpbc-tippy-popover"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: rgba(129, 129, 129, 0.52);
}
.tippy-box[data-theme~="wpbc-tippy-popover"][data-placement^="top"] > .tippy-arrow::after {
  border-top-color:transparent;
}.wpdevelop div[id^="tippy-"]{
	z-index: 90001 !important;
}
.tippy-box[data-theme~=wpbc-tippy-times] {
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 8, 16, .15);
	color: #333;
	box-shadow: 0 4px 14px -2px rgba(0, 8, 16, .08)
}

.tippy-box[data-theme~=wpbc-tippy-times] > .tippy-backdrop {
	background-color: #fff
}

.tippy-box[data-theme~=wpbc-tippy-times] > .tippy-arrow:after, .tippy-box[data-theme~=wpbc-tippy-times] > .tippy-svg-arrow:after {
	content: "";
	position: absolute;
	z-index: -1
}

.tippy-box[data-theme~=wpbc-tippy-times] > .tippy-arrow:after {
	border-color: transparent;
	border-style: solid
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=top] > .tippy-arrow:before {
	border-top-color: #fff
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=top] > .tippy-arrow:after {
	border-top-color: rgba(0, 8, 16, .2);
	border-width: 7px 7px 0;
	top: 17px;
	left: 1px
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=top] > .tippy-svg-arrow > svg {
	top: 16px
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=top] > .tippy-svg-arrow:after {
	top: 17px
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=bottom] > .tippy-arrow:before {
	border-bottom-color: #fff;
	bottom: 16px
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=bottom] > .tippy-arrow:after {
	border-bottom-color: rgba(0, 8, 16, .2);
	border-width: 0 7px 7px;
	bottom: 17px;
	left: 1px
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=bottom] > .tippy-svg-arrow > svg {
	bottom: 16px
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=bottom] > .tippy-svg-arrow:after {
	bottom: 17px
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=left] > .tippy-arrow:before {
	border-left-color: #fff
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=left] > .tippy-arrow:after {
	border-left-color: rgba(0, 8, 16, .2);
	border-width: 7px 0 7px 7px;
	left: 17px;
	top: 1px
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=left] > .tippy-svg-arrow > svg {
	left: 11px
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=left] > .tippy-svg-arrow:after {
	left: 12px
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=right] > .tippy-arrow:before {
	border-right-color: #fff;
	right: 16px
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=right] > .tippy-arrow:after {
	border-width: 7px 7px 7px 0;
	right: 17px;
	top: 1px;
	border-right-color: rgba(0, 8, 16, .2)
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=right] > .tippy-svg-arrow > svg {
	right: 11px
}

.tippy-box[data-theme~=wpbc-tippy-times][data-placement^=right] > .tippy-svg-arrow:after {
	right: 12px
}

.tippy-box[data-theme~=wpbc-tippy-times] > .tippy-svg-arrow {
	fill: #fff
}

.tippy-box[data-theme~=wpbc-tippy-times] > .tippy-svg-arrow:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
	background-size: 16px 6px;
	width: 16px;
	height: 6px
}
/* WPBC Customization.  Above was replaced [data-theme~=light-border] to  [data-theme~=wpbc-tippy-times]*/
.tippy-box[data-theme~="wpbc-tippy-times"] {
	/*border-radius: 0;*/
	/*border: none;*/
	background: #fff;
}
.tippy-box[data-theme~="wpbc-tippy-times"] .popover.popover_tippy{
	display:block;
	position:relative;
}
.tippy-box[data-theme~="wpbc-tippy-times"] .tippy-content{
	padding: 5px 10px;
    font-size: 0.9em;
    line-height: 1.7em;
}
/* Arrow Bottom */
.tippy-box[data-theme~="wpbc-tippy-times"][data-placement^="bottom"] > .tippy-arrow::before {
  border-bottom-color: rgba(129, 129, 129, 0.52);
	/*bottom: 20px;*/
	/*top: -10px;*/
}
.tippy-box[data-theme~="wpbc-tippy-times"][data-placement^="bottom"] > .tippy-arrow::after {
  border-top-color:transparent;
}
/* Arrow top */
.tippy-box[data-theme~="wpbc-tippy-times"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: rgba(129, 129, 129, 0.52);
  bottom: -9px;
}
.tippy-box[data-theme~="wpbc-tippy-times"][data-placement^="top"] > .tippy-arrow::after {
  border-top-color:transparent;
}
/* Fix conflict issue with  Bootstrap lib */
.popover.popover_tippy {
	border: none;
}
/* Fix for Booking Listing  page max width. */
.toplevel_page_wpbc .tippy-box[data-placement^="top-start"]{
	max-width: 500px !important;
}/* Font Icons: https://fonts.google.com/icons?icon.query=event&icon.style=Filled&icon.set=Material+Icons
   Download:  https://github.com/google/material-design-icons/tree/master/font
   Convertor: https://cloudconvert.com/otf-to-woff2
*/
/* License: Apache License Version 2.0  http://www.apache.org/licenses/LICENSE-2.0.txt */
@font-face {
  font-family: 'wpbc-material-icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://clesensoi.be/wp-content/plugins/booking/vendors/_custom/material-design-icons/fonts/google-material-design-icons.woff2) format('woff2');
}
.wpbc_icn::before,
[class^="wpbc_icn_"]::before,
[class*=" wpbc_icn_"]::before {
  font-family: 'wpbc-material-icons';
  display: inline-block;
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  vertical-align: -.20125em;
  /* Support for IE. */
  font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}
.wpbc_icn_10k::before { content: "\e951"; }
.wpbc_icn_10mp::before { content: "\e952"; }
.wpbc_icn_11mp::before { content: "\e953"; }
.wpbc_icn_123::before { content: "\eb8d"; }
.wpbc_icn_12mp::before { content: "\e954"; }
.wpbc_icn_13mp::before { content: "\e955"; }
.wpbc_icn_14mp::before { content: "\e956"; }
.wpbc_icn_15mp::before { content: "\e957"; }
.wpbc_icn_16mp::before { content: "\e958"; }
.wpbc_icn_17mp::before { content: "\e959"; }
.wpbc_icn_18mp::before { content: "\e95a"; }
.wpbc_icn_19mp::before { content: "\e95b"; }
.wpbc_icn_1k::before { content: "\e95c"; }
.wpbc_icn_1k_plus::before { content: "\e95d"; }
.wpbc_icn_1x_mobiledata::before { content: "\efcd"; }
.wpbc_icn_20mp::before { content: "\e95e"; }
.wpbc_icn_21mp::before { content: "\e95f"; }
.wpbc_icn_22mp::before { content: "\e960"; }
.wpbc_icn_23mp::before { content: "\e961"; }
.wpbc_icn_24mp::before { content: "\e962"; }
.wpbc_icn_2k::before { content: "\e963"; }
.wpbc_icn_2k_plus::before { content: "\e964"; }
.wpbc_icn_2mp::before { content: "\e965"; }
.wpbc_icn_30fps::before { content: "\efce"; }
.wpbc_icn_30fps_select::before { content: "\efcf"; }
.wpbc_icn_360::before { content: "\e577"; }
.wpbc_icn_3d_rotation::before { content: "\e84d"; }
.wpbc_icn_3g_mobiledata::before { content: "\efd0"; }
.wpbc_icn_3k::before { content: "\e966"; }
.wpbc_icn_3k_plus::before { content: "\e967"; }
.wpbc_icn_3mp::before { content: "\e968"; }
.wpbc_icn_3p::before { content: "\efd1"; }
.wpbc_icn_4g_mobiledata::before { content: "\efd2"; }
.wpbc_icn_4g_plus_mobiledata::before { content: "\efd3"; }
.wpbc_icn_4k::before { content: "\e072"; }
.wpbc_icn_4k_plus::before { content: "\e969"; }
.wpbc_icn_4mp::before { content: "\e96a"; }
.wpbc_icn_5g::before { content: "\ef38"; }
.wpbc_icn_5k::before { content: "\e96b"; }
.wpbc_icn_5k_plus::before { content: "\e96c"; }
.wpbc_icn_5mp::before { content: "\e96d"; }
.wpbc_icn_60fps::before { content: "\efd4"; }
.wpbc_icn_60fps_select::before { content: "\efd5"; }
.wpbc_icn_6_ft_apart::before { content: "\f21e"; }
.wpbc_icn_6k::before { content: "\e96e"; }
.wpbc_icn_6k_plus::before { content: "\e96f"; }
.wpbc_icn_6mp::before { content: "\e970"; }
.wpbc_icn_7k::before { content: "\e971"; }
.wpbc_icn_7k_plus::before { content: "\e972"; }
.wpbc_icn_7mp::before { content: "\e973"; }
.wpbc_icn_8k::before { content: "\e974"; }
.wpbc_icn_8k_plus::before { content: "\e975"; }
.wpbc_icn_8mp::before { content: "\e976"; }
.wpbc_icn_9k::before { content: "\e977"; }
.wpbc_icn_9k_plus::before { content: "\e978"; }
.wpbc_icn_9mp::before { content: "\e979"; }
.wpbc_icn_abc::before { content: "\eb94"; }
.wpbc_icn_ac_unit::before { content: "\eb3b"; }
.wpbc_icn_access_alarm::before { content: "\e190"; }
.wpbc_icn_access_alarms::before { content: "\e191"; }
.wpbc_icn_access_time::before { content: "\e192"; }
.wpbc_icn_access_time_filled::before { content: "\efd6"; }
.wpbc_icn_accessibility::before { content: "\e84e"; }
.wpbc_icn_accessibility_new::before { content: "\e92c"; }
.wpbc_icn_accessible::before { content: "\e914"; }
.wpbc_icn_accessible_forward::before { content: "\e934"; }
.wpbc_icn_account_balance::before { content: "\e84f"; }
.wpbc_icn_account_balance_wallet::before { content: "\e850"; }
.wpbc_icn_account_box::before { content: "\e851"; }
.wpbc_icn_account_circle::before { content: "\e853"; }
.wpbc_icn_account_tree::before { content: "\e97a"; }
.wpbc_icn_ad_units::before { content: "\ef39"; }
.wpbc_icn_adb::before { content: "\e60e"; }
.wpbc_icn_add::before { content: "\e145"; }
.wpbc_icn_add_a_photo::before { content: "\e439"; }
.wpbc_icn_add_alarm::before { content: "\e193"; }
.wpbc_icn_add_alert::before { content: "\e003"; }
.wpbc_icn_add_box::before { content: "\e146"; }
.wpbc_icn_add_business::before { content: "\e729"; }
.wpbc_icn_add_call::before { content: "\e0e8"; }
.wpbc_icn_add_card::before { content: "\eb86"; }
.wpbc_icn_add_chart::before { content: "\e97b"; }
.wpbc_icn_add_circle::before { content: "\e147"; }
.wpbc_icn_add_circle_outline::before { content: "\e148"; }
.wpbc_icn_add_comment::before { content: "\e266"; }
.wpbc_icn_add_ic_call::before { content: "\e97c"; }
.wpbc_icn_add_link::before { content: "\e178"; }
.wpbc_icn_add_location::before { content: "\e567"; }
.wpbc_icn_add_location_alt::before { content: "\ef3a"; }
.wpbc_icn_add_moderator::before { content: "\e97d"; }
.wpbc_icn_add_photo_alternate::before { content: "\e43e"; }
.wpbc_icn_add_reaction::before { content: "\e1d3"; }
.wpbc_icn_add_road::before { content: "\ef3b"; }
.wpbc_icn_add_shopping_cart::before { content: "\e854"; }
.wpbc_icn_add_task::before { content: "\f23a"; }
.wpbc_icn_add_to_drive::before { content: "\e65c"; }
.wpbc_icn_add_to_home_screen::before { content: "\e1fe"; }
.wpbc_icn_add_to_photos::before { content: "\e39d"; }
.wpbc_icn_add_to_queue::before { content: "\e05c"; }
.wpbc_icn_addchart::before { content: "\ef3c"; }
.wpbc_icn_adf_scanner::before { content: "\eada"; }
.wpbc_icn_adjust::before { content: "\e39e"; }
.wpbc_icn_admin_panel_settings::before { content: "\ef3d"; }
.wpbc_icn_adobe::before { content: "\ea96"; }
.wpbc_icn_ads_click::before { content: "\e762"; }
.wpbc_icn_agriculture::before { content: "\ea79"; }
.wpbc_icn_air::before { content: "\efd8"; }
.wpbc_icn_airline_seat_flat::before { content: "\e630"; }
.wpbc_icn_airline_seat_flat_angled::before { content: "\e631"; }
.wpbc_icn_airline_seat_individual_suite::before { content: "\e632"; }
.wpbc_icn_airline_seat_legroom_extra::before { content: "\e633"; }
.wpbc_icn_airline_seat_legroom_normal::before { content: "\e634"; }
.wpbc_icn_airline_seat_legroom_reduced::before { content: "\e635"; }
.wpbc_icn_airline_seat_recline_extra::before { content: "\e636"; }
.wpbc_icn_airline_seat_recline_normal::before { content: "\e637"; }
.wpbc_icn_airline_stops::before { content: "\e7d0"; }
.wpbc_icn_airlines::before { content: "\e7ca"; }
.wpbc_icn_airplane_ticket::before { content: "\efd9"; }
.wpbc_icn_airplanemode_active::before { content: "\e195"; }
.wpbc_icn_airplanemode_inactive::before { content: "\e194"; }
.wpbc_icn_airplanemode_off::before { content: "\e194"; }
.wpbc_icn_airplanemode_on::before { content: "\e195"; }
.wpbc_icn_airplay::before { content: "\e055"; }
.wpbc_icn_airport_shuttle::before { content: "\eb3c"; }
.wpbc_icn_alarm::before { content: "\e855"; }
.wpbc_icn_alarm_add::before { content: "\e856"; }
.wpbc_icn_alarm_off::before { content: "\e857"; }
.wpbc_icn_alarm_on::before { content: "\e858"; }
.wpbc_icn_album::before { content: "\e019"; }
.wpbc_icn_align_horizontal_center::before { content: "\e00f"; }
.wpbc_icn_align_horizontal_left::before { content: "\e00d"; }
.wpbc_icn_align_horizontal_right::before { content: "\e010"; }
.wpbc_icn_align_vertical_bottom::before { content: "\e015"; }
.wpbc_icn_align_vertical_center::before { content: "\e011"; }
.wpbc_icn_align_vertical_top::before { content: "\e00c"; }
.wpbc_icn_all_inbox::before { content: "\e97f"; }
.wpbc_icn_all_inclusive::before { content: "\eb3d"; }
.wpbc_icn_all_out::before { content: "\e90b"; }
.wpbc_icn_alt_route::before { content: "\f184"; }
.wpbc_icn_alternate_email::before { content: "\e0e6"; }
.wpbc_icn_amp_stories::before { content: "\ea13"; }
.wpbc_icn_analytics::before { content: "\ef3e"; }
.wpbc_icn_anchor::before { content: "\f1cd"; }
.wpbc_icn_android::before { content: "\e859"; }
.wpbc_icn_animation::before { content: "\e71c"; }
.wpbc_icn_announcement::before { content: "\e85a"; }
.wpbc_icn_aod::before { content: "\efda"; }
.wpbc_icn_apartment::before { content: "\ea40"; }
.wpbc_icn_api::before { content: "\f1b7"; }
.wpbc_icn_app_blocking::before { content: "\ef3f"; }
.wpbc_icn_app_registration::before { content: "\ef40"; }
.wpbc_icn_app_settings_alt::before { content: "\ef41"; }
.wpbc_icn_app_shortcut::before { content: "\eae4"; }
.wpbc_icn_apple::before { content: "\ea80"; }
.wpbc_icn_approval::before { content: "\e982"; }
.wpbc_icn_apps::before { content: "\e5c3"; }
.wpbc_icn_apps_outage::before { content: "\e7cc"; }
.wpbc_icn_architecture::before { content: "\ea3b"; }
.wpbc_icn_archive::before { content: "\e149"; }
.wpbc_icn_area_chart::before { content: "\e770"; }
.wpbc_icn_arrow_back::before { content: "\e5c4"; }
.wpbc_icn_arrow_back_ios::before { content: "\e5e0"; }
.wpbc_icn_arrow_back_ios_new::before { content: "\e2ea"; }
.wpbc_icn_arrow_circle_down::before { content: "\f181"; }
.wpbc_icn_arrow_circle_left::before { content: "\eaa7"; }
.wpbc_icn_arrow_circle_right::before { content: "\eaaa"; }
.wpbc_icn_arrow_circle_up::before { content: "\f182"; }
.wpbc_icn_arrow_downward::before { content: "\e5db"; }
.wpbc_icn_arrow_drop_down::before { content: "\e5c5"; }
.wpbc_icn_arrow_drop_down_circle::before { content: "\e5c6"; }
.wpbc_icn_arrow_drop_up::before { content: "\e5c7"; }
.wpbc_icn_arrow_forward::before { content: "\e5c8"; }
.wpbc_icn_arrow_forward_ios::before { content: "\e5e1"; }
.wpbc_icn_arrow_left::before { content: "\e5de"; }
.wpbc_icn_arrow_right::before { content: "\e5df"; }
.wpbc_icn_arrow_right_alt::before { content: "\e941"; }
.wpbc_icn_arrow_upward::before { content: "\e5d8"; }
.wpbc_icn_art_track::before { content: "\e060"; }
.wpbc_icn_article::before { content: "\ef42"; }
.wpbc_icn_aspect_ratio::before { content: "\e85b"; }
.wpbc_icn_assessment::before { content: "\e85c"; }
.wpbc_icn_assignment::before { content: "\e85d"; }
.wpbc_icn_assignment_ind::before { content: "\e85e"; }
.wpbc_icn_assignment_late::before { content: "\e85f"; }
.wpbc_icn_assignment_return::before { content: "\e860"; }
.wpbc_icn_assignment_returned::before { content: "\e861"; }
.wpbc_icn_assignment_turned_in::before { content: "\e862"; }
.wpbc_icn_assistant::before { content: "\e39f"; }
.wpbc_icn_assistant_direction::before { content: "\e988"; }
.wpbc_icn_assistant_navigation::before { content: "\e989"; }
.wpbc_icn_assistant_photo::before { content: "\e3a0"; }
.wpbc_icn_assured_workload::before { content: "\eb6f"; }
.wpbc_icn_atm::before { content: "\e573"; }
.wpbc_icn_attach_email::before { content: "\ea5e"; }
.wpbc_icn_attach_file::before { content: "\e226"; }
.wpbc_icn_attach_money::before { content: "\e227"; }
.wpbc_icn_attachment::before { content: "\e2bc"; }
.wpbc_icn_attractions::before { content: "\ea52"; }
.wpbc_icn_attribution::before { content: "\efdb"; }
.wpbc_icn_audio_file::before { content: "\eb82"; }
.wpbc_icn_audiotrack::before { content: "\e3a1"; }
.wpbc_icn_auto_awesome::before { content: "\e65f"; }
.wpbc_icn_auto_awesome_mosaic::before { content: "\e660"; }
.wpbc_icn_auto_awesome_motion::before { content: "\e661"; }
.wpbc_icn_auto_delete::before { content: "\ea4c"; }
.wpbc_icn_auto_fix_high::before { content: "\e663"; }
.wpbc_icn_auto_fix_normal::before { content: "\e664"; }
.wpbc_icn_auto_fix_off::before { content: "\e665"; }
.wpbc_icn_auto_graph::before { content: "\e4fb"; }
.wpbc_icn_auto_mode::before { content: "\ec20"; }
.wpbc_icn_auto_stories::before { content: "\e666"; }
.wpbc_icn_autofps_select::before { content: "\efdc"; }
.wpbc_icn_autorenew::before { content: "\e863"; }
.wpbc_icn_av_timer::before { content: "\e01b"; }
.wpbc_icn_baby_changing_station::before { content: "\f19b"; }
.wpbc_icn_back_hand::before { content: "\e764"; }
.wpbc_icn_backpack::before { content: "\f19c"; }
.wpbc_icn_backspace::before { content: "\e14a"; }
.wpbc_icn_backup::before { content: "\e864"; }
.wpbc_icn_backup_table::before { content: "\ef43"; }
.wpbc_icn_badge::before { content: "\ea67"; }
.wpbc_icn_bakery_dining::before { content: "\ea53"; }
.wpbc_icn_balance::before { content: "\eaf6"; }
.wpbc_icn_balcony::before { content: "\e58f"; }
.wpbc_icn_ballot::before { content: "\e172"; }
.wpbc_icn_bar_chart::before { content: "\e26b"; }
.wpbc_icn_batch_prediction::before { content: "\f0f5"; }
.wpbc_icn_bathroom::before { content: "\efdd"; }
.wpbc_icn_bathtub::before { content: "\ea41"; }
.wpbc_icn_battery_0_bar::before { content: "\ebdc"; }
.wpbc_icn_battery_1_bar::before { content: "\ebd9"; }
.wpbc_icn_battery_2_bar::before { content: "\ebe0"; }
.wpbc_icn_battery_3_bar::before { content: "\ebdd"; }
.wpbc_icn_battery_4_bar::before { content: "\ebe2"; }
.wpbc_icn_battery_5_bar::before { content: "\ebd4"; }
.wpbc_icn_battery_6_bar::before { content: "\ebd2"; }
.wpbc_icn_battery_alert::before { content: "\e19c"; }
.wpbc_icn_battery_charging_full::before { content: "\e1a3"; }
.wpbc_icn_battery_full::before { content: "\e1a4"; }
.wpbc_icn_battery_saver::before { content: "\efde"; }
.wpbc_icn_battery_std::before { content: "\e1a5"; }
.wpbc_icn_battery_unknown::before { content: "\e1a6"; }
.wpbc_icn_beach_access::before { content: "\eb3e"; }
.wpbc_icn_bed::before { content: "\efdf"; }
.wpbc_icn_bedroom_baby::before { content: "\efe0"; }
.wpbc_icn_bedroom_child::before { content: "\efe1"; }
.wpbc_icn_bedroom_parent::before { content: "\efe2"; }
.wpbc_icn_bedtime::before { content: "\ef44"; }
.wpbc_icn_bedtime_off::before { content: "\eb76"; }
.wpbc_icn_beenhere::before { content: "\e52d"; }
.wpbc_icn_bento::before { content: "\f1f4"; }
.wpbc_icn_bike_scooter::before { content: "\ef45"; }
.wpbc_icn_biotech::before { content: "\ea3a"; }
.wpbc_icn_blender::before { content: "\efe3"; }
.wpbc_icn_blinds::before { content: "\e286"; }
.wpbc_icn_blinds_closed::before { content: "\ec1f"; }
.wpbc_icn_block::before { content: "\e14b"; }
.wpbc_icn_block_flipped::before { content: "\ef46"; }
.wpbc_icn_bloodtype::before { content: "\efe4"; }
.wpbc_icn_bluetooth::before { content: "\e1a7"; }
.wpbc_icn_bluetooth_audio::before { content: "\e60f"; }
.wpbc_icn_bluetooth_connected::before { content: "\e1a8"; }
.wpbc_icn_bluetooth_disabled::before { content: "\e1a9"; }
.wpbc_icn_bluetooth_drive::before { content: "\efe5"; }
.wpbc_icn_bluetooth_searching::before { content: "\e1aa"; }
.wpbc_icn_blur_circular::before { content: "\e3a2"; }
.wpbc_icn_blur_linear::before { content: "\e3a3"; }
.wpbc_icn_blur_off::before { content: "\e3a4"; }
.wpbc_icn_blur_on::before { content: "\e3a5"; }
.wpbc_icn_bolt::before { content: "\ea0b"; }
.wpbc_icn_book::before { content: "\e865"; }
.wpbc_icn_book_online::before { content: "\f217"; }
.wpbc_icn_bookmark::before { content: "\e866"; }
.wpbc_icn_bookmark_add::before { content: "\e598"; }
.wpbc_icn_bookmark_added::before { content: "\e599"; }
.wpbc_icn_bookmark_border::before { content: "\e867"; }
.wpbc_icn_bookmark_outline::before { content: "\e867"; }
.wpbc_icn_bookmark_remove::before { content: "\e59a"; }
.wpbc_icn_bookmarks::before { content: "\e98b"; }
.wpbc_icn_border_all::before { content: "\e228"; }
.wpbc_icn_border_bottom::before { content: "\e229"; }
.wpbc_icn_border_clear::before { content: "\e22a"; }
.wpbc_icn_border_color::before { content: "\e22b"; }
.wpbc_icn_border_horizontal::before { content: "\e22c"; }
.wpbc_icn_border_inner::before { content: "\e22d"; }
.wpbc_icn_border_left::before { content: "\e22e"; }
.wpbc_icn_border_outer::before { content: "\e22f"; }
.wpbc_icn_border_right::before { content: "\e230"; }
.wpbc_icn_border_style::before { content: "\e231"; }
.wpbc_icn_border_top::before { content: "\e232"; }
.wpbc_icn_border_vertical::before { content: "\e233"; }
.wpbc_icn_boy::before { content: "\eb67"; }
.wpbc_icn_branding_watermark::before { content: "\e06b"; }
.wpbc_icn_breakfast_dining::before { content: "\ea54"; }
.wpbc_icn_brightness_1::before { content: "\e3a6"; }
.wpbc_icn_brightness_2::before { content: "\e3a7"; }
.wpbc_icn_brightness_3::before { content: "\e3a8"; }
.wpbc_icn_brightness_4::before { content: "\e3a9"; }
.wpbc_icn_brightness_5::before { content: "\e3aa"; }
.wpbc_icn_brightness_6::before { content: "\e3ab"; }
.wpbc_icn_brightness_7::before { content: "\e3ac"; }
.wpbc_icn_brightness_auto::before { content: "\e1ab"; }
.wpbc_icn_brightness_high::before { content: "\e1ac"; }
.wpbc_icn_brightness_low::before { content: "\e1ad"; }
.wpbc_icn_brightness_medium::before { content: "\e1ae"; }
.wpbc_icn_broken_image::before { content: "\e3ad"; }
.wpbc_icn_browse_gallery::before { content: "\ebd1"; }
.wpbc_icn_browser_not_supported::before { content: "\ef47"; }
.wpbc_icn_browser_updated::before { content: "\e7cf"; }
.wpbc_icn_brunch_dining::before { content: "\ea73"; }
.wpbc_icn_brush::before { content: "\e3ae"; }
.wpbc_icn_bubble_chart::before { content: "\e6dd"; }
.wpbc_icn_bug_report::before { content: "\e868"; }
.wpbc_icn_build::before { content: "\e869"; }
.wpbc_icn_build_circle::before { content: "\ef48"; }
.wpbc_icn_bungalow::before { content: "\e591"; }
.wpbc_icn_burst_mode::before { content: "\e43c"; }
.wpbc_icn_bus_alert::before { content: "\e98f"; }
.wpbc_icn_business::before { content: "\e0af"; }
.wpbc_icn_business_center::before { content: "\eb3f"; }
.wpbc_icn_cabin::before { content: "\e589"; }
.wpbc_icn_cable::before { content: "\efe6"; }
.wpbc_icn_cached::before { content: "\e86a"; }
.wpbc_icn_cake::before { content: "\e7e9"; }
.wpbc_icn_calculate::before { content: "\ea5f"; }
.wpbc_icn_calendar_month::before { content: "\ebcc"; }
.wpbc_icn_calendar_today::before { content: "\e935"; }
.wpbc_icn_calendar_view_day::before { content: "\e936"; }
.wpbc_icn_calendar_view_month::before { content: "\efe7"; }
.wpbc_icn_calendar_view_week::before { content: "\efe8"; }
.wpbc_icn_call::before { content: "\e0b0"; }
.wpbc_icn_call_end::before { content: "\e0b1"; }
.wpbc_icn_call_made::before { content: "\e0b2"; }
.wpbc_icn_call_merge::before { content: "\e0b3"; }
.wpbc_icn_call_missed::before { content: "\e0b4"; }
.wpbc_icn_call_missed_outgoing::before { content: "\e0e4"; }
.wpbc_icn_call_received::before { content: "\e0b5"; }
.wpbc_icn_call_split::before { content: "\e0b6"; }
.wpbc_icn_call_to_action::before { content: "\e06c"; }
.wpbc_icn_camera::before { content: "\e3af"; }
.wpbc_icn_camera_alt::before { content: "\e3b0"; }
.wpbc_icn_camera_enhance::before { content: "\e8fc"; }
.wpbc_icn_camera_front::before { content: "\e3b1"; }
.wpbc_icn_camera_indoor::before { content: "\efe9"; }
.wpbc_icn_camera_outdoor::before { content: "\efea"; }
.wpbc_icn_camera_rear::before { content: "\e3b2"; }
.wpbc_icn_camera_roll::before { content: "\e3b3"; }
.wpbc_icn_cameraswitch::before { content: "\efeb"; }
.wpbc_icn_campaign::before { content: "\ef49"; }
.wpbc_icn_cancel::before { content: "\e5c9"; }
.wpbc_icn_cancel_presentation::before { content: "\e0e9"; }
.wpbc_icn_cancel_schedule_send::before { content: "\ea39"; }
.wpbc_icn_candlestick_chart::before { content: "\ead4"; }
.wpbc_icn_car_crash::before { content: "\ebf2"; }
.wpbc_icn_car_rental::before { content: "\ea55"; }
.wpbc_icn_car_repair::before { content: "\ea56"; }
.wpbc_icn_card_giftcard::before { content: "\e8f6"; }
.wpbc_icn_card_membership::before { content: "\e8f7"; }
.wpbc_icn_card_travel::before { content: "\e8f8"; }
.wpbc_icn_carpenter::before { content: "\f1f8"; }
.wpbc_icn_cases::before { content: "\e992"; }
.wpbc_icn_casino::before { content: "\eb40"; }
.wpbc_icn_cast::before { content: "\e307"; }
.wpbc_icn_cast_connected::before { content: "\e308"; }
.wpbc_icn_cast_for_education::before { content: "\efec"; }
.wpbc_icn_castle::before { content: "\eab1"; }
.wpbc_icn_catching_pokemon::before { content: "\e508"; }
.wpbc_icn_category::before { content: "\e574"; }
.wpbc_icn_celebration::before { content: "\ea65"; }
.wpbc_icn_cell_tower::before { content: "\ebba"; }
.wpbc_icn_cell_wifi::before { content: "\e0ec"; }
.wpbc_icn_center_focus_strong::before { content: "\e3b4"; }
.wpbc_icn_center_focus_weak::before { content: "\e3b5"; }
.wpbc_icn_chair::before { content: "\efed"; }
.wpbc_icn_chair_alt::before { content: "\efee"; }
.wpbc_icn_chalet::before { content: "\e585"; }
.wpbc_icn_change_circle::before { content: "\e2e7"; }
.wpbc_icn_change_history::before { content: "\e86b"; }
.wpbc_icn_charging_station::before { content: "\f19d"; }
.wpbc_icn_chat::before { content: "\e0b7"; }
.wpbc_icn_chat_bubble::before { content: "\e0ca"; }
.wpbc_icn_chat_bubble_outline::before { content: "\e0cb"; }
.wpbc_icn_check::before { content: "\e5ca"; }
.wpbc_icn_check_box::before { content: "\e834"; }
.wpbc_icn_check_box_outline_blank::before { content: "\e835"; }
.wpbc_icn_check_circle::before { content: "\e86c"; }
.wpbc_icn_check_circle_outline::before { content: "\e92d"; }
.wpbc_icn_checklist::before { content: "\e6b1"; }
.wpbc_icn_checklist_rtl::before { content: "\e6b3"; }
.wpbc_icn_checkroom::before { content: "\f19e"; }
.wpbc_icn_chevron_left::before { content: "\e5cb"; }
.wpbc_icn_chevron_right::before { content: "\e5cc"; }
.wpbc_icn_child_care::before { content: "\eb41"; }
.wpbc_icn_child_friendly::before { content: "\eb42"; }
.wpbc_icn_chrome_reader_mode::before { content: "\e86d"; }
.wpbc_icn_church::before { content: "\eaae"; }
.wpbc_icn_circle::before { content: "\ef4a"; }
.wpbc_icn_circle_notifications::before { content: "\e994"; }
.wpbc_icn_class::before { content: "\e86e"; }
.wpbc_icn_clean_hands::before { content: "\f21f"; }
.wpbc_icn_cleaning_services::before { content: "\f0ff"; }
.wpbc_icn_clear::before { content: "\e14c"; }
.wpbc_icn_clear_all::before { content: "\e0b8"; }
.wpbc_icn_close::before { content: "\e5cd"; }
.wpbc_icn_close_fullscreen::before { content: "\f1cf"; }
.wpbc_icn_closed_caption::before { content: "\e01c"; }
.wpbc_icn_closed_caption_disabled::before { content: "\f1dc"; }
.wpbc_icn_closed_caption_off::before { content: "\e996"; }
.wpbc_icn_cloud::before { content: "\e2bd"; }
.wpbc_icn_cloud_circle::before { content: "\e2be"; }
.wpbc_icn_cloud_done::before { content: "\e2bf"; }
.wpbc_icn_cloud_download::before { content: "\e2c0"; }
.wpbc_icn_cloud_off::before { content: "\e2c1"; }
.wpbc_icn_cloud_queue::before { content: "\e2c2"; }
.wpbc_icn_cloud_sync::before { content: "\eb5a"; }
.wpbc_icn_cloud_upload::before { content: "\e2c3"; }
.wpbc_icn_cloudy_snowing::before { content: "\e810"; }
.wpbc_icn_co2::before { content: "\e7b0"; }
.wpbc_icn_co_present::before { content: "\eaf0"; }
.wpbc_icn_code::before { content: "\e86f"; }
.wpbc_icn_code_off::before { content: "\e4f3"; }
.wpbc_icn_coffee::before { content: "\efef"; }
.wpbc_icn_coffee_maker::before { content: "\eff0"; }
.wpbc_icn_collections::before { content: "\e3b6"; }
.wpbc_icn_collections_bookmark::before { content: "\e431"; }
.wpbc_icn_color_lens::before { content: "\e3b7"; }
.wpbc_icn_colorize::before { content: "\e3b8"; }
.wpbc_icn_comment::before { content: "\e0b9"; }
.wpbc_icn_comment_bank::before { content: "\ea4e"; }
.wpbc_icn_comments_disabled::before { content: "\e7a2"; }
.wpbc_icn_commit::before { content: "\eaf5"; }
.wpbc_icn_commute::before { content: "\e940"; }
.wpbc_icn_compare::before { content: "\e3b9"; }
.wpbc_icn_compare_arrows::before { content: "\e915"; }
.wpbc_icn_compass_calibration::before { content: "\e57c"; }
.wpbc_icn_compost::before { content: "\e761"; }
.wpbc_icn_compress::before { content: "\e94d"; }
.wpbc_icn_computer::before { content: "\e30a"; }
.wpbc_icn_confirmation_num::before { content: "\e638"; }
.wpbc_icn_confirmation_number::before { content: "\e638"; }
.wpbc_icn_connect_without_contact::before { content: "\f223"; }
.wpbc_icn_connected_tv::before { content: "\e998"; }
.wpbc_icn_connecting_airports::before { content: "\e7c9"; }
.wpbc_icn_construction::before { content: "\ea3c"; }
.wpbc_icn_contact_mail::before { content: "\e0d0"; }
.wpbc_icn_contact_page::before { content: "\f22e"; }
.wpbc_icn_contact_phone::before { content: "\e0cf"; }
.wpbc_icn_contact_support::before { content: "\e94c"; }
.wpbc_icn_contactless::before { content: "\ea71"; }
.wpbc_icn_contacts::before { content: "\e0ba"; }
.wpbc_icn_content_copy::before { content: "\e14d"; }
.wpbc_icn_content_cut::before { content: "\e14e"; }
.wpbc_icn_content_paste::before { content: "\e14f"; }
.wpbc_icn_content_paste_go::before { content: "\ea8e"; }
.wpbc_icn_content_paste_off::before { content: "\e4f8"; }
.wpbc_icn_content_paste_search::before { content: "\ea9b"; }
.wpbc_icn_contrast::before { content: "\eb37"; }
.wpbc_icn_control_camera::before { content: "\e074"; }
.wpbc_icn_control_point::before { content: "\e3ba"; }
.wpbc_icn_control_point_duplicate::before { content: "\e3bb"; }
.wpbc_icn_cookie::before { content: "\eaac"; }
.wpbc_icn_copy_all::before { content: "\e2ec"; }
.wpbc_icn_copyright::before { content: "\e90c"; }
.wpbc_icn_coronavirus::before { content: "\f221"; }
.wpbc_icn_corporate_fare::before { content: "\f1d0"; }
.wpbc_icn_cottage::before { content: "\e587"; }
.wpbc_icn_countertops::before { content: "\f1f7"; }
.wpbc_icn_create::before { content: "\e150"; }
.wpbc_icn_create_new_folder::before { content: "\e2cc"; }
.wpbc_icn_credit_card::before { content: "\e870"; }
.wpbc_icn_credit_card_off::before { content: "\e4f4"; }
.wpbc_icn_credit_score::before { content: "\eff1"; }
.wpbc_icn_crib::before { content: "\e588"; }
.wpbc_icn_crisis_alert::before { content: "\ebe9"; }
.wpbc_icn_crop::before { content: "\e3be"; }
.wpbc_icn_crop_16_9::before { content: "\e3bc"; }
.wpbc_icn_crop_3_2::before { content: "\e3bd"; }
.wpbc_icn_crop_5_4::before { content: "\e3bf"; }
.wpbc_icn_crop_7_5::before { content: "\e3c0"; }
.wpbc_icn_crop_din::before { content: "\e3c1"; }
.wpbc_icn_crop_free::before { content: "\e3c2"; }
.wpbc_icn_crop_landscape::before { content: "\e3c3"; }
.wpbc_icn_crop_original::before { content: "\e3c4"; }
.wpbc_icn_crop_portrait::before { content: "\e3c5"; }
.wpbc_icn_crop_rotate::before { content: "\e437"; }
.wpbc_icn_crop_square::before { content: "\e3c6"; }
.wpbc_icn_cruelty_free::before { content: "\e799"; }
.wpbc_icn_css::before { content: "\eb93"; }
.wpbc_icn_currency_bitcoin::before { content: "\ebc5"; }
.wpbc_icn_currency_exchange::before { content: "\eb70"; }
.wpbc_icn_currency_franc::before { content: "\eafa"; }
.wpbc_icn_currency_lira::before { content: "\eaef"; }
.wpbc_icn_currency_pound::before { content: "\eaf1"; }
.wpbc_icn_currency_ruble::before { content: "\eaec"; }
.wpbc_icn_currency_rupee::before { content: "\eaf7"; }
.wpbc_icn_currency_yen::before { content: "\eafb"; }
.wpbc_icn_currency_yuan::before { content: "\eaf9"; }
.wpbc_icn_curtains::before { content: "\ec1e"; }
.wpbc_icn_curtains_closed::before { content: "\ec1d"; }
.wpbc_icn_cyclone::before { content: "\ebd5"; }
.wpbc_icn_dangerous::before { content: "\e99a"; }
.wpbc_icn_dark_mode::before { content: "\e51c"; }
.wpbc_icn_dashboard::before { content: "\e871"; }
.wpbc_icn_dashboard_customize::before { content: "\e99b"; }
.wpbc_icn_data_array::before { content: "\ead1"; }
.wpbc_icn_data_exploration::before { content: "\e76f"; }
.wpbc_icn_data_object::before { content: "\ead3"; }
.wpbc_icn_data_saver_off::before { content: "\eff2"; }
.wpbc_icn_data_saver_on::before { content: "\eff3"; }
.wpbc_icn_data_thresholding::before { content: "\eb9f"; }
.wpbc_icn_data_usage::before { content: "\e1af"; }
.wpbc_icn_date_range::before { content: "\e916"; }
.wpbc_icn_deblur::before { content: "\eb77"; }
.wpbc_icn_deck::before { content: "\ea42"; }
.wpbc_icn_dehaze::before { content: "\e3c7"; }
.wpbc_icn_delete::before { content: "\e872"; }
.wpbc_icn_delete_forever::before { content: "\e92b"; }
.wpbc_icn_delete_outline::before { content: "\e92e"; }
.wpbc_icn_delete_sweep::before { content: "\e16c"; }
.wpbc_icn_delivery_dining::before { content: "\ea72"; }
.wpbc_icn_density_large::before { content: "\eba9"; }
.wpbc_icn_density_medium::before { content: "\eb9e"; }
.wpbc_icn_density_small::before { content: "\eba8"; }
.wpbc_icn_departure_board::before { content: "\e576"; }
.wpbc_icn_description::before { content: "\e873"; }
.wpbc_icn_deselect::before { content: "\ebb6"; }
.wpbc_icn_design_services::before { content: "\f10a"; }
.wpbc_icn_desktop_access_disabled::before { content: "\e99d"; }
.wpbc_icn_desktop_mac::before { content: "\e30b"; }
.wpbc_icn_desktop_windows::before { content: "\e30c"; }
.wpbc_icn_details::before { content: "\e3c8"; }
.wpbc_icn_developer_board::before { content: "\e30d"; }
.wpbc_icn_developer_board_off::before { content: "\e4ff"; }
.wpbc_icn_developer_mode::before { content: "\e1b0"; }
.wpbc_icn_device_hub::before { content: "\e335"; }
.wpbc_icn_device_thermostat::before { content: "\e1ff"; }
.wpbc_icn_device_unknown::before { content: "\e339"; }
.wpbc_icn_devices::before { content: "\e1b1"; }
.wpbc_icn_devices_fold::before { content: "\ebde"; }
.wpbc_icn_devices_other::before { content: "\e337"; }
.wpbc_icn_dialer_sip::before { content: "\e0bb"; }
.wpbc_icn_dialpad::before { content: "\e0bc"; }
.wpbc_icn_diamond::before { content: "\ead5"; }
.wpbc_icn_difference::before { content: "\eb7d"; }
.wpbc_icn_dining::before { content: "\eff4"; }
.wpbc_icn_dinner_dining::before { content: "\ea57"; }
.wpbc_icn_directions::before { content: "\e52e"; }
.wpbc_icn_directions_bike::before { content: "\e52f"; }
.wpbc_icn_directions_boat::before { content: "\e532"; }
.wpbc_icn_directions_boat_filled::before { content: "\eff5"; }
.wpbc_icn_directions_bus::before { content: "\e530"; }
.wpbc_icn_directions_bus_filled::before { content: "\eff6"; }
.wpbc_icn_directions_car::before { content: "\e531"; }
.wpbc_icn_directions_car_filled::before { content: "\eff7"; }
.wpbc_icn_directions_ferry::before { content: "\e532"; }
.wpbc_icn_directions_off::before { content: "\f10f"; }
.wpbc_icn_directions_railway::before { content: "\e534"; }
.wpbc_icn_directions_railway_filled::before { content: "\eff8"; }
.wpbc_icn_directions_run::before { content: "\e566"; }
.wpbc_icn_directions_subway::before { content: "\e533"; }
.wpbc_icn_directions_subway_filled::before { content: "\eff9"; }
.wpbc_icn_directions_train::before { content: "\e534"; }
.wpbc_icn_directions_transit::before { content: "\e535"; }
.wpbc_icn_directions_transit_filled::before { content: "\effa"; }
.wpbc_icn_directions_walk::before { content: "\e536"; }
.wpbc_icn_dirty_lens::before { content: "\ef4b"; }
.wpbc_icn_disabled_by_default::before { content: "\f230"; }
.wpbc_icn_disabled_visible::before { content: "\e76e"; }
.wpbc_icn_disc_full::before { content: "\e610"; }
.wpbc_icn_discord::before { content: "\ea6c"; }
.wpbc_icn_discount::before { content: "\ebc9"; }
.wpbc_icn_display_settings::before { content: "\eb97"; }
.wpbc_icn_dnd_forwardslash::before { content: "\e611"; }
.wpbc_icn_dns::before { content: "\e875"; }
.wpbc_icn_do_disturb::before { content: "\f08c"; }
.wpbc_icn_do_disturb_alt::before { content: "\f08d"; }
.wpbc_icn_do_disturb_off::before { content: "\f08e"; }
.wpbc_icn_do_disturb_on::before { content: "\f08f"; }
.wpbc_icn_do_not_disturb::before { content: "\e612"; }
.wpbc_icn_do_not_disturb_alt::before { content: "\e611"; }
.wpbc_icn_do_not_disturb_off::before { content: "\e643"; }
.wpbc_icn_do_not_disturb_on::before { content: "\e644"; }
.wpbc_icn_do_not_disturb_on_total_silence::before { content: "\effb"; }
.wpbc_icn_do_not_step::before { content: "\f19f"; }
.wpbc_icn_do_not_touch::before { content: "\f1b0"; }
.wpbc_icn_dock::before { content: "\e30e"; }
.wpbc_icn_document_scanner::before { content: "\e5fa"; }
.wpbc_icn_domain::before { content: "\e7ee"; }
.wpbc_icn_domain_add::before { content: "\eb62"; }
.wpbc_icn_domain_disabled::before { content: "\e0ef"; }
.wpbc_icn_domain_verification::before { content: "\ef4c"; }
.wpbc_icn_done::before { content: "\e876"; }
.wpbc_icn_done_all::before { content: "\e877"; }
.wpbc_icn_done_outline::before { content: "\e92f"; }
.wpbc_icn_donut_large::before { content: "\e917"; }
.wpbc_icn_donut_small::before { content: "\e918"; }
.wpbc_icn_door_back::before { content: "\effc"; }
.wpbc_icn_door_front::before { content: "\effd"; }
.wpbc_icn_door_sliding::before { content: "\effe"; }
.wpbc_icn_doorbell::before { content: "\efff"; }
.wpbc_icn_double_arrow::before { content: "\ea50"; }
.wpbc_icn_downhill_skiing::before { content: "\e509"; }
.wpbc_icn_download::before { content: "\f090"; }
.wpbc_icn_download_done::before { content: "\f091"; }
.wpbc_icn_download_for_offline::before { content: "\f000"; }
.wpbc_icn_downloading::before { content: "\f001"; }
.wpbc_icn_drafts::before { content: "\e151"; }
.wpbc_icn_drag_handle::before { content: "\e25d"; }
.wpbc_icn_drag_indicator::before { content: "\e945"; }
.wpbc_icn_draw::before { content: "\e746"; }
.wpbc_icn_drive_eta::before { content: "\e613"; }
.wpbc_icn_drive_file_move::before { content: "\e675"; }
.wpbc_icn_drive_file_move_outline::before { content: "\e9a1"; }
.wpbc_icn_drive_file_move_rtl::before { content: "\e76d"; }
.wpbc_icn_drive_file_rename_outline::before { content: "\e9a2"; }
.wpbc_icn_drive_folder_upload::before { content: "\e9a3"; }
.wpbc_icn_dry::before { content: "\f1b3"; }
.wpbc_icn_dry_cleaning::before { content: "\ea58"; }
.wpbc_icn_duo::before { content: "\e9a5"; }
.wpbc_icn_dvr::before { content: "\e1b2"; }
.wpbc_icn_dynamic_feed::before { content: "\ea14"; }
.wpbc_icn_dynamic_form::before { content: "\f1bf"; }
.wpbc_icn_e_mobiledata::before { content: "\f002"; }
.wpbc_icn_earbuds::before { content: "\f003"; }
.wpbc_icn_earbuds_battery::before { content: "\f004"; }
.wpbc_icn_east::before { content: "\f1df"; }
.wpbc_icn_eco::before { content: "\ea35"; }
.wpbc_icn_edgesensor_high::before { content: "\f005"; }
.wpbc_icn_edgesensor_low::before { content: "\f006"; }
.wpbc_icn_edit::before { content: "\e3c9"; }
.wpbc_icn_edit_attributes::before { content: "\e578"; }
.wpbc_icn_edit_calendar::before { content: "\e742"; }
.wpbc_icn_edit_location::before { content: "\e568"; }
.wpbc_icn_edit_location_alt::before { content: "\e1c5"; }
.wpbc_icn_edit_note::before { content: "\e745"; }
.wpbc_icn_edit_notifications::before { content: "\e525"; }
.wpbc_icn_edit_off::before { content: "\e950"; }
.wpbc_icn_edit_road::before { content: "\ef4d"; }
.wpbc_icn_egg::before { content: "\eacc"; }
.wpbc_icn_egg_alt::before { content: "\eac8"; }
.wpbc_icn_eject::before { content: "\e8fb"; }
.wpbc_icn_elderly::before { content: "\f21a"; }
.wpbc_icn_elderly_woman::before { content: "\eb69"; }
.wpbc_icn_electric_bike::before { content: "\eb1b"; }
.wpbc_icn_electric_bolt::before { content: "\ec1c"; }
.wpbc_icn_electric_car::before { content: "\eb1c"; }
.wpbc_icn_electric_meter::before { content: "\ec1b"; }
.wpbc_icn_electric_moped::before { content: "\eb1d"; }
.wpbc_icn_electric_rickshaw::before { content: "\eb1e"; }
.wpbc_icn_electric_scooter::before { content: "\eb1f"; }
.wpbc_icn_electrical_services::before { content: "\f102"; }
.wpbc_icn_elevator::before { content: "\f1a0"; }
.wpbc_icn_email::before { content: "\e0be"; }
.wpbc_icn_emergency::before { content: "\e1eb"; }
.wpbc_icn_emergency_recording::before { content: "\ebf4"; }
.wpbc_icn_emergency_share::before { content: "\ebf6"; }
.wpbc_icn_emoji_emotions::before { content: "\ea22"; }
.wpbc_icn_emoji_events::before { content: "\ea23"; }
.wpbc_icn_emoji_flags::before { content: "\ea1a"; }
.wpbc_icn_emoji_food_beverage::before { content: "\ea1b"; }
.wpbc_icn_emoji_nature::before { content: "\ea1c"; }
.wpbc_icn_emoji_objects::before { content: "\ea24"; }
.wpbc_icn_emoji_people::before { content: "\ea1d"; }
.wpbc_icn_emoji_symbols::before { content: "\ea1e"; }
.wpbc_icn_emoji_transportation::before { content: "\ea1f"; }
.wpbc_icn_energy_savings_leaf::before { content: "\ec1a"; }
.wpbc_icn_engineering::before { content: "\ea3d"; }
.wpbc_icn_enhance_photo_translate::before { content: "\e8fc"; }
.wpbc_icn_enhanced_encryption::before { content: "\e63f"; }
.wpbc_icn_equalizer::before { content: "\e01d"; }
.wpbc_icn_error::before { content: "\e000"; }
.wpbc_icn_error_outline::before { content: "\e001"; }
.wpbc_icn_escalator::before { content: "\f1a1"; }
.wpbc_icn_escalator_warning::before { content: "\f1ac"; }
.wpbc_icn_euro::before { content: "\ea15"; }
.wpbc_icn_euro_symbol::before { content: "\e926"; }
.wpbc_icn_ev_station::before { content: "\e56d"; }
.wpbc_icn_event::before { content: "\e878"; }
.wpbc_icn_event_available::before { content: "\e614"; }
.wpbc_icn_event_busy::before { content: "\e615"; }
.wpbc_icn_event_note::before { content: "\e616"; }
.wpbc_icn_event_repeat::before { content: "\eb7b"; }
.wpbc_icn_event_seat::before { content: "\e903"; }
.wpbc_icn_exit_to_app::before { content: "\e879"; }
.wpbc_icn_expand::before { content: "\e94f"; }
.wpbc_icn_expand_circle_down::before { content: "\e7cd"; }
.wpbc_icn_expand_less::before { content: "\e5ce"; }
.wpbc_icn_expand_more::before { content: "\e5cf"; }
.wpbc_icn_explicit::before { content: "\e01e"; }
.wpbc_icn_explore::before { content: "\e87a"; }
.wpbc_icn_explore_off::before { content: "\e9a8"; }
.wpbc_icn_exposure::before { content: "\e3ca"; }
.wpbc_icn_exposure_minus_1::before { content: "\e3cb"; }
.wpbc_icn_exposure_minus_2::before { content: "\e3cc"; }
.wpbc_icn_exposure_neg_1::before { content: "\e3cb"; }
.wpbc_icn_exposure_neg_2::before { content: "\e3cc"; }
.wpbc_icn_exposure_plus_1::before { content: "\e3cd"; }
.wpbc_icn_exposure_plus_2::before { content: "\e3ce"; }
.wpbc_icn_exposure_zero::before { content: "\e3cf"; }
.wpbc_icn_extension::before { content: "\e87b"; }
.wpbc_icn_extension_off::before { content: "\e4f5"; }
.wpbc_icn_face::before { content: "\e87c"; }
.wpbc_icn_face_retouching_natural::before { content: "\ef4e"; }
.wpbc_icn_face_retouching_off::before { content: "\f007"; }
.wpbc_icn_facebook::before { content: "\f234"; }
.wpbc_icn_fact_check::before { content: "\f0c5"; }
.wpbc_icn_factory::before { content: "\ebbc"; }
.wpbc_icn_family_restroom::before { content: "\f1a2"; }
.wpbc_icn_fast_forward::before { content: "\e01f"; }
.wpbc_icn_fast_rewind::before { content: "\e020"; }
.wpbc_icn_fastfood::before { content: "\e57a"; }
.wpbc_icn_favorite::before { content: "\e87d"; }
.wpbc_icn_favorite_border::before { content: "\e87e"; }
.wpbc_icn_favorite_outline::before { content: "\e87e"; }
.wpbc_icn_fax::before { content: "\ead8"; }
.wpbc_icn_featured_play_list::before { content: "\e06d"; }
.wpbc_icn_featured_video::before { content: "\e06e"; }
.wpbc_icn_feed::before { content: "\f009"; }
.wpbc_icn_feedback::before { content: "\e87f"; }
.wpbc_icn_female::before { content: "\e590"; }
.wpbc_icn_fence::before { content: "\f1f6"; }
.wpbc_icn_festival::before { content: "\ea68"; }
.wpbc_icn_fiber_dvr::before { content: "\e05d"; }
.wpbc_icn_fiber_manual_record::before { content: "\e061"; }
.wpbc_icn_fiber_new::before { content: "\e05e"; }
.wpbc_icn_fiber_pin::before { content: "\e06a"; }
.wpbc_icn_fiber_smart_record::before { content: "\e062"; }
.wpbc_icn_file_copy::before { content: "\e173"; }
.wpbc_icn_file_download::before { content: "\e2c4"; }
.wpbc_icn_file_download_done::before { content: "\e9aa"; }
.wpbc_icn_file_download_off::before { content: "\e4fe"; }
.wpbc_icn_file_open::before { content: "\eaf3"; }
.wpbc_icn_file_present::before { content: "\ea0e"; }
.wpbc_icn_file_upload::before { content: "\e2c6"; }
.wpbc_icn_filter::before { content: "\e3d3"; }
.wpbc_icn_filter_1::before { content: "\e3d0"; }
.wpbc_icn_filter_2::before { content: "\e3d1"; }
.wpbc_icn_filter_3::before { content: "\e3d2"; }
.wpbc_icn_filter_4::before { content: "\e3d4"; }
.wpbc_icn_filter_5::before { content: "\e3d5"; }
.wpbc_icn_filter_6::before { content: "\e3d6"; }
.wpbc_icn_filter_7::before { content: "\e3d7"; }
.wpbc_icn_filter_8::before { content: "\e3d8"; }
.wpbc_icn_filter_9::before { content: "\e3d9"; }
.wpbc_icn_filter_9_plus::before { content: "\e3da"; }
.wpbc_icn_filter_alt::before { content: "\ef4f"; }
.wpbc_icn_filter_alt_off::before { content: "\eb32"; }
.wpbc_icn_filter_b_and_w::before { content: "\e3db"; }
.wpbc_icn_filter_center_focus::before { content: "\e3dc"; }
.wpbc_icn_filter_drama::before { content: "\e3dd"; }
.wpbc_icn_filter_frames::before { content: "\e3de"; }
.wpbc_icn_filter_hdr::before { content: "\e3df"; }
.wpbc_icn_filter_list::before { content: "\e152"; }
.wpbc_icn_filter_list_alt::before { content: "\e94e"; }
.wpbc_icn_filter_list_off::before { content: "\eb57"; }
.wpbc_icn_filter_none::before { content: "\e3e0"; }
.wpbc_icn_filter_tilt_shift::before { content: "\e3e2"; }
.wpbc_icn_filter_vintage::before { content: "\e3e3"; }
.wpbc_icn_find_in_page::before { content: "\e880"; }
.wpbc_icn_find_replace::before { content: "\e881"; }
.wpbc_icn_fingerprint::before { content: "\e90d"; }
.wpbc_icn_fire_extinguisher::before { content: "\f1d8"; }
.wpbc_icn_fire_hydrant::before { content: "\f1a3"; }
.wpbc_icn_fireplace::before { content: "\ea43"; }
.wpbc_icn_first_page::before { content: "\e5dc"; }
.wpbc_icn_fit_screen::before { content: "\ea10"; }
.wpbc_icn_fitbit::before { content: "\e82b"; }
.wpbc_icn_fitness_center::before { content: "\eb43"; }
.wpbc_icn_flag::before { content: "\e153"; }
.wpbc_icn_flag_circle::before { content: "\eaf8"; }
.wpbc_icn_flaky::before { content: "\ef50"; }
.wpbc_icn_flare::before { content: "\e3e4"; }
.wpbc_icn_flash_auto::before { content: "\e3e5"; }
.wpbc_icn_flash_off::before { content: "\e3e6"; }
.wpbc_icn_flash_on::before { content: "\e3e7"; }
.wpbc_icn_flashlight_off::before { content: "\f00a"; }
.wpbc_icn_flashlight_on::before { content: "\f00b"; }
.wpbc_icn_flatware::before { content: "\f00c"; }
.wpbc_icn_flight::before { content: "\e539"; }
.wpbc_icn_flight_class::before { content: "\e7cb"; }
.wpbc_icn_flight_land::before { content: "\e904"; }
.wpbc_icn_flight_takeoff::before { content: "\e905"; }
.wpbc_icn_flip::before { content: "\e3e8"; }
.wpbc_icn_flip_camera_android::before { content: "\ea37"; }
.wpbc_icn_flip_camera_ios::before { content: "\ea38"; }
.wpbc_icn_flip_to_back::before { content: "\e882"; }
.wpbc_icn_flip_to_front::before { content: "\e883"; }
.wpbc_icn_flood::before { content: "\ebe6"; }
.wpbc_icn_flourescent::before { content: "\f00d"; }
.wpbc_icn_flutter_dash::before { content: "\e00b"; }
.wpbc_icn_fmd_bad::before { content: "\f00e"; }
.wpbc_icn_fmd_good::before { content: "\f00f"; }
.wpbc_icn_foggy::before { content: "\e818"; }
.wpbc_icn_folder::before { content: "\e2c7"; }
.wpbc_icn_folder_copy::before { content: "\ebbd"; }
.wpbc_icn_folder_delete::before { content: "\eb34"; }
.wpbc_icn_folder_off::before { content: "\eb83"; }
.wpbc_icn_folder_open::before { content: "\e2c8"; }
.wpbc_icn_folder_shared::before { content: "\e2c9"; }
.wpbc_icn_folder_special::before { content: "\e617"; }
.wpbc_icn_folder_zip::before { content: "\eb2c"; }
.wpbc_icn_follow_the_signs::before { content: "\f222"; }
.wpbc_icn_font_download::before { content: "\e167"; }
.wpbc_icn_font_download_off::before { content: "\e4f9"; }
.wpbc_icn_food_bank::before { content: "\f1f2"; }
.wpbc_icn_forest::before { content: "\ea99"; }
.wpbc_icn_fork_left::before { content: "\eba0"; }
.wpbc_icn_fork_right::before { content: "\ebac"; }
.wpbc_icn_format_align_center::before { content: "\e234"; }
.wpbc_icn_format_align_justify::before { content: "\e235"; }
.wpbc_icn_format_align_left::before { content: "\e236"; }
.wpbc_icn_format_align_right::before { content: "\e237"; }
.wpbc_icn_format_bold::before { content: "\e238"; }
.wpbc_icn_format_clear::before { content: "\e239"; }
.wpbc_icn_format_color_fill::before { content: "\e23a"; }
.wpbc_icn_format_color_reset::before { content: "\e23b"; }
.wpbc_icn_format_color_text::before { content: "\e23c"; }
.wpbc_icn_format_indent_decrease::before { content: "\e23d"; }
.wpbc_icn_format_indent_increase::before { content: "\e23e"; }
.wpbc_icn_format_italic::before { content: "\e23f"; }
.wpbc_icn_format_line_spacing::before { content: "\e240"; }
.wpbc_icn_format_list_bulleted::before { content: "\e241"; }
.wpbc_icn_format_list_numbered::before { content: "\e242"; }
.wpbc_icn_format_list_numbered_rtl::before { content: "\e267"; }
.wpbc_icn_format_overline::before { content: "\eb65"; }
.wpbc_icn_format_paint::before { content: "\e243"; }
.wpbc_icn_format_quote::before { content: "\e244"; }
.wpbc_icn_format_shapes::before { content: "\e25e"; }
.wpbc_icn_format_size::before { content: "\e245"; }
.wpbc_icn_format_strikethrough::before { content: "\e246"; }
.wpbc_icn_format_textdirection_l_to_r::before { content: "\e247"; }
.wpbc_icn_format_textdirection_r_to_l::before { content: "\e248"; }
.wpbc_icn_format_underline::before { content: "\e249"; }
.wpbc_icn_format_underlined::before { content: "\e249"; }
.wpbc_icn_fort::before { content: "\eaad"; }
.wpbc_icn_forum::before { content: "\e0bf"; }
.wpbc_icn_forward::before { content: "\e154"; }
.wpbc_icn_forward_10::before { content: "\e056"; }
.wpbc_icn_forward_30::before { content: "\e057"; }
.wpbc_icn_forward_5::before { content: "\e058"; }
.wpbc_icn_forward_to_inbox::before { content: "\f187"; }
.wpbc_icn_foundation::before { content: "\f200"; }
.wpbc_icn_free_breakfast::before { content: "\eb44"; }
.wpbc_icn_free_cancellation::before { content: "\e748"; }
.wpbc_icn_front_hand::before { content: "\e769"; }
.wpbc_icn_fullscreen::before { content: "\e5d0"; }
.wpbc_icn_fullscreen_exit::before { content: "\e5d1"; }
.wpbc_icn_functions::before { content: "\e24a"; }
.wpbc_icn_g_mobiledata::before { content: "\f010"; }
.wpbc_icn_g_translate::before { content: "\e927"; }
.wpbc_icn_gamepad::before { content: "\e30f"; }
.wpbc_icn_games::before { content: "\e021"; }
.wpbc_icn_garage::before { content: "\f011"; }
.wpbc_icn_gas_meter::before { content: "\ec19"; }
.wpbc_icn_gavel::before { content: "\e90e"; }
.wpbc_icn_generating_tokens::before { content: "\e749"; }
.wpbc_icn_gesture::before { content: "\e155"; }
.wpbc_icn_get_app::before { content: "\e884"; }
.wpbc_icn_gif::before { content: "\e908"; }
.wpbc_icn_gif_box::before { content: "\e7a3"; }
.wpbc_icn_girl::before { content: "\eb68"; }
.wpbc_icn_gite::before { content: "\e58b"; }
.wpbc_icn_goat::before { content: "\10fffd"; }
.wpbc_icn_golf_course::before { content: "\eb45"; }
.wpbc_icn_gpp_bad::before { content: "\f012"; }
.wpbc_icn_gpp_good::before { content: "\f013"; }
.wpbc_icn_gpp_maybe::before { content: "\f014"; }
.wpbc_icn_gps_fixed::before { content: "\e1b3"; }
.wpbc_icn_gps_not_fixed::before { content: "\e1b4"; }
.wpbc_icn_gps_off::before { content: "\e1b5"; }
.wpbc_icn_grade::before { content: "\e885"; }
.wpbc_icn_gradient::before { content: "\e3e9"; }
.wpbc_icn_grading::before { content: "\ea4f"; }
.wpbc_icn_grain::before { content: "\e3ea"; }
.wpbc_icn_graphic_eq::before { content: "\e1b8"; }
.wpbc_icn_grass::before { content: "\f205"; }
.wpbc_icn_grid_3x3::before { content: "\f015"; }
.wpbc_icn_grid_4x4::before { content: "\f016"; }
.wpbc_icn_grid_goldenratio::before { content: "\f017"; }
.wpbc_icn_grid_off::before { content: "\e3eb"; }
.wpbc_icn_grid_on::before { content: "\e3ec"; }
.wpbc_icn_grid_view::before { content: "\e9b0"; }
.wpbc_icn_group::before { content: "\e7ef"; }
.wpbc_icn_group_add::before { content: "\e7f0"; }
.wpbc_icn_group_off::before { content: "\e747"; }
.wpbc_icn_group_remove::before { content: "\e7ad"; }
.wpbc_icn_group_work::before { content: "\e886"; }
.wpbc_icn_groups::before { content: "\f233"; }
.wpbc_icn_h_mobiledata::before { content: "\f018"; }
.wpbc_icn_h_plus_mobiledata::before { content: "\f019"; }
.wpbc_icn_hail::before { content: "\e9b1"; }
.wpbc_icn_handshake::before { content: "\ebcb"; }
.wpbc_icn_handyman::before { content: "\f10b"; }
.wpbc_icn_hardware::before { content: "\ea59"; }
.wpbc_icn_hd::before { content: "\e052"; }
.wpbc_icn_hdr_auto::before { content: "\f01a"; }
.wpbc_icn_hdr_auto_select::before { content: "\f01b"; }
.wpbc_icn_hdr_enhanced_select::before { content: "\ef51"; }
.wpbc_icn_hdr_off::before { content: "\e3ed"; }
.wpbc_icn_hdr_off_select::before { content: "\f01c"; }
.wpbc_icn_hdr_on::before { content: "\e3ee"; }
.wpbc_icn_hdr_on_select::before { content: "\f01d"; }
.wpbc_icn_hdr_plus::before { content: "\f01e"; }
.wpbc_icn_hdr_strong::before { content: "\e3f1"; }
.wpbc_icn_hdr_weak::before { content: "\e3f2"; }
.wpbc_icn_headphones::before { content: "\f01f"; }
.wpbc_icn_headphones_battery::before { content: "\f020"; }
.wpbc_icn_headset::before { content: "\e310"; }
.wpbc_icn_headset_mic::before { content: "\e311"; }
.wpbc_icn_headset_off::before { content: "\e33a"; }
.wpbc_icn_healing::before { content: "\e3f3"; }
.wpbc_icn_health_and_safety::before { content: "\e1d5"; }
.wpbc_icn_hearing::before { content: "\e023"; }
.wpbc_icn_hearing_disabled::before { content: "\f104"; }
.wpbc_icn_heart_broken::before { content: "\eac2"; }
.wpbc_icn_heat_pump::before { content: "\ec18"; }
.wpbc_icn_height::before { content: "\ea16"; }
.wpbc_icn_help::before { content: "\e887"; }
.wpbc_icn_help_center::before { content: "\f1c0"; }
.wpbc_icn_help_outline::before { content: "\e8fd"; }
.wpbc_icn_hevc::before { content: "\f021"; }
.wpbc_icn_hexagon::before { content: "\eb39"; }
.wpbc_icn_hide_image::before { content: "\f022"; }
.wpbc_icn_hide_source::before { content: "\f023"; }
.wpbc_icn_high_quality::before { content: "\e024"; }
.wpbc_icn_highlight::before { content: "\e25f"; }
.wpbc_icn_highlight_alt::before { content: "\ef52"; }
.wpbc_icn_highlight_off::before { content: "\e888"; }
.wpbc_icn_highlight_remove::before { content: "\e888"; }
.wpbc_icn_hiking::before { content: "\e50a"; }
.wpbc_icn_history::before { content: "\e889"; }
.wpbc_icn_history_edu::before { content: "\ea3e"; }
.wpbc_icn_history_toggle_off::before { content: "\f17d"; }
.wpbc_icn_hive::before { content: "\eaa6"; }
.wpbc_icn_hls::before { content: "\eb8a"; }
.wpbc_icn_hls_off::before { content: "\eb8c"; }
.wpbc_icn_holiday_village::before { content: "\e58a"; }
.wpbc_icn_home::before { content: "\e88a"; }
.wpbc_icn_home_filled::before { content: "\e9b2"; }
.wpbc_icn_home_max::before { content: "\f024"; }
.wpbc_icn_home_mini::before { content: "\f025"; }
.wpbc_icn_home_repair_service::before { content: "\f100"; }
.wpbc_icn_home_work::before { content: "\ea09"; }
.wpbc_icn_horizontal_distribute::before { content: "\e014"; }
.wpbc_icn_horizontal_rule::before { content: "\f108"; }
.wpbc_icn_horizontal_split::before { content: "\e947"; }
.wpbc_icn_hot_tub::before { content: "\eb46"; }
.wpbc_icn_hotel::before { content: "\e53a"; }
.wpbc_icn_hotel_class::before { content: "\e743"; }
.wpbc_icn_hourglass_bottom::before { content: "\ea5c"; }
.wpbc_icn_hourglass_disabled::before { content: "\ef53"; }
.wpbc_icn_hourglass_empty::before { content: "\e88b"; }
.wpbc_icn_hourglass_full::before { content: "\e88c"; }
.wpbc_icn_hourglass_top::before { content: "\ea5b"; }
.wpbc_icn_house::before { content: "\ea44"; }
.wpbc_icn_house_siding::before { content: "\f202"; }
.wpbc_icn_houseboat::before { content: "\e584"; }
.wpbc_icn_how_to_reg::before { content: "\e174"; }
.wpbc_icn_how_to_vote::before { content: "\e175"; }
.wpbc_icn_html::before { content: "\eb7e"; }
.wpbc_icn_http::before { content: "\e902"; }
.wpbc_icn_https::before { content: "\e88d"; }
.wpbc_icn_hub::before { content: "\e9f4"; }
.wpbc_icn_hvac::before { content: "\f10e"; }
.wpbc_icn_ice_skating::before { content: "\e50b"; }
.wpbc_icn_icecream::before { content: "\ea69"; }
.wpbc_icn_image::before { content: "\e3f4"; }
.wpbc_icn_image_aspect_ratio::before { content: "\e3f5"; }
.wpbc_icn_image_not_supported::before { content: "\f116"; }
.wpbc_icn_image_search::before { content: "\e43f"; }
.wpbc_icn_imagesearch_roller::before { content: "\e9b4"; }
.wpbc_icn_import_contacts::before { content: "\e0e0"; }
.wpbc_icn_import_export::before { content: "\e0c3"; }
.wpbc_icn_important_devices::before { content: "\e912"; }
.wpbc_icn_inbox::before { content: "\e156"; }
.wpbc_icn_incomplete_circle::before { content: "\e79b"; }
.wpbc_icn_indeterminate_check_box::before { content: "\e909"; }
.wpbc_icn_info::before { content: "\e88e"; }
.wpbc_icn_info_outline::before { content: "\e88f"; }
.wpbc_icn_input::before { content: "\e890"; }
.wpbc_icn_insert_chart::before { content: "\e24b"; }
.wpbc_icn_insert_chart_outlined::before { content: "\e26a"; }
.wpbc_icn_insert_comment::before { content: "\e24c"; }
.wpbc_icn_insert_drive_file::before { content: "\e24d"; }
.wpbc_icn_insert_emoticon::before { content: "\e24e"; }
.wpbc_icn_insert_invitation::before { content: "\e24f"; }
.wpbc_icn_insert_link::before { content: "\e250"; }
.wpbc_icn_insert_page_break::before { content: "\eaca"; }
.wpbc_icn_insert_photo::before { content: "\e251"; }
.wpbc_icn_insights::before { content: "\f092"; }
.wpbc_icn_install_desktop::before { content: "\eb71"; }
.wpbc_icn_install_mobile::before { content: "\eb72"; }
.wpbc_icn_integration_instructions::before { content: "\ef54"; }
.wpbc_icn_interests::before { content: "\e7c8"; }
.wpbc_icn_interpreter_mode::before { content: "\e83b"; }
.wpbc_icn_inventory::before { content: "\e179"; }
.wpbc_icn_inventory_2::before { content: "\e1a1"; }
.wpbc_icn_invert_colors::before { content: "\e891"; }
.wpbc_icn_invert_colors_off::before { content: "\e0c4"; }
.wpbc_icn_invert_colors_on::before { content: "\e891"; }
.wpbc_icn_ios_share::before { content: "\e6b8"; }
.wpbc_icn_iron::before { content: "\e583"; }
.wpbc_icn_iso::before { content: "\e3f6"; }
.wpbc_icn_javascript::before { content: "\eb7c"; }
.wpbc_icn_join_full::before { content: "\eaeb"; }
.wpbc_icn_join_inner::before { content: "\eaf4"; }
.wpbc_icn_join_left::before { content: "\eaf2"; }
.wpbc_icn_join_right::before { content: "\eaea"; }
.wpbc_icn_kayaking::before { content: "\e50c"; }
.wpbc_icn_kebab_dining::before { content: "\e842"; }
.wpbc_icn_key::before { content: "\e73c"; }
.wpbc_icn_key_off::before { content: "\eb84"; }
.wpbc_icn_keyboard::before { content: "\e312"; }
.wpbc_icn_keyboard_alt::before { content: "\f028"; }
.wpbc_icn_keyboard_arrow_down::before { content: "\e313"; }
.wpbc_icn_keyboard_arrow_left::before { content: "\e314"; }
.wpbc_icn_keyboard_arrow_right::before { content: "\e315"; }
.wpbc_icn_keyboard_arrow_up::before { content: "\e316"; }
.wpbc_icn_keyboard_backspace::before { content: "\e317"; }
.wpbc_icn_keyboard_capslock::before { content: "\e318"; }
.wpbc_icn_keyboard_command::before { content: "\eae0"; }
.wpbc_icn_keyboard_command_key::before { content: "\eae7"; }
.wpbc_icn_keyboard_control::before { content: "\e5d3"; }
.wpbc_icn_keyboard_control_key::before { content: "\eae6"; }
.wpbc_icn_keyboard_double_arrow_down::before { content: "\ead0"; }
.wpbc_icn_keyboard_double_arrow_left::before { content: "\eac3"; }
.wpbc_icn_keyboard_double_arrow_right::before { content: "\eac9"; }
.wpbc_icn_keyboard_double_arrow_up::before { content: "\eacf"; }
.wpbc_icn_keyboard_hide::before { content: "\e31a"; }
.wpbc_icn_keyboard_option::before { content: "\eadf"; }
.wpbc_icn_keyboard_option_key::before { content: "\eae8"; }
.wpbc_icn_keyboard_return::before { content: "\e31b"; }
.wpbc_icn_keyboard_tab::before { content: "\e31c"; }
.wpbc_icn_keyboard_voice::before { content: "\e31d"; }
.wpbc_icn_king_bed::before { content: "\ea45"; }
.wpbc_icn_kitchen::before { content: "\eb47"; }
.wpbc_icn_kitesurfing::before { content: "\e50d"; }
.wpbc_icn_label::before { content: "\e892"; }
.wpbc_icn_label_important::before { content: "\e937"; }
.wpbc_icn_label_important_outline::before { content: "\e948"; }
.wpbc_icn_label_off::before { content: "\e9b6"; }
.wpbc_icn_label_outline::before { content: "\e893"; }
.wpbc_icn_lan::before { content: "\eb2f"; }
.wpbc_icn_landscape::before { content: "\e3f7"; }
.wpbc_icn_landslide::before { content: "\ebd7"; }
.wpbc_icn_language::before { content: "\e894"; }
.wpbc_icn_laptop::before { content: "\e31e"; }
.wpbc_icn_laptop_chromebook::before { content: "\e31f"; }
.wpbc_icn_laptop_mac::before { content: "\e320"; }
.wpbc_icn_laptop_windows::before { content: "\e321"; }
.wpbc_icn_last_page::before { content: "\e5dd"; }
.wpbc_icn_launch::before { content: "\e895"; }
.wpbc_icn_layers::before { content: "\e53b"; }
.wpbc_icn_layers_clear::before { content: "\e53c"; }
.wpbc_icn_leaderboard::before { content: "\f20c"; }
.wpbc_icn_leak_add::before { content: "\e3f8"; }
.wpbc_icn_leak_remove::before { content: "\e3f9"; }
.wpbc_icn_leave_bags_at_home::before { content: "\f21b"; }
.wpbc_icn_legend_toggle::before { content: "\f11b"; }
.wpbc_icn_lens::before { content: "\e3fa"; }
.wpbc_icn_lens_blur::before { content: "\f029"; }
.wpbc_icn_library_add::before { content: "\e02e"; }
.wpbc_icn_library_add_check::before { content: "\e9b7"; }
.wpbc_icn_library_books::before { content: "\e02f"; }
.wpbc_icn_library_music::before { content: "\e030"; }
.wpbc_icn_light::before { content: "\f02a"; }
.wpbc_icn_light_mode::before { content: "\e518"; }
.wpbc_icn_lightbulb::before { content: "\e0f0"; }
.wpbc_icn_lightbulb_circle::before { content: "\ebfe"; }
.wpbc_icn_lightbulb_outline::before { content: "\e90f"; }
.wpbc_icn_line_axis::before { content: "\ea9a"; }
.wpbc_icn_line_style::before { content: "\e919"; }
.wpbc_icn_line_weight::before { content: "\e91a"; }
.wpbc_icn_linear_scale::before { content: "\e260"; }
.wpbc_icn_link::before { content: "\e157"; }
.wpbc_icn_link_off::before { content: "\e16f"; }
.wpbc_icn_linked_camera::before { content: "\e438"; }
.wpbc_icn_liquor::before { content: "\ea60"; }
.wpbc_icn_list::before { content: "\e896"; }
.wpbc_icn_list_alt::before { content: "\e0ee"; }
.wpbc_icn_live_help::before { content: "\e0c6"; }
.wpbc_icn_live_tv::before { content: "\e639"; }
.wpbc_icn_living::before { content: "\f02b"; }
.wpbc_icn_local_activity::before { content: "\e53f"; }
.wpbc_icn_local_airport::before { content: "\e53d"; }
.wpbc_icn_local_atm::before { content: "\e53e"; }
.wpbc_icn_local_attraction::before { content: "\e53f"; }
.wpbc_icn_local_bar::before { content: "\e540"; }
.wpbc_icn_local_cafe::before { content: "\e541"; }
.wpbc_icn_local_car_wash::before { content: "\e542"; }
.wpbc_icn_local_convenience_store::before { content: "\e543"; }
.wpbc_icn_local_dining::before { content: "\e556"; }
.wpbc_icn_local_drink::before { content: "\e544"; }
.wpbc_icn_local_fire_department::before { content: "\ef55"; }
.wpbc_icn_local_florist::before { content: "\e545"; }
.wpbc_icn_local_gas_station::before { content: "\e546"; }
.wpbc_icn_local_grocery_store::before { content: "\e547"; }
.wpbc_icn_local_hospital::before { content: "\e548"; }
.wpbc_icn_local_hotel::before { content: "\e549"; }
.wpbc_icn_local_laundry_service::before { content: "\e54a"; }
.wpbc_icn_local_library::before { content: "\e54b"; }
.wpbc_icn_local_mall::before { content: "\e54c"; }
.wpbc_icn_local_movies::before { content: "\e54d"; }
.wpbc_icn_local_offer::before { content: "\e54e"; }
.wpbc_icn_local_parking::before { content: "\e54f"; }
.wpbc_icn_local_pharmacy::before { content: "\e550"; }
.wpbc_icn_local_phone::before { content: "\e551"; }
.wpbc_icn_local_pizza::before { content: "\e552"; }
.wpbc_icn_local_play::before { content: "\e553"; }
.wpbc_icn_local_police::before { content: "\ef56"; }
.wpbc_icn_local_post_office::before { content: "\e554"; }
.wpbc_icn_local_print_shop::before { content: "\e555"; }
.wpbc_icn_local_printshop::before { content: "\e555"; }
.wpbc_icn_local_restaurant::before { content: "\e556"; }
.wpbc_icn_local_see::before { content: "\e557"; }
.wpbc_icn_local_shipping::before { content: "\e558"; }
.wpbc_icn_local_taxi::before { content: "\e559"; }
.wpbc_icn_location_city::before { content: "\e7f1"; }
.wpbc_icn_location_disabled::before { content: "\e1b6"; }
.wpbc_icn_location_history::before { content: "\e55a"; }
.wpbc_icn_location_off::before { content: "\e0c7"; }
.wpbc_icn_location_on::before { content: "\e0c8"; }
.wpbc_icn_location_pin::before { content: "\f1db"; }
.wpbc_icn_location_searching::before { content: "\e1b7"; }
.wpbc_icn_lock::before { content: "\e897"; }
.wpbc_icn_lock_clock::before { content: "\ef57"; }
.wpbc_icn_lock_open::before { content: "\e898"; }
.wpbc_icn_lock_outline::before { content: "\e899"; }
.wpbc_icn_lock_reset::before { content: "\eade"; }
.wpbc_icn_login::before { content: "\ea77"; }
.wpbc_icn_logo_dev::before { content: "\ead6"; }
.wpbc_icn_logout::before { content: "\e9ba"; }
.wpbc_icn_looks::before { content: "\e3fc"; }
.wpbc_icn_looks_3::before { content: "\e3fb"; }
.wpbc_icn_looks_4::before { content: "\e3fd"; }
.wpbc_icn_looks_5::before { content: "\e3fe"; }
.wpbc_icn_looks_6::before { content: "\e3ff"; }
.wpbc_icn_looks_one::before { content: "\e400"; }
.wpbc_icn_looks_two::before { content: "\e401"; }
.wpbc_icn_loop::before { content: "\e028"; }
.wpbc_icn_loupe::before { content: "\e402"; }
.wpbc_icn_low_priority::before { content: "\e16d"; }
.wpbc_icn_loyalty::before { content: "\e89a"; }
.wpbc_icn_lte_mobiledata::before { content: "\f02c"; }
.wpbc_icn_lte_plus_mobiledata::before { content: "\f02d"; }
.wpbc_icn_luggage::before { content: "\f235"; }
.wpbc_icn_lunch_dining::before { content: "\ea61"; }
.wpbc_icn_lyrics::before { content: "\ec0b"; }
.wpbc_icn_mail::before { content: "\e158"; }
.wpbc_icn_mail_lock::before { content: "\ec0a"; }
.wpbc_icn_mail_outline::before { content: "\e0e1"; }
.wpbc_icn_male::before { content: "\e58e"; }
.wpbc_icn_man::before { content: "\e4eb"; }
.wpbc_icn_manage_accounts::before { content: "\f02e"; }
.wpbc_icn_manage_history::before { content: "\ebe7"; }
.wpbc_icn_manage_search::before { content: "\f02f"; }
.wpbc_icn_map::before { content: "\e55b"; }
.wpbc_icn_maps_home_work::before { content: "\f030"; }
.wpbc_icn_maps_ugc::before { content: "\ef58"; }
.wpbc_icn_margin::before { content: "\e9bb"; }
.wpbc_icn_mark_as_unread::before { content: "\e9bc"; }
.wpbc_icn_mark_chat_read::before { content: "\f18b"; }
.wpbc_icn_mark_chat_unread::before { content: "\f189"; }
.wpbc_icn_mark_email_read::before { content: "\f18c"; }
.wpbc_icn_mark_email_unread::before { content: "\f18a"; }
.wpbc_icn_mark_unread_chat_alt::before { content: "\eb9d"; }
.wpbc_icn_markunread::before { content: "\e159"; }
.wpbc_icn_markunread_mailbox::before { content: "\e89b"; }
.wpbc_icn_masks::before { content: "\f218"; }
.wpbc_icn_maximize::before { content: "\e930"; }
.wpbc_icn_media_bluetooth_off::before { content: "\f031"; }
.wpbc_icn_media_bluetooth_on::before { content: "\f032"; }
.wpbc_icn_mediation::before { content: "\efa7"; }
.wpbc_icn_medical_information::before { content: "\ebed"; }
.wpbc_icn_medical_services::before { content: "\f109"; }
.wpbc_icn_medication::before { content: "\f033"; }
.wpbc_icn_medication_liquid::before { content: "\ea87"; }
.wpbc_icn_meeting_room::before { content: "\eb4f"; }
.wpbc_icn_memory::before { content: "\e322"; }
.wpbc_icn_menu::before { content: "\e5d2"; }
.wpbc_icn_menu_book::before { content: "\ea19"; }
.wpbc_icn_menu_open::before { content: "\e9bd"; }
.wpbc_icn_merge::before { content: "\eb98"; }
.wpbc_icn_merge_type::before { content: "\e252"; }
.wpbc_icn_message::before { content: "\e0c9"; }
.wpbc_icn_messenger::before { content: "\e0ca"; }
.wpbc_icn_messenger_outline::before { content: "\e0cb"; }
.wpbc_icn_mic::before { content: "\e029"; }
.wpbc_icn_mic_external_off::before { content: "\ef59"; }
.wpbc_icn_mic_external_on::before { content: "\ef5a"; }
.wpbc_icn_mic_none::before { content: "\e02a"; }
.wpbc_icn_mic_off::before { content: "\e02b"; }
.wpbc_icn_microwave::before { content: "\f204"; }
.wpbc_icn_military_tech::before { content: "\ea3f"; }
.wpbc_icn_minimize::before { content: "\e931"; }
.wpbc_icn_minor_crash::before { content: "\ebf1"; }
.wpbc_icn_miscellaneous_services::before { content: "\f10c"; }
.wpbc_icn_missed_video_call::before { content: "\e073"; }
.wpbc_icn_mms::before { content: "\e618"; }
.wpbc_icn_mobile_friendly::before { content: "\e200"; }
.wpbc_icn_mobile_off::before { content: "\e201"; }
.wpbc_icn_mobile_screen_share::before { content: "\e0e7"; }
.wpbc_icn_mobiledata_off::before { content: "\f034"; }
.wpbc_icn_mode::before { content: "\f097"; }
.wpbc_icn_mode_comment::before { content: "\e253"; }
.wpbc_icn_mode_edit::before { content: "\e254"; }
.wpbc_icn_mode_edit_outline::before { content: "\f035"; }
.wpbc_icn_mode_fan_off::before { content: "\ec17"; }
.wpbc_icn_mode_night::before { content: "\f036"; }
.wpbc_icn_mode_of_travel::before { content: "\e7ce"; }
.wpbc_icn_mode_standby::before { content: "\f037"; }
.wpbc_icn_model_training::before { content: "\f0cf"; }
.wpbc_icn_monetization_on::before { content: "\e263"; }
.wpbc_icn_money::before { content: "\e57d"; }
.wpbc_icn_money_off::before { content: "\e25c"; }
.wpbc_icn_money_off_csred::before { content: "\f038"; }
.wpbc_icn_monitor::before { content: "\ef5b"; }
.wpbc_icn_monitor_heart::before { content: "\eaa2"; }
.wpbc_icn_monitor_weight::before { content: "\f039"; }
.wpbc_icn_monochrome_photos::before { content: "\e403"; }
.wpbc_icn_mood::before { content: "\e7f2"; }
.wpbc_icn_mood_bad::before { content: "\e7f3"; }
.wpbc_icn_moped::before { content: "\eb28"; }
.wpbc_icn_more::before { content: "\e619"; }
.wpbc_icn_more_horiz::before { content: "\e5d3"; }
.wpbc_icn_more_time::before { content: "\ea5d"; }
.wpbc_icn_more_vert::before { content: "\e5d4"; }
.wpbc_icn_mosque::before { content: "\eab2"; }
.wpbc_icn_motion_photos_auto::before { content: "\f03a"; }
.wpbc_icn_motion_photos_off::before { content: "\e9c0"; }
.wpbc_icn_motion_photos_on::before { content: "\e9c1"; }
.wpbc_icn_motion_photos_pause::before { content: "\f227"; }
.wpbc_icn_motion_photos_paused::before { content: "\e9c2"; }
.wpbc_icn_motorcycle::before { content: "\e91b"; }
.wpbc_icn_mouse::before { content: "\e323"; }
.wpbc_icn_move_down::before { content: "\eb61"; }
.wpbc_icn_move_to_inbox::before { content: "\e168"; }
.wpbc_icn_move_up::before { content: "\eb64"; }
.wpbc_icn_movie::before { content: "\e02c"; }
.wpbc_icn_movie_creation::before { content: "\e404"; }
.wpbc_icn_movie_filter::before { content: "\e43a"; }
.wpbc_icn_moving::before { content: "\e501"; }
.wpbc_icn_mp::before { content: "\e9c3"; }
.wpbc_icn_multiline_chart::before { content: "\e6df"; }
.wpbc_icn_multiple_stop::before { content: "\f1b9"; }
.wpbc_icn_multitrack_audio::before { content: "\e1b8"; }
.wpbc_icn_museum::before { content: "\ea36"; }
.wpbc_icn_music_note::before { content: "\e405"; }
.wpbc_icn_music_off::before { content: "\e440"; }
.wpbc_icn_music_video::before { content: "\e063"; }
.wpbc_icn_my_library_add::before { content: "\e02e"; }
.wpbc_icn_my_library_books::before { content: "\e02f"; }
.wpbc_icn_my_library_music::before { content: "\e030"; }
.wpbc_icn_my_location::before { content: "\e55c"; }
.wpbc_icn_nat::before { content: "\ef5c"; }
.wpbc_icn_nature::before { content: "\e406"; }
.wpbc_icn_nature_people::before { content: "\e407"; }
.wpbc_icn_navigate_before::before { content: "\e408"; }
.wpbc_icn_navigate_next::before { content: "\e409"; }
.wpbc_icn_navigation::before { content: "\e55d"; }
.wpbc_icn_near_me::before { content: "\e569"; }
.wpbc_icn_near_me_disabled::before { content: "\f1ef"; }
.wpbc_icn_nearby_error::before { content: "\f03b"; }
.wpbc_icn_nearby_off::before { content: "\f03c"; }
.wpbc_icn_nest_cam_wired_stand::before { content: "\ec16"; }
.wpbc_icn_network_cell::before { content: "\e1b9"; }
.wpbc_icn_network_check::before { content: "\e640"; }
.wpbc_icn_network_locked::before { content: "\e61a"; }
.wpbc_icn_network_ping::before { content: "\ebca"; }
.wpbc_icn_network_wifi::before { content: "\e1ba"; }
.wpbc_icn_network_wifi_1_bar::before { content: "\ebe4"; }
.wpbc_icn_network_wifi_2_bar::before { content: "\ebd6"; }
.wpbc_icn_network_wifi_3_bar::before { content: "\ebe1"; }
.wpbc_icn_new_label::before { content: "\e609"; }
.wpbc_icn_new_releases::before { content: "\e031"; }
.wpbc_icn_newspaper::before { content: "\eb81"; }
.wpbc_icn_next_plan::before { content: "\ef5d"; }
.wpbc_icn_next_week::before { content: "\e16a"; }
.wpbc_icn_nfc::before { content: "\e1bb"; }
.wpbc_icn_night_shelter::before { content: "\f1f1"; }
.wpbc_icn_nightlife::before { content: "\ea62"; }
.wpbc_icn_nightlight::before { content: "\f03d"; }
.wpbc_icn_nightlight_round::before { content: "\ef5e"; }
.wpbc_icn_nights_stay::before { content: "\ea46"; }
.wpbc_icn_no_accounts::before { content: "\f03e"; }
.wpbc_icn_no_backpack::before { content: "\f237"; }
.wpbc_icn_no_cell::before { content: "\f1a4"; }
.wpbc_icn_no_crash::before { content: "\ebf0"; }
.wpbc_icn_no_drinks::before { content: "\f1a5"; }
.wpbc_icn_no_encryption::before { content: "\e641"; }
.wpbc_icn_no_encryption_gmailerrorred::before { content: "\f03f"; }
.wpbc_icn_no_flash::before { content: "\f1a6"; }
.wpbc_icn_no_food::before { content: "\f1a7"; }
.wpbc_icn_no_luggage::before { content: "\f23b"; }
.wpbc_icn_no_meals::before { content: "\f1d6"; }
.wpbc_icn_no_meals_ouline::before { content: "\f229"; }
.wpbc_icn_no_meeting_room::before { content: "\eb4e"; }
.wpbc_icn_no_photography::before { content: "\f1a8"; }
.wpbc_icn_no_sim::before { content: "\e0cc"; }
.wpbc_icn_no_stroller::before { content: "\f1af"; }
.wpbc_icn_no_transfer::before { content: "\f1d5"; }
.wpbc_icn_noise_aware::before { content: "\ebec"; }
.wpbc_icn_noise_control_off::before { content: "\ebf3"; }
.wpbc_icn_nordic_walking::before { content: "\e50e"; }
.wpbc_icn_north::before { content: "\f1e0"; }
.wpbc_icn_north_east::before { content: "\f1e1"; }
.wpbc_icn_north_west::before { content: "\f1e2"; }
.wpbc_icn_not_accessible::before { content: "\f0fe"; }
.wpbc_icn_not_interested::before { content: "\e033"; }
.wpbc_icn_not_listed_location::before { content: "\e575"; }
.wpbc_icn_not_started::before { content: "\f0d1"; }
.wpbc_icn_note::before { content: "\e06f"; }
.wpbc_icn_note_add::before { content: "\e89c"; }
.wpbc_icn_note_alt::before { content: "\f040"; }
.wpbc_icn_notes::before { content: "\e26c"; }
.wpbc_icn_notification_add::before { content: "\e399"; }
.wpbc_icn_notification_important::before { content: "\e004"; }
.wpbc_icn_notifications::before { content: "\e7f4"; }
.wpbc_icn_notifications_active::before { content: "\e7f7"; }
.wpbc_icn_notifications_none::before { content: "\e7f5"; }
.wpbc_icn_notifications_off::before { content: "\e7f6"; }
.wpbc_icn_notifications_on::before { content: "\e7f7"; }
.wpbc_icn_notifications_paused::before { content: "\e7f8"; }
.wpbc_icn_now_wallpaper::before { content: "\e1bc"; }
.wpbc_icn_now_widgets::before { content: "\e1bd"; }
.wpbc_icn_numbers::before { content: "\eac7"; }
.wpbc_icn_offline_bolt::before { content: "\e932"; }
.wpbc_icn_offline_pin::before { content: "\e90a"; }
.wpbc_icn_offline_share::before { content: "\e9c5"; }
.wpbc_icn_oil_barrel::before { content: "\ec15"; }
.wpbc_icn_on_device_training::before { content: "\ebfd"; }
.wpbc_icn_ondemand_video::before { content: "\e63a"; }
.wpbc_icn_online_prediction::before { content: "\f0eb"; }
.wpbc_icn_opacity::before { content: "\e91c"; }
.wpbc_icn_open_in_browser::before { content: "\e89d"; }
.wpbc_icn_open_in_full::before { content: "\f1ce"; }
.wpbc_icn_open_in_new::before { content: "\e89e"; }
.wpbc_icn_open_in_new_off::before { content: "\e4f6"; }
.wpbc_icn_open_with::before { content: "\e89f"; }
.wpbc_icn_other_houses::before { content: "\e58c"; }
.wpbc_icn_outbond::before { content: "\f228"; }
.wpbc_icn_outbound::before { content: "\e1ca"; }
.wpbc_icn_outbox::before { content: "\ef5f"; }
.wpbc_icn_outdoor_grill::before { content: "\ea47"; }
.wpbc_icn_outgoing_mail::before { content: "\f0d2"; }
.wpbc_icn_outlet::before { content: "\f1d4"; }
.wpbc_icn_outlined_flag::before { content: "\e16e"; }
.wpbc_icn_output::before { content: "\ebbe"; }
.wpbc_icn_padding::before { content: "\e9c8"; }
.wpbc_icn_pages::before { content: "\e7f9"; }
.wpbc_icn_pageview::before { content: "\e8a0"; }
.wpbc_icn_paid::before { content: "\f041"; }
.wpbc_icn_palette::before { content: "\e40a"; }
.wpbc_icn_pan_tool::before { content: "\e925"; }
.wpbc_icn_pan_tool_alt::before { content: "\ebb9"; }
.wpbc_icn_panorama::before { content: "\e40b"; }
.wpbc_icn_panorama_fish_eye::before { content: "\e40c"; }
.wpbc_icn_panorama_fisheye::before { content: "\e40c"; }
.wpbc_icn_panorama_horizontal::before { content: "\e40d"; }
.wpbc_icn_panorama_horizontal_select::before { content: "\ef60"; }
.wpbc_icn_panorama_photosphere::before { content: "\e9c9"; }
.wpbc_icn_panorama_photosphere_select::before { content: "\e9ca"; }
.wpbc_icn_panorama_vertical::before { content: "\e40e"; }
.wpbc_icn_panorama_vertical_select::before { content: "\ef61"; }
.wpbc_icn_panorama_wide_angle::before { content: "\e40f"; }
.wpbc_icn_panorama_wide_angle_select::before { content: "\ef62"; }
.wpbc_icn_paragliding::before { content: "\e50f"; }
.wpbc_icn_park::before { content: "\ea63"; }
.wpbc_icn_party_mode::before { content: "\e7fa"; }
.wpbc_icn_password::before { content: "\f042"; }
.wpbc_icn_pattern::before { content: "\f043"; }
.wpbc_icn_pause::before { content: "\e034"; }
.wpbc_icn_pause_circle::before { content: "\e1a2"; }
.wpbc_icn_pause_circle_filled::before { content: "\e035"; }
.wpbc_icn_pause_circle_outline::before { content: "\e036"; }
.wpbc_icn_pause_presentation::before { content: "\e0ea"; }
.wpbc_icn_payment::before { content: "\e8a1"; }
.wpbc_icn_payments::before { content: "\ef63"; }
.wpbc_icn_paypal::before { content: "\ea8d"; }
.wpbc_icn_pedal_bike::before { content: "\eb29"; }
.wpbc_icn_pending::before { content: "\ef64"; }
.wpbc_icn_pending_actions::before { content: "\f1bb"; }
.wpbc_icn_pentagon::before { content: "\eb50"; }
.wpbc_icn_people::before { content: "\e7fb"; }
.wpbc_icn_people_alt::before { content: "\ea21"; }
.wpbc_icn_people_outline::before { content: "\e7fc"; }
.wpbc_icn_percent::before { content: "\eb58"; }
.wpbc_icn_perm_camera_mic::before { content: "\e8a2"; }
.wpbc_icn_perm_contact_cal::before { content: "\e8a3"; }
.wpbc_icn_perm_contact_calendar::before { content: "\e8a3"; }
.wpbc_icn_perm_data_setting::before { content: "\e8a4"; }
.wpbc_icn_perm_device_info::before { content: "\e8a5"; }
.wpbc_icn_perm_device_information::before { content: "\e8a5"; }
.wpbc_icn_perm_identity::before { content: "\e8a6"; }
.wpbc_icn_perm_media::before { content: "\e8a7"; }
.wpbc_icn_perm_phone_msg::before { content: "\e8a8"; }
.wpbc_icn_perm_scan_wifi::before { content: "\e8a9"; }
.wpbc_icn_person::before { content: "\e7fd"; }
.wpbc_icn_person_add::before { content: "\e7fe"; }
.wpbc_icn_person_add_alt::before { content: "\ea4d"; }
.wpbc_icn_person_add_alt_1::before { content: "\ef65"; }
.wpbc_icn_person_add_disabled::before { content: "\e9cb"; }
.wpbc_icn_person_off::before { content: "\e510"; }
.wpbc_icn_person_outline::before { content: "\e7ff"; }
.wpbc_icn_person_pin::before { content: "\e55a"; }
.wpbc_icn_person_pin_circle::before { content: "\e56a"; }
.wpbc_icn_person_remove::before { content: "\ef66"; }
.wpbc_icn_person_remove_alt_1::before { content: "\ef67"; }
.wpbc_icn_person_search::before { content: "\f106"; }
.wpbc_icn_personal_injury::before { content: "\e6da"; }
.wpbc_icn_personal_video::before { content: "\e63b"; }
.wpbc_icn_pest_control::before { content: "\f0fa"; }
.wpbc_icn_pest_control_rodent::before { content: "\f0fd"; }
.wpbc_icn_pets::before { content: "\e91d"; }
.wpbc_icn_phishing::before { content: "\ead7"; }
.wpbc_icn_phone::before { content: "\e0cd"; }
.wpbc_icn_phone_android::before { content: "\e324"; }
.wpbc_icn_phone_bluetooth_speaker::before { content: "\e61b"; }
.wpbc_icn_phone_callback::before { content: "\e649"; }
.wpbc_icn_phone_disabled::before { content: "\e9cc"; }
.wpbc_icn_phone_enabled::before { content: "\e9cd"; }
.wpbc_icn_phone_forwarded::before { content: "\e61c"; }
.wpbc_icn_phone_in_talk::before { content: "\e61d"; }
.wpbc_icn_phone_iphone::before { content: "\e325"; }
.wpbc_icn_phone_locked::before { content: "\e61e"; }
.wpbc_icn_phone_missed::before { content: "\e61f"; }
.wpbc_icn_phone_paused::before { content: "\e620"; }
.wpbc_icn_phonelink::before { content: "\e326"; }
.wpbc_icn_phonelink_erase::before { content: "\e0db"; }
.wpbc_icn_phonelink_lock::before { content: "\e0dc"; }
.wpbc_icn_phonelink_off::before { content: "\e327"; }
.wpbc_icn_phonelink_ring::before { content: "\e0dd"; }
.wpbc_icn_phonelink_setup::before { content: "\e0de"; }
.wpbc_icn_photo::before { content: "\e410"; }
.wpbc_icn_photo_album::before { content: "\e411"; }
.wpbc_icn_photo_camera::before { content: "\e412"; }
.wpbc_icn_photo_camera_back::before { content: "\ef68"; }
.wpbc_icn_photo_camera_front::before { content: "\ef69"; }
.wpbc_icn_photo_filter::before { content: "\e43b"; }
.wpbc_icn_photo_library::before { content: "\e413"; }
.wpbc_icn_photo_size_select_actual::before { content: "\e432"; }
.wpbc_icn_photo_size_select_large::before { content: "\e433"; }
.wpbc_icn_photo_size_select_small::before { content: "\e434"; }
.wpbc_icn_php::before { content: "\eb8f"; }
.wpbc_icn_piano::before { content: "\e521"; }
.wpbc_icn_piano_off::before { content: "\e520"; }
.wpbc_icn_picture_as_pdf::before { content: "\e415"; }
.wpbc_icn_picture_in_picture::before { content: "\e8aa"; }
.wpbc_icn_picture_in_picture_alt::before { content: "\e911"; }
.wpbc_icn_pie_chart::before { content: "\e6c4"; }
.wpbc_icn_pie_chart_outline::before { content: "\f044"; }
.wpbc_icn_pie_chart_outlined::before { content: "\e6c5"; }
.wpbc_icn_pin::before { content: "\f045"; }
.wpbc_icn_pin_drop::before { content: "\e55e"; }
.wpbc_icn_pin_end::before { content: "\e767"; }
.wpbc_icn_pin_invoke::before { content: "\e763"; }
.wpbc_icn_pinch::before { content: "\eb38"; }
.wpbc_icn_pivot_table_chart::before { content: "\e9ce"; }
.wpbc_icn_pix::before { content: "\eaa3"; }
.wpbc_icn_place::before { content: "\e55f"; }
.wpbc_icn_plagiarism::before { content: "\ea5a"; }
.wpbc_icn_play_arrow::before { content: "\e037"; }
.wpbc_icn_play_circle::before { content: "\e1c4"; }
.wpbc_icn_play_circle_fill::before { content: "\e038"; }
.wpbc_icn_play_circle_filled::before { content: "\e038"; }
.wpbc_icn_play_circle_outline::before { content: "\e039"; }
.wpbc_icn_play_disabled::before { content: "\ef6a"; }
.wpbc_icn_play_for_work::before { content: "\e906"; }
.wpbc_icn_play_lesson::before { content: "\f047"; }
.wpbc_icn_playlist_add::before { content: "\e03b"; }
.wpbc_icn_playlist_add_check::before { content: "\e065"; }
.wpbc_icn_playlist_add_check_circle::before { content: "\e7e6"; }
.wpbc_icn_playlist_add_circle::before { content: "\e7e5"; }
.wpbc_icn_playlist_play::before { content: "\e05f"; }
.wpbc_icn_playlist_remove::before { content: "\eb80"; }
.wpbc_icn_plumbing::before { content: "\f107"; }
.wpbc_icn_plus_one::before { content: "\e800"; }
.wpbc_icn_podcasts::before { content: "\f048"; }
.wpbc_icn_point_of_sale::before { content: "\f17e"; }
.wpbc_icn_policy::before { content: "\ea17"; }
.wpbc_icn_poll::before { content: "\e801"; }
.wpbc_icn_polyline::before { content: "\ebbb"; }
.wpbc_icn_polymer::before { content: "\e8ab"; }
.wpbc_icn_pool::before { content: "\eb48"; }
.wpbc_icn_portable_wifi_off::before { content: "\e0ce"; }
.wpbc_icn_portrait::before { content: "\e416"; }
.wpbc_icn_post_add::before { content: "\ea20"; }
.wpbc_icn_power::before { content: "\e63c"; }
.wpbc_icn_power_input::before { content: "\e336"; }
.wpbc_icn_power_off::before { content: "\e646"; }
.wpbc_icn_power_settings_new::before { content: "\e8ac"; }
.wpbc_icn_precision_manufacturing::before { content: "\f049"; }
.wpbc_icn_pregnant_woman::before { content: "\e91e"; }
.wpbc_icn_present_to_all::before { content: "\e0df"; }
.wpbc_icn_preview::before { content: "\f1c5"; }
.wpbc_icn_price_change::before { content: "\f04a"; }
.wpbc_icn_price_check::before { content: "\f04b"; }
.wpbc_icn_print::before { content: "\e8ad"; }
.wpbc_icn_print_disabled::before { content: "\e9cf"; }
.wpbc_icn_priority_high::before { content: "\e645"; }
.wpbc_icn_privacy_tip::before { content: "\f0dc"; }
.wpbc_icn_private_connectivity::before { content: "\e744"; }
.wpbc_icn_production_quantity_limits::before { content: "\e1d1"; }
.wpbc_icn_propane::before { content: "\ec14"; }
.wpbc_icn_propane_tank::before { content: "\ec13"; }
.wpbc_icn_psychology::before { content: "\ea4a"; }
.wpbc_icn_public::before { content: "\e80b"; }
.wpbc_icn_public_off::before { content: "\f1ca"; }
.wpbc_icn_publish::before { content: "\e255"; }
.wpbc_icn_published_with_changes::before { content: "\f232"; }
.wpbc_icn_punch_clock::before { content: "\eaa8"; }
.wpbc_icn_push_pin::before { content: "\f10d"; }
.wpbc_icn_qr_code::before { content: "\ef6b"; }
.wpbc_icn_qr_code_2::before { content: "\e00a"; }
.wpbc_icn_qr_code_scanner::before { content: "\f206"; }
.wpbc_icn_query_builder::before { content: "\e8ae"; }
.wpbc_icn_query_stats::before { content: "\e4fc"; }
.wpbc_icn_question_answer::before { content: "\e8af"; }
.wpbc_icn_question_mark::before { content: "\eb8b"; }
.wpbc_icn_queue::before { content: "\e03c"; }
.wpbc_icn_queue_music::before { content: "\e03d"; }
.wpbc_icn_queue_play_next::before { content: "\e066"; }
.wpbc_icn_quick_contacts_dialer::before { content: "\e0cf"; }
.wpbc_icn_quick_contacts_mail::before { content: "\e0d0"; }
.wpbc_icn_quickreply::before { content: "\ef6c"; }
.wpbc_icn_quiz::before { content: "\f04c"; }
.wpbc_icn_quora::before { content: "\ea98"; }
.wpbc_icn_r_mobiledata::before { content: "\f04d"; }
.wpbc_icn_radar::before { content: "\f04e"; }
.wpbc_icn_radio::before { content: "\e03e"; }
.wpbc_icn_radio_button_checked::before { content: "\e837"; }
.wpbc_icn_radio_button_off::before { content: "\e836"; }
.wpbc_icn_radio_button_on::before { content: "\e837"; }
.wpbc_icn_radio_button_unchecked::before { content: "\e836"; }
.wpbc_icn_railway_alert::before { content: "\e9d1"; }
.wpbc_icn_ramen_dining::before { content: "\ea64"; }
.wpbc_icn_ramp_left::before { content: "\eb9c"; }
.wpbc_icn_ramp_right::before { content: "\eb96"; }
.wpbc_icn_rate_review::before { content: "\e560"; }
.wpbc_icn_raw_off::before { content: "\f04f"; }
.wpbc_icn_raw_on::before { content: "\f050"; }
.wpbc_icn_read_more::before { content: "\ef6d"; }
.wpbc_icn_real_estate_agent::before { content: "\e73a"; }
.wpbc_icn_receipt::before { content: "\e8b0"; }
.wpbc_icn_receipt_long::before { content: "\ef6e"; }
.wpbc_icn_recent_actors::before { content: "\e03f"; }
.wpbc_icn_recommend::before { content: "\e9d2"; }
.wpbc_icn_record_voice_over::before { content: "\e91f"; }
.wpbc_icn_rectangle::before { content: "\eb54"; }
.wpbc_icn_recycling::before { content: "\e760"; }
.wpbc_icn_reddit::before { content: "\eaa0"; }
.wpbc_icn_redeem::before { content: "\e8b1"; }
.wpbc_icn_redo::before { content: "\e15a"; }
.wpbc_icn_reduce_capacity::before { content: "\f21c"; }
.wpbc_icn_refresh::before { content: "\e5d5"; }
.wpbc_icn_remember_me::before { content: "\f051"; }
.wpbc_icn_remove::before { content: "\e15b"; }
.wpbc_icn_remove_circle::before { content: "\e15c"; }
.wpbc_icn_remove_circle_outline::before { content: "\e15d"; }
.wpbc_icn_remove_done::before { content: "\e9d3"; }
.wpbc_icn_remove_from_queue::before { content: "\e067"; }
.wpbc_icn_remove_moderator::before { content: "\e9d4"; }
.wpbc_icn_remove_red_eye::before { content: "\e417"; }
.wpbc_icn_remove_road::before { content: "\ebfc"; }
.wpbc_icn_remove_shopping_cart::before { content: "\e928"; }
.wpbc_icn_reorder::before { content: "\e8fe"; }
.wpbc_icn_repeat::before { content: "\e040"; }
.wpbc_icn_repeat_on::before { content: "\e9d6"; }
.wpbc_icn_repeat_one::before { content: "\e041"; }
.wpbc_icn_repeat_one_on::before { content: "\e9d7"; }
.wpbc_icn_replay::before { content: "\e042"; }
.wpbc_icn_replay_10::before { content: "\e059"; }
.wpbc_icn_replay_30::before { content: "\e05a"; }
.wpbc_icn_replay_5::before { content: "\e05b"; }
.wpbc_icn_replay_circle_filled::before { content: "\e9d8"; }
.wpbc_icn_reply::before { content: "\e15e"; }
.wpbc_icn_reply_all::before { content: "\e15f"; }
.wpbc_icn_report::before { content: "\e160"; }
.wpbc_icn_report_gmailerrorred::before { content: "\f052"; }
.wpbc_icn_report_off::before { content: "\e170"; }
.wpbc_icn_report_problem::before { content: "\e8b2"; }
.wpbc_icn_request_page::before { content: "\f22c"; }
.wpbc_icn_request_quote::before { content: "\f1b6"; }
.wpbc_icn_reset_tv::before { content: "\e9d9"; }
.wpbc_icn_restart_alt::before { content: "\f053"; }
.wpbc_icn_restaurant::before { content: "\e56c"; }
.wpbc_icn_restaurant_menu::before { content: "\e561"; }
.wpbc_icn_restore::before { content: "\e8b3"; }
.wpbc_icn_restore_from_trash::before { content: "\e938"; }
.wpbc_icn_restore_page::before { content: "\e929"; }
.wpbc_icn_reviews::before { content: "\f054"; }
.wpbc_icn_rice_bowl::before { content: "\f1f5"; }
.wpbc_icn_ring_volume::before { content: "\e0d1"; }
.wpbc_icn_rocket::before { content: "\eba5"; }
.wpbc_icn_rocket_launch::before { content: "\eb9b"; }
.wpbc_icn_roller_shades::before { content: "\ec12"; }
.wpbc_icn_roller_shades_closed::before { content: "\ec11"; }
.wpbc_icn_roller_skating::before { content: "\ebcd"; }
.wpbc_icn_roofing::before { content: "\f201"; }
.wpbc_icn_room::before { content: "\e8b4"; }
.wpbc_icn_room_preferences::before { content: "\f1b8"; }
.wpbc_icn_room_service::before { content: "\eb49"; }
.wpbc_icn_rotate_90_degrees_ccw::before { content: "\e418"; }
.wpbc_icn_rotate_90_degrees_cw::before { content: "\eaab"; }
.wpbc_icn_rotate_left::before { content: "\e419"; }
.wpbc_icn_rotate_right::before { content: "\e41a"; }
.wpbc_icn_roundabout_left::before { content: "\eb99"; }
.wpbc_icn_roundabout_right::before { content: "\eba3"; }
.wpbc_icn_rounded_corner::before { content: "\e920"; }
.wpbc_icn_route::before { content: "\eacd"; }
.wpbc_icn_router::before { content: "\e328"; }
.wpbc_icn_rowing::before { content: "\e921"; }
.wpbc_icn_rss_feed::before { content: "\e0e5"; }
.wpbc_icn_rsvp::before { content: "\f055"; }
.wpbc_icn_rtt::before { content: "\e9ad"; }
.wpbc_icn_rule::before { content: "\f1c2"; }
.wpbc_icn_rule_folder::before { content: "\f1c9"; }
.wpbc_icn_run_circle::before { content: "\ef6f"; }
.wpbc_icn_running_with_errors::before { content: "\e51d"; }
.wpbc_icn_rv_hookup::before { content: "\e642"; }
.wpbc_icn_safety_check::before { content: "\ebef"; }
.wpbc_icn_safety_divider::before { content: "\e1cc"; }
.wpbc_icn_sailing::before { content: "\e502"; }
.wpbc_icn_sanitizer::before { content: "\f21d"; }
.wpbc_icn_satellite::before { content: "\e562"; }
.wpbc_icn_satellite_alt::before { content: "\eb3a"; }
.wpbc_icn_save::before { content: "\e161"; }
.wpbc_icn_save_alt::before { content: "\e171"; }
.wpbc_icn_save_as::before { content: "\eb60"; }
.wpbc_icn_saved_search::before { content: "\ea11"; }
.wpbc_icn_savings::before { content: "\e2eb"; }
.wpbc_icn_scale::before { content: "\eb5f"; }
.wpbc_icn_scanner::before { content: "\e329"; }
.wpbc_icn_scatter_plot::before { content: "\e268"; }
.wpbc_icn_schedule::before { content: "\e8b5"; }
.wpbc_icn_schedule_send::before { content: "\ea0a"; }
.wpbc_icn_schema::before { content: "\e4fd"; }
.wpbc_icn_school::before { content: "\e80c"; }
.wpbc_icn_science::before { content: "\ea4b"; }
.wpbc_icn_score::before { content: "\e269"; }
.wpbc_icn_scoreboard::before { content: "\ebd0"; }
.wpbc_icn_screen_lock_landscape::before { content: "\e1be"; }
.wpbc_icn_screen_lock_portrait::before { content: "\e1bf"; }
.wpbc_icn_screen_lock_rotation::before { content: "\e1c0"; }
.wpbc_icn_screen_rotation::before { content: "\e1c1"; }
.wpbc_icn_screen_rotation_alt::before { content: "\ebee"; }
.wpbc_icn_screen_search_desktop::before { content: "\ef70"; }
.wpbc_icn_screen_share::before { content: "\e0e2"; }
.wpbc_icn_screenshot::before { content: "\f056"; }
.wpbc_icn_screenshot_monitor::before { content: "\ec08"; }
.wpbc_icn_scuba_diving::before { content: "\ebce"; }
.wpbc_icn_sd::before { content: "\e9dd"; }
.wpbc_icn_sd_card::before { content: "\e623"; }
.wpbc_icn_sd_card_alert::before { content: "\f057"; }
.wpbc_icn_sd_storage::before { content: "\e1c2"; }
.wpbc_icn_search::before { content: "\e8b6"; }
.wpbc_icn_search_off::before { content: "\ea76"; }
.wpbc_icn_security::before { content: "\e32a"; }
.wpbc_icn_security_update::before { content: "\f058"; }
.wpbc_icn_security_update_good::before { content: "\f059"; }
.wpbc_icn_security_update_warning::before { content: "\f05a"; }
.wpbc_icn_segment::before { content: "\e94b"; }
.wpbc_icn_select_all::before { content: "\e162"; }
.wpbc_icn_self_improvement::before { content: "\ea78"; }
.wpbc_icn_sell::before { content: "\f05b"; }
.wpbc_icn_send::before { content: "\e163"; }
.wpbc_icn_send_and_archive::before { content: "\ea0c"; }
.wpbc_icn_send_time_extension::before { content: "\eadb"; }
.wpbc_icn_send_to_mobile::before { content: "\f05c"; }
.wpbc_icn_sensor_door::before { content: "\f1b5"; }
.wpbc_icn_sensor_occupied::before { content: "\ec10"; }
.wpbc_icn_sensor_window::before { content: "\f1b4"; }
.wpbc_icn_sensors::before { content: "\e51e"; }
.wpbc_icn_sensors_off::before { content: "\e51f"; }
.wpbc_icn_sentiment_dissatisfied::before { content: "\e811"; }
.wpbc_icn_sentiment_neutral::before { content: "\e812"; }
.wpbc_icn_sentiment_satisfied::before { content: "\e813"; }
.wpbc_icn_sentiment_satisfied_alt::before { content: "\e0ed"; }
.wpbc_icn_sentiment_very_dissatisfied::before { content: "\e814"; }
.wpbc_icn_sentiment_very_satisfied::before { content: "\e815"; }
.wpbc_icn_set_meal::before { content: "\f1ea"; }
.wpbc_icn_settings::before { content: "\e8b8"; }
.wpbc_icn_settings_accessibility::before { content: "\f05d"; }
.wpbc_icn_settings_applications::before { content: "\e8b9"; }
.wpbc_icn_settings_backup_restore::before { content: "\e8ba"; }
.wpbc_icn_settings_bluetooth::before { content: "\e8bb"; }
.wpbc_icn_settings_brightness::before { content: "\e8bd"; }
.wpbc_icn_settings_cell::before { content: "\e8bc"; }
.wpbc_icn_settings_display::before { content: "\e8bd"; }
.wpbc_icn_settings_ethernet::before { content: "\e8be"; }
.wpbc_icn_settings_input_antenna::before { content: "\e8bf"; }
.wpbc_icn_settings_input_component::before { content: "\e8c0"; }
.wpbc_icn_settings_input_composite::before { content: "\e8c1"; }
.wpbc_icn_settings_input_hdmi::before { content: "\e8c2"; }
.wpbc_icn_settings_input_svideo::before { content: "\e8c3"; }
.wpbc_icn_settings_overscan::before { content: "\e8c4"; }
.wpbc_icn_settings_phone::before { content: "\e8c5"; }
.wpbc_icn_settings_power::before { content: "\e8c6"; }
.wpbc_icn_settings_remote::before { content: "\e8c7"; }
.wpbc_icn_settings_suggest::before { content: "\f05e"; }
.wpbc_icn_settings_system_daydream::before { content: "\e1c3"; }
.wpbc_icn_settings_voice::before { content: "\e8c8"; }
.wpbc_icn_severe_cold::before { content: "\ebd3"; }
.wpbc_icn_share::before { content: "\e80d"; }
.wpbc_icn_share_arrival_time::before { content: "\e524"; }
.wpbc_icn_share_location::before { content: "\f05f"; }
.wpbc_icn_shield::before { content: "\e9e0"; }
.wpbc_icn_shield_moon::before { content: "\eaa9"; }
.wpbc_icn_shop::before { content: "\e8c9"; }
.wpbc_icn_shop_2::before { content: "\e19e"; }
.wpbc_icn_shop_two::before { content: "\e8ca"; }
.wpbc_icn_shopify::before { content: "\ea9d"; }
.wpbc_icn_shopping_bag::before { content: "\f1cc"; }
.wpbc_icn_shopping_basket::before { content: "\e8cb"; }
.wpbc_icn_shopping_cart::before { content: "\e8cc"; }
.wpbc_icn_shopping_cart_checkout::before { content: "\eb88"; }
.wpbc_icn_short_text::before { content: "\e261"; }
.wpbc_icn_shortcut::before { content: "\f060"; }
.wpbc_icn_show_chart::before { content: "\e6e1"; }
.wpbc_icn_shower::before { content: "\f061"; }
.wpbc_icn_shuffle::before { content: "\e043"; }
.wpbc_icn_shuffle_on::before { content: "\e9e1"; }
.wpbc_icn_shutter_speed::before { content: "\e43d"; }
.wpbc_icn_sick::before { content: "\f220"; }
.wpbc_icn_sign_language::before { content: "\ebe5"; }
.wpbc_icn_signal_cellular_0_bar::before { content: "\f0a8"; }
.wpbc_icn_signal_cellular_4_bar::before { content: "\e1c8"; }
.wpbc_icn_signal_cellular_alt::before { content: "\e202"; }
.wpbc_icn_signal_cellular_alt_1_bar::before { content: "\ebdf"; }
.wpbc_icn_signal_cellular_alt_2_bar::before { content: "\ebe3"; }
.wpbc_icn_signal_cellular_connected_no_internet_0_bar::before { content: "\f0ac"; }
.wpbc_icn_signal_cellular_connected_no_internet_4_bar::before { content: "\e1cd"; }
.wpbc_icn_signal_cellular_no_sim::before { content: "\e1ce"; }
.wpbc_icn_signal_cellular_nodata::before { content: "\f062"; }
.wpbc_icn_signal_cellular_null::before { content: "\e1cf"; }
.wpbc_icn_signal_cellular_off::before { content: "\e1d0"; }
.wpbc_icn_signal_wifi_0_bar::before { content: "\f0b0"; }
.wpbc_icn_signal_wifi_4_bar::before { content: "\e1d8"; }
.wpbc_icn_signal_wifi_4_bar_lock::before { content: "\e1d9"; }
.wpbc_icn_signal_wifi_bad::before { content: "\f063"; }
.wpbc_icn_signal_wifi_connected_no_internet_4::before { content: "\f064"; }
.wpbc_icn_signal_wifi_off::before { content: "\e1da"; }
.wpbc_icn_signal_wifi_statusbar_4_bar::before { content: "\f065"; }
.wpbc_icn_signal_wifi_statusbar_connected_no_internet_4::before { content: "\f066"; }
.wpbc_icn_signal_wifi_statusbar_null::before { content: "\f067"; }
.wpbc_icn_signpost::before { content: "\eb91"; }
.wpbc_icn_sim_card::before { content: "\e32b"; }
.wpbc_icn_sim_card_alert::before { content: "\e624"; }
.wpbc_icn_sim_card_download::before { content: "\f068"; }
.wpbc_icn_single_bed::before { content: "\ea48"; }
.wpbc_icn_sip::before { content: "\f069"; }
.wpbc_icn_skateboarding::before { content: "\e511"; }
.wpbc_icn_skip_next::before { content: "\e044"; }
.wpbc_icn_skip_previous::before { content: "\e045"; }
.wpbc_icn_sledding::before { content: "\e512"; }
.wpbc_icn_slideshow::before { content: "\e41b"; }
.wpbc_icn_slow_motion_video::before { content: "\e068"; }
.wpbc_icn_smart_button::before { content: "\f1c1"; }
.wpbc_icn_smart_display::before { content: "\f06a"; }
.wpbc_icn_smart_screen::before { content: "\f06b"; }
.wpbc_icn_smart_toy::before { content: "\f06c"; }
.wpbc_icn_smartphone::before { content: "\e32c"; }
.wpbc_icn_smoke_free::before { content: "\eb4a"; }
.wpbc_icn_smoking_rooms::before { content: "\eb4b"; }
.wpbc_icn_sms::before { content: "\e625"; }
.wpbc_icn_sms_failed::before { content: "\e626"; }
.wpbc_icn_snapchat::before { content: "\ea6e"; }
.wpbc_icn_snippet_folder::before { content: "\f1c7"; }
.wpbc_icn_snooze::before { content: "\e046"; }
.wpbc_icn_snowboarding::before { content: "\e513"; }
.wpbc_icn_snowing::before { content: "\e80f"; }
.wpbc_icn_snowmobile::before { content: "\e503"; }
.wpbc_icn_snowshoeing::before { content: "\e514"; }
.wpbc_icn_soap::before { content: "\f1b2"; }
.wpbc_icn_social_distance::before { content: "\e1cb"; }
.wpbc_icn_solar_power::before { content: "\ec0f"; }
.wpbc_icn_sort::before { content: "\e164"; }
.wpbc_icn_sort_by_alpha::before { content: "\e053"; }
.wpbc_icn_sos::before { content: "\ebf7"; }
.wpbc_icn_soup_kitchen::before { content: "\e7d3"; }
.wpbc_icn_source::before { content: "\f1c4"; }
.wpbc_icn_south::before { content: "\f1e3"; }
.wpbc_icn_south_america::before { content: "\e7e4"; }
.wpbc_icn_south_east::before { content: "\f1e4"; }
.wpbc_icn_south_west::before { content: "\f1e5"; }
.wpbc_icn_spa::before { content: "\eb4c"; }
.wpbc_icn_space_bar::before { content: "\e256"; }
.wpbc_icn_space_dashboard::before { content: "\e66b"; }
.wpbc_icn_spatial_audio::before { content: "\ebeb"; }
.wpbc_icn_spatial_audio_off::before { content: "\ebe8"; }
.wpbc_icn_spatial_tracking::before { content: "\ebea"; }
.wpbc_icn_speaker::before { content: "\e32d"; }
.wpbc_icn_speaker_group::before { content: "\e32e"; }
.wpbc_icn_speaker_notes::before { content: "\e8cd"; }
.wpbc_icn_speaker_notes_off::before { content: "\e92a"; }
.wpbc_icn_speaker_phone::before { content: "\e0d2"; }
.wpbc_icn_speed::before { content: "\e9e4"; }
.wpbc_icn_spellcheck::before { content: "\e8ce"; }
.wpbc_icn_splitscreen::before { content: "\f06d"; }
.wpbc_icn_spoke::before { content: "\e9a7"; }
.wpbc_icn_sports::before { content: "\ea30"; }
.wpbc_icn_sports_bar::before { content: "\f1f3"; }
.wpbc_icn_sports_baseball::before { content: "\ea51"; }
.wpbc_icn_sports_basketball::before { content: "\ea26"; }
.wpbc_icn_sports_cricket::before { content: "\ea27"; }
.wpbc_icn_sports_esports::before { content: "\ea28"; }
.wpbc_icn_sports_football::before { content: "\ea29"; }
.wpbc_icn_sports_golf::before { content: "\ea2a"; }
.wpbc_icn_sports_gymnastics::before { content: "\ebc4"; }
.wpbc_icn_sports_handball::before { content: "\ea33"; }
.wpbc_icn_sports_hockey::before { content: "\ea2b"; }
.wpbc_icn_sports_kabaddi::before { content: "\ea34"; }
.wpbc_icn_sports_martial_arts::before { content: "\eae9"; }
.wpbc_icn_sports_mma::before { content: "\ea2c"; }
.wpbc_icn_sports_motorsports::before { content: "\ea2d"; }
.wpbc_icn_sports_rugby::before { content: "\ea2e"; }
.wpbc_icn_sports_score::before { content: "\f06e"; }
.wpbc_icn_sports_soccer::before { content: "\ea2f"; }
.wpbc_icn_sports_tennis::before { content: "\ea32"; }
.wpbc_icn_sports_volleyball::before { content: "\ea31"; }
.wpbc_icn_square::before { content: "\eb36"; }
.wpbc_icn_square_foot::before { content: "\ea49"; }
.wpbc_icn_ssid_chart::before { content: "\eb66"; }
.wpbc_icn_stacked_bar_chart::before { content: "\e9e6"; }
.wpbc_icn_stacked_line_chart::before { content: "\f22b"; }
.wpbc_icn_stadium::before { content: "\eb90"; }
.wpbc_icn_stairs::before { content: "\f1a9"; }
.wpbc_icn_star::before { content: "\e838"; }
.wpbc_icn_star_border::before { content: "\e83a"; }
.wpbc_icn_star_border_purple500::before { content: "\f099"; }
.wpbc_icn_star_half::before { content: "\e839"; }
.wpbc_icn_star_outline::before { content: "\f06f"; }
.wpbc_icn_star_purple500::before { content: "\f09a"; }
.wpbc_icn_star_rate::before { content: "\f0ec"; }
.wpbc_icn_stars::before { content: "\e8d0"; }
.wpbc_icn_start::before { content: "\e089"; }
.wpbc_icn_stay_current_landscape::before { content: "\e0d3"; }
.wpbc_icn_stay_current_portrait::before { content: "\e0d4"; }
.wpbc_icn_stay_primary_landscape::before { content: "\e0d5"; }
.wpbc_icn_stay_primary_portrait::before { content: "\e0d6"; }
.wpbc_icn_sticky_note_2::before { content: "\f1fc"; }
.wpbc_icn_stop::before { content: "\e047"; }
.wpbc_icn_stop_circle::before { content: "\ef71"; }
.wpbc_icn_stop_screen_share::before { content: "\e0e3"; }
.wpbc_icn_storage::before { content: "\e1db"; }
.wpbc_icn_store::before { content: "\e8d1"; }
.wpbc_icn_store_mall_directory::before { content: "\e563"; }
.wpbc_icn_storefront::before { content: "\ea12"; }
.wpbc_icn_storm::before { content: "\f070"; }
.wpbc_icn_straight::before { content: "\eb95"; }
.wpbc_icn_straighten::before { content: "\e41c"; }
.wpbc_icn_stream::before { content: "\e9e9"; }
.wpbc_icn_streetview::before { content: "\e56e"; }
.wpbc_icn_strikethrough_s::before { content: "\e257"; }
.wpbc_icn_stroller::before { content: "\f1ae"; }
.wpbc_icn_style::before { content: "\e41d"; }
.wpbc_icn_subdirectory_arrow_left::before { content: "\e5d9"; }
.wpbc_icn_subdirectory_arrow_right::before { content: "\e5da"; }
.wpbc_icn_subject::before { content: "\e8d2"; }
.wpbc_icn_subscript::before { content: "\f111"; }
.wpbc_icn_subscriptions::before { content: "\e064"; }
.wpbc_icn_subtitles::before { content: "\e048"; }
.wpbc_icn_subtitles_off::before { content: "\ef72"; }
.wpbc_icn_subway::before { content: "\e56f"; }
.wpbc_icn_summarize::before { content: "\f071"; }
.wpbc_icn_sunny::before { content: "\e81a"; }
.wpbc_icn_sunny_snowing::before { content: "\e819"; }
.wpbc_icn_superscript::before { content: "\f112"; }
.wpbc_icn_supervised_user_circle::before { content: "\e939"; }
.wpbc_icn_supervisor_account::before { content: "\e8d3"; }
.wpbc_icn_support::before { content: "\ef73"; }
.wpbc_icn_support_agent::before { content: "\f0e2"; }
.wpbc_icn_surfing::before { content: "\e515"; }
.wpbc_icn_surround_sound::before { content: "\e049"; }
.wpbc_icn_swap_calls::before { content: "\e0d7"; }
.wpbc_icn_swap_horiz::before { content: "\e8d4"; }
.wpbc_icn_swap_horizontal_circle::before { content: "\e933"; }
.wpbc_icn_swap_vert::before { content: "\e8d5"; }
.wpbc_icn_swap_vert_circle::before { content: "\e8d6"; }
.wpbc_icn_swap_vertical_circle::before { content: "\e8d6"; }
.wpbc_icn_swipe::before { content: "\e9ec"; }
.wpbc_icn_swipe_down::before { content: "\eb53"; }
.wpbc_icn_swipe_down_alt::before { content: "\eb30"; }
.wpbc_icn_swipe_left::before { content: "\eb59"; }
.wpbc_icn_swipe_left_alt::before { content: "\eb33"; }
.wpbc_icn_swipe_right::before { content: "\eb52"; }
.wpbc_icn_swipe_right_alt::before { content: "\eb56"; }
.wpbc_icn_swipe_up::before { content: "\eb2e"; }
.wpbc_icn_swipe_up_alt::before { content: "\eb35"; }
.wpbc_icn_swipe_vertical::before { content: "\eb51"; }
.wpbc_icn_switch_access_shortcut::before { content: "\e7e1"; }
.wpbc_icn_switch_access_shortcut_add::before { content: "\e7e2"; }
.wpbc_icn_switch_account::before { content: "\e9ed"; }
.wpbc_icn_switch_camera::before { content: "\e41e"; }
.wpbc_icn_switch_left::before { content: "\f1d1"; }
.wpbc_icn_switch_right::before { content: "\f1d2"; }
.wpbc_icn_switch_video::before { content: "\e41f"; }
.wpbc_icn_synagogue::before { content: "\eab0"; }
.wpbc_icn_sync::before { content: "\e627"; }
.wpbc_icn_sync_alt::before { content: "\ea18"; }
.wpbc_icn_sync_disabled::before { content: "\e628"; }
.wpbc_icn_sync_lock::before { content: "\eaee"; }
.wpbc_icn_sync_problem::before { content: "\e629"; }
.wpbc_icn_system_security_update::before { content: "\f072"; }
.wpbc_icn_system_security_update_good::before { content: "\f073"; }
.wpbc_icn_system_security_update_warning::before { content: "\f074"; }
.wpbc_icn_system_update::before { content: "\e62a"; }
.wpbc_icn_system_update_alt::before { content: "\e8d7"; }
.wpbc_icn_system_update_tv::before { content: "\e8d7"; }
.wpbc_icn_tab::before { content: "\e8d8"; }
.wpbc_icn_tab_unselected::before { content: "\e8d9"; }
.wpbc_icn_table_bar::before { content: "\ead2"; }
.wpbc_icn_table_chart::before { content: "\e265"; }
.wpbc_icn_table_restaurant::before { content: "\eac6"; }
.wpbc_icn_table_rows::before { content: "\f101"; }
.wpbc_icn_table_view::before { content: "\f1be"; }
.wpbc_icn_tablet::before { content: "\e32f"; }
.wpbc_icn_tablet_android::before { content: "\e330"; }
.wpbc_icn_tablet_mac::before { content: "\e331"; }
.wpbc_icn_tag::before { content: "\e9ef"; }
.wpbc_icn_tag_faces::before { content: "\e420"; }
.wpbc_icn_takeout_dining::before { content: "\ea74"; }
.wpbc_icn_tap_and_play::before { content: "\e62b"; }
.wpbc_icn_tapas::before { content: "\f1e9"; }
.wpbc_icn_task::before { content: "\f075"; }
.wpbc_icn_task_alt::before { content: "\e2e6"; }
.wpbc_icn_taxi_alert::before { content: "\ef74"; }
.wpbc_icn_telegram::before { content: "\ea6b"; }
.wpbc_icn_temple_buddhist::before { content: "\eab3"; }
.wpbc_icn_temple_hindu::before { content: "\eaaf"; }
.wpbc_icn_terminal::before { content: "\eb8e"; }
.wpbc_icn_terrain::before { content: "\e564"; }
.wpbc_icn_text_decrease::before { content: "\eadd"; }
.wpbc_icn_text_fields::before { content: "\e262"; }
.wpbc_icn_text_format::before { content: "\e165"; }
.wpbc_icn_text_increase::before { content: "\eae2"; }
.wpbc_icn_text_rotate_up::before { content: "\e93a"; }
.wpbc_icn_text_rotate_vertical::before { content: "\e93b"; }
.wpbc_icn_text_rotation_angledown::before { content: "\e93c"; }
.wpbc_icn_text_rotation_angleup::before { content: "\e93d"; }
.wpbc_icn_text_rotation_down::before { content: "\e93e"; }
.wpbc_icn_text_rotation_none::before { content: "\e93f"; }
.wpbc_icn_text_snippet::before { content: "\f1c6"; }
.wpbc_icn_textsms::before { content: "\e0d8"; }
.wpbc_icn_texture::before { content: "\e421"; }
.wpbc_icn_theater_comedy::before { content: "\ea66"; }
.wpbc_icn_theaters::before { content: "\e8da"; }
.wpbc_icn_thermostat::before { content: "\f076"; }
.wpbc_icn_thermostat_auto::before { content: "\f077"; }
.wpbc_icn_thumb_down::before { content: "\e8db"; }
.wpbc_icn_thumb_down_alt::before { content: "\e816"; }
.wpbc_icn_thumb_down_off_alt::before { content: "\e9f2"; }
.wpbc_icn_thumb_up::before { content: "\e8dc"; }
.wpbc_icn_thumb_up_alt::before { content: "\e817"; }
.wpbc_icn_thumb_up_off_alt::before { content: "\e9f3"; }
.wpbc_icn_thumbs_up_down::before { content: "\e8dd"; }
.wpbc_icn_thunderstorm::before { content: "\ebdb"; }
.wpbc_icn_tiktok::before { content: "\ea7e"; }
.wpbc_icn_time_to_leave::before { content: "\e62c"; }
.wpbc_icn_timelapse::before { content: "\e422"; }
.wpbc_icn_timeline::before { content: "\e922"; }
.wpbc_icn_timer::before { content: "\e425"; }
.wpbc_icn_timer_10::before { content: "\e423"; }
.wpbc_icn_timer_10_select::before { content: "\f07a"; }
.wpbc_icn_timer_3::before { content: "\e424"; }
.wpbc_icn_timer_3_select::before { content: "\f07b"; }
.wpbc_icn_timer_off::before { content: "\e426"; }
.wpbc_icn_tips_and_updates::before { content: "\e79a"; }
.wpbc_icn_tire_repair::before { content: "\ebc8"; }
.wpbc_icn_title::before { content: "\e264"; }
.wpbc_icn_toc::before { content: "\e8de"; }
.wpbc_icn_today::before { content: "\e8df"; }
.wpbc_icn_toggle_off::before { content: "\e9f5"; }
.wpbc_icn_toggle_on::before { content: "\e9f6"; }
.wpbc_icn_token::before { content: "\ea25"; }
.wpbc_icn_toll::before { content: "\e8e0"; }
.wpbc_icn_tonality::before { content: "\e427"; }
.wpbc_icn_topic::before { content: "\f1c8"; }
.wpbc_icn_tornado::before { content: "\e199"; }
.wpbc_icn_touch_app::before { content: "\e913"; }
.wpbc_icn_tour::before { content: "\ef75"; }
.wpbc_icn_toys::before { content: "\e332"; }
.wpbc_icn_track_changes::before { content: "\e8e1"; }
.wpbc_icn_traffic::before { content: "\e565"; }
.wpbc_icn_train::before { content: "\e570"; }
.wpbc_icn_tram::before { content: "\e571"; }
.wpbc_icn_transfer_within_a_station::before { content: "\e572"; }
.wpbc_icn_transform::before { content: "\e428"; }
.wpbc_icn_transgender::before { content: "\e58d"; }
.wpbc_icn_transit_enterexit::before { content: "\e579"; }
.wpbc_icn_translate::before { content: "\e8e2"; }
.wpbc_icn_travel_explore::before { content: "\e2db"; }
.wpbc_icn_trending_down::before { content: "\e8e3"; }
.wpbc_icn_trending_flat::before { content: "\e8e4"; }
.wpbc_icn_trending_neutral::before { content: "\e8e4"; }
.wpbc_icn_trending_up::before { content: "\e8e5"; }
.wpbc_icn_trip_origin::before { content: "\e57b"; }
.wpbc_icn_troubleshoot::before { content: "\e1d2"; }
.wpbc_icn_try::before { content: "\f07c"; }
.wpbc_icn_tsunami::before { content: "\ebd8"; }
.wpbc_icn_tty::before { content: "\f1aa"; }
.wpbc_icn_tune::before { content: "\e429"; }
.wpbc_icn_tungsten::before { content: "\f07d"; }
.wpbc_icn_turn_left::before { content: "\eba6"; }
.wpbc_icn_turn_right::before { content: "\ebab"; }
.wpbc_icn_turn_sharp_left::before { content: "\eba7"; }
.wpbc_icn_turn_sharp_right::before { content: "\ebaa"; }
.wpbc_icn_turn_slight_left::before { content: "\eba4"; }
.wpbc_icn_turn_slight_right::before { content: "\eb9a"; }
.wpbc_icn_turned_in::before { content: "\e8e6"; }
.wpbc_icn_turned_in_not::before { content: "\e8e7"; }
.wpbc_icn_tv::before { content: "\e333"; }
.wpbc_icn_tv_off::before { content: "\e647"; }
.wpbc_icn_two_wheeler::before { content: "\e9f9"; }
.wpbc_icn_u_turn_left::before { content: "\eba1"; }
.wpbc_icn_u_turn_right::before { content: "\eba2"; }
.wpbc_icn_umbrella::before { content: "\f1ad"; }
.wpbc_icn_unarchive::before { content: "\e169"; }
.wpbc_icn_undo::before { content: "\e166"; }
.wpbc_icn_unfold_less::before { content: "\e5d6"; }
.wpbc_icn_unfold_more::before { content: "\e5d7"; }
.wpbc_icn_unpublished::before { content: "\f236"; }
.wpbc_icn_unsubscribe::before { content: "\e0eb"; }
.wpbc_icn_upcoming::before { content: "\f07e"; }
.wpbc_icn_update::before { content: "\e923"; }
.wpbc_icn_update_disabled::before { content: "\e075"; }
.wpbc_icn_upgrade::before { content: "\f0fb"; }
.wpbc_icn_upload::before { content: "\f09b"; }
.wpbc_icn_upload_file::before { content: "\e9fc"; }
.wpbc_icn_usb::before { content: "\e1e0"; }
.wpbc_icn_usb_off::before { content: "\e4fa"; }
.wpbc_icn_vaccines::before { content: "\e138"; }
.wpbc_icn_vape_free::before { content: "\ebc6"; }
.wpbc_icn_vaping_rooms::before { content: "\ebcf"; }
.wpbc_icn_verified::before { content: "\ef76"; }
.wpbc_icn_verified_user::before { content: "\e8e8"; }
.wpbc_icn_vertical_align_bottom::before { content: "\e258"; }
.wpbc_icn_vertical_align_center::before { content: "\e259"; }
.wpbc_icn_vertical_align_top::before { content: "\e25a"; }
.wpbc_icn_vertical_distribute::before { content: "\e076"; }
.wpbc_icn_vertical_shades::before { content: "\ec0e"; }
.wpbc_icn_vertical_shades_closed::before { content: "\ec0d"; }
.wpbc_icn_vertical_split::before { content: "\e949"; }
.wpbc_icn_vibration::before { content: "\e62d"; }
.wpbc_icn_video_call::before { content: "\e070"; }
.wpbc_icn_video_camera_back::before { content: "\f07f"; }
.wpbc_icn_video_camera_front::before { content: "\f080"; }
.wpbc_icn_video_collection::before { content: "\e04a"; }
.wpbc_icn_video_file::before { content: "\eb87"; }
.wpbc_icn_video_label::before { content: "\e071"; }
.wpbc_icn_video_library::before { content: "\e04a"; }
.wpbc_icn_video_settings::before { content: "\ea75"; }
.wpbc_icn_video_stable::before { content: "\f081"; }
.wpbc_icn_videocam::before { content: "\e04b"; }
.wpbc_icn_videocam_off::before { content: "\e04c"; }
.wpbc_icn_videogame_asset::before { content: "\e338"; }
.wpbc_icn_videogame_asset_off::before { content: "\e500"; }
.wpbc_icn_view_agenda::before { content: "\e8e9"; }
.wpbc_icn_view_array::before { content: "\e8ea"; }
.wpbc_icn_view_carousel::before { content: "\e8eb"; }
.wpbc_icn_view_column::before { content: "\e8ec"; }
.wpbc_icn_view_comfortable::before { content: "\e42a"; }
.wpbc_icn_view_comfy::before { content: "\e42a"; }
.wpbc_icn_view_comfy_alt::before { content: "\eb73"; }
.wpbc_icn_view_compact::before { content: "\e42b"; }
.wpbc_icn_view_compact_alt::before { content: "\eb74"; }
.wpbc_icn_view_cozy::before { content: "\eb75"; }
.wpbc_icn_view_day::before { content: "\e8ed"; }
.wpbc_icn_view_headline::before { content: "\e8ee"; }
.wpbc_icn_view_in_ar::before { content: "\e9fe"; }
.wpbc_icn_view_kanban::before { content: "\eb7f"; }
.wpbc_icn_view_list::before { content: "\e8ef"; }
.wpbc_icn_view_module::before { content: "\e8f0"; }
.wpbc_icn_view_quilt::before { content: "\e8f1"; }
.wpbc_icn_view_sidebar::before { content: "\f114"; }
.wpbc_icn_view_stream::before { content: "\e8f2"; }
.wpbc_icn_view_timeline::before { content: "\eb85"; }
.wpbc_icn_view_week::before { content: "\e8f3"; }
.wpbc_icn_vignette::before { content: "\e435"; }
.wpbc_icn_villa::before { content: "\e586"; }
.wpbc_icn_visibility::before { content: "\e8f4"; }
.wpbc_icn_visibility_off::before { content: "\e8f5"; }
.wpbc_icn_voice_chat::before { content: "\e62e"; }
.wpbc_icn_voice_over_off::before { content: "\e94a"; }
.wpbc_icn_voicemail::before { content: "\e0d9"; }
.wpbc_icn_volcano::before { content: "\ebda"; }
.wpbc_icn_volume_down::before { content: "\e04d"; }
.wpbc_icn_volume_down_alt::before { content: "\e79c"; }
.wpbc_icn_volume_mute::before { content: "\e04e"; }
.wpbc_icn_volume_off::before { content: "\e04f"; }
.wpbc_icn_volume_up::before { content: "\e050"; }
.wpbc_icn_volunteer_activism::before { content: "\ea70"; }
.wpbc_icn_vpn_key::before { content: "\e0da"; }
.wpbc_icn_vpn_key_off::before { content: "\eb7a"; }
.wpbc_icn_vpn_lock::before { content: "\e62f"; }
.wpbc_icn_vrpano::before { content: "\f082"; }
.wpbc_icn_wallet_giftcard::before { content: "\e8f6"; }
.wpbc_icn_wallet_membership::before { content: "\e8f7"; }
.wpbc_icn_wallet_travel::before { content: "\e8f8"; }
.wpbc_icn_wallpaper::before { content: "\e1bc"; }
.wpbc_icn_warehouse::before { content: "\ebb8"; }
.wpbc_icn_warning::before { content: "\e002"; }
.wpbc_icn_warning_amber::before { content: "\f083"; }
.wpbc_icn_wash::before { content: "\f1b1"; }
.wpbc_icn_watch::before { content: "\e334"; }
.wpbc_icn_watch_later::before { content: "\e924"; }
.wpbc_icn_watch_off::before { content: "\eae3"; }
.wpbc_icn_water::before { content: "\f084"; }
.wpbc_icn_water_damage::before { content: "\f203"; }
.wpbc_icn_water_drop::before { content: "\e798"; }
.wpbc_icn_waterfall_chart::before { content: "\ea00"; }
.wpbc_icn_waves::before { content: "\e176"; }
.wpbc_icn_waving_hand::before { content: "\e766"; }
.wpbc_icn_wb_auto::before { content: "\e42c"; }
.wpbc_icn_wb_cloudy::before { content: "\e42d"; }
.wpbc_icn_wb_incandescent::before { content: "\e42e"; }
.wpbc_icn_wb_iridescent::before { content: "\e436"; }
.wpbc_icn_wb_shade::before { content: "\ea01"; }
.wpbc_icn_wb_sunny::before { content: "\e430"; }
.wpbc_icn_wb_twighlight::before { content: "\ea02"; }
.wpbc_icn_wb_twilight::before { content: "\e1c6"; }
.wpbc_icn_wc::before { content: "\e63d"; }
.wpbc_icn_web::before { content: "\e051"; }
.wpbc_icn_web_asset::before { content: "\e069"; }
.wpbc_icn_web_asset_off::before { content: "\e4f7"; }
.wpbc_icn_web_stories::before { content: "\e595"; }
.wpbc_icn_webhook::before { content: "\eb92"; }
.wpbc_icn_wechat::before { content: "\ea81"; }
.wpbc_icn_weekend::before { content: "\e16b"; }
.wpbc_icn_west::before { content: "\f1e6"; }
.wpbc_icn_whatsapp::before { content: "\ea9c"; }
.wpbc_icn_whatshot::before { content: "\e80e"; }
.wpbc_icn_wheelchair_pickup::before { content: "\f1ab"; }
.wpbc_icn_where_to_vote::before { content: "\e177"; }
.wpbc_icn_widgets::before { content: "\e1bd"; }
.wpbc_icn_wifi::before { content: "\e63e"; }
.wpbc_icn_wifi_1_bar::before { content: "\e4ca"; }
.wpbc_icn_wifi_2_bar::before { content: "\e4d9"; }
.wpbc_icn_wifi_calling::before { content: "\ef77"; }
.wpbc_icn_wifi_calling_3::before { content: "\f085"; }
.wpbc_icn_wifi_channel::before { content: "\eb6a"; }
.wpbc_icn_wifi_find::before { content: "\eb31"; }
.wpbc_icn_wifi_lock::before { content: "\e1e1"; }
.wpbc_icn_wifi_off::before { content: "\e648"; }
.wpbc_icn_wifi_password::before { content: "\eb6b"; }
.wpbc_icn_wifi_protected_setup::before { content: "\f0fc"; }
.wpbc_icn_wifi_tethering::before { content: "\e1e2"; }
.wpbc_icn_wifi_tethering_error::before { content: "\ead9"; }
.wpbc_icn_wifi_tethering_error_rounded::before { content: "\f086"; }
.wpbc_icn_wifi_tethering_off::before { content: "\f087"; }
.wpbc_icn_wind_power::before { content: "\ec0c"; }
.wpbc_icn_window::before { content: "\f088"; }
.wpbc_icn_wine_bar::before { content: "\f1e8"; }
.wpbc_icn_woman::before { content: "\e13e"; }
.wpbc_icn_woo_commerce::before { content: "\ea6d"; }
.wpbc_icn_wordpress::before { content: "\ea9f"; }
.wpbc_icn_work::before { content: "\e8f9"; }
.wpbc_icn_work_history::before { content: "\ec09"; }
.wpbc_icn_work_off::before { content: "\e942"; }
.wpbc_icn_work_outline::before { content: "\e943"; }
.wpbc_icn_workspace_premium::before { content: "\e7af"; }
.wpbc_icn_workspaces::before { content: "\e1a0"; }
.wpbc_icn_workspaces_filled::before { content: "\ea0d"; }
.wpbc_icn_workspaces_outline::before { content: "\ea0f"; }
.wpbc_icn_wrap_text::before { content: "\e25b"; }
.wpbc_icn_wrong_location::before { content: "\ef78"; }
.wpbc_icn_wysiwyg::before { content: "\f1c3"; }
.wpbc_icn_yard::before { content: "\f089"; }
.wpbc_icn_youtube_searched_for::before { content: "\e8fa"; }
.wpbc_icn_zoom_in::before { content: "\e8ff"; }
.wpbc_icn_zoom_in_map::before { content: "\eb2d"; }
.wpbc_icn_zoom_out::before { content: "\e900"; }
.wpbc_icn_zoom_out_map::before { content: "\e56b"; }/* == L O A D E R ===================================================================================================   //FixIn: 10.0.0.25 */

/* == Blur calendar == */
.wpbc_calendar_blur_small{
    filter: blur(0.7px);
    pointer-events: none;
    user-select: none;
}
.wpbc_calendar_blur{
    filter: blur(1.2px);
    pointer-events: none;
    user-select: none;
}
.wpbc_spins_loader_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    z-index: 1000;
}

/* == Loader Standard == */
.wpbc_spins_loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #2d6281;
    -webkit-animation: wpbc_spin_r 2s linear infinite;      /* Chrome, Opera 15+, Safari 5+ */
    animation: wpbc_spin_r 2s linear infinite;              /* Chrome, Firefox 16+, IE 10+, Opera */
}
.wpbc_spins_loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #73983c;
    -webkit-animation: wpbc_spin_r 3s linear infinite;      /* Chrome, Opera 15+, Safari 5+ */
      animation: wpbc_spin_r 3s linear infinite;            /* Chrome, Firefox 16+, IE 10+, Opera */
}
.wpbc_spins_loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #af2e2e;
    -webkit-animation: wpbc_spin_r 1.5s linear infinite;    /* Chrome, Opera 15+, Safari 5+ */
      animation: wpbc_spin_r 1.5s linear infinite;          /* Chrome, Firefox 16+, IE 10+, Opera */
}

/* == Loader mini == */
.wpbc_spins_loader_mini {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #2d6281;
    -webkit-animation: wpbc_spin_r 1.1s linear infinite;    /* Chrome, Opera 15+, Safari 5+ */
    animation: wpbc_spin_r 1.1s linear infinite;            /* Chrome, Firefox 16+, IE 10+, Opera */
}
.wpbc_spins_loader_mini:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #73983c;
    -webkit-animation: wpbc_spin_r 1.75s linear infinite;   /* Chrome, Opera 15+, Safari 5+ */
    animation: wpbc_spin_r 1.75s linear infinite;           /* Chrome, Firefox 16+, IE 10+, Opera */
}
.wpbc_spins_loader_mini:after {
     content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #af2e2e;
    -webkit-animation: wpbc_spin_r 1.85s linear infinite;   /* Chrome, Opera 15+, Safari 5+ */
    animation: wpbc_spin_r 1.85s linear infinite;           /* Chrome, Firefox 16+, IE 10+, Opera */
}

.wpbc_one_spin_loader_mini {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border-radius: 50%;
    border: 2px solid #2d6281;
    border-top-color: transparent !important;
    -webkit-animation: wpbc_spin_r 1.1s linear infinite;    /* Chrome, Opera 15+, Safari 5+ */
    animation: wpbc_spin_r 1.1s linear infinite;            /* Chrome, Firefox 16+, IE 10+, Opera */
}

.wpbc_one_spin_loader_micro {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 50%;
    border: 2px solid #2d6281;
    border-top-color: transparent !important;
    -webkit-animation: wpbc_spin_r 0.8s linear infinite;    /* Chrome, Opera 15+, Safari 5+ */
    animation: wpbc_spin_r 0.8s linear infinite;            /* Chrome, Firefox 16+, IE 10+, Opera */
}
/* == Spin animation (clockwise and apposite) == */
@-webkit-keyframes wpbc_spin_r {
    0%   {
        -webkit-transform: rotate(0deg);         /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);            /* IE 9 */
        transform: rotate(0deg);                /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);      /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);          /* IE 9 */
        transform: rotate(360deg);              /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes wpbc_spin_r {
    0%   {
        -webkit-transform: rotate(0deg);         /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);            /* IE 9 */
        transform: rotate(0deg);                /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);      /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);          /* IE 9 */
        transform: rotate(360deg);              /* Firefox 16+, IE 10+, Opera */
    }
}

@-webkit-keyframes wpbc_spin_l {
    100%   {
        -webkit-transform: rotate(0deg);        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);            /* IE 9 */
        transform: rotate(0deg);                /* Firefox 16+, IE 10+, Opera */
    }
    0% {
        -webkit-transform: rotate(-360deg);     /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(-360deg);         /* IE 9 */
        transform: rotate(-360deg);             /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes wpbc_spin_l {
    0%   {
        -webkit-transform: rotate(0deg);        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);            /* IE 9 */
        transform: rotate(0deg);                /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(-360deg);     /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(-360deg);         /* IE 9 */
        transform: rotate(-360deg);             /* Firefox 16+, IE 10+, Opera */
    }
}


/* Loading message 	//FixIn: 10.0.0.25 */
.wpbc_spins_loading_container{
	text-align: center;
	font-size: 14px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	height: 90px;
	text-shadow: none;
}
.wpbc_spins_loading_container .wpbc_booking_form_spin_loader{
	position: relative;
}
.wpbc_spins_loading_container span {
	padding: 0;
	margin: 0 0 0 35px;
    font-size: 15px;
}

/* HTML: <div class="wpbc_spins_loader_other"></div> */
.wpbc_spins_loader_other {
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(farthest-side, #8ECE01 94%, #0000) top/2px 2px no-repeat,
	conic-gradient(#0000 30%, #8ECE01);
	-webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 2px), #000 0);
	animation: wpbc_spins_loader_other_anim 0.75s infinite linear;
}
@keyframes wpbc_spins_loader_other_anim {
	100% {
		transform: rotate(1turn)
	}
}/*FixIn: 8.7.11.10  */
/**********************************************************************************************************************/
/* Group */
.wpbc_times_selector {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	white-space: nowrap;
	word-wrap: normal;
	width: 100%;
	gap: 15px;
}
/* Button */
.wpbc_times_selector div {
	margin: 7px 0;
	padding: 0.1em 1.5em;
	cursor: pointer;
	width: auto;
	line-height: 2;

	flex: 1 1 auto;
	max-width: Min(250px, 100%);
	white-space: wrap;
	word-break: normal;

}
.wpbc_times_selector div.wpbc_time_picker_disabled:hover,
.wpbc_times_selector div.wpbc_time_picker_disabled {
	cursor: not-allowed;
	color:#fff;
	background: #dc3400;
}

@media (max-width: 400px) {
	.wpbc_times_selector div {
		min-width: Min(200px, 100%);
		white-space: normal;
	}
}

/* All times booked message *******************************************************************************************/
.wpbc_times_selector span.wpbc_no_time_pickers {
	/*flex: 1 0 auto;*/
	/*padding: 5px 0;*/
	/*width: 130px;*/
	flex: 1 0 130px;
	padding: 5px 10px;
	width: auto;

	margin: 10px 15px 0 0;
	text-align: center;
	color: #959595;
	font-weight: 400;
	background: #f6f6f6;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	cursor: pointer;
}/* ------------------------------------------------------------------------------------------------------------------ */
/* Light   -   24-08   -   T i m e     P i c k e r     C O L O R    S K I N           */
/* ------------------------------------------------------------------------------------------------------------------ */
/*  For best compatibility, please change parameters only in :root { ... } section  */
:root {
	--wpbc_timepicker-font-size: 15px;

	--wpbc_timepicker-bg-color-opacity: 100%;

	--wpbc_timepicker-bg-color: #FFF;
	--wpbc_timepicker-text-color: #000;
	--wpbc_timepicker-border-color: #d6d6d6;

	--wpbc_timepicker-hover-bg-color: #fff;
	--wpbc_timepicker-hover-text-color: #000;
	--wpbc_timepicker-hover-border-color: #ffe7c7;
	--wpbc_timepicker-hover-bg-color-opacity: var(--wpbc_timepicker-bg-color-opacity, 100%);

	--wpbc_timepicker-selected-bg-color: #6b96ce;
	--wpbc_timepicker-selected-text-color: #fff;
	--wpbc_timepicker-selected-border-color: #7092bf;
	--wpbc_timepicker-selected-bg-color-opacity: var(--wpbc_timepicker-bg-color-opacity, 100%);

	--wpbc_timepicker-border-width: 1px;
	--wpbc_timepicker-border-radius: 5px;

	--wpbc_timepicker-padding: 0.25em 1em;
	--wpbc_timepicker-margin:  0.1em 0;
}
/* Button */
.wpbc_times_selector div {
	padding: var(--wpbc_timepicker-padding);
	margin: var(--wpbc_timepicker-margin);
	box-shadow: none;

	font-size: var(--wpbc_timepicker-font-size);
	font-weight: 400;
	text-align: center;

	border-radius: var(--wpbc_timepicker-border-radius);

	border: var(--wpbc_timepicker-border-width) solid var(--wpbc_timepicker-border-color);
	color: var(--wpbc_timepicker-text-color);
	background: rgb(from var(--wpbc_timepicker-bg-color) r g b / var(--wpbc_timepicker-bg-color-opacity));
}
/* Button - Mouse Over */
.wpbc_times_selector div:hover {
	border: var(--wpbc_timepicker-border-width) solid var(--wpbc_timepicker-hover-border-color);
	color: var(--wpbc_timepicker-hover-text-color);
	background: rgb(from var(--wpbc_timepicker-hover-bg-color) r g b / var(--wpbc_timepicker-hover-bg-color-opacity));
}
/* Button - Selected */
.wpbc_times_selector div.wpbc_time_selected {
	border: var(--wpbc_timepicker-border-width) solid var(--wpbc_timepicker-selected-border-color);
	color: var(--wpbc_timepicker-selected-text-color);
	background: rgb(from var(--wpbc_timepicker-selected-bg-color) r g b / var(--wpbc_timepicker-selected-bg-color-opacity));
}
/* FixIn: EAA - Highlight on Focus*/
.wpbc_times_selector div:not(.wpbc_time_selected):focus {
	/*border: var(--wpbc_timepicker-border-width) solid var(--wpbc_timepicker-hover-border-color);*/
	border: var(--wpbc_timepicker-border-width) solid var(--wpbc_timepicker-selected-bg-color);
	color: var(--wpbc_timepicker-hover-text-color);
	background: rgb(from var(--wpbc_timepicker-hover-bg-color) r g b / var(--wpbc_timepicker-hover-bg-color-opacity));
}/**
 * @version 1.1
 * @package: Booking Calendar — Front-End
 * @author wpdevelop
 * @site https://wpbookingcalendar.com/
 * @email info@wpbookingcalendar.com
 * @modified 2023-11-11, 2025-08-17
 * (refactored: comments + dead rules removed)
 */

/* ========================================================================== */
/*  CSS Variables — shared tokens                                             */
/* ========================================================================== */
:root {
	--wpbc_form-button-light-size-height: 43px;
}

/* ========================================================================== */
/*  Booking Form: global structure + variants                                 */
/*  What: layout scaffolding for form/calendar blocks and simple themes       */
/* ========================================================================== */
/* “Form center” layout (Free) */
.wpbc_booking_form_structure.wpbc_form_center,
.wpbc_booking_form_structure.wpbc_form_center > .wpbc__form__div { /* FixIn: 8.8.3.10 */
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: center;
}
.wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_calendar,
.wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_form {
	flex: 1 1 auto;
	margin-bottom: 1em;
}
/* FixIn: 9.8.12.1 — sizing in “center” template */
.wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_calendar,
.wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_form {
	width: Min(350px, 100%);
}
.wpbc_booking_form_structure.wpbc_form_center .wpdev-form-control-wrap {
	display: flex;
}
.wpbc_booking_form_structure.wpbc_form_center .wpbc_times_selector,
.wpbc_booking_form_structure.wpbc_form_center .wpbc-form-element-checkbox {
	max-width: Max(24em, 440px);
	justify-content: flex-start;
}

@media (max-width: 782px) {
	.wpbc_booking_form_structure.wpbc_form_center .wpbc_structure_calendar .wpbc_change_over_triangle {
		width: 100%;
	}
	.wpbc_booking_form_structure.wpbc_form_center .wpbc_times_selector,
	.wpbc_booking_form_structure.wpbc_form_center .wpbc-form-element-checkbox {
		max-width: 100%;
	}
}

/* “Dark” variant — tweak text colors inside form area */
.wpbc_booking_form_structure.wpbc_form_dark .wpbc_structure_form label {
	color: #ddd;
}
.wpbc_booking_form_structure.wpbc_form_dark .wpbc_structure_form input[type="text"],
.wpbc_booking_form_structure.wpbc_form_dark .wpbc_structure_form input[type="email"],
.wpbc_booking_form_structure.wpbc_form_dark .wpbc_structure_form textarea,
.wpbc_booking_form_structure.wpbc_form_dark .wpbc_structure_form select {
	color: #000;
}

/* “Form right” layout — calendar + form side‑by‑side (responsive) */
/* FixIn: 9.6.1.3, 9.6.2.6 */
.wpbc_booking_form_structure.wpbc_form_right {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_calendar {
	margin-right: 20px;
	flex: 1 1 auto;
}
.wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_form {
	margin-top: -20px;
	flex: 1 1 300px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_form > * {
	margin: 15px 0;
	flex: 0 1 100%;
}
.wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_form .form-group.wpbc-form-element-rangetime,
.wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_form .form-group.wpbc-form-element-textarea,
.wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_form .form-group:last-child {
	flex: 1 1 auto;
	width: 100%;
}
.wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_form .form-group.wpbc-form-element-textarea textarea {
	width: 90%;
}

/* Form footer line wrap */
.wpbc_booking_form_footer {
	clear: both;
	width: 100%;
}


/* ========================================================================== */
/*  Booking Form: general body + fields                                       */
/*  What: basic spacing, inputs, selects, and resources selector              */
/* ========================================================================== */
form.booking_form {
	text-align: left;
}

.booking_form .booking_form_div {
	margin-left: auto;
	margin-right: auto;
}

.booking_form .form-group {
	margin: 15px 0;
}

/* Resource selector (drop‑down above the form) */
.resource_selection_div {
	margin: 40px 0;
}
.resource_selection_div select {
	margin: 0 1em;
}

/* Text-like controls */
.booking_form_div textarea,
.booking_form_div input[type="text"],
.booking_form_div input[type="email"],
.booking_form_div select {
	border-color: #DFDFDF;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	vertical-align: baseline;
}

/* Time inputs (small width) */
.booking_form input.wpdev-validates-as-time {
	width: 50px;
}

/* Buttons alignment */
.booking_form input[type="button"],
.booking_form input[type="submit"] {
	width: auto;
	vertical-align: middle;
}

/* Checkbox/Radio list spacing */
.booking_form .wpdev-checkbox .wpdev-list-item,
.booking_form .wpdev-radio .wpdev-list-item {
	margin-right: 0.5em;
}

/* Focus ring for all focusable inputs */
/* FixIn: 9.6.2.5 */
.booking_form input[type="text"]:focus,
.booking_form input[type="password"]:focus,
.booking_form input[type="color"]:focus,
.booking_form input[type="date"]:focus,
.booking_form input[type="datetime"]:focus,
.booking_form input[type="datetime-local"]:focus,
.booking_form input[type="email"]:focus,
.booking_form input[type="month"]:focus,
.booking_form input[type="number"]:focus,
.booking_form input[type="search"]:focus,
.booking_form input[type="tel"]:focus,
.booking_form input[type="time"]:focus,
.booking_form input[type="url"]:focus,
.booking_form input[type="week"]:focus,
.booking_form input[type="checkbox"]:focus,
.booking_form input[type="radio"]:focus,
.booking_form select:focus,
.booking_form textarea:focus {
	box-shadow: 0 0 2px #2d7eff;
	outline: none;
	border-color: #567cb8;
}

/* Disabled/Booked select options */
.booking_form_div select option.booked,
.booking_form_div select option:disabled {
	color: #ddd;
}

/* Small selects (visitors count) */
.booking_form_div select.col-md-1 {
	float: none;
	padding: 2px 8px;
	min-width: 4em;
}


/* ========================================================================== */
/*  Buttons (front-end + payment form)                                        */
/*  What: generic button look; keep WordPress-like defaults                   */
/* ========================================================================== */
.wpbc-payment-form .btn,
.wpbc-payment-form .button,
.booking_form_div .btn,
.booking_form_div .button,
.booking_form_div .submit,
.booking_form_div .button-secondary {
	background: #f7f7f7 none repeat scroll 0 0;
	border-color: #ccc;
	box-shadow: 0 1px 0 #eee;
	color: #555;
	vertical-align: top;
	white-space: normal;
}

.booking_form_div .submit,
.booking_form_div .button,
.booking_form_div .button-primary,
.booking_form_div .button-secondary,
.booking_form_div .button-highlighted,
.booking_form_div #postcustomstuff .submit input {
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-size: 11px !important;
	line-height: 16px;
	padding: 2px 8px;
	text-decoration: none;
	font-weight: 600;
	margin: 10px 0;
	float: right;
	border-radius: 11px;
	-moz-box-sizing: content-box;
}

/* Fix overwrite issues by themes */
.booking_form_div input.btn-primary:hover {
	background: #0044CC !important;
}

/* Pointer and disabled states */
.booking_form_div input[type="button"]:hover,
.wpbc-payment-form input[type="button"]:hover {
	cursor: pointer !important;
}

.booking_form_div input[type="button"]:disabled:hover,
.wpbc-payment-form input[type="button"]:disabled:hover {
	cursor: not-allowed !important;
}


/* ========================================================================== */
/*  CAPTCHA                                                                   */
/*  What: layout for text captcha, image and input                            */
/* ========================================================================== */
.wpbc_text_captcha_container {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.wpbc_container_booking_form .wpbc_bfb__field[data-type="captcha"] img.captcha_img,
.wpbc_container_booking_form .booking_form_div img.captcha_img {
	vertical-align: middle;
	box-shadow: none;
	margin-left: 1em;
	align-self: center;
}
.wpbc_container_booking_form .wpbc_bfb__field[data-type="captcha"] .captachinput,
.wpbc_container_booking_form .booking_form_div .captachinput {
	width: 120px;
	min-width: Min(120px, 100%);
	max-width: 100%;
	flex: 0 1 10em;
	margin: 0;
}


/* ========================================================================== */
/*  Generic separators + widget container                                     */
/*  What: hr styling and widget area tweaks                                   */
/* ========================================================================== */
.booking_form_div hr {
	margin: 0.5em 0;
	border: none;
	color: transparent;
	background: #ececec;
	height: 1.2px;
	box-shadow: none;
	width: 100%;
}

.widget_wpdev_booking {
	width: 100%;
	float: left;
	margin: 5px 0;
}
.widget_wpdev_booking .booking_form input[type="radio"],
.widget_wpdev_booking .booking_form input[type="checkbox"] {
	width: auto;
}


/* ========================================================================== */
/*  Field wrapper + inline choice controls                                    */
/*  What: per‑field container sizing and checkbox/radio alignment             */
/* ========================================================================== */

.wpdev-form-control-wrap {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0.25em 0;
	max-width: 100%;
	width: 340px;
	min-width: Min(8em, 100%);
}

@media (max-width: 782px) {
	.wpdev-form-control-wrap {
		display: flex;
		width: 100%;
	}
	/* Keep checkboxes inline (avoid line breaks for small labels). */
	.wpdev-form-control-wrap.wpbc_wrap_checkbox {
		display: inline-flex;
		width: auto; /* Avoids wrapping “Fee: [checkbox ...]” onto a new line */
	}
}

/* Options groups (radio/checkbox lists) */
.wpdev-form-control-wrap .wpdev-radio,
.wpdev-form-control-wrap .wpdev-checkbox {
	line-height: 100%;
}

.wpdev-form-control-wrap .wpdev-list-item {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	height: auto;
	line-height: 2; /* FixIn: 10.3.0.3 */
}

.wpbc_wrap_checkbox.wpdev-form-control-wrap .wpdev-list-item {
	flex-flow: row nowrap;
}

.wpbc_container_booking_form .wpbc__row .wpbc_row_inline .wpbc_wrap_checkbox.wpdev-form-control-wrap .wpdev-list-item label,
.wpbc_container_booking_form .wpbc__row .wpbc_row_inline .wpbc_wrap_checkbox.wpdev-form-control-wrap .wpdev-list-item label:hover,
.wpbc_wrap_checkbox.wpdev-form-control-wrap .wpdev-list-item label,
.wpbc_wrap_checkbox.wpdev-form-control-wrap .wpdev-list-item label:hover {
	display: inline-block;
}
.wpbc_wrap_checkbox.wpdev-form-control-wrap .wpdev-list-item label * {
	vertical-align: baseline;
}

.wpdev-form-control-wrap .wpdev-list-item > * {
	margin: auto;
}
.wpdev-form-control-wrap .wpdev-list-item label.wpdev-list-item-label {
	margin-top: 0;
	align-self: center;
}

/* Control alignment next to labels */
div.wpbc_container.wpbc_form .wpdev-form-control-wrap .wpdev-list-item input[type="checkbox"],
div.wpbc_container.wpbc_form .wpdev-form-control-wrap .wpdev-list-item input[type="radio"] {
	margin: 0 0.1em; /* FixIn: 10.3.0.3 */
	vertical-align: middle;
}
div.wpbc_container.wpbc_form .wpdev-form-control-wrap .wpdev-list-item input[type="checkbox"] {
	margin-top: -2px;
}


/* ========================================================================== */
/*  Legacy “Old Messages” (kept for compatibility)                             */
/*  What: historic message styles used in some templates                       */
/* ========================================================================== */
.widget_wpdev_booking .booking_form .wpdev-help-message.wpdev-element-message {
	font-size: 0.85em;
	margin: 10px 4px 4px !important;
}
.widget_wpdev_booking .booking_form .wpdev-form-control-wrap .wpdev-help-message {
	font-size: 0.85em;
	margin: 2px 8px 2px 0 !important;
}

/* Messages during AJAX submission */
.submiting_content {
	border: 1px solid #5C5;
	font-size: 15px;
	font-weight: 600;
	height: 45px;
	margin: 15px auto;
	text-align: center;
	width: 80%;
	line-height: 1.5em;
	padding: 10px 10% 14px !important;
}

/* Error look (Bootstrap-like) — FixIn: 8.7.11.10 */
.wpdevelop .alert-danger {
	background-image: none;
	background-color: #fff;
	border-radius: 0 2px 2px 0;
	border-width: 1px;
	border-left: 4px solid #c23b3b;
}

/* Warning notes — FixIn: 9.6.2.4 */
.wpdev-help-message.alert.alert-warning,
.wpdev-help-message .alert.alert-warning {
	color: #916c34;
	background: #fff;
	box-shadow: 0 0px 3px #e0e0e0;
	border: 1px solid #ded1bc;
	border-left: 3px solid #e09118;
	border-radius: 2px;
	margin: 2px 2px 2px 0px;
	padding: 0.5em 1em;
	vertical-align: top;
	font-size: 0.9rem;
	line-height: 1.4rem;
	opacity: 1;
}
.booking_form .wpdev-checkbox .wpdev-help-message.alert.alert-warning {
	line-height: inherit !important;
}

.wpdev-help-message.wpdev-element-message {
	padding: 5px 5px 4px;
	margin: 10px 2px;
	vertical-align: middle;
	display: inline-block;
}

/* Success/Thank-you note — FixIn: 9.6.2.3 */
.submiting_content.wpdev-help-message.alert.alert-warning.alert-success {
	border: 1px solid #d5d5d5;
	border-left: 5px solid #88b706;
	background: #fff;
	box-shadow: 0 1px 10px #ddd;
	color: #707070;
	padding: 11px 10px !important;
	margin: auto;
	height: auto;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 2em !important;
	width: 94%;
}

/* Inline “form messages” row */
.form_bk_messages {
	display: none;
	float: left;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #9DA;
	background: #FEF9ED;
	color: #555;
	margin: 15px auto;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
	clear: both;
}


/* ========================================================================== */
/*  New Messages (current UX)                                                 */
/*  What: message containers near fields and full-row notes                   */
/* ========================================================================== */
.wpbc_front_end__message_container_right,
.wpbc_front_end__message_container_left {
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 10px 1em;
}
.wpbc__field .wpbc_front_end__message_container_right,
.wpbc__field .wpbc_front_end__message_container_left {
	margin: 10px 1em 10px 0;
}
.wpbc_front_end__message_container_right .wpbc_front_end__message,
.wpbc_front_end__message_container_left .wpbc_front_end__message {
	flex: 0 1 auto;
	margin: 0;
	line-height: 1.8em;
	border-radius: 2px;
}

/* Hide icons for inline (near-field) messages */
.wpbc_front_end__message_container_right .wpbc_front_end__message .menu_icon,
.wpbc_front_end__message_container_left .wpbc_front_end__message .menu_icon {
	display: none;
}

/* Inline warning/error variants */
.wpbc_front_end__message_container_right .wpbc_front_end__message.wpbc_fe_message_warning,
.wpbc_front_end__message_container_left .wpbc_front_end__message.wpbc_fe_message_warning {
	border: none;
	padding: 1px 20px 1px 0px;
	color: var(--wpbc_form-label-error-color);
	text-shadow: none;
	box-shadow: none;
}
.wpbc_front_end__message_container_right .wpbc_front_end__message.wpbc_fe_message_error,
.wpbc_front_end__message_container_left .wpbc_front_end__message.wpbc_fe_message_error {
	border-color: #dca7a7;
	border-left-color: #c23b3b;
	color: #a94442;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Full-row messages band */
.wpbc_front_end__message {
	border-left: 4px solid #fff;
	margin: 10px 0;
	padding: 1px 20px 1px 10px;
	line-height: 2.5em;
	text-align: left;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	display: inline-block;
}
.wpbc_fe_message_error.wpbc_front_end__message {
	background: #ffffff;
}

/* Message icon spacing */
.wpbc_front_end__message i.menu_icon {
	margin: 0 0.5em 0 0;
}

/* Standard message accent colors (left border & icons) */
.wpbc_front_end__message.wpbc_fe_message_info {
	border-left-color: #00a0d2;
}
.wpbc_front_end__message.wpbc_fe_message_success {
	border-left-color: #46b450;
}
.wpbc_front_end__message.wpbc_fe_message_warning {
	border-left-color: #e09118;
}
.wpbc_front_end__message.wpbc_fe_message_error {
	border-left-color: #c23b3b;
}

.wpbc_front_end__message.wpbc_fe_message_info i.menu_icon {
	color: #0084ad;
}
.wpbc_front_end__message.wpbc_fe_message_success i.menu_icon {
	color: #00810b;
}
.wpbc_front_end__message.wpbc_fe_message_warning i.menu_icon {
	color: #c17400;
}
.wpbc_front_end__message.wpbc_fe_message_error i.menu_icon {
	color: #af5050;
}

/* “Alt” framed message style */
.wpbc_fe_message_alt.wpbc_front_end__message.wpbc_fe_message_info {
	border: 2px solid #00a0d2;
	background: #fff;
	border-left: 4px solid #00a0d2;
	box-shadow: 0 0 4px #cfcfcf;
}
.wpbc_fe_message_alt.wpbc_front_end__message.wpbc_fe_message_success {
	border: 2px solid #00950d;
	background: #fff;
	border-left: 4px solid #00950d;
	box-shadow: 0 0 4px #cfcfcf;
}
.wpbc_fe_message_alt.wpbc_front_end__message.wpbc_fe_message_warning {
	border: 2px solid #c17400;
	background: #fff;
	border-left: 4px solid #e09118;
	box-shadow: 0 0 4px #cfcfcf;
}
.wpbc_fe_message_alt.wpbc_front_end__message.wpbc_fe_message_error {
	border: 2px solid #af5050;
	background: #fff;
	border-left: 4px solid #af5050;
	box-shadow: 0 0 4px #cfcfcf;
}


/* ========================================================================== */
/*  Misc helpers                                                              */
/*  What: misc small rules: admin counter, popovers, tooltips, transforms     */
/* ========================================================================== */

/* Booked Times title in tooltip */
.wpbc_booked_times_word {
	font-weight: 600;
}

/* Garbage container (hidden) */
.booking_form_garbage {
	display: none;
}

/* Help block spacing near inputs */
.wpdevelop .booking_form .help-block {
	margin-bottom: 0;
	margin-top: 0;
}

/* Admin bar booking count badge */
#wp-admin-bar-booking_options a span#booking-count {
	background: #EEE;
	border-radius: 10px;
	color: #333;
	display: inline;
	font-size: 10px;
	font-weight: 600;
	padding: 2px 5px;
	text-shadow: none;
}
#wp-admin-bar-booking_options a:hover span#booking-count {
	background: #FFF;
	color: #000;
}

/* Popover styles (Bootstrap-like) */
.wpdevelop.popover {
	background: transparent;
	border: none;
	box-shadow: none;
	width: auto !important;
	z-index: 2147483647 !important;
}
.wpdevelop.popover.top .arrow {
	border-top: 5px solid rgba(140, 140, 140, 0.8) !important;
}
.wpdevelop.popover.bottom .arrow {
	border-bottom: 5px solid rgba(140, 140, 140, 0.8) !important;
}
.wpdevelop.popover.left .arrow {
	border-left: 5px solid rgba(140, 140, 140, 0.8) !important;
}
.wpdevelop.popover.right .arrow {
	border-right: 5px solid rgba(140, 140, 140, 0.8) !important;
}

.wpdevelop .popover-inner {
	background: rgba(140, 140, 140, 0.8);
	border-radius: 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	padding: 3px;
	width: 150px;
	color: #111;
}
.wpdevelop .popover-inner .popover-title {
	background-color: #FFF;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	line-height: 1;
	padding: 0;
	font-size: 13px;
}
.wpdevelop .popover-inner .popover-content {
	background-clip: padding-box;
	background-color: #FFF;
	border-radius: 0 0 3px 3px;
	padding: 14px;
}
.wpdevelop .popover-content,
.wpdevelop .popover-content p,
.wpdevelop .popover-content ul,
.wpdevelop .popover-content ol {
	color: #111;
}

/* Small tooltip text inside calendar */
.wpbc_calendar_tooltip_booking_details {
	font-weight: normal !important;
	font-size: 11px !important;
}

/* Loading / rotating icons + transforms */
.wpbc_animation_pause:before,
.wpbc_animation_pause {
	animation-play-state: paused !important;
}

.wpbc_icn_autorenew::before,
.wpbc_spin,
.wpbc_spin:before {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}
@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.wpbc_rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.wpbc_rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.wpbc_rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
.wpbc_flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.wpbc_flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}


/* ========================================================================== */
/*  Mobile tweaks                                                             */
/*  What: increase input sizes and stack side-by-side layouts                 */
/* ========================================================================== */
@media (max-width: 782px) {
	.wpdevelop input[type="text"],
	.wpdevelop input[type="email"],
	.wpdevelop select {
		font-size: 1.1em;
		height: 36px; /* FixIn: 7.2.0.2 */
		padding: 4px 8px;
	}

	/* FixIn: 8.0.1.5 — stack “form right” layout */
	.wpbc_booking_form_structure.wpbc_form_right,
	.wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_calendar,
	.wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_form {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}

/* ========================================================================== */
/*  Developer Hints (form hints)                                              */
/*  What: visual hints for developers inside forms                            */
/* ========================================================================== */

.booking_form .form-hints-dev {
	margin: 1em 0;
	border-bottom: 1px solid #eee;
}
.booking_form .form-hints-dev .dates-hints-dev {
	padding: 2px 4px;
	font-size: 85%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 2px;
}


/* ========================================================================== */
/*  DEPRECATED LAYOUTS (kept for compatibility)                               */
/*  What: older multi-column structures still used by some templates          */
/* ========================================================================== */
/* 2‑column form with times — FixIn: 9.5.5.3 */
.wpbc_row {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 1em;
}
.wpbc_col {
	flex: 0 1 1px;
	margin-right: 4.1em;
}
.wpbc_col.wpbc_cal {
	flex: 1 1 50%;
	margin: 1em 0;
}
@media (max-width: 782px) {
	.wpbc_col {
		flex: 0 1 auto;
		margin-right: 0;
		min-width: 100%;
	}
}
.wpbc_col.wpbc_times {
	flex: 1 1 50%;
	margin: 1em 0;
}
.wpbc_col.wpbc_cal > *,
.wpbc_col.wpbc_times > * {
	width: 93%;
}

/* 2‑column general form — FixIn: 8.7.7.15 */
.wpbc_form_columns {
	width: 99%;
	margin-top: 1em;
}
.wpbc_form_columns .wpbc_form_row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.wpbc_form_columns .wpbc_form_field {
	flex: 1 1 14em;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding: 0 3% 0 0;
	margin: 0.7em 0;
}
.wpbc_form_field.wpbc_cal_field {
	display: block;
}
.wpbc_form_field.wpbc_cal_field > * {
	max-width: 95%;
}
.wpbc_form_field.wpbc_cal_field .bk_calendar_frame {
	margin: -0.75em 0 0;
}
@media (max-width: 782px) {
	.wpbc_form_columns .wpbc_form_field {
		flex: 1 1 100%
	}
}
.wpbc_form_columns .wpbc_form_field label,
.wpbc_form_columns .wpbc_form_field label:hover {
	flex: 0 1 auto;
	margin-right: 2em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	font-weight: 600;
}
.wpbc_form_columns .wpbc_form_field .wpdev-form-control-wrap {
	width: 100%;
}
.booking_form .wpbc_form_columns .form-group .controls select,
.booking_form .wpbc_form_columns select,
.booking_form .wpbc_form_columns input[type="text"],
.booking_form .wpbc_form_columns input[type="email"] {
	width: 95%;
}
.booking_form .wpbc_form_columns textarea {
	width: 98%;
}

/* Field help / description: flex with small margin */
.booking_form .wpbc_field_description {
  flex: 1 1 100%;
  margin-block-start: 10px;
}
.wpbc_bfb__help,
.wpdev-form-control-wrap + .wpbc_field_description {
	font-size:0.9em;
}
.wpdev-form-control-wrap.wpbc_wrap_checkbox + .wpbc_field_description{
	margin-block-start:10px;
}
/* 3‑column general form — FixIn: 8.8.2.6 */
.wpbc_form_columns_general .wpbc_form_row_general {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.wpbc_form_columns_general .wpbc_form_field_general {
	flex: 0 1 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: baseline;
	padding: 0 2% 0 0;
}
.wpbc_form_columns_general .wpbc_form_field_general:nth-child(1) {
	min-width: 341px;
	flex: 0 1 auto;
}
@media (max-width: 782px) {
	.wpbc_change_over_triangle {
		width: 100%;
	}
	.wpbc_form_columns_general .wpbc_form_field_general:nth-child(1),
	.wpbc_form_columns_general .wpbc_form_field_general:nth-child(2) {
		min-width: 100%;
		flex: 1 1 auto;
		margin-bottom: 2em;
	}
}
.wpbc_form_columns_general .wpbc_form_field_general:nth-child(2) {
	flex: 1 1 0;
	padding: 0;
}
.wpbc_debug {
	margin-right: 2em;
}
.wpbc_debug:last-of-type {
	float: none;
}


/* ================================================================================================================== */
/* == Booking Calendar — Front-End CSS (v9.8+)                                                                       */
/* == Conservative cleanup: only dead rules removed, grouped, and documented                                         */
/* ================================================================================================================== */

/* ========================================================================== */
/*  Form Container & Grid — rows, fields, calendar blocks                     */
/*  What: base structure for booking-form rows and fields                     */
/* ========================================================================== */
.wpbc_container_booking_form .bk_calendar_frame,
.wpbc_container_booking_form .block_hints {
	margin-bottom: 5px;
}

.wpbc_container_booking_form .wpbc_calendar_wraper {
	margin-bottom: 10px;
}

/* Overall container width & top spacing */
.wpbc_container_booking_form {
	width: 99%;
	margin-top: 1em;
}

/* Unified row: flex layout with small gap */
.wpbc_container_booking_form .wpbc__row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	gap: 3%;
}

/* Generic field column (except calendar field) */
.wpbc_container_booking_form .wpbc__field:not(.wpbc__cal) {
	flex: 1 1 14em;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: normal;
	margin: 0.7em 0;
}
.wpbc_container_booking_form .wpbc__field:first-child {
	padding-left: 0;
}
.wpbc_container_booking_form .wpbc__field:last-child {
	padding-right: 0;
}

/* Calendar wrapper sizing inside field */
.wpbc_container_booking_form .wpbc__field .wpbc_calendar_wraper {
	width: 100%;
}

/* Stack fields on narrow screens */
@media (max-width: 782px) {
	.wpbc_container_booking_form .wpbc__field:not(.wpbc__cal) {
		flex: 1 1 100%;
		padding: 0;
	}
}

/* Spacer column element */
.wpbc_container_booking_form .wpbc__spacer {
	flex: 0 1 auto;
	padding: 0;
	margin: 0;
	display: inline-block;
}

/* Calendar field specifics */
.wpbc__field.wpbc__cal > * {
	max-width: 100%;
}
.wpbc_bfb_form:has(:not(.wpbc__field)) .bk_calendar_frame,
.wpbc__field .bk_calendar_frame {
	margin-top: calc(0.25em + 8px);
}
.wpbc__field.wpbc__cal .bk_calendar_frame {
	margin: -0.75em 0 0;
}

/* Field labels: inline-flex with small gap */
.wpbc_container_booking_form .wpbc__field label,
.wpbc_container_booking_form .wpbc__field label:hover {
	flex: 0 1 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	gap: 0.2em;
}


/* Inputs inside field columns */
.wpbc_container_booking_form .wpbc__field .wpdev-form-control-wrap {
	width: 100%;
}
.wpbc_container_booking_form .wpbc__field .wpdev-form-control-wrap.wpbc_wrap_radio,
.wpbc_container_booking_form .wpbc__field .wpdev-form-control-wrap.wpbc_wrap_checkbox {
	align-self: center;
}

.wpbc_container_booking_form .wpbc__field .form-group .controls select,
.wpbc_container_booking_form .wpbc__field select,
.wpbc_container_booking_form .wpbc__field input[type="text"],
.wpbc_container_booking_form .wpbc__field input[type="email"] {
	width: 100%;
}

.wpbc_container_booking_form .wpbc__field textarea,
.wpbc_container_booking_form textarea {
	width: 100%;
}

/* Inline row variant (fields in a single line) — FixIn: 9.8.8.1 */
.wpbc_row_inline {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	flex: 1 1 auto;
}
.wpbc_container_booking_form .wpbc__row .wpbc_row_inline label {
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	flex: 1 1 auto;
}
.wpbc_container_booking_form .wpbc__row .wpbc_row_inline .wpdev-form-control-wrap,
.wpbc_container_booking_form .wpbc__row .wpbc_row_inline label .wpdev-form-control-wrap {
	width: auto;
	margin: 0 5px;
	min-width: 1em;
}

/* ========================================================================== */
/*  Calendar Next to Form — two-column helper                                 */
/*  What: helper wrappers when calendar sits alongside the form               */
/* ========================================================================== */
.wpbc_sections {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
.wpbc_section_50 {
	flex: 1 1 48%;
	margin-bottom: 2em;
}
.wpbc_section_spacer {
	flex: 1 1 2%;
}
.wpbc_section_100 {
	flex: 0 1 96%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 1em;
}
.wpbc_section_100 span,
.wpbc_section_100 p,
.wpbc_section_100 .wpdev-form-control-wrap {
	flex: 1 1 100%;
}
.wpbc_section_100 .wpdev-form-control-wrap {
	display: flex;
}
.wpbc_container_booking_form .wpbc_section_100 textarea {
	flex: 1 1 100%;
}


/* ========================================================================== */
/*  Field Sizing — width & height defaults                                    */
/*  What: sensible fixed/relative widths; line heights for selects/textarea   */
/* ========================================================================== */
.wpbc_container_booking_form p {
	padding: 0.25em 0;
}

/* Width defaults for inputs/select/textarea */
.wpbc_container_booking_form select,
.wpbc_container_booking_form input[type="text"],
.wpbc_container_booking_form input[type="email"],
.wpbc_container_booking_form textarea {
	max-width: Min(30em, 100%);
	width: 340px;
	min-width: Min(8em, 100%);
}

/* In column layouts, ensure controls can stretch */
.wpbc_container_booking_form .wpbc__field select,
.wpbc_container_booking_form .wpbc__field input[type="text"],
.wpbc_container_booking_form .wpbc__field input[type="email"],
.wpbc_container_booking_form .wpbc__field textarea {
	max-width: 100%;
}

/* Textareas with specific cols — allow auto width */
.wpbc_container.wpbc_container_booking_form textarea[cols*="0"],
.wpbc_container.wpbc_container_booking_form textarea[cols*="1"],
.wpbc_container.wpbc_container_booking_form textarea[cols*="2"],
.wpbc_container.wpbc_container_booking_form textarea[cols*="3"],
.wpbc_container.wpbc_container_booking_form textarea[cols*="4"],
.wpbc_container.wpbc_container_booking_form textarea[cols*="5"],
.wpbc_container.wpbc_container_booking_form textarea[cols*="6"],
.wpbc_container.wpbc_container_booking_form textarea[cols*="7"],
.wpbc_container.wpbc_container_booking_form textarea[cols*="8"],
.wpbc_container.wpbc_container_booking_form textarea[cols*="9"] {
	width: auto;
}

/* Height/line-height for selects */
.resource_selection_div select,
.wpbc_container.wpbc_container_booking_form select {
	height: auto;
	font-size: 1rem;
	line-height: 2.4em;
	padding: 0 0.5em;
}
.resource_selection_div select option {
	line-height: 2.4em;
	padding: 0.5em 0.5em;
	outline: none;
}

/* Textareas with row hints — allow auto height */
.wpbc_container.wpbc_container_booking_form textarea[rows*="0"],
.wpbc_container.wpbc_container_booking_form textarea[rows*="1"],
.wpbc_container.wpbc_container_booking_form textarea[rows*="2"],
.wpbc_container.wpbc_container_booking_form textarea[rows*="3"],
.wpbc_container.wpbc_container_booking_form textarea[rows*="4"],
.wpbc_container.wpbc_container_booking_form textarea[rows*="5"],
.wpbc_container.wpbc_container_booking_form textarea[rows*="6"],
.wpbc_container.wpbc_container_booking_form textarea[rows*="7"],
.wpbc_container.wpbc_container_booking_form textarea[rows*="8"],
.wpbc_container.wpbc_container_booking_form textarea[rows*="9"] {
	height: auto;
}

/* Theme quirks: fix min heights in some WP themes (e.g., Twenty Five) */
.is-layout-constrained .wpbc_form { /* FixIn: 10.14.2.1. */
	margin: 5px auto 0;
	max-width: Min(900px, 100%);
	font-size: 16px;
	font-weight: 400;
	padding: 0 10px;
}

/* Narrow screens: table and field widths */
@media (max-width: 670px) {
	div .wpbc_ideal_payment_table tr td {
		display: block;
	}
	div .wpbc_container_booking_form select,
	div .wpbc_container_booking_form input[type="text"],
	div .wpbc_container_booking_form input[type="email"],
	div .wpbc_container_booking_form textarea {
		max-width: 98%;
		width: 98%;
		border: 1px solid;
	}
}


/* ========================================================================== */
/*  Booking Form — “Simple / Wizard” variant                                  */
/*  What: admin preview + front-end wizard behaviors                          */
/* ========================================================================== */

/* Admin preview scaling */
.wpbc_center_preview .bk_calendar_frame,
.wpbc_center_preview .wpbc__form__div .bk_calendar_frame * {
	font-size: 14px;
}
.wpbc_center_preview,
.wpbc_center_preview .wpbc__form__div * {
	font-size: 16px;
	line-height: 2;
}

/* Add Booking (admin) */
.add_booking_page_content,
.add_booking_page_content p {
	font-size: 15px;
	line-height: 2;
}

#wpbc-new-admin-page .wpbc_container.wpbc_form input.wpbc_button_light {
	font-size: 1.15em;
	line-height: 100%;
	min-height: var(--wpbc_form-button-light-size-height);
}

/* Datepicker fine text */
.datepick-inline .datepick-days-cell div.date-content-bottom,
.datepick-inline .datepick-days-cell div.date-content-top {
	font-size: 0.7em;
}

/* Simple form base width */
.wpbc_booking_form_simple .wpbc__form__div {
	width: 100%;
}

/* Wizard: center the calendar block — FixIn: 10.9.2.1 */
.wpbc_booking_form_simple .wpbc_wizard_step .wpbc_r_calendar.wpbc__field label,
.wpbc_booking_form_simple .wpbc_wizard_step .wpbc_r_calendar.wpbc__field .wpbc_calendar_wraper {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start;
}

/* Wizard: legend alignment — FixIn: 10.9.2.1 */
.wpbc_booking_form_simple .wpbc_wizard_step .wpbc_r_calendar.wpbc__field .block_hints {
	max-width: 550px;
	justify-content: space-around;
}

/* Wizard: labels span full width in this layout */
.wpbc_container_booking_form .wpbc_booking_form_simple .wpbc__field label {
	flex: 1 1 100%;
	line-height: 2.5;
}

/* Near-field warning spacing */
.wpbc_booking_form_simple .wpbc_front_end__message_container_right {
	margin: 10px 0;
}


/* ========================================================================== */
/*  Thank You — Confirmation section                                          */
/*  What: post-booking message container, headings and layout                 */
/* ========================================================================== */
.wpbc_ty_hide {
	display: none !important;
}

.wpbc_after_booking_thank_you_section {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 65rem;
	margin: auto;
}
.wpbc_after_booking_thank_you_section * {
	text-shadow: none;
}

/* Lead “thank you” line */
.wpbc_after_booking_thank_you_section .wpbc_ty__message {
	flex: 1 1 auto;
	padding: 0;
	margin: 30px 0 10px;
	font-size: 20px;
	font-weight: 400;
}

/* Container + default text colors */
.wpbc_after_booking_thank_you_section .wpbc_ty__container,
.wpbc_after_booking_thank_you_section .wpbc_ty__container * {
	color: #444;
}

/* Fix color issue for embedded PayPal iframe */
.wpbc_after_booking_thank_you_section .wpbc_ty__container iframe {
	color: transparent;
}

/* Confirmation card */
.wpbc_after_booking_thank_you_section .wpbc_ty__container {
	flex: 1 1 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 6px 0px;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 2px;
	background: #FFF;
	color: #707070;
	padding: 10px 15px;
	box-sizing: border-box;
	margin: auto;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.2em;
	text-align: left;
	max-width: 100%;
	width: 100%;
}

/* Header strip with booking ID */
.wpbc_after_booking_thank_you_section .wpbc_ty__container .wpbc_ty__header {
	flex: 1 1 100%;
	border-left: 5px solid #88b706;
	padding: 5px 20px;
	font-size: 18px;
	width: 100%;
	margin-left: -10px;
	line-height: 36px;
	font-weight: 400;
}

/* Two-column body */
.wpbc_after_booking_thank_you_section .wpbc_ty__container .wpbc_ty__content {
	flex: 1 1 100%;
	margin-top: 10px;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	word-break: normal;
	hyphens: none;
}

/* Content blocks */
.wpbc_after_booking_thank_you_section .wpbc_ty__container .wpbc_ty__content .wpbc_ty__content_text {
	flex: 1 1 100%;
	word-break: break-word;
	padding: 10px 0;
	border-top: 1px solid #efefef;
}

/* Optional 2-column content block */
.wpbc_after_booking_thank_you_section .wpbc_ty__container .wpbc_ty__content .wpbc_ty__content_text.wpbc_cols_2 {
	flex: 1 1 22em;
	width: 48%;
	margin-right: 1%;
}
@media (max-width: 670px) {
	.wpbc_after_booking_thank_you_section .wpbc_ty__container .wpbc_ty__content .wpbc_ty__content_text.wpbc_cols_2 {
		flex: 1 1 100%;
	}
}

/* Section headers and small headings */
.wpbc_after_booking_thank_you_section .wpbc_ty__container .wpbc_ty__content .wpbc_ty__content_text .wpbc_ty__section_header {
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 1.2em;
}
.wpbc_after_booking_thank_you_section .wpbc_ty__container .wpbc_ty__content .wpbc_ty__content_text h4 {
	font-size: 18px;
	line-height: 1.8em;
}

/* Costs section alignment */
.wpbc_after_booking_thank_you_section .wpbc_ty__container .wpbc_ty__content .wpbc_ty__content_text .wpbc_ty__section_text_costs {
	text-align: right;
	padding: 0 2em;
}

/* Coupon small note */
.coupon_description_wrapper {
	font-size: 0.7em;
	font-weight: 400;
	margin-left: 0.8em;
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
.wpbc_after_booking_thank_you_section .coupon_description_wrapper {
	font-size: 1em;
}

/* Gateways area block */
.wpbc_after_booking_thank_you_section .wpbc_ty__container .wpbc_ty__content .wpbc_ty__content_text.wpbc_ty__content_gateways {
	flex: 1 1 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	border-top: 0 solid #efefef;
}


/* ========================================================================== */
/*  Payment Gateways — layout & per-gateway buttons                           */
/*  What: gateway cards, iDEAL table, button skins (Stripe/PayPal variants)   */
/* ========================================================================== */
.wpbc_ty__content_gateways .wpbc_ty__gateway {
	flex: 1 1 100%;
	margin: 0 5px 1em;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.wpbc_ty__content_gateways .wpbc_ty__gateway.wpbc_col_auto_width {
	flex: 0 1 auto;
}

.wpbc_ty__content_gateways .wpbc_ty__gateway .wpbc-payment-form {
	flex: 0 1 auto;
	min-width: 260px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.wpbc_ty__content_gateways .wpbc_ty__gateway .wpbc-payment-form form {
	flex: 1 1 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
}
.wpbc_ty__content_gateways .wpbc_ty__gateway .wpbc-payment-form .wpbc_button_gw {
	flex: 1 1 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

/* Small footnote under PayPal button */
.wpbc_paypal_fee {
	font-size: 0.68em;
	vertical-align: text-top;
	line-height: 1em;
	margin: 7px 0;
}

/* iDEAL table formatting (FixIn: 10.6.1.1) */
table.wpbc_ideal_payment_table {
	margin: 10px 0;
	width: 100%;
	border: none;
}
.wpbc_ideal_payment_table td {
	padding: 10px 0;
	border: none;
}
.wpbc_ideal_payment_table td label {
	font-weight: 600;
}


/* ========================================================================== */
/*  Buttons — generic lightweight button                                      */
/*  What: neutral button baseline used across front-end                       */
/* ========================================================================== */
.wpbc_container.wpbc_form input.wpbc_button_light,
.wpbc_container.wpbc_form input.wpbc_button_light:focus,
.wpbc_container.wpbc_form input.wpbc_button_light:hover,
.wpbc_container .wpbc_button_light,
.wpbc_container .wpbc_button_light:focus,
.wpbc_container .wpbc_button_light:hover,
.wpbc_container.wpbc_container_booking_form .wpbc_button_light,
.wpbc_container.wpbc_container_booking_form .wpbc_button_light:focus,
.wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover {
	font-size: clamp(1em, 1em + ((1vw - 0.2em) * 0.208), 1.125em);
	border: 2px solid #eeeeeeb5;
	box-shadow: 0 2px 10px 2px #ffffff54;
	background: #fdfdfd;
	color: #444444e0;
	border-radius: 0.375em;
	padding: 0 2.2em;
	line-height: calc(var(--wpbc_form-button-light-size-height) - 3px);
	text-decoration: none;
	cursor: pointer;
	outline: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	height: var(--wpbc_form-button-light-size-height);
	box-sizing: border-box;
	text-shadow: none;
	/* word wraping */
	text-overflow: ellipsis;
	overflow: hidden;
	overflow-wrap: normal;
	height: auto;
	white-space: normal;
	hyphens: auto;
}

/* Hover/focus emphasis */
.wpbc_container.wpbc_form input.wpbc_button_light:focus,
.wpbc_container.wpbc_form input.wpbc_button_light:hover,
.wpbc_container .wpbc_button_light:focus,
.wpbc_container.wpbc_container_booking_form .wpbc_button_light:focus,
.wpbc_container .wpbc_button_light:hover,
.wpbc_container.wpbc_container_booking_form .wpbc_button_light:hover {
	border: 2px solid rgb(77, 145, 205);
}

/* Primary button */
.wpbc_container.wpbc_container_booking_form .wpbc_button_light.button-primary {
	background: var(--wpbc_form-button-background-color, #066aab);
	color: #fff;
}
.wpbc_container.wpbc_container_booking_form .wpbc_button_light.button-primary:focus,
.wpbc_container.wpbc_container_booking_form .wpbc_button_light.button-primary:hover {
	background: var(--wpbc_form-button-background-color, #066aab);
	color: #fff;
	border-color: #fff;
	box-shadow: 0 0 0px 2px var(--wpbc_form-button-background-color, #066aab);
}

/* Disabled/active states */
.wpbc_container.wpbc_container_booking_form .wpbc_button_light:disabled,
.wpbc_container.wpbc_container_booking_form .wpbc_button_light:active,
.wpbc_container.wpbc_container_booking_form .wpbc_button_light:disabled:focus,
.wpbc_container.wpbc_container_booking_form .wpbc_button_light:disabled:hover {
	color: #ccc;
	border: 2px solid #eeeeeeb5;
	cursor: not-allowed;
}

/* Danger variant */
.wpbc_container.wpbc_container_booking_form .wpbc_button_light.wpbc_button_danger {
	background: #de605c;
	border-color: #de605c;
	color: #f7f7f7;
	text-shadow: 0 0px #ba5956;
}
.wpbc_container.wpbc_container_booking_form .wpbc_button_light.wpbc_button_danger:focus,
.wpbc_container.wpbc_container_booking_form .wpbc_button_light.wpbc_button_danger:hover {
	background: #e65d59;
	color: #fff;
	border-color: #fff;
	box-shadow: 0 0 0px 2px #de605c;
}


/* ========================================================================== */
/*  Stripe — gateway button                                                   */
/* ========================================================================== */
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_stripe * {
	color: #fff;
}
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_stripe {
	background: 90% 50% / 80px auto no-repeat url(//clesensoi.be/wp-content/plugins/booking/inc/assets/stripe.svg), #fff;
	background-color: rgb(77, 77, 77);
	padding-right: 130px;
	border: 2px solid rgb(77, 77, 77);
	color: #fff;
}
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_stripe.wpbc_button_gw_bccom {
	background: 90% 50% / 80px auto no-repeat url(//clesensoi.be/wp-content/plugins/booking-calendar-com/inc/assets/stripe.svg), #fff;
	background-color: rgb(77, 77, 77);
}
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_stripe:focus,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_stripe:hover {
	border: 2px solid #5f5f5f;
	background-color: #5f5f5f;
}


/* ========================================================================== */
/*  PayPal — gateway buttons (yellow/blue/silver/white/black)                 */
/* ========================================================================== */
/* Yellow/Silver/White base */
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_yellow,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_silver,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_white {
	padding-right: 115px;
	background-color: #ffc439 !important;
	border: 2px solid #ffc439 !important;
	color: #2C2E2F;
	box-shadow: none;
	text-indent: -9999px;
	background: 50% 50% / 80px auto no-repeat url(//clesensoi.be/wp-content/plugins/booking/inc/assets/paypal_commerce.svg), #ffc439 !important;
	min-width: 175px;
}
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_yellow.wpbc_button_gw_bccom,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_silver.wpbc_button_gw_bccom,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_white.wpbc_button_gw_bccom {
	background: 50% 50% / 80px auto no-repeat url(//clesensoi.be/wp-content/plugins/booking-calendar-com/inc/assets/paypal_commerce.svg), #ffc439 !important;
}
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_yellow:focus,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_yellow:hover,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_silver:focus,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_silver:hover,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_white:focus,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_white:hover {
	background-color: #f2ba36;
	border-color: #f2ba36;
	box-shadow: 0 5px 10px #f0f0f8;
	color: #5f5f5f;
}

/* Blue/Black base */
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_blue,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_black {
	padding-right: 115px;
	background-color: #009cde !important;
	border: 2px solid #009cde !important;
	color: #fff;
	box-shadow: none;
	text-indent: -9999px;
	background: 50% 50% / 80px auto no-repeat url(//clesensoi.be/wp-content/plugins/booking/inc/assets/paypal_white_full.svg), #009cde !important;
	min-width: 175px;
}
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_blue.wpbc_button_gw_bccom,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_black.wpbc_button_gw_bccom {
	background: 50% 50% / 80px auto no-repeat url(//clesensoi.be/wp-content/plugins/booking-calendar-com/inc/assets/paypal_white_full.svg), #009cde !important;
}
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_blue:focus,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_blue:hover,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_black:focus,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_black:hover {
	background-color: #33b0e5;
	border-color: #33b0e5;
	box-shadow: 0 5px 10px #f0f0f8;
	color: #fff;
}

/* Silver tweak (based on Yellow) */
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_silver {
	background-color: #eee !important;
	border: 2px solid #eee !important;
	background: 50% 50% / 80px auto no-repeat url(//clesensoi.be/wp-content/plugins/booking/inc/assets/paypal_commerce.svg), #eee !important;
}
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_silver.wpbc_button_gw_bccom {
	background: 50% 50% / 80px auto no-repeat url(//clesensoi.be/wp-content/plugins/booking-calendar-com/inc/assets/paypal_commerce.svg), #eee !important;
}
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_silver:focus,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_silver:hover {
	background-color: #e2e2e2 !important;
	border-color: #e2e2e2 !important;
}

/* White tweak (based on Yellow) */
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_white {
	background-color: #fff !important;
	border: 1px solid #2C2E2F !important;
	background: 50% 50% / 80px auto no-repeat url(//clesensoi.be/wp-content/plugins/booking/inc/assets/paypal_commerce.svg), #fff !important;
}
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_white.wpbc_button_gw_bccom {
	background: 50% 50% / 80px auto no-repeat url(//clesensoi.be/wp-content/plugins/booking-calendar-com/inc/assets/paypal_commerce.svg), #fff !important;
}
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_white:focus,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_white:hover {
	background-color: #fff !important;
	border-color: #2C2E2F !important;
}

/* Black tweak (based on Blue) */
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_black {
	background-color: #2c2e2f !important;
	border: 2px solid #2c2e2f !important;
	background: 50% 50% / 80px auto no-repeat url(//clesensoi.be/wp-content/plugins/booking/inc/assets/paypal_white_full.svg), #2c2e2f !important;
}
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_black.wpbc_button_gw_bccom {
	background: 50% 50% / 80px auto no-repeat url(//clesensoi.be/wp-content/plugins/booking-calendar-com/inc/assets/paypal_white_full.svg), #2c2ef !important;
}
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_black:focus,
.wpbc_container .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_black:hover {
	background-color: #565859 !important;
	border-color: #565859 !important;
}


/* ========================================================================== */
/*  PayPal Standard Checkout — container tweaks                               */
/* ========================================================================== */

.wpbc_ty__content_gateways .wpbc_ty__gateway .wpbc-payment-form.paypal_std_co_div {
	text-align: left;
	clear: both;
}
.wpbc_ty__content_gateways .wpbc_ty__gateway .wpbc-payment-form.paypal_std_co_div .wpbc_paypal_fee {
	text-align: center;
}
.wpbc_ty__content_gateways .wpbc_ty__gateway .wpbc-payment-form.paypal_std_co_div .wpbc_paypal_std_co {
	padding: 0 2px;
	flex: 1 1 auto;
}


/* ========================================================================== */
/*  Dark Theme 1 — dark skins for messages, buttons, and containers           */
/* ========================================================================== */

.wpbc_theme_dark_1 .wpbc_front_end__message {
	background: transparent;
	box-shadow: 0 0px 3px #3b3b3b;
	color: #f74748 !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
}
.wpbc_theme_dark_1 .wpbc_front_end__message.wpbc_fe_message_error {
	border-left-color: #c23b3b;
	background: #595959 !important;
	color: #b9b9b9 !important;
}

/* Dark theme: thank-you section */
.wpbc_theme_dark_1 .wpbc_after_booking_thank_you_section .wpbc_ty__message {
	color: #cdcdcd;
}
.wpbc_theme_dark_1 .wpbc_after_booking_thank_you_section .wpbc_ty__container * {
	color: #fff;
}

/* Fix form field colors in confirmation window (iDEAL etc.) */
.wpbc_after_booking_thank_you_section .wpbc_ty__container .wpbc_ty__content input[type=text],
.wpbc_after_booking_thank_you_section .wpbc_ty__container .wpbc_ty__content select,
.wpbc_after_booking_thank_you_section .wpbc_ty__container .wpbc_ty__content textarea {
	color: var(--wpbc_form-field-text-color);
}

.wpbc_ideal_payment_table td {
	vertical-align: middle;
}

.wpbc_theme_dark_1 .wpbc_after_booking_thank_you_section .wpbc_ty__container {
	border: 1px solid rgb(0, 0, 0);
	background: #626262;
	color: #5f5f5f;
	box-shadow: 0 0px 3px #3b3b3b;
}

/* Payment buttons in dark theme */
.wpbc_theme_dark_1.wpbc_container.wpbc_form .wpbc_button_light {
	box-shadow: 0 1px 5px #424242;
	border: 2px solid #525252;
	background-color: #4d4d4d;
	color: #fff;
}
.wpbc_theme_dark_1.wpbc_container.wpbc_form .wpbc_button_light:focus,
.wpbc_theme_dark_1.wpbc_container.wpbc_form .wpbc_button_light:hover {
	box-shadow: 0 1px 5px #424242;
	border: 2px solid #5f5f5f;
	background-color: #5c5c5c;
	color: #fff;
}
.wpbc_theme_dark_1.wpbc_container.wpbc_form .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_yellow:focus,
.wpbc_theme_dark_1.wpbc_container.wpbc_form .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_paypal_yellow:hover {
	box-shadow: 0 5px 10px #424242;
}
.wpbc_theme_dark_1.wpbc_container.wpbc_form .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_stripe:focus,
.wpbc_theme_dark_1.wpbc_container.wpbc_form .wpbc_button_light.wpbc_button_gw.wpbc_button_gw_stripe:hover {
	background-color: #4d4d4d;
	border-color: #4d4d4d;
}

/* Dark theme: generic text colors */
.wpbc_theme_dark_1 p,
.wpbc_theme_dark_1 label {
	color: #989898;
}
.wpbc_theme_dark_1.wpbc_container select,
.wpbc_theme_dark_1.wpbc_container textarea,
.wpbc_theme_dark_1.wpbc_container input {
	color: #444;
}


/* ========================================================================== */
/*  Capacity Hints — tooltips and inline availability                         */
/*  What: availability chips & layout for [capacity_hint] shortcode           */
/* ========================================================================== */

.capacity_hint {
	align-self: baseline;
	margin: 0;
}
.capacity_hint .wpbc_chint__full_day_bookings,
.capacity_hint.wpbc_chin_newline {
	flex: 1 1 100%;
}

.wpbc_capacity_hint_container {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}
.booking_form_div .wpbc__form__div .wpbc_capacity_hint_container,
.booking_form_div .wpbc__form__div .wpbc_capacity_hint_container * {
	font-size: 0.94em;
	line-height: 1.78;
}

.wpbc_capacity_hint_container .wpbc_chint__datetime_container {
	flex: 1 1 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

/* Date line */
.wpbc_capacity_hint_container .wpbc_chint__datetime_container .wpbc_chint__date_container {
	flex: 1 1 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.wpbc_capacity_hint_container .wpbc_chint__datetime_container .wpbc_chint__date_container .wpbc_chint__date {
	font-weight: 600;
	flex: 0 1 auto;
}
.wpbc_capacity_hint_container .wpbc_chint__datetime_container .wpbc_chint__date_container .wpbc_chint__date_divider {
	flex: 1 1 auto;
	display: none;
}

/* Times line */
.wpbc_capacity_hint_container .wpbc_chint__datetime_container .wpbc_chint__time_container {
	flex: 0 1 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-right: 1em;
}

/* Availability numbers */
.wpbc_capacity_hint_container .wpbc_chint__datetime_container .wpbc_chint__time_container .wpbc_chint__availability {
	font-weight: 600;
	padding-left: 0.5em;
}
.wpbc_chint__availability {
	color: #890;
}
.availability_num_0 {
	color: #dc3400;
}
.availability_num_1,
.availability_num_2 {
	color: #dc7100;
}
.availability_num_3,
.availability_num_4,
.availability_num_5 {
	color: currentColor;
}

/* Chosen timeslot highlight */
.wpbc_selected_timeslot {
	font-weight: 600;
	text-decoration: underline;
	text-decoration-style: dashed;
}

/* Full-day hint compact layout */
.wpbc_chint__full_day_bookings.wpbc_capacity_hint_container {
	margin: 0;
	line-height: unset;
	font-size: 0.85em;
	flex-flow: row wrap;
}
.wpbc_chint__full_day_bookings.wpbc_capacity_hint_container .wpbc_chint__datetime_container {
	flex: 0 1 auto;
	flex-flow: row nowrap;
	width: auto;
}
.wpbc_chint__full_day_bookings.wpbc_capacity_hint_container .wpbc_chint__datetime_container .wpbc_chint__date_container {
	flex: 0 1 auto;
	flex-flow: row nowrap;
}
.wpbc_chint__full_day_bookings.wpbc_capacity_hint_container .wpbc_chint__datetime_container .wpbc_chint__date_container .wpbc_chint__date_divider {
	flex: 0 1 auto;
	display: block;
}
.wpbc_chint__full_day_bookings.wpbc_capacity_hint_container .wpbc_chint__datetime_container .wpbc_chint__time_container .wpbc_chint__timeslot {
	display: none;
}
.wpbc_chint__full_day_bookings.wpbc_capacity_hint_container .wpbc_chint__datetime_container .wpbc_chint__time_container .wpbc_chint__timeslot_divider {
	display: none;
}


/* ========================================================================== */
/*  Misc — demo banner & wizard utilities                                     */
/* ========================================================================== */

.wpbc_message_in_live_demo {
	background: #ffffff;
	box-shadow: 0 1px 7px #c8c8c86e;
	text-align: left;
	border-left: 4px solid #9580aa;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	margin: 10px 0;
	line-height: 2;
	padding: 15px 20px;
	color: #444;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
}

.wpbc_wizard_step_hidden {
	display: none;
}


/* // FixIn: 10.12.4.0. */
.wpbc_logo_20_for_black {
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	vertical-align: top;
	background-size: 18px auto;
	width: 20px;
	height: 20px;
	margin-top: 6px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NTAgNTUwIj48cGF0aCBkPSJNMjc1IDE2Mi4zNmMtOTIuMzIgMC0xNjcuMTUgNzcuODItMTY3LjE1IDE3My44MVMxODIuNjkgNTA5Ljk5IDI3NSA1MDkuOTlzMTY3LjE1LTc3LjgyIDE2Ny4xNS0xNzMuODJTMzY3LjMxIDE2Mi4zNiAyNzUgMTYyLjM2Wm0wIDI2NC41M2MtNTAuMSAwLTkwLjcxLTQwLjYxLTkwLjcxLTkwLjcxczQwLjYxLTkwLjcxIDkwLjcxLTkwLjcxIDkwLjcxIDQwLjYxIDkwLjcxIDkwLjcxLTQwLjYxIDkwLjcxLTkwLjcxIDkwLjcxWiIgc3R5bGU9ImZpbGw6I2FhYTsiIGZpbGwtb3BhY2l0eT0iMC40IiAvPjxwYXRoIGQ9Ik0zNDAuNTMgMzk4LjkxYy0xNC44NSAxNS41MS0zNS4xNiAyNS43Ni01Ny44NCAyNy42Ni01NC44NyA0LjYtMTAxLjY0LTQxLjE0LTk4LjIzLTk2LjEgMi45NC00Ny40NCA0Mi4zNS04NS4wMSA5MC41NC04NS4wMSAyNC44NCAwIDQ3LjM0IDkuOTggNjMuNzIgMjYuMTYgNS44NiA1Ljc4IDE1LjI5IDUuNzMgMjEuMTEtLjA5bDM1LjE0LTM1LjE0YzUuNjktNS42OSA1LjktMTQuODcuNDMtMjAuNzctMzAuNDEtMzIuODMtNzMuMS01My4yNi0xMjAuNC01My4yNi05Mi4zMiAwLTE2Ny4xNSA3Ny44Mi0xNjcuMTUgMTczLjgxUzE4Mi42OSA1MDkuOTkgMjc1IDUwOS45OWM0OC40OSAwIDkyLjE1LTIxLjQ3IDEyMi42OC01NS43NiA1LjI5LTUuOTQgNS4wMi0xNC45Ny0uNi0yMC41OWwtMzUuMDUtMzUuMDVjLTUuOTgtNS45OC0xNS42Ny01Ljc5LTIxLjUxLjMyWiIgIHN0eWxlPSJmaWxsOiNjY2M7Ii8+PHBhdGggZD0iTTExMi41MyAyNjEuMjdjMTIuMzQtMzkuMDcgMzguMzItNzAuMDIgNzcuNzktOTcuMDQuOTItLjYzIDEuNDgtMS42NyAxLjQ4LTIuNzlWMTQuNzZjMC00LjI4LTMuNjgtNy43Ni04LjIyLTcuNzZoLTMuNzZjLTE4LjU2IDAtNzMuMTcgNDAuMy03MS43OSA2MC42MmwtLjE3IDE5Mi45MWMwIDIuNzQgMy44NiAzLjM0IDQuNjguNzNaIiAgc3R5bGU9ImZpbGw6I2NjYzsiLz48L3N2Zz4=') !important;
}
.wpbc_logo_30_for_white {
	display: inline-block;
	background-position: 0 1px;
	background-repeat: no-repeat;
	background-size: 30px auto;
	width: 30px;
	height: 30px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NTAgNTUwIj48cGF0aCBkPSJNMjc1IDE2Mi4zNmMtOTIuMzIgMC0xNjcuMTUgNzcuODItMTY3LjE1IDE3My44MVMxODIuNjkgNTA5Ljk5IDI3NSA1MDkuOTlzMTY3LjE1LTc3LjgyIDE2Ny4xNS0xNzMuODJTMzY3LjMxIDE2Mi4zNiAyNzUgMTYyLjM2Wm0wIDI2NC41M2MtNTAuMSAwLTkwLjcxLTQwLjYxLTkwLjcxLTkwLjcxczQwLjYxLTkwLjcxIDkwLjcxLTkwLjcxIDkwLjcxIDQwLjYxIDkwLjcxIDkwLjcxLTQwLjYxIDkwLjcxLTkwLjcxIDkwLjcxWiIgc3R5bGU9ImZpbGw6I2U1ZTVlNTsiIGZpbGwtb3BhY2l0eT0iMS4wIiAvPjxwYXRoIGQ9Ik0zNDAuNTMgMzk4LjkxYy0xNC44NSAxNS41MS0zNS4xNiAyNS43Ni01Ny44NCAyNy42Ni01NC44NyA0LjYtMTAxLjY0LTQxLjE0LTk4LjIzLTk2LjEgMi45NC00Ny40NCA0Mi4zNS04NS4wMSA5MC41NC04NS4wMSAyNC44NCAwIDQ3LjM0IDkuOTggNjMuNzIgMjYuMTYgNS44NiA1Ljc4IDE1LjI5IDUuNzMgMjEuMTEtLjA5bDM1LjE0LTM1LjE0YzUuNjktNS42OSA1LjktMTQuODcuNDMtMjAuNzctMzAuNDEtMzIuODMtNzMuMS01My4yNi0xMjAuNC01My4yNi05Mi4zMiAwLTE2Ny4xNSA3Ny44Mi0xNjcuMTUgMTczLjgxUzE4Mi42OSA1MDkuOTkgMjc1IDUwOS45OWM0OC40OSAwIDkyLjE1LTIxLjQ3IDEyMi42OC01NS43NiA1LjI5LTUuOTQgNS4wMi0xNC45Ny0uNi0yMC41OWwtMzUuMDUtMzUuMDVjLTUuOTgtNS45OC0xNS42Ny01Ljc5LTIxLjUxLjMyWiIgIHN0eWxlPSJmaWxsOiM1NTU7Ii8+PHBhdGggZD0iTTExMi41MyAyNjEuMjdjMTIuMzQtMzkuMDcgMzguMzItNzAuMDIgNzcuNzktOTcuMDQuOTItLjYzIDEuNDgtMS42NyAxLjQ4LTIuNzlWMTQuNzZjMC00LjI4LTMuNjgtNy43Ni04LjIyLTcuNzZoLTMuNzZjLTE4LjU2IDAtNzMuMTcgNDAuMy03MS43OSA2MC42MmwtLjE3IDE5Mi45MWMwIDIuNzQgMy44NiAzLjM0IDQuNjguNzNaIiAgc3R5bGU9ImZpbGw6IzU1NTsiLz48L3N2Zz4=') !important;
}div .wpbc_bfb_form .wpbc__row .wpbc__field,
div .wpbc_bfb_form .wpbc_bfb__section .wpbc_bfb__row .wpbc_bfb__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: var(--wpbc-bfb-col-dir,column);
  flex-direction: var(--wpbc-bfb-col-dir,column);
  -ms-flex-wrap: var(--wpbc-bfb-col-wrap,nowrap);
  flex-wrap: var(--wpbc-bfb-col-wrap,nowrap);
  -ms-flex-pack: var(--wpbc-bfb-col-jc,flex-start);
  justify-content: var(--wpbc-bfb-col-jc,flex-start);
  -ms-flex-align: var(--wpbc-bfb-col-ai,stretch);
  align-items: var(--wpbc-bfb-col-ai,stretch);
  gap: var(--wpbc-bfb-col-gap,0);
  -ms-flex-item-align: var(--wpbc-bfb-col-aself,flex-start);
  align-self: var(--wpbc-bfb-col-aself,flex-start)
}
div .wpbc_bfb_form .wpbc__row .wpbc__field .bfb_element:has(:input),
div .wpbc_bfb_form .wpbc_bfb__section .wpbc_bfb__row .wpbc_bfb__column .wpbc_bfb__field {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}
div .wpbc_bfb_form .wpbc__row .wpbc__field .bfb_element {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: normal;
  align-content: normal;
  padding: 0;
  margin: 0;
  gap: 0
}
div .wpbc_bfb_form .wpbc__row .wpbc__field[data-colstyles-active="1"] .bfb_element:not(:has(.wpbc_calendar_wraper)),
div .wpbc_bfb_form [data-colstyles-active="1"] .wpbc_bfb__row .wpbc_bfb__column .wpbc_bfb__field:not(:has(.wpbc_calendar_wraper)) {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}
div .wpbc_bfb_form .wpbc__row .wpbc__field[data-colstyles-active="1"] .bfb_element:has(.wpbc_text_captcha_container),
div .wpbc_bfb_form [data-colstyles-active="1"] .wpbc_bfb__row .wpbc_bfb__column .wpbc_bfb__field:has(.wpbc_text_captcha_container) {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.wpbc_bfb_form .bfb_element input[type=date],
.wpbc_bfb_form .bfb_element input[type=datetime-local],
.wpbc_bfb_form .bfb_element input[type=datetime],
.wpbc_bfb_form .bfb_element input[type=email],
.wpbc_bfb_form .bfb_element input[type=month],
.wpbc_bfb_form .bfb_element input[type=number],
.wpbc_bfb_form .bfb_element input[type=password],
.wpbc_bfb_form .bfb_element input[type=range],
.wpbc_bfb_form .bfb_element input[type=search],
.wpbc_bfb_form .bfb_element input[type=tel],
.wpbc_bfb_form .bfb_element input[type=text],
.wpbc_bfb_form .bfb_element input[type=time],
.wpbc_bfb_form .bfb_element input[type=url],
.wpbc_bfb_form .bfb_element input[type=week],
.wpbc_bfb_form .bfb_element select,
.wpbc_bfb_form .bfb_element textarea,
.wpbc_bfb_form .wpbc_bfb__field input[type=date],
.wpbc_bfb_form .wpbc_bfb__field input[type=datetime-local],
.wpbc_bfb_form .wpbc_bfb__field input[type=datetime],
.wpbc_bfb_form .wpbc_bfb__field input[type=email],
.wpbc_bfb_form .wpbc_bfb__field input[type=month],
.wpbc_bfb_form .wpbc_bfb__field input[type=number],
.wpbc_bfb_form .wpbc_bfb__field input[type=password],
.wpbc_bfb_form .wpbc_bfb__field input[type=range],
.wpbc_bfb_form .wpbc_bfb__field input[type=search],
.wpbc_bfb_form .wpbc_bfb__field input[type=tel],
.wpbc_bfb_form .wpbc_bfb__field input[type=text],
.wpbc_bfb_form .wpbc_bfb__field input[type=time],
.wpbc_bfb_form .wpbc_bfb__field input[type=url],
.wpbc_bfb_form .wpbc_bfb__field input[type=week],
.wpbc_bfb_form .wpbc_bfb__field select,
.wpbc_bfb_form .wpbc_bfb__field textarea {
  width: 100%;
  max-width: 100%
}
.wpbc_bfb_form .wpbc_bfb__row .wpbc_bfb__column .wpbc_bfb__field[data-type=divider][data-orientation=horizontal] {
  width: 100%;
  margin: 0;
  min-width: 50px
}
.wpbc_bfb_form .wpbc_bfb__row .wpbc_bfb__column .wpbc_bfb__field[data-type=divider][data-orientation=vertical],
.wpbc_bfb_form .wpbc_bfb__row .wpbc_bfb__column .wpbc_bfb__field[data-type=divider][data-orientation=vertical] .wpbc_bfb__noaction,
.wpbc_bfb_form .wpbc_bfb__row .wpbc_bfb__column .wpbc_bfb__field[data-type=divider][data-orientation=vertical] .wpbc_bfb__noaction * {
  height: 100%;
  min-height: 50px;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap
}
.wpbc_bfb_form .wpbc_bfb__row .wpbc_bfb__column .wpbc_bfb__field[data-type=divider][data-orientation=vertical] .wpbc_bfb__field-preview {
  position: relative
}
div .wpbc_container .wpbc_bfb_form .wpbc__row .wpbc__field .bfb_element:has([data-orientation=vertical]) {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}
div div .wpbc_bfb_form .wpbc__row .wpbc__field .bfb_element:has(.wpbc_bfb_divider_wrap) {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}
.wpbc_bfb_form .wpbc__row .wpbc__field .bfb_element:has(.wpbc_bfb_divider_wrap[data-orientation=vertical]) {
  height: 100%
}
.wpbc_bfb_form .wpbc__row .wpbc__field .bfb_element .wpbc_bfb_divider_wrap[data-orientation=horizontal] {
  width: 100%
}
.wpbc_bfb_form .wpbc__row .wpbc__field .bfb_element .wpbc_bfb_divider--h {
  display: block;
  box-sizing: border-box
}
.wpbc_bfb_form .wpbc__row .wpbc__field .bfb_element .wpbc_bfb_divider_wrap[data-orientation=vertical] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative
}
.wpbc_bfb_form .wpbc__row .wpbc__field .bfb_element .wpbc_bfb_divider--v {
  width: 0;
  box-sizing: content-box;
  height: 100%
}
.wpbc_bfb_form [data-colstyles-active="1"] .bfb_element .wpbc_bfb_divider_wrap[data-orientation=vertical] {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
/*!
 * Booking Form Fields  
 *   
 * // FixIn: 10.1.5.7.
 */
:root {
  --wpbc_form-field-border-radius: 3px;
  --wpbc_form-field-border-style: solid;
  --wpbc_form-field-border-size: 1px;
  --wpbc_form-field-background-color: #ffffff;
  --wpbc_form-field-border-color: rgba(0, 0, 0, 0.25);
  --wpbc_form-field-border-color-spare: rgba(0, 0, 0, 0.25);
  --wpbc_form-field-text-color: rgba(0, 0, 0, 0.7);
  --wpbc_form-field-disabled-color: rgba(0, 0, 0, 0.2);
  --wpbc_form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --wpbc_form-field-menu-color: #ffffff;
  --wpbc_form-label-color: rgba(0, 0, 0, 0.85);
  --wpbc_form-label-sublabel-color: rgba(0, 0, 0, 0.55);
  --wpbc_form-label-error-color: #d63637;
  --wpbc_form-button-border-radius: 3px;
  --wpbc_form-button-border-style: none;
  --wpbc_form-button-border-size: 1px;
  --wpbc_form-button-background-color: #066aab;
  --wpbc_form-button-background-color-alt: #066aab;
  --wpbc_form-button-border-color: #066aab;
  --wpbc_form-button-text-color: #ffffff;
  --wpbc_form-button-text-color-alt: #fff;
  --wpbc_form-page-break-color: #066aab;
  --wpbc_form-background-image: none;
  --wpbc_form-background-position: center center;
  --wpbc_form-background-repeat: no-repeat;
  --wpbc_form-background-size: cover;
  --wpbc_form-background-width: 100px;
  --wpbc_form-background-height: 100px;
  --wpbc_form-background-color: rgba(0, 0, 0, 0);
  --wpbc_form-background-url: none;
  --wpbc_form-container-padding: 0px;
  --wpbc_form-container-border-style: none;
  --wpbc_form-container-border-width: 1px;
  --wpbc_form-container-border-color: #000000;
  --wpbc_form-container-border-radius: 3px;
  --wpbc_form-field-size-input-height: 43px;
  --wpbc_form-field-size-input-spacing: 15px;
  --wpbc_form-field-size-font-size: 16px;
  --wpbc_form-field-size-line-height: 19px;
  --wpbc_form-field-size-padding-h: 14px;
  --wpbc_form-field-size-checkbox-size: 16px;
  --wpbc_form-field-size-sublabel-spacing: 5px;
  --wpbc_form-field-size-icon-size: 1;
  --wpbc_form-label-size-font-size: 16px;
  --wpbc_form-label-size-line-height: 19px;
  --wpbc_form-label-size-sublabel-font-size: 14px;
  --wpbc_form-label-size-sublabel-line-height: 17px;
  --wpbc_form-button-size-font-size: 17px;
  --wpbc_form-button-size-height: 41px;
  --wpbc_form-button-size-padding-h: 15px;
  --wpbc_form-button-size-margin-top: 10px;
  --wpbc_form-container-shadow-size-box-shadow: none;
  --wpbc_form-marging-between-several-checkbox-radio: 30px;
  --wpbc_form-padding-between-label-checkbox-radio: 8px
}
/*! --------------------------------------------------------------------------------------------------------------------
 *  General Fields
 * ------------------------------------------------------------------------------------------------------------------ */
div.wpbc_container.wpbc_form button,
div.wpbc_container.wpbc_form input,
div.wpbc_container.wpbc_form label,
div.wpbc_container.wpbc_form select,
div.wpbc_container.wpbc_form textarea {
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: middle;
  background: 0 0;
  height: auto;
  box-sizing: border-box
}
.wp-core-ui div.wpbc_container.wpbc_form input[type=date],
.wp-core-ui div.wpbc_container.wpbc_form input[type=datetime-local],
.wp-core-ui div.wpbc_container.wpbc_form input[type=datetime],
.wp-core-ui div.wpbc_container.wpbc_form input[type=email],
.wp-core-ui div.wpbc_container.wpbc_form input[type=month],
.wp-core-ui div.wpbc_container.wpbc_form input[type=number],
.wp-core-ui div.wpbc_container.wpbc_form input[type=password],
.wp-core-ui div.wpbc_container.wpbc_form input[type=range],
.wp-core-ui div.wpbc_container.wpbc_form input[type=search],
.wp-core-ui div.wpbc_container.wpbc_form input[type=tel],
.wp-core-ui div.wpbc_container.wpbc_form input[type=text],
.wp-core-ui div.wpbc_container.wpbc_form input[type=time],
.wp-core-ui div.wpbc_container.wpbc_form input[type=url],
.wp-core-ui div.wpbc_container.wpbc_form input[type=week],
.wp-core-ui div.wpbc_container.wpbc_form select,
.wp-core-ui div.wpbc_container.wpbc_form textarea,
div.wpbc_container.wpbc_form input[type=date],
div.wpbc_container.wpbc_form input[type=datetime-local],
div.wpbc_container.wpbc_form input[type=datetime],
div.wpbc_container.wpbc_form input[type=email],
div.wpbc_container.wpbc_form input[type=month],
div.wpbc_container.wpbc_form input[type=number],
div.wpbc_container.wpbc_form input[type=password],
div.wpbc_container.wpbc_form input[type=range],
div.wpbc_container.wpbc_form input[type=search],
div.wpbc_container.wpbc_form input[type=tel],
div.wpbc_container.wpbc_form input[type=text],
div.wpbc_container.wpbc_form input[type=time],
div.wpbc_container.wpbc_form input[type=url],
div.wpbc_container.wpbc_form input[type=week],
div.wpbc_container.wpbc_form select,
div.wpbc_container.wpbc_form textarea {
  background-color: var(--wpbc_form-field-background-color);
  background-clip: padding-box;
  border-radius: var(--wpbc_form-field-border-radius);
  color: var(--wpbc_form-field-text-color);
  border-width: var(--wpbc_form-field-border-size);
  border-style: var(--wpbc_form-field-border-style);
  border-color: var(--wpbc_form-field-border-color);
  padding: 0 var(--wpbc_form-field-size-padding-h);
  font-size: var(--wpbc_form-field-size-font-size);
  line-height: 100%;
  box-shadow: none;
  transition: border .15s,box-shadow .15s
}
.wp-core-ui div.wpbc_container.wpbc_form input[type=date]:focus,
.wp-core-ui div.wpbc_container.wpbc_form input[type=datetime-local]:focus,
.wp-core-ui div.wpbc_container.wpbc_form input[type=datetime]:focus,
.wp-core-ui div.wpbc_container.wpbc_form input[type=email]:focus,
.wp-core-ui div.wpbc_container.wpbc_form input[type=month]:focus,
.wp-core-ui div.wpbc_container.wpbc_form input[type=number]:focus,
.wp-core-ui div.wpbc_container.wpbc_form input[type=password]:focus,
.wp-core-ui div.wpbc_container.wpbc_form input[type=range]:focus,
.wp-core-ui div.wpbc_container.wpbc_form input[type=search]:focus,
.wp-core-ui div.wpbc_container.wpbc_form input[type=tel]:focus,
.wp-core-ui div.wpbc_container.wpbc_form input[type=text]:focus,
.wp-core-ui div.wpbc_container.wpbc_form input[type=time]:focus,
.wp-core-ui div.wpbc_container.wpbc_form input[type=url]:focus,
.wp-core-ui div.wpbc_container.wpbc_form input[type=week]:focus,
.wp-core-ui div.wpbc_container.wpbc_form select:focus,
.wp-core-ui div.wpbc_container.wpbc_form textarea:focus,
div.wpbc_container.wpbc_form input[type=date]:focus,
div.wpbc_container.wpbc_form input[type=datetime-local]:focus,
div.wpbc_container.wpbc_form input[type=datetime]:focus,
div.wpbc_container.wpbc_form input[type=email]:focus,
div.wpbc_container.wpbc_form input[type=month]:focus,
div.wpbc_container.wpbc_form input[type=number]:focus,
div.wpbc_container.wpbc_form input[type=password]:focus,
div.wpbc_container.wpbc_form input[type=range]:focus,
div.wpbc_container.wpbc_form input[type=search]:focus,
div.wpbc_container.wpbc_form input[type=tel]:focus,
div.wpbc_container.wpbc_form input[type=text]:focus,
div.wpbc_container.wpbc_form input[type=time]:focus,
div.wpbc_container.wpbc_form input[type=url]:focus,
div.wpbc_container.wpbc_form input[type=week]:focus,
div.wpbc_container.wpbc_form select:focus,
div.wpbc_container.wpbc_form textarea:focus {
  border-width: var(--wpbc_form-field-border-size);
  border-style: solid;
  border-color: var(--wpbc_form-button-background-color);
  box-shadow: 0 0 0 1.2px var(--wpbc_form-button-background-color),0 1px 2px rgba(0,0,0,.15);
  outline: 0
}
.wp-core-ui div.wpbc_container.wpbc_form input[type=date]:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form input[type=datetime-local]:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form input[type=datetime]:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form input[type=email]:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form input[type=month]:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form input[type=number]:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form input[type=password]:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form input[type=range]:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form input[type=search]:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form input[type=tel]:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form input[type=text]:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form input[type=time]:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form input[type=url]:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form input[type=week]:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form select:focus:invalid,
.wp-core-ui div.wpbc_container.wpbc_form textarea:focus:invalid,
div.wpbc_container.wpbc_form input[type=date]:focus:invalid,
div.wpbc_container.wpbc_form input[type=datetime-local]:focus:invalid,
div.wpbc_container.wpbc_form input[type=datetime]:focus:invalid,
div.wpbc_container.wpbc_form input[type=email]:focus:invalid,
div.wpbc_container.wpbc_form input[type=month]:focus:invalid,
div.wpbc_container.wpbc_form input[type=number]:focus:invalid,
div.wpbc_container.wpbc_form input[type=password]:focus:invalid,
div.wpbc_container.wpbc_form input[type=range]:focus:invalid,
div.wpbc_container.wpbc_form input[type=search]:focus:invalid,
div.wpbc_container.wpbc_form input[type=tel]:focus:invalid,
div.wpbc_container.wpbc_form input[type=text]:focus:invalid,
div.wpbc_container.wpbc_form input[type=time]:focus:invalid,
div.wpbc_container.wpbc_form input[type=url]:focus:invalid,
div.wpbc_container.wpbc_form input[type=week]:focus:invalid,
div.wpbc_container.wpbc_form select:focus:invalid,
div.wpbc_container.wpbc_form textarea:focus:invalid {
  border-width: var(--wpbc_form-field-border-size);
  border-style: solid;
  border-color: var(--wpbc_form-button-background-color);
  box-shadow: 0 0 0 1.2px var(--wpbc_form-button-background-color),0 1px 2px rgba(0,0,0,.15);
  outline: 0;
  color: var(--wpbc_form-field-text-color)
}
.wp-core-ui div.wpbc_container.wpbc_form input[type=date]::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=datetime-local]::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=datetime]::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=email]::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=month]::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=number]::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=password]::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=range]::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=search]::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=tel]::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=text]::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=time]::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=url]::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=week]::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form select::-webkit-input-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form textarea::-webkit-input-placeholder,
div.wpbc_container.wpbc_form input[type=date]::-webkit-input-placeholder,
div.wpbc_container.wpbc_form input[type=datetime-local]::-webkit-input-placeholder,
div.wpbc_container.wpbc_form input[type=datetime]::-webkit-input-placeholder,
div.wpbc_container.wpbc_form input[type=email]::-webkit-input-placeholder,
div.wpbc_container.wpbc_form input[type=month]::-webkit-input-placeholder,
div.wpbc_container.wpbc_form input[type=number]::-webkit-input-placeholder,
div.wpbc_container.wpbc_form input[type=password]::-webkit-input-placeholder,
div.wpbc_container.wpbc_form input[type=range]::-webkit-input-placeholder,
div.wpbc_container.wpbc_form input[type=search]::-webkit-input-placeholder,
div.wpbc_container.wpbc_form input[type=tel]::-webkit-input-placeholder,
div.wpbc_container.wpbc_form input[type=text]::-webkit-input-placeholder,
div.wpbc_container.wpbc_form input[type=time]::-webkit-input-placeholder,
div.wpbc_container.wpbc_form input[type=url]::-webkit-input-placeholder,
div.wpbc_container.wpbc_form input[type=week]::-webkit-input-placeholder,
div.wpbc_container.wpbc_form select::-webkit-input-placeholder,
div.wpbc_container.wpbc_form textarea::-webkit-input-placeholder {
  color: var(--wpbc_form-field-text-color);
  opacity: .5;
  pointer-events: none
}
.wp-core-ui div.wpbc_container.wpbc_form input[type=date]::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=datetime-local]::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=datetime]::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=email]::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=month]::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=number]::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=password]::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=range]::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=search]::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=tel]::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=text]::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=time]::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=url]::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=week]::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form select::-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form textarea::-moz-placeholder,
div.wpbc_container.wpbc_form input[type=date]::-moz-placeholder,
div.wpbc_container.wpbc_form input[type=datetime-local]::-moz-placeholder,
div.wpbc_container.wpbc_form input[type=datetime]::-moz-placeholder,
div.wpbc_container.wpbc_form input[type=email]::-moz-placeholder,
div.wpbc_container.wpbc_form input[type=month]::-moz-placeholder,
div.wpbc_container.wpbc_form input[type=number]::-moz-placeholder,
div.wpbc_container.wpbc_form input[type=password]::-moz-placeholder,
div.wpbc_container.wpbc_form input[type=range]::-moz-placeholder,
div.wpbc_container.wpbc_form input[type=search]::-moz-placeholder,
div.wpbc_container.wpbc_form input[type=tel]::-moz-placeholder,
div.wpbc_container.wpbc_form input[type=text]::-moz-placeholder,
div.wpbc_container.wpbc_form input[type=time]::-moz-placeholder,
div.wpbc_container.wpbc_form input[type=url]::-moz-placeholder,
div.wpbc_container.wpbc_form input[type=week]::-moz-placeholder,
div.wpbc_container.wpbc_form select::-moz-placeholder,
div.wpbc_container.wpbc_form textarea::-moz-placeholder {
  color: var(--wpbc_form-field-text-color);
  opacity: .5;
  pointer-events: none
}
.wp-core-ui div.wpbc_container.wpbc_form input[type=date]:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=datetime-local]:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=datetime]:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=email]:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=month]:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=number]:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=password]:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=range]:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=search]:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=tel]:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=text]:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=time]:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=url]:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form input[type=week]:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form select:-moz-placeholder,
.wp-core-ui div.wpbc_container.wpbc_form textarea:-moz-placeholder,
div.wpbc_container.wpbc_form input[type=date]:-moz-placeholder,
div.wpbc_container.wpbc_form input[type=datetime-local]:-moz-placeholder,
div.wpbc_container.wpbc_form input[type=datetime]:-moz-placeholder,
div.wpbc_container.wpbc_form input[type=email]:-moz-placeholder,
div.wpbc_container.wpbc_form input[type=month]:-moz-placeholder,
div.wpbc_container.wpbc_form input[type=number]:-moz-placeholder,
div.wpbc_container.wpbc_form input[type=password]:-moz-placeholder,
div.wpbc_container.wpbc_form input[type=range]:-moz-placeholder,
div.wpbc_container.wpbc_form input[type=search]:-moz-placeholder,
div.wpbc_container.wpbc_form input[type=tel]:-moz-placeholder,
div.wpbc_container.wpbc_form input[type=text]:-moz-placeholder,
div.wpbc_container.wpbc_form input[type=time]:-moz-placeholder,
div.wpbc_container.wpbc_form input[type=url]:-moz-placeholder,
div.wpbc_container.wpbc_form input[type=week]:-moz-placeholder,
div.wpbc_container.wpbc_form select:-moz-placeholder,
div.wpbc_container.wpbc_form textarea:-moz-placeholder {
  color: var(--wpbc_form-field-text-color);
  opacity: .5;
  pointer-events: none
}
/*! --------------------------------------------------------------------------------------------------------------------
 *  Textarea
 * ------------------------------------------------------------------------------------------------------------------ */
.wp-core-ui div.wpbc_container.wpbc_form textarea,
div.wpbc_container.wpbc_form textarea {
  width: 100%;
  line-height: 1.3;
  min-height: var(--wpbc_form-field-size-input-height);
  padding: var(--wpbc_form-field-size-padding-h);
  resize: vertical
}
/*! --------------------------------------------------------------------------------------------------------------------
 *  General Height
 * ------------------------------------------------------------------------------------------------------------------ */
.wp-core-ui div.wpbc_container.wpbc_form input,
.wp-core-ui div.wpbc_container.wpbc_form select,
div.wpbc_container.wpbc_form input,
div.wpbc_container.wpbc_form select {
  height: var(--wpbc_form-field-size-input-height)
}
/*! --------------------------------------------------------------------------------------------------------------------
 *  Select
 * ------------------------------------------------------------------------------------------------------------------ */
.wp-core-ui div.wpbc_container.wpbc_form select,
div.wpbc_container.wpbc_form select {
  appearance: none;
  display: block;
  max-width: 100%;
  width: 100%;
  text-transform: none;
  text-shadow: none;
  white-space: nowrap;
  line-height: unset;
  padding-block: 0;
  padding-inline-end: 24px;
  padding-inline-start: 12px;
  min-height: var(--wpbc_form-field-size-input-height);
  vertical-align: middle;
  cursor: pointer
}
.wp-core-ui div.wpbc_container.wpbc_form select,
.wp-core-ui div.wpbc_container.wpbc_form select:disabled,
div.wpbc_container.wpbc_form select,
div.wpbc_container.wpbc_form select:disabled {
  background-image: var(--wpbc_form-select-bg-img),none;
  background-repeat: no-repeat;
  background-position: calc(100% - 11px) 50%,calc(100% - 12px) 50%;
  background-size: 16px 12px
}
.rtl .wp-core-ui div.wpbc_container.wpbc_form select,
.rtl .wp-core-ui div.wpbc_container.wpbc_form select:disabled,
.rtl div.wpbc_container.wpbc_form select,
.rtl div.wpbc_container.wpbc_form select:disabled {
  background-position: 12px 50%,17px 50%
}
.wp-core-ui div.wpbc_container.wpbc_form select > option,
div.wpbc_container.wpbc_form select > option {
  color: var(--wpbc_form-field-text-color)
}
.wp-core-ui div.wpbc_container.wpbc_form select > option.placeholder,
.wp-core-ui div.wpbc_container.wpbc_form select > option[disabled],
div.wpbc_container.wpbc_form select > option.placeholder,
div.wpbc_container.wpbc_form select > option[disabled] {
  color: var(--wpbc_form-field-disabled-color);
  opacity: .5
}
.wp-core-ui div.wpbc_container.wpbc_form select:not([multiple]) > option,
div.wpbc_container.wpbc_form select:not([multiple]) > option {
  background: var(--wpbc_form-field-menu-color)
}
.wp-core-ui div.wpbc_container.wpbc_form select:not([multiple]) > option:not(.placeholder):checked,
div.wpbc_container.wpbc_form select:not([multiple]) > option:not(.placeholder):checked {
  font-weight: 700
}
.wp-core-ui div.wpbc_container.wpbc_form select[multiple],
div.wpbc_container.wpbc_form select[multiple] {
  height: auto;
  overflow-y: scroll;
  background-image: none
}
.wp-core-ui div.wpbc_container.wpbc_form select[multiple] > option:not(.placeholder):checked,
div.wpbc_container.wpbc_form select[multiple] > option:not(.placeholder):checked {
  background: var(--wpbc_form-button-background-color);
  color: var(--wpbc_form-button-text-color-alt,var(--wpbc_form-button-text-color))
}
.wp-core-ui div.wpbc_container.wpbc_form input[type=number]:read-only,
div.wpbc_container.wpbc_form input[type=number]:read-only {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield
}
.wp-core-ui div.wpbc_container.wpbc_form input[type=number]:read-only::-webkit-inner-spin-button,
div.wpbc_container.wpbc_form input[type=number]:read-only::-webkit-inner-spin-button {
  visibility: hidden
}
/*! --------------------------------------------------------------------------------------------------------------------
 *  Submit
 * ------------------------------------------------------------------------------------------------------------------ */
.wp-core-ui div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light),
.wp-core-ui div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light),
div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light),
div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light) {
  height: var(--wpbc_form-button-size-height);
  background-color: var(--wpbc_form-button-background-color-alt,var(--wpbc_form-button-background-color));
  border-radius: var(--wpbc_form-button-border-radius);
  border-style: var(--wpbc_form-button-border-style);
  border-color: var(--wpbc_form-button-border-color);
  border-width: var(--wpbc_form-button-border-size);
  box-shadow: none;
  color: var(--wpbc_form-button-text-color);
  padding: 0 var(--wpbc_form-button-size-padding-h);
  font-family: inherit;
  font-weight: 500;
  font-size: var(--wpbc_form-button-size-font-size);
  line-height: 100%;
  cursor: pointer;
  transition: .15s ease-in-out;
  position: relative;
  text-decoration: none
}
.wp-core-ui div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light):not(:hover):not(:active),
.wp-core-ui div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light):not(:hover):not(:active),
div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light):not(:hover):not(:active),
div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light):not(:hover):not(:active) {
  background-color: var(--wpbc_form-button-background-color-alt,var(--wpbc_form-button-background-color));
  color: var(--wpbc_form-button-text-color)
}
.wp-core-ui div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light):active,
.wp-core-ui div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light):hover,
.wp-core-ui div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light):active,
.wp-core-ui div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light):hover,
div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light):active,
div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light):hover,
div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light):active,
div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light):hover {
  background: linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),var(--wpbc_form-button-background-color-alt,var(--wpbc_form-button-background-color))
}
.wp-core-ui div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light):focus,
.wp-core-ui div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light):focus,
div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light):focus,
div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light):focus {
  outline: 0
}
.wp-core-ui div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light):focus:after,
.wp-core-ui div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light):focus:after,
div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light):focus:after,
div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light):focus:after {
  content: "";
  position: absolute;
  border: 2px solid var(--wpbc_form-button-background-color);
  border-radius: calc(var(--wpbc_form-button-border-radius) + 2px);
  top: calc(-4px - var(--wpbc_form-button-border-size,1px));
  right: calc(-4px - var(--wpbc_form-button-border-size,1px));
  bottom: calc(-4px - var(--wpbc_form-button-border-size,1px));
  left: calc(-4px - var(--wpbc_form-button-border-size,1px))
}
.wp-core-ui div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light):disabled,
.wp-core-ui div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light):disabled:hover,
.wp-core-ui div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light):disabled,
.wp-core-ui div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light):disabled:hover,
div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light):disabled,
div.wpbc_container.wpbc_form button[type=submit]:not(.wpbc_button_light):disabled:hover,
div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light):disabled,
div.wpbc_container.wpbc_form input[type=submit]:not(.wpbc_button_light):disabled:hover {
  background-color: var(--wpbc_form-button-background-color-alt,var(--wpbc_form-button-background-color));
  cursor: default
}
/*! --------------------------------------------------------------------------------------------------------------------
 *   Radio and Checkboxes
 * ------------------------------------------------------------------------------------------------------------------ */
div.wpbc_container.wpbc_form input[type=checkbox],
div.wpbc_container.wpbc_form input[type=radio] {
  position: relative;
  display: inline-block;
  background: 0 0;
  height: calc(var(--wpbc_form-field-size-checkbox-size) - 2px + calc(var(--wpbc_form-field-border-size,1px) * 2));
  width: calc(var(--wpbc_form-field-size-checkbox-size) - 2px + calc(var(--wpbc_form-field-border-size,1px) * 2));
  margin: 0 0 0 2px;
  border: none;
  box-shadow: none;
  vertical-align: middle;
  opacity: 1;
  appearance: none
}
div.wpbc_container.wpbc_form input[type=checkbox]:after,
div.wpbc_container.wpbc_form input[type=checkbox]:before,
div.wpbc_container.wpbc_form input[type=radio]:after,
div.wpbc_container.wpbc_form input[type=radio]:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  width: var(--wpbc_form-field-size-checkbox-size);
  height: var(--wpbc_form-field-size-checkbox-size);
  box-sizing: content-box;
  cursor: pointer
}
div.wpbc_container.wpbc_form input[type=checkbox]:before,
div.wpbc_container.wpbc_form input[type=radio]:before {
  border-width: var(--wpbc_form-field-border-size);
  border-style: var(--wpbc_form-field-border-style);
  border-color: var(--wpbc_form-field-border-color);
  background-color: var(--wpbc_form-field-background-color);
  background-clip: padding-box;
  background-image: none;
  border-radius: 3px
}
div.wpbc_container.wpbc_form .wpbc_wrap_checkbox + a,
div.wpbc_container.wpbc_form .wpdev-list-item > input[type=checkbox] + .wpdev-list-item-label,
div.wpbc_container.wpbc_form .wpdev-list-item > input[type=radio] + .wpdev-list-item-label,
div.wpbc_container.wpbc_form input[type=checkbox] + label,
div.wpbc_container.wpbc_form input[type=radio] + label {
  display: inline;
  position: relative;
  padding-inline-start: var(--wpbc_form-padding-between-label-checkbox-radio);
  font-size: var(--wpbc_form-label-size-font-size);
  vertical-align: middle;
  cursor: pointer
}
div.wpbc_container.wpbc_form .wpbc_wrap_checkbox + a {
  padding-top: 3px
}
div.wpbc_container.wpbc_form input[type=checkbox] + label,
div.wpbc_container.wpbc_form input[type=radio] + label {
  cursor: pointer
}
div.wpbc_container.wpbc_form .wpdev-list-item > .wpdev-list-item-label:first-child {
  display: inline;
  position: relative;
  padding-inline-end: var(--wpbc_form-padding-between-label-checkbox-radio);
  font-size: var(--wpbc_form-label-size-font-size);
  vertical-align: middle
}
div.wpbc_container.wpbc_form .wpdev-list-item > label.wpdev-list-item-label:first-child {
  cursor: pointer
}
div.wpbc_container.wpbc_form .wpdev-list-item > .wpdev-list-item-label > input[type=checkbox],
div.wpbc_container.wpbc_form .wpdev-list-item > .wpdev-list-item-label > input[type=radio] {
  margin-left: var(--wpbc_form-padding-between-label-checkbox-radio);
  margin-right: var(--wpbc_form-padding-between-label-checkbox-radio)
}
div.wpbc_container.wpbc_form .wpdev-checkbox .wpdev-list-item,
div.wpbc_container.wpbc_form .wpdev-radio .wpdev-list-item {
  margin-right: var(--wpbc_form-marging-between-several-checkbox-radio)
}
div.wpbc_container.wpbc_form .wpdev-checkbox .wpdev-list-item:last-child,
div.wpbc_container.wpbc_form .wpdev-radio .wpdev-list-item:last-child {
  margin-right: 0
}
.rtl div.wpbc_container.wpbc_form .wpdev-checkbox .wpdev-list-item,
.rtl div.wpbc_container.wpbc_form .wpdev-radio .wpdev-list-item {
  margin-left: var(--wpbc_form-marging-between-several-checkbox-radio)
}
.rtl div.wpbc_container.wpbc_form .wpdev-checkbox .wpdev-list-item:first-child,
.rtl div.wpbc_container.wpbc_form .wpdev-radio .wpdev-list-item:first-child {
  margin-left: 0
}
div.wpbc_container.wpbc_form input[type=checkbox]:checked:before,
div.wpbc_container.wpbc_form input[type=radio]:checked:before {
  margin: 0;
  border-width: var(--wpbc_form-field-border-size);
  border-style: solid;
  border-color: var(--wpbc_form-field-border-color);
  outline: 0
}
div.wpbc_container.wpbc_form input[type=checkbox]:checked:before:focus,
div.wpbc_container.wpbc_form input[type=radio]:checked:before:focus {
  border-color: var(--wpbc_form-button-background-color);
  box-shadow: 0 0 0 1.2px var(--wpbc_form-button-background-color),0 1px 2px rgba(0,0,0,.15)
}
div.wpbc_container.wpbc_form input[type=checkbox]:focus,
div.wpbc_container.wpbc_form input[type=radio]:focus {
  outline: 0
}
div.wpbc_container.wpbc_form input[type=checkbox]:focus:before,
div.wpbc_container.wpbc_form input[type=radio]:focus:before {
  border-width: var(--wpbc_form-field-border-size);
  border-style: solid;
  border-color: var(--wpbc_form-button-background-color);
  box-shadow: 0 0 0 1.2px var(--wpbc_form-button-background-color),0 1px 2px rgba(0,0,0,.15);
  outline: 0
}
div.wpbc_container.wpbc_form input[type=checkbox]:checked:after {
  border-top: none;
  border-right: none;
  height: calc(var(--wpbc_form-field-size-checkbox-size) * .6);
  border-left: 4px solid var(--wpbc_form-button-background-color);
  border-bottom: 4px solid var(--wpbc_form-button-background-color);
  background-color: transparent;
  -ms-transform: translate(0,1px) scale(.5) rotate(-45deg);
  transform: translate(0,1px) scale(.5) rotate(-45deg);
  left: calc(-4px + var(--wpbc_form-field-border-size,1px));
  top: calc(-1px + var(--wpbc_form-field-border-size,1px))
}
div.wpbc_container.wpbc_form input[type=radio],
div.wpbc_container.wpbc_form input[type=radio]:before {
  border-radius: 50%
}
div.wpbc_container.wpbc_form input[type=radio]:checked:after {
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: var(--wpbc_form-button-background-color);
  -ms-transform: scale(.5);
  transform: scale(.5);
  -moz-transform: scale(.47);
  left: calc(-3px + var(--wpbc_form-field-border-size,1px));
  top: calc(-1px + var(--wpbc_form-field-border-size,1px))
}
/*! --------------------------------------------------------------------------------------------------------------------
 *   Errors
 * ------------------------------------------------------------------------------------------------------------------ */
div.wpbc_container.wpbc_form.wpbc_container_booking_form label.wpbc_form_field_error,
div.wpbc_container.wpbc_form.wpbc_container_booking_form span.wpbc_form_field_error {
  font-weight: 400;
  font-size: var(--wpbc_form-label-size-sublabel-font-size);
  line-height: var(--wpbc_form-label-size-sublabel-line-height);
  margin-top: var(--wpbc_form-field-size-input-spacing);
  color: var(--wpbc_form-label-error-color);
  padding: 0 0 0 5px;
  position: relative
}
div.wpbc_container.wpbc_form.wpbc_container_booking_form input.wpbc_form_field_error,
div.wpbc_container.wpbc_form.wpbc_container_booking_form select.wpbc_form_field_error,
div.wpbc_container.wpbc_form.wpbc_container_booking_form textarea.wpbc_form_field_error {
  border-width: var(--wpbc_form-field-border-size);
  border-style: solid;
  border-color: var(--wpbc_form-label-error-color)
}
div.wpbc_container.wpbc_form.wpbc_container_booking_form input.wpbc_form_field_error:hover,
div.wpbc_container.wpbc_form.wpbc_container_booking_form select.wpbc_form_field_error:hover,
div.wpbc_container.wpbc_form.wpbc_container_booking_form textarea.wpbc_form_field_error:hover {
  border-width: var(--wpbc_form-field-border-size);
  border-style: solid;
  border-color: var(--wpbc_form-label-error-color);
  box-shadow: 0 0 2px 0 var(--wpbc_form-label-error-color)
}
div.wpbc_container.wpbc_form.wpbc_container_booking_form input.wpbc_form_field_error:focus,
div.wpbc_container.wpbc_form.wpbc_container_booking_form select.wpbc_form_field_error:focus,
div.wpbc_container.wpbc_form.wpbc_container_booking_form textarea.wpbc_form_field_error:focus {
  border-width: var(--wpbc_form-field-border-size);
  border-style: solid;
  border-color: var(--wpbc_form-label-error-color);
  box-shadow: 0 0 0 1.2px var(--wpbc_form-label-error-color)
}
div.wpbc_container.wpbc_form.wpbc_container_booking_form input[type=checkbox].wpbc_form_field_error,
div.wpbc_container.wpbc_form.wpbc_container_booking_form input[type=checkbox].wpbc_form_field_error:focus,
div.wpbc_container.wpbc_form.wpbc_container_booking_form input[type=checkbox].wpbc_form_field_error:hover,
div.wpbc_container.wpbc_form.wpbc_container_booking_form input[type=radio].wpbc_form_field_error,
div.wpbc_container.wpbc_form.wpbc_container_booking_form input[type=radio].wpbc_form_field_error:focus,
div.wpbc_container.wpbc_form.wpbc_container_booking_form input[type=radio].wpbc_form_field_error:hover {
  border: none;
  box-shadow: none
}
.wpdev-form-control-wrap .wpdev-checkbox.group_inline,
.wpdev-form-control-wrap .wpdev-radio.group_inline,
.wpdev-form-control-wrap.group_inline [role=checkboxgroup],
.wpdev-form-control-wrap.group_inline [role=radiogroup] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2em;
  row-gap: .5em
}
.wpdev-form-control-wrap .wpdev-checkbox,
.wpdev-form-control-wrap .wpdev-radio,
.wpdev-form-control-wrap [role=checkboxgroup],
.wpdev-form-control-wrap [role=radiogroup] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: .5em
}
.wpbc_container_booking_form .wpdev-form-control-wrap [role=checkboxgroup] > label,
.wpbc_container_booking_form .wpdev-form-control-wrap [role=radiogroup] > label,
.wpdev-form-control-wrap .wpdev-checkbox > .wpdev-list-item,
.wpdev-form-control-wrap .wpdev-radio > .wpdev-list-item {
  display: inline;
  line-height: 1.74;
  font-weight: 400
}
div.wpbc_container.wpbc_form .wpdev-form-control-wrap .wpdev-checkbox > .wpdev-list-item,
div.wpbc_container.wpbc_form .wpdev-form-control-wrap .wpdev-radio > .wpdev-list-item {
  margin-right: 0
}
.wpbc_container_booking_form .wpdev-form-control-wrap [role=checkboxgroup] > label input[type=checkbox],
.wpbc_container_booking_form .wpdev-form-control-wrap [role=radiogroup] > label input[type=radio],
.wpdev-form-control-wrap .wpdev-checkbox > .wpdev-list-item input[type=checkbox],
.wpdev-form-control-wrap .wpdev-radio > .wpdev-list-item input[type=radio] {
  vertical-align: middle;
  margin-block-start: -.25em;
  margin-inline-end: .3em
}
.wpdev-form-control-wrap .wpdev-checkbox > .wpdev-list-item label,
.wpdev-form-control-wrap .wpdev-radio > .wpdev-list-item label {
  line-height: 1.74;
  font-weight: 400
}
/*! ----------------------------------------------------------------------------------------------------------------- */
/*! Timeline Steps: */
/*! ----------------------------------------------------------------------------------------------------------------- */
.wpbc__container_place__steps_for_timeline,
.wpbc_page_top__header_tabs .wpdvlp-top-tabs .nav-tab.wpbc__container_place__steps_for_timeline {
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  margin: 0 auto 35px;
  padding: 0;
  border: 0
}
.wpbc_page_top__header_tabs .wpdvlp-top-tabs .nav-tab.wpbc__container_place__steps_for_timeline {
  display: none
}
.wpbc_steps_for_timeline_container {
  max-width: Min(400px,100%);
  min-width: 200px;
  margin: 3px 0 0;
  width: 100%;
  --wpbc_steps_for_timeline_step_color: #d6d6d6;
  --wpbc_steps_for_timeline_active_color: #64aa45;
  --wpbc_steps_for_timeline_failed_color: #e76a39;
  --wpbc_steps_for_timeline_checkbox_color: #fff
}
.booking_form_div .wpbc_steps_for_timeline_container {
  --wpbc_steps_for_timeline_active_color: var(--wpbc_timepicker-selected-bg-color, #6b96ce)
}
.wpbc_steps_for_timeline {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center
}
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step_line {
  background: var(--wpbc_steps_for_timeline_step_color);
  height: 2px;
  margin: 0 7px;
  width: 100%
}
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step_line.wpbc_steps_for_timeline_line_active {
  background: var(--wpbc_steps_for_timeline_active_color)
}
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step {
  border: none;
  background-color: var(--wpbc_steps_for_timeline_step_color);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  width: 16px
}
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step .icon {
  display: none
}
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step.wpbc_steps_for_timeline_step_active,
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step.wpbc_steps_for_timeline_step_completed,
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step.wpbc_steps_for_timeline_step_failed {
  background-color: var(--wpbc_steps_for_timeline_active_color);
  position: relative
}
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step.wpbc_steps_for_timeline_step_completed .icon-success,
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step.wpbc_steps_for_timeline_step_failed .icon-failed {
  color: var(--wpbc_steps_for_timeline_checkbox_color,#fff);
  display: block;
  position: absolute;
  left: 3px;
  top: 3px
}
.wpbc_steps_for_timeline .wpbc_steps_for_timeline_step.wpbc_steps_for_timeline_step_failed .icon-failed {
  left: 4px;
  top: 2px
}
/*! Timeline Steps: Front-End align */
.booking_form_div .wpbc_steps_for_timeline_container,
.wpbc_bfb__container .wpbc_steps_for_timeline_container {
  margin: 20px auto 25px
}
/*!   ==  Align Form Elements  ======================================================================================  */
/*!   ==  Right  ==  */
.wpbc_aling_right,
.wpbc_aling_right .wpbc_times_selector {
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}
/*!   ==  Center  ==  */
.wpbc_aling_center,
.wpbc_aling_center .wpbc_times_selector {
  -ms-flex-pack: center!important;
  justify-content: center!important
}
/*!   ==  Simple booking form - Center ==  */
.wpbc_container_booking_form .wpbc_booking_form_simple .wpbc_aling_center .wpbc__field {
  -ms-flex-pack: center!important;
  justify-content: center!important
}
.wpbc_container_booking_form .wpbc_booking_form_simple .wpbc_aling_center .wpbc__field label {
  text-align: center!important
}
/*!   ==  Center Calendar ? ==  */
.wpbc_aling_center .wpbc_calendar_wraper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width:400px) {
  .wpbc_aling_right .wpbc_times_selector div {
    margin: 7px 0 0
  }
  .wpbc_aling_center .wpbc_times_selector div {
    margin: 7px 0
  }
}
/*!   ==  Wizard Form Tmeplate - Bordered Well Padding  ============================================================  */
.wpbc_wizard__border_container {
  box-shadow: rgba(0,0,0,.05) 0 2px 6px 0;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  padding: 10px 30px;
  box-sizing: border-box;
  margin: auto;
  max-width: 100%;
  width: 100%;
  max-width: Min(900px,100%);
  font-size: 16px;
  font-weight: 400
}
.wpbc_times_selector div,
.wpbc_wizard__border_container .wpbc_times_selector div {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: Min(90px,100%);
  white-space: wrap;
  word-break: normal
}
.wpbc_theme_dark_1 .wpbc_wizard__border_container {
  border: 1px solid #000;
  background: #626262;
  color: #bbb;
  box-shadow: 0 0 3px #3b3b3b
}
.wpbc_theme_dark_1 .wpbc_wizard__border_container div,
.wpbc_theme_dark_1 .wpbc_wizard__border_container label,
.wpbc_theme_dark_1 .wpbc_wizard__border_container p,
.wpbc_theme_dark_1 .wpbc_wizard__border_container span {
  color: #fff
}/**
 * @version 2.0
 * @package: Booking Calendar Responsive CSS
 * @category: Front-End
 * @author wpdevelop
 *
 * @web-site https://wpbookingcalendar.com/
 * @email info@wpbookingcalendar.com
 *
 * @modified 2023-11-11
 */
:root{
	/* Default Sizes */
	--wpbc_cal_legend-day-cell-height: 40px;
    --wpbc_cal_legend-day-cell-width: var(--wpbc_cal_legend-day-cell-height); /* Usually it has to be the same as --wpbc_cal_legend-day-cell-height */
    --wpbc_cal_legend-day-cell-font-size: 14px;
}
/*******************************************************************************/
/*  Calendar structure:                                                         */
/*******************************************************************************/
/* WIDTH: of calendar - its FULL width of Month(s) ROW (its NOT only one month)  */
/*
 .bk_calendar_frame.cal_month_num_1.months_num_in_row_1
    .hasDatepick
        .datepick-inline
            .calendar-links
            .datepick-one-month
            .datepick-one-month , ...

*/
/* SIZE: Set width of calendar with several months */           /* FixIn: 9.7.3.4 */
/* FixIn: Standard entire calendar WIDTH ============================================================================ */
.wpbc_no_custom_width.bk_calendar_frame { width: 100%; width: calc(100% - 4px); min-width:201px; }
.wpbc_no_custom_width.cal_month_num_1 {   max-width: 341px; /*max-width: Min(390px, 100%);*/ }
.wpbc_no_custom_width.cal_month_num_2 {   max-width: 682px; }
.wpbc_no_custom_width.cal_month_num_3 {   max-width: 1023px; }
.wpbc_no_custom_width.cal_month_num_4 {   max-width: 1364px; }
.wpbc_no_custom_width.cal_month_num_5 {   max-width: 1705px; }
.wpbc_no_custom_width.cal_month_num_6 {   max-width: 2046px; }
.wpbc_no_custom_width.cal_month_num_7 {   max-width: 2387px; }
.wpbc_no_custom_width.cal_month_num_8 {   max-width: 2728px; }
.wpbc_no_custom_width.cal_month_num_9 {   max-width: 3069px; }
.wpbc_no_custom_width.cal_month_num_10 {  max-width: 3410px; }
.wpbc_no_custom_width.cal_month_num_11 {  max-width: 3751px; }
.wpbc_no_custom_width.cal_month_num_12 {  max-width: 4092px; }
/* FixIn: Override width, if defined number of Months in a ROW ====================================================== */
.wpbc_no_custom_width.months_num_in_row_1 {  max-width: 341px;  }
.wpbc_no_custom_width.months_num_in_row_2 {  max-width: 682px; }
.wpbc_no_custom_width.months_num_in_row_3 {  max-width: 1023px; }
.wpbc_no_custom_width.months_num_in_row_4 {  max-width: 1364px; }
.wpbc_no_custom_width.months_num_in_row_5 {  max-width: 1705px; }
.wpbc_no_custom_width.months_num_in_row_6 {  max-width: 2046px; }
/* FixIn: 9.8.12.1  - Min. WIDTH of all parent calendar tags ======================================================== */
    .booking_form_div,
    .wpbc_booking_form_structure,
    .wpbc_structure_calendar,
    .wpbc_calendar_wraper,
    .wpbc_no_custom_width.bk_calendar_frame {
        /*min-width: 173px;*/
        /*min-width: Min(244px, 100%);*/
    }
    .wpbc_calendar_wraper{
        min-width: 341px;
        min-width: Min(341px, 100%);
    }
/* FixIn: 9.8.3.1  - Min. WIDTH of calendar One Month, before Wrap to next ROW ====================================== */
.bk_calendar_frame .datepick-inline,
.bk_calendar_frame .datepick-one-month {
    width: 100%;
}
.bk_calendar_frame .datepick-inline {
    min-width: 173px;
    min-width: Min(244px, 100%);
}
.bk_calendar_frame .datepick-one-month {
    min-width: 169px;
    min-width: Min(240px, 100%);
}
/* For small devices always set to full width screen */
@media (max-width: 400px) {
    .bk_calendar_frame .datepick-inline{
        min-width: 100%;
        min-width: Max(100%, 201px);
    }
    .bk_calendar_frame .datepick-one-month{
        min-width: 100%;
        min-width: Max(100%, 195px);
    }
}

/* FixIn:   Your Customizations:   Min. width of One Month in Calendar, before it start Wrap to next ROW ============ */
/*
 Example of CSS for      280px:       previously  defined as:  Min(240px, 100%);

 .bk_calendar_frame .datepick-inline {    min-width: Min(284px, 100%); }
 .bk_calendar_frame .datepick-one-month { min-width: Min(280px, 100%); }

*/

/* FixIn: 9.8.4.1  -  container calendar font for small sections  =================================================== */
/* @container(){...}:            Mini Calendar @container queries       - Change calendar font size, on very narrow sections

@CONTAINER()

    Example:    container:  wpbc_c__datepick-one-month / inline-size;

    Docs:       container:  name / container-type;                      ->          https://www.w3.org/TR/css-contain-3/#container-type   ,  https://www.w3.org/TR/css-contain-3/#container-queries

                    'inline-size' - inline-size - Refers to the physical width  (horizontal dimension) in horizontal modes, and to the physical height (vertical dimension)   in vertical modes.
                    'size'        - block size  - Refers to the physical height (vertical dimension)   in horizontal modes, and to the physical width  (horizontal dimension) in vertical modes.
                    'normal'      - default     - NOT_A_CONTAINER_SIZE_QUERIES, it is query container STYLE queries.

CLAMP()

    Calculator: https://www.marcbacon.com/tools/clamp-calculator/
    Example:
            From 85px - 140px of container. Fonts: 9px - 12px. CLAMP: https://www.marcbacon.com/tools/clamp-calculator/    vw == cqi ( https://www.w3.org/TR/css-contain-3/#container-lengths )
            font-size: clamp(0.563rem, 0.273rem + 5.455cqi, 0.75rem);
*/
    .datepick-one-month {
        container:  wpbc_c__datepick-one-month / inline-size;
    }
    /* For less than 140px of calendar month */
    @container wpbc_c__datepick-one-month (inline-size < 140px) {
        /* Month Table */
        div.datepick-one-month table.datepick.wpbc_calendar *{
            font-size: clamp(0.375rem, -0.205rem + 10.909cqi, 0.75rem);
        }
    }
    .datepick-inline {
        container:  wpbc_c__datepick-inline / inline-size;
    }
    /* For less than 140px of calendar month */
    @container wpbc_c__datepick-inline (inline-size < 140px) {
        /* Month Titles */
        div.datepick-one-month .datepick-header{
            /* From 85px - 140px of container. Fonts: 9px - 12px. CLAMP: https://www.marcbacon.com/tools/clamp-calculator/    vw == cqi ( https://www.w3.org/TR/css-contain-3/#container-lengths )  */
            font-size: clamp(0.563rem, 0.273rem + 5.455cqi, 0.75rem);
        }
        /* Prior | Next Links */
        .calendar-links * {
            font-size: clamp(0.438rem, -0.045rem + 9.091cqi, 0.75rem);
        }
    }

/* ================================================================================================================== */

/* ROWS for Calendar Months :: ------------------- 1 to 12 months with combination of showing several months in a row */
.bk_calendar_frame.months_num_in_row_1 .datepick-one-month,     /* Specific number of months in a row. Please check more in FAQ.*/
.datepick-one-month {                                           /* General */
  flex: 1 1 100%;
}
.bk_calendar_frame.months_num_in_row_2 .datepick-one-month,     /* Specific number of months in a row. Please check more in FAQ.*/
.cal_month_num_2 .datepick-one-month {                          /* General */
  flex: 1 1 50%;
}
.bk_calendar_frame.months_num_in_row_3 .datepick-one-month,     /* Specific number of months in a row. Please check more in FAQ.*/
.cal_month_num_3 .datepick-one-month {                          /* General */
  flex: 1 1 33.333333333333333%;
}
.bk_calendar_frame.months_num_in_row_4 .datepick-one-month,     /* Specific number of months in a row. Please check more in FAQ.*/
.cal_month_num_4 .datepick-one-month {                          /* General */
  flex: 1 1 25%;
}
.bk_calendar_frame.months_num_in_row_5 .datepick-one-month,     /* Specific number of months in a row. Please check more in FAQ.*/
.cal_month_num_5 .datepick-one-month {                          /* General */
  flex: 1 1 20%;
}
.bk_calendar_frame.months_num_in_row_6 .datepick-one-month,     /* Specific number of months in a row. Please check more in FAQ.*/
.cal_month_num_6 .datepick-one-month {                          /* General */
  flex: 1 1 16.6666666666666%;
}
.cal_month_num_7 .datepick-one-month {
  flex: 1 1 14.28571429%;
}
.cal_month_num_8 .datepick-one-month {
  flex: 1 1 12.5%;
}
.cal_month_num_9 .datepick-one-month {
  flex: 1 1 11.11111111%;
}
.cal_month_num_10 .datepick-one-month {
  flex: 1 1 10%;
}
.cal_month_num_11 .datepick-one-month {
  flex: 1 1 9.0909090909090909%;
}
.cal_month_num_12 .datepick-one-month {
  flex: 1 1 8.333333333333333%;
}
/* ------------------------------------------------------------------------------------------------------------------ */
.bk_calendar_frame {                                                                                                    /* FixIn: 9.3.1.4   */
	position: relative;
}
.datepick-inline {
    width:100%;                                    /* Override the width of the calendar, which  is set datepicker JS */        /* FixIn: 9.7.3.4 */
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 1px;                                  /* Outer padding in calendar. */
    z-index: 10000;
}
.datepick-inline .datepick-one-month {
    padding: 2px;                                  /* Padding between months.    */
    box-sizing: border-box;                                                                                             /*  FixIn: 9.6.1.6 */
}
/* HEIGHT: of    C E L L S   */
.datepick-inline .datepick-title-row th,
.datepick-inline .datepick-days-cell{
    /* max-height: 48px;	/* // FixIn: 10.12.4.2. */
	height:auto;
	aspect-ratio: 1 / 1;
}
    @media (max-width: 400px) {
        div.datepick-inline table .datepick-title-row th,
        div.datepick-inline table .datepick-days-cell{
           /*  height: 40px !important;	/* // FixIn: 10.12.4.2. */
			height:auto;
			aspect-ratio: 1 / 1;
        }
    }
    /* HEIGHT: of    C E L L S  in POPUP calendar */
    #datepick-div.datepick-inline .datepick-title-row th,
    #datepick-div.datepick-inline .datepick-days-cell{
        /* height: 35px;	/* // FixIn: 10.12.4.2. */
		height:auto;
		aspect-ratio: 1 / 1;
    }

/*******************************************************************************/
/*  S T R U C T U R E    &    S i z e s ****************************************/
/*******************************************************************************/
/*RESET: Width, margin, padding */
div.check-out-div, 
div.check-in-div, 
div.date-content-top, 
div.date-content-bottom{
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;        
}

/* RESET: Font sizes, padding, margin */
.datepick-inline .datepick,                                        /* Month table */
.datepick-inline .datepick-header,                                 /* Month header */
.datepick-inline .datepick-header span,                            /* Header span */
.datepick-inline .calendar-links,                                  /* Prev Next months */
.datepick-inline .calendar-links a,                                /* Prev Next links */
.datepick-inline .datepick-days-cell,                              /* Date cell */
.datepick-inline .datepick-days-cell a,                            /* Active date cell */
.datepick-inline .datepick-days-cell div,                          /* Cehck in/out */
.datepick-inline .datepick-title-row,                              /* Week row */
.datepick-inline .datepick-title-row th {                          /* Week cell */    
    padding: 0;
    margin:  0;
    font-size:12px;
    border: 0 none;
    vertical-align: baseline;    
}
.datepick-inline .datepick,                                        /* Month table */
.datepick-inline .datepick-days-cell,                              /* Date cell */
.datepick-inline .datepick-days-cell a,                            /* Active date cell */
.datepick-inline .datepick-days-cell div,                          /* Cehck in/out */
.datepick-inline .datepick-title-row,                              /* Week row */
.datepick-inline .datepick-title-row th {                          /* Week cell */
    line-height: 1.4;
}
#content .datepick-days-cell,                                       /* Reset the padding in TD and TH elements of calendar to prevent conflict  with  some WP themes */
#content .datepick-title-row th{
    padding: 0;
    margin:  0;
}
/* RESET: width to 100% */
.datepick-inline .datepick,
.datepick-inline .datepick-header{
    width:100%;
}

/* STRUCTURE: Previous & Next month links */                                                                            /* FixIn: 9.3.1.4   */
.datepick-inline .calendar-links{
	display:flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	width:100%;
	height:40px;
	margin-bottom: -40px;
}
.datepick-inline .calendar-links .datepick-prev,
.datepick-inline .calendar-links .datepick-next {
	flex: 1 1 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: flex-start;
    margin: 0 4px;
	line-height: 2em;
}
.datepick-inline .calendar-links .datepick-next{
    text-align: right;
	align-items: flex-end
}
.datepick-inline .calendar-links .datepick-prev a,
.datepick-inline .calendar-links .datepick-next a{
	font-size: 2em;
	line-height: 2px;
	position:absolute;
	z-index:9999;
}
.datepick-inline .datepick-header {
	line-height: 40px;
	padding: 0;
}
.datepick-inline .datepick-header span{
	/*font-size: 1.15em;*/
	/*line-height: 1.2em;*/
    font-size: 15px;                /* FixIn: 9.8.12.1 */
    line-height: 2em;
}
/* Week Titles height */
div.datepick-inline .datepick-title-row th{
    height: auto !important;
    line-height: 2.18182;
}
/* Links: NO UNDERLINE, Cursor - Pointer */
.datepick-inline .calendar-links .datepick-prev a,
.datepick-inline .calendar-links .datepick-next a,
.datepick-inline .calendar-links .datepick-prev a:hover,
.datepick-inline .calendar-links .datepick-next a:hover,
.datepick-inline .datepick-days-cell, 
.datepick-inline .datepick-days-cell.timespartly.date_approved, 
.datepick-inline .datepick-days-cell.timespartly.date2approve, 
.datepick-inline .datepick-days-cell a, 
.datepick-inline .datepick-days-cell a:hover,                                   /* FixIn: 5.4.5.9 */                            
.block_hints .block_free a, 
.block_hints .block_free a:hover, 
.block_hints .block_time a, 
.block_hints .block_time a:hover {
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;                                                           /* FixIn: 5.4.5.9 */
    outline: none;                                                              /* FixIn: 9.3.1.4   */
    text-shadow: none;                                                          /* FixIn: 9.3.1.4   */
}
.datepick-inline .datepick-days-cell.datepick-unselectable,                     /* Default cursor for the unvailbale dates */
.datepick-inline .datepick-days-cell.datepick-unselectable a, 
.datepick-inline .datepick-days-cell.datepick-unselectable a:hover, 
.datepick-inline .datepick-days-cell.date_approved,
.datepick-inline .datepick-days-cell.date2approve{
    cursor: default;
}
/* ALIGN: Header */
.datepick-inline .datepick-header{
    text-align: center;
    position: relative;
}
/* ALIGN: Cells and set standard width */
.datepick-inline .datepick-title-row th,
.datepick-inline .datepick-days-cell{
    text-align: center;
    vertical-align: middle;
    width: 14.28571429%;  
    overflow: hidden;
}
/* Fix to  show calendar day cell borders with  correct thickness */
.datepick-inline .datepick-days-cell{
    overflow: visible;
}
.datepick-inline .datepick-days-cell a,
.datepick-inline .datepick-days-cell span{                                      /* FixIn: 6.0.1.2 */
    position:relative;
    z-index: 99;
}
/* // FixIn: 10.9.4.3 Fix padding in TD / TH in some themes. 2024-12-31 */
.datepick-inline table.datepick th,
.datepick-inline table.datepick td {
    padding: 0 !important;
}

/*******************************************************************************/
/*    Check In / Out Times      ************************************************/
/*******************************************************************************/
.block_hints .block_check_in_out.check_in_time,                                                 /* Item  for the LEGEND */
.datepick-inline .timespartly.check_in_time,                                                    /* If we are using the Check in/out time, so hide the CLOCK icon */
.datepick-inline .timespartly.check_out_time {
    background-image: none;
}
/* Backgrounds */
.block_hints .block_check_in_out.check_in_time div.check-in-div,                                /* Item  for the LEGEND */
.block_hints .block_check_in_out.check_out_time div.check-out-div,                              /* Item  for the LEGEND */
td.timespartly.check_in_time div.check-in-div,                                                  /* Define the check in/out time BACKGROUND */
td.timespartly.check_out_time div.check-out-div {                                 
    border: 0px none;
    float: left;
    height: 200%;
    margin-bottom: -400%;
    position: relative;
    top: -50%;
    vertical-align: bottom;
    width: 20%;
    z-index: 0;
}
/*FixIn: 7.0.1.19  Beta Feature not tested enough! Support: Chrome 36.0+, MS IE 10.0+, Firefox 16.0+, Safari 9.0+, Opera 23.0+ */
.block_hints .block_check_in_out.check_in_time a,                               /* Item  for the LEGEND */
.block_hints .block_check_in_out.check_out_time a,                              /* Item  for the LEGEND */
td.timespartly.check_in_time a,                                                 /* Define the check in/out time BACKGROUND */
td.timespartly.check_out_time a {
    text-shadow:none;                                                     
}
.block_hints .block_check_in_out.check_in_time em {                             /* FixIn: 7.0.1.37 Correct positioning of text in legend */
    position: relative;
    font-style: normal;
    text-shadow: none;
}
/* Shift days numbers to  the left | right for showing them in triangles */
/*
.block_hints .block_check_in_out.check_out_time a,
td.timespartly.check_out_time a {
    margin-left: -50%;
}
.block_hints .block_check_in_out.check_in_time a,  
td.timespartly.check_in_time a{                    
    margin-right: -50%;
}*/
.wpbc_change_over_triangle .block_hints .block_check_in_out.check_in_time div.check-in-div,                              /* Item  for the LEGEND */
.wpbc_change_over_triangle td.timespartly.check_in_time div.check-in-div {                                /* Define the check in/out time BACKGRUND */
    height: 300%;
    margin-bottom: -400%;    
    top: -50%;    
    width: 100% !important;   
    transform: rotate(45deg) translate(-100%,-10%)
}
.wpbc_change_over_triangle .block_hints .block_check_in_out.check_in_time div.check-in-div {
    transform: rotate(45deg) translate(-85%,-10%)
}
.wpbc_change_over_triangle .block_hints .block_check_in_out.check_out_time div.check-out-div,                            /* Item  for the LEGEND */
.wpbc_change_over_triangle td.timespartly.check_out_time div.check-out-div { 
    height: 300%;
    margin-bottom: -400%;    
    top: -50%;    
    width: 100% !important;   
    transform: rotate(-135deg) translate(0,10%);
}
.wpbc_change_over_triangle2 .block_hints .block_check_in_out.check_in_time div.check-in-div,                              /* Item  for the LEGEND */
.wpbc_change_over_triangle2 td.timespartly.check_in_time div.check-in-div {                                /* Define the check in/out time BACKGRUND */
    height: 300%;
    margin-bottom: -400%;    
    top: -50%;    
    width: 100% !important;   
    transform: rotate(-45deg) translate(0,-10%);
}
.wpbc_change_over_triangle2 .block_hints .block_check_in_out.check_in_time div.check-in-div {
    transform: rotate(-45deg) translate(-15%,-10%);
}
.wpbc_change_over_triangle2 .block_hints .block_check_in_out.check_out_time div.check-out-div,                            /* Item  for the LEGEND */
.wpbc_change_over_triangle2 td.timespartly.check_out_time div.check-out-div { 
    height: 300%;
    margin-bottom: -400%;    
    top: -50%;    
    width: 100% !important;   
    transform: rotate(135deg) translate(-100%,10%);
}
/*FixIn: 7.0.1.19 */
.block_hints .block_check_in_out.check_out_time div.check-out-div,                          /* Item  for the LEGEND */
td.timespartly.check_out_time div.check-out-div {                                           /* Define the check out position */
    float: right;
}

td.timespartly.check_in_time.check_out_time div.check-in-div,                               /* If we are have Together the check  in and check  out times, so  this date is booked.*/
td.timespartly.check_in_time.check_out_time div.check-out-div {
    display: none;
}

/* HIDE check  in/out elements, when: CELL OVER | DATE SELECTED | CHECK IN Date Selected */
/*.datepick-inline .datepick .datepick-unselectable.check_in_time div.check-in-div,
.datepick-inline .datepick .datepick-unselectable.check_out_time div.check-out-div,*/       /*FixIn: 7.0.1.19 */
.datepick-inline .datepick .datepick-days-cell-over.check_in_time div.check-in-div,
.datepick-inline .datepick .datepick-days-cell-over.check_out_time div.check-out-div,
.datepick-inline .datepick .datepick-current-day.check_in_time div.check-in-div,
.datepick-inline .datepick .datepick-current-day.check_out_time div.check-out-div{
    display: none;
    visibility: hidden;
}
/* Check In Pending & Check Out Approved ||  Check Out Pending & Check In Approved || dates     //FixIn: 6.0.1.2   */ 
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div, 
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div, 
td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved div.check-in-div, 
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {    
    display: block;
    visibility: visible;
    width: 50%;
    float: left;    
}
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div, 
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {    
    float: right;
}
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve span, 
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve span,    
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div, 
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div {   
    cursor: default;
}
/* FixIn: 10.14.2.3. */
/*******************************************************************************/
/* Legend of days, which is shown under calendar *******************************/
/*******************************************************************************/
/* Full Legend Frame */
.block_hints {
    display:flex;
    flex-flow:row wrap;
    justify-content:flex-start;
    align-items:flex-start;
}
/* Date CELL with TEXT description */
.block_hints .wpdev_hint_with_text {
    flex: 0 0 auto;

    display:flex;
    flex-flow:row nowrap;                   /* FixIn: 9.5.0.3  */
    justify-content:flex-start;
    align-items:center;
    max-width: 100%;                        /* FixIn: 9.5.0.3  */
    margin: 7px 15px 7px 0;
}
.wpdev_hint_with_text .datepick-inline td.datepick-days-cell .wpbc-cell-box {
  /*width: 100%;*/
}
/* Vertical orientation of Legend items */
.block_hints_vertical.block_hints .wpdev_hint_with_text {
    flex: 0 0 100%;
}
/* Legend cell boxes and text */
.block_hints .wpdev_hint_with_text > * {
    flex: 0 1 auto;
}
/* Text Labels of Legend */
.block_hints .wpdev_hint_with_text .block_text {
    margin-left:5px;
}
/* Dates CELL of Legend */
.block_check_in_out,
.block_pending,
.block_time,
.block_booked,
.block_free {
    /*float: left;*/
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #FEA;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
/* Font size for the TEXT in CELLa of Legend */
.block_pending a,
.block_time a,
.block_booked a,
.block_free a,
.block_pending,
.block_time,
.block_booked,
.block_free ,
.wpdev_hint_with_text .block_check_in_out {
    font-size: 13px;
    font-weight: 400;
}
/* Clear Line */
.wpdev_clear_hint{ 
    height:1px; 
    width:100%;
    clear:both; 
}
/* Day Rates. Additional info at  the top  and bottom  of the day cell. */
.datepick-inline .datepick-days-cell div.date-content-bottom,
.datepick-inline .datepick-days-cell div.date-content-top {
    font-size:0.7em;
    font-style: normal;
    line-height: 0.72em;
    text-align: center;
    padding:0;
    width:100%;
    text-shadow:none;
    position: relative;
}
.datepick-inline .datepick-days-cell div.date-content-top div{
    line-height: 40%;
}
/*******************************************************************************/
/* Responsive Design For Mobile Devices ****************************************/
/*******************************************************************************/
@media (max-width: 782px) {
    div.bk_calendar_frame:not(.cal_month_num_1) { /* Define the width of calendar to the 100% of the device screen*/ /* //FixIn: 9.6.2.1  */
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (max-width: 400px) {
    div.bk_calendar_frame.cal_month_num_1 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .datepick-inline .datepick-one-month { /* Show Only 1 month in a row */
        width:100%;
    }
}

/*@media (max-width: 782px) {*/
/*    .booking_form_div input[type="text"],*/
/*    .booking_form_div select,*/
/*    .booking_form_div textarea {*/
/*        width: 100% !important;*/
/*        min-width: 100% !important;*/
/*    }*/
/*}*/

/*******************************************************************************/
/*     T I M E   S L O T S        AS       D.O.T.S         //FixIn: 8.9.4.13   */
/*******************************************************************************/
.datepick-inline .datepick-days-cell .date-cell-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
}
.datepick-inline .datepick-days-cell .date-cell-content .date-content-top,
.datepick-inline .datepick-days-cell .date-cell-content .date-content-bottom {
    flex: 1 1 35%;
    line-height: normal;

    display: flex;
    flex-flow:column nowrap;
    justify-content: space-between;
    align-items: center;
}
/** == In date hint - Availability  == ------------------------------------------------------------------------------ */
.datepick-inline .datepick-days-cell .date-cell-content span.wpbc_in_date_hint__availability {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: baseline;
  overflow: hidden;
}
.datepick-inline .datepick-days-cell .date-cell-content span.wpbc_in_date_hint__cost,
.datepick-inline .datepick-days-cell .date-cell-content span.wpbc_in_date_hint__availability * {
    font-size: Max(8px, var(--wpbc_cal-text-cost-size, 0.7em));
    line-height: 1;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
.datepick-inline .datepick-days-cell .date-cell-content span.wpbc_in_date_hint__availability .wpbc_in_date_hint__availability_number{
    font-weight: 600;
}
/** == End In date hint - Availability  == -------------------------------------------------------------------------- */
.datepick-inline .datepick-days-cell .date-cell-content a,
.datepick-inline .datepick-days-cell .date-cell-content span {
    flex: 1 1 30%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
.datepick-inline .timespartly .date-content-top{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    overflow: hidden;
}
.datepick-inline .timespartly .date-content-top .wpbc_time_dots{
    flex: 1 1 1px;
    font-size: 20px;

    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
}
/*******************************************************************************/
/*  CHECK IN / OUT      as          P.O.L.Y.G.O.N.S        //FixIn: 8.9.4.13   */
/*******************************************************************************/
/* Table Day Cell div boundary element */
.datepick-inline td.datepick-days-cell .wpbc-cell-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
	aspect-ratio: 1 / 1; /* // FixIn: 10.12.4.2. */
}
.wpbc-cell-box .wpbc-diagonal-el {
    display: none;                      /* Do not visible by  default ! */
    position:absolute;                  /* Important to  have parent element with       "position: relative;"     !!! */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.wpbc-cell-box .wpbc-diagonal-el svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Show Vertical Lines */
.wpbc-cell-box .wpbc-diagonal-el svg polygon:nth-child(1){
    display: none;
}
.wpbc-cell-box .wpbc-diagonal-el svg polygon:nth-child(2){
    display: block;
}
/* Show Diagonal Lines */
.wpbc_change_over_triangle .wpbc-cell-box .wpbc-diagonal-el svg polygon:nth-child(1){
    display: block;
}
.wpbc_change_over_triangle .wpbc-cell-box .wpbc-diagonal-el svg polygon:nth-child(2){
    display: none;
}
/* *** Fill diagonal COLOR for   check in/out items   in calendar skins:    .wpbc-cell-box .wpbc-diagonal-el svg polygon{...}  */
/* Show CO item only when we are have check  in / out  */
.datepick-inline td.datepick-days-cell.check_in_time  .wpbc-cell-box .wpbc-diagonal-el,
.datepick-inline td.datepick-days-cell.check_out_time .wpbc-cell-box .wpbc-diagonal-el {
    display: block;
}
/* Hide Times DOTs, when we are have "check  in / out" Activated  */
.datepick-inline td.datepick-days-cell.check_in_time  .wpbc-cell-box .date-content-top,
.datepick-inline td.datepick-days-cell.check_out_time .wpbc-cell-box .date-content-top {
    visibility: hidden;
}
/*  When "C e l l   O V E R"  -- hide diagonal   */
.datepick-inline .datepick td.datepick-days-cell.datepick-days-cell-over  .wpbc-cell-box .wpbc-diagonal-el{
    display: none;
}
/* S E L E C T E D   Dates */
.datepick-inline .datepick-one-month .datepick td.datepick-days-cell.datepick-current-day  .wpbc-cell-box .wpbc-diagonal-el{
    display: none;
}
.check-in-div, .check-out-div {
    display: none !important;
}
/**                                                                                                                     // FixIn:9.3.1.8
* Fix border width  issue in Chrome browser
* https://stackoverflow.com/questions/71674803/html-tables-has-a-weird-bold-horizontal-line-due-to-border-collapse-property/71703247#71703247
*/
div.datepick-inline table.datepick {
    border-collapse: collapse !important;;
    border-spacing: 0 !important;;
    border-color: transparent !important;;
}
/* Chrome, Safari, AND NOW ALSO the Edge Browser and Firefox - it's for mobile devices: */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.datepick-inline table.datepick,
    div.datepick-inline table.datepick th,
    div.datepick-inline table.datepick td {
         border-width: 0.69px !important;;
    }
}
/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    div.datepick-inline table.datepick,
    div.datepick-inline table.datepick th,
    div.datepick-inline table.datepick td {
         border-width: 0.01px !important;;
    }
}
/* iOS */
@supports (-webkit-touch-callout: none) {
    div.datepick-inline table.datepick,
    div.datepick-inline table.datepick th,
    div.datepick-inline table.datepick td {
         border-width: 0.68px !important;;
    }
}
/* Chrome 22-28 *
@media screen and(-webkit-min-device-pixel-ratio:0) {
  div.datepick-inline table.datepick {-chrome-:only(;
     border-width: 0.01px;
  );}
  div.datepick-inline table.datepick th {-chrome-:only(;
     border-width: 0.01px;
  );}
  div.datepick-inline table.datepick td {-chrome-:only(;
     border-width: 0.01px !important;;
  );}
}
*/


/* ================================================================================================================== */
/* Tooltips Content for calendar  *********************************************************************************** */
/* ================================================================================================================== */

/*  T o o l t i p  :: General Structure */
.wpbc_tooltip_section.tooltip__times ,
.wpbc_tooltip_section {
    border-top:1px solid #eee;
    margin: 7px 0 0;
    padding: 5px 0 0;
    font-size: 12px;
}
.wpbc_tooltip_section:first-child{
    border:none;
    margin-top:1px;
}
/* Description Word */
.wpbc_tooltip_section .wpbc_tooltip_title{
    font-weight: 600;
}
/* Container of resource(s) */
.wpbc_tooltip_section .wpbc_tooltip_resource_container{
}
/* Resource Name */
.wpbc_tooltip_section .wpbc_tooltip_resource_container .wpbc_tooltip_header.tooltip_items_count_2,
.wpbc_tooltip_section .wpbc_tooltip_resource_container .wpbc_tooltip_header{
    font-weight: 600;
}
/* Option Value */
.wpbc_tooltip_section .wpbc_tooltip_resource_container .wpbc_tooltip_item{
    font-size:0.9em;
}
/*  T o o l t i p  :: Details */
.tooltip__booking_details.wpbc_tooltip_section .wpbc_tooltip_resource_container .wpbc_tooltip_item{
    margin-left:20px;
}
.tooltip__booking_details.wpbc_tooltip_section .wpbc_tooltip_resource_container .wpbc_tooltip_item.tooltip_booked_time {
    font-weight: 600;
    font-size:0.85em;
}
/*  T o o l t i p  :: Cost  --  show in 1 row for  */
.tooltip__day_cost.wpbc_tooltip_section .wpbc_tooltip_title,
.tooltip__day_cost.wpbc_tooltip_section .wpbc_tooltip_resource_container,
.tooltip__day_cost.wpbc_tooltip_section .wpbc_tooltip_resource_container .wpbc_tooltip_item {
    display: inline;
}
/*  T o o l t i p  :: Availability  --  show in 1 row */
.tooltip__availability.wpbc_tooltip_section .wpbc_tooltip_title,
.tooltip__availability.wpbc_tooltip_section .wpbc_tooltip_resource_container,
.tooltip__availability.wpbc_tooltip_section .wpbc_tooltip_resource_container .wpbc_tooltip_item {
    display:inline;
}
/* ================================================================================================================== */
/* End Tooltips Content ********************************************************************************************* */
/* ================================================================================================================== */
/* ================================================================================================================== */
/* Calendar Legend Items Size *************************************************************************************** */
/* ================================================================================================================== */
.block_hints.datepick .wpdev_hint_with_text .wpbc_calendar_legend_table_width_height {
    border: 0;
    box-shadow: none;
    float: left;
    padding: 0;

    width: var(--wpbc_cal_legend-day-cell-width, 40px) !important;
    min-width: var(--wpbc_cal_legend-day-cell-width, 40px);
    height: var(--wpbc_cal_legend-day-cell-height, 40px);
}
.block_hints.datepick .wpdev_hint_with_text .wpbc_calendar_legend_table_width_height table.datepick.wpbc_calendar,
.block_hints.datepick .wpdev_hint_with_text .wpbc_calendar_legend_table_width_height .wpbc_calendar_legend_day_cell_height {
    height: var(--wpbc_cal_legend-day-cell-height, 40px) !important;
    width: var(--wpbc_cal_legend-day-cell-width, 40px) !important;
    max-width: var(--wpbc_cal_legend-day-cell-width, 40px) !important;
    min-width: var(--wpbc_cal_legend-day-cell-width, 40px) !important;
}
.block_hints.datepick .wpdev_hint_with_text .wpbc_calendar_legend_table_width_height .datepick-days-cell .date-cell-content a,
.block_hints.datepick .wpdev_hint_with_text .wpbc_calendar_legend_table_width_height .datepick-days-cell .date-cell-content span{
    font-size: var(--wpbc_cal_legend-day-cell-font-size, 12px);
}
/* ================================================================================================================== */
/* Reset differnt CSS conflicts (such as with  Elementor) in HTML Tables with Booking Calendar plugin  ************** */
/* ================================================================================================================== */
table.datepick.wpbc_calendar{
    margin:0;
}
.datepick-inline thead,
.datepick-inline tbody,
.datepick-inline tr,
.datepick-inline th,
.datepick-inline td {
    background: transparent !important;
    padding: 0 !important;
    border-color: transparent !important;
}
/* Remove underline of dates in calendar. (10.11.3.1) */
.datepick-inline a:active,
.datepick-inline a:focus,
.datepick-inline a:hover,
.datepick-inline a{
  text-decoration: none !important;
  outline:0 !important;
}/* ------------------------------------------------------------------------------------------------------------------ */
/* Child calendar theme    of    "/css/skins/24_9__light.css"                          C O L O R    S K I N           */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Light   -   24-09   -   C O L O R    S K I N           */
/* ------------------------------------------------------------------------------------------------------------------ */
/*  For best compatibility, please change parameters only in :root { ... } section  */
/* Round 1 */
:root {
    /* Round Properties */
    --wpbc_cal-day-cell-border-radius: 50%;
    --wpbc_cal-day-cell-border-width: 2px;
    --wpbc_cal-day-bg-color-opacity: 5%;
    --wpbc_cal-selected-day-bg-color-opacity: 90%;
    /* Default Font Sizes */
    --wpbc_cal-text-general-size: 14px;
    --wpbc_cal-text-cost-size: 50%;
    --wpbc_cal-text-header-size: 13px;
    --wpbc_cal-text-weekdays-size: 10px;
    --wpbc_cal-text-prev-next-links-size: 25px;
    /* Main Colors */
    --wpbc_cal-main-background-color: #fff;
    --wpbc_cal-header-text-color: #000;
    --wpbc_cal-text-prev-next-links-color: #555;
    --wpbc_cal-text-weekdays-color: #555;
    /* Days Colors */
    --wpbc_cal-unavailable-day-color: var(--wpbc_cal-main-background-color);            /* Usually it has to be the same as --wpbc_cal-main-background-color */
    --wpbc_cal-unavailable-text-color: #d4d4d4c7;
    --wpbc_cal-available-day-color: #FFF;
    --wpbc_cal-available-text-color: #000;
    --wpbc_cal-approved-day-color: #c66814;
    --wpbc_cal-approved-text-color: #c25b00;
    --wpbc_cal-pending-day-color: #7281bf;
    --wpbc_cal-pending-text-color: #5b6697;
    --wpbc_cal-selected-day-color: #6b96ce;
    --wpbc_cal-selected-text-color: #fff;
    --wpbc_cal-hover-day-color: #6b96ce;
    --wpbc_cal-hover-text-color: #65778d;
    --wpbc_cal-timespartly-day-color: #a8973c;
    --wpbc_cal-timespartly-text-color: #998a3a;

    /* Minor Parameters */
        --wpbc_cal-day-cells-padding: 2px;
}
/* Color Scheme: - .violet 1 */
:root.violet {
  --wpbc_cal-unavailable-day-color: #FFF;
  --wpbc_cal-unavailable-text-color: #d4d4d4c7;
  --wpbc_cal-available-day-color: #FFF;
  --wpbc_cal-available-text-color: #000;
  --wpbc_cal-approved-day-color: #efa557;
  --wpbc_cal-approved-text-color: #fff;
  --wpbc_cal-pending-day-color: #635bff;
  --wpbc_cal-pending-text-color: #fff;
  --wpbc_cal-selected-day-color: #589fc1;
  --wpbc_cal-selected-text-color: #fff;
  --wpbc_cal-hover-day-color: #589fc16e;
  --wpbc_cal-hover-text-color: #fff;
  --wpbc_cal-timespartly-day-color: #7E6FB3;
  --wpbc_cal-timespartly-text-color: #fff;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* !!! Round Properties !!!  */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Change Over days fix for Rounded Day Cells */
.wpbc-cell-box .wpbc-diagonal-el svg {
  width: calc( 100% + 0px );
  height: calc( 100% + 0px );
  border-radius: var( --wpbc_cal-day-cell-border-radius );
}
.datepick-inline td.datepick-days-cell.check_in_time .wpbc-cell-box .wpbc-diagonal-el,
.datepick-inline td.datepick-days-cell.check_out_time .wpbc-cell-box .wpbc-diagonal-el {
  margin-left: 0;
  margin-top: 0;
}
div.wpbc-cell-box .wpbc-diagonal-el svg polygon {
  fill: transparent;
}

/* Round Perfect Square Dates. Support in Browsers since 2021 y. */
.datepick-inline td.datepick-days-cell {
   aspect-ratio: 1 / 1;
}
.datepick-inline td.datepick-days-cell .wpbc-cell-box {
    padding: 0;
    margin: 0;
    position: relative;
    border-radius: var( --wpbc_cal-day-cell-border-radius );
    display: flex;
    flex-flow:column nowrap;
    justify-content: center;
    align-items: center;
    /*! Important settings for showing 'Perfect Square Dates' */
    width: calc( 100% - var( --wpbc_cal-day-cell-border-width ) - var( --wpbc_cal-day-cell-border-width ) );
    height:auto;
    aspect-ratio: 1 / 1;
}
/*! == Safari Only ==   Required Hack for showing 'Perfect Square Dates' on Safari and on iOS */
@supports (-webkit-backdrop-filter: blur(1px)) {
    .datepick-inline td.datepick-days-cell .wpbc-cell-box {
        height:100%;
    }
}
/* Center Day Number */
.datepick-inline .datepick-days-cell .date-cell-content span, .datepick-inline .datepick-days-cell .date-cell-content a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

/* ================================================================================================================== */
/* Other CSS                                                                                                          */
/* ================================================================================================================== */
/* Font Sizes */
.booking_form_div div.bk_calendar_frame div {
  font-size: var(--wpbc_cal-text-general-size);
}

/* Calendar Legend */
div.block_hints.datepick {
  /*background: none;*/
  /*border-radius: 3px;*/
  /*box-shadow: 0 1px 2px #1111110d;*/
  /*padding: 10px;*/
  /*margin: 20px 0 0;*/
  /*border: 1px solid #cccccc87;*/
  /*max-width: 320px;*/
}
div.block_hints.datepick * {
  font-size: var(--wpbc_cal-text-general-size);
}
.block_check_in_out, .block_pending, .block_time, .block_booked, .block_free {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
}
.block_hints.datepick .wpdev_hint_with_text .wpbc_calendar_legend_table_width_height,
.block_hints.datepick .wpdev_hint_with_text .wpbc_calendar_legend_table_width_height table{
  min-width:  var(--wpbc_cal_legend-day-cell-width, 40px);  /* //FixIn: 10.9.2.3 */
  width: var(--wpbc_cal_legend-day-cell-width, 40px) !important;
  height:   var(--wpbc_cal_legend-day-cell-height, 40px) !important;
    width: calc(var(--wpbc_cal_legend-day-cell-width, 40px) + var(--wpbc_cal-day-cells-padding, 0px) + var(--wpbc_cal-day-cells-padding, 0px)) !important;
    height: calc(var(--wpbc_cal_legend-day-cell-width, 40px) + var(--wpbc_cal-day-cells-padding, 0px) + var(--wpbc_cal-day-cells-padding, 0px)) !important;
}
.block_hints.datepick .wpdev_hint_with_text .wpbc_calendar_legend_table_width_height table.datepick.wpbc_calendar,
.block_hints.datepick .wpdev_hint_with_text .wpbc_calendar_legend_table_width_height .wpbc_calendar_legend_day_cell_height {
    height: var(--wpbc_cal_legend-day-cell-height, 40px) !important;
    border-width: 0;
}
.block_hints.datepick .datepick-inline {
    margin-top: -3px;
}
.block_hints .datepick-inline table.datepick.wpbc_calendar,
.block_hints .datepick-inline,
.block_hints .datepick-inline .datepick {
    background: transparent;
}
/*
.block_hints .datepick-inline .date_available .wpbc-cell-box {
    background: var( --wpbc_cal-main-background-color );
    background: rgb(from var(--wpbc_cal-available-day-color) r g b / 100%);
}
.block_hints .datepick-inline .date_approved .wpbc-cell-box {
    background: rgb(from var(--wpbc_cal-approved-day-color) r g b / 100%);
}
.block_hints .datepick-inline .date2approve .wpbc-cell-box {
    background: rgb(from var(--wpbc_cal-pending-day-color) r g b / 100%);
}
 */
.block_hints .block_free {
    border: var( --wpbc_cal-day-cell-border-width ) solid var(--wpbc_cal-available-day-color);
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* ==  From  Calendar.css  ==  */
/* ------------------------------------------------------------------------------------------------------------------ */
div.datepick-inline table.datepick,
div.datepick-inline table.datepick th,
div.datepick-inline table.datepick td {
     border-width: 0;
}
/* // FixIn: 10.12.4.2. */
div.datepick-inline .datepick,
div.datepick-inline .calendar-links,
div.datepick-inline .calendar-links a,
div.datepick-inline .datepick-days-cell,
div.datepick-inline .datepick-days-cell a,
div.datepick-inline .datepick-days-cell div,
div.datepick-inline .datepick-title-row,
div.datepick-inline .datepick-title-row th {
  font-size: var(--wpbc_cal-text-general-size);
}
/* Mo Tu We Th Fr Sa Su */
/*#wpbc-new-admin-page .booking_form_div .datepick-inline .datepick .datepick-title-row th,*/
/*#wpbc-new-admin-page .booking_form_div .datepick-inline .datepick .datepick-title-row th *,*/
.datepick-inline .datepick .datepick-title-row th {
  font-size: var(--wpbc_cal-text-weekdays-size);
}
/* Month Name */
/*#wpbc-new-admin-page .datepick-inline .datepick-header, */
/*#wpbc-new-admin-page .datepick-inline .datepick-header span,*/
.datepick-inline .datepick-header,
.datepick-inline .datepick-header span{
  font-size: var(--wpbc_cal-text-header-size);
}
/* Next/Prev Month Links */
/* // FixIn: 10.12.4.2. */
div.datepick-inline .calendar-links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: -40px;
}
div.datepick-inline .calendar-links .datepick-prev,
div.datepick-inline .calendar-links .datepick-next {
  flex: 0 1 30px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  line-height: 2em;
}
div.datepick-inline .calendar-links .datepick-prev a,
div.datepick-inline .calendar-links .datepick-next a,
div.datepick-inline .calendar-links .datepick-prev a:hover,
div.datepick-inline .calendar-links .datepick-next a:hover{

}
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

/* Full Calendar Frame */
.datepick-inline {
  background: var( --wpbc_cal-main-background-color );
  border: 0px solid #555;
  box-shadow: 0 1px 5px 1px #00000014;
  border-radius: 4px;
  padding: 0;
}
/* Resolve Conflicts with tables in Elementor //FixIn: 10.9.2.2
table.wpbc_calendar tr:nth-child(2n) > td,
table.wpbc_calendar tr:nth-child(2n+1) > td {
  background-color: transparent;
}
*/
/* Background of one calendar month */
.datepick-inline .datepick-one-month {
    padding: 3px;
}
/* //FixIn: 10.9.2.2 */
.datepick-inline table.datepick.wpbc_calendar,
.datepick-inline .datepick,
.datepick-inline:not(.wpbc_calendar_legend_table_width_height) .datepick thead,
.datepick-inline:not(.wpbc_calendar_legend_table_width_height) .datepick tbody{
  background: var( --wpbc_cal-main-background-color );
}
.wpbc_ajx_avy__calendar .datepick-inline:not(.wpbc_calendar_legend_table_width_height) .datepick tbody{
    background: transparent;
}
/* Previous & Next links  and TITLE BACKGROUND */
.datepick-inline .calendar-links {
    border-bottom:none;
}
/* Prev - Next Text */
.datepick-inline .calendar-links .datepick-prev a,
.datepick-inline .calendar-links .datepick-next a,
.datepick-inline .calendar-links .datepick-prev a:hover,
.datepick-inline .calendar-links .datepick-next a:hover{
  color: var(--wpbc_cal-text-prev-next-links-color);                      /* FixIn: 9.3.1.4 */
  text-shadow: none;
  font-weight: 400;
  padding: 0 12px 0px;
  font-size: var(--wpbc_cal-text-prev-next-links-size);
}
/* Month Titles */
.datepick-inline .datepick-header {
  color: var(--wpbc_cal-header-text-color);                      /* FixIn: 9.3.1.4 */
  font-weight: 600;
  text-shadow: none;
  margin: -3px 0 4px;
  background: transparent;
}
  /* One month only, hide white padding */
  .datepick-inline:not(.datepick-multi) .datepick-one-month {
    padding: 0;
  }
  .datepick-inline:not(.datepick-multi) .datepick-header {
      margin: 0;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center;
      padding: 0px 0 0 17px;
      box-sizing: border-box;
  }
/* Week Titles */
div.datepick-inline .datepick-title-row th{
    border: 1px solid #ccc;
    color: var(--wpbc_cal-text-weekdays-color);
    font-weight: 600;
    text-transform: uppercase;
}
/* Cell border*/
.block_hints .block_free,
.block_hints .block_time,
.block_hints .block_booked,
.block_hints .block_pending,
.block_hints .block_check_in_out,
.datepick-inline .datepick-days-cell{
    border: 0 solid #e1e1e1;
    color:#4b4b4b;
    border-radius: var( --wpbc_cal-day-cell-border-radius );
    /*border-radius: 100px; !* If calendar width set as 100%, then  here we can  not use  border-radius: 50%; :( *!*/

  border-radius: 6px;
    border-radius: var( --wpbc_cal-day-cell-border-radius );
  border-color: transparent;
  border-width: var( --wpbc_cal-day-cell-border-width ) !important;
  box-sizing: border-box;
}
/* Basically  this is padding between the dates: */
.datepick-inline th,
.datepick-inline .datepick-days-cell,
div.datepick-inline table.datepick.wpbc_calendar th,
div.datepick-inline table.datepick.wpbc_calendar td.datepick-days-cell{
  border-width: var( --wpbc_cal-day-cells-padding ) !important;
  box-sizing: border-box;
	border-style: solid;   /* // FixIn: 10.12.4.2. */
}
.datepick-inline th{
  border-color: var( --wpbc_cal-main-background-color ) !important;
}
/* Top and bottom "cost text" in day cells */
.datepick-inline .datepick-days-cell div.date-content-bottom,
.datepick-inline .datepick-days-cell div.date-content-top {
    font-weight: 400;
    color: var(--wpbc_cal-available-text-color);
    color: rgb( from var(--wpbc_cal-available-text-color) r g b / 50% );
    font-size: var(--wpbc_cal-text-cost-size);
}
/* Selected dates - Top and bottom "cost text" in day cells */
.datepick-inline .datepick-days-cell.datepick-current-day div.date-content-bottom,
.datepick-inline .datepick-days-cell.datepick-current-day div.date-content-top {
    /*color:#1d2d41;*/
}
/******************************************************************************** FixIn: 9.5.0.2 */
/*  New Stripes - Unavailable Cells - for  Booking > Availability page  ********/
/*******************************************************************************/
/* Stripes */
.wpbc_ajx_availability_container .datepick-inline .datepick .resource_unavailable:not(.datepick-unselectable,.datepick-current-day,.datepick-days-cell-over) .wpbc-cell-box {
  /*background: repeating-linear-gradient( 135deg, #fff, #fff 4px, #eaeaeb 4px, #eaeaeb 8px );*/
  /*background: repeating-linear-gradient( 135deg, #fff, #fff 4px, #f5f5ef 4px, #f5f5cf 8px );*/
  background: repeating-linear-gradient(-45deg, #eee 0 3px, var( --wpbc_cal-main-background-color ) 3px 8px);
}
/* Unselectable dates  &  headers - calendar empty cells */
.wpbc_ajx_availability_container .datepick-inline  th,
.wpbc_ajx_availability_container .datepick-inline .datepick-days-cell.datepick-unselectable{
    background: var(--wpbc_cal-main-background-color);                                                          /* Here the same color as at line #18 for  "Full Calendar Frame":   .datepick-inline { ... }  */
}
/* It is all unavailable dates */
.wpbc_ajx_availability_container .datepick-inline .date_user_unavailable,
.wpbc_ajx_availability_container .datepick-inline .before_after_unavailable,    /* "Before/After" unavailable days from  Settings General page in "Availability" section */
.wpbc_ajx_availability_container .datepick-inline .weekdays_unavailable,      /* "Weekdays" unavailable  from  Settings General page in "Availability" section */
.wpbc_ajx_availability_container .datepick-inline .season_unavailable       /* "SEASON" unavailable dates  defined at  Booking > Resources > Availability page */
{
   background: var(--wpbc_cal-main-background-color);
}
/* It is all unavailable RESOURCE dates defined at Booking > Availability page */
.wpbc_ajx_availability_container .resource_unavailable:not(.datepick-unselectable) {
    background: transparent;
    color:#fff;
}
/* Unavailable SELECTABLE days for Booking > Availability page */
.block_hints .datepick-inline .datepick-days-cell.date_user_unavailable a,
.datepick-inline .datepick-days-cell.date_user_unavailable:not(.datepick-unselectable) a{
  color:#ccc;
}
/* Unselectable dates - hide check in/out */
.wpbc_ajx_availability_container .datepick-inline td.datepick-days-cell.check_in_time.datepick-unselectable .wpbc-cell-box .wpbc-diagonal-el,
.wpbc_ajx_availability_container .datepick-inline td.datepick-days-cell.check_out_time.datepick-unselectable .wpbc-cell-box .wpbc-diagonal-el{
  display: none;
}
/*********************************************************************************/
/* U N S E L E C T A B L E    -   Usually when we select 1st date with range dates selection mode, previous dates become unselectable. */
div.wpbc_ajx_availability_container .datepick-inline .datepick-unselectable,
.datepick-inline .datepick-unselectable{
  color: var(--wpbc_cal-unavailable-text-color);
  text-shadow: none;
  font-weight: 600;
}
.datepick-inline .datepick-unselectable span{                                                        /*  //FixIn: 8.9.4.13 */
    text-shadow: none;
}
/******************************************************************************** FixIn End: 9.5.0.2 */

/*******************************************************************************/
/*  Dates Cells       **********************************************************/
/*******************************************************************************/

/* A V A I L A B L E - BACKGROUND */
.block_hints .block_free,
.block_hints .block_time,
.block_hints .block_check_in_out div.check-in-div,                             /* Item  for the LEGEND */
.block_hints .block_check_in_out div.check-out-div,                             /* Item  for the LEGEND */
.datepick-inline .date_available .wpbc-cell-box,
.datepick-inline .timespartly.check_in_time div.check-in-div,                   /* Define the COLOR fot the check  in / out times the same as available*/
.datepick-inline .timespartly.check_out_time div.check-out-div {
    background: transparent;
    background: rgb( from var(--wpbc_cal-available-day-color) r g b / var( --wpbc_cal-day-bg-color-opacity ) );
    border: var(--wpbc_cal-day-cell-border-width) solid var(--wpbc_cal-available-day-color);
}
.block_hints .block_free {
    /*background: var(--wpbc_cal-main-background-color);*/
}
.datepick-inline .datepick-unselectable .wpbc-cell-box,
.block_hints .datepick-unselectable .wpbc-cell-box{
    background: var(--wpbc_cal-main-background-color);
    background: rgb( from var(--wpbc_cal-unavailable-day-color) r g b / var( --wpbc_cal-day-bg-color-opacity ) );
    background: var(--wpbc_cal-unavailable-day-color);
    border: var(--wpbc_cal-day-cell-border-width) solid var(--wpbc_cal-unavailable-day-color);
}
/* A V A I L A B L E  - Text A */
.block_hints .block_free a,
.block_hints .block_time,
.datepick-inline .date_available a{
    color: var(--wpbc_cal-available-text-color);
    font-weight: 600;
    text-shadow: none;
}
/*******************************************************************************/

/* T I M E   S L O T S */
.block_hints .block_time,
.datepick-inline .timespartly{

}
/*******************************************************************************/

/* A P P R O V E D  - BACKGROUND */
.block_hints .date_approved.block_check_in_out,
.block_hints .block_booked,
.datepick-inline .date_approved .wpbc-cell-box,
/* A P P R O V E D  - BACKGROUND for Check In Pending & Check Out Approved ||  Check Out Pending & Check In Approved   Dates    //FixIn: 6.0.1.2 */
td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved div.check-in-div,
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {
    background: transparent;
    background: rgb( from var(--wpbc_cal-approved-day-color) r g b / var( --wpbc_cal-day-bg-color-opacity ) );
    border: var(--wpbc_cal-day-cell-border-width) solid var(--wpbc_cal-approved-day-color);
}
/* A P P R O V E D  -  T E X T /including partially booked - timeslots/ */
.block_hints .date_approved.block_check_in_out,
.block_hints .block_booked,
.datepick-inline .date_approved .wpbc-cell-box,
.block_hints .block_booked a,
.datepick-inline .date_approved a{
    color: var( --wpbc_cal-approved-text-color );
    font-weight: 600;
    text-shadow: none;
}
/* CHECK IN and CHECK OUT  Borders for the approved cells - the COLOR have to be the SAME as BACKGROUND of this cell*/
.block_hints .date_approved.block_check_in_out div.check-in-div,                /* Item  for the LEGEND */
.datepick-inline .date_approved.timespartly.check_in_time div.check-in-div{
    border-right: 1px dotted var( --wpbc_cal-approved-day-color );
}
.block_hints .date_approved.block_check_in_out div.check-out-div,               /* Item  for the LEGEND */
.datepick-inline .date_approved.timespartly.check_out_time div.check-out-div{
    border-left: 1px dotted var( --wpbc_cal-approved-day-color );
}
/*******************************************************************************/

/* P E N D I N G  - BACKGROUND */
.block_hints .date2approve.block_check_in_out,
.block_hints .block_pending ,
.datepick-inline .date2approve .wpbc-cell-box,
/* P E N D I N G  - BACKGROUND for Check In Approved & Check Out Pending ||  Check Out Approved & Check In Pending    Dates     //FixIn: 6.0.1.2  */
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div,
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div {
    background: transparent;
    background: rgb( from var(--wpbc_cal-pending-day-color) r g b / var(--wpbc_cal-day-bg-color-opacity) );
    border: var(--wpbc_cal-day-cell-border-width) solid var(--wpbc_cal-pending-day-color);
}
/* P E N D I N G  -  T E X T /including partially booked - timeslots/ */
.block_hints .date2approve.block_check_in_out,
.block_hints .block_pending,
.datepick-inline .date2approve .wpbc-cell-box,
.block_hints .block_pending a,
.datepick-inline .date2approve a {
    color: var(--wpbc_cal-pending-text-color);
    font-weight: 600;
    text-shadow: none;
}
/* Strike Text  for booked dates */
.block_hints .block_pending span *:after,
.datepick-inline .date_approved span:after ,
.block_hints .block_booked span *:after,
.datepick-inline .date2approve span:after {
    border-top: 0px solid;
    position: absolute;
    content: "";
    right: 0;
    top:calc(50% + 1px);
    left: 25%;
    width: 50%;
}
/*******************************************************************************/
/* TIME SLOTs (partially booked) - BACKGROUND */
.datepick-inline .date2approve.timespartly  .wpbc-cell-box,
.datepick-inline .date_approved.timespartly  .wpbc-cell-box{
    background: transparent;
    background: rgb( from var(--wpbc_cal-timespartly-day-color) r g b / var(--wpbc_cal-day-bg-color-opacity) );
    border: var(--wpbc_cal-day-cell-border-width) solid var(--wpbc_cal-timespartly-day-color);
}
/* TIME SLOTs (partially booked) - TEXT */
.datepick-inline .date2approve.timespartly:not(.check_in_time,.check_out_time) .wpbc_time_dots,
.datepick-inline .date_approved.timespartly:not(.check_in_time,.check_out_time) .wpbc_time_dots,
.datepick-inline .date2approve.timespartly:not(.check_in_time,.check_out_time) a,
.datepick-inline .date_approved.timespartly:not(.check_in_time,.check_out_time) a,
.datepick-inline .date2approve.timespartly:not(.check_in_time,.check_out_time) span,
.datepick-inline .date_approved.timespartly:not(.check_in_time,.check_out_time) span
{
    color: var(--wpbc_cal-timespartly-text-color);
    font-weight: 600;
    text-shadow: none;
}
/*******************************************************************************/
/* CHECK IN and CHECK OUT  Borders for the Pending cells - the COLOR have to be the SAME as BACKGROUND of this cell*/
.block_hints .date2approve.block_check_in_out div.check-in-div,                 /* Item  for the LEGEND */
.datepick-inline .date2approve.timespartly.check_in_time div.check-in-div{
    border-right: 1px dotted var( --wpbc_cal-pending-day-color );
}
.block_hints .date2approve.block_check_in_out div.check-out-div,                /* Item  for the LEGEND */
.datepick-inline .date2approve.timespartly.check_out_time div.check-out-div{
    border-left: 1px dotted var( --wpbc_cal-pending-day-color );
}
/*******************************************************************************/

/* S E L E C T E D   Dates - Background */
.datepick-inline div.datepick-one-month .datepick td.datepick-current-day .wpbc-cell-box{
    background: transparent;
    background: rgb( from var(--wpbc_cal-selected-day-color) r g b / max( var(--wpbc_cal-day-bg-color-opacity), var(--wpbc_cal-selected-day-bg-color-opacity) ) );
    border: var(--wpbc_cal-day-cell-border-width) solid var(--wpbc_cal-selected-day-color);
}
/* S E L E C T E D   Dates - Text color */
/* S E L E C T E D   Dates - Text color */
.datepick-inline div.datepick-one-month .datepick td.datepick-current-day .wpbc_time_dots,                               /*  //FixIn: 8.9.4.13 */
.datepick-inline div.datepick-one-month .datepick td.datepick-current-day a,
.datepick-inline div.datepick-one-month .datepick td.datepick-current-day a:hover {
    color: var(--wpbc_cal-selected-text-color);
    text-shadow: none;
}
/*******************************************************************************/

/* C e l l   O V E R   Dates - Background */
.wpbc_timeslot_day_bg_as_available .datepick-inline .times_clock.datepick-days-cell-over  .wpbc-cell-box,
.datepick-inline .datepick .datepick-days-cell-over  .wpbc-cell-box,
/* ( EAA ) */
.datepick-inline .datepick .wpbc-cell-box:has(a:focus) {
    background: transparent;
    background: rgb( from var(--wpbc_cal-hover-day-color) r g b / var(--wpbc_cal-day-bg-color-opacity) );
    border: var( --wpbc_cal-day-cell-border-width ) solid var( --wpbc_cal-hover-day-color );
}
/* C e l l   O V E R   Dates - Text color */
.datepick-inline  .datepick-one-month .datepick .datepick-days-cell-over .wpbc_time_dots,                                                /*  //FixIn: 8.9.4.13 */
.datepick-inline  .datepick-one-month .datepick td.datepick-days-cell-over a:hover,
.datepick-inline  .datepick-one-month .datepick td.datepick-days-cell-over a,
/* ( EAA ) */
.datepick-inline  .datepick-one-month .datepick td a:focus{
    color: var( --wpbc_cal-hover-text-color );
    text-shadow: none;
}
/*******************************************************************************/
/* FixIn: 6.0.1.2 */
/* Text style for Check In Approved & Check Out Pending ||  Check Out Approved & Check In Pending || Check In Pending & Check Out Approved ||  Check Out Pending & Check In Approved   */
td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve span,
td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve span,
td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved span,
td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved span {
    font-weight: 600;
    text-shadow: none;
}

/* Show partially (time-slots) booked days with Background color as for available days ********************************/
/* Color as in this section A V A I L A B L E - BACKGROUND */
.wpbc_timeslot_day_bg_as_available .datepick-inline .times_clock  .wpbc-cell-box{
    background: transparent;
    /*background: rgb( from var(--wpbc_cal-timespartly-day-color) r g b / var(--wpbc_cal-day-bg-color-opacity) );*/
}
/* Same as in this Section above --- A V A I L A B L E  - Text A  */
/* TIME SLOTs (partially booked) - TEXT */
.wpbc_timeslot_day_bg_as_available .datepick-inline .date2approve.timespartly:not(.check_in_time,.check_out_time) .wpbc_time_dots,
.wpbc_timeslot_day_bg_as_available .datepick-inline .date_approved.timespartly:not(.check_in_time,.check_out_time) .wpbc_time_dots,
.wpbc_timeslot_day_bg_as_available .datepick-inline .date2approve.timespartly:not(.check_in_time,.check_out_time) a,
.wpbc_timeslot_day_bg_as_available .datepick-inline .date_approved.timespartly:not(.check_in_time,.check_out_time) a,
.wpbc_timeslot_day_bg_as_available .datepick-inline .date2approve.timespartly:not(.check_in_time,.check_out_time) span,
.wpbc_timeslot_day_bg_as_available .datepick-inline .date_approved.timespartly:not(.check_in_time,.check_out_time) span{
    color: var(--wpbc_cal-timespartly-text-color);
    font-weight: 600;
    text-shadow: none;
}
.wpbc_timeslot_day_bg_as_available .datepick-inline .timespartly:not(.check_in_time,.check_out_time) .wpbc_time_dots{
  font-weight: 600;
}
/*  Same as in this Section above --- S E L E C T E D   Dates - Text color */
.wpbc_timeslot_day_bg_as_available .datepick-inline .datepick-one-month .datepick .times_clock.date_available.datepick-current-day a{
    color: #EEEEEE;
    text-shadow: none;
}
/*   Same as in this Section above --- A V A I L A B L E  and UNSELECTABLE - Text */
.wpbc_timeslot_day_bg_as_available .datepick-inline .date_available {
  color: #CCCCCC;                                                               /* This style for the unavailable date, when we are select the dates */
  text-shadow: none;                                                 /* This style for the unavailable date, when we are select the dates */
}
.datepick-inline .date_available span {
    text-shadow: none;
}

/*******************************************************************************/
/*  CHECK IN / OUT      as          P.O.L.Y.G.O.N.S        //FixIn: 8.9.4.13   */
/*******************************************************************************/
/* Fill diagonal check  in/out items with AVAILABLE background color */
.wpbc-cell-box .wpbc-diagonal-el svg polygon{
    fill: var(--wpbc_cal-available-day-color);
}
  .datepick-inline .datepick-one-month .datepick td.datepick-days-cell.datepick-current-day .wpbc-cell-box .wpbc-diagonal-el {
      display: none;
  }
  .datepick-current-day .wpbc-cell-box  .wpbc-diagonal-el svg polygon {
      fill: var(--wpbc_cal-selected-day-color);
      display: block;
  }
/* Firstly we define background of the day cells background as available */
.datepick-inline td.datepick-days-cell.check_in_time .wpbc-cell-box,
.datepick-inline td.datepick-days-cell.check_out_time  .wpbc-cell-box{
        /*background-color: var(--wpbc_cal-available-day-color);*/
    background: rgb( from var(--wpbc_cal-available-day-color) r g b / var( --wpbc_cal-day-bg-color-opacity ) );
}
/* C e l l   O V E R   Dates */
.datepick-inline td.datepick-days-cell.check_in_time.datepick-days-cell-over .wpbc-cell-box,
.datepick-inline td.datepick-days-cell.check_out_time.datepick-days-cell-over  .wpbc-cell-box{
  background-color: var(--wpbc_cal-hover-day-color);
}

/* Pending */
.datepick-inline td.datepick-days-cell.check_in_time.check_in_time_date2approve     .wpbc-cell-box .wpbc-co-in svg polygon,     /* Check In  */
.datepick-inline td.datepick-days-cell.check_out_time.check_out_time_date2approve   .wpbc-cell-box .wpbc-co-out svg polygon     /* Check Out */
{
    fill: var( --wpbc_cal-pending-day-color );
    fill-opacity: 50%;
    fill-opacity: max( var( --wpbc_cal-day-bg-color-opacity ), 50% );
}

.datepick-inline td.datepick-days-cell.check_in_time.check_in_time_date2approve .wpbc-cell-box,
.datepick-inline td.datepick-days-cell.check_out_time.check_out_time_date2approve .wpbc-cell-box{
  border: var( --wpbc_cal-day-cell-border-width ) solid var( --wpbc_cal-pending-day-color );
}
/* Approved */
.datepick-inline td.datepick-days-cell.check_in_time.check_in_time_date_approved    .wpbc-cell-box .wpbc-co-in svg polygon,     /* Check In  */
.datepick-inline td.datepick-days-cell.check_out_time.check_out_time_date_approved  .wpbc-cell-box .wpbc-co-out svg polygon     /* Check Out */
{
    fill: var( --wpbc_cal-approved-day-color );
    fill-opacity: 50%;
    fill-opacity: max( var( --wpbc_cal-day-bg-color-opacity ), 50% );
}
.datepick-inline td.datepick-days-cell.check_in_time.check_in_time_date_approved .wpbc-cell-box,
.datepick-inline td.datepick-days-cell.check_out_time.check_out_time_date_approved .wpbc-cell-box{
  border: var( --wpbc_cal-day-cell-border-width ) solid var( --wpbc_cal-approved-day-color );
}
/* EAA: Accessibility Standards - Highlight on Focus */
.datepick-inline .calendar-links .datepick-prev a:focus,
.datepick-inline .calendar-links .datepick-next a:focus {
	font-size: var(--wpbc_cal-text-prev-next-links-size);
	line-height: 1.25em;
	box-shadow: 0 0 0 1.2px var(--wpbc_form-button-background-color), 0 1px 2px rgba(0, 0, 0, .15);
	outline: 0;
}
/* Color Scheme: - 25_5 Square 1 */
:root {
	--wpbc_cal-day-cell-border-radius: 0;
	--wpbc_cal-day-cell-border-width: 0;
	--wpbc_cal-day-bg-color-opacity: 80%;
	--wpbc_cal-selected-day-bg-color-opacity: 80%;
	--wpbc_cal-text-general-size: 15px;
	--wpbc_cal-text-cost-size: 60%;
	--wpbc_cal-text-header-size: 13px;
	--wpbc_cal-text-weekdays-size: 10px;
	--wpbc_cal-text-prev-next-links-size: 25px;
	--wpbc_cal-main-background-color: #fff;
	--wpbc_cal-header-text-color: #000;
	--wpbc_cal-text-prev-next-links-color: #555;
	--wpbc_cal-text-weekdays-color: #555;
	--wpbc_cal-unavailable-day-color: var(--wpbc_cal-main-background-color);
	--wpbc_cal-unavailable-text-color: #d4d4d4c7;
	--wpbc_cal-available-day-color: #37750c;
	--wpbc_cal-available-text-color: #fff;
	--wpbc_cal-approved-day-color: #A60D0D;
	--wpbc_cal-approved-text-color: #fbf8f8;
	--wpbc_cal-pending-day-color: #FFF3B4;
	--wpbc_cal-pending-text-color: #BD963B;
	--wpbc_cal-selected-day-color: #2a5fa3;
	--wpbc_cal-selected-text-color: #fff;
	--wpbc_cal-hover-day-color: #7195c6;
	--wpbc_cal-hover-text-color: #436593;
	--wpbc_cal-timespartly-day-color: #a89469;
	--wpbc_cal-timespartly-text-color: #81742e;
	--wpbc_cal-day-cells-padding: 2px;
}
/* Exception  for change/over days */
.datepick-inline td.datepick-days-cell.check_in_time.check_in_time_date2approve,
.datepick-inline td.datepick-days-cell.check_out_time.check_out_time_date2approve,
.datepick-inline td.datepick-days-cell.check_in_time.check_in_time_date_approved,
.datepick-inline td.datepick-days-cell.check_out_time.check_out_time_date_approved {
	--wpbc_cal-day-bg-color-opacity: 75%;
	--wpbc_cal-approved-day-color: #B73D3D;
	--wpbc_cal-pending-day-color: #FFF5C3;
}
/* Pending */
div.datepick-inline td.datepick-days-cell.check_in_time.check_in_time_date2approve .wpbc-cell-box .wpbc-co-in svg polygon, /* Check In  */
div.datepick-inline td.datepick-days-cell.check_out_time.check_out_time_date2approve .wpbc-cell-box .wpbc-co-out svg polygon, /* Check Out */
/* Approved */
div.datepick-inline td.datepick-days-cell.check_in_time.check_in_time_date_approved .wpbc-cell-box .wpbc-co-in svg polygon, /* Check In  */
div.datepick-inline td.datepick-days-cell.check_out_time.check_out_time_date_approved .wpbc-cell-box .wpbc-co-out svg polygon /* Check Out */
{
	fill-opacity: 100%;
}
/* Set more clear showing cost in days */
.datepick-inline .datepick-days-cell div.date-content-bottom,
.datepick-inline .datepick-days-cell div.date-content-top {
	color: rgb(from var(--wpbc_cal-available-text-color) r g b / 85%);
}:root {
  --wpbc_timeline-row-height: 37px;
  --wpbc_timeline-matrix-row-header-height: 58px;
  --wpbc_timeline-single-row-header-height: 40px;
  --wpbc_timeline-booking-pending-color: #ffd86c;
  --wpbc_timeline-past-booking-pending-color: #fff3d2;
  --wpbc_timeline-booking-pending-border-color: #e49c2d;
  --wpbc_timeline-booking-approved-color: #5A71A1;
  --wpbc_timeline-past-booking-approved-color: #8591aa;
  --wpbc_timeline-booking-approved-border-color: #4B5E85;
  --wpbc_timeline-new-month-border-color: transparent
}
.flex_tl_table {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  box-sizing: border-box
}
.wpbc_timeline_client_border .flex_tl_table {
  box-shadow: 0 2px 5px #00000014;
  border: 1px solid #e7e7e7
}
.flex_tl_table .flex_tl_table_header,
.flex_tl_table .flex_tl_table_row_bookings,
.flex_tl_table .flex_tl_table_titles {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_1,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_1 {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
  word-wrap: break-word;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  justify-content: center
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width:782px) {
  .flex_tl_table .flex_tl_table_header,
  .flex_tl_table .flex_tl_table_row_bookings,
  .flex_tl_table .flex_tl_table_titles {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
  .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1,
  .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2,
  .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_1,
  .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 {
    width: 100%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 7px 0 0
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_title {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  word-break: break-word;
  min-width: 0;
  color: #777
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_month_year {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container .in_cell_day_num,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container .in_cell_day_week {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  text-align: center
}
.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container .in_cell_day_num {
  font-size: 10px;
  font-weight: 400;
  display: none
}
.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container .in_cell_day_week,
.flex_tl_single_resource .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container .in_cell_day_week {
  font-size: 14px
}
.flex_frame_view_days_num_60 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container .in_cell_day_num {
  display: none
}
.flex_frame_view_days_num_60 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container .in_cell_day_week {
  font-size: 14px
}
.flex_tl_single_resource.flex_frame_view_days_num_365 .flex_tl_table_titles {
  visibility: hidden;
  height: 5px
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar_month {
  height: 3em;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar_month.flex_tl_dates_bar .flex_tl_day_cell {
  border: none
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar_month .flex_tl_day_cell .in_cell_month_year {
  overflow: visible;
  word-wrap: normal;
  white-space: nowrap
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_time_section_in_day {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_time_section_in_day .in_cell_time_hour {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0
}
.flex_tl_matrix_resources.flex_frame_view_days_num_1 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container,
.flex_tl_single_resource.flex_frame_view_days_num_30 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_days,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_weeks {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: left
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_weeks {
  text-align: right;
  padding: 0 1em
}
@media (max-width:782px) {
  .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container {
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_days,
  .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_weeks {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: left;
    padding: 0 1em
  }
  .flex_timeline_frame .popover {
    width: 98%;
    max-width: 98%
  }
}
.flex_tl_row_height,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar {
  min-height: var(--wpbc_timeline-row-height)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_bookings {
  margin-top: calc(-1 * var(--wpbc_timeline-row-height))
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles {
  margin-top: calc(-1 * var(--wpbc_timeline-row-height));
  overflow: hidden
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .in_cell_time_section_in_day,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .in_cell_time_section_in_day .in_cell_time_hour {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_dates {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.flex_timeline_frame.flex_frame_view_days_num_1.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_dates,
.flex_timeline_frame.flex_frame_view_days_num_30.flex_tl_single_resource .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_dates {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  word-wrap: normal;
  white-space: nowrap
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.pending_booking {
  border-bottom: 1px dashed #555
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking {
  border-bottom: 1px dashed #ccc;
  background-color: #78a
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id:last-child {
  border-bottom: none
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id .in_cell_date_booking_pipeline_a,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id .in_cell_date_booking_pipeline_a:active,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id .in_cell_date_booking_pipeline_a:hover {
  position: relative;
  cursor: default;
  outline: 0;
  box-shadow: none
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id .in_cell_date_booking_pipeline_a .in_cell_date_booking_pipeline_a_sizer {
  width: 100%;
  height: 100%
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles .in_cell_date_booking_title {
  overflow: visible;
  white-space: nowrap;
  word-wrap: initial;
  padding: 0 .5em;
  margin-left: 4px;
  margin-top: 4px;
  z-index: 1
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles .flex_tl_day_cell {
  border: none
}
.flex_tl_table,
.hidden_items {
  display: none
}
.flex_timeline_frame .popover {
  border: 2px solid #555;
  font-size: 12px;
  max-width: 299px;
  max-height: 425px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-gutter: unset
}
hr.wpbc_tl_popover_booking_separator {
  margin-bottom: 0
}
.wpbc-listing-collumn.field-system-info {
  font-size: 9px;
  font-style: normal;
  line-height: 1.2em;
  text-shadow: none;
  white-space: nowrap;
  padding: 2px 0 0 5px;
  text-align: right;
  color: #777
}
.flex_timeline_frame .popover .popover-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2.5em;
  margin: 0;
  padding: 5px 30px 5px 6px;
  border-radius: 5px 5px 0 0;
  background-color: #fcfcfc
}
.flex_timeline_frame .popover .popover-title .popover-title-id {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  padding: 0 12px 0 5px;
  border: 0;
  vertical-align: baseline
}
.flex_timeline_frame .popover .popover-title .popover-title-buttons {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 2px 0
}
.flex_timeline_frame .popover .popover-title .popover-title-buttons a,
.flex_timeline_frame .popover .popover-title .popover-title-buttons a:focus,
.flex_timeline_frame .popover .popover-title .popover-title-buttons a:hover {
  -ms-flex: none;
  flex: none;
  box-sizing: border-box;
  margin: 0 5px 0 0;
  padding: 0 10px 1px;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  color: #555;
  border-radius: 3px;
  border: 1px solid #aaa0;
  box-shadow: none;
  outline: 0;
  background: 0 0!important
}
.flex_timeline_frame .popover .popover-title .popover-title-buttons a:hover {
  background: #fafafa;
  border: 1px solid #eee!important;
  color: #23282d
}
.flex_timeline_frame .popover .popover-title .popover-title-buttons .wpbc-buttons-separator {
  margin-right: 1.5em
}
.flex_timeline_frame .popover .popover-close,
.flex_timeline_frame .popover .popover-close:hover {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  line-height: 1.5em;
  padding: 5px
}
.flex_timeline_frame .popover .popover-close a,
.flex_timeline_frame .popover .popover-close a:active,
.flex_timeline_frame .popover .popover-close a:focus,
.flex_timeline_frame .popover .popover-close a:hover {
  text-decoration: none;
  border-style: none;
  outline: 0;
  color: #444;
  background: 0 0;
  padding: 0 5px
}
.flex_timeline_frame .popover.bottom > .arrow::after {
  border-bottom-color: transparent
}
.popover-content .flex-popover-content-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.popover-content .flex-popover-content-data .flex-popover-bars,
.popover-content .wpbc-popover-content-data .booking-dates,
.popover-content .wpbc-popover-content-data .booking-labels,
.popover-content .wpbc-popover-content-data .wpbc-popover-booking-data,
.popover-content .wpbc-popover-content-data .wpbc-popover-booking-notes,
.popover-content .wpbc-popover-content-data .wpbc-popover-cost-bar {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.popover-content .flex-popover-content-data .flex-popover-bars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.popover-content .flex-popover-content-data .flex-popover-bars .flex-popover-labels-bar {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  clear: both
}
.popover-content .flex-popover-content-data .flex-popover-bars .flex-popover-cost-bar {
  -ms-flex: none;
  flex: none;
  padding: .3em 0;
  margin: 0
}
.popover-content .flex-popover-content-data .flex-popover-labels-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.popover-content .flex-popover-content-data .flex-popover-labels-bar .flex-label {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0
}
.popover-content .flex-popover-content-data .flex-label {
  border: 0;
  border-radius: 3px;
  text-shadow: none;
  box-shadow: 0 0 1px #ddd;
  font-weight: 400;
  font-size: 95%;
  line-height: 1.7em;
  padding: .2em .8em;
  background-color: #5bc0de;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  margin: .15em .75em .5em 0;
  word-wrap: break-word;
  word-wrap: anywhere;
  white-space: pre-wrap
}
.popover-content .flex-popover-content-data .flex-label .label-prefix {
  font-size: 70%;
  font-weight: 400
}
.popover-content .flex-popover-content-data .flex-label.flex-label-id {
  background: #888
}
.popover-content .flex-popover-content-data .flex-label.flex-label-booking-status.label-pending {
  background: #ffbb45
}
.popover-content .flex-popover-content-data .flex-label.flex-label-booking-status.label-approved {
  background: #9be
}
.popover-content .flex-popover-content-data .flex-label.flex-label-payment.payment-label-success {
  background: #468847
}
.popover-content .flex-popover-content-data .flex-label.flex-label-payment.payment-label-unknown {
  background: #999
}
.popover-content .flex-popover-content-data .flex-label.flex-label-trash {
  background: #d94a48
}
.popover-content .flex-popover-content-data .flex-label.flex-label-resource {
  text-align: left
}
.popover-content .flex-popover-content-data .flex-label.flex-label-cost {
  background: 0 0;
  font-weight: 600;
  color: #333;
  box-shadow: none;
  padding: 0;
  margin: 0
}
.popover-content .flex-popover-content-data .flex-popover-booking-data {
  margin: 1em 0;
  text-align: left;
  font-size: 1.05em;
  line-height: 1.8em;
  color: #333;
  max-width: 100%;
  word-wrap: break-word;
  word-wrap: anywhere
}
.popover-content .flex-popover-content-data .flex-popover-booking-data span.fieldvalue {
  background: 0 0;
  padding: 2px;
  border-radius: 1px;
  margin: 0 .5em 0 0;
  word-break: initial;
  word-wrap: break-word
}
.popover-content .flex-popover-content-data .flex-popover-booking-data label {
  font-weight: 600;
  vertical-align: baseline
}
.popover-content .flex-popover-content-data .flex-popover-booking-data * {
  vertical-align: baseline;
  line-height: 2em
}
.popover-content .flex-popover-content-data .wpbc-popover-booking-notes {
  margin: 0 0 1em;
  max-width: 100%;
  word-break: break-word
}
.popover-content .flex-popover-content-data .flex-label-dates {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.popover-content .flex-popover-content-data .flex-label-dates .flex-label.field-booking-date {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 103%;
  padding: .1em .7em;
  margin: 0 0 .2em;
  background: #ffbb45
}
.popover-content .flex-popover-content-data .flex-label-dates .date_tire {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 .2em;
  font-size: 175%;
  line-height: 1em
}
.popover-content .flex-popover-content-data .flex-label-dates .flex-label.field-booking-date .field-booking-time {
  font-size: .7em;
  font-weight: 400;
  color: #23282d
}
.popover-content .flex-popover-content-data .flex-label-dates .flex-label.field-booking-date.approved {
  background: #9be
}
.popover-content .wpbc_tl_popover_booking_separator {
  margin: 20px 0;
  border-top: 1px solid #ddd;
  box-shadow: 0 1px 1px #f9f9f9
}
.flex_tl_table {
  background: #fff;
  border: 0 solid #ddd;
  box-shadow: 0 0 0 #eef;
  font-size: 12px;
  border-radius: 4px 4px 0 0;
  color: #777
}
.flex_tl_table .flex_tl_table_header {
  background: 0 0;
  border-bottom: 1px solid #dfdfdf;
  font-size: 15px;
  font-weight: 600;
  color: #606060;
  text-shadow: none;
  line-height: 3em;
  height: 3em;
  overflow: hidden;
  padding-left: 1em;
  border-radius: 4px 4px 0 0
}
.wpbc_timeline_front_end .flex_tl_table .flex_tl_table_header {
  padding: 0 2px
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_1,
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 {
  font-weight: 600;
  padding: 8px;
  line-height: 1.42857143em
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 {
  text-align: center
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_next,
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_prev {
  font-size: 22px;
  font-weight: 600;
  line-height: 12px;
  color: #777
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_next a,
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_next a:hover,
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_prev a,
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 .flex_tl_nav .flex_tl_prev a:hover {
  text-decoration: none;
  color: #757575;
  cursor: pointer
}
.flex_tl_table .flex_tl_table_row_bookings {
  border-top: 1px solid #ddd
}
.flex_tl_table .flex_tl_table_row_bookings:nth-of-type(2n+1) {
  background-color: #fff
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_1 {
  font-weight: 600;
  padding: 0 0 0 4px;
  line-height: 1.42857143em;
  box-shadow: none
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_row_height {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_1 {
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title {
  padding-left: 8px;
  font-size: .95em
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title a {
  border-bottom: 0 dashed;
  color: #789;
  text-shadow: none;
  margin: 0 0 0 2px;
  box-shadow: none;
  outline: 0;
  text-decoration: none
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title a:active,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title a:focus,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title a:hover {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title.parent {
  font-weight: 600
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title.child {
  margin-left: 20px
}
.flex_tl_matrix_resources.flex_frame_view_days_num_1 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar,
.flex_tl_single_resource .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar_month,
.flex_tl_single_resource.flex_frame_view_days_num_30 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_time_section_in_day {
  display: none
}
.flex_tl_matrix_resources.flex_frame_view_days_num_1 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar {
  display: none
}
.flex_tl_matrix_resources.flex_frame_view_days_num_1 .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar_month {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 18px;
  text-align: center
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell {
  border-left: 1px solid #eee
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles .flex_tl_day_cell.new_month,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_matrix_resources .flex_tl_day_cell.new_month {
  border-left: 1px solid #c32
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.new_month .in_cell_date_container {
  border-left: 2px solid var(--wpbc_timeline-new-month-border-color)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday6 .in_cell_date_container_show_dates,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday7 .in_cell_date_container_show_dates,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday6,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday6 a,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday7,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday7 a {
  color: #c32;
  background: #fff
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell a,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell a:hover {
  color: #789;
  text-decoration: none
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar_month {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_month_year {
  color: #c32;
  font-size: .85em;
  font-weight: 600;
  padding: 0 .5em
}
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_time_section_in_day .in_cell_time_hour {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  min-height: 12px;
  font-size: .8em;
  font-weight: 600
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_days.flex_tl_weekday6,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_days.flex_tl_weekday7,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_weeks.flex_tl_weekday6,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_1 .flex_tl_resource_title_dates_container .flex_tl_resource_title_dates_weeks.flex_tl_weekday7 {
  color: #bd7f78
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell {
  border-left: 1px solid #f1f1f1;
  color: #555;
  font-weight: 400;
  font-size: 10px;
  text-shadow: none
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.new_month .in_cell_time_hour:first-child .in_cell_date_container {
  border-left: 2px solid var(--wpbc_timeline-new-month-border-color)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.new_month.exist_booking_in_cell .in_cell_time_hour:first-child .in_cell_date_container {
  border-left: 1px solid var(--wpbc_timeline-new-month-border-color)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings.in_cell_date_container_has_several_bookings .booking_id {
  margin-top: .2px;
  margin-bottom: .3px
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings.in_cell_date_container_has_several_bookings .booking_id:first-child {
  margin-top: 2px
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings.in_cell_date_container_has_several_bookings .booking_id:last-child {
  margin-bottom: 3px
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings.in_cell_date_container_has_several_bookings .booking_id.start_new_booking {
  border-radius: 0
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.start_new_booking {
  border-radius: 5px 0 0 5px
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking.start_new_booking {
  border-color: #616f8b
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.past_date {
  background-color: #f0cf77
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking.past_date {
  background-color: #9099aa;
  background-color: var(--wpbc_timeline-past-booking-approved-color)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.start_new_booking.booking_trash {
  border-left: 2px solid #901c1a
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.booking_trash {
  background-color: #db6f6d
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles .flex_tl_day_cell.today_date .in_cell_time_section_in_day {
  border-left: 1px solid #090
}
.flex_timeline_frame.flex_frame_view_days_num_1.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles .flex_tl_day_cell.today_date .in_cell_time_section_in_day,
.flex_timeline_frame.flex_frame_view_days_num_30.flex_tl_single_resource .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles .flex_tl_day_cell.today_date .in_cell_time_section_in_day {
  border-left: none
}
.flex_timeline_frame.flex_frame_view_days_num_1.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles .flex_tl_day_cell .in_cell_time_section_in_day .in_cell_time_hour.today_time,
.flex_timeline_frame.flex_frame_view_days_num_30.flex_tl_single_resource .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar.flex_tl_row_bar_show_booking_titles .flex_tl_day_cell .in_cell_time_section_in_day .in_cell_time_hour.today_time {
  border-left: 1px solid #77ce0f
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id a {
  font-size: 7px;
  font-weight: 600;
  color: #fff;
  cursor: pointer
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles .in_cell_date_booking_title {
  background: #777;
  color: #fff;
  border-left: 2px solid #555;
  cursor: pointer;
  border-radius: 3px;
  font-size: 10px
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles .in_cell_date_booking_title.several_bookings_in_cell {
  font-weight: 600;
  background: #fdab36;
  color: #455366;
  border-left: 2px solid #dd8b16
}
.flex_timeline_frame.flex_frame_view_days_num_1.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_dates,
.flex_timeline_frame.flex_frame_view_days_num_30.flex_tl_single_resource .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_dates {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: .8em;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 2px
}
.wpbc_calendar_overview__header {
  position: relative;
  width: 100%
}
.wpbc_calendar_overview__header .nav-tabs {
  box-shadow: 0 3px 8px #eaeaea;
  border-bottom: 1px solid #e3e3e3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center
}
.wpbc_calendar_overview__header .wpbc_calendar_overview__navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px 5px 4px auto
}
.wpbc_calendar_overview__container {
  padding: 0 1px;
  margin-top: 0;
  border: 1px solid #d5d5d5;
  background: #fff;
  font-size: 13px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 8px #dadada;
  margin-bottom: 25px
}
.wpbc_calendar_overview__container .flex_tl_table {
  border-radius: 0;
  border-top: none;
  font-size: 13px
}
.flex_tl__scrolling_sections {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-y: auto;
  scrollbar-width: thin
}
.flex_tl__scrolling_sections .flex_tl__scrolling_section1 {
  width: 220px;
  overflow-x: auto;
  scrollbar-width: thin;
  box-shadow: 0 0 10px 1px #00000025;
  z-index: 1;
  padding: 0
}
.flex_tl__scrolling_sections .flex_tl__scrolling_section1 > div {
  -ms-flex: 0 1 180px;
  flex: 0 1 180px
}
.flex_tl__scrolling_sections .flex_tl__scrolling_section2 {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow-x: auto;
  scrollbar-width: thin
}
.flex_tl_single_resource.flex_frame_view_days_num_30 .flex_tl__scrolling_sections .flex_tl__scrolling_section2 .flex_tl_row_max_width {
  min-width: 900px
}
.flex_tl_single_resource.flex_frame_view_days_num_90 .flex_tl__scrolling_sections .flex_tl__scrolling_section2 .flex_tl_row_max_width {
  min-width: 350px
}
.flex_tl_single_resource.flex_frame_view_days_num_365 .flex_tl__scrolling_sections .flex_tl__scrolling_section2 .flex_tl_row_max_width {
  min-width: 1400px
}
.flex_tl_matrix_resources.flex_frame_view_days_num_1 .flex_tl__scrolling_sections .flex_tl__scrolling_section2 .flex_tl_row_max_width {
  min-width: 900px
}
.flex_tl_matrix_resources.flex_frame_view_days_num_7 .flex_tl__scrolling_sections .flex_tl__scrolling_section2 .flex_tl_row_max_width {
  min-width: 300px
}
.flex_tl_matrix_resources.flex_frame_view_days_num_30 .flex_tl__scrolling_sections .flex_tl__scrolling_section2 .flex_tl_row_max_width {
  min-width: 1400px
}
.flex_tl_matrix_resources.flex_frame_view_days_num_60 .flex_tl__scrolling_sections .flex_tl__scrolling_section2 .flex_tl_row_max_width {
  min-width: 2800px
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_1,
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_1,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 {
  height: var(--wpbc_timeline-single-row-header-height);
  overflow: hidden
}
.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_header .flex_tl_collumn_1,
.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_header .flex_tl_collumn_2,
.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_1,
.flex_tl_matrix_resources .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 {
  height: var(--wpbc_timeline-matrix-row-header-height)
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch
}
.flex_tl_table .flex_tl_table_header .flex_tl_collumn_2 > div,
.flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 > div {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id {
  margin-left: -1px;
  margin-top: 2px;
  margin-bottom: 3px;
  opacity: .8;
  background: none;
  background-color: var(--wpbc_timeline-booking-pending-color)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.start_new_booking {
  border-left: 2px solid #df8d18
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking {
  background-color: var(--wpbc_timeline-booking-approved-color)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.past_date {
  background-color: var(--wpbc_timeline-past-booking-pending-color)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.booking_change_over {
  border: none;
  height: calc(100% - 5px);
  position: absolute;
  width: calc(100% + 1px);
  margin: 2px -1px 0
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.booking_check_in {
  background: linear-gradient(to bottom right,#fff0 0,#fff0 50%,var(--wpbc_timeline-booking-pending-border-color) 50%,var(--wpbc_timeline-booking-pending-border-color) 52%,var(--wpbc_timeline-booking-pending-color) 52%,var(--wpbc_timeline-booking-pending-color) 100%)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.booking_check_out {
  background: linear-gradient(to top left,#fff0 0,#fff0 50%,var(--wpbc_timeline-booking-pending-color) 50%,var(--wpbc_timeline-booking-pending-color) 100%)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking.booking_check_in {
  background: linear-gradient(to bottom right,#fff0 0,#fff0 50%,var(--wpbc_timeline-booking-approved-border-color) 50%,var(--wpbc_timeline-booking-approved-border-color) 52%,var(--wpbc_timeline-booking-approved-color) 52%,var(--wpbc_timeline-booking-approved-color) 100%)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking.booking_check_out {
  background: linear-gradient(to top left,#fff0 0,#fff0 50%,var(--wpbc_timeline-booking-approved-color) 50%,var(--wpbc_timeline-booking-approved-color) 100%)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.booking_check_in.past_date {
  background: linear-gradient(to bottom right,#fff0 0,#fff0 50%,var(--wpbc_timeline-booking-pending-border-color) 50%,var(--wpbc_timeline-booking-pending-border-color) 52%,var(--wpbc_timeline-past-booking-pending-color) 52%,var(--wpbc_timeline-past-booking-pending-color) 100%)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.booking_check_out.past_date {
  background: linear-gradient(to top left,#fff0 0,#fff0 50%,var(--wpbc_timeline-past-booking-pending-color) 50%,var(--wpbc_timeline-past-booking-pending-color) 100%)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking.booking_check_in.past_date {
  background: linear-gradient(to bottom right,#fff0 0,#fff0 50%,var(--wpbc_timeline-booking-approved-border-color) 50%,var(--wpbc_timeline-booking-approved-border-color) 52%,var(--wpbc_timeline-past-booking-approved-color) 52%,var(--wpbc_timeline-past-booking-approved-color) 100%)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_bookings .booking_id.approved_booking.booking_check_out.past_date {
  background: linear-gradient(to top left,#fff0 0,#fff0 50%,var(--wpbc_timeline-past-booking-approved-color) 50%,var(--wpbc_timeline-past-booking-approved-color) 100%)
}
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles .in_cell_date_booking_title:active,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles .in_cell_date_booking_title:focus,
.flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles .in_cell_date_booking_title:hover {
  outline: 0;
  box-shadow: 0 0 0 2px #a6bbe5;
  box-shadow: 0 0 4px -1px #000;
  text-decoration-style: dashed;
  text-decoration-thickness: 0;
  text-underline-offset: 2px
}
.wp-core-ui .wpbc_page .wpbc_calendar_overview__navigation .wpbc_button_no_background {
  background: 0 0;
  border: none!important;
  box-shadow: none!important;
  line-height: 2.5
}
.wp-core-ui .wpbc_page .wpbc_calendar_overview__navigation .wpbc_button_no_background .menu_icon:before {
  font-size: 19px
}