64
| <![CDATA[<style id='extendify-gutenberg-patterns-and-templates-utilities-inline-css' type='text/css'>
.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-top: 0 !important;
margin-bottom: 0 !important;
}
.ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: 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: 0px !important;
}
.ext-rounded-full {
border-radius: 9999px !important;
}
.ext-rounded-t-none {
border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important;
}
.ext-rounded-t-full {
border-top-left-radius: 9999px !important;
border-top-right-radius: 9999px !important;
}
.ext-rounded-r-none {
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.ext-rounded-r-full {
border-top-right-radius: 9999px !important;
border-bottom-right-radius: 9999px !important;
}
.ext-rounded-b-none {
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}
.ext-rounded-b-full {
border-bottom-right-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.ext-rounded-l-none {
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}
.ext-rounded-l-full {
border-top-left-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.ext-rounded-tl-none {
border-top-left-radius: 0px !important;
}
.ext-rounded-tl-full {
border-top-left-radius: 9999px !important;
}
.ext-rounded-tr-none {
border-top-right-radius: 0px !important;
}
.ext-rounded-tr-full {
border-top-right-radius: 9999px !important;
}
.ext-rounded-br-none {
border-bottom-right-radius: 0px !important;
}
.ext-rounded-br-full {
border-bottom-right-radius: 9999px !important;
}
.ext-rounded-bl-none {
border-bottom-left-radius: 0px !important;
}
.ext-rounded-bl-full {
border-bottom-left-radius: 9999px !important;
}
.ext-border-0 {
border-width: 0px !important;
}
.ext-border-t-0 {
border-top-width: 0px !important;
}
.ext-border-r-0 {
border-right-width: 0px !important;
}
.ext-border-b-0 {
border-bottom-width: 0px !important;
}
.ext-border-l-0 {
border-left-width: 0px !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-top: 0 !important;
padding-bottom: 0 !important;
}
.ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: 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;
}
.ext-aspect-square img {
aspect-ratio: 1 / 1 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-landscape img {
aspect-ratio: 4 / 3 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-landscape-wide img {
aspect-ratio: 16 / 9 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-portrait img {
aspect-ratio: 3 / 4 !important;
-o-object-fit: cover !important;
object-fit: cover !important;
}
.ext-aspect-square .components-resizable-box__container,
.ext-aspect-landscape .components-resizable-box__container,
.ext-aspect-landscape-wide .components-resizable-box__container,
.ext-aspect-portrait .components-resizable-box__container {
height: auto !important;
}
.clip-path--rhombus img {
-webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
}
.clip-path--diamond img {
-webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
}
.clip-path--rhombus-alt img {
-webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
}
/*
The .ext utility is a top-level class that we use to target contents within our patterns.
We use it here to ensure columns blocks display well across themes.
*/
.wp-block-columns[class*="fullwidth-cols"] {
/* no suggestion */
margin-bottom: unset !important;
}
.wp-block-column.editor\:pointer-events-none {
/* no suggestion */
margin-top: 0 !important;
margin-bottom: 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 {
/* no suggestion */
margin-top: calc(-1 * var(--wp--style--block-gap, 28px)) !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"]) {
/* no suggestion */
margin-top: calc(-1 * var(--wp--style--block-gap, 28px)) !important;
}
/* Some popular themes use padding instead of core margin for columns; remove it */
.ext .wp-block-columns .wp-block-column[style*="padding"] {
/* no suggestion */
padding-left: 0 !important;
padding-right: 0 !important;
}
/* Some popular themes add double spacing between columns; remove it */
.ext
.wp-block-columns
+ .wp-block-columns:not([class*="mt-"]):not([class*="my-"]):not([style*="margin"]) {
/* no suggestion */
margin-top: 0 !important;
}
[class*="fullwidth-cols"] .wp-block-column:first-child,
[class*="fullwidth-cols"] .wp-block-group:first-child {
/* no suggestion */
}
[class*="fullwidth-cols"] .wp-block-column:first-child, [class*="fullwidth-cols"] .wp-block-group:first-child {
margin-top: 0 !important;
}
[class*="fullwidth-cols"] .wp-block-column:last-child,
[class*="fullwidth-cols"] .wp-block-group:last-child {
/* no suggestion */
}
[class*="fullwidth-cols"] .wp-block-column:last-child, [class*="fullwidth-cols"] .wp-block-group:last-child {
margin-bottom: 0 !important;
}
[class*="fullwidth-cols"] .wp-block-column:first-child > * {
/* no suggestion */
margin-top: 0 !important;
}
[class*="fullwidth-cols"] .wp-block-column > *:first-child {
/* no suggestion */
margin-top: 0 !important;
}
[class*="fullwidth-cols"] .wp-block-column > *:last-child {
/* no suggestion */
margin-bottom: 0 !important;
}
.ext .is-not-stacked-on-mobile .wp-block-column {
/* no suggestion */
margin-bottom: 0 !important;
}
/* Add base margin bottom to all columns */
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
> .wp-block-column:not(:last-child) {
/* no suggestion */
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
@media (min-width: 782px) {
.wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
> .wp-block-column:not(:last-child) {
/* no suggestion */
margin-bottom: 0 !important;
}
}
/* Remove margin bottom from "not-stacked" columns */
.wp-block-columns[class*="fullwidth-cols"].is-not-stacked-on-mobile
> .wp-block-column {
/* no suggestion */
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(even) {
/* no suggestion */
margin-left: var(--wp--style--block-gap, 2em) !important;
}
}
/*
The `tablet:fullwidth-cols` and `desktop:fullwidth-cols` utilities are used
to counter the core/columns responsive for at our breakpoints.
*/
@media (max-width: 781px) {
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
flex-wrap: wrap !important;
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column {
margin-left: 0 !important;
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column:not([style*="margin"]) {
/* no suggestion */
margin-left: 0 !important;
}
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column {
flex-basis: 100% !important; /* Required to negate core/columns flex-basis */
}
}
@media (max-width: 1079px) {
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
flex-wrap: wrap !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column {
margin-left: 0 !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column:not([style*="margin"]) {
/* no suggestion */
margin-left: 0 !important;
}
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
> .wp-block-column {
flex-basis: 100% !important; /* Required to negate core/columns flex-basis */
}
.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 !important;
}
.direction-ltr {
direction: ltr !important;
}
/* Use "is-style-" prefix to support adding this style to the core/list block */
.is-style-inline-list {
padding-left: 0 !important;
}
.is-style-inline-list li {
/* no suggestion */
list-style-type: none !important;
}
@media (min-width: 782px) {
.is-style-inline-list li {
margin-right: var(--wp--style--block-gap, 1.75rem) !important;
display: inline !important;
}
}
.is-style-inline-list li:first-child {
/* no suggestion */
}
@media (min-width: 782px) {
.is-style-inline-list li:first-child {
margin-left: 0 !important;
}
}
.is-style-inline-list li:last-child {
/* no suggestion */
}
@media (min-width: 782px) {
.is-style-inline-list li:last-child {
margin-right: 0 !important;
}
}
.bring-to-front {
position: relative !important;
z-index: 10 !important;
}
.text-stroke {
-webkit-text-stroke-width: var(
--wp--custom--typography--text-stroke-width,
2px
) !important;
-webkit-text-stroke-color: var(--wp--preset--color--background) !important;
}
.text-stroke--primary {
-webkit-text-stroke-width: var(
--wp--custom--typography--text-stroke-width,
2px
) !important;
-webkit-text-stroke-color: var(--wp--preset--color--primary) !important;
}
.text-stroke--secondary {
-webkit-text-stroke-width: var(
--wp--custom--typography--text-stroke-width,
2px
) !important;
-webkit-text-stroke-color: var(--wp--preset--color--secondary) !important;
}
.editor\:no-caption .block-editor-rich-text__editable {
display: none !important;
}
.editor\:no-inserter > .block-list-appender,
.editor\:no-inserter .wp-block-group__inner-container > .block-list-appender {
display: none !important;
}
.editor\:no-inserter .wp-block-cover__inner-container > .block-list-appender {
display: none !important;
}
.editor\:no-inserter .wp-block-column:not(.is-selected) > .block-list-appender {
display: none !important;
}
.editor\:no-resize .components-resizable-box__handle::after,
.editor\:no-resize .components-resizable-box__side-handle::before,
.editor\:no-resize .components-resizable-box__handle {
display: none !important;
pointer-events: none !important;
}
.editor\:no-resize .components-resizable-box__container {
display: block !important;
}
.editor\:pointer-events-none {
pointer-events: none !important;
}
.is-style-angled {
/* no suggestion */
align-items: center !important;
justify-content: flex-end !important;
}
.ext .is-style-angled > [class*="_inner-container"] {
align-items: center !important;
}
.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
/* no suggestion */
-webkit-clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
z-index: 1 !important;
}
@media (min-width: 782px) {
.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
/* no suggestion */
-webkit-clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
}
}
.has-foreground-color {
/* no suggestion */
color: var(--wp--preset--color--foreground, #000) !important;
}
.has-foreground-background-color {
/* no suggestion */
background-color: var(--wp--preset--color--foreground, #000) !important;
}
.has-background-color {
/* no suggestion */
color: var(--wp--preset--color--background, #fff) !important;
}
.has-background-background-color {
/* no suggestion */
background-color: var(--wp--preset--color--background, #fff) !important;
}
.has-primary-color {
/* no suggestion */
color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-primary-background-color {
/* no suggestion */
background-color: var(--wp--preset--color--primary, #4b5563) !important;
}
.has-secondary-color {
/* no suggestion */
color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
.has-secondary-background-color {
/* no suggestion */
background-color: var(--wp--preset--color--secondary, #9ca3af) !important;
}
/* Ensure themes that target specific elements use the right colors */
.ext.has-text-color p,
.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 {
/* no suggestion */
color: currentColor !important;
}
.has-white-color {
/* no suggestion */
color: var(--wp--preset--color--white, #fff) !important;
}
.has-black-color {
/* no suggestion */
color: var(--wp--preset--color--black, #000) !important;
}
.has-ext-foreground-background-color {
/* no suggestion */
background-color: var(
--wp--preset--color--foreground,
var(--wp--preset--color--black, #000)
) !important;
}
.has-ext-primary-background-color {
/* no suggestion */
background-color: var(
--wp--preset--color--primary,
var(--wp--preset--color--cyan-bluish-gray, #000)
) !important;
}
/* Fix button borders with specified background colors */
.wp-block-button__link.has-black-background-color {
/* no suggestion */
border-color: var(--wp--preset--color--black, #000) !important;
}
.wp-block-button__link.has-white-background-color {
/* no suggestion */
border-color: var(--wp--preset--color--white, #fff) !important;
}
.has-ext-small-font-size {
/* no suggestion */
font-size: var(--wp--preset--font-size--ext-small) !important;
}
.has-ext-medium-font-size {
/* no suggestion */
font-size: var(--wp--preset--font-size--ext-medium) !important;
}
.has-ext-large-font-size {
/* no suggestion */
font-size: var(--wp--preset--font-size--ext-large) !important;
line-height: 1.2 !important;
}
.has-ext-x-large-font-size {
/* no suggestion */
font-size: var(--wp--preset--font-size--ext-x-large) !important;
line-height: 1 !important;
}
.has-ext-xx-large-font-size {
/* no suggestion */
font-size: var(--wp--preset--font-size--ext-xx-large) !important;
line-height: 1 !important;
}
/* Line height */
.has-ext-x-large-font-size:not([style*="line-height"]) {
/* no suggestion */
line-height: 1.1 !important;
}
.has-ext-xx-large-font-size:not([style*="line-height"]) {
/* no suggestion */
line-height: 1.1 !important;
}
.ext .wp-block-group > * {
/* Line height */
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.ext .wp-block-group > * + * {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: 0 !important;
}
.ext h2 {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.has-ext-x-large-font-size + p,
.has-ext-x-large-font-size + h3 {
margin-top: 0.5rem !important;
}
.ext .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75) !important;
min-width: 12rem !important;
}
/* Classic themes use an inner [class*="_inner-container"] that our utilities cannot directly target, so we need to do so with a few */
.ext .ext-grid > [class*="_inner-container"] {
/* no suggestion */
display: grid !important;
}
/* Unhinge grid for container blocks in classic themes, and < 5.9 */
.ext > [class*="_inner-container"] > .ext-grid:not([class*="columns"]),
.ext
> [class*="_inner-container"]
> .wp-block
> .ext-grid:not([class*="columns"]) {
/* no suggestion */
display: initial !important;
}
/* Grid Columns */
.ext .ext-grid-cols-1 > [class*="_inner-container"] {
/* no suggestion */
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-2 > [class*="_inner-container"] {
/* no suggestion */
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-3 > [class*="_inner-container"] {
/* no suggestion */
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-4 > [class*="_inner-container"] {
/* no suggestion */
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-5 > [class*="_inner-container"] {
/* no suggestion */
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-6 > [class*="_inner-container"] {
/* no suggestion */
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-7 > [class*="_inner-container"] {
/* no suggestion */
grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-8 > [class*="_inner-container"] {
/* no suggestion */
grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-9 > [class*="_inner-container"] {
/* no suggestion */
grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-10 > [class*="_inner-container"] {
/* no suggestion */
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-11 > [class*="_inner-container"] {
/* no suggestion */
grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-12 > [class*="_inner-container"] {
/* no suggestion */
grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-13 > [class*="_inner-container"] {
/* no suggestion */
grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
}
.ext .ext-grid-cols-none > [class*="_inner-container"] {
/* no suggestion */
grid-template-columns: none !important;
}
/* Grid Rows */
.ext .ext-grid-rows-1 > [class*="_inner-container"] {
/* no suggestion */
grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-2 > [class*="_inner-container"] {
/* no suggestion */
grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-3 > [class*="_inner-container"] {
/* no suggestion */
grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-4 > [class*="_inner-container"] {
/* no suggestion */
grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-5 > [class*="_inner-container"] {
/* no suggestion */
grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-6 > [class*="_inner-container"] {
/* no suggestion */
grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
.ext .ext-grid-rows-none > [class*="_inner-container"] {
/* no suggestion */
grid-template-rows: none !important;
}
/* Align */
.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 {
/* no suggestion */
margin-bottom: 0 !important;
}
/* For <5.9 */
.ext .wp-block-group__inner-container {
/* no suggestion */
padding: 0 !important;
}
.ext.has-background {
/* no suggestion */
padding-left: var(--wp--style--block-gap, 1.75rem) !important;
padding-right: var(--wp--style--block-gap, 1.75rem) !important;
}
/* Fallback for classic theme group blocks */
.ext *[class*="inner-container"] > .alignwide *[class*="inner-container"],
.ext
*[class*="inner-container"]
> [data-align="wide"]
*[class*="inner-container"] {
/* no suggestion */
max-width: var(--responsive--alignwide-width, 120rem) !important;
}
.ext *[class*="inner-container"] > .alignwide *[class*="inner-container"] > *,
.ext
*[class*="inner-container"]
> [data-align="wide"]
*[class*="inner-container"]
> * {
/* no suggestion */
}
.ext *[class*="inner-container"] > .alignwide *[class*="inner-container"] > *, .ext
*[class*="inner-container"]
> [data-align="wide"]
*[class*="inner-container"]
> * {
max-width: 100% !important;
}
/* Ensure image block display is standardized */
.ext .wp-block-image {
/* no suggestion */
position: relative !important;
text-align: center !important;
}
.ext .wp-block-image img {
/* no suggestion */
display: inline-block !important;
vertical-align: middle !important;
}
body {
/* no suggestion */
/* We need to abstract this out of tailwind.config because clamp doesnt translate with negative margins */
--extendify--spacing--large: var(
--wp--custom--spacing--large,
clamp(2em, 8vw, 8em)
) !important;
/* Add pattern preset font sizes */
--wp--preset--font-size--ext-small: 1rem !important;
--wp--preset--font-size--ext-medium: 1.125rem !important;
--wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem) !important;
--wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem) !important;
--wp--preset--font-size--ext-xx-large: clamp(3.25rem, 7.5vw, 5.75rem) !important;
/* Fallbacks for pre 5.9 themes */
--wp--preset--color--black: #000 !important;
--wp--preset--color--white: #fff !important;
}
.ext * {
box-sizing: border-box !important;
}
/* Astra: Remove spacer block visuals in the library */
.block-editor-block-preview__content-iframe
.ext
[data-type="core/spacer"]
.components-resizable-box__container {
/* no suggestion */
background: transparent !important;
}
.block-editor-block-preview__content-iframe
.ext
[data-type="core/spacer"]
.block-library-spacer__resize-container::before {
/* no suggestion */
display: none !important;
}
/* Twenty Twenty adds a lot of margin automatically to blocks. We only want our own margin added to our patterns. */
.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
/* no suggestion */
margin-top: unset !important;
margin-bottom: unset !important;
}
/* Ensure no funky business is assigned to alignwide */
.ext .alignwide {
/* no suggestion */
margin-left: auto !important;
margin-right: auto !important;
}
/* Negate blockGap being inappropriately assigned in the editor */
.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"]) {
/* no suggestion */
margin-top: calc(-1 * var(--wp--style--block-gap, 28px)) !important;
}
/* Ensure vh content in previews looks taller */
.block-editor-block-preview__content-iframe .preview\:min-h-50 {
/* no suggestion */
min-height: 50vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-60 {
/* no suggestion */
min-height: 60vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-70 {
/* no suggestion */
min-height: 70vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-80 {
/* no suggestion */
min-height: 80vw !important;
}
.block-editor-block-preview__content-iframe .preview\:min-h-100 {
/* no suggestion */
min-height: 100vw !important;
}
/* Removes excess margin when applied to the alignfull parent div in Block Themes */
.ext-mr-0.alignfull:not([style*="margin"]):not([style*="margin"]) {
/* no suggestion */
margin-right: 0 !important;
}
.ext-ml-0:not([style*="margin"]):not([style*="margin"]) {
/* no suggestion */
margin-left: 0 !important;
}
/* Ensures fullwidth blocks display properly in the editor when margin is zeroed out */
.is-root-container
.wp-block[data-align="full"]
> .ext-mx-0:not([style*="margin"]):not([style*="margin"]) {
/* no suggestion */
margin-right: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
margin-left: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
overflow: hidden !important;
width: unset !important;
}
@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-top: 0 !important;
margin-bottom: 0 !important;
}
.tablet\:ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.tablet\:ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.tablet\:ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.tablet\:ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: 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-top: 0 !important;
padding-bottom: 0 !important;
}
.tablet\:ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.tablet\:ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: 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-top: 0 !important;
margin-bottom: 0 !important;
}
.desktop\:ext-my-auto:not([style*="margin"]) {
margin-top: auto !important;
margin-bottom: auto !important;
}
.desktop\:ext-my-base:not([style*="margin"]) {
margin-top: var(--wp--style--block-gap, 1.75rem) !important;
margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-my-lg:not([style*="margin"]) {
margin-top: var(--extendify--spacing--large, 3rem) !important;
margin-bottom: var(--extendify--spacing--large, 3rem) !important;
}
.desktop\:ext--my-base:not([style*="margin"]) {
margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
}
.desktop\:ext--my-lg:not([style*="margin"]) {
margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
margin-bottom: 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-top: 0 !important;
padding-bottom: 0 !important;
}
.desktop\:ext-py-base:not([style*="padding"]) {
padding-top: var(--wp--style--block-gap, 1.75rem) !important;
padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
}
.desktop\:ext-py-lg:not([style*="padding"]) {
padding-top: var(--extendify--spacing--large, 3rem) !important;
padding-bottom: 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;
}
}
</style>]]>
|
3287
| <![CDATA[<style type="text/css">
alora_2.9.0 {
color: green;
}
html,
body {
background-color: #ffffff;
}
/* IE11 hack */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
.alora-select-parent .alora-select-arrow,
.select-arrow,
.wpcf7-select-parent .select-arrow {
height: 33px;
line-height: 33px;
}
.gravity-select-parent .select-arrow {
height: 24px;
line-height: 24px;
}
#wrapper .gf_browser_ie.gform_wrapper .button,
#wrapper .gf_browser_ie.gform_wrapper .gform_footer input.button {
padding: 0 20px;
}
}
#wrapper a:hover,
.tooltip-shortcode,
#sidebar .slide-excerpt .slide-title a:hover,
.footer-area .slide-excerpt .slide-title a:hover,
#slidingbar-area .slide-excerpt .slide-title a:hover,
.page-title ul li a:hover,
.footer-area ul li a:hover,
.footer-area .tab-holder .news-list li .post-holder a:hover,
.side-nav li.current_page_item a,
.project-content .project-info .project-info-box a:hover,
span.dropcap,
.footer-area a:hover,
.copyright a:hover,
#sidebar .widget_categories li a:hover,
#main .post h2 a:hover,
#sidebar .widget li a:hover,
h5.toggle:hover a,
.tooltip-shortcode,
.pagination.single-pagination > a:hover .current,
.pagination-prev:hover:before,
.pagination-next:hover:after,
.single-navigation a[rel=prev]:hover:before,
.single-navigation a[rel=next]:hover:after,
#sidebar .widget_nav_menu li a:hover:before,
#sidebar .widget_categories li a:hover:before,
#sidebar .widget .recentcomments:hover:before,
#sidebar .widget_recent_entries li a:hover:before,
#sidebar .widget_archive li a:hover:before,
#sidebar .widget_pages li a:hover:before,
#sidebar .widget_links li a:hover:before,
.side-nav .arrow:hover:after,
.single-navigation a:hover,
.woocommerce .address .edit:hover:after,
.my_account_orders .order-actions a:hover:after,
.post-content ul.list-icon-color-light li:before,
.woocommerce-tabs .tabs a:hover .arrow:after,
.woocommerce-pagination .prev:hover:before,
.woocommerce-pagination .next:hover:after,
#wrapper .cart-checkout a:hover,
#wrapper .cart-checkout a:hover:before,
#wrapper .header-social .top-menu .cart-checkout a:hover,
.widget_shopping_cart_content .total .amount,
.widget_layered_nav li a:hover:before,
.widget_product_categories li a:hover:before,
#header-sticky .my-account-link-active:after,
#header .my-account-link-active:after,
.woocommerce-side-nav li.active a,
.woocommerce-side-nav li.active a:after,
.rtl .more a:hover:before,
.rtl .read-more:hover:before,
.rtl .entry-read-more a:hover:before,
#wrapper #sidebar .current_page_item > a,
#wrapper #sidebar .current-menu-item > a,
#wrapper #sidebar .current_page_item > a:before,
#wrapper #sidebar .current-menu-item > a:before,
#wrapper .footer-area .current_page_item > a,
#wrapper .footer-area .current-menu-item > a,
#wrapper .footer-area .current_page_item > a:before,
#wrapper .footer-area .current-menu-item > a:before,
#wrapper #slidingbar-area .current_page_item > a,
#wrapper #slidingbar-area .current-menu-item > a,
#wrapper #slidingbar-area .current_page_item > a:before,
#wrapper #slidingbar-area .current-menu-item > a:before,
.side-nav ul > li.current_page_item > a,
.side-nav li.current_page_ancestor > a,
.t4p-accordian .panel-title a:hover {
color: #087ec7;
}
.t4p-content-boxes .heading-link:hover h2 {
color: #087ec7 !important;
}
.t4p-content-boxes .heading-link:hover .icon i {
background-color: #087ec7 !important;
border-color: #087ec7 !important;
}
.pagination a.inactive:hover,
.woocommerce-pagination .page-numbers:hover {
border-color: #087ec7;
}
.tagcloud a:hover,
#slidingbar-area .tagcloud a:hover,
.footer-area .tagcloud a:hover {
color: #FFFFFF;
}
#sticky-nav ul .current_page_item a,
#sticky-nav ul .current-menu-item a,
#sticky-nav ul > .current-menu-parent a,
#nav ul ul,
#sticky-nav ul ul,
.navigation li.current-menu-ancestor a,
#nav ul .current-menu-ancestor > a,
#sticky-nav ul .current-menu-ancestor > a,
#nav ul > .current_page_ancestor a,
#nav ul > .current_page_item a,
#nav ul > .current-menu-item a,
#nav ul > .current-menu-parent a,
#sticky-nav ul > .current_page_ancestor a,
#sticky-nav ul > .current_page_item a,
#sticky-nav ul > .current-menu-item a,
#sticky-nav ul > .current-menu-parent a,
.reading-box,
#nav ul > li > a:hover,
#sticky-nav ul > li > a:hover,
#sidebar .alora_tabs .image:hover,
.footer-area .alora_tabs .image:hover,
#slidingbar .alora_tabs .image:hover,
#sidebar .flickr_badge_image img:hover,
.footer-area .flickr_badge_image img:hover,
#slidingbar .flickr_badge_image img:hover,
#sidebar .recent_works img:hover,
.footer-area .recent_works img:hover,
#slidingbar .recent_works img:hover,
.image .image-extras,
#header-sticky .my-account-link:hover:after,
#header .my-account-link:hover:after,
body #header-sticky .my-account-link-active:after,
body #header .my-account-link-active:after,
.cart-content a:hover img,
.product_list_widget .wp-post-image:hover #bbpress-forums div.bbp-topic-tags a:hover,
.t4p-tabs .nav-tabs li .tab-link:focus,
.t4p-tabs .nav-tabs li.active .tab-link {
border-color: #087ec7;
}
#nav ul a.search-link:hover,
#sticky-nav ul a.search-link:hover {
border-color: transparent!important;
}
#nav ul .current-menu-parent > a:before,
#nav ul .current_page_item > a:before,
#sticky-nav ul .current-menu-parent > a:before,
#sticky-nav ul .current_page_item > a:before,
#wrapper .alora_tabs .tab-holder .tabs li.active a,
#nav > ul > .current-menu-parent > a:before,
#nav > ul > .current_page_item > a:before,
#nav > ul > .current-menu-item > a:before,
#nav > ul > .current-menu-ancestor > a:before,
#sticky-nav > ul > .current_page_item > a:before,
#sticky-nav > ul > .current-menu-item > a:before,
#sticky-nav > ul > .current-menu-parent > a:before,
#sticky-nav > ul > .current-menu-ancestor > a:before,
.t4p-tabs .nav-tabs li .tab-link:focus,
.t4p-tabs .nav-tabs li.active .tab-link {
background: #087ec7;
}
#wrapper .side-nav li.current_page_item a {
border-right-color: #087ec7;
}
.rtl #wrapper .side-nav li.current_page_item a {
border-left-color: #087ec7;
}
.header-v2 .header-social,
.header-v3 .header-social,
.header-v4 .header-social,
.header-v5 .header-social,
.header-v2 {
border-top-color: #087ec7;
}
.progress-bar-content,
.pagination .current,
.header-v3 .header-social,
.header-v4 .header-social,
.header-v5 .header-social,
.table-2 table thead,
.wooslider .wooslider-prev:hover,
.wooslider .wooslider-next:hover,
.main-flex .flex-prev:hover,
.main-flex .flex-next:hover,
.image .image-extras .image-extras-content h3,
#sidebar .image .image-extras .image-extras-content h3,
.ei-title h2,
.ei-slider-thumbs li.ei-slider-element,
.ls-alora a.ls-nav-prev:hover,
.ls-alora a.ls-nav-next:hover,
.onsale,
.woocommerce-pagination .current,
.woocommerce .social-share li a:hover,
.price_slider_wrapper .ui-slider .ui-slider-range,
.cart-loading,
.flex-direction-nav a:hover,
.t4p-flexslider .flex-direction-nav a:hover,
#toTop,
.t4p-counters-box .t4p-counter-box .counter-box-container {
background-color: #087ec7;
}
.t4p-counters-box .t4p-counter-box .counter-box-border {
border-color: #0079d4;
}
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
background-color: #ffffe8;
opacity: 1;
}
#wrapper #sidebar .wooslider .wooslider-direction-nav a:hover,
#wrapper .wooslider a:hover,
#wrapper .flex-direction-nav a:hover,
#wrapper .wooslider .wooslider-prev,
#wrapper .wooslider .wooslider-next,
#wrapper .main-flex .flex-prev,
#wrapper .main-flex .flex-next,
#wrapper .products-slider .image-extras h3 a,
#wrapper .simple-products-slider .image-extras h3 a,
#wrapper #sidebar .flex-direction-nav a:hover,
#wrapper #sidebar .products-slider .image-extras h3 a:hover,
#wrapper #sidebar .simple-products-slider .image-extras h3 a:hover,
#wrapper .portfolio-tabs li.active a,
#wrapper .faq-tabs li.active a,
#wrapper h5.toggle.active a,
#wrapper h5.toggle.active a:hover,
#wrapper .shortcode-tabs .tab-hold .tabs li.active a,
#wrapper #main .reading-box .button:hover,
#wrapper #main .continue.button:hover,
#wrapper #main .portfolio-one .button:hover,
#wrapper #main .comment-form input[type="submit"]:hover,
#wrapper .comment-form input[type="submit"]:hover,
#wrapper .button:hover,
#wrapper .button .lightgray:hover,
#wrapper span.more a:hover,
#wrapper a .button:hover,
#wrapper .woocommerce-pagination .page-numbers.current:hover,
#wrapper .grid-layout .post .meta-info .alignleft a.read-more,
#wrapper .timeline-layout .post .meta-info .alignleft a.read-more,
#wrapper .post-content .wooslider .slide-excerpt .slide-title a,
#wrapper #sidebar .product-buttons .add_to_cart_button:hover,
#wrapper #sidebar .product-buttons .product_type_simple:hover,
#wrapper .product-buttons .add_to_cart_button:hover,
#wrapper .flex-direction-nav a,
#wrapper .ls-alora a.ls-nav-prev:hover,
#wrapper .ls-alora a.ls-nav-next:hover,
#wrapper .tagcloud a:hover {
color: #fff;
}
.mobile-nav-holder .mobile-selector,
.mobile-topnav-holder .mobile-selector,
#mobile-nav {
background-color: #f9f9f9}
.mobile-nav-holder .mobile-selector,
.mobile-topnav-holder .mobile-selector,
#mobile-nav,
#mobile-nav li a,
.mobile-nav-holder .mobile-selector .selector-down,
.mobile-topnav-holder .mobile-selector .selector-down {
border-color: #dadada!important;
}
.mobile-nav-holder .mobile-selector .selector-down:before {
color: #dadada;
}
#mobile-nav li a:hover {
background-color: #f6f6f6}
.sticky-header #sticky-nav > ul > li a {
font-size: 14px;
}
.sticky-header .cart-checkout .cart-link a,
.sticky-header .cart-checkout .checkout-link a {
font-size: 12px;
}
body #header-sticky.sticky-header {
background: rgba(255, 255, 255, 0.97);
}
.no-rgba #header-sticky.sticky-header {
background: #ffffff;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=97);
opacity: 0.97;
}
#sticky-nav ul li a {
border-color: rgba(255, 255, 255, 0);
}
.no-rgba #sticky-nav ul li a {
border-color: #ffffff;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
}
#header,
#small-nav {
background-color: #ffffff;
}
#nav ul a,
#sticky-nav ul a {
border-color: #ffffff;
}
#main,
#wrapper,
.t4p-separator .t4p-icon-wrapper,
html,
body,
.bbp-arrow {
background-color: #ffffff;
}
.footer-area {
background-color: #0080b8;
}
#wrapper .footer-area .alora_tabs .tab-holder .tabs li {
border-color: #0080b8;
}
.footer-area {
border-color: #f7f7f7;
}
#footer {
background-color: #262626;
}
#footer {
border-color: #080808;
}
.sep-boxed-pricing .panel-heading,
.sep-boxed-pricing .pricing-row {
background-color: #169FE6;
}
#main .reading-box .button,
#main .continue.button,
#main .portfolio-one .button,
#main .comment-submit,
#reviews input#submit,
.comment-form input[type="submit"],
.button,
.button-default,
.button.default,
a.read-more,
.pagination .current,
.tagcloud a:hover,
.portfolio-tabs li.active a,
.faq-tabs li.active a,
h5.toggle.active a,
h5.toggle.active a:hover,
span.more a,
.project-content .project-info .project-info-box a.button,
input[type="submit"],
.price_slider_amount button,
.gform_wrapper .gform_button,
.woocommerce-pagination .current,
.widget_shopping_cart_content .buttons a,
.woocommerce-success-message a.button,
.woocommerce .order-again .button,
.woocommerce-message .wc-forward,
.woocommerce .wc-backward,
.woocommerce .button.view,
.product-buttons .add_to_cart_button,
.product-buttons .button.product_type_grouped,
.product-buttons .button.product_type_simple,
.product-buttons .button.product_type_external,
.wpcf7-form input.button,
.wpcf7-form input[type="submit"],
.wpcf7-submit,
.woocommerce .single_add_to_cart_button,
.woocommerce .button.view,
.woocommerce .shipping-calculator-form .button,
.woocommerce form.checkout #place_order,
.woocommerce .checkout_coupon .button,
.woocommerce .login .button,
.woocommerce .register .button,
.woocommerce .alora-order-details .order-again .button,
.t4p-accordian .panel-title a.active {
background: #169FE6;
background-image: -webkit-gradient( linear, left bottom, left top, from( #1282bd), to( #169FE6));
background-image: -webkit-linear-gradient( bottom, #1282bd, #169FE6);
background-image: -moz-linear-gradient( bottom, #1282bd, #169FE6);
background-image: -o-linear-gradient( bottom, #1282bd, #169FE6);
background-image: linear-gradient( to top, #1282bd, #169FE6);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#169FE6', endColorstr='#1282bd');
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.no-cssgradients #main .portfolio-one .button,
.no-cssgradients #main .comment-submit,
.no-cssgradients #reviews input#submit,
.no-cssgradients .comment-form input[type="submit"],
.no-cssgradients .wpcf7-form input[type="submit"],
.no-cssgradients .wpcf7-submit,
.no-cssgradients .bbp-submit-wrapper button,
.no-cssgradients .button-default,
.no-cssgradients .button.default,
.no-cssgradients .price_slider_amount button,
.no-cssgradients .gform_wrapper .gform_button. .no-cssgradients .woocommerce .single_add_to_cart_button,
.no-cssgradients .woocommerce .shipping-calculator-form .button,
.no-cssgradients .woocommerce form.checkout #place_order,
.no-cssgradients .woocommerce .checkout_coupon .button,
.no-cssgradients .woocommerce .login .button,
.no-cssgradients .woocommerce .register .button,
.no-cssgradients .woocommerce .alora-order-details .order-again .button {
background: #169FE6;
}
#main .portfolio-one .button:hover,
#main .comment-submit:hover,
#reviews input#submit:hover,
.comment-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-submit:hover,
.bbp-submit-wrapper button:hover,
.button:hover,
.button-default:hover,
.button.default:hover,
.price_slider_amount button:hover,
.gform_wrapper .gform_button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .shipping-calculator-form .button:hover,
.woocommerce form.checkout #place_order:hover,
.woocommerce .checkout_coupon .button:hover,
.woocommerce .login .button:hover,
.woocommerce .register .button:hover,
.woocommerce .alora-order-details .order-again .button:hover,
.woocommerce .button.view:hover,
#main .reading-box .button:hover,
#main .continue.button:hover,
#main .comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover,
.button:hover,
.button .lightgray:hover,
a.read-more:hover,
.pagination .current:hover,
span.more a:hover,
a.button:hover,
.woocommerce-pagination .page-numbers.current:hover,
.product-buttons .add_to_cart_button:hover,
.product-buttons .button.product_type_grouped:hover,
.product-buttons .button.product_type_simple:hover,
.product-buttons .button.product_type_external:hover {
background: #777777;
background-image: -webkit-gradient( linear, left bottom, left top, from( #555555), to( #777777));
background-image: -webkit-linear-gradient( bottom, #555555, #777777);
background-image: -moz-linear-gradient( bottom, #555555, #777777);
background-image: -o-linear-gradient( bottom, #555555, #777777);
background-image: linear-gradient( to top, #555555, #777777);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#555555');
}
.no-cssgradients #main .portfolio-one .button:hover,
.no-cssgradients #main .comment-submit:hover,
.no-cssgradients #reviews input#submit:hover,
.no-cssgradients .comment-form input[type="submit"]:hover,
.no-cssgradients .wpcf7-form input[type="submit"]:hover,
.no-cssgradients .bbp-submit-wrapper button:hover,
.no-cssgradients .button.default,
.no-cssgradients .price_slider_amount button:hover,
.no-cssgradients .gform_wrapper .gform_button:hover,
.no-cssgradients .woocommerce .single_add_to_cart_button:hover .no-cssgradients .woocommerce .shipping-calculator-form .button:hover,
.no-cssgradients .woocommerce form.checkout #place_order:hover,
.no-cssgradients .woocommerce .checkout_coupon .button:hover,
.no-cssgradients .woocommerce .login .button:hover,
.no-cssgradients .woocommerce .register .button:hover .no-cssgradients .woocommerce .alora-order-details .order-again .button:hover,
.no-cssgradients #main .reading-box .button:hover,
.no-cssgradients #main .continue.button:hover,
.no-cssgradients #main .comment-form input[type="submit"]:hover,
.no-cssgradients .comment-form input[type="submit"]:hover,
.no-cssgradients .button:hover,
.no-cssgradients .button .lightgray:hover,
.no-cssgradients a.read-more:hover,
.no-cssgradients .pagination .current:hover,
.no-cssgradients span.more a:hover,
.no-cssgradients a .button:hover,
.no-cssgradients .woocommerce-pagination .page-numbers.current:hover {
background: #777777!important;
}
.image .image-extras .image-extras-content .icon.link-icon,
.image .image-extras .image-extras-content .icon.gallery-icon {
background-color: #333333;
}
.page-title-container {
border-color: #f5f5f5;
}
.footer-area {
padding-top: 43px;
padding-bottom: 40px;
}
#footer {
padding-top: 18px;
padding-bottom: 18px;
}
.fontawesome-icon.circle-yes {
background-color: #f2f2f2;
}
.fontawesome-icon.circle-yes {
border-color: #f2f2f2;
}
.fontawesome-icon,
.fontawesome-icon.circle-yes,
.alora-myaccount-data .digital-downloads li:before,
.alora-myaccount-data .digital-downloads li:after,
.alora-thank-you .order_details li:before,
.alora-thank-you .order_details li:after,
.post-content .error-menu li:before,
.post-content .error-menu li:after {
color: #747474;
}
.t4p-title .title-sep,
.product .product-border {
border-color: #f0f0f0;
}
.review blockquote q,
.post-content blockquote {
background-color: #f6f6f6;
}
.post-content .review blockquote:after,
.review blockquote:after {
border-top-color: #f6f6f6;
}
.review blockquote q,
.post-content blockquote {
color: #747474;
}
body,
#nav ul li ul li a,
#sticky-nav ul li ul li a,
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-widgets-container,
.more,
.alora-container h3,
.meta .date,
.review blockquote q,
.review blockquote div strong,
.image .image-extras .image-extras-content h4,
.project-content .project-info h4,
.post-content blockquote,
.button.large,
.button.small,
.button.medium,
.button.xlarge,
.ei-title h3,
.cart-contents,
.comment-form input[type="submit"],
.wpcf7-form input[type="submit"],
.gform_wrapper .gform_button,
.woocommerce-success-message .button,
.woocommerce .single_add_to_cart_button,
.woocommerce .shipping-calculator-form .button,
.woocommerce form.checkout #place_order,
.woocommerce .checkout_coupon .button,
.woocommerce .login .button,
.woocommerce .register .button,
.page-title h3,
.blog-shortcode h3.timeline-title,
#reviews #comments > h2,
.image .image-extras .image-extras-content h3,
.image .image-extras .image-extras-content h2,
.image .image-extras .image-extras-content a,
.image .image-extras .image-extras-content .cats,
.image .image-extras .image-extras-content .cats a,
.image .image-extras .image-extras-content .price,
.footer-area h3,
#slidingbar-area h3,
.image .image-extras .image-extras-content h3,
.simple-products-slider .image-extras h3,
.products-slider .image-extras h3,
#main .image .image-extras .image-extras-content h3,
input,
textarea,
select,
.portfolio-tabs li.active a,
.faq-tabs li.active a,
.post-content p,
.post-content span,
.excerpt-container,
.content-container,
.counter-box-content {
font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.alora-container h3,
.review blockquote div strong,
.footer-area h3,
#slidingbar-area h3,
.button.large,
.button.small,
.button.medium,
.button.xlarge,
.woocommerce .single_add_to_cart_button,
.woocommerce .shipping-calculator-form .button,
.woocommerce form.checkout #place_order,
.woocommerce .checkout_coupon .button,
.woocommerce .login .button,
.woocommerce .register .button,
.woocommerce .alora-order-details .order-again .button,
.comment-form input[type="submit"],
.wpcf7-form input[type="submit"],
.gform_wrapper .gform_button {
font-weight: bold;
}
.meta .date,
.review blockquote q,
.post-content blockquote {
font-style: italic;
}
#nav,
#sticky-nav,
.navigation,
.side-nav li a {
font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
}
#main .reading-box h2,
#main h2,
.page-title h1,
.image .image-extras .image-extras-content h3,
.image .image-extras .image-extras-content h3 a,
#main .post h2,
#sidebar .widget h3,
#wrapper .tab-holder .tabs li a,
.share-box h4,
.project-content h3,
.author .author_title,
.t4p-accordian .panel a,
.t4p-pricing-table .title-row,
.t4p-pricing-table .pricing-row,
.person-author-wrapper,
.t4p-accordian .panel-title,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.ei-title h2,
#header-sticky .tagline,
#header .tagline,
table th,
.project-content .project-info h4,
.woocommerce-success-message .msg,
.product-title,
.cart-empty,
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-title {
font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
}
.footer-area h3,
#slidingbar-area h3 {
font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
}
body,
#sidebar .slide-excerpt h2,
.footer-area .slide-excerpt h2,
#slidingbar-area .slide-excerpt h2,
#jtwt .jtwt_tweet,
#sidebar #jtwt .jtwt_tweet,
.excerpt-container,
.content-container,
.counter-box-content {
font-size: 15px;
line-height: 23px;
}
.project-content .project-info h4,
.gform_wrapper label,
.gform_wrapper .gfield_description,
.footer-area ul,
#slidingbar-area ul,
.tab-holder .news-list li .post-holder a,
.tab-holder .news-list li .post-holder .meta,
.review blockquote q {
font-size: 15px;
line-height: 23px;
}
.blog-shortcode h3.timeline-title {
font-size: 15px;
line-height: 15px;
}
.counter-box-content,
.t4p-alert {
font-size: 15px;
}
body,
#sidebar .slide-excerpt h2,
.footer-area .slide-excerpt h2,
#slidingbar-area .slide-excerpt h2,
.excerpt-container,
.content-container,
.counter-box-content,
.t4p-list-content-wrap p {
line-height: 25px;
}
.project-content .project-info h4 {
line-height: 25px;
}
#nav,
#sticky-nav,
.navigation,
a.search-link {
font-size: 17px;
}
#wrapper #nav ul li ul li a,
#wrapper #sticky-nav ul li ul li a,
#wrapper #nav ul li .cart-contents strong {
font-size: 16px;
}
.header-social *,
#wrapper .header-social .menu .cart-contents strong {
font-size: 12px;
}
.breadcrumbs,
.page-title ul li,
.page-title ul li a {
font-size: 11px;
}
.side-nav li a {
font-size: 14px;
}
#sidebar .widget h3 {
font-size: 14px;
}
#slidingbar-area h3 {
font-size: 22px;
line-height: 22px;
}
.footer-area h3 {
font-size: 22px;
line-height: 22px;
}
.copyright {
font-size: 12px;
}
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-title {
font-size: 15px;
}
#header-sticky .alora-row,
#header .alora-row,
#main .alora-row,
.footer-area .alora-row,
#slidingbar-area .alora-row,
#footer .alora-row {
max-width: 1272px;
}
.post-content h1 {
font-size: 32px !important;
line-height: 48px !important;
}
.post-content h1 {
line-height: 48px;
}
#wrapper .post-content h2,
.post-content h2,
.title h2,
#main .post-content .title h2,
.page-title h1,
#main .post h2 a,
.woocommerce .checkout h3 {
font-size: 30px;
line-height: 45px;
}
#wrapper .post-content h2,
#wrapper .t4p-title h2,
#wrapper #main .post-content .t4p-title h2,
#wrapper .title h2,
#wrapper #main .post-content .title h2,
#wrapper #main .post h2,
#wrapper #main .post h2 a,
#wrapper .woocommerce .checkout h3,
.cart-empty,
#main .portfolio h2 {
line-height: 35px;
}
.post-content h3,
.project-content h3,
#header .tagline,
.product-title {
font-size: 16px;
line-height: 24px;
}
p.demo_store {
font-size: 16px;
}
.post-content h3,
.project-content h3,
#header .tagline,
.product-title {
line-height: 24px;
}
.post-content h4,
.portfolio-item .portfolio-content h4,
.image-extras .image-extras-content h3,
.image-extras .image-extras-content h3 a,
.t4p-person .person-author-wrapper .person-name,
.t4p-person .person-author-wrapper .person-title {
font-size: 13px;
line-height: 20px;
}
#wrapper .tab-holder .tabs li a,
.person-author-wrapper,
#reviews #comments > h2 {
font-size: 13px;
}
.t4p-accordian .panel-title a {
font-size: 13px;
}
.share-box h4 {
font-size: 13px;
line-height: 13px;
}
.post-content h4,
#reviews #comments > h2,
.t4p-person .person-author-wrapper .person-name,
.t4p-person .person-author-wrapper .person-title {
line-height: 20px;
}
.post-content h5 {
font-size: 12px;
line-height: 18px;
}
.post-content h5 {
line-height: 18px;
}
.post-content h6 {
font-size: 11px;
line-height: 17px;
}
.post-content h6 {
line-height: 17px;
}
.ei-title h2 {
font-size: 42px;
line-height: 46px;
}
.ei-title h3 {
font-size: 20px;
line-height: 30px;
}
.t4p-recent-posts .columns .column .meta {
font-size: 14px;
line-height: 21px;
}
.post .meta-info,
.t4p-blog-grid .entry-meta-single,
.t4p-blog-timeline .entry-meta-single,
.t4p-blog-grid .entry-comments,
.t4p-blog-timeline .entry-comments,
.t4p-blog-grid .entry-read-more,
.t4p-blog-timeline .entry-read-more,
.t4p-blog-medium .entry-meta,
.t4p-blog-large .entry-meta,
.t4p-blog-medium-alternate .entry-meta,
.t4p-blog-large-alternate .entry-meta,
.t4p-blog-medium-alternate .entry-read-more,
.t4p-blog-large-alternate .entry-read-more,
.t4p-recent-posts .columns .column .meta,
.post .single-line-meta {
font-size: 14px;
}
.cart-contents *,
.top-menu .cart-content a .cart-title,
.top-menu .cart-content a .quantity,
#header-sticky .cart-content a .cart-title,
#header-sticky .cart-content a .quantity,
#header .cart-content a .cart-title,
#header .cart-content a .quantity,
.sticky-header #sticky-nav .cart-checkout a,
#header .cart-checkout a {
font-size: 12px;
line-height: 18px;
}
.pagination,
.pagination .current,
.woocommerce-pagination,
.pagination .pagination-next,
.woocommerce-pagination .next,
.pagination .pagination-prev,
.woocommerce-pagination .prev {
font-size: 14px;
}
body,
.post .post-content,
.post-content blockquote,
#wrapper .tab-holder .news-list li .post-holder .meta,
#sidebar #jtwt,
.meta,
.review blockquote div,
.search input,
.project-content .project-info h4,
.title-row,
.quantity .qty,
.quantity .minus,
.quantity .plus,
.shop_table .product-remove a,
.shop_table .product-thumbnail a,
.timeline-layout h3.timeline-title,
.blog-timeline-layout h3.timeline-title,
#reviews #comments > h2 {
color: #747474;
}
.post-content h1,
.title h1,
.single-product .woocommerce-message {
color: #333333;
}
.post-content h2,
.t4p-title h2,
.title h2,
.woocommerce-tabs h2,
.search-page-search-form h2,
.cart-empty,
.woocommerce h2,
.woocommerce .checkout h3 {
color: #333333;
}
.post-content h3,
#sidebar .widget h3,
.project-content h3,
.t4p-title h3,
.title h3,
#header .tagline,
.person-author-wrapper span,
.post-content .product-title,
.post-content .product-title a {
color: #333333;
}
.post-content h4,
.project-content .project-info h4,
.share-box h4,
.t4p-title h4,
.title h4,
#wrapper .tab-holder .tabs li a,
.t4p-accordian .panel a {
color: #333333;
}
.post-content h5,
h5.toggle a,
.t4p-title h5,
.title h5 {
color: #333333;
}
.post-content h6,
.t4p-title h6,
.title h6 {
color: #333333;
}
.page-title h1 {
color: #333333;
}
.sep-boxed-pricing .panel-heading h3 {
color: #ffffff;
}
.sep-boxed-pricing .panel-container,
.full-boxed-pricing {
border-color: #dcdcdc;
}
.full-boxed-pricing.t4p-pricing-table .panel-heading h3 {
color: #333333;
}
.post-content a,
.project-content .project-info .project-info-box .project-terms a:hover,
#sidebar .widget_categories li,
.image-extras a,
.my_account_orders .order-number a {
color: #0080b8;
}
.page-title ul li {
color: #888888;
}
#slidingbar-area h3 {
color: #ffffff;
}
#slidingbar-area,
#slidingbar-area article.col,
#slidingbar-area #jtwt,
#slidingbar-area #jtwt .jtwt_tweet {
color: #8C8989;
}
#slidingbar-area a,
#wrapper #slidingbar-area .alora_tabs .tab-holder .tabs li a {
color: #BFBFBF;
}
#sidebar .widget h3,
#sidebar .widget .heading h3 {
color: #333333;
}
.footer-area h3 {
color: #ffffff;
}
.footer-area,
.footer-area article.col,
.footer-area #jtwt,
.footer-area #jtwt .jtwt_tweet,
.copyright {
color: #ffffff;
}
.footer-area a,
#wrapper .footer-area .alora_tabs .tab-holder .tabs li a,
.footer-area .tab-holder .news-list li .post-holder a,
.copyright a {
color: #ffffff;
}
#nav ul a,
#sticky-nav ul a,
.side-nav li a,
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-title,
.my-cart-link:after,
a.search-link:after {
color: #888888;
}
#header-sticky .my-account-link:after,
#header .my-account-link:after {
border-color: #888888;
}
#nav .sf-arrows > li > .sf-with-ul:after,
#sticky-nav .sf-arrows > li > .sf-with-ul:after {
color: rgba(136, 136, 136, 0.4);
}
.no-rgba #nav .sf-arrows > li > .sf-with-ul:after,
.no-rgba #sticky-nav .sf-arrows > li > .sf-with-ul:after {
color: #888888;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
opacity: 0.4;
}
#nav ul .current_page_item a,
#nav ul .current-menu-item a,
#nav ul > .current-menu-parent a,
#nav ul ul,
.navigation li.current-menu-ancestor a,
#nav ul li a:hover,
#sticky-nav ul .current_page_item a,
#sticky-nav ul .current-menu-item a,
#sticky-nav ul > .current-menu-parent a,
#sticky-nav ul ul,
#sticky-nav ul li a:hover,
#nav ul > .current_page_ancestor a,
#nav ul > .current_page_item a,
#nav ul > .current-menu-item a,
#nav ul > .current-menu-parent a,
#sticky-nav ul > .current_page_ancestor a,
#sticky-nav ul > .current_page_item a,
#sticky-nav ul > .current-menu-item a,
#sticky-nav ul > .current-menu-parent a {
color: #0080b8;
}
#nav ul ul,
#sticky-nav ul ul {
border-color: #0080b8;
}
#nav ul ul,
#sticky-nav ul ul,
.main-nav-search-form,
#nav .login-box,
#nav .cart-contents,
#nav .login-box,
#sticky-nav .login-box,
#sticky-nav .cart-contents,
#sticky-nav .login-box,
#main-nav-search-form,
#sticky-nav-search-form,
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-holder {
background-color: #ffffff;
}
#wrapper #nav ul li ul li a,
#wrapper #sticky-nav ul li ul li a,
.side-nav li.current_page_item li a,
#wrapper #nav .login-box *,
#wrapper #nav .cart-contents *,
#wrapper #sticky-nav .login-box *,
#wrapper #sticky-nav .cart-contents * {
color: #888888;
}
#nav .sf-arrows .sf-with-ul:after,
#sticky-nav .sf-arrows .sf-with-ul:after {
color: rgba(136, 136, 136, 0.4);
}
.no-rgba #nav .sf-arrows .sf-with-ul:after,
.no-rgba #sticky-nav .sf-arrows .sf-with-ul:after {
color: #888888;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
opacity: 0.4;
}
.t4p-megamenu-bullet {
border-right-color: #888888;
}
.ei-title h2 {
color: #ffffff;
}
.ei-title h3 {
color: #ffffff;
}
#wrapper .header-social .phone-number,
#wrapper .header-social .header-info,
#wrapper .header-social a {
color: #087ec7;
}
#wrapper .header-social .mobile-topnav-holder li a {
color: #333333;
}
#wrapper .header-social .sf-arrows > li > a.sf-with-ul:after,
#wrapper .header-social li.my-account > a:after,
#wrapper .header-social li.cart > a:after {
color: rgba(8, 126, 199, 0.4);
}
.no-rgba #wrapper .header-social .sf-arrows > li > a.sf-with-ul:after {
color: #087ec7;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
opacity: 0.4;
}
.header-social .menu li .sub-menu {
width: 100px;
}
.t4p-social-links-header {
margin-top: 7px;
margin-bottom: 0px;
}
.t4p-social-links-header .t4p-social-networks.boxed-icons {
line-height: normal;
}
.t4p-social-links-header .t4p-icon-holder,
.t4p-social-links-header .t4p-social-networks.boxed-icons a:after {
border-radius: 3px;
}
.t4p-social-links-footer .t4p-social-networks.boxed-icons {
line-height: normal;
}
.t4p-social-links-footer .t4p-icon-holder,
.t4p-social-links-footer .t4p-social-networks.boxed-icons a:after {
border-radius: 3px;
}
.t4p-sharing-box .t4p-social-networks.boxed-icons {
line-height: normal;
}
.t4p-sharing-box .t4p-icon-holder,
.t4p-sharing-box .t4p-social-networks.boxed-icons a:after {
border-radius: 3px;
}
.t4p-social-links .t4p-icon-holder,
.t4p-social-links .t4p-social-networks.boxed-icons a:after {
border-radius: 3px;
}
.sep-single,
.sep-double,
.sep-dashed,
.sep-dotted,
.search-page-search-form {
border-color: #f0f0f0;
}
.ls-alora,
.alora-skin-rev,
.es-carousel-wrapper.t4p-carousel-small .es-carousel ul li img,
.t4p-accordian .panel,
.progress-bar,
#small-nav,
.portfolio-tabs,
.faq-tabs,
.single-navigation,
.project-content .project-info .project-info-box,
.post .meta-info,
.grid-layout .post,
.grid-layout .post .content-sep,
.timeline-layout .post,
.timeline-layout .post .content-sep,
.timeline-layout .post .flexslider,
h3.timeline-title,
.timeline-arrow,
.t4p-counters-box .t4p-counter-box .counter-box-border,
tr td,
.table,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table-1 table,
.table-1 table th,
.table-1 tr td,
.table-2 table thead,
.table-2 tr td,
#sidebar .widget .recentcomments,
#sidebar .widget_categories li,
#wrapper .alora_tabs .tab-holder,
.commentlist .the-comment,
.side-nav,
#wrapper .side-nav li a,
.rtl .side-nav,
h5.toggle.active + .toggle-content,
#wrapper .side-nav li.current_page_item li a,
.tabs-vertical .tabset,
.tabs-vertical .tabs-container .tab_content,
.pagination a.inactive,
.bbp-topic-pagination .page-numbers,
.rtl .woocommerce .social-share li,
.author .author_social,
.t4p-blog-medium .entry-meta,
.t4p-blog-large .entry-meta {
border-color: #67b7e1;
}
.side-nav li a,
#sidebar .product_list_widget li,
#sidebar .widget_layered_nav li,
price_slider_wrapper,
.tagcloud a,
#header-sticky .login-box,
#header .login-box,
#small-nav .login-box,
#customer_login_box,
.alora_myaccount_user,
#wrapper .myaccount_user_container span,
.woocommerce-side-nav li a,
.woocommerce-content-box,
.woocommerce-content-box h2,
.my_account_orders tr,
.woocommerce .address h4,
.shop_table tr,
.cart_totals .total,
.chzn-container-single .chzn-single,
.chzn-container-single .chzn-single div,
.chzn-drop,
form.checkout .shop_table tfoot,
.input-radio,
#final-order-details .mini-order-details tr:last-child,
p.order-info,
.cart-content a img,
.panel.entry-content,
.woocommerce-tabs .tabs li a,
.woocommerce .social-share,
.woocommerce .social-share li,
.quantity,
.quantity .minus,
.quantity .qty,
.shop_attributes tr,
#reviews li .comment-text,
.product_list_widget .wp-post-image,
.woocommerce-side-nav,
#sidebar .widget_nav_menu li a,
.alora_myaccount_user,
.woocommerce-success-message,
.cart-totals-buttons,
.shipping_calculator,
.coupon,
.woocommerce .cross-sells,
#customer_login .col-1,
#customer_login .col-2,
.woocommerce form.checkout #customer_details .col-1,
.woocommerce form.checkout #customer_details .col-2,
.cart_totals h2,
.shipping_calculator h2,
.coupon h2,
.woocommerce .checkout h3,
#customer_login h2,
.woocommerce .cross-sells h2,
.order-total,
.woocommerce .addresses .title,
.price_slider_wrapper,
#main .cart-empty,
#main .return-to-shop {
border-color: #f0f0f0;
}
.price_slider_wrapper .ui-widget-content {
background-color: #f0f0f0;
}
.gform_wrapper .gsection {
border-bottom: 1px dotted #f0f0f0;
}
.quantity .minus,
.quantity .plus {
background-color: #ffffff;
}
.quantity .minus:hover,
.quantity .plus:hover {
background-color: #ffffff;
}
#slidingbar-area .widget_categories li a,
#slidingbar-area li.recentcomments,
#slidingbar-area ul li a,
#slidingbar-area .product_list_widget li,
#slidingbar-area .tab-holder .news-list li {
border-bottom: 1px solid #313131;
}
#slidingbar-area .widget_categories li:last-child a,
#slidingbar-area li:last-child.recentcomments,
#slidingbar-area ul li:last-child a,
#slidingbar-area .product_list_widget li:last-child,
#slidingbar-area .tab-holder .news-list li:last-child {
border-bottom: none;
}
#slidingbar-area .tagcloud a,
#wrapper #slidingbar-area .alora_tabs .tab-holder .tabs-wrapper,
#wrapper #slidingbar-area .alora_tabs .tab-holder .news-list li {
border-color: #313131;
}
.footer-area .widget_categories li a,
.footer-area li.recentcomments,
.footer-area ul li a,
.footer-area .product_list_widget li,
.footer-area .tab-holder .news-list li,
.footer-area .tagcloud a,
.footer-area .alora_tabs .tab-holder .news-list li {
border-bottom: 1px solid #F0F0F0;
}
.footer-area .widget_categories li:last-child a,
.footer-area li:last-child.recentcomments,
.footer-area ul li:last-child a,
.footer-area .product_list_widget li:last-child,
.footer-area .tab-holder .news-list li:last-child {
border-bottom: none;
}
input#s,
#comment-input input,
#comment-textarea textarea,
.comment-form-comment textarea,
.input-text,
.post-password-form .password,
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-quiz,
.wpcf7-form .wpcf7-number,
.wpcf7-form textarea,
.wpcf7-form .wpcf7-select,
.wpcf7-captchar,
.wpcf7-form .wpcf7-date,
.gform_wrapper .gfield input[type=text],
.gform_wrapper .gfield input[type=email],
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield select,
#bbpress-forums .bbp-search-form #bbp_search,
.bbp-reply-form input#bbp_topic_tags,
.bbp-topic-form input#bbp_topic_title,
.bbp-topic-form input#bbp_topic_tags,
.bbp-topic-form select#bbp_stick_topic_select,
.bbp-topic-form select#bbp_topic_status_select,
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,
.main-nav-search-form input,
.search-page-search-form input,
.chzn-container-single .chzn-single,
.chzn-container .chzn-drop,
.alora-select-parent select,
.alora-select-parent .alora-select-arrow,
#wrapper .select-arrow,
#lang_sel_click a.lang_sel_sel,
#lang_sel_click ul ul a,
#lang_sel_click ul ul a:visited,
#lang_sel_click a,
#lang_sel_click a:visited,
#wrapper .search-field input,
input[type=text],
input[type=email],
input[type=password],
input[type=file],
textarea {
background-color: #ffffff;
}
input#s,
input#s .placeholder,
#comment-input input,
#comment-textarea textarea,
#comment-input .placeholder,
#comment-textarea .placeholder,
.comment-form-comment textarea,
.input-text,
.post-password-form .password,
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-quiz,
.wpcf7-form .wpcf7-number,
.wpcf7-form textarea,
.wpcf7-form .wpcf7-select,
.wpcf7-select-parent .select-arrow,
.wpcf7-captchar,
.wpcf7-form .wpcf7-date,
.gform_wrapper .gfield input[type=text],
.gform_wrapper .gfield input[type=email],
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield select,
#bbpress-forums .bbp-search-form #bbp_search,
.bbp-reply-form input#bbp_topic_tags,
.bbp-topic-form input#bbp_topic_title,
.bbp-topic-form input#bbp_topic_tags,
.bbp-topic-form select#bbp_stick_topic_select,
.bbp-topic-form select#bbp_topic_status_select,
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,
.main-nav-search-form input,
.search-page-search-form input,
.chzn-container-single .chzn-single,
.chzn-container .chzn-drop,
.alora-select-parent select,
#wrapper .search-field input,
input[type=text],
input[type=email],
input[type=password],
input[type=file],
textarea {
color: #aaa9a9;
}
input#s::-webkit-input-placeholder,
#comment-input input::-webkit-input-placeholder,
.post-password-form .password::-webkit-input-placeholder,
#comment-textarea textarea::-webkit-input-placeholder,
.comment-form-comment textarea::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
color: #aaa9a9;
}
input#s:-moz-placeholder,
#comment-input input:-moz-placeholder,
.post-password-form .password::-moz-input-placeholder,
#comment-textarea textarea:-moz-placeholder,
.comment-form-comment textarea:-moz-placeholder,
.input-text:-moz-placeholder,
input#s:-ms-input-placeholder,
#comment-input input:-ms-input-placeholder,
.post-password-form .password::-ms-input-placeholder,
#comment-textarea textarea:-moz-placeholder,
.comment-form-comment textarea:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
color: #aaa9a9;
}
input#s,
#comment-input input,
#comment-textarea textarea,
.comment-form-comment textarea,
.input-text,
.post-password-form .password,
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-quiz,
.wpcf7-form .wpcf7-number,
.wpcf7-form textarea,
.wpcf7-form .wpcf7-select,
.wpcf7-select-parent .select-arrow,
.wpcf7-captchar,
.wpcf7-form .wpcf7-date,
.gform_wrapper .gfield input[type=text],
.gform_wrapper .gfield input[type=email],
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield_select[multiple=multiple],
.gform_wrapper .gfield select,
.gravity-select-parent .select-arrow,
.select-arrow,
#bbpress-forums .quicktags-toolbar,
#bbpress-forums .bbp-search-form #bbp_search,
.bbp-reply-form input#bbp_topic_tags,
.bbp-topic-form input#bbp_topic_title,
.bbp-topic-form input#bbp_topic_tags,
.bbp-topic-form select#bbp_stick_topic_select,
.bbp-topic-form select#bbp_topic_status_select,
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,
#wp-bbp_topic_content-editor-container,
#wp-bbp_reply_content-editor-container,
.main-nav-search-form input,
.search-page-search-form input,
.chzn-container-single .chzn-single,
.chzn-container .chzn-drop,
.alora-select-parent select,
.alora-select-parent .alora-select-arrow,
#lang_sel_click a.lang_sel_sel,
#lang_sel_click ul ul a,
#lang_sel_click ul ul a:visited,
#lang_sel_click a,
#lang_sel_click a:visited,
#wrapper .search-field input,
input[type=text],
input[type=email],
input[type=password],
input[type=file],
textarea {
border-color: #E0E0E0;
}
#wrapper #nav ul li ul li a,
#wrapper #sticky-nav ul li ul li a,
#header-sticky .cart-content a,
#header .cart-content a,
#small-nav .cart-content a,
#main-nav-search-form,
#sticky-nav-search-form {
border: 1px solid #e8e8e8;
border-bottom-width: 0;
}
#main-nav-search-form,
#sticky-nav-search-form {
border-bottom-width: 1px;
}
#wrapper #nav ul li ul li:last-child a,
#wrapper #sticky-nav ul li ul li:last-child a {
border-bottom-width: 1px;
}
#header-sticky .cart-content a,
#header .cart-content a,
#small-nav .cart-content a {
border-width: 0 0 1px 0;
}
.main-nav-search-form,
#nav .cart-contents,
#nav .cart-content a,
#wrapper #nav .login-box,
#sticky-nav .cart-contents,
#sticky-nav .cart-content a,
#wrapper #sticky-nav .login-box,
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-submenu,
#nav .t4p-navbar-nav .t4p-megamenu-wrapper ul ul,
#sticky-nav .t4p-navbar-nav .t4p-megamenu-wrapper ul ul,
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-border,
#wrapper .t4p-megamenu-wrapper .t4p-megamenu-holder,
#wrapper .t4p-megamenu-wrapper {
border-color: #e8e8e8;
}
#wrapper #nav ul li ul li:last-child > a,
#nav .cart-contents,
#nav .cart-content a,
#wrapper #nav .login-box,
#sticky-nav .cart-contents,
#sticky-nav .cart-content a,
#wrapper #sticky-nav .login-box {
border-bottom-width: 1px;
}
#wrapper #nav ul li ul li a:hover,
#wrapper #nav ul li ul li.current-menu-item > a,
#wrapper #sticky-nav ul li ul li a:hover,
#wrapper #sticky-nav ul li ul li.current-menu-item > a,
#header-sticky .cart-content a:hover,
#header .cart-content a:hover,
#small-nav .cart-content a:hover,
#lang_sel_click a.lang_sel_sel:hover,
#lang_sel_click ul ul a:hover,
#lang_sel_click a:hover {
background-color: #f7f7f7;
}
#header .tagline {
color: #ababab;
}
#header .tagline {
font-size: 16px;
line-height: 30px;
}
#wrapper .page-title h1 {
font-size: 25px;
line-height: normal;
}
#wrapper .page-title h3 {
font-size: 14px;
line-height: 26px;
}
.header-social,
.header-v2 #header,
.header-v3 #header,
#header,
.header-v4 #small-nav,
.header-v5 #small-nav {
border-bottom-color: #e1e1e1;
}
#nav ul ul,
#sticky-nav ul ul {
width: 340px;
}
#nav ul ul ul,
#sticky-nav ul ul ul {
left: 340px;
}
ul.navigation > li:last-child ul ul {
left: -340px;
}
#nav .t4p-megamenu-wrapper ul {
left: auto;
}
.rtl #header #nav ul ul li:hover ul,
.rtl #small-nav #nav ul ul li:hover ul,
.rtl .sticky-header #sticky-nav ul ul li:hover ul {
right: 340px;
left: auto;
}
.rtl ul.navigation > li:last-child ul ul {
right: -340px;
left: auto;
}
.rtl #wrapper #nav .t4p-megamenu-wrapper ul,
.rtl #wrapper #header-sticky #nav .t4p-megamenu-wrapper ul {
left: auto;
right: auto;
}
#main #sidebar {
background-color: transparent;
}
#content {
width: 71.1702128%;
}
#main #sidebar {
width: 23.4042553%;
}
#wrapper .header-social {
background-color: #ffffff;
}
#wrapper .header-social .menu .sub-menu,
#wrapper .header-social .login-box,
#wrapper .header-social .cart-contents {
background-color: #ffffff;
}
#wrapper .header-social .menu .sub-menu li,
#wrapper .header-social .menu .sub-menu li a,
#wrapper .header-social .login-box *,
#wrapper .header-social .cart-contents * {
color: #aaaaaa;
}
#wrapper .top-menu .sf-arrows ul .sf-with-ul:after {
color: rgba(170, 170, 170, 0.4);
}
.no-rgba #wrapper .top-menu .sf-arrows ul .sf-with-ul:after {
color: #aaaaaa;
filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
opacity: 0.4;
}
#wrapper .header-social .menu .sub-menu li a:hover,
.top-menu .cart-content a:hover {
background-color: #fafafa;
}
#wrapper .header-social .menu .sub-menu li a:hover {
color: #aaaaaa;
}
#wrapper .header-social .menu .sub-menu,
#wrapper .header-social .menu .sub-menu li,
.top-menu .cart-content a,
#wrapper .header-social .login-box,
#wrapper .header-social .cart-contents {
border-color: #e8e8e8;
}
#header-sticky .cart-checkout,
#header .cart-checkout,
.top-menu .cart,
.top-menu .cart-checkout,
#small-nav .cart-checkout {
background-color: transparent;
}
.t4p-accordian .panel-heading {
background-color: #f2f2f2;
}
.t4p-counters-box .t4p-counter-box .counter-box-container {
color: #67b7e1;
}
.t4p-counters-box .t4p-counter-box .counter-box-container {
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 1px 60px rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0 1px 60px rgba(0, 0, 0, 0.2) inset;
-box-shadow: 0 1px 60px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0 1px 60px rgba(0, 0, 0, 0.2) inset;
}
.progress-bar-content {
background-color: #169FE6;
}
.content-box-percentage {
color: #169FE6;
}
.progress-bar {
background-color: #f6f6f6;
border-color: #f6f6f6;
}
#wrapper .date-and-formats .format-box {
background-color: #eef0f2;
}
.es-nav-prev,
.es-nav-next {
background-color: #c62020;
}
.es-nav-prev:hover,
.es-nav-next:hover {
background-color: #169FE6;
}
.content-boxes .col {
background-color: transparent;
}
body.dark #wrapper #sidebar .alora_tabs .tab-holder .tabs li a {
background: #ebeaea;
border-bottom: 0;
color: #747474;
}
body.dark #wrapper #sidebar .tab-hold .tabs li a:hover {
background: #169FE6;
border-bottom: 0;
}
body #wrapper #sidebar .alora_tabs .tab-holder .tabs li.active a,
body #wrapper .footer-area .tab-hold .tabs li.active a,
body #slidingbar .tab-hold .tabs li.active a {
background: #169FE6;
border-bottom-color: #169FE6;
}
.t4p-sharing-box {
background-color: #ffffff;
}
.grid-layout .post,
.timeline-layout .post,
.blog-timeline-layout .post {
background-color: transparent;
}
.grid-layout .post,
.grid-layout .post .content-sep,
.products li,
.product-details-container,
.product-buttons,
.product-buttons-container,
.product .product-buttons,
.blog-timeline-layout .post,
.blog-timeline-layout .post .content-sep,
.timeline-layout .post,
.timeline-layout .post .content-sep,
.timeline-layout .post .flexslider,
.timeline-layout h3.timeline-title {
border-color: #e3e3e3;
}
.timeline-layout .timeline-circle,
.timeline-layout .timeline-title,
.blog-timeline-layout .timeline-circle,
.blog-timeline-layout .timeline-title {
background-color: #e3e3e3;
}
.timeline-icon,
.timeline-arrow:before,
.blog-timeline-layout timeline-icon,
.blog-timeline-layout .timeline-arrow:before,
.timeline-title::after {
color: #e3e3e3;
}
#bbpress-forums li.bbp-header,
#bbpress-forums div.bbp-reply-header,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a,
div.bbp-template-notice,
div.indicator-hint {
background: #ebeaea;
}
#bbpress-forums .bbp-replies div.even {
background: transparent;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums div.bbp-reply-content,
#bbpress-forums div.bbp-reply-header,
#bbpress-forums div.bbp-reply-author .bbp-reply-post-date,
#bbpress-forums div.bbp-topic-tags a,
#bbpress-forums #bbp-single-user-details div.bbp-template-notice,
div.indicator-hint,
.bbp-arrow {
border-color: #ebeaea;
}
.mobile-nav-holder .mobile-selector,
.mobile-topnav-holder .mobile-selector,
#mobile-nav li a,
#wrapper .header-social .mobile-topnav-holder li a,
.catalog-ordering a,
.order-dropdown > li:after,
.order-dropdown ul li a {
color: #aaa9a9;
}
.mobile-nav-holder .mobile-selector,
.mobile-topnav-holder .mobile-selector,
#mobile-nav,
#mobile-nav li a,
.mobile-nav-holder .mobile-selector .selector-down,
.mobile-topnav-holder .mobile-selector .selector-down,
.order-dropdown li,
.order-dropdown .current-li,
.order-dropdown > li:after,
.order-dropdown ul li a,
.catalog-ordering .order li a {
border-color: #E0E0E0;
}
.order-dropdown li,
.order-dropdown .current-li,
.order-dropdown ul li a,
.catalog-ordering .order li a {
background-color: #ffffff;
}
.table-1 table {
background-color: #ffffff;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}
.table-1 table th,
.table-1 tbody tr:nth-child(2n) {
background-color: #f6f6f6;
}
.quicktags-toolbar input {
background: linear-gradient(to top, #ffffff, #ffffff) #3E3E3E; background: -o-linear-gradient(to top, #ffffff, #ffffff) #3E3E3E;
background: -moz-linear-gradient(to top, #ffffff, #ffffff) #3E3E3E; background: -webkit-linear-gradient(to top, #ffffff, #ffffff) #3E3E3E;
background: -ms-linear-gradient(to top, #ffffff, #ffffff) #3E3E3E; background: linear-gradient(to top, #ffffff, #ffffff) #3E3E3E;
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #ffffff));
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff') progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
border: 1px solid #E0E0E0;
color: #aaa9a9;
}
.quicktags-toolbar input:hover {
background: #ffffff;
}
@media only screen and (max-width: 1272px) {
.page-title .breadcrumbs {
display: none;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.page-title .breadcrumbs {
display: none;
}
}
#nav.nav-holder .navigation > li > a {
height: 117px;
line-height: 117px;
}
#nav ul li {
margin-right: -10px;
}
#nav.nav-holder ul li ul li {
margin-right: 0;
}
.ei-slider {
width: 100%;
}
.ei-slider {
height: 150px;
}
.button,
.button.default,
.gform_wrapper .gform_button,
#comment-submit,
.woocommerce form.checkout #place_order,
.woocommerce .single_add_to_cart_button,
#reviews input#submit,
.woocommerce .login .button,
.woocommerce .register .button,
.woocommerce .button.view,
.woocommerce .wc-backward,
.bbp-submit-wrapper button,
.wpcf7-form input[type="submit"],
.wpcf7-submit,
#wrapper a.read-more,
input[type="submit"],
.price_slider_amount button,
.product-buttons .button,
.product-buttons .add_to_cart_button,
.product-buttons .button.product_type_grouped,
.product-buttons .button.product_type_simple,
.product-buttons .button.product_type_external {
color: #ffffff;
}
.button:hover,
.button.default:hover,
.gform_wrapper .gform_button:hover,
#comment-submit:hover,
.woocommerce form.checkout #place_order:hover,
.woocommerce .single_add_to_cart_button:hover,
#reviews input#submit:hover,
.woocommerce .login .button:hover,
.woocommerce .register .button:hover,
.woocommerce .wc-backward,
.woocommerce .button.view:hover,
.bbp-submit-wrapper button:hover,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-submit:hover,
#wrapper a.read-more:hover,
#wrapper span.more a:hover,
#wrapper .button:hover,
input[type="submit"]:hover,
.product-buttons .button:hover,
.product-buttons .add_to_cart_button:hover,
.product-buttons .button.product_type_grouped:hover,
.product-buttons .button.product_type_simple:hover,
.product-buttons .button.product_type_external:hover {
color: #ffffff;
}
.button,
.button.default,
.t4p-button,
.button-default,
.gform_wrapper .gform_button,
#comment-submit,
.woocommerce form.checkout #place_order,
.woocommerce .single_add_to_cart_button,
#reviews input#submit,
.woocommerce .login .button,
.woocommerce .register .button,
.woocommerce-message .wc-forward,
.woocommerce .wc-backward,
.woocommerce .button.view,
.bbp-submit-wrapper button,
.wpcf7-form input[type="submit"],
.wpcf7-submit,
#wrapper a.read-more,
input[type="submit"],
.price_slider_amount button,
.product-buttons .add_to_cart_button,
.product-buttons .button.product_type_grouped,
.product-buttons .button.product_type_simple,
.product-buttons .button.product_type_external,
.portfolio-tabs li.active a,
.faq-tabs li.active a,
.tagcloud a {
border-width: 1px;
border-style: solid;
}
.button:hover,
.button.default:hover,
.t4p-button.button-default:hover,
#wrapper a.read-more:hover,
.t4p-accordian .panel-title a.active,
.price_slider_amount button:hover,
.button:focus,
.button:active,
.tagcloud a:hover {
border-width: 1px;
border-style: solid;
}
.button,
.button.default,
.t4p-button,
.button-default,
.gform_wrapper .gform_button,
#comment-submit,
.woocommerce form.checkout #place_order,
.woocommerce .single_add_to_cart_button,
#reviews input#submit,
.woocommerce .login .button,
.woocommerce .register .button,
.woocommerce-message .wc-forward,
.woocommerce .wc-backward,
.woocommerce .button.view,
.bbp-submit-wrapper button,
.wpcf7-form input[type="submit"],
.wpcf7-submit,
#wrapper a.read-more,
.pagination .current,
.woocommerce-pagination .current,
.t4p-accordian .panel-title a.active,
input[type="submit"],
.price_slider_amount button,
.product-buttons .add_to_cart_button,
.product-buttons .button.product_type_grouped,
.product-buttons .button.product_type_simple,
.product-buttons .button.product_type_external,
.portfolio-tabs li.active a,
.faq-tabs li.active a,
.button:focus,
.button:active,
.tagcloud a:hover {
border-color: #555555;
}
.button:hover,
.button.default:hover,
.t4p-button:hover,
.button-default:hover,
.gform_wrapper .gform_button:hover,
#comment-submit:hover,
.woocommerce form.checkout #place_order:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce-message .wc-forward:hover,
.woocommerce .wc-backward:hover,
.woocommerce .button.view:hover,
#reviews input#submit:hover,
.woocommerce .login .button:hover,
.woocommerce .register .button:hover,
.bbp-submit-wrapper button:hover,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-submit:hover,
#wrapper a.read-more:hover,
.pagination .current:hover,
.woocommerce-pagination .current:hover,
input[type="submit"]:hover,
.price_slider_amount button:hover,
.product-buttons .add_to_cart_button:hover,
.product-buttons .button.product_type_grouped:hover,
.product-buttons .button.product_type_simple:hover,
.product-buttons .button.product_type_external:hover {
border-color: #424242;
}
.button,
.button.default,
#comment-submit,
.woocommerce form.checkout #place_order,
.woocommerce .single_add_to_cart_button,
#reviews input#submit,
.woocommerce .alora-shipping-calculator-form .button,
.woocommerce .login .button,
.woocommerce .register .button,
.woocommerce-message .wc-forward,
.woocommerce .wc-backward,
.woocommerce .button.view,
.bbp-submit-wrapper button,
.wpcf7-form input[type="submit"],
.wpcf7-submit,
a.read-more,
input[type="submit"],
.price_slider_amount button,
.product-buttons .add_to_cart_button,
.product-buttons .button.product_type_grouped,
.product-buttons .button.product_type_simple,
.product-buttons .button.product_type_external {
border-radius: 4px;
}
.reading-box {
background-color: #f6f6f6;
}
.isotope .isotope-item {
-webkit-transition-property: top, left, opacity;
-moz-transition-property: top, left, opacity;
-ms-transition-property: top, left, opacity;
-o-transition-property: top, left, opacity;
transition-property: top, left, opacity;
}
.header-v5 #header .logo {
float: left;
}
.rtl #header-sticky.sticky-header .logo {
float: left;
}
.bbp_reply_admin_links .admin_links_sep,
.bbp-admin-links .admin_links_sep {
display: none;
}
.rev_slider_wrapper {
position: relative
}
.rev_slider_wrapper .shadow-left {
position: absolute;
pointer-events: none;
height: 42px;
width: 100%;
top: 0;
z-index: 99;
}
.rev_slider_wrapper .shadow-left {
top: -1px;
}
.rev_slider_wrapper .shadow-right {
position: absolute;
pointer-events: none;
background-image: url(http://lagoadepedras.rn.gov.br/wp-content/themes/aloraimages/shadow-bottom.png);
background-repeat: no-repeat;
background-position: bottom center;
height: 32px;
width: 100%;
bottom: 0;
z-index: 99;
}
.tparrows {
border-radius: 0;
}
.rev_slider_wrapper .tp-leftarrow,
.rev_slider_wrapper .tp-rightarrow {
background: none;
background-color: rgba(0, 0, 0, 0.5);
width: 50px !important;
height: 65px !important;
position: absolute;
top: 50%;
opacity: 0.8;
margin-top: -32.5px;
font-weight: bold;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
color: #FFFFFF;
z-index: 100;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rev_slider_wrapper .tp-leftarrow {
left: 0;
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.rev_slider_wrapper .tp-leftarrow:before {
content: "\f104"!important;
margin-left: -2px;
-webkit-font-smoothing: antialiased;
}
.rev_slider_wrapper .tp-rightarrow {
right: 0;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.rev_slider_wrapper .tp-rightarrow:before {
content: "\f105"!important;
margin-left: -1px;
-webkit-font-smoothing: antialiased;
}
.rev_slider_wrapper .tp-leftarrow:before,
.rev_slider_wrapper .tp-rightarrow:before {
position: absolute;
text-align: center;
font-size: 40px;
font-family: IcoMoon!important;
height: 65px;
line-height: 65px;
margin: -32.5px 0 0 0;
padding: 0;
width: 50px;
top: 50%;
}
.rev_slider_wrapper .tp-leftarrow {
left: 0!important;
}
.rev_slider_wrapper .tp-rightarrow {
left: auto;
right: 0!important;
}
.no-rgba .rev_slider_wrapper .tp-leftarrow,
.no-rgba .rev_slider_wrapper .tp-rightarrow {
background-color: #ccc;
}
.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow {
display: block;
opacity: 0.8;
}
.rev_slider_wrapper .tp-leftarrow:hover,
.rev_slider_wrapper .tp-rightarrow:hover {
opacity: 1;
background-color: #087ec7;
}
.tp-bullets .bullet.last {
clear: none;
}
.woocommerce form.checkout .col-2,
.woocommerce form.checkout #order_review_heading,
.woocommerce form.checkout #order_review {
display: none;
}
.imageframe-glow img {
-moz-box-shadow: 0 0 3px rgba( { 0 } , { 0 } , { 0 } , .3);
-webkit-box-shadow: 0 0 3px rgba( { 0 } , { 0 } , { 0 } , .3);
box-shadow: 0 0 3px rgba( { 0 } , { 0 } , { 0 } , .3);
}
.imageframe-dropshadow img {
-moz-box-shadow: 2px 3px 7px rgba( { 0 } , { 0 } , { 0 } , .3);
-webkit-box-shadow: 2px 3px 7px rgba( { 0 } , { 0 } , { 0 } , .3);
box-shadow: 2px 3px 7px rgba( { 0 } , { 0 } , { 0 } , .3);
}
#wrapper {
width: 100%;
}
@media only screen and (min-width: 801px) and (max-width: 1014px) {
#wrapper {
width: auto;
}
}
@media only screen and (min-device-width: 801px) and (max-device-width: 1014px) {
#wrapper {
width: auto;
}
}
.page-title-container {
background-image: url(http://lagoadepedras.rn.gov.br/wp-content/themes/alora/images/page_title_bg.png);
}
.page-title-container {
background-color: #F8F8F8;
}
#header {
}
#header {
}
#main {
padding-top: 15px;
padding-bottom: 15px;
}
#main {
}
.page-title-container {
}
.page-title-container {
height: 87px;
}
.width-100 .fullwidth-box,
.width-100 .t4p-section-separator {
margin-left: -10px;
margin-right: -10px;
padding-left: 10px !important;
padding-right: 10px !important;
}
.woocommerce-invalid:after {
content: 'Introduza os detalhes corretos para este campo obrigatório.';
display: inline-block;
margin-top: 7px;
background: #FFE9E9;
border: 1px solid #E7A9A9;
color: #D04544;
padding: 15px 28px;
margin-bottom: 15px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-border-radius: 4px;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}
</style>]]>
|