@charset "UTF-8";
.zci-taxonomy-list.zci-grid {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(var(--zci-columns, 3), 1fr);
list-style: none; padding: 0;
margin: 0;
}
.zci-taxonomy-list.zci-grid .zci-item {
text-align: center;
list-style: none; margin: 0;
}
.zci-taxonomy-list.zci-grid .zci-image {
display: block;
margin-bottom: 10px;
overflow: hidden; border-radius: 8px; }
.zci-taxonomy-list.zci-grid .zci-image img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
transition: transform 0.3s ease; }
.zci-taxonomy-list.zci-grid .zci-image img:hover {
transform: scale(1.05); } .zci-taxonomy-list.zci-inline {
display: flex;
flex-wrap: wrap;
gap: 15px;
list-style: none;
padding: 0;
margin: 0;
}
.zci-taxonomy-list.zci-inline .zci-item {
display: flex;
align-items: center;
gap: 5px;
margin: 0;
} .zci-taxonomy-list.zci-list {
list-style: none;
padding: 0;
margin: 0;
}
.zci-taxonomy-list.zci-list .zci-item {
display: flex;
align-items: center;
margin-bottom: 10px;
gap: 10px;
} .zci-term-name {
display: block;
font-weight: bold;
margin-top: 5px;
color: inherit;
text-decoration: none;
}
.zci-link {
text-decoration: none;
color: inherit;
display: block;
}
.zci-term-count {
display: inline-block;
background: #f0f0f1;
border-radius: 10px;
padding: 2px 8px;
font-size: 0.8em;
margin-left: 5px;
vertical-align: middle;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.text-stroke,.text-stroke--primary,.text-stroke--secondary{-webkit-text-stroke-width:var(--wp--custom--typography--text-stroke-width,2px)!important}.ext-absolute{position:absolute!important}.bring-to-front,.ext .wp-block-image,.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 .alignwide,.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 .wp-block-group>*,.ext-my-0:not([style*=margin]),.wp-block-column.editor\:pointer-events-none{margin-top:0!important;margin-bottom:0!important}.ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.ext h2,.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 .wp-block-columns+.wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]),.ext-mt-0:not([style*=margin]),[class*=fullwidth-cols] .wp-block-column:first-child,[class*=fullwidth-cols] .wp-block-column:first-child>*,[class*=fullwidth-cols] .wp-block-column>:first-child,[class*=fullwidth-cols] .wp-block-group:first-child{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.alignfull:not([style*=margin]):not([style*=margin]),.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 .is-not-stacked-on-mobile .wp-block-column,.ext-mb-0:not([style*=margin]),.ext.wp-block-group>:last-child,.wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile>.wp-block-column,[class*=fullwidth-cols] .wp-block-column:last-child,[class*=fullwidth-cols] .wp-block-column>:last-child,[class*=fullwidth-cols] .wp-block-group:last-child{margin-bottom:0!important}.ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.ext-mb-base:not([style*=margin]),.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)!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]),.ext-ml-0:not([style*=margin]):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}.editor\:no-resize .components-resizable-box__container,.ext-block{display:block!important}.ext .wp-block-image img,.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 .ext-grid>[class*="_inner-container"],.ext-grid{display:grid!important}.ext-inline-grid{display:inline-grid!important}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container::before,.editor\:no-caption .block-editor-rich-text__editable,.editor\:no-inserter .wp-block-column:not(.is-selected)>.block-list-appender,.editor\:no-inserter .wp-block-cover__inner-container>.block-list-appender,.editor\:no-inserter .wp-block-group__inner-container>.block-list-appender,.editor\:no-inserter>.block-list-appender,.ext-hidden{display:none!important}.ext-w-auto{width:auto!important}.ext-w-full{width:100%!important}.ext [class*=inner-container]>.alignwide [class*=inner-container]>*,.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]>*,.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,.is-style-inline-list li{list-style-type:none!important}.ext .ext-grid-cols-1>[class*="_inner-container"],.ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-cols-2>[class*="_inner-container"],.ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-cols-3>[class*="_inner-container"],.ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-cols-4>[class*="_inner-container"],.ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-cols-5>[class*="_inner-container"],.ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-cols-6>[class*="_inner-container"],.ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-cols-7>[class*="_inner-container"],.ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.ext .ext-grid-cols-8>[class*="_inner-container"],.ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.ext .ext-grid-cols-9>[class*="_inner-container"],.ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.ext .ext-grid-cols-10>[class*="_inner-container"],.ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.ext .ext-grid-cols-11>[class*="_inner-container"],.ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.ext .ext-grid-cols-12>[class*="_inner-container"],.ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.ext .ext-grid-cols-none>[class*="_inner-container"],.ext-grid-cols-none{grid-template-columns:none!important}.ext .ext-grid-rows-1>[class*="_inner-container"],.ext-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-rows-2>[class*="_inner-container"],.ext-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-rows-3>[class*="_inner-container"],.ext-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-rows-4>[class*="_inner-container"],.ext-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-rows-5>[class*="_inner-container"],.ext-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-rows-6>[class*="_inner-container"],.ext-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-rows-none>[class*="_inner-container"],.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 .ext-items-start>[class*="_inner-container"],.ext-items-start{align-items:flex-start!important}.ext .ext-items-end>[class*="_inner-container"],.ext-items-end{align-items:flex-end!important}.ext .ext-items-center>[class*="_inner-container"],.ext .is-style-angled>[class*="_inner-container"],.ext-items-center{align-items:center!important}.ext .ext-items-baseline>[class*="_inner-container"],.ext-items-baseline{align-items:baseline!important}.ext .ext-items-stretch>[class*="_inner-container"],.ext-items-stretch{align-items:stretch!important}.ext-justify-start{justify-content:flex-start!important}.ext-justify-end{justify-content:flex-end!important}.ext-justify-center{justify-content:center!important}.ext-justify-between{justify-content:space-between!important}.ext-justify-around{justify-content:space-around!important}.ext-justify-evenly{justify-content:space-evenly!important}.ext-justify-items-start{justify-items:start!important}.ext-justify-items-end{justify-items:end!important}.ext-justify-items-center{justify-items:center!important}.ext-justify-items-stretch{justify-items:stretch!important}.ext-gap-0{gap:0!important}.ext-gap-base{gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-lg{gap:var(--extendify--spacing--large,3rem)!important}.ext-gap-x-0{-moz-column-gap:0!important;column-gap:0!important}.ext-gap-x-base{-moz-column-gap:var(--wp--style--block-gap,1.75rem)!important;column-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-x-lg{-moz-column-gap:var(--extendify--spacing--large,3rem)!important;column-gap:var(--extendify--spacing--large,3rem)!important}.ext-gap-y-0{row-gap:0!important}.ext-gap-y-base{row-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-y-lg{row-gap:var(--extendify--spacing--large,3rem)!important}.ext-justify-self-auto{justify-self:auto!important}.ext-justify-self-start{justify-self:start!important}.ext-justify-self-end{justify-self:end!important}.ext-justify-self-center{justify-self:center!important}.ext-justify-self-stretch{justify-self:stretch!important}.ext-rounded-none{border-radius:0!important}.ext-rounded-full{border-radius:9999px!important}.ext-rounded-t-none{border-top-left-radius:0!important;border-top-right-radius:0!important}.ext-rounded-t-full{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.ext-rounded-r-none{border-top-right-radius:0!important;border-bottom-right-radius:0!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:0!important;border-bottom-left-radius:0!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:0!important;border-bottom-left-radius:0!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:0!important}.ext-rounded-tl-full{border-top-left-radius:9999px!important}.ext-rounded-tr-none{border-top-right-radius:0!important}.ext-rounded-tr-full{border-top-right-radius:9999px!important}.ext-rounded-br-none{border-bottom-right-radius:0!important}.ext-rounded-br-full{border-bottom-right-radius:9999px!important}.ext-rounded-bl-none{border-bottom-left-radius:0!important}.ext-rounded-bl-full{border-bottom-left-radius:9999px!important}.ext-border-0{border-width:0!important}.ext-border-t-0{border-top-width:0!important}.ext-border-r-0{border-right-width:0!important}.ext-border-b-0{border-bottom-width:0!important}.ext-border-l-0{border-left-width:0!important}.ext .wp-block-group__inner-container,.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 .wp-block-columns .wp-block-column[style*=padding],.ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.ext-px-base:not([style*=padding]),.ext.has-background{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]),.is-style-inline-list{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 .wp-block-image,.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-landscape .components-resizable-box__container,.ext-aspect-landscape-wide .components-resizable-box__container,.ext-aspect-portrait .components-resizable-box__container,.ext-aspect-square .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}.wp-block-columns[class*=fullwidth-cols]{margin-bottom:unset!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=full]:not(:first-of-type)>.wp-block-column.editor\:pointer-events-none,.is-root-container.block-editor-block-list__layout>[data-align=wide]>.ext-my-0:not([style*=margin]),.is-root-container.block-editor-block-list__layout>[data-align=wide]>.wp-block-column.editor\:pointer-events-none{margin-top:calc(-1 * var(--wp--style--block-gap,28px))!important}@media (min-width:600px) and (max-width:781px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n){margin-left:var(--wp--style--block-gap,2em)!important}}@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,.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (max-width:1079px){.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}}.direction-rtl{direction:rtl!important}.direction-ltr{direction:ltr!important}.bring-to-front{z-index:10!important}.text-stroke{-webkit-text-stroke-color:var(--wp--preset--color--background)!important}.text-stroke--primary{-webkit-text-stroke-color:var(--wp--preset--color--primary)!important}.text-stroke--secondary{-webkit-text-stroke-color:var(--wp--preset--color--secondary)!important}.editor\:no-resize .components-resizable-box__handle,.editor\:no-resize .components-resizable-box__handle::after,.editor\:no-resize .components-resizable-box__side-handle::before{display:none!important;pointer-events:none!important}.editor\:pointer-events-none{pointer-events:none!important}.is-style-angled{align-items:center!important;justify-content:flex-end!important}.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,30% 0%,50% 100%,0% 100%)!important;clip-path:polygon(0 0,30% 0%,50% 100%,0% 100%)!important;z-index:1!important}.has-foreground-color{color:var(--wp--preset--color--foreground,#000)!important}.has-foreground-background-color{background-color:var(--wp--preset--color--foreground,#000)!important}.has-background-color{color:var(--wp--preset--color--background,#fff)!important}.has-background-background-color{background-color:var(--wp--preset--color--background,#fff)!important}.has-primary-color{color:var(--wp--preset--color--primary,#4b5563)!important}.has-primary-background-color{background-color:var(--wp--preset--color--primary,#4b5563)!important}.has-secondary-color{color:var(--wp--preset--color--secondary,#9ca3af)!important}.has-secondary-background-color{background-color:var(--wp--preset--color--secondary,#9ca3af)!important}.ext.has-text-color h1,.ext.has-text-color h2,.ext.has-text-color h3,.ext.has-text-color h4,.ext.has-text-color h5,.ext.has-text-color h6,.ext.has-text-color p{color:currentColor!important}.has-white-color{color:var(--wp--preset--color--white,#fff)!important}.has-black-color{color:var(--wp--preset--color--black,#000)!important}.has-ext-foreground-background-color{background-color:var(--wp--preset--color--foreground,var(--wp--preset--color--black,#000))!important}.has-ext-primary-background-color{background-color:var(--wp--preset--color--primary,var(--wp--preset--color--cyan-bluish-gray,#000))!important}.wp-block-button__link.has-black-background-color{border-color:var(--wp--preset--color--black,#000)!important}.wp-block-button__link.has-white-background-color{border-color:var(--wp--preset--color--white,#fff)!important}.has-ext-small-font-size{font-size:var(--wp--preset--font-size--ext-small)!important}.has-ext-medium-font-size{font-size:var(--wp--preset--font-size--ext-medium)!important}.has-ext-large-font-size{font-size:var(--wp--preset--font-size--ext-large)!important;line-height:1.2!important}.has-ext-x-large-font-size{font-size:var(--wp--preset--font-size--ext-x-large)!important;line-height:1!important}.has-ext-xx-large-font-size{font-size:var(--wp--preset--font-size--ext-xx-large)!important;line-height:1!important}.has-ext-x-large-font-size:not([style*=line-height]),.has-ext-xx-large-font-size:not([style*=line-height]){line-height:1.1!important}.ext .wp-block-group>*+*{margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:0!important}.has-ext-x-large-font-size+h3,.has-ext-x-large-font-size+p{margin-top:.5rem!important}.ext .wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap,.5em) * .75)!important;min-width:12rem!important}.ext>[class*="_inner-container"]>.ext-grid:not([class*=columns]),.ext>[class*="_inner-container"]>.wp-block>.ext-grid:not([class*=columns]){display:initial!important}.ext .ext-grid-cols-13>[class*="_inner-container"]{grid-template-columns:repeat(13,minmax(0,1fr))!important}.ext [class*=inner-container]>.alignwide [class*=inner-container],.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]{max-width:var(--responsive--alignwide-width,120rem)!important}.ext .wp-block-image img{vertical-align:middle!important}body{--extendify--spacing--large:var(--wp--custom--spacing--large,clamp(2em, 8vw, 8em))!important;--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;--wp--preset--color--black:#000!important;--wp--preset--color--white:#fff!important}.ext *{box-sizing:border-box!important}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container{background:0 0!important}.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull{margin-top:unset!important;margin-bottom:unset!important}.block-editor-block-preview__content-iframe .preview\:min-h-50{min-height:50vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-60{min-height:60vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-70{min-height:70vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-80{min-height:80vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-100{min-height:100vw!important}.is-root-container .wp-block[data-align=full]>.ext-mx-0:not([style*=margin]):not([style*=margin]){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){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:0!important}.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{margin-left:0!important}.is-style-inline-list li:last-child{margin-right:0!important}.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,55% 0%,65% 100%,0% 100%)!important;clip-path:polygon(0 0,55% 0%,65% 100%,0% 100%)!important}.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}}@font-face{font-family:'FuseAwesome';src:url(//www.karafillides.gr/wp-content/plugins/fuse-social-floating-sidebar/inc/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.karafillides.gr/wp-content/plugins/fuse-social-floating-sidebar/inc/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.karafillides.gr/wp-content/plugins/fuse-social-floating-sidebar/inc/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.karafillides.gr/wp-content/plugins/fuse-social-floating-sidebar/inc/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.karafillides.gr/wp-content/plugins/fuse-social-floating-sidebar/inc/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.karafillides.gr/wp-content/plugins/fuse-social-floating-sidebar/inc/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fsf{display:inline-block;font:normal normal normal 14px/1 FuseAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fuseicon-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fuseicon-2x{font-size:2em}.fuseicon-3x{font-size:3em}.fuseicon-4x{font-size:4em}.fuseicon-5x{font-size:5em}.fuseicon-fw{width:1.28571429em;text-align:center}.fuseicon-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fuseicon-ul>li{position:relative}.fuseicon-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fuseicon-li.fuseicon-lg{left:-1.85714286em}.fuseicon-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fuseicon-pull-left{float:left}.fuseicon-pull-right{float:right}.fsf.fuseicon-pull-left{margin-right:.3em}.fsf.fuseicon-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fsf.pull-left{margin-right:.3em}.fsf.pull-right{margin-left:.3em}.fuseicon-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fuseicon-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fuseicon-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fuseicon-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fuseicon-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fuseicon-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fuseicon-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fuseicon-rotate-90,:root .fuseicon-rotate-180,:root .fuseicon-rotate-270,:root .fuseicon-flip-horizontal,:root .fuseicon-flip-vertical{filter:none}.fuseicon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fuseicon-stack-1x,.fuseicon-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fuseicon-stack-1x{line-height:inherit}.fuseicon-stack-2x{font-size:2em}.fuseicon-inverse{color:#fff}.fuseicon-glass:before{content:"\f000"}.fuseicon-music:before{content:"\f001"}.fuseicon-search:before{content:"\f002"}.fuseicon-envelope-o:before{content:"\f003"}.fuseicon-heart:before{content:"\f004"}.fuseicon-star:before{content:"\f005"}.fuseicon-star-o:before{content:"\f006"}.fuseicon-user:before{content:"\f007"}.fuseicon-film:before{content:"\f008"}.fuseicon-th-large:before{content:"\f009"}.fuseicon-th:before{content:"\f00a"}.fuseicon-th-list:before{content:"\f00b"}.fuseicon-check:before{content:"\f00c"}.fuseicon-remove:before,.fuseicon-close:before,.fuseicon-times:before{content:"\f00d"}.fuseicon-search-plus:before{content:"\f00e"}.fuseicon-search-minus:before{content:"\f010"}.fuseicon-power-off:before{content:"\f011"}.fuseicon-signal:before{content:"\f012"}.fuseicon-gear:before,.fuseicon-cog:before{content:"\f013"}.fuseicon-trash-o:before{content:"\f014"}.fuseicon-home:before{content:"\f015"}.fuseicon-file-o:before{content:"\f016"}.fuseicon-clock-o:before{content:"\f017"}.fuseicon-road:before{content:"\f018"}.fuseicon-download:before{content:"\f019"}.fuseicon-arrow-circle-o-down:before{content:"\f01a"}.fuseicon-arrow-circle-o-up:before{content:"\f01b"}.fuseicon-inbox:before{content:"\f01c"}.fuseicon-play-circle-o:before{content:"\f01d"}.fuseicon-rotate-right:before,.fuseicon-repeat:before{content:"\f01e"}.fuseicon-refresh:before{content:"\f021"}.fuseicon-list-alt:before{content:"\f022"}.fuseicon-lock:before{content:"\f023"}.fuseicon-flag:before{content:"\f024"}.fuseicon-headphones:before{content:"\f025"}.fuseicon-volume-off:before{content:"\f026"}.fuseicon-volume-down:before{content:"\f027"}.fuseicon-volume-up:before{content:"\f028"}.fuseicon-qrcode:before{content:"\f029"}.fuseicon-barcode:before{content:"\f02a"}.fuseicon-tag:before{content:"\f02b"}.fuseicon-tags:before{content:"\f02c"}.fuseicon-book:before{content:"\f02d"}.fuseicon-bookmark:before{content:"\f02e"}.fuseicon-print:before{content:"\f02f"}.fuseicon-camera:before{content:"\f030"}.fuseicon-font:before{content:"\f031"}.fuseicon-bold:before{content:"\f032"}.fuseicon-italic:before{content:"\f033"}.fuseicon-text-height:before{content:"\f034"}.fuseicon-text-width:before{content:"\f035"}.fuseicon-align-left:before{content:"\f036"}.fuseicon-align-center:before{content:"\f037"}.fuseicon-align-right:before{content:"\f038"}.fuseicon-align-justify:before{content:"\f039"}.fuseicon-list:before{content:"\f03a"}.fuseicon-dedent:before,.fuseicon-outdent:before{content:"\f03b"}.fuseicon-indent:before{content:"\f03c"}.fuseicon-video-camera:before{content:"\f03d"}.fuseicon-photo:before,.fuseicon-image:before,.fuseicon-picture-o:before{content:"\f03e"}.fuseicon-pencil:before{content:"\f040"}.fuseicon-map-marker:before{content:"\f041"}.fuseicon-adjust:before{content:"\f042"}.fuseicon-tint:before{content:"\f043"}.fuseicon-edit:before,.fuseicon-pencil-square-o:before{content:"\f044"}.fuseicon-share-square-o:before{content:"\f045"}.fuseicon-check-square-o:before{content:"\f046"}.fuseicon-arrows:before{content:"\f047"}.fuseicon-step-backward:before{content:"\f048"}.fuseicon-fast-backward:before{content:"\f049"}.fuseicon-backward:before{content:"\f04a"}.fuseicon-play:before{content:"\f04b"}.fuseicon-pause:before{content:"\f04c"}.fuseicon-stop:before{content:"\f04d"}.fuseicon-forward:before{content:"\f04e"}.fuseicon-fast-forward:before{content:"\f050"}.fuseicon-step-forward:before{content:"\f051"}.fuseicon-eject:before{content:"\f052"}.fuseicon-chevron-left:before{content:"\f053"}.fuseicon-chevron-right:before{content:"\f054"}.fuseicon-plus-circle:before{content:"\f055"}.fuseicon-minus-circle:before{content:"\f056"}.fuseicon-times-circle:before{content:"\f057"}.fuseicon-check-circle:before{content:"\f058"}.fuseicon-question-circle:before{content:"\f059"}.fuseicon-info-circle:before{content:"\f05a"}.fuseicon-crosshairs:before{content:"\f05b"}.fuseicon-times-circle-o:before{content:"\f05c"}.fuseicon-check-circle-o:before{content:"\f05d"}.fuseicon-ban:before{content:"\f05e"}.fuseicon-arrow-left:before{content:"\f060"}.fuseicon-arrow-right:before{content:"\f061"}.fuseicon-arrow-up:before{content:"\f062"}.fuseicon-arrow-down:before{content:"\f063"}.fuseicon-mail-forward:before,.fuseicon-share:before{content:"\f064"}.fuseicon-expand:before{content:"\f065"}.fuseicon-compress:before{content:"\f066"}.fuseicon-plus:before{content:"\f067"}.fuseicon-minus:before{content:"\f068"}.fuseicon-asterisk:before{content:"\f069"}.fuseicon-exclamation-circle:before{content:"\f06a"}.fuseicon-gift:before{content:"\f06b"}.fuseicon-leaf:before{content:"\f06c"}.fuseicon-fire:before{content:"\f06d"}.fuseicon-eye:before{content:"\f06e"}.fuseicon-eye-slash:before{content:"\f070"}.fuseicon-warning:before,.fuseicon-exclamation-triangle:before{content:"\f071"}.fuseicon-plane:before{content:"\f072"}.fuseicon-calendar:before{content:"\f073"}.fuseicon-random:before{content:"\f074"}.fuseicon-comment:before{content:"\f075"}.fuseicon-magnet:before{content:"\f076"}.fuseicon-chevron-up:before{content:"\f077"}.fuseicon-chevron-down:before{content:"\f078"}.fuseicon-retweet:before{content:"\f079"}.fuseicon-shopping-cart:before{content:"\f07a"}.fuseicon-folder:before{content:"\f07b"}.fuseicon-folder-open:before{content:"\f07c"}.fuseicon-arrows-v:before{content:"\f07d"}.fuseicon-arrows-h:before{content:"\f07e"}.fuseicon-bar-chart-o:before,.fuseicon-bar-chart:before{content:"\f080"}.fuseicon-twitter-square:before{content:"\f081"}.fuseicon-facebook-square:before{content:"\f082"}.fuseicon-camera-retro:before{content:"\f083"}.fuseicon-key:before{content:"\f084"}.fuseicon-gears:before,.fuseicon-cogs:before{content:"\f085"}.fuseicon-comments:before{content:"\f086"}.fuseicon-thumbs-o-up:before{content:"\f087"}.fuseicon-thumbs-o-down:before{content:"\f088"}.fuseicon-star-half:before{content:"\f089"}.fuseicon-heart-o:before{content:"\f08a"}.fuseicon-sign-out:before{content:"\f08b"}.fuseicon-linkedin-square:before{content:"\f08c"}.fuseicon-thumb-tack:before{content:"\f08d"}.fuseicon-external-link:before{content:"\f08e"}.fuseicon-sign-in:before{content:"\f090"}.fuseicon-trophy:before{content:"\f091"}.fuseicon-github-square:before{content:"\f092"}.fuseicon-upload:before{content:"\f093"}.fuseicon-lemon-o:before{content:"\f094"}.fuseicon-phone:before{content:"\f095"}.fuseicon-square-o:before{content:"\f096"}.fuseicon-bookmark-o:before{content:"\f097"}.fuseicon-phone-square:before{content:"\f098"}.fuseicon-twitter:before{content:"𝕏";position:relative;top:-2px;}.fuseicon-facebook-f:before,.fuseicon-facebook:before{content:"\f09a"}.fuseicon-github:before{content:"\f09b"}.fuseicon-unlock:before{content:"\f09c"}.fuseicon-credit-card:before{content:"\f09d"}.fuseicon-feed:before,.fuseicon-rss:before{content:"\f09e"}.fuseicon-hdd-o:before{content:"\f0a0"}.fuseicon-bullhorn:before{content:"\f0a1"}.fuseicon-bell:before{content:"\f0f3"}.fuseicon-certificate:before{content:"\f0a3"}.fuseicon-hand-o-right:before{content:"\f0a4"}.fuseicon-hand-o-left:before{content:"\f0a5"}.fuseicon-hand-o-up:before{content:"\f0a6"}.fuseicon-hand-o-down:before{content:"\f0a7"}.fuseicon-arrow-circle-left:before{content:"\f0a8"}.fuseicon-arrow-circle-right:before{content:"\f0a9"}.fuseicon-arrow-circle-up:before{content:"\f0aa"}.fuseicon-arrow-circle-down:before{content:"\f0ab"}.fuseicon-globe:before{content:"\f0ac"}.fuseicon-wrench:before{content:"\f0ad"}.fuseicon-tasks:before{content:"\f0ae"}.fuseicon-filter:before{content:"\f0b0"}.fuseicon-briefcase:before{content:"\f0b1"}.fuseicon-arrows-alt:before{content:"\f0b2"}.fuseicon-group:before,.fuseicon-users:before{content:"\f0c0"}.fuseicon-chain:before,.fuseicon-link:before{content:"\f0c1"}.fuseicon-cloud:before{content:"\f0c2"}.fuseicon-flask:before{content:"\f0c3"}.fuseicon-cut:before,.fuseicon-scissors:before{content:"\f0c4"}.fuseicon-copy:before,.fuseicon-files-o:before{content:"\f0c5"}.fuseicon-paperclip:before{content:"\f0c6"}.fuseicon-save:before,.fuseicon-floppy-o:before{content:"\f0c7"}.fuseicon-square:before{content:"\f0c8"}.fuseicon-navicon:before,.fuseicon-reorder:before,.fuseicon-bars:before{content:"\f0c9"}.fuseicon-list-ul:before{content:"\f0ca"}.fuseicon-list-ol:before{content:"\f0cb"}.fuseicon-strikethrough:before{content:"\f0cc"}.fuseicon-underline:before{content:"\f0cd"}.fuseicon-table:before{content:"\f0ce"}.fuseicon-magic:before{content:"\f0d0"}.fuseicon-truck:before{content:"\f0d1"}.fuseicon-pinterest:before{content:"\f0d2"}.fuseicon-pinterest-square:before{content:"\f0d3"}.fuseicon-google-plus-square:before{content:"\f0d4"}.fuseicon-google-plus:before{content:"\f0d5"}.fuseicon-money:before{content:"\f0d6"}.fuseicon-caret-down:before{content:"\f0d7"}.fuseicon-caret-up:before{content:"\f0d8"}.fuseicon-caret-left:before{content:"\f0d9"}.fuseicon-caret-right:before{content:"\f0da"}.fuseicon-columns:before{content:"\f0db"}.fuseicon-unsorted:before,.fuseicon-sort:before{content:"\f0dc"}.fuseicon-sort-down:before,.fuseicon-sort-desc:before{content:"\f0dd"}.fuseicon-sort-up:before,.fuseicon-sort-asc:before{content:"\f0de"}.fuseicon-envelope:before{content:"\f0e0"}.fuseicon-linkedin:before{content:"\f0e1"}.fuseicon-rotate-left:before,.fuseicon-undo:before{content:"\f0e2"}.fuseicon-legal:before,.fuseicon-gavel:before{content:"\f0e3"}.fuseicon-dashboard:before,.fuseicon-tachometer:before{content:"\f0e4"}.fuseicon-comment-o:before{content:"\f0e5"}.fuseicon-comments-o:before{content:"\f0e6"}.fuseicon-flash:before,.fuseicon-bolt:before{content:"\f0e7"}.fuseicon-sitemap:before{content:"\f0e8"}.fuseicon-umbrella:before{content:"\f0e9"}.fuseicon-paste:before,.fuseicon-clipboard:before{content:"\f0ea"}.fuseicon-lightbulb-o:before{content:"\f0eb"}.fuseicon-exchange:before{content:"\f0ec"}.fuseicon-cloud-download:before{content:"\f0ed"}.fuseicon-cloud-upload:before{content:"\f0ee"}.fuseicon-user-md:before{content:"\f0f0"}.fuseicon-stethoscope:before{content:"\f0f1"}.fuseicon-suitcase:before{content:"\f0f2"}.fuseicon-bell-o:before{content:"\f0a2"}.fuseicon-coffee:before{content:"\f0f4"}.fuseicon-cutlery:before{content:"\f0f5"}.fuseicon-file-text-o:before{content:"\f0f6"}.fuseicon-building-o:before{content:"\f0f7"}.fuseicon-hospital-o:before{content:"\f0f8"}.fuseicon-ambulance:before{content:"\f0f9"}.fuseicon-medkit:before{content:"\f0fa"}.fuseicon-fighter-jet:before{content:"\f0fb"}.fuseicon-beer:before{content:"\f0fc"}.fuseicon-h-square:before{content:"\f0fd"}.fuseicon-plus-square:before{content:"\f0fe"}.fuseicon-angle-double-left:before{content:"\f100"}.fuseicon-angle-double-right:before{content:"\f101"}.fuseicon-angle-double-up:before{content:"\f102"}.fuseicon-angle-double-down:before{content:"\f103"}.fuseicon-angle-left:before{content:"\f104"}.fuseicon-angle-right:before{content:"\f105"}.fuseicon-angle-up:before{content:"\f106"}.fuseicon-angle-down:before{content:"\f107"}.fuseicon-desktop:before{content:"\f108"}.fuseicon-laptop:before{content:"\f109"}.fuseicon-tablet:before{content:"\f10a"}.fuseicon-mobile-phone:before,.fuseicon-mobile:before{content:"\f10b"}.fuseicon-circle-o:before{content:"\f10c"}.fuseicon-quote-left:before{content:"\f10d"}.fuseicon-quote-right:before{content:"\f10e"}.fuseicon-spinner:before{content:"\f110"}.fuseicon-circle:before{content:"\f111"}.fuseicon-mail-reply:before,.fuseicon-reply:before{content:"\f112"}.fuseicon-github-alt:before{content:"\f113"}.fuseicon-folder-o:before{content:"\f114"}.fuseicon-folder-open-o:before{content:"\f115"}.fuseicon-smile-o:before{content:"\f118"}.fuseicon-frown-o:before{content:"\f119"}.fuseicon-meh-o:before{content:"\f11a"}.fuseicon-gamepad:before{content:"\f11b"}.fuseicon-keyboard-o:before{content:"\f11c"}.fuseicon-flag-o:before{content:"\f11d"}.fuseicon-flag-checkered:before{content:"\f11e"}.fuseicon-terminal:before{content:"\f120"}.fuseicon-code:before{content:"\f121"}.fuseicon-mail-reply-all:before,.fuseicon-reply-all:before{content:"\f122"}.fuseicon-star-half-empty:before,.fuseicon-star-half-full:before,.fuseicon-star-half-o:before{content:"\f123"}.fuseicon-location-arrow:before{content:"\f124"}.fuseicon-crop:before{content:"\f125"}.fuseicon-code-fork:before{content:"\f126"}.fuseicon-unlink:before,.fuseicon-chain-broken:before{content:"\f127"}.fuseicon-question:before{content:"\f128"}.fuseicon-info:before{content:"\f129"}.fuseicon-exclamation:before{content:"\f12a"}.fuseicon-superscript:before{content:"\f12b"}.fuseicon-subscript:before{content:"\f12c"}.fuseicon-eraser:before{content:"\f12d"}.fuseicon-puzzle-piece:before{content:"\f12e"}.fuseicon-microphone:before{content:"\f130"}.fuseicon-microphone-slash:before{content:"\f131"}.fuseicon-shield:before{content:"\f132"}.fuseicon-calendar-o:before{content:"\f133"}.fuseicon-fire-extinguisher:before{content:"\f134"}.fuseicon-rocket:before{content:"\f135"}.fuseicon-maxcdn:before{content:"\f136"}.fuseicon-chevron-circle-left:before{content:"\f137"}.fuseicon-chevron-circle-right:before{content:"\f138"}.fuseicon-chevron-circle-up:before{content:"\f139"}.fuseicon-chevron-circle-down:before{content:"\f13a"}.fuseicon-html5:before{content:"\f13b"}.fuseicon-css3:before{content:"\f13c"}.fuseicon-anchor:before{content:"\f13d"}.fuseicon-unlock-alt:before{content:"\f13e"}.fuseicon-bullseye:before{content:"\f140"}.fuseicon-ellipsis-h:before{content:"\f141"}.fuseicon-ellipsis-v:before{content:"\f142"}.fuseicon-rss-square:before{content:"\f143"}.fuseicon-play-circle:before{content:"\f144"}.fuseicon-ticket:before{content:"\f145"}.fuseicon-minus-square:before{content:"\f146"}.fuseicon-minus-square-o:before{content:"\f147"}.fuseicon-level-up:before{content:"\f148"}.fuseicon-level-down:before{content:"\f149"}.fuseicon-check-square:before{content:"\f14a"}.fuseicon-pencil-square:before{content:"\f14b"}.fuseicon-external-link-square:before{content:"\f14c"}.fuseicon-share-square:before{content:"\f14d"}.fuseicon-compass:before{content:"\f14e"}.fuseicon-toggle-down:before,.fuseicon-caret-square-o-down:before{content:"\f150"}.fuseicon-toggle-up:before,.fuseicon-caret-square-o-up:before{content:"\f151"}.fuseicon-toggle-right:before,.fuseicon-caret-square-o-right:before{content:"\f152"}.fuseicon-euro:before,.fuseicon-eur:before{content:"\f153"}.fuseicon-gbp:before{content:"\f154"}.fuseicon-dollar:before,.fuseicon-usd:before{content:"\f155"}.fuseicon-rupee:before,.fuseicon-inr:before{content:"\f156"}.fuseicon-cny:before,.fuseicon-rmb:before,.fuseicon-yen:before,.fuseicon-jpy:before{content:"\f157"}.fuseicon-ruble:before,.fuseicon-rouble:before,.fuseicon-rub:before{content:"\f158"}.fuseicon-won:before,.fuseicon-krw:before{content:"\f159"}.fuseicon-bitcoin:before,.fuseicon-btc:before{content:"\f15a"}.fuseicon-file:before{content:"\f15b"}.fuseicon-file-text:before{content:"\f15c"}.fuseicon-sort-alpha-asc:before{content:"\f15d"}.fuseicon-sort-alpha-desc:before{content:"\f15e"}.fuseicon-sort-amount-asc:before{content:"\f160"}.fuseicon-sort-amount-desc:before{content:"\f161"}.fuseicon-sort-numeric-asc:before{content:"\f162"}.fuseicon-sort-numeric-desc:before{content:"\f163"}.fuseicon-thumbs-up:before{content:"\f164"}.fuseicon-thumbs-down:before{content:"\f165"}.fuseicon-youtube-square:before{content:"\f166"}.fuseicon-youtube:before{content:"\f167"}.fuseicon-xing:before{content:"\f168"}.fuseicon-xing-square:before{content:"\f169"}.fuseicon-youtube-play:before{content:"\f16a"}.fuseicon-dropbox:before{content:"\f16b"}.fuseicon-stack-overflow:before{content:"\f16c"}.fuseicon-instagram:before{content:"\f16d"}.fuseicon-flickr:before{content:"\f16e"}.fuseicon-adn:before{content:"\f170"}.fuseicon-bitbucket:before{content:"\f171"}.fuseicon-bitbucket-square:before{content:"\f172"}.fuseicon-tumblr:before{content:"\f173"}.fuseicon-tumblr-square:before{content:"\f174"}.fuseicon-long-arrow-down:before{content:"\f175"}.fuseicon-long-arrow-up:before{content:"\f176"}.fuseicon-long-arrow-left:before{content:"\f177"}.fuseicon-long-arrow-right:before{content:"\f178"}.fuseicon-apple:before{content:"\f179"}.fuseicon-windows:before{content:"\f17a"}.fuseicon-android:before{content:"\f17b"}.fuseicon-linux:before{content:"\f17c"}.fuseicon-dribbble:before{content:"\f17d"}.fuseicon-skype:before{content:"\f17e"}.fuseicon-foursquare:before{content:"\f180"}.fuseicon-trello:before{content:"\f181"}.fuseicon-female:before{content:"\f182"}.fuseicon-male:before{content:"\f183"}.fuseicon-gittip:before,.fuseicon-gratipay:before{content:"\f184"}.fuseicon-sun-o:before{content:"\f185"}.fuseicon-moon-o:before{content:"\f186"}.fuseicon-archive:before{content:"\f187"}.fuseicon-bug:before{content:"\f188"}.fuseicon-vk:before{content:"\f189"}.fuseicon-weibo:before{content:"\f18a"}.fuseicon-renren:before{content:"\f18b"}.fuseicon-pagelines:before{content:"\f18c"}.fuseicon-stack-exchange:before{content:"\f18d"}.fuseicon-arrow-circle-o-right:before{content:"\f18e"}.fuseicon-arrow-circle-o-left:before{content:"\f190"}.fuseicon-toggle-left:before,.fuseicon-caret-square-o-left:before{content:"\f191"}.fuseicon-dot-circle-o:before{content:"\f192"}.fuseicon-wheelchair:before{content:"\f193"}.fuseicon-vimeo-square:before{content:"\f194"}.fuseicon-turkish-lira:before,.fuseicon-try:before{content:"\f195"}.fuseicon-plus-square-o:before{content:"\f196"}.fuseicon-space-shuttle:before{content:"\f197"}.fuseicon-slack:before{content:"\f198"}.fuseicon-envelope-square:before{content:"\f199"}.fuseicon-wordpress:before{content:"\f19a"}.fuseicon-openid:before{content:"\f19b"}.fuseicon-institution:before,.fuseicon-bank:before,.fuseicon-university:before{content:"\f19c"}.fuseicon-mortar-board:before,.fuseicon-graduation-cap:before{content:"\f19d"}.fuseicon-yahoo:before{content:"\f19e"}.fuseicon-google:before{content:"\f1a0"}.fuseicon-reddit:before{content:"\f1a1"}.fuseicon-reddit-square:before{content:"\f1a2"}.fuseicon-stumbleupon-circle:before{content:"\f1a3"}.fuseicon-stumbleupon:before{content:"\f1a4"}.fuseicon-delicious:before{content:"\f1a5"}.fuseicon-digg:before{content:"\f1a6"}.fuseicon-pied-piper-pp:before{content:"\f1a7"}.fuseicon-pied-piper-alt:before{content:"\f1a8"}.fuseicon-drupal:before{content:"\f1a9"}.fuseicon-joomla:before{content:"\f1aa"}.fuseicon-language:before{content:"\f1ab"}.fuseicon-fax:before{content:"\f1ac"}.fuseicon-building:before{content:"\f1ad"}.fuseicon-child:before{content:"\f1ae"}.fuseicon-paw:before{content:"\f1b0"}.fuseicon-spoon:before{content:"\f1b1"}.fuseicon-cube:before{content:"\f1b2"}.fuseicon-cubes:before{content:"\f1b3"}.fuseicon-behance:before{content:"\f1b4"}.fuseicon-behance-square:before{content:"\f1b5"}.fuseicon-steam:before{content:"\f1b6"}.fuseicon-steam-square:before{content:"\f1b7"}.fuseicon-recycle:before{content:"\f1b8"}.fuseicon-automobile:before,.fuseicon-car:before{content:"\f1b9"}.fuseicon-cab:before,.fuseicon-taxi:before{content:"\f1ba"}.fuseicon-tree:before{content:"\f1bb"}.fuseicon-spotify:before{content:"\f1bc"}.fuseicon-deviantart:before{content:"\f1bd"}.fuseicon-soundcloud:before{content:"\f1be"}.fuseicon-database:before{content:"\f1c0"}.fuseicon-file-pdf-o:before{content:"\f1c1"}.fuseicon-file-word-o:before{content:"\f1c2"}.fuseicon-file-excel-o:before{content:"\f1c3"}.fuseicon-file-powerpoint-o:before{content:"\f1c4"}.fuseicon-file-photo-o:before,.fuseicon-file-picture-o:before,.fuseicon-file-image-o:before{content:"\f1c5"}.fuseicon-file-zip-o:before,.fuseicon-file-archive-o:before{content:"\f1c6"}.fuseicon-file-sound-o:before,.fuseicon-file-audio-o:before{content:"\f1c7"}.fuseicon-file-movie-o:before,.fuseicon-file-video-o:before{content:"\f1c8"}.fuseicon-file-code-o:before{content:"\f1c9"}.fuseicon-vine:before{content:"\f1ca"}.fuseicon-codepen:before{content:"\f1cb"}.fuseicon-jsfiddle:before{content:"\f1cc"}.fuseicon-life-bouy:before,.fuseicon-life-buoy:before,.fuseicon-life-saver:before,.fuseicon-support:before,.fuseicon-life-ring:before{content:"\f1cd"}.fuseicon-circle-o-notch:before{content:"\f1ce"}.fuseicon-ra:before,.fuseicon-resistance:before,.fuseicon-rebel:before{content:"\f1d0"}.fuseicon-ge:before,.fuseicon-empire:before{content:"\f1d1"}.fuseicon-git-square:before{content:"\f1d2"}.fuseicon-git:before{content:"\f1d3"}.fuseicon-y-combinator-square:before,.fuseicon-yc-square:before,.fuseicon-hacker-news:before{content:"\f1d4"}.fuseicon-tencent-weibo:before{content:"\f1d5"}.fuseicon-qq:before{content:"\f1d6"}.fuseicon-wechat:before,.fuseicon-weixin:before{content:"\f1d7"}.fuseicon-send:before,.fuseicon-paper-plane:before{content:"\f1d8"}.fuseicon-send-o:before,.fuseicon-paper-plane-o:before{content:"\f1d9"}.fuseicon-history:before{content:"\f1da"}.fuseicon-circle-thin:before{content:"\f1db"}.fuseicon-header:before{content:"\f1dc"}.fuseicon-paragraph:before{content:"\f1dd"}.fuseicon-sliders:before{content:"\f1de"}.fuseicon-share-alt:before{content:"\f1e0"}.fuseicon-share-alt-square:before{content:"\f1e1"}.fuseicon-bomb:before{content:"\f1e2"}.fuseicon-soccer-ball-o:before,.fuseicon-futbol-o:before{content:"\f1e3"}.fuseicon-tty:before{content:"\f1e4"}.fuseicon-binoculars:before{content:"\f1e5"}.fuseicon-plug:before{content:"\f1e6"}.fuseicon-slideshare:before{content:"\f1e7"}.fuseicon-twitch:before{content:"\f1e8"}.fuseicon-yelp:before{content:"\f1e9"}.fuseicon-newspaper-o:before{content:"\f1ea"}.fuseicon-wifi:before{content:"\f1eb"}.fuseicon-calculator:before{content:"\f1ec"}.fuseicon-paypal:before{content:"\f1ed"}.fuseicon-google-wallet:before{content:"\f1ee"}.fuseicon-cc-visa:before{content:"\f1f0"}.fuseicon-cc-mastercard:before{content:"\f1f1"}.fuseicon-cc-discover:before{content:"\f1f2"}.fuseicon-cc-amex:before{content:"\f1f3"}.fuseicon-cc-paypal:before{content:"\f1f4"}.fuseicon-cc-stripe:before{content:"\f1f5"}.fuseicon-bell-slash:before{content:"\f1f6"}.fuseicon-bell-slash-o:before{content:"\f1f7"}.fuseicon-trash:before{content:"\f1f8"}.fuseicon-copyright:before{content:"\f1f9"}.fuseicon-at:before{content:"\f1fa"}.fuseicon-eyedropper:before{content:"\f1fb"}.fuseicon-paint-brush:before{content:"\f1fc"}.fuseicon-birthday-cake:before{content:"\f1fd"}.fuseicon-area-chart:before{content:"\f1fe"}.fuseicon-pie-chart:before{content:"\f200"}.fuseicon-line-chart:before{content:"\f201"}.fuseicon-lastfm:before{content:"\f202"}.fuseicon-lastfm-square:before{content:"\f203"}.fuseicon-toggle-off:before{content:"\f204"}.fuseicon-toggle-on:before{content:"\f205"}.fuseicon-bicycle:before{content:"\f206"}.fuseicon-bus:before{content:"\f207"}.fuseicon-ioxhost:before{content:"\f208"}.fuseicon-angellist:before{content:"\f209"}.fuseicon-cc:before{content:"\f20a"}.fuseicon-shekel:before,.fuseicon-sheqel:before,.fuseicon-ils:before{content:"\f20b"}.fuseicon-meanpath:before{content:"\f20c"}.fuseicon-buysellads:before{content:"\f20d"}.fuseicon-connectdevelop:before{content:"\f20e"}.fuseicon-dashcube:before{content:"\f210"}.fuseicon-forumbee:before{content:"\f211"}.fuseicon-leanpub:before{content:"\f212"}.fuseicon-sellsy:before{content:"\f213"}.fuseicon-shirtsinbulk:before{content:"\f214"}.fuseicon-simplybuilt:before{content:"\f215"}.fuseicon-skyatlas:before{content:"\f216"}.fuseicon-cart-plus:before{content:"\f217"}.fuseicon-cart-arrow-down:before{content:"\f218"}.fuseicon-diamond:before{content:"\f219"}.fuseicon-ship:before{content:"\f21a"}.fuseicon-user-secret:before{content:"\f21b"}.fuseicon-motorcycle:before{content:"\f21c"}.fuseicon-street-view:before{content:"\f21d"}.fuseicon-heartbeat:before{content:"\f21e"}.fuseicon-venus:before{content:"\f221"}.fuseicon-mars:before{content:"\f222"}.fuseicon-mercury:before{content:"\f223"}.fuseicon-intersex:before,.fuseicon-transgender:before{content:"\f224"}.fuseicon-transgender-alt:before{content:"\f225"}.fuseicon-venus-double:before{content:"\f226"}.fuseicon-mars-double:before{content:"\f227"}.fuseicon-venus-mars:before{content:"\f228"}.fuseicon-mars-stroke:before{content:"\f229"}.fuseicon-mars-stroke-v:before{content:"\f22a"}.fuseicon-mars-stroke-h:before{content:"\f22b"}.fuseicon-neuter:before{content:"\f22c"}.fuseicon-genderless:before{content:"\f22d"}.fuseicon-facebook-official:before{content:"\f230"}.fuseicon-pinterest-p:before{content:"\f231"}.fuseicon-whatsapp:before{content:"\f232"}.fuseicon-server:before{content:"\f233"}.fuseicon-user-plus:before{content:"\f234"}.fuseicon-user-times:before{content:"\f235"}.fuseicon-hotel:before,.fuseicon-bed:before{content:"\f236"}.fuseicon-viacoin:before{content:"\f237"}.fuseicon-train:before{content:"\f238"}.fuseicon-subway:before{content:"\f239"}.fuseicon-medium:before{content:"\f23a"}.fuseicon-yc:before,.fuseicon-y-combinator:before{content:"\f23b"}.fuseicon-optin-monster:before{content:"\f23c"}.fuseicon-opencart:before{content:"\f23d"}.fuseicon-expeditedssl:before{content:"\f23e"}.fuseicon-battery-4:before,.fuseicon-battery:before,.fuseicon-battery-full:before{content:"\f240"}.fuseicon-battery-3:before,.fuseicon-battery-three-quarters:before{content:"\f241"}.fuseicon-battery-2:before,.fuseicon-battery-half:before{content:"\f242"}.fuseicon-battery-1:before,.fuseicon-battery-quarter:before{content:"\f243"}.fuseicon-battery-0:before,.fuseicon-battery-empty:before{content:"\f244"}.fuseicon-mouse-pointer:before{content:"\f245"}.fuseicon-i-cursor:before{content:"\f246"}.fuseicon-object-group:before{content:"\f247"}.fuseicon-object-ungroup:before{content:"\f248"}.fuseicon-sticky-note:before{content:"\f249"}.fuseicon-sticky-note-o:before{content:"\f24a"}.fuseicon-cc-jcb:before{content:"\f24b"}.fuseicon-cc-diners-club:before{content:"\f24c"}.fuseicon-clone:before{content:"\f24d"}.fuseicon-balance-scale:before{content:"\f24e"}.fuseicon-hourglass-o:before{content:"\f250"}.fuseicon-hourglass-1:before,.fuseicon-hourglass-start:before{content:"\f251"}.fuseicon-hourglass-2:before,.fuseicon-hourglass-half:before{content:"\f252"}.fuseicon-hourglass-3:before,.fuseicon-hourglass-end:before{content:"\f253"}.fuseicon-hourglass:before{content:"\f254"}.fuseicon-hand-grab-o:before,.fuseicon-hand-rock-o:before{content:"\f255"}.fuseicon-hand-stop-o:before,.fuseicon-hand-paper-o:before{content:"\f256"}.fuseicon-hand-scissors-o:before{content:"\f257"}.fuseicon-hand-lizard-o:before{content:"\f258"}.fuseicon-hand-spock-o:before{content:"\f259"}.fuseicon-hand-pointer-o:before{content:"\f25a"}.fuseicon-hand-peace-o:before{content:"\f25b"}.fuseicon-trademark:before{content:"\f25c"}.fuseicon-registered:before{content:"\f25d"}.fuseicon-creative-commons:before{content:"\f25e"}.fuseicon-gg:before{content:"\f260"}.fuseicon-gg-circle:before{content:"\f261"}.fuseicon-tripadvisor:before{content:"\f262"}.fuseicon-odnoklassniki:before{content:"\f263"}.fuseicon-odnoklassniki-square:before{content:"\f264"}.fuseicon-get-pocket:before{content:"\f265"}.fuseicon-wikipedia-w:before{content:"\f266"}.fuseicon-safari:before{content:"\f267"}.fuseicon-chrome:before{content:"\f268"}.fuseicon-firefox:before{content:"\f269"}.fuseicon-opera:before{content:"\f26a"}.fuseicon-internet-explorer:before{content:"\f26b"}.fuseicon-tv:before,.fuseicon-television:before{content:"\f26c"}.fuseicon-contao:before{content:"\f26d"}.fuseicon-500px:before{content:"\f26e"}.fuseicon-amazon:before{content:"\f270"}.fuseicon-calendar-plus-o:before{content:"\f271"}.fuseicon-calendar-minus-o:before{content:"\f272"}.fuseicon-calendar-times-o:before{content:"\f273"}.fuseicon-calendar-check-o:before{content:"\f274"}.fuseicon-industry:before{content:"\f275"}.fuseicon-map-pin:before{content:"\f276"}.fuseicon-map-signs:before{content:"\f277"}.fuseicon-map-o:before{content:"\f278"}.fuseicon-map:before{content:"\f279"}.fuseicon-commenting:before{content:"\f27a"}.fuseicon-commenting-o:before{content:"\f27b"}.fuseicon-houzz:before{content:"\f27c"}.fuseicon-vimeo:before{content:"\f27d"}.fuseicon-black-tie:before{content:"\f27e"}.fuseicon-fonticons:before{content:"\f280"}.fuseicon-reddit-alien:before{content:"\f281"}.fuseicon-edge:before{content:"\f282"}.fuseicon-credit-card-alt:before{content:"\f283"}.fuseicon-codiepie:before{content:"\f284"}.fuseicon-modx:before{content:"\f285"}.fuseicon-fort-awesome:before{content:"\f286"}.fuseicon-usb:before{content:"\f287"}.fuseicon-product-hunt:before{content:"\f288"}.fuseicon-mixcloud:before{content:"\f289"}.fuseicon-scribd:before{content:"\f28a"}.fuseicon-pause-circle:before{content:"\f28b"}.fuseicon-pause-circle-o:before{content:"\f28c"}.fuseicon-stop-circle:before{content:"\f28d"}.fuseicon-stop-circle-o:before{content:"\f28e"}.fuseicon-shopping-bag:before{content:"\f290"}.fuseicon-shopping-basket:before{content:"\f291"}.fuseicon-hashtag:before{content:"\f292"}.fuseicon-bluetooth:before{content:"\f293"}.fuseicon-bluetooth-b:before{content:"\f294"}.fuseicon-percent:before{content:"\f295"}.fuseicon-gitlab:before{content:"\f296"}.fuseicon-wpbeginner:before{content:"\f297"}.fuseicon-wpforms:before{content:"\f298"}.fuseicon-envira:before{content:"\f299"}.fuseicon-universal-access:before{content:"\f29a"}.fuseicon-wheelchair-alt:before{content:"\f29b"}.fuseicon-question-circle-o:before{content:"\f29c"}.fuseicon-blind:before{content:"\f29d"}.fuseicon-audio-description:before{content:"\f29e"}.fuseicon-volume-control-phone:before{content:"\f2a0"}.fuseicon-braille:before{content:"\f2a1"}.fuseicon-assistive-listening-systems:before{content:"\f2a2"}.fuseicon-asl-interpreting:before,.fuseicon-american-sign-language-interpreting:before{content:"\f2a3"}.fuseicon-deafness:before,.fuseicon-hard-of-hearing:before,.fuseicon-deaf:before{content:"\f2a4"}.fuseicon-glide:before{content:"\f2a5"}.fuseicon-glide-g:before{content:"\f2a6"}.fuseicon-signing:before,.fuseicon-sign-language:before{content:"\f2a7"}.fuseicon-low-vision:before{content:"\f2a8"}.fuseicon-viadeo:before{content:"\f2a9"}.fuseicon-viadeo-square:before{content:"\f2aa"}.fuseicon-snapchat:before{content:"\f2ab"}.fuseicon-snapchat-ghost:before{content:"\f2ac"}.fuseicon-snapchat-square:before{content:"\f2ad"}.fuseicon-pied-piper:before{content:"\f2ae"}.fuseicon-first-order:before{content:"\f2b0"}.fuseicon-yoast:before{content:"\f2b1"}.fuseicon-themeisle:before{content:"\f2b2"}.fuseicon-google-plus-circle:before,.fuseicon-google-plus-official:before{content:"\f2b3"}.fuseicon-fa:before,.fuseicon-font-awesome:before{content:"\f2b4"}.fuseicon-handshake-o:before{content:"\f2b5"}.fuseicon-envelope-open:before{content:"\f2b6"}.fuseicon-envelope-open-o:before{content:"\f2b7"}.fuseicon-linode:before{content:"\f2b8"}.fuseicon-address-book:before{content:"\f2b9"}.fuseicon-address-book-o:before{content:"\f2ba"}.fuseicon-vcard:before,.fuseicon-address-card:before{content:"\f2bb"}.fuseicon-vcard-o:before,.fuseicon-address-card-o:before{content:"\f2bc"}.fuseicon-user-circle:before{content:"\f2bd"}.fuseicon-user-circle-o:before{content:"\f2be"}.fuseicon-user-o:before{content:"\f2c0"}.fuseicon-id-badge:before{content:"\f2c1"}.fuseicon-drivers-license:before,.fuseicon-id-card:before{content:"\f2c2"}.fuseicon-drivers-license-o:before,.fuseicon-id-card-o:before{content:"\f2c3"}.fuseicon-quora:before{content:"\f2c4"}.fuseicon-free-code-camp:before{content:"\f2c5"}.fuseicon-telegram:before{content:"\f2c6"}.fuseicon-thermometer-4:before,.fuseicon-thermometer:before,.fuseicon-thermometer-full:before{content:"\f2c7"}.fuseicon-thermometer-3:before,.fuseicon-thermometer-three-quarters:before{content:"\f2c8"}.fuseicon-thermometer-2:before,.fuseicon-thermometer-half:before{content:"\f2c9"}.fuseicon-thermometer-1:before,.fuseicon-thermometer-quarter:before{content:"\f2ca"}.fuseicon-thermometer-0:before,.fuseicon-thermometer-empty:before{content:"\f2cb"}.fuseicon-shower:before{content:"\f2cc"}.fuseicon-bathtub:before,.fuseicon-s15:before,.fuseicon-bath:before{content:"\f2cd"}.fuseicon-podcast:before{content:"\f2ce"}.fuseicon-window-maximize:before{content:"\f2d0"}.fuseicon-window-minimize:before{content:"\f2d1"}.fuseicon-window-restore:before{content:"\f2d2"}.fuseicon-times-rectangle:before,.fuseicon-window-close:before{content:"\f2d3"}.fuseicon-times-rectangle-o:before,.fuseicon-window-close-o:before{content:"\f2d4"}.fuseicon-bandcamp:before{content:"\f2d5"}.fuseicon-grav:before{content:"\f2d6"}.fuseicon-etsy:before{content:"\f2d7"}.fuseicon-imdb:before{content:"\f2d8"}.fuseicon-ravelry:before{content:"\f2d9"}.fuseicon-eercast:before{content:"\f2da"}.fuseicon-microchip:before{content:"\f2db"}.fuseicon-snowflake-o:before{content:"\f2dc"}.fuseicon-superpowers:before{content:"\f2dd"}.fuseicon-wpexplorer:before{content:"\f2de"}.fuseicon-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}body .extendedwopts-show {
display: none;
}
body .widgetopts-hide_title .widget-title {
display: none;
}
body .extendedwopts-md-right {
text-align: right;
}
body .extendedwopts-md-left {
text-align: left;
}
body .extendedwopts-md-center {
text-align: center;
}
body .extendedwopts-md-justify {
text-align: justify;
}
@media screen and (min-width: 1181px) {
body .extendedwopts-hide.extendedwopts-desktop {
display: none !important;
}
body .extendedwopts-show.extendedwopts-desktop {
display: block;
}
body .widget.clearfix-desktop {
clear: both;
}
}
@media screen and (max-width: 1024px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 1180px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet {
display: none !important;
}
body .extendedwopts-show.extendedwopts-tablet {
display: block;
}
body .widget.clearfix-desktop {
clear: none;
}
body .widget.clearfix-tablet {
clear: both;
}
}
@media screen and (max-width: 767px) and (orientation: Portrait) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
body .extendedwopts-hide.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: block !important;
}
body .extendedwopts-show.extendedwopts-tablet:not(.extendedwopts-mobile) {
display: none !important;
}
body .extendedwopts-hide.extendedwopts-mobile {
display: none !important;
}
body .extendedwopts-show.extendedwopts-mobile {
display: block;
}
body .widget.clearfix-desktop,
body .widget.clearfix-tablet {
clear: none;
}
body .widget.clearfix-mobile {
clear: both;
}
}
.panel-cell-style:after {
content: "";
display: block;
clear: both;
position: relative;
}:root{--cc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--cc-font-size:16px;--cc-bg:#fff;--cc-z-index:2147483647;--cc-text:#2d4156;--cc-border-radius:.45rem;--cc-btn-primary-bg:#2d4156;--cc-btn-primary-text:var(--cc-bg);--cc-btn-primary-hover-bg:#1d2e38;--cc-btn-primary-hover-text:var(--cc-btn-primary-text);--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#d8e0e6;--cc-btn-secondary-hover-text:var(--cc-btn-secondary-text);--cc-btn-border-radius:0.375rem;--cc-toggle-bg-off:#919ea6;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#d5dee2;--cc-toggle-knob-bg:#fff;--cc-toggle-knob-icon-color:#ecf2fa;--cc-block-text:var(--cc-text);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-bg-hover:#e9eff4;--cc-section-border:#f1f3f5;--cc-cookie-table-border:#e9edf2;--cc-overlay-bg:#040608;--cc-overlay-opacity:.85;--cc-consent-modal-box-shadow:0 0.625rem 1.875rem rgba(2,2,3,.28);--cc-webkit-scrollbar-bg:#cfd5db;--cc-webkit-scrollbar-bg-hover:#9199a0;--cc-btn-floating-bg:#2d4156;--cc-btn-floating-icon:var(--cc-bg);--cc-btn-floating-hover-bg:#1d2e38;--cc-btn-floating-hover-icon:var(--cc-btn-floating-icon)}.c_darkmode{--cc-bg:#181b1d;--cc-text:#d8e5ea;--cc-btn-primary-bg:#a6c4dd;--cc-btn-primary-text:#000;--cc-btn-primary-hover-bg:#c2dff7;--cc-btn-primary-hover-text:var(--cc-btn-primary-text);--cc-btn-secondary-bg:#33383c;--cc-btn-secondary-text:var(--cc-text);--cc-btn-secondary-hover-bg:#3e454a;--cc-btn-secondary-hover-text:var(--cc-btn-secondary-text);--cc-toggle-bg-off:#667481;--cc-toggle-bg-on:var(--cc-btn-primary-bg);--cc-toggle-bg-readonly:#454c54;--cc-toggle-knob-bg:var(--cc-cookie-category-block-bg);--cc-toggle-knob-icon-color:var(--cc-bg);--cc-block-text:#b3bfc5;--cc-cookie-category-block-bg:#23272a;--cc-cookie-category-block-bg-hover:#2b3035;--cc-section-border:#292d31;--cc-cookie-table-border:#2b3035;--cc-webkit-scrollbar-bg:#667481;--cc-webkit-scrollbar-bg-hover:#9199a0;--cc-btn-floating-bg:#a6c4dd;--cc-btn-floating-icon:#000;--cc-btn-floating-hover-bg:#c2dff7;--cc-btn-floating-hover-icon:var(--cc-btn-floating-icon)}#cc--main{z-index:var(--cc-z-index)}.cc_div *,.cc_div :after,.cc_div :before,.cc_div :hover{animation:none;background:none;border:none;border-radius:unset;box-shadow:none;box-sizing:border-box;color:inherit;float:none;font-family:inherit;font-size:1em;font-style:inherit;font-variant:normal;font-weight:inherit;height:auto;letter-spacing:unset;line-height:1.2;margin:0;padding:0;text-align:left;text-decoration:none;text-transform:none;transition:none;vertical-align:baseline;visibility:unset}.cc_div{font-family:var(--cc-font-family);font-size:var(--cc-font-size);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--cc-text);text-rendering:optimizeLegibility}#c-ttl,#s-bl td:before,#s-ttl,.cc_div .b-tl,.cc_div .c-bn{font-weight:600}#cm,#s-bl .act .b-acc,#s-inr,.cc_div .b-tl,.cc_div .c-bl{border-radius:var(--cc-border-radius)}#s-bl .act .b-acc{border-top-left-radius:0;border-top-right-radius:0}.cc_div a,.cc_div button,.cc_div input{-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden}.cc_div a{border-bottom:1px solid}.cc_div a:hover{border-color:transparent;text-decoration:none}.cc_div .c-bn>span{pointer-events:none}#cm-ov,#cs-ov,.c--anim #cm,.c--anim #s-cnt,.c--anim #s-inr{transition:visibility .25s linear,opacity .25s ease,transform .25s ease!important}.c--anim .c-bn{transition:background-color .25s ease!important}.c--anim #cm.bar.slide,.c--anim #cm.bar.slide+#cm-ov,.c--anim .bar.slide #s-inr,.c--anim .bar.slide+#cs-ov{transition:visibility .4s ease,opacity .4s ease,transform .4s ease!important}#cm.bar.slide,.cc_div .bar.slide #s-inr{opacity:1;transform:translateX(100%)}#cm.bar.top.slide,.cc_div .bar.left.slide #s-inr{opacity:1;transform:translateX(-100%)}#cm.slide,.cc_div .slide #s-inr{transform:translateY(1.6em)}#cm.top.slide{transform:translateY(-1.6em)}#cm.bar.slide{transform:translateY(100%)}#cm.bar.top.slide{transform:translateY(-100%)}.show--consent .c--anim #cm,.show--consent .c--anim #cm.bar,.show--settings .c--anim #s-inr,.show--settings .c--anim .bar.slide #s-inr{opacity:1;transform:scale(1);visibility:visible!important}.show--consent .c--anim #cm.box.middle,.show--consent .c--anim #cm.cloud.middle{transform:scale(1) translateY(-50%)}.show--settings .c--anim #s-cnt{visibility:visible!important}.force--consent.show--consent .c--anim #cm-ov,.show--settings .c--anim #cs-ov{opacity:var(--cc-overlay-opacity)!important;visibility:visible!important}#cm{background:var(--cc-bg);bottom:1.25em;box-shadow:0 .625em 1.875em #000;box-shadow:var(--cc-consent-modal-box-shadow);font-family:inherit;line-height:normal;max-width:24.2em;opacity:0;padding:1em 1.4em 1.3em;position:fixed;right:1.25em;transform:scale(.95);visibility:hidden;width:100%;z-index:1}#cc_div #cm{display:block!important}#c-ttl{font-size:1.05em;margin-bottom:.7em}.cloud #c-ttl{margin-top:-.15em}#c-txt{font-size:.9em;line-height:1.5em}.cc_div #c-bns{display:flex;justify-content:space-between;margin-top:1.4em}.cc_div .c-bn{background:var(--cc-btn-secondary-bg);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-secondary-text);cursor:pointer;display:inline-block;flex:1;font-size:.82em;padding:1em 1.7em;text-align:center;-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}#c-bns button+button,#s-c-bn,#s-cnt button+button{float:right;margin-left:.5rem}#s-cnt #s-rall-bn{float:none}#cm .c_link:active,#cm .c_link:hover,#s-c-bn:active,#s-c-bn:hover,#s-cnt button+button:active,#s-cnt button+button:hover{background:var(--cc-btn-secondary-hover-bg);color:var(--cc-btn-secondary-hover-text)}#s-cnt{display:table;height:100%;left:0;position:fixed;top:0;visibility:hidden;width:100%;z-index:101}#s-bl{outline:none;scrollbar-width:thin}#s-bl .title{margin-top:1.4em}#s-bl .b-bn,#s-bl .title:first-child{margin-top:0}#s-bl .b-acc .p{margin-top:0;padding:1em}#s-cnt .b-bn .b-tl{background:none;display:block;font-family:inherit;font-size:.95em;padding:1.3em 6.4em 1.3em 2.7em;position:relative;transition:background-color .25s ease;width:100%}#s-cnt .b-bn .b-tl.exp{cursor:pointer}#s-cnt .act .b-bn .b-tl{border-bottom-left-radius:0;border-bottom-right-radius:0}#s-cnt .b-bn .b-tl:active,#s-cnt .b-bn .b-tl:hover{background:var(--cc-cookie-category-block-bg-hover)}#s-bl .b-bn{position:relative}#s-bl .c-bl{border:1px solid var(--cc-section-border);margin-bottom:.4rem;padding:1em;transition:background-color .25s ease}#s-bl .c-bl:hover{background:var(--cc-cookie-category-block-bg)}#s-bl .c-bl:last-child{margin-bottom:.5em}#s-bl .c-bl:first-child{border:none;margin-bottom:2em;margin-top:0;padding:0;transition:none}#s-bl .c-bl:not(.b-ex):first-child:hover{background:transparent;background:unset}#s-bl .c-bl.b-ex{background:var(--cc-cookie-category-block-bg);border:none;padding:0;transition:none}#s-bl .c-bl.b-ex+.c-bl{margin-top:2em}#s-bl .c-bl.b-ex+.c-bl.b-ex{margin-top:0}#s-bl .c-bl.b-ex:first-child{margin-bottom:1em;margin-bottom:.5em}#s-bl .b-acc{display:none;margin-bottom:0;max-height:0;overflow:hidden;padding-top:0}#s-bl .act .b-acc{display:block;max-height:100%;overflow:hidden}#s-cnt .p{color:var(--cc-block-text);font-size:.9em;line-height:1.5em;margin-top:.85em}.cc_div .b-tg .c-tgl:disabled{cursor:not-allowed}#c-vln{display:table-cell;position:relative;vertical-align:middle}#cs{bottom:0;left:0;padding:0 1.7em;position:fixed;right:0;top:0;width:100%}#cs,#s-inr{height:100%}#s-inr{box-shadow:0 13px 27px -5px rgba(3,6,9,.26);margin:0 auto;max-width:45em;opacity:0;overflow:hidden;padding-bottom:4.75em;padding-top:4.75em;position:relative;transform:scale(.96);visibility:hidden}#s-bns,#s-hdr,#s-inr{background:var(--cc-bg)}#s-bl{display:block;height:100%;overflow-x:hidden;overflow-y:auto;overflow-y:overlay;padding:1.3em 1.6em;width:100%}#s-bns{border-top:1px solid var(--cc-section-border);bottom:0;height:4.75em;left:0;padding:1em 1.8em;position:absolute;right:0}.cc_div .cc-link{border-bottom:1px solid var(--cc-btn-primary-bg);color:var(--cc-btn-primary-bg);cursor:pointer;display:inline;font-weight:600;padding-bottom:0;text-decoration:none}.cc_div .cc-link:active,.cc_div .cc-link:hover{border-color:transparent}#c-bns button:first-child,#s-bns button:first-child{background:var(--cc-btn-primary-bg);color:var(--cc-btn-primary-text)}#c-bns.swap button:first-child{background:var(--cc-btn-secondary-bg);color:var(--cc-btn-secondary-text)}#c-bns.swap button:last-child{background:var(--cc-btn-primary-bg);color:var(--cc-btn-primary-text)}.cc_div .b-tg .c-tgl:checked~.c-tg{background:var(--cc-toggle-bg-on)}#c-bns button:first-child:active,#c-bns button:first-child:hover,#c-bns.swap button:last-child:active,#c-bns.swap button:last-child:hover,#s-bns button:first-child:active,#s-bns button:first-child:hover{background:var(--cc-btn-primary-hover-bg);color:var(--cc-btn-primary-hover-text)}#c-bns.swap button:first-child:active,#c-bns.swap button:first-child:hover{background:var(--cc-btn-secondary-hover-bg);color:var(--cc-btn-secondary-hover-text)}#s-hdr{border-bottom:1px solid var(--cc-section-border);display:table;height:4.75em;padding:0 1.8em;position:absolute;top:0;width:100%;z-index:2}#s-hdr,#s-ttl{vertical-align:middle}#s-ttl{display:table-cell;font-size:1em}#s-c-bn{font-size:1.45em;font-weight:400;height:1.7em;margin:0;overflow:hidden;padding:0;position:relative;width:1.7em}#s-c-bnc{display:table-cell;vertical-align:middle}.cc_div span.t-lb{opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;z-index:-1}#c_policy__text{height:31.25em;margin-top:1.25em;overflow-y:auto}#c-s-in{height:100%;height:calc(100% - 2.5em);max-height:37.5em;position:relative;top:50%;transform:translateY(-50%)}@media screen and (min-width:688px){#s-bl::-webkit-scrollbar{background:transparent;border-radius:0 .25em .25em 0;height:100%;width:.8em}#s-bl::-webkit-scrollbar-thumb{background:var(--cc-webkit-scrollbar-bg);border:.25em solid var(--cc-bg);border-radius:100em}#s-bl::-webkit-scrollbar-thumb:hover{background:var(--cc-webkit-scrollbar-bg-hover)}#s-bl::-webkit-scrollbar-button{height:5px;width:10px}}.cc_div .b-tg{bottom:0;display:inline-block;margin:auto;right:0;right:1.2em;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.cc_div .b-tg,.cc_div .b-tg .c-tgl{cursor:pointer;position:absolute;top:0}.cc_div .b-tg .c-tgl{border:0;display:block;left:0;margin:0}.cc_div .b-tg .c-tg{background:var(--cc-toggle-bg-off);pointer-events:none;position:absolute;transition:background-color .25s ease,box-shadow .25s ease}.cc_div .b-tg,.cc_div .b-tg .c-tg,.cc_div .b-tg .c-tgl,.cc_div span.t-lb{border-radius:4em;height:1.5em;width:3.4em}.cc_div .b-tg .c-tg.c-ro{cursor:not-allowed}.cc_div .b-tg .c-tgl~.c-tg.c-ro{background:var(--cc-toggle-bg-readonly)}.cc_div .b-tg .c-tgl~.c-tg.c-ro:after{box-shadow:none}.cc_div .b-tg .c-tg:after{background:var(--cc-toggle-knob-bg);border:none;border-radius:100%;box-shadow:0 1px 2px rgba(24,32,35,.36);box-sizing:content-box;content:"";display:block;height:1.25em;left:.125em;position:relative;top:.125em;transition:transform .25s ease;width:1.25em}.cc_div .b-tg .c-tgl:checked~.c-tg:after{transform:translateX(1.9em)}#s-bl table,#s-bl td,#s-bl th{border:none}#s-bl tbody tr{transition:background-color .25s ease}#s-bl tbody tr:hover{background:var(--cc-cookie-category-block-bg-hover)}#s-bl table{border-collapse:collapse;margin:0;overflow:hidden;padding:0;text-align:left;width:100%}#s-bl caption{border-bottom:1px solid var(--cc-cookie-table-border);font-size:.9em;font-weight:600;padding:.5rem 1rem}#s-bl td,#s-bl th{font-size:.8em;padding:.8em .625em .8em 1.2em;text-align:left;vertical-align:top}#s-bl th{font-family:inherit;font-weight:600;padding:1em 1rem}#s-bl thead tr:first-child{border-bottom:1px solid var(--cc-cookie-table-border)}.force--consent #cs,.force--consent #s-cnt{width:100vw}#cm-ov,#cs-ov{background:#070707;background:var(--cc-overlay-bg);bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:none;visibility:hidden}.c--anim #cs-ov,.force--consent .c--anim #cm-ov,.force--consent.show--consent #cm-ov,.show--settings #cs-ov{display:block}#cs-ov{z-index:2}.force--consent .cc_div{bottom:0;left:0;position:fixed;top:0;transition:visibility .25s linear;visibility:hidden;width:100%;width:100vw}.force--consent.show--consent .c--anim .cc_div,.force--consent.show--settings .c--anim .cc_div{visibility:visible}.force--consent #cm{position:absolute}.force--consent #cm.bar{max-width:100vw;width:100vw}html.force--consent.show--consent{overflow-y:hidden!important}html.force--consent.show--consent,html.force--consent.show--consent body{height:auto!important;overflow-x:hidden!important}.cc_div .act .b-bn .exp:before,.cc_div .b-bn .exp:before{border:solid var(--cc-btn-secondary-text);border-width:0 2px 2px 0;content:"";display:inline-block;left:1.2em;margin-right:15px;padding:.2em;position:absolute;top:50%;transform:translateY(-50%) rotate(45deg)}.cc_div .act .b-bn .b-tl:before{transform:translateY(-20%) rotate(225deg)}.cc_div .on-i:before{border:solid var(--cc-toggle-knob-icon-color);border-width:0 2px 2px 0;display:inline-block;left:.75em;padding:.1em .1em .45em;top:.37em}#s-c-bn:after,#s-c-bn:before,.cc_div .on-i:before{content:"";margin:0 auto;position:absolute;transform:rotate(45deg)}#s-c-bn:after,#s-c-bn:before{background:var(--cc-btn-secondary-text);border-radius:1em;height:.6em;left:.82em;top:.58em;width:1.5px}#s-c-bn:after{transform:rotate(-45deg)}.cc_div .off-i,.cc_div .on-i{display:block;height:100%;position:absolute;right:0;text-align:center;transition:opacity .15s ease;width:50%}.cc_div .on-i{left:0;opacity:0}.cc_div .off-i:after,.cc_div .off-i:before{background:var(--cc-toggle-knob-icon-color);content:" ";display:block;height:.7em;margin:0 auto;position:absolute;right:.8em;top:.42em;transform-origin:center;width:.09375em}.cc_div .off-i:before{transform:rotate(45deg)}.cc_div .off-i:after{transform:rotate(-45deg)}.cc_div .b-tg .c-tgl:checked~.c-tg .on-i{opacity:1}.cc_div .b-tg .c-tgl:checked~.c-tg .off-i{opacity:0}#cm.box.middle,#cm.cloud.middle{bottom:auto;top:50%;transform:translateY(-37%)}#cm.box.middle.zoom,#cm.cloud.middle.zoom{transform:scale(.95) translateY(-50%)}#cm.box.center,#cm.cloud{left:1em;margin:0 auto;right:1em}#cm.cloud{max-width:50em;overflow:hidden;padding:1.2em 1.7em;text-align:center;width:unset}.cc_div .cloud #c-inr{display:table;width:100%}.cc_div .cloud #c-inr-i{display:table-cell;padding-right:2.4em;vertical-align:top;width:70%}.cc_div .cloud #c-txt{font-size:.85em}.cc_div .cloud #c-bns{display:table-cell;min-width:170px;vertical-align:middle}#cm.cloud .c-bn{margin:.5rem 0 0;width:100%}#cm.cloud .c-bn:first-child{margin:0}#cm.cloud.left{margin-right:1.25em}#cm.cloud.right{margin-left:1.25em}#cm.bar{border-radius:0;bottom:0;left:0;max-width:100%;padding:2em;position:fixed;right:0;width:100%}#cm.bar #c-inr{margin:0 auto;max-width:32em}#cm.bar #c-bns{max-width:33.75em}#cm.bar #cs{padding:0}.cc_div .bar #c-s-in{height:100%;max-height:100%;top:0;transform:none}.cc_div .bar #s-bl,.cc_div .bar #s-bns,.cc_div .bar #s-hdr{padding-left:1.4em;padding-right:1.4em}.cc_div .bar #cs{padding:0}.cc_div .bar #s-inr{border-radius:0;margin:0 0 0 auto;max-width:32em}.cc_div .bar.left #s-inr{margin-left:0;margin-right:auto}.cc_div .bar #s-bl table,.cc_div .bar #s-bl tbody,.cc_div .bar #s-bl td,.cc_div .bar #s-bl th,.cc_div .bar #s-bl thead,.cc_div .bar #s-bl tr,.cc_div .bar #s-cnt{display:block}.cc_div .bar #s-bl caption{border-bottom:1px solid var(--cc-cookie-table-border);border-top:0;display:block}.cc_div .bar #s-bl thead tr{left:-9999px;position:absolute;top:-9999px}.cc_div .bar #s-bl tr{border-top:1px solid var(--cc-cookie-table-border)}.cc_div .bar #s-bl td{border:none;padding-left:35%;position:relative}.cc_div .bar #s-bl td:before{color:var(--cc-text);content:attr(data-column);left:1rem;overflow:hidden;padding-right:.625em;position:absolute;text-overflow:ellipsis;white-space:nowrap}#cm.top{bottom:auto;top:1.25em}#cm.left{left:1.25em;right:auto}#cm.right{left:auto;right:1.25em}#cm.bar.left,#cm.bar.right{left:0;right:0}#cm.bar.top{top:0}@media (prefers-reduced-motion){#cc--main #cm,#cc--main #s-cnt,#cc--main #s-inr{transition:none!important}}@media screen and (max-width:688px){#cm,#cm.cloud,#cm.left,#cm.right{bottom:1em;display:block;left:1em;margin:0;max-width:100%;padding:1.2em!important;right:1em;width:auto}.force--consent #cm,.force--consent #cm.cloud{max-width:100vw;width:auto}#cm.top{bottom:auto;top:1em}#cm.bottom{bottom:1em;top:auto}#cm.bar.bottom{bottom:0}#cm.cloud .c-bn{font-size:.85em}#s-bns,.cc_div .bar #s-bns{padding:1em 1.3em}.cc_div .bar #s-inr{max-width:100%;width:100%}.cc_div .cloud #c-inr-i{padding-right:0}#cs{border-radius:0;padding:0}#c-s-in{height:100%;max-height:100%;top:0;transform:none}.cc_div .b-tg{right:1.1em;transform:scale(1.1)}#s-inr{border-radius:0;margin:0;padding-bottom:7.9em}#s-bns{height:7.9em}#s-bl,.cc_div .bar #s-bl{padding:1.2em}#s-hdr,.cc_div .bar #s-hdr{padding:0 1.2em}#s-bl table{width:100%}#s-inr.bns-t{padding-bottom:10.5em}.bns-t #s-bns{height:10.5em}.cc_div .bns-t .c-bn{font-size:.83em;padding:.9em 1.6em}#s-cnt .b-bn .b-tl{padding-bottom:1.2em;padding-top:1.2em}#s-bl table,#s-bl tbody,#s-bl td,#s-bl th,#s-bl thead,#s-bl tr,#s-cnt{display:block}#s-bl caption{border-bottom:0;display:block}#s-bl thead tr{left:-9999px;position:absolute;top:-9999px}#s-bl tr{border-top:1px solid var(--cc-cookie-table-border)}#s-bl td{border:none;padding-left:35%;position:relative}#s-bl td:before{color:var(--cc-text);content:attr(data-column);left:1rem;overflow:hidden;padding-right:.625em;position:absolute;text-overflow:ellipsis;white-space:nowrap}#cm .c-bn,.cc_div .c-bn{margin-right:0;width:100%}#s-cnt #s-rall-bn{margin-left:0}.cc_div #c-bns{flex-direction:column}#c-bns button+button,#s-cnt button+button{float:unset;margin-left:0;margin-top:.625em}#cm.box,#cm.cloud{left:1em;right:1em;width:auto}#cm.cloud.left,#cm.cloud.right{margin:0}.cc_div .cloud #c-bns,.cc_div .cloud #c-inr,.cc_div .cloud #c-inr-i{display:block;min-width:unset;width:auto}.cc_div .cloud #c-txt{font-size:.9em}.cc_div .cloud #c-bns{margin-top:1.625em}}
.pressidium-cookie-consent-cookies{overflow-x:auto}.pressidium-cookie-consent-cookies table{border-collapse:collapse;width:100%}.pressidium-cookie-consent-cookies thead{border-bottom:3px solid}.pressidium-cookie-consent-cookies td,.pressidium-cookie-consent-cookies th{padding:.5em}pressidium-floating-button{z-index:9999}#cc--main #s-bl table tbody tr td[data-column=Domain]{word-wrap:anywhere}#cc--main .cc-link{border:none;border-bottom:1px solid var(--cc-btn-primary-bg);border-radius:0;font-size:1em;padding:0}#cc--main .cc-link:hover{border-color:transparent!important}#cc--main .cc-link:focus,#cc--main .cc-link:hover{background-color:transparent;color:var(--cc-btn-primary-bg)}#cc--main .c-bn{border:none}#cc--main .b-tl{border:none;color:inherit;text-align:left}html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font: inherit;
vertical-align: baseline;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
html {
font-size: 62.5%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background-color: #fff;
line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: none;
}
blockquote,
q {
quotes: none;
}
a:focus {
outline: none;
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
}
img {
max-width: 100%;
height: auto;
}
select {
max-width: 100%;
} body {
font-family: "Open Sans", sans-serif;
color: #6a727f;
font-size: 18px;
font-weight: 400;
line-height: 1.889;
background-color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
overflow-x: hidden;
overflow-y: hidden;
}
img {
height: auto;
max-width: 100%;
vertical-align: middle;
-ms-interpolation-mode: bicubic;
}
p {
margin: 0 0 35px;
}
p:empty:before {
content: none;
}
strong,
b,
cite {
font-weight: 700;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
font-size: 30px;
line-height: 48px;
font-weight: 400;
color: #393e46;
padding: 40px 0 40px 100px;
position: relative;
margin-bottom: 40px;
}
blockquote:before {
content: "";
position: absolute;
left: 8px;
top: 56px;
width: 50px;
height: 33px;
background-image: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/quotes.png);
background-size: cover;
}
blockquote cite {
font-size: 18px;
font-weight: 700;
font-family: "Raleway";
display: inline-block;
color: #6a727f;
padding: 10px 0;
font-style: normal;
position: relative;
}
blockquote > p {
margin-bottom: 5px;
}
blockquote > p:last-child {
margin-bottom: 0;
}
blockquote i {
font-style: normal;
}
abbr,
acronym {
border-bottom: 1px dotted #ebebeb;
cursor: help;
}
mark,
ins {
text-decoration: none;
background-color: #fff9c0;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -6px;
}
sub {
bottom: -3px;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
address {
font-style: italic;
margin: 0 0 20px;
}
code,
kbd,
tt,
var {
font-family: Inconsolata, monospace;
font-size: 14px;
}
pre {
margin: 15px 0;
padding: 15px;
background-color: #ebebeb;
border: 1px solid #ebebeb;
overflow-x: auto;
font-family: Inconsolata, monospace;
-webkit-hyphens: none;
hyphens: none;
border-radius: 0;
height: auto;
}
svg {
transition: 0.3s;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
hr {
background-color: #ebebeb;
border: 0;
height: 1px;
margin-bottom: 20px;
} ul,
ol {
padding: 0;
margin: 0 0 20px 30px;
}
ul {
list-style: disc;
}
ul ul {
list-style-type: circle;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dl,
dd {
margin: 0 0 20px;
}
dt {
font-weight: bold;
}
del {
opacity: 0.5;
} table,
th,
td {
border: 1px solid #d0d0d0;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 30px;
table-layout: fixed;
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: bold;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 8px 12px;
} embed,
iframe,
object,
video {
margin-bottom: 20px;
max-width: 100%;
vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
margin-bottom: 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #ebebeb;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}  button,
input {
line-height: normal;
transition: 0.3s;
}
button,
input,
select,
textarea {
font-size: 100%;
line-height: inherit; vertical-align: baseline;
}
.widget select {
width: 100%;
}
input,
textarea {
font-size: 1em;
max-width: 100%;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); }
textarea {
overflow: auto; vertical-align: top; }
input[type="checkbox"] {
display: inline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
line-height: 1;
cursor: pointer;
-webkit-appearance: button;
border: 0;
outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; }
input[type="search"] {
-webkit-appearance: textfield; }
input[type="search"]:-webkit-search-decoration { -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
button:-moz-focus-inner,
input:-moz-focus-inner {
border: 0;
padding: 0;
} input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #ebebeb inset;
} input[type="search"] {
outline: 0;
}
input[type="search"]:-webkit-search-decoration,
input[type="search"]:-webkit-search-cancel-button,
input[type="search"]:-webkit-search-results-button,
input[type="search"]:-webkit-search-results-decoration {
display: none;
} select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
font-family: "Open Sans";
font-size: 16px;
line-height: 28px;
font-weight: 400;
padding: 15px 30px;
border-radius: 5px;
border-style: solid;
border-width: 2px;
border-color: #ebebeb;
margin-bottom: 30px;
text-shadow: none;
box-shadow: none;
box-sizing: border-box;
transition: all ease 0.3s;
color: #393e46;
}
select {
padding: 15px 30px;
border-radius: 5px;
width: 100%;
-webkit-appearance: none;
border-color: #ebebeb;
background: #ebebeb url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='gray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
background-size: 10px;
background-position: calc(100% - 20px) calc(50% + 3px);
background-repeat: no-repeat;
outline: 0;
} select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
border-color: #4a44f2;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
} .button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-family: "Open Sans";
font-size: 18px;
line-height: 30px;
font-weight: 600;
color: #fff;
background-color: #4a44f2;
padding: 18px 70px;
border-radius: 5px;
display: inline-block;
-webkit-appearance: none;
transition: all ease 0.3s;
white-space: nowrap;
} input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: 0;
background-color: #393e46;
color: #fff;
border-color: #393e46;
} ::placeholder { color: rgba(33, 37, 41, 0.5);
opacity: 1; }
:-ms-input-placeholder { color: rgba(33, 37, 41, 0.5);
}
::-ms-input-placeholder { color: rgba(33, 37, 41, 0.5);
}
.placeholder-white input::placeholder { color: #fff; }
.placeholder-white input:-ms-input-placeholder { color: #fff;
}
.placeholder-white input::-ms-input-placeholder { color: #fff;
}
#footer input::placeholder { color: #fff; }
#footer input:-ms-input-placeholder { color: #fff;
}
#footer input::-ms-input-placeholder { color: #fff;
} a {
color: #4a44f2;
outline: 0;
text-decoration: none;
transition: all ease 0.3s;
}
a:hover,
a:focus,
a:active {
outline: 0;
color: #393e46;
text-decoration: none;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Raleway", sans-serif;
color: #393e46;
margin: 0 0 40px;
font-weight: 800;
text-rendering: optimizeLegibility;
}
h1 {
font-size: 2.334em;
line-height: 1.467; }
h2 {
font-size: 2em;
line-height: 1.556; }
h3 {
font-size: 1.667em;
line-height: 1.667; }
h4 {
font-size: 1.445em;
line-height: 1.692; }
h5 {
font-size: 1.223em;
line-height: 1.818; }
h6 {
font-size: 1em;
line-height: 1.889; }
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}
.heading-font {
font-family: "Raleway", sans-serif !important;
text-rendering: optimizeLegibility;
} .text-white {
color: #fff !important;
}
.text-dark {
color: #393e46 !important;
}
.text-light {
color: #6a727f !important;
}
.text-very-light {
color: #a0a0a0 !important;
}
.link-dark {
color: #393e46 !important;
}
.link-gray {
color: #6a727f !important;
}
.link-dark:hover,
.link-gray:hover {
color: #4a44f2 !important;
}
.accent-color {
color: #4a44f2;
}
.dark-color {
color: #393e46 !important;
}
.bg-accent {
background-color: #4a44f2;
}
.bg-dark {
background-color: #393e46 !important;
}
.bg-light {
background-color: #f0f0f0 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-very-light {
background-color: #ebebeb !important;
}
.border-accent {
border-color: #4a44f2;
}
.display-none,
.hidden {
display: none !important;
}
.display-block {
display: block !important;
}
.display-inline {
display: inline !important;
}
.display-inline-block {
display: inline-block !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.overflow-inherit {
overflow: inherit !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.overflow-visible {
overflow: visible !important;
}
.display-flex {
display: flex;
}
.justify-content-center {
justify-content: center;
}
.justify-content-flex-end {
justify-content: flex-end;
}
.flex-direction-column {
flex-direction: column;
}
.flex-direction-row {
flex-direction: row;
}
.has-shadow {
box-shadow: 0 30px 70px 0 rgba(227, 239, 240, 0.7);
}
.has-shadow-2 {
box-shadow: 0 30px 100px 15px rgba(225, 225, 225, 0.3);
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align: center;
}
.text-italic {
font-style: italic !important;
}
.text-center {
text-align: center !important;
}
.text-right {
text-align: right !important;
}
.text-left {
text-align: left !important;
}
.text-del {
text-decoration: line-through !important;
}
.underline-solid,
.underline-dotted,
.underline-dashed {
position: relative;
}
.underline-solid:after,
.underline-dotted:after,
.underline-dashed:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
border-bottom: 1px solid #4a44f2;
}
.underline-dotted:after {
border-bottom-style: dotted;
}
.underline-dashed:after {
border-bottom-style: dashed;
}
.box-shadow {
box-shadow: 0px 0px 20px 0px #e9e9e9 !important;
}
.letter-spacing-1px {
letter-spacing: 1px !important;
}
.letter-spacing-2px {
letter-spacing: 2px !important;
}
.letter-spacing-3px {
letter-spacing: 3px !important;
}
.letter-spacing-4px {
letter-spacing: 4px !important;
}
.letter-spacing-5px {
letter-spacing: 5px !important;
}
.letter-spacing-6px {
letter-spacing: 6px !important;
}
.letter-spacing-7px {
letter-spacing: 7px !important;
}
.letter-spacing-8px {
letter-spacing: 8px !important;
}
.letter-spacing-9px {
letter-spacing: 9px !important;
}
.letter-spacing-10px {
letter-spacing: 10px !important;
}
.font-size-10 {
font-size: 10px;
}
.font-size-11 {
font-size: 11px;
}
.font-size-12 {
font-size: 12px;
}
.font-size-13 {
font-size: 13px;
}
.font-size-14 {
font-size: 14px;
}
.font-size-15 {
font-size: 15px;
}
.font-size-16 {
font-size: 16px;
}
.font-size-17 {
font-size: 17px;
}
.font-size-18 {
font-size: 18px;
}
.font-size-19 {
font-size: 19px;
}
.font-size-20 {
font-size: 20px;
}
.font-size-21 {
font-size: 21px;
}
.font-size-22 {
font-size: 22px;
}
.font-size-23 {
font-size: 23px;
}
.font-size-24 {
font-size: 24px;
}
.font-size-25 {
font-size: 25px;
}
.font-size-26 {
font-size: 26px;
}
.font-size-27 {
font-size: 27px;
}
.font-size-28 {
font-size: 28px;
}
.font-size-29 {
font-size: 29px;
}
.font-size-30 {
font-size: 30px;
}
.font-size-48 {
font-size: 48px;
}
.line-height-20 {
line-height: 22px;
}
.line-height-1 {
line-height: 21px;
}
.line-height-22 {
line-height: 22px;
}
.line-height-23 {
line-height: 23px;
}
.line-height-24 {
line-height: 24px;
}
.line-height-25 {
line-height: 25px;
}
.line-height-26 {
line-height: 26px;
}
.line-height-27 {
line-height: 27px;
}
.line-height-28 {
line-height: 28px;
}
.line-height-29 {
line-height: 29px;
}
.line-height-30 {
line-height: 30px;
}
.line-height-31 {
line-height: 31px;
}
.line-height-32 {
line-height: 32px;
}
.line-height-33 {
line-height: 33px;
}
.line-height-34 {
line-height: 34px;
}
.line-height-35 {
line-height: 35px;
}
.line-height-48 {
line-height: 48px;
}
.font-weight-100 {
font-weight: 100;
}
.font-weight-200 {
font-weight: 200;
}
.font-weight-300 {
font-weight: 300;
}
.font-weight-400 {
font-weight: 400;
}
.font-weight-500 {
font-weight: 500;
}
.font-weight-600 {
font-weight: 600;
}
.font-weight-700 {
font-weight: 700;
}
.font-weight-800 {
font-weight: 800;
}
.font-weight-900 {
font-weight: 900;
}
.margin-bottom-0 {
margin-bottom: 0px;
}
.margin-bottom-5 {
margin-bottom: 5px;
}
.margin-bottom-10 {
margin-bottom: 10px;
}
.margin-bottom-15 {
margin-bottom: 15px;
}
.margin-bottom-20 {
margin-bottom: 20px;
}
.margin-bottom-25 {
margin-bottom: 25px;
}
.margin-bottom-30 {
margin-bottom: 30px;
}
.margin-bottom-35 {
margin-bottom: 35px;
}
.margin-bottom-40 {
margin-bottom: 40px;
}
.margin-bottom-45 {
margin-bottom: 45px;
}
.margin-bottom-50 {
margin-bottom: 50px;
}
.margin-bottom-55 {
margin-bottom: 55px;
}
.margin-bottom-60 {
margin-bottom: 60px;
}
.margin-bottom-65 {
margin-bottom: 65px;
}
.margin-bottom-70 {
margin-bottom: 70px;
}
.margin-bottom-75 {
margin-bottom: 75px;
}
.margin-bottom-80 {
margin-bottom: 80px;
}
.margin-bottom-85 {
margin-bottom: 85px;
}
.margin-bottom-90 {
margin-bottom: 90px;
}
.margin-bottom-95 {
margin-bottom: 95px;
}
.margin-bottom-100 {
margin-bottom: 100px;
}
.margin-top-0 {
margin-top: 0px;
}
.margin-top-5 {
margin-top: 5px;
}
.margin-top-10 {
margin-top: 10px;
}
.margin-top-15 {
margin-top: 15px;
}
.margin-top-20 {
margin-top: 20px;
}
.margin-top-25 {
margin-top: 25px;
}
.margin-top-30 {
margin-top: 30px;
}
.margin-top-35 {
margin-top: 35px;
}
.margin-top-40 {
margin-top: 40px;
}
.margin-top-45 {
margin-top: 45px;
}
.margin-top-50 {
margin-top: 50px;
}
.margin-top-55 {
margin-top: 55px;
}
.margin-top-60 {
margin-top: 60px;
}
.margin-top-65 {
margin-top: 65px;
}
.margin-top-70 {
margin-top: 70px;
}
.margin-top-75 {
margin-top: 75px;
}
.margin-top-80 {
margin-top: 80px;
}
.margin-top-85 {
margin-top: 85px;
}
.margin-top-90 {
margin-top: 90px;
}
.margin-top-95 {
margin-top: 95px;
}
.margin-top-100 {
margin-top: 100px;
}
.padding-bottom-0 {
padding-bottom: 0px;
}
.padding-bottom-5 {
padding-bottom: 5px;
}
.padding-bottom-10 {
padding-bottom: 10px;
}
.padding-bottom-15 {
padding-bottom: 15px;
}
.padding-bottom-20 {
padding-bottom: 20px;
}
.padding-bottom-25 {
padding-bottom: 25px;
}
.padding-bottom-30 {
padding-bottom: 30px;
}
.padding-bottom-35 {
padding-bottom: 35px;
}
.padding-bottom-40 {
padding-bottom: 40px;
}
.padding-bottom-45 {
padding-bottom: 45px;
}
.padding-bottom-50 {
padding-bottom: 50px;
}
.padding-bottom-55 {
padding-bottom: 55px;
}
.padding-bottom-60 {
padding-bottom: 60px;
}
.padding-bottom-65 {
padding-bottom: 65px;
}
.padding-bottom-70 {
padding-bottom: 70px;
}
.padding-bottom-75 {
padding-bottom: 75px;
}
.padding-bottom-80 {
padding-bottom: 80px;
}
.padding-bottom-85 {
padding-bottom: 85px;
}
.padding-bottom-90 {
padding-bottom: 90px;
}
.padding-bottom-95 {
padding-bottom: 95px;
}
.padding-bottom-100 {
padding-bottom: 100px;
}
.padding-top-0 {
padding-top: 0px;
}
.padding-top-5 {
padding-top: 5px;
}
.padding-top-10 {
padding-top: 10px;
}
.padding-top-15 {
padding-top: 15px;
}
.padding-top-20 {
padding-top: 20px;
}
.padding-top-25 {
padding-top: 25px;
}
.padding-top-30 {
padding-top: 30px;
}
.padding-top-35 {
padding-top: 35px;
}
.padding-top-40 {
padding-top: 40px;
}
.padding-top-45 {
padding-top: 45px;
}
.padding-top-50 {
padding-top: 50px;
}
.padding-top-55 {
padding-top: 55px;
}
.padding-top-60 {
padding-top: 60px;
}
.padding-top-65 {
padding-top: 65px;
}
.padding-top-70 {
padding-top: 70px;
}
.padding-top-75 {
padding-top: 75px;
}
.padding-top-80 {
padding-top: 80px;
}
.padding-top-85 {
padding-top: 85px;
}
.padding-top-90 {
padding-top: 90px;
}
.padding-top-95 {
padding-top: 95px;
}
.padding-top-100 {
padding-top: 100px;
}
.rounded-10 {
border-radius: 10px;
}
.rounded-20 {
border-radius: 20px;
}
.rounded-30 {
border-radius: 30px;
}
.opacity-1 {
opacity: 0.1;
}
.opacity-2 {
opacity: 0.2;
}
.opacity-3 {
opacity: 0.3;
}
.opacity-4 {
opacity: 0.4;
}
.opacity-5 {
opacity: 0.5;
}
.opacity-6 {
opacity: 0.6;
}
.opacity-7 {
opacity: 0.7;
}
.opacity-8 {
opacity: 0.8;
}
.opacity-9 {
opacity: 0.9;
}
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.deeper-container:before,
.deeper-container:after {
clear: both;
display: table;
line-height: 0;
content: "";
}
.clear:after,
.clearfix:after,
.deeper-container:after {
clear: both;
}
.index2 {
z-index: 2 !important;
}
.index1 {
z-index: 1 !important;
}
.index-1 {
z-index: -1 !important;
}
.position-bottom-left {
bottom: 0;
left: 0;
}
.position-top-left {
top: 0;
left: 0;
}
.text-shadow {
text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
.tablet-font-size-10 {
font-size: 10px !important;
}
.tablet-font-size-11 {
font-size: 11px !important;
}
.tablet-font-size-12 {
font-size: 12px !important;
}
.tablet-font-size-13 {
font-size: 13px !important;
}
.tablet-font-size-14 {
font-size: 14px !important;
}
.tablet-font-size-15 {
font-size: 15px !important;
}
.tablet-font-size-16 {
font-size: 16px !important;
}
.tablet-font-size-17 {
font-size: 17px !important;
}
.tablet-font-size-18 {
font-size: 18px !important;
}
.tablet-font-size-19 {
font-size: 19px !important;
}
.tablet-font-size-20 {
font-size: 20px !important;
}
.tablet-font-size-21 {
font-size: 21px !important;
}
.tablet-font-size-22 {
font-size: 22px !important;
}
.tablet-font-size-23 {
font-size: 23px !important;
}
.tablet-font-size-24 {
font-size: 24px !important;
}
.tablet-font-size-25 {
font-size: 25px !important;
}
.tablet-font-size-26 {
font-size: 26px !important;
}
.tablet-font-size-27 {
font-size: 27px !important;
}
.tablet-font-size-28 {
font-size: 28px !important;
}
.tablet-font-size-29 {
font-size: 29px !important;
}
.tablet-font-size-30 {
font-size: 30px !important;
}
.tablet-font-size-31 {
font-size: 31px !important;
}
.tablet-font-size-32 {
font-size: 32px !important;
}
.tablet-font-size-33 {
font-size: 33px !important;
}
.tablet-font-size-34 {
font-size: 34px !important;
}
.tablet-font-size-35 {
font-size: 35px !important;
}
.tablet-font-size-36 {
font-size: 36px !important;
}
.tablet-font-size-37 {
font-size: 37px !important;
}
.tablet-font-size-38 {
font-size: 38px !important;
}
.tablet-font-size-39 {
font-size: 39px !important;
}
.tablet-font-size-40 {
font-size: 40px !important;
}
.tablet-font-size-41 {
font-size: 41px !important;
}
.tablet-font-size-42 {
font-size: 42px !important;
}
.tablet-font-size-43 {
font-size: 43px !important;
}
.tablet-font-size-44 {
font-size: 44px !important;
}
.tablet-font-size-45 {
font-size: 45px !important;
}
.tablet-font-size-46 {
font-size: 46px !important;
}
.tablet-font-size-47 {
font-size: 47px !important;
}
.tablet-font-size-48 {
font-size: 48px !important;
}
.tablet-font-size-49 {
font-size: 49px !important;
}
.tablet-font-size-50 {
font-size: 50px !important;
}
.tablet-font-size-51 {
font-size: 51px !important;
}
.tablet-font-size-52 {
font-size: 52px !important;
}
.tablet-font-size-53 {
font-size: 53px !important;
}
.tablet-font-size-54 {
font-size: 54px !important;
}
.tablet-font-size-55 {
font-size: 55px !important;
}
.tablet-font-size-56 {
font-size: 56px !important;
}
.tablet-font-size-57 {
font-size: 57px !important;
}
.tablet-font-size-58 {
font-size: 58px !important;
}
.tablet-font-size-59 {
font-size: 59px !important;
}
.tablet-font-size-60 {
font-size: 60px !important;
}
.tablet-font-size-61 {
font-size: 61px !important;
}
.tablet-font-size-62 {
font-size: 62px !important;
}
.tablet-font-size-63 {
font-size: 63px !important;
}
.tablet-font-size-64 {
font-size: 64px !important;
}
.tablet-font-size-65 {
font-size: 65px !important;
}
.tablet-font-size-66 {
font-size: 66px !important;
}
.tablet-font-size-67 {
font-size: 67px !important;
}
.tablet-font-size-68 {
font-size: 68px !important;
}
.tablet-font-size-69 {
font-size: 69px !important;
}
.tablet-font-size-70 {
font-size: 70px !important;
}
.tablet-font-size-71 {
font-size: 71px !important;
}
.tablet-font-size-72 {
font-size: 72px !important;
}
.tablet-font-size-73 {
font-size: 73px !important;
}
.tablet-font-size-74 {
font-size: 74px !important;
}
.tablet-font-size-75 {
font-size: 75px !important;
}
.tablet-font-size-76 {
font-size: 76px !important;
}
.tablet-font-size-77 {
font-size: 77px !important;
}
.tablet-font-size-78 {
font-size: 78px !important;
}
.tablet-font-size-79 {
font-size: 79px !important;
}
.tablet-font-size-80 {
font-size: 80px !important;
}
.tablet-font-size-81 {
font-size: 81px !important;
}
.tablet-font-size-82 {
font-size: 82px !important;
}
.tablet-font-size-83 {
font-size: 83px !important;
}
.tablet-font-size-84 {
font-size: 84px !important;
}
.tablet-font-size-85 {
font-size: 85px !important;
}
.tablet-font-size-86 {
font-size: 86px !important;
}
.tablet-font-size-87 {
font-size: 87px !important;
}
.tablet-font-size-88 {
font-size: 88px !important;
}
.tablet-font-size-89 {
font-size: 89px !important;
}
.tablet-font-size-90 {
font-size: 90px !important;
}
.tablet-font-size-91 {
font-size: 91px !important;
}
.tablet-font-size-92 {
font-size: 92px !important;
}
.tablet-font-size-93 {
font-size: 93px !important;
}
.tablet-font-size-94 {
font-size: 94px !important;
}
.tablet-font-size-95 {
font-size: 95px !important;
}
.tablet-font-size-96 {
font-size: 96px !important;
}
.tablet-font-size-97 {
font-size: 97px !important;
}
.tablet-font-size-98 {
font-size: 98px !important;
}
.tablet-font-size-99 {
font-size: 99px !important;
}
.tablet-font-size-100 {
font-size: 100px !important;
}
.tablet-line-height-10 {
line-height: 10px !important;
}
.tablet-line-height-11 {
line-height: 11px !important;
}
.tablet-line-height-12 {
line-height: 12px !important;
}
.tablet-line-height-13 {
line-height: 13px !important;
}
.tablet-line-height-14 {
line-height: 14px !important;
}
.tablet-line-height-15 {
line-height: 15px !important;
}
.tablet-line-height-16 {
line-height: 16px !important;
}
.tablet-line-height-17 {
line-height: 17px !important;
}
.tablet-line-height-18 {
line-height: 18px !important;
}
.tablet-line-height-19 {
line-height: 19px !important;
}
.tablet-line-height-20 {
line-height: 20px !important;
}
.tablet-line-height-21 {
line-height: 21px !important;
}
.tablet-line-height-22 {
line-height: 22px !important;
}
.tablet-line-height-23 {
line-height: 23px !important;
}
.tablet-line-height-24 {
line-height: 24px !important;
}
.tablet-line-height-25 {
line-height: 25px !important;
}
.tablet-line-height-26 {
line-height: 26px !important;
}
.tablet-line-height-27 {
line-height: 27px !important;
}
.tablet-line-height-28 {
line-height: 28px !important;
}
.tablet-line-height-29 {
line-height: 29px !important;
}
.tablet-line-height-30 {
line-height: 30px !important;
}
.tablet-line-height-31 {
line-height: 31px !important;
}
.tablet-line-height-32 {
line-height: 32px !important;
}
.tablet-line-height-33 {
line-height: 33px !important;
}
.tablet-line-height-34 {
line-height: 34px !important;
}
.tablet-line-height-35 {
line-height: 35px !important;
}
.tablet-line-height-36 {
line-height: 36px !important;
}
.tablet-line-height-37 {
line-height: 37px !important;
}
.tablet-line-height-38 {
line-height: 38px !important;
}
.tablet-line-height-39 {
line-height: 39px !important;
}
.tablet-line-height-40 {
line-height: 40px !important;
}
.tablet-line-height-41 {
line-height: 41px !important;
}
.tablet-line-height-42 {
line-height: 42px !important;
}
.tablet-line-height-43 {
line-height: 43px !important;
}
.tablet-line-height-44 {
line-height: 44px !important;
}
.tablet-line-height-45 {
line-height: 45px !important;
}
.tablet-line-height-46 {
line-height: 46px !important;
}
.tablet-line-height-47 {
line-height: 47px !important;
}
.tablet-line-height-48 {
line-height: 48px !important;
}
.tablet-line-height-49 {
line-height: 49px !important;
}
.tablet-line-height-50 {
line-height: 50px !important;
}
.tablet-line-height-51 {
line-height: 51px !important;
}
.tablet-line-height-52 {
line-height: 52px !important;
}
.tablet-line-height-53 {
line-height: 53px !important;
}
.tablet-line-height-54 {
line-height: 54px !important;
}
.tablet-line-height-55 {
line-height: 55px !important;
}
.tablet-line-height-56 {
line-height: 56px !important;
}
.tablet-line-height-57 {
line-height: 57px !important;
}
.tablet-line-height-58 {
line-height: 58px !important;
}
.tablet-line-height-59 {
line-height: 59px !important;
}
.tablet-line-height-60 {
line-height: 60px !important;
}
.tablet-line-height-61 {
line-height: 61px !important;
}
.tablet-line-height-62 {
line-height: 62px !important;
}
.tablet-line-height-63 {
line-height: 63px !important;
}
.tablet-line-height-64 {
line-height: 64px !important;
}
.tablet-line-height-65 {
line-height: 65px !important;
}
.tablet-line-height-66 {
line-height: 66px !important;
}
.tablet-line-height-67 {
line-height: 67px !important;
}
.tablet-line-height-68 {
line-height: 68px !important;
}
.tablet-line-height-69 {
line-height: 69px !important;
}
.tablet-line-height-70 {
line-height: 70px !important;
}
.tablet-line-height-71 {
line-height: 71px !important;
}
.tablet-line-height-72 {
line-height: 72px !important;
}
.tablet-line-height-73 {
line-height: 73px !important;
}
.tablet-line-height-74 {
line-height: 74px !important;
}
.tablet-line-height-75 {
line-height: 75px !important;
}
.tablet-line-height-76 {
line-height: 76px !important;
}
.tablet-line-height-77 {
line-height: 77px !important;
}
.tablet-line-height-78 {
line-height: 78px !important;
}
.tablet-line-height-79 {
line-height: 79px !important;
}
.tablet-line-height-80 {
line-height: 80px !important;
}
.tablet-line-height-81 {
line-height: 81px !important;
}
.tablet-line-height-82 {
line-height: 82px !important;
}
.tablet-line-height-83 {
line-height: 83px !important;
}
.tablet-line-height-84 {
line-height: 84px !important;
}
.tablet-line-height-85 {
line-height: 85px !important;
}
.tablet-line-height-86 {
line-height: 86px !important;
}
.tablet-line-height-87 {
line-height: 87px !important;
}
.tablet-line-height-88 {
line-height: 88px !important;
}
.tablet-line-height-89 {
line-height: 89px !important;
}
.tablet-line-height-90 {
line-height: 90px !important;
}
.tablet-line-height-91 {
line-height: 91px !important;
}
.tablet-line-height-92 {
line-height: 92px !important;
}
.tablet-line-height-93 {
line-height: 93px !important;
}
.tablet-line-height-94 {
line-height: 94px !important;
}
.tablet-line-height-95 {
line-height: 95px !important;
}
.tablet-line-height-96 {
line-height: 96px !important;
}
.tablet-line-height-97 {
line-height: 97px !important;
}
.tablet-line-height-98 {
line-height: 98px !important;
}
.tablet-line-height-99 {
line-height: 99px !important;
}
.tablet-line-height-100 {
line-height: 100px !important;
}
}
@media (max-width: 991px) {
.mobile-font-size-10 {
font-size: 10px !important;
}
.mobile-font-size-11 {
font-size: 11px !important;
}
.mobile-font-size-12 {
font-size: 12px !important;
}
.mobile-font-size-13 {
font-size: 13px !important;
}
.mobile-font-size-14 {
font-size: 14px !important;
}
.mobile-font-size-15 {
font-size: 15px !important;
}
.mobile-font-size-16 {
font-size: 16px !important;
}
.mobile-font-size-17 {
font-size: 17px !important;
}
.mobile-font-size-18 {
font-size: 18px !important;
}
.mobile-font-size-19 {
font-size: 19px !important;
}
.mobile-font-size-20 {
font-size: 20px !important;
}
.mobile-font-size-21 {
font-size: 21px !important;
}
.mobile-font-size-22 {
font-size: 22px !important;
}
.mobile-font-size-23 {
font-size: 23px !important;
}
.mobile-font-size-24 {
font-size: 24px !important;
}
.mobile-font-size-25 {
font-size: 25px !important;
}
.mobile-font-size-26 {
font-size: 26px !important;
}
.mobile-font-size-27 {
font-size: 27px !important;
}
.mobile-font-size-28 {
font-size: 28px !important;
}
.mobile-font-size-29 {
font-size: 29px !important;
}
.mobile-font-size-30 {
font-size: 30px !important;
}
.mobile-font-size-31 {
font-size: 31px !important;
}
.mobile-font-size-32 {
font-size: 32px !important;
}
.mobile-font-size-33 {
font-size: 33px !important;
}
.mobile-font-size-34 {
font-size: 34px !important;
}
.mobile-font-size-35 {
font-size: 35px !important;
}
.mobile-font-size-36 {
font-size: 36px !important;
}
.mobile-font-size-37 {
font-size: 37px !important;
}
.mobile-font-size-38 {
font-size: 38px !important;
}
.mobile-font-size-39 {
font-size: 39px !important;
}
.mobile-font-size-40 {
font-size: 40px !important;
}
.mobile-font-size-41 {
font-size: 41px !important;
}
.mobile-font-size-42 {
font-size: 42px !important;
}
.mobile-font-size-43 {
font-size: 43px !important;
}
.mobile-font-size-44 {
font-size: 44px !important;
}
.mobile-font-size-45 {
font-size: 45px !important;
}
.mobile-font-size-46 {
font-size: 46px !important;
}
.mobile-font-size-47 {
font-size: 47px !important;
}
.mobile-font-size-48 {
font-size: 48px !important;
}
.mobile-font-size-49 {
font-size: 49px !important;
}
.mobile-font-size-50 {
font-size: 50px !important;
}
.mobile-font-size-51 {
font-size: 51px !important;
}
.mobile-font-size-52 {
font-size: 52px !important;
}
.mobile-font-size-53 {
font-size: 53px !important;
}
.mobile-font-size-54 {
font-size: 54px !important;
}
.mobile-font-size-55 {
font-size: 55px !important;
}
.mobile-font-size-56 {
font-size: 56px !important;
}
.mobile-font-size-57 {
font-size: 57px !important;
}
.mobile-font-size-58 {
font-size: 58px !important;
}
.mobile-font-size-59 {
font-size: 59px !important;
}
.mobile-font-size-60 {
font-size: 60px !important;
}
.mobile-font-size-61 {
font-size: 61px !important;
}
.mobile-font-size-62 {
font-size: 62px !important;
}
.mobile-font-size-63 {
font-size: 63px !important;
}
.mobile-font-size-64 {
font-size: 64px !important;
}
.mobile-font-size-65 {
font-size: 65px !important;
}
.mobile-font-size-66 {
font-size: 66px !important;
}
.mobile-font-size-67 {
font-size: 67px !important;
}
.mobile-font-size-68 {
font-size: 68px !important;
}
.mobile-font-size-69 {
font-size: 69px !important;
}
.mobile-font-size-70 {
font-size: 70px !important;
}
.mobile-font-size-71 {
font-size: 71px !important;
}
.mobile-font-size-72 {
font-size: 72px !important;
}
.mobile-font-size-73 {
font-size: 73px !important;
}
.mobile-font-size-74 {
font-size: 74px !important;
}
.mobile-font-size-75 {
font-size: 75px !important;
}
.mobile-font-size-76 {
font-size: 76px !important;
}
.mobile-font-size-77 {
font-size: 77px !important;
}
.mobile-font-size-78 {
font-size: 78px !important;
}
.mobile-font-size-79 {
font-size: 79px !important;
}
.mobile-font-size-80 {
font-size: 80px !important;
}
.mobile-font-size-81 {
font-size: 81px !important;
}
.mobile-font-size-82 {
font-size: 82px !important;
}
.mobile-font-size-83 {
font-size: 83px !important;
}
.mobile-font-size-84 {
font-size: 84px !important;
}
.mobile-font-size-85 {
font-size: 85px !important;
}
.mobile-font-size-86 {
font-size: 86px !important;
}
.mobile-font-size-87 {
font-size: 87px !important;
}
.mobile-font-size-88 {
font-size: 88px !important;
}
.mobile-font-size-89 {
font-size: 89px !important;
}
.mobile-font-size-90 {
font-size: 90px !important;
}
.mobile-font-size-91 {
font-size: 91px !important;
}
.mobile-font-size-92 {
font-size: 92px !important;
}
.mobile-font-size-93 {
font-size: 93px !important;
}
.mobile-font-size-94 {
font-size: 94px !important;
}
.mobile-font-size-95 {
font-size: 95px !important;
}
.mobile-font-size-96 {
font-size: 96px !important;
}
.mobile-font-size-97 {
font-size: 97px !important;
}
.mobile-font-size-98 {
font-size: 98px !important;
}
.mobile-font-size-99 {
font-size: 99px !important;
}
.mobile-font-size-100 {
font-size: 100px !important;
}
.mobile-line-height-10 {
line-height: 10px !important;
}
.mobile-line-height-11 {
line-height: 11px !important;
}
.mobile-line-height-12 {
line-height: 12px !important;
}
.mobile-line-height-13 {
line-height: 13px !important;
}
.mobile-line-height-14 {
line-height: 14px !important;
}
.mobile-line-height-15 {
line-height: 15px !important;
}
.mobile-line-height-16 {
line-height: 16px !important;
}
.mobile-line-height-17 {
line-height: 17px !important;
}
.mobile-line-height-18 {
line-height: 18px !important;
}
.mobile-line-height-19 {
line-height: 19px !important;
}
.mobile-line-height-20 {
line-height: 20px !important;
}
.mobile-line-height-21 {
line-height: 21px !important;
}
.mobile-line-height-22 {
line-height: 22px !important;
}
.mobile-line-height-23 {
line-height: 23px !important;
}
.mobile-line-height-24 {
line-height: 24px !important;
}
.mobile-line-height-25 {
line-height: 25px !important;
}
.mobile-line-height-26 {
line-height: 26px !important;
}
.mobile-line-height-27 {
line-height: 27px !important;
}
.mobile-line-height-28 {
line-height: 28px !important;
}
.mobile-line-height-29 {
line-height: 29px !important;
}
.mobile-line-height-30 {
line-height: 30px !important;
}
.mobile-line-height-31 {
line-height: 31px !important;
}
.mobile-line-height-32 {
line-height: 32px !important;
}
.mobile-line-height-33 {
line-height: 33px !important;
}
.mobile-line-height-34 {
line-height: 34px !important;
}
.mobile-line-height-35 {
line-height: 35px !important;
}
.mobile-line-height-36 {
line-height: 36px !important;
}
.mobile-line-height-37 {
line-height: 37px !important;
}
.mobile-line-height-38 {
line-height: 38px !important;
}
.mobile-line-height-39 {
line-height: 39px !important;
}
.mobile-line-height-40 {
line-height: 40px !important;
}
.mobile-line-height-41 {
line-height: 41px !important;
}
.mobile-line-height-42 {
line-height: 42px !important;
}
.mobile-line-height-43 {
line-height: 43px !important;
}
.mobile-line-height-44 {
line-height: 44px !important;
}
.mobile-line-height-45 {
line-height: 45px !important;
}
.mobile-line-height-46 {
line-height: 46px !important;
}
.mobile-line-height-47 {
line-height: 47px !important;
}
.mobile-line-height-48 {
line-height: 48px !important;
}
.mobile-line-height-49 {
line-height: 49px !important;
}
.mobile-line-height-50 {
line-height: 50px !important;
}
.mobile-line-height-51 {
line-height: 51px !important;
}
.mobile-line-height-52 {
line-height: 52px !important;
}
.mobile-line-height-53 {
line-height: 53px !important;
}
.mobile-line-height-54 {
line-height: 54px !important;
}
.mobile-line-height-55 {
line-height: 55px !important;
}
.mobile-line-height-56 {
line-height: 56px !important;
}
.mobile-line-height-57 {
line-height: 57px !important;
}
.mobile-line-height-58 {
line-height: 58px !important;
}
.mobile-line-height-59 {
line-height: 59px !important;
}
.mobile-line-height-60 {
line-height: 60px !important;
}
.mobile-line-height-61 {
line-height: 61px !important;
}
.mobile-line-height-62 {
line-height: 62px !important;
}
.mobile-line-height-63 {
line-height: 63px !important;
}
.mobile-line-height-64 {
line-height: 64px !important;
}
.mobile-line-height-65 {
line-height: 65px !important;
}
.mobile-line-height-66 {
line-height: 66px !important;
}
.mobile-line-height-67 {
line-height: 67px !important;
}
.mobile-line-height-68 {
line-height: 68px !important;
}
.mobile-line-height-69 {
line-height: 69px !important;
}
.mobile-line-height-70 {
line-height: 70px !important;
}
.mobile-line-height-71 {
line-height: 71px !important;
}
.mobile-line-height-72 {
line-height: 72px !important;
}
.mobile-line-height-73 {
line-height: 73px !important;
}
.mobile-line-height-74 {
line-height: 74px !important;
}
.mobile-line-height-75 {
line-height: 75px !important;
}
.mobile-line-height-76 {
line-height: 76px !important;
}
.mobile-line-height-77 {
line-height: 77px !important;
}
.mobile-line-height-78 {
line-height: 78px !important;
}
.mobile-line-height-79 {
line-height: 79px !important;
}
.mobile-line-height-80 {
line-height: 80px !important;
}
.mobile-line-height-81 {
line-height: 81px !important;
}
.mobile-line-height-82 {
line-height: 82px !important;
}
.mobile-line-height-83 {
line-height: 83px !important;
}
.mobile-line-height-84 {
line-height: 84px !important;
}
.mobile-line-height-85 {
line-height: 85px !important;
}
.mobile-line-height-86 {
line-height: 86px !important;
}
.mobile-line-height-87 {
line-height: 87px !important;
}
.mobile-line-height-88 {
line-height: 88px !important;
}
.mobile-line-height-89 {
line-height: 89px !important;
}
.mobile-line-height-90 {
line-height: 90px !important;
}
.mobile-line-height-91 {
line-height: 91px !important;
}
.mobile-line-height-92 {
line-height: 92px !important;
}
.mobile-line-height-93 {
line-height: 93px !important;
}
.mobile-line-height-94 {
line-height: 94px !important;
}
.mobile-line-height-95 {
line-height: 95px !important;
}
.mobile-line-height-96 {
line-height: 96px !important;
}
.mobile-line-height-97 {
line-height: 97px !important;
}
.mobile-line-height-98 {
line-height: 98px !important;
}
.mobile-line-height-99 {
line-height: 99px !important;
}
.mobile-line-height-100 {
line-height: 100px !important;
}
}
@media (max-width: 767px) {
.smobile-font-size-10 {
font-size: 10px !important;
}
.smobile-font-size-11 {
font-size: 11px !important;
}
.smobile-font-size-12 {
font-size: 12px !important;
}
.smobile-font-size-13 {
font-size: 13px !important;
}
.smobile-font-size-14 {
font-size: 14px !important;
}
.smobile-font-size-15 {
font-size: 15px !important;
}
.smobile-font-size-16 {
font-size: 16px !important;
}
.smobile-font-size-17 {
font-size: 17px !important;
}
.smobile-font-size-18 {
font-size: 18px !important;
}
.smobile-font-size-19 {
font-size: 19px !important;
}
.smobile-font-size-20 {
font-size: 20px !important;
}
.smobile-font-size-21 {
font-size: 21px !important;
}
.smobile-font-size-22 {
font-size: 22px !important;
}
.smobile-font-size-23 {
font-size: 23px !important;
}
.smobile-font-size-24 {
font-size: 24px !important;
}
.smobile-font-size-25 {
font-size: 25px !important;
}
.smobile-font-size-26 {
font-size: 26px !important;
}
.smobile-font-size-27 {
font-size: 27px !important;
}
.smobile-font-size-28 {
font-size: 28px !important;
}
.smobile-font-size-29 {
font-size: 29px !important;
}
.smobile-font-size-30 {
font-size: 30px !important;
}
.smobile-font-size-31 {
font-size: 31px !important;
}
.smobile-font-size-32 {
font-size: 32px !important;
}
.smobile-font-size-33 {
font-size: 33px !important;
}
.smobile-font-size-34 {
font-size: 34px !important;
}
.smobile-font-size-35 {
font-size: 35px !important;
}
.smobile-font-size-36 {
font-size: 36px !important;
}
.smobile-font-size-37 {
font-size: 37px !important;
}
.smobile-font-size-38 {
font-size: 38px !important;
}
.smobile-font-size-39 {
font-size: 39px !important;
}
.smobile-font-size-40 {
font-size: 40px !important;
}
.smobile-font-size-41 {
font-size: 41px !important;
}
.smobile-font-size-42 {
font-size: 42px !important;
}
.smobile-font-size-43 {
font-size: 43px !important;
}
.smobile-font-size-44 {
font-size: 44px !important;
}
.smobile-font-size-45 {
font-size: 45px !important;
}
.smobile-font-size-46 {
font-size: 46px !important;
}
.smobile-font-size-47 {
font-size: 47px !important;
}
.smobile-font-size-48 {
font-size: 48px !important;
}
.smobile-font-size-49 {
font-size: 49px !important;
}
.smobile-font-size-50 {
font-size: 50px !important;
}
.smobile-font-size-51 {
font-size: 51px !important;
}
.smobile-font-size-52 {
font-size: 52px !important;
}
.smobile-font-size-53 {
font-size: 53px !important;
}
.smobile-font-size-54 {
font-size: 54px !important;
}
.smobile-font-size-55 {
font-size: 55px !important;
}
.smobile-font-size-56 {
font-size: 56px !important;
}
.smobile-font-size-57 {
font-size: 57px !important;
}
.smobile-font-size-58 {
font-size: 58px !important;
}
.smobile-font-size-59 {
font-size: 59px !important;
}
.smobile-font-size-60 {
font-size: 60px !important;
}
.smobile-font-size-61 {
font-size: 61px !important;
}
.smobile-font-size-62 {
font-size: 62px !important;
}
.smobile-font-size-63 {
font-size: 63px !important;
}
.smobile-font-size-64 {
font-size: 64px !important;
}
.smobile-font-size-65 {
font-size: 65px !important;
}
.smobile-font-size-66 {
font-size: 66px !important;
}
.smobile-font-size-67 {
font-size: 67px !important;
}
.smobile-font-size-68 {
font-size: 68px !important;
}
.smobile-font-size-69 {
font-size: 69px !important;
}
.smobile-font-size-70 {
font-size: 70px !important;
}
.smobile-font-size-71 {
font-size: 71px !important;
}
.smobile-font-size-72 {
font-size: 72px !important;
}
.smobile-font-size-73 {
font-size: 73px !important;
}
.smobile-font-size-74 {
font-size: 74px !important;
}
.smobile-font-size-75 {
font-size: 75px !important;
}
.smobile-font-size-76 {
font-size: 76px !important;
}
.smobile-font-size-77 {
font-size: 77px !important;
}
.smobile-font-size-78 {
font-size: 78px !important;
}
.smobile-font-size-79 {
font-size: 79px !important;
}
.smobile-font-size-80 {
font-size: 80px !important;
}
.smobile-font-size-81 {
font-size: 81px !important;
}
.smobile-font-size-82 {
font-size: 82px !important;
}
.smobile-font-size-83 {
font-size: 83px !important;
}
.smobile-font-size-84 {
font-size: 84px !important;
}
.smobile-font-size-85 {
font-size: 85px !important;
}
.smobile-font-size-86 {
font-size: 86px !important;
}
.smobile-font-size-87 {
font-size: 87px !important;
}
.smobile-font-size-88 {
font-size: 88px !important;
}
.smobile-font-size-89 {
font-size: 89px !important;
}
.smobile-font-size-90 {
font-size: 90px !important;
}
.smobile-font-size-91 {
font-size: 91px !important;
}
.smobile-font-size-92 {
font-size: 92px !important;
}
.smobile-font-size-93 {
font-size: 93px !important;
}
.smobile-font-size-94 {
font-size: 94px !important;
}
.smobile-font-size-95 {
font-size: 95px !important;
}
.smobile-font-size-96 {
font-size: 96px !important;
}
.smobile-font-size-97 {
font-size: 97px !important;
}
.smobile-font-size-98 {
font-size: 98px !important;
}
.smobile-font-size-99 {
font-size: 99px !important;
}
.smobile-font-size-100 {
font-size: 100px !important;
}
.smobile-font-size-200 {
font-size: 200px !important;
}
.smobile-font-size-300 {
font-size: 300px !important;
}
.smobile-line-height-10 {
line-height: 10px !important;
}
.smobile-line-height-11 {
line-height: 11px !important;
}
.smobile-line-height-12 {
line-height: 12px !important;
}
.smobile-line-height-13 {
line-height: 13px !important;
}
.smobile-line-height-14 {
line-height: 14px !important;
}
.smobile-line-height-15 {
line-height: 15px !important;
}
.smobile-line-height-16 {
line-height: 16px !important;
}
.smobile-line-height-17 {
line-height: 17px !important;
}
.smobile-line-height-18 {
line-height: 18px !important;
}
.smobile-line-height-19 {
line-height: 19px !important;
}
.smobile-line-height-20 {
line-height: 20px !important;
}
.smobile-line-height-21 {
line-height: 21px !important;
}
.smobile-line-height-22 {
line-height: 22px !important;
}
.smobile-line-height-23 {
line-height: 23px !important;
}
.smobile-line-height-24 {
line-height: 24px !important;
}
.smobile-line-height-25 {
line-height: 25px !important;
}
.smobile-line-height-26 {
line-height: 26px !important;
}
.smobile-line-height-27 {
line-height: 27px !important;
}
.smobile-line-height-28 {
line-height: 28px !important;
}
.smobile-line-height-29 {
line-height: 29px !important;
}
.smobile-line-height-30 {
line-height: 30px !important;
}
.smobile-line-height-31 {
line-height: 31px !important;
}
.smobile-line-height-32 {
line-height: 32px !important;
}
.smobile-line-height-33 {
line-height: 33px !important;
}
.smobile-line-height-34 {
line-height: 34px !important;
}
.smobile-line-height-35 {
line-height: 35px !important;
}
.smobile-line-height-36 {
line-height: 36px !important;
}
.smobile-line-height-37 {
line-height: 37px !important;
}
.smobile-line-height-38 {
line-height: 38px !important;
}
.smobile-line-height-39 {
line-height: 39px !important;
}
.smobile-line-height-40 {
line-height: 40px !important;
}
.smobile-line-height-41 {
line-height: 41px !important;
}
.smobile-line-height-42 {
line-height: 42px !important;
}
.smobile-line-height-43 {
line-height: 43px !important;
}
.smobile-line-height-44 {
line-height: 44px !important;
}
.smobile-line-height-45 {
line-height: 45px !important;
}
.smobile-line-height-46 {
line-height: 46px !important;
}
.smobile-line-height-47 {
line-height: 47px !important;
}
.smobile-line-height-48 {
line-height: 48px !important;
}
.smobile-line-height-49 {
line-height: 49px !important;
}
.smobile-line-height-50 {
line-height: 50px !important;
}
.smobile-line-height-51 {
line-height: 51px !important;
}
.smobile-line-height-52 {
line-height: 52px !important;
}
.smobile-line-height-53 {
line-height: 53px !important;
}
.smobile-line-height-54 {
line-height: 54px !important;
}
.smobile-line-height-55 {
line-height: 55px !important;
}
.smobile-line-height-56 {
line-height: 56px !important;
}
.smobile-line-height-57 {
line-height: 57px !important;
}
.smobile-line-height-58 {
line-height: 58px !important;
}
.smobile-line-height-59 {
line-height: 59px !important;
}
.smobile-line-height-60 {
line-height: 60px !important;
}
.smobile-line-height-61 {
line-height: 61px !important;
}
.smobile-line-height-62 {
line-height: 62px !important;
}
.smobile-line-height-63 {
line-height: 63px !important;
}
.smobile-line-height-64 {
line-height: 64px !important;
}
.smobile-line-height-65 {
line-height: 65px !important;
}
.smobile-line-height-66 {
line-height: 66px !important;
}
.smobile-line-height-67 {
line-height: 67px !important;
}
.smobile-line-height-68 {
line-height: 68px !important;
}
.smobile-line-height-69 {
line-height: 69px !important;
}
.smobile-line-height-70 {
line-height: 70px !important;
}
.smobile-line-height-71 {
line-height: 71px !important;
}
.smobile-line-height-72 {
line-height: 72px !important;
}
.smobile-line-height-73 {
line-height: 73px !important;
}
.smobile-line-height-74 {
line-height: 74px !important;
}
.smobile-line-height-75 {
line-height: 75px !important;
}
.smobile-line-height-76 {
line-height: 76px !important;
}
.smobile-line-height-77 {
line-height: 77px !important;
}
.smobile-line-height-78 {
line-height: 78px !important;
}
.smobile-line-height-79 {
line-height: 79px !important;
}
.smobile-line-height-80 {
line-height: 80px !important;
}
.smobile-line-height-81 {
line-height: 81px !important;
}
.smobile-line-height-82 {
line-height: 82px !important;
}
.smobile-line-height-83 {
line-height: 83px !important;
}
.smobile-line-height-84 {
line-height: 84px !important;
}
.smobile-line-height-85 {
line-height: 85px !important;
}
.smobile-line-height-86 {
line-height: 86px !important;
}
.smobile-line-height-87 {
line-height: 87px !important;
}
.smobile-line-height-88 {
line-height: 88px !important;
}
.smobile-line-height-89 {
line-height: 89px !important;
}
.smobile-line-height-90 {
line-height: 90px !important;
}
.smobile-line-height-91 {
line-height: 91px !important;
}
.smobile-line-height-92 {
line-height: 92px !important;
}
.smobile-line-height-93 {
line-height: 93px !important;
}
.smobile-line-height-94 {
line-height: 94px !important;
}
.smobile-line-height-95 {
line-height: 95px !important;
}
.smobile-line-height-96 {
line-height: 96px !important;
}
.smobile-line-height-97 {
line-height: 97px !important;
}
.smobile-line-height-98 {
line-height: 98px !important;
}
.smobile-line-height-99 {
line-height: 99px !important;
}
.smobile-line-height-100 {
line-height: 100px !important;
}
.smobile-line-height-150 {
line-height: 150px !important;
}
.smobile-line-height-200 {
line-height: 200px !important;
}
.smobile-line-height-250 {
line-height: 250px !important;
}
.smobile-line-height-300 {
line-height: 300px !important;
}
} .custom-section span {
display: inline-block;
}
.custom-section .row1 {
display: flex;
align-items: flex-end;
justify-content: space-between;
}
.custom-section .title {
font-family: "Raleway";
font-weight: 800;
font-size: 22px;
line-height: 35px;
margin-right: 10px;
flex-grow: 1;
color: #393e46;
}
.custom-section .letter {
position: relative;
top: -10px;
color: #fff;
font-weight: 700;
font-size: 48px;
line-height: 60px;
height: 60px;
width: 80px;
text-align: center;
background-color: #2d63d1;
border-radius: 5px;
margin-right: 20px;
box-shadow: 0 30px 70px 0 rgba(158, 178, 183, 0.7);
}
.custom-section .number {
font-size: 90px;
font-weight: 700;
color: #393e46;
line-height: 1;
}
.custom-section .row2 {
color: #fff;
padding: 20px 30px;
margin-top: 20px;
background-image: linear-gradient(to right, #7d4ae4, #5376e7);
font-size: 16px;
line-height: 30px;
display: flex;
justify-content: space-between;
border-radius: 5px;
}
.custom-section .row2 span:first-child {
flex-grow: 1;
}
.custom-section .row2 span:last-child {
font-weight: 700;
}
.custom-section.color2 .letter {
background-color: #2bce9c;
}
.custom-section.color2 .row2 {
background-image: linear-gradient(to right, #96c93d, #00b09b);
} .circle-animation {
position: absolute;
bottom: 23%;
right: 20px;
z-index: -1;
width: 170px;
height: 170px;
border-radius: 50%;
}
.circle-animation .c {
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
border: 1px solid #eaeaea;
width: 170px;
height: 170px;
opacity: 0;
}
.circle-animation .c1 {
animation: 4s ripple linear infinite;
}
.circle-animation .c2 {
animation: 4s ripple linear infinite 1s;
}
.circle-animation .c3 {
animation: 4s ripple linear infinite 2s;
}
.circle-animation .c4 {
animation: 4s ripple linear infinite 3s;
}
.circle-animation.color-2 {
z-index: 0;
bottom: unset;
top: 60px;
opacity: 0.7;
}
.circle-animation.color-3 .c {
border: 1px solid #aaa;
}
.tilt,
.bubble {
perspective: 1000px;
animation: 10s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s infinite alternate tilt;
}
.link-email {
color: #393e46;
position: relative;
}
.link-email:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background-color: #393e46;
transition: 0.3s;
content: "";
}
.link-email:hover {
color: #4a44f2;
}
.link-email.white:hover {
opacity: 0.7;
}
.link-email:hover:after {
background-color: #4a44f2;
}
.link-email.white {
color: #fff;
}
.link-email.white:after {
background-color: #fff;
} .perspective-1000 {
perspective: 1000px;
}
.bg-gradient-1 {
background-image: linear-gradient(to bottom, transparent 0%, transparent 49.99%, #282f3a 50%);
}
.bg-gradient-blue {
background-image: linear-gradient(to right, #5376e7, #7d4ae4);
}
.bg-gradient-orange {
background-image: linear-gradient(to left, #f474a2, #ffad3a);
}
.bg-gradient-orange-2 {
background-image: linear-gradient(to right, #f66767, #f68826);
}
.bg-gradient-purple {
background-image: linear-gradient(to bottom, #4a0d67, #411565);
} .input-white input,
.input-white textarea {
background-color: transparent;
border-color: rgba(255, 255, 255, 0.3);
color: #fff;
}
.input-white input::placeholder {
color: rgba(255, 255, 255, 0.7);
}
.input-white input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.7);
}
.input-white input::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.7);
}
.input-white textarea::placeholder {
color: rgba(255, 255, 255, 0.7);
}
.input-white textarea:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.7);
}
.input-white textarea::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.7);
}
.input-white input:focus,
.input-white textarea:focus {
border-color: #fff;
}
.input-black input,
.input-black textarea {
background-color: transparent;
border-color: #393e46;
color: #393e46;
}
@media (max-width: 991px) {
.hide-on-mobile {
display: none !important;
}
}
@media (max-width: 767px) {
.hide-on-smobile {
display: none !important;
}
}  .vc_row.has-canvas .vc_column_container {
z-index: 1;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
padding-top: 0 !important;
}
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
margin-bottom: 0 !important;
}
.wp-block-gallery {
margin-bottom: 30px;
}
.wp-block-search {
margin-bottom: 20px;
}
.wp-block-search input {
margin-bottom: 0;
} .vc_row.vc-custom-col-spacing-0px {
margin-left: 0;
margin-right: 0;
}
.vc_row.vc-custom-col-spacing-0px .vc_column_container {
padding-left: 0;
padding-right: 0;
}
.vc_row.vc-custom-col-spacing-0px .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
} .vc_row.vc-custom-col-spacing-1px {
margin-left: -0.5px;
margin-right: -0.5px;
}
.vc_row.vc-custom-col-spacing-1px .vc_column_container {
padding-left: 0.5px;
padding-right: 0.5px;
}
.vc_row.vc-custom-col-spacing-1px .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
} .vc_row.vc-custom-col-spacing-5px {
margin-left: -2.5px;
margin-right: -2.5px;
}
.vc_row.vc-custom-col-spacing-5px .vc_column_container {
padding-left: 2.5px;
padding-right: 2.5px;
}
.vc_row.vc-custom-col-spacing-5px .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
} .vc_row.vc-custom-col-spacing-10px {
margin-left: -5px;
margin-right: -5px;
}
.vc_row.vc-custom-col-spacing-10px .vc_column_container {
padding-left: 5px;
padding-right: 5px;
}
.vc_row.vc-custom-col-spacing-10px .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
} .vc_row.vc-custom-col-spacing-20px {
margin-left: -10px;
margin-right: -10px;
}
.vc_row.vc-custom-col-spacing-20px .vc_column_container {
padding-left: 10px;
padding-right: 10px;
}
.vc_row.vc-custom-col-spacing-20px .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
} .vc_row.vc-custom-col-spacing-30px {
margin-left: -15px;
margin-right: -15px;
}
.vc_row.vc-custom-col-spacing-30px .vc_column_container {
padding-left: 15px;
padding-right: 15px;
}
.vc_row.vc-custom-col-spacing-30px .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
} .vc_row.vc-custom-col-spacing-40px {
margin-left: -20px;
margin-right: -20px;
}
.vc_row.vc-custom-col-spacing-40px .vc_column_container {
padding-left: 20px;
padding-right: 20px;
}
.vc_row.vc-custom-col-spacing-40px .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
} .vc_row.vc-custom-col-spacing-50px {
margin-left: -25px;
margin-right: -25px;
}
.vc_row.vc-custom-col-spacing-50px .vc_column_container {
padding-left: 25px;
padding-right: 25px;
}
.vc_row.vc-custom-col-spacing-50px .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
} .vc_row.vc-custom-col-spacing-60px {
margin-left: -30px;
margin-right: -30px;
}
.vc_row.vc-custom-col-spacing-60px .vc_column_container {
padding-left: 30px;
padding-right: 30px;
}
.vc_row.vc-custom-col-spacing-60px .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
} .vc_row.vc-custom-col-spacing-70px {
margin-left: -35px;
margin-right: -35px;
}
.vc_row.vc-custom-col-spacing-70px .vc_column_container {
padding-left: 35px;
padding-right: 35px;
}
.vc_row.vc-custom-col-spacing-70px .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
} .vc_row.vc-custom-col-spacing-80px {
margin-left: -40px;
margin-right: -40px;
}
.vc_row.vc-custom-col-spacing-80px .vc_column_container {
padding-left: 40px;
padding-right: 40px;
}
.vc_row.vc-custom-col-spacing-80px .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
} .vc_row.vc-custom-col-spacing-90px {
margin-left: -45px;
margin-right: -45px;
}
.vc_row.vc-custom-col-spacing-90px .vc_column_container {
padding-left: 45px;
padding-right: 45px;
}
.vc_row.vc-custom-col-spacing-90px .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
} .vc_row.vc-custom-col-spacing-100px {
margin-left: -50px;
margin-right: -50px;
}
.vc_row.vc-custom-col-spacing-100px .vc_column_container {
padding-left: 50px;
padding-right: 50px;
}
.vc_row.vc-custom-col-spacing-100px .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
} .vc-offset-1 {
margin-left: -8.3333333%;
}
.custom-col-1.vc_column_container > .vc_column-inner {
margin-right: -16.667%;
}
.custom-col-2.vc_column_container > .vc_column-inner {
margin-left: -16.667%;
}
.side-spacing-75 > .vc_column_container > .vc_column-inner {
padding: 0 75px !important;
}
.side-spacing-100 > .vc_column_container > .vc_column-inner {
padding: 0 100px !important;
}
.side-spacing-110 > .vc_column_container > .vc_column-inner {
padding: 0 110px !important;
}
.side-spacing-120 > .vc_column_container > .vc_column-inner {
padding: 0 120px !important;
}
.side-spacing-145 > .vc_column_container > .vc_column-inner {
padding: 0 145px !important;
}
@media (max-width: 1500px) {
.side-spacing-145 > .vc_column_container > .vc_column-inner {
padding: 0 15px !important;
}
}
@media (max-width: 1200px) {
.custom-col-1.vc_column_container > .vc_column-inner {
margin-right: 0;
}
.custom-col-2.vc_column_container > .vc_column-inner {
margin-left: 0;
}
}
@media only screen and (max-width: 1204px) {
.vc-offset-1 {
margin-left: 0;
}
}
@media (max-width: 991px) {
.side-spacing-75 > .vc_column_container > .vc_column-inner,
.side-spacing-100 > .vc_column_container > .vc_column-inner,
.side-spacing-110 > .vc_column_container > .vc_column-inner,
.side-spacing-120 > .vc_column_container > .vc_column-inner,
.side-spacing-145 > .vc_column_container > .vc_column-inner {
padding: 0 15px !important;
}
} .custom.tparrows {
background-color: rgba(255, 255, 2555, 0.3) !important;
width: 60px !important;
height: 60px !important;
border-radius: 50%;
transition: all ease 0.3s;
}
.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before {
content: "\f177" !important;
font-family: "Core Icon" !important;
font-weight: normal;
font-size: 22px !important;
color: #393e46 !important;
line-height: 60px !important;
}
.custom.tparrows.tp-rightarrow:before {
content: "\f178" !important;
}
.custom.tparrows:hover {
background-color: #fff !important;
}
.tp-bullets.custom .tp-bullet {
width: 8px;
height: 8px;
border: 2px solid #fff;
border-radius: 50%;
background-color: transparent;
transition: all ease 0.3s;
}
.tp-bullets.custom .tp-bullet.selected {
background-color: #fff;
}
a.rev-btn {
transition: background 0.3s ease 0s, color 0.3s ease 0s !important;
}
.rev-scroll {
cursor: pointer !important;
}
.rev-scroll i {
font-size: 12px !important;
}
.rev-btn.icon-left i {
padding-right: 15px !important;
}
.rev-btn.icon-right i {
padding-left: 15px !important;
}
.rev-btn.icon-size-30 i {
font-size: 30px !important;
line-height: 30px !important;
top: 6px;
} .rev-btn {
position: relative !important;
overflow: hidden;
z-index: 1;
transition: color 0.3s !important;
transition-delay: 0.5s !important;
}
.rev-btn:before {
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: 0.75s ease-in-out;
background-color: #393e46;
z-index: -1;
border-radius: 100%;
opacity: 0.5;
}
.rev-btn:hover {
transition-delay: 0s !important;
}
.rev-btn:hover:before {
width: calc(100% * 2.25);
padding-top: calc(100% * 2.25);
opacity: 1;
}
.rev-raton {
width: 40px !important;
height: 60px !important;
border: 3px solid #fff !important;
border-radius: 15px 15px 20px 20px !important;
position: relative;
}
.rev-raton:after {
width: 4px;
height: 12px;
position: absolute;
content: "";
top: 6px;
left: 50%;
transform: translateX(-50%);
border-radius: 2px;
background-color: #fff;
}
.text-has-underline {
position: relative;
}
.text-has-underline:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
content: "";
background-color: #6a727f;
}
.text-has-underline.white:after {
background-color: #fff;
}
.text-has-underline.style-2:after {
height: 2px;
background-color: #eee;
}
.text-has-line-through {
position: relative;
}
.text-has-line-through:after {
position: absolute;
width: 100%;
height: 4px;
top: 55%;
left: 0;
content: "";
background-color: #eccdd1;
z-index: 1;
} .z1 {
animation: 3s zoomeffect2 ease-in-out infinite 0.6s;
}
.z2 {
animation: 3.1s zoomeffect2 ease-in-out infinite 0.5s;
}
.z3 {
animation: 3.2s zoomeffect ease-in-out infinite 0.4s;
}
.z4 {
animation: 3.3s zoomeffect2 ease-in-out infinite 0.3s;
}
.z5 {
animation: 3.4s zoomeffect ease-in-out infinite 0.2s;
}
.z6 {
animation: 3.5s zoomeffect ease-in-out infinite 0.1s;
}
.m1 {
animation: 4s moveBounceY ease-in-out infinite;
}
.m2 {
animation: 6s moveBounceY linear infinite;
}
.m3 {
animation: 5s moveBounceY ease-in-out infinite;
}
.m4 {
animation: 4s moveBounceY linear infinite;
}
.m5 {
animation: 5s moveBounceY ease-in-out infinite;
}
.ri1 {
opacity: 0;
}
.ri1.loaded {
animation: 1.5s popup linear;
opacity: 1;
}
.ri1.loaded > div {
animation: 5s moveBounceY ease-in-out infinite;
}
.ri2.loaded {
animation: 1s zoomIn;
}
.ri3.loaded {
animation: 1s fadeInUp;
}
.ri3.loaded > div {
animation: 5s moveBounceY ease-in-out infinite;
}
.ri4.loaded {
animation: 1s fadeInUp;
}
.ri5.loaded {
animation: 1s fadeIn;
}
.ri6.loaded {
animation: 2s zoomIn2;
}
.ri6.loaded > div {
animation: 5s moveBounceX ease-in-out infinite;
}
.ri7.loaded {
animation: 1s zoomIn;
}
.m1 {
animation: 5s moveBounceY ease-in-out infinite;
} .deeper-slider.slider-1 {
position: relative;
}
.deeper-slider.slider-1:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background-color: #fff;
transition: 1s;
z-index: 1;
}
.deeper-slider.slider-1 .deeper-morph {
opacity: 0;
}
.deeper-slider.slider-1.loaded:after {
left: 100%;
}
.deeper-slider.slider-1.loaded .deeper-morph {
animation: s1-a1 2s;
opacity: 1;
transition: 0s;
transition-delay: 1s;
}
.deeper-slider.slider-2 {
position: relative;
}
.deeper-slider.slider-2:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background-color: #fff;
transition: 1s;
z-index: 1;
}
.deeper-slider.slider-2.loaded:after {
left: 100%;
}
@keyframes zoomIn2 {
0% {
opacity: 0;
transform: scale(0.8);
}
50% {
opacity: 0;
transform: scale(0.8);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@media only screen and (max-width: 1300px) {
.ri1 {
right: 0 !important;
width: 65% !important;
}
} .bypostauthor > article {
}
.sticky-post {
display: inline-block;
color: #4a44f2;
font-size: 20px;
position: absolute;
left: 0;
top: -10px;
display: none;
}
.post.sticky .post-title {
position: relative;
padding-left: 15px;
}
.post.sticky .post-title:after {
position: absolute;
top: 50%;
left: 0;
width: 3px;
height: calc(100% - 10px);
transform: translateY(-50%);
background-color: #4a44f2;
content: "";
}
.aligncenter {
display: block;
margin: 0 auto;
}
.alignright {
float: right;
margin: 7px 0 15px 25px;
}
.alignleft {
float: left;
margin: 7px 25px 15px 0;
}
blockquote.alignleft {
margin: 5px 20px 0;
}
blockquote.alignright {
margin: 5px 0 20px 20px;
}
blockquote.aligncenter {
margin-bottom: 20px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-quote.has-text-align-right p em {
font-style: normal;
}
.wp-block-quote.is-style-large {
padding-top: 50px;
}
.wp-block-quote.is-style-large:before {
top: 0;
left: 50%;
transform: translateX(-50%);
}
.wp-block-quote.has-text-align-right {
padding: 40px 100px 40px 0;
}
blockquote.has-text-align-right:before {
right: 0;
left: unset;
}
.wp-block-pullquote blockquote {
padding: 40px 0;
}
.wp-block-pullquote blockquote:before {
top: 0;
left: 50%;
transform: translateX(-50%);
}
.wp-block-pullquote {
text-align: center;
}
.wp-block-pullquote.is-style-solid-color {
background-color: #f7f7f7;
}
.wp-block-pullquote.is-style-solid-color blockquote {
text-align: center;
}
.wp-block-column .wp-block-quote {
padding: 40px 0 0;
}
.wp-block-column .wp-block-quote:before {
top: 0px;
}
.wp-block-cover {
margin-bottom: 50px;
}
.wp-block-gallery,
.wp-block-calendar {
margin-bottom: 50px;
}
.wp-block-search {
margin-bottom: 20px;
}
.wp-block-search input {
margin-bottom: 0;
}
.wp-block-group.has-background {
padding: 30px;
}
.post-content .has-large-font-size {
line-height: 1.4;
}
.floatleftcenter {
float: none;
margin: 0 auto;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.wp-caption {
text-align: center;
max-width: 100%;
text-align: center;
margin-bottom: 20px;
}
.wp-caption img {
display: block;
margin: 0 auto;
padding: 0;
border: 0 none;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
font-size: 1em;
padding: 10px 0 0;
margin: 0;
text-align: center;
font-style: italic;
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.wp-caption.alignnone {
margin-bottom: 20px;
}
.wp-smiley {
margin: 0;
max-height: 1em;
}
#img-attch-page {
text-align: center;
overflow: hidden;
}
#img-attch-page img {
display: inline-block;
margin: 0 auto;
max-width: 100%;
margin-bottom: 20px;
}
.post-password-form label {
font-weight: bolder;
color: #393e46;
}
form.login .lost_password {
display: inline-block;
}
.wpstats {
display: none;
}
.wp-block-button__link {
margin: 0 10px 10px 0;
border-radius: 5px;
}
.wp-block-cover.has-background-dim .wp-block-cover-text {
color: #fff;
}
.wp-block-cover .wp-block-cover-text strong {
font-weight: 500;
}
.wp-block-latest-comments,
.wp-block-latest-posts {
margin-left: 0;
}
.gallery {
margin: 0 -1.15% 30px;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.15% 2.3%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
} ul.wp-block-rss,
ul.wp-block-latest-posts,
ul.wp-block-archives-list,
ol.wp-block-latest-comments {
margin-left: 0;
width: fit-content;
}
ul.wp-block-rss ul,
ul.wp-block-latest-posts ul,
ul.wp-block-archives-list ul,
ol.wp-block-latest-comments ul {
padding-left: 16px;
}
ul.wp-block-rss li,
ul.wp-block-latest-posts li,
ul.wp-block-archives-list li,
ol.wp-block-latest-comments li {
position: relative;
list-style: none;
border-bottom: 1px solid #ebebeb;
padding: 17px 0;
} .octavian-container {
width: 1170px;
margin: 0 auto;
max-width: 90%;
}
#page {
background: #fff;
}
#main-content {
padding: 150px 0;
}
.no-padding-content #main-content {
padding: 0;
}
.page-single-member #main-content,
.page-single-project #main-content {
padding: 0 !important;
background-image: none !important;
} #inner-content,
#inner-sidebar {
position: relative;
z-index: 1;
}
#inner-content:after,
#inner-sidebar:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-style: solid;
border-width: 0;
z-index: -1;
} #site-content {
float: left;
width: 59.83%;
}
#sidebar {
float: right;
width: 31.624%;
border-style: solid;
border-color: #ebebeb;
} .sidebar-left #site-content {
float: right;
}
.sidebar-left #sidebar {
float: left;
} .woocommerce-page #site-content {
width: 74.359%;
}
.woocommerce-page #sidebar {
width: 20.086%;
} .no-sidebar .woocommerce-page #site-content,
.no-sidebar #site-content,
.page-empty-widget #site-content,
.blog-empty-widget #site-content,
.page-single-project #site-content,
#site-content.archive-project {
width: 100% !important;
max-width: none !important;
float: none !important;
} .site-layout-boxed #wrapper {
background-color: #f4f4f4;
padding: 30px;
}
.site-layout-boxed #page {
width: 1240px;
max-width: 100%;
margin: 0 auto;
position: relative;
}
.site-layout-boxed #page .octavian-container {
width: auto !important;
max-width: none !important;
padding-left: 30px;
padding-right: 30px;
}
.site-layout-boxed.box-shadow #page {
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);
}
.site-layout-boxed #site-header.fixed-hide {
width: 1240px;
left: 50%;
transform: translateX(-50%);
} #site-header {
position: relative;
z-index: 100;
border-style: solid;
transition: 0.5s;
transition-delay: 0.3s;
}
.site-header-inner,
.site-header-inner .wrap-inner {
display: flex;
align-items: center;
height: 120px;
transition: 0.5s;
transition-delay: 0.3s;
}
.site-header-inner {
position: relative;
}
#site-header #main-nav .menu-fallback {
padding-right: 16px;
position: relative;
text-decoration: underline;
display: inline-block;
height: 80px;
line-height: 80px;
}
#site-header #main-nav .menu-fallback:hover {
color: #aaa;
} #site-logo {
transition: all ease 0.3s;
flex-grow: 1;
}
#site-logo-inner {
margin-right: 30px;
transition: all ease 0.3s;
}
#site-logo .site-logo-text {
color: #393e46;
font-size: 30px;
line-height: 36px;
font-weight: bolder;
}
#site-logo .site-logo-text:hover {
color: #4a44f2;
}
.header-style-2 #site-logo .site-logo-text {
color: #fff;
} .header-button {
margin-left: 100px;
display: inline-flex;
}
.header-button a {
display: inline-block;
font-size: 14px;
line-height: 26px;
font-weight: 600;
padding: 12px 40px;
border-radius: 5px;
background-color: #a9eee6;
color: #4a44f2;
font-weight: 600;
white-space: nowrap;
} .header-info {
font-size: 16px;
color: #393e46;
}
.header-info .content {
font-weight: 600;
display: inline-block;
margin-right: 30px;
}
.header-info .content .content-prefix {
font-weight: 300;
}
.info-white .header-info {
color: #fff;
} #main-nav {
display: block;
float: right;
}
#main-nav ul {
margin: 0;
}
#main-nav ul li {
position: relative;
list-style: none;
padding-top: 0;
padding-bottom: 0;
}
#main-nav > ul > li {
float: left;
padding: 0 19px;
}
#main-nav > ul > li > a > span {
font-size: 16px;
color: #393e46;
font-weight: 600;
padding: 2px 0;
position: relative;
z-index: 0;
transition: 0.3s;
}
#main-nav > ul > li.menu-item-has-children > a > span {
padding-right: 10px;
}
#main-nav > ul > li > a > span > .letter {
display: inline-block;
}
#main-nav > ul > li > a > span:before {
content: "";
width: 0;
height: 2px;
position: absolute;
right: 0;
bottom: 0;
background-color: #fff;
-webkit-transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
-moz-transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
-ms-transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
-o-transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}
#main-nav > ul > li:hover > a > span:before {
width: 100%;
left: 0;
}
#main-nav > ul > li:hover > a > span {
color: #4a44f2;
}
#main-nav > ul > li > a {
display: block;
line-height: 120px;
transition: 0.5s, line-height 0s;
transition-delay: 0.3s;
}
#main-nav > ul > li.menu-item-has-children > a > span:after {
line-height: normal;
font-size: 8px;
font-weight: normal;
content: "\f078";
font-family: "Font Awesome 5 Free";
position: absolute;
right: 0;
top: 11px;
}
#main-nav > ul > li > a:not([href]) {
cursor: pointer;
} #main-nav .sub-menu {
padding: 19px 0;
background-color: #fff;
position: absolute;
left: 0;
top: 100%;
width: 250px;
margin-top: 10px;
opacity: 0;
visibility: hidden;
z-index: 9999;
box-shadow: 0 30px 70px 0 rgba(57, 62, 70, 0.15);
border-radius: 10px;
transition: all ease 0s;
}
#main-nav .sub-menu .sub-menu {
left: 100%;
top: -7px;
transform: none;
margin-left: 0;
}
#main-nav .sub-menu li a {
padding: 6px 37px;
color: #6a727f;
display: block;
position: relative;
transition: 0.5s;
transition-delay: 0s;
}
#main-nav .sub-menu li a > span {
position: relative;
display: inline-block;
}
#main-nav .sub-menu li a:hover {
color: #4a44f2;
transition-delay: 0.5s;
}
#main-nav .sub-menu li a:after {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 0;
background-color: #f9f8f8;
transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
z-index: -1;
}
#main-nav .sub-menu li a:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 2px;
height: 0;
background-color: #4a44f2;
transition: height 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0.5s;
}
#main-nav .sub-menu li a:hover:before {
height: 100%;
transition-delay: 0s;
}
#main-nav .sub-menu li a:hover:after {
width: 100%;
transition-delay: 0.5s;
}
#main-nav .sub-menu li:first-child > a {
border: 0;
}
#main-nav li:hover > .sub-menu {
margin-top: 0;
opacity: 1;
visibility: visible;
transition: all ease 0.3s;
}
#main-nav .sub-menu li.menu-item-has-children > a:after {
line-height: 46px;
font-size: 30px;
font-weight: normal;
content: "\e684";
font-family: "Pe-icon-7-stroke";
position: absolute;
right: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#main-nav .sub-menu.left {
left: auto;
right: 0;
}
#main-nav .sub-menu .sub-menu.left {
right: -100%;
} #secondary-menu {
display: block;
position: fixed;
top: 0;
right: -600px;
height: 100%;
z-index: 999999;
padding: 150px 150px 50px 150px;
overflow-x: hidden;
overflow-y: auto;
background-color: #393e46;
color: #fff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-overflow-scrolling: touch;
}
#secondary-menu .close-menu {
position: absolute;
top: 30px;
right: 30px;
width: 50px;
height: 50px;
cursor: pointer;
}
#secondary-menu .close-menu:after {
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 50px;
font-size: 50px;
line-height: 1;
color: #fff;
font-family: "Pe-icon-7-stroke";
content: "\e680";
}
#secondary-menu::-webkit-scrollbar-track {
background-color: #31363d;
}
#secondary-menu::-webkit-scrollbar {
width: 6px;
background-color: #4a44f2;
}
#secondary-menu::-webkit-scrollbar-thumb {
border-radius: 6px;
background-color: #4a44f2;
}
.secondary-menu-overlay {
opacity: 0;
visibility: hidden;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 9999;
transition: all ease 0.3s;
}
.secondary-menu-overlay.show {
opacity: 1;
visibility: visible;
}
.secondary-menu-overlay .close:after {
content: "\e680";
font-family: "Pe-icon-7-stroke";
font-weight: 400;
color: #fff;
font-size: 50px;
font-weight: normal;
cursor: pointer;
position: absolute;
right: 20px;
top: 10px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
transition: all ease 0.3s;
}
.secondary-menu-overlay .close:hover:after {
color: #ff4539;
}
html.disable-scroll {
overflow-y: hidden;
}
#secondary-menu ul {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
#secondary-menu ul li {
margin: 0;
position: relative;
cursor: pointer;
}
#secondary-menu ul li .arrow {
position: absolute;
top: 0;
left: 100%;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 30px;
}
#secondary-menu ul li .arrow:after {
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 50px;
content: '+';
font-weight: 400;
}
#secondary-menu ul li .arrow:hover {
opacity: 0.7;
}
#secondary-menu > ul > li {
padding: 0 30px 0 40px;
font-weight: 600;
margin-bottom: 40px;
}
#secondary-menu > ul > li:after {
position: absolute;
top: 25px;
left: 0;
height: 2px;
border-radius: 2px;
width: 15px;
background-color: #fff;
content: '';
transition: 0.5s;
}
#secondary-menu > ul > li:hover:after {
width: 25px;
}
#secondary-menu ul li a {
color: #fff;
display: block;
font-size: 26px;
line-height: 50px;
text-decoration: none;
}
#secondary-menu ul > li > a:hover {
opacity: 0.7;
}
#secondary-menu > ul > li li a {
font-size: 16px;
line-height: 40px;
}
#secondary-menu ul > li.menu-item-has-children > a:hover {
opacity: 1;
}
#secondary-menu .menu-item-has-children .sub-menu {
display: none;
margin-top: 20px;
}
.second-menu-button {
width: 30px;
height: 30px;
fill: #393e46;
margin-left: 70px;
z-index: 99999;
cursor: pointer;
} #main-nav li.megamenu {
position: inherit;
}
#main-nav li.megamenu ul.sub-menu {
z-index: 9998;
background-color: transparent;
}
#main-nav li.megamenu > ul.sub-menu ul.sub-menu {
transition: none;
transform: none;
padding: 0;
}
#main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a:after,
#main-nav li.megamenu ul.sub-menu li.menu-item-has-children > a > span:after {
display: none;
}
#main-nav li.megamenu > ul.sub-menu {
left: 0;
right: auto;
background-color: #fff;
padding: 40px 0;
width: 1170px;
max-width: 90vw;
}
#main-nav li.megamenu > ul.sub-menu > li {
display: block;
float: left;
width: 100%;
border-right: 1px solid rgba(0, 0, 0, 0.08);
}
#main-nav li.megamenu > ul.sub-menu > li:last-child {
border: 0;
}
#main-nav li.megamenu.col-3 > ul.sub-menu > li {
width: 26.333%;
margin-left: 7%;
}
#main-nav li.megamenu.col-3 > ul.sub-menu > li:nth-child(4n) {
clear: right;
}
#main-nav li.megamenu.col-4 > ul.sub-menu > li {
width: 19%;
margin-left: 6%;
}
#main-nav li.megamenu.col-4 > ul.sub-menu > li:nth-child(5n) {
clear: right;
}
#main-nav li.megamenu.col-5 > ul.sub-menu > li {
width: 15%;
margin-left: 5%;
}
#main-nav li.megamenu.col-5 > ul.sub-menu > li:nth-child(6n) {
clear: right;
}
#main-nav li.megamenu > ul.sub-menu > li ul {
display: block !important;
top: auto !important;
width: 100% !important;
min-width: 0 !important;
left: auto !important;
position: relative !important;
border: none !important;
padding: 0 !important;
box-shadow: none !important;
}
#main-nav li.megamenu > ul.sub-menu > .menu-item-has-children > a {
transition: none;
transform: none;
position: relative;
font-size: 15px;
color: #212529;
margin-bottom: 12px;
}
#main-nav li.megamenu.no-heading > ul.sub-menu > .menu-item-has-children > a {
display: none;
}
#main-nav li.megamenu:hover ul li ul {
opacity: 1;
visibility: visible;
} #main-nav-mobi {
display: block;
position: fixed;
top: 0;
left: -300px;
height: 100%;
z-index: 999998;
width: 300px;
max-width: calc(100% - 80px);
padding-bottom: 50px;
overflow-x: hidden;
overflow-y: auto;
background-color: #393e46;
color: #fff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-overflow-scrolling: touch;
}
#main-nav-mobi::-webkit-scrollbar-track {
background-color: #31363d;
}
#main-nav-mobi::-webkit-scrollbar {
width: 6px;
background-color: #4a44f2;
}
#main-nav-mobi::-webkit-scrollbar-thumb {
border-radius: 6px;
background-color: #4a44f2;
}
.mobi-overlay {
opacity: 0;
visibility: hidden;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 999998;
transition: all ease 0.3s;
}
.mobi-overlay.show {
opacity: 1;
visibility: visible;
}
.mobi-overlay .close:after {
content: "\e680";
font-family: "Pe-icon-7-stroke";
font-weight: 400;
color: #fff;
font-size: 50px;
font-weight: normal;
cursor: pointer;
position: absolute;
right: 20px;
top: 10px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
transition: all ease 0.3s;
}
.mobi-overlay .close:hover:after {
color: #ff4539;
}
html.disable-scroll {
overflow-y: hidden;
}
#main-nav-mobi ul {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
#main-nav-mobi ul li {
margin: 0;
position: relative;
cursor: pointer;
border-top: 1px solid rgba(255, 255, 255, 0.07);
}
#main-nav-mobi ul li a {
color: #fff;
display: block;
font-size: 16px;
font-weight: 600;
line-height: 50px;
text-decoration: none;
padding: 0 22px 0 35px;
}
#main-nav-mobi ul > li > a:hover {
opacity: 0.7;
}
#main-nav-mobi > ul > li li a {
font-size: 15px;
padding: 0 22px 0 40px;
}
#main-nav-mobi .menu-item-has-children .arrow {
cursor: pointer;
display: inline-block;
font-family: "Pe-icon-7-stroke";
font-size: 28px;
line-height: 54px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 50px;
color: #fff;
transition: all ease 0.3s;
}
#main-nav-mobi .menu-item-has-children .arrow:hover {
opacity: 0.7;
}
#main-nav-mobi .menu-item-has-children .arrow:before {
content: "\e688";
}
#main-nav-mobi .menu-item-has-children .arrow.active:before {
content: "\e684";
}
#main-nav-mobi ul ul {
background-color: rgba(255, 255, 255, 0.02);
} .mobi-nav-extra {
display: none;
}
#main-nav-mobi .search-form {
position: relative;
margin: 32px 22px 35px;
}
#main-nav-mobi .search-form .search-field {
padding-right: 48px;
width: 100%;
margin-bottom: 0;
padding: 10px 25px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
}
#main-nav-mobi .search-form .search-submit {
position: absolute;
right: 12px;
top: 10px;
width: 30px;
height: 30px;
text-align: center;
text-indent: 9999px;
background-color: transparent;
padding: 0;
border: 0;
overflow: hidden;
fill: #393e46;
stroke: none;
}
#main-nav-mobi .search-form .search-submit svg {
position: absolute;
top: -1px;
left: 0;
width: 100%;
padding: 20%;
}
#main-nav-mobi .search-form .search-submit:hover {
stroke: #393e46;
}
#main-nav-mobi .ext > .text {
display: none;
}
#main-nav-mobi .ext > .cart-info svg {
position: relative;
top: 2px;
fill: none;
fill: #fff;
width: 26px;
padding-right: 10px;
}
#main-nav-mobi .ext > .cart-info:hover {
opacity: 0.7;
}
#main-nav-mobi .menu-logo-inner {
display: inline-block;
margin: 25px 22px 25px 35px;
}
#main-nav-mobi .menu-logo-inner a {
padding: 0;
} .mobile-button {
width: 24px;
height: 14px;
display: none;
float: right;
position: absolute;
top: 50%;
right: 0;
transform: translate3d(0, -50%, 0);
background: transparent;
cursor: pointer;
transition: all ease 0.3s;
}
.mobile-button.hide {
opacity: 0;
}
.mobile-button:before,
.mobile-button:after,
.mobile-button span {
background-color: #393e46;
transition: all ease 0.3s;
}
.mobile-button:before,
.mobile-button:after {
content: "";
position: absolute;
top: 0;
height: 2px;
width: 24px;
border-radius: 2px;
left: 0;
top: 50%;
transform-origin: 50% 50%;
}
.mobile-button span {
position: absolute;
width: 24px;
height: 2px;
border-radius: 2px;
left: 0;
top: 50%;
margin-top: -1px;
overflow: hidden;
text-indent: 200%;
}
.mobile-button:hover span,
.mobile-button:hover:before,
.mobile-button:hover:after {
opacity: 0.7;
}
.mobile-button:before {
transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
transform: translate3d(0, 5px, 0);
}
.header-style-2 .mobile-button:before,
.header-style-2 .mobile-button:after,
.header-style-2 .mobile-button span {
background-color: #fff;
} .nav-top-cart-wrapper {
margin-left: 100px;
position: relative;
transition: all ease 0.3s;
height: 100%;
display: flex;
align-items: center;
}
.nav-top-cart-wrapper .nav-cart-trigger {
position: relative;
display: block;
text-align: center;
width: 24px;
line-height: 1;
fill: #393e46;
stroke: none;
margin-top: 3px;
}
.nav-top-cart-wrapper .shopping-cart-items-count {
position: absolute;
right: -9px;
top: -9px;
width: 18px;
height: 18px;
line-height: 18px;
font-size: 12px;
display: block;
border-radius: 50%;
text-align: center;
background-color: #f31c49;
color: #fff;
font-weight: 600;
}
.nav-top-cart-wrapper .nav-shop-cart {
width: 300px;
opacity: 0;
visibility: hidden;
margin-top: 5px;
border-radius: 10px;
position: absolute;
right: 0;
top: 100%;
z-index: 999999;
background-color: #fff;
padding: 20px;
box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
transition: all ease 0.3s;
}
.nav-top-cart-wrapper:hover .nav-shop-cart {
margin: 0;
opacity: 1;
visibility: visible;
transition: all ease 0.3s;
} .header-search-wrap {
margin-left: 37px;
}
.header-search-trigger {
position: relative;
display: block;
text-align: center;
width: 24px;
line-height: 1;
fill: #393e46;
stroke: none;
margin-top: 4px;
} #main-nav.show-current  > ul > li.current-menu-parent > a > span:before,
#main-nav.show-current  > ul > li.current-menu-item > a > span:before {
width: 100%;
}
#site-header.hide-menu #main-nav {
display: none;
}
#site-header.hide-cart .nav-top-cart-wrapper {
display: none;
}
#site-header.hide-search .header-search-wrap {
display: none;
}
#site-header.hide-second-menu .second-menu-button {
display: none;
}
#site-header.hide-button .header-button {
display: none;
}
#site-header.hide-info .header-info {
display: none;
}
.header-style-2 #site-header.header-text-dark .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-2 #site-header.header-text-dark .header-search-trigger,
.header-style-2 #site-header.header-text-dark .second-menu-button {
fill: #393e46;
}
.header-style-2  #main-nav > ul > li > a > span {
color: #fff;
}
.header-style-2 #site-header.header-text-dark #main-nav > ul > li > a > span {
color: #393e46;
}
.header-style-2 #site-header.header-text-dark #main-nav > ul > li > a > span:before {
background-color: #393e46;
} .header-style-1 #site-header:after {
background-color: #fff;
}
.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-1 #site-header .header-search-trigger {
stroke: #393e46;
}
.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger:hover,
.header-style-1 #site-header .header-search-trigger:hover {
stroke: #4a44f2;
}
.header-style-1 #main-nav > ul > li.current-menu-item > a,
.header-style-1 #main-nav > ul > li.current-menu-parent > a,
.header-style-1 #main-nav > ul > li > a:hover {
color: #393e46;
} .header-style-2 #site-header {
position: absolute;
top: 0;
left: 0;
width: 100%;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-style-2 #main-nav > ul > li > a > span {
color: #fff;
}
.header-style-2 .header-search-trigger,
.header-style-2 .nav-top-cart-wrapper .nav-cart-trigger {
fill: #fff;
}
.header-style-2 .second-menu-button {
fill: #fff;
} #site-header.fixed-hide {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 9989;
border-bottom-color: transparent;
}
#site-header.fixed-hide #topbar {
display: none;
}
#site-header.fixed-hide #main-nav > ul > li > a {
line-height: 80px;
}
#site-header.fixed-hide,
#site-header .site-navigation-wrap.fixed-hide {
box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
}
#site-header .site-navigation-wrap.fixed-hide {
position: fixed;
left: 0;
top: -200px;
width: 100%;
z-index: 99999;
transition: all ease 0.3s;
}
#site-header .site-navigation-wrap.fixed-hide .inner {
position: static;
transform: none;
padding: 0;
}
#site-header .site-navigation-wrap.fixed-show {
top: 0;
}
#site-header.fixed-hide .site-header-inner,
#site-header.fixed-hide .site-header-inner .wrap-inner {
height: 80px;
}
.header-style-2 #site-header.header-text-dark.fixed-hide,
.header-style-1 #site-header.fixed-hide {
background-color: rgba(255, 255, 255, 0.9);
}
.header-style-2 #site-header.fixed-hide {
background-color: rgba(0, 0, 0, 0.7);
}
#site-header.logo-color.fixed-hide {
background-color: rgba(255, 255, 255, 0.9);
}
.header-style-2 #site-header.logo-color #main-nav > ul > li > a > span,
.header-style-2 #site-header.logo-color #main-nav > ul > li > a > span:before {
transition: 0.5s;
}
.header-style-2 #site-header.logo-color.fixed-hide #main-nav > ul > li > a > span {
color: #393e46;
}
.header-style-2 #site-header.logo-color.fixed-hide #main-nav > ul > li > a > span:before {
background-color: #393e46;
} .header-has-custom-bg #site-header:after {
display: none;
} .search-style-fullscreen .search_form_wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
background-color: rgba(0, 0, 0, 0.9);
overflow: hidden;
opacity: 0;
visibility: hidden;
transition: all ease-in-out 0.3s;
}
.search-style-fullscreen .search-form {
position: absolute;
width: 40%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top: 10px;
transition: all ease-in-out 0.25s;
}
.search-style-fullscreen .search-field {
width: 100%;
font-size: 22px;
margin-bottom: 0;
background-color: #ebebeb;
border-radius: 40px;
padding: 17px 40px;
height: 80px;
}
.search-style-fullscreen .search-field,
.search-style-fullscreen .search-field:focus {
border: 0;
}
.search-style-fullscreen .search-submit {
position: absolute;
right: 8px;
top: 8px;
width: 64px;
height: 64px;
padding: 0;
line-height: 64px;
border-radius: 5px;
text-indent: -9999px;
border-radius: 8px;
transition: all ease 0.3s;
background-color: transparent;
}
.search-style-fullscreen .search-submit svg {
position: absolute;
top: 0;
left: 0;
padding: 30%;
width: 100%;
fill: #999;
stroke: none;
stroke-width: 4px;
}
.search-style-fullscreen .search-submit:hover svg {
fill: #4a44f2;
}
.search-style-fullscreen .search-close {
position: absolute;
top: 20px;
right: 30px;
display: inline-block;
text-align: center;
cursor: pointer;
z-index: 1;
transition: all ease 0.3s;
}
.search-style-fullscreen .search-close:before {
content: "\e680";
font-family: "Pe-icon-7-stroke";
font-weight: 400;
color: #fff;
font-size: 56px;
transition: all ease 0.3s;
}
.search-style-fullscreen .search-close:hover:before {
color: #ff4539;
}
.search-style-fullscreen.search-opened .search_form_wrap {
opacity: 1;
visibility: visible;
}
.search-style-fullscreen.search-opened .search_form {
margin-top: 0;
} #featured-title {
background-color: #282f3a;
background-size: cover;
border-style: solid;
}
#featured-title .inner-wrap {
overflow: hidden;
width: 100%;
}
#featured-title .inner-wrap {
padding: 260px 0 150px;
}
#featured-title .main-title {
position: relative;
font-size: 60px;
line-height: 72px;
font-weight: 700;
z-index: 1;
display: inline-block;
margin-bottom: 5px;
color: #fff;
}
#featured-title .sub-title {
font-size: 22px;
font-weight: 400;
margin: 3px 0 0;
}
#featured-title .main-title.has-shadow {
text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
}
#featured-title .main-title:after,
#featured-title #breadcrumbs .breadcrumbs-inner:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
border-style: solid;
border-width: 0;
}
#featured-title #breadcrumbs .breadcrumbs-inner {
z-index: 1;
position: relative;
display: inline-block;
font-size: 22px;
color: #a0a6ae;
}
#featured-title #breadcrumbs a {
color: #a0a6ae;
}
#featured-title #breadcrumbs a:hover {
color: #fff;
}
#featured-title #breadcrumbs .breadcrumb-trail > a,
#featured-title #breadcrumbs .breadcrumb-trail > span {
position: relative;
display: inline-block;
padding-right: 24px;
}
#featured-title #breadcrumbs .breadcrumb-trail > a:before,
#featured-title #breadcrumbs .breadcrumb-trail > a:after {
content: "\f105";
font-family: "Font Awesome 5 Free";
font-size: 16px;
line-height: 33px;
position: absolute;
right: 11px;
top: 6px;
opacity: 0.8;
}
#featured-title #breadcrumbs .breadcrumb-trail > a:before,
#featured-title #breadcrumbs .breadcrumb-trail > span:before {
right: 5px;
}
#featured-title #breadcrumbs .breadcrumb-trail > span {
padding-right: 0;
}
#featured-title #breadcrumbs .breadcrumb-trail > span:after {
display: none;
}
#featured-title #breadcrumbs .breadcrumb-trail > a:last-child:after,
#featured-title #breadcrumbs .breadcrumb-trail > a:last-child:before {
display: none;
} #featured-title.centered .inner-wrap {
display: block;
}
#featured-title.centered .title-group {
display: block;
width: 100%;
text-align: center;
margin-bottom: 20px;
}
#featured-title.centered #breadcrumbs {
display: block;
width: 100%;
text-align: center;
margin-top: 20px;
font-size: 13px;
}
#featured-title.centered #breadcrumbs .breadcrumb-trail > a:after,
#featured-title.centered #breadcrumbs .breadcrumb-trail > span:after {
line-height: 19px;
} .post.hentry {
margin-bottom: 53px;
padding-bottom: 50px;
border-bottom: 1px solid #ebebeb;
position: relative;
}
.post.hentry:last-child {
margin-bottom: 0;
}
.hentry .post-media iframe {
margin-bottom: 0;
}
.hentry .post-media {
position: relative;
margin-bottom: 34px;
border-radius: 10px;
overflow: hidden;
}
.hentry .post-content-wrap {
position: relative;
}
.hentry .post-categories {
font-size: 13px;
}
.hentry .page-links {
clear: both;
padding: 20px 0 10px;
}
.hentry .page-links > span,
.hentry .page-links a > span {
display: inline-block;
width: 34px;
height: 34px;
line-height: 34px;
font-size: 15px;
border-radius: 3px;
border: 1px solid #ebebeb;
color: #4a44f2;
text-align: center;
margin: 0 3px;
}
.hentry .page-links a:hover > span {
color: #393e46;
}
.hentry .page-links a > span {
color: #6a727f;
} .post-media .slick-prev,
.post-media .slick-next {
padding: 0;
background-color: rgba(0, 0, 0, 0.2);
width: 40px;
height: 40px;
margin-top: -20px;
position: absolute;
top: 50%;
cursor: pointer;
border: none;
outline: none;
text-shadow: none;
z-index: 1;
text-indent: -9999px;
display: inline-block;
}
.post-media .slick-prev:before,
.post-media .slick-next:before {
text-indent: 0;
content: "\e91a";
font-family: "Pe-icon-7-stroke";
font-size: 14px;
color: #fff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 40px;
text-align: center;
display: inline-block;
}
.post-media .slick-next:before {
content: "\f178";
}
.post-media .slick-prev {
left: 10px;
}
.post-media .slick-next {
right: 10px;
}
.post-media .slick-prev:hover,
.post-media .slick-next:hover {
background-color: #4a44f2;
}
.post-media .slick-dots {
list-style: none;
margin: 0;
text-align: center;
line-height: 10px;
position: absolute;
left: 0;
bottom: 20px;
width: 100%;
}
.post-media .slick-dots li {
padding: 0;
display: inline-block;
}
.post-media .slick-dots li:after {
padding: 0;
left: 0;
top: 0;
width: 10px;
height: 10px;
margin: 0 5px;
background-color: #fff;
opacity: 0.7;
font-size: 0;
display: block;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
border-radius: 50%;
transition: all ease 0.3s;
}
.post-media .slick-dots li.slick-active:after {
opacity: 1;
background-color: #4a44f2;
}
.post-media.custom-cat {
border-bottom-left-radius: 0;
}
.post-media .post-cat-custom a {
position: absolute;
bottom: 0;
left: 0;
display: inline-block;
font-size: 13px;
line-height: 40px;
color: #fff;
padding: 0 31px;
background-color: #4a44f2;
text-transform: uppercase;
font-weight: 500;
border-top-right-radius: 5px;
}
.post-media .post-cat-custom a:hover {
color: rgba(255, 255, 255, 0.7);
} .hentry .post-title {
margin: 0 0 18px;
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 36px;
line-height: 56px;
}
.hentry .post-title a {
color: #393e46;
}
.hentry .post-title a:hover {
color: #4a44f2;
}
.hentry .post-title-inner {
z-index: 1;
position: relative;
display: inline-block;
}
.hentry .post-title-inner:before {
content: "";
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 100%;
height: 100%;
border: 1px solid transparent;
}
.hentry .post-title-inner:after {
content: "";
position: absolute;
left: 0;
top: 100%;
width: 0;
height: 0;
background-color: transparent;
} .hentry .post-meta {
font-size: 15px;
font-weight: 600;
}
.hentry .post-meta .post-meta-content-inner {
margin-bottom: 6px;
}
.hentry .post-meta .post-meta-content-inner .item {
margin-right: 15px;
margin-bottom: 10px;
position: relative;
display: inline-block;
}
.hentry .post-meta .post-meta-content-inner .item:after {
position: absolute;
top: 0;
left: -10px;
content: "-";
}
.hentry .post-meta .post-meta-content-inner .item:first-child:after {
display: none;
}
.hentry .post-meta .item.post-by-author a,
.hentry .post-meta .item.post-comment a,
.hentry .post-meta .item.post-meta-categories a {
color: #6a727f;
}
.hentry .post-meta .item.post-by-author a:hover,
.hentry .post-meta .item.post-comment a:hover,
.hentry .post-meta .item.post-meta-categories a:hover {
color: #4a44f2;
} .hentry .post-excerpt {
position: relative;
z-index: 1;
margin: 0 0 35px;
}
.hentry .post-excerpt p:last-child {
margin-bottom: 0;
} .hentry .post-link a {
font-size: 18px;
line-height: 30px;
color: #fff;
display: inline-block;
font-weight: 600;
padding: 13px 70px;
border-radius: 5px;
background-color: #4a44f2;
transition: 0.3s;
} .post-item {
border: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.post-item .hentry .post-media {
border-radius: unset;
padding-bottom: 18px;
margin-bottom: 0;
}
.post-item .post-media .post-cat-custom a {
left: 30px;
border-radius: 3px;
line-height: 36px;
padding: 0 35px;
}
.post-item .hentry .post-content-wrap {
padding: 32px 30px 10px 25px;
} .is-single-post .post-media {
margin-bottom: 70px;
border-radius: 10px;
overflow: hidden;
}
.is-single-post .hentry .post-title {
margin-bottom: 40px;
max-width: 85%;
}
.is-single-post .hentry {
padding: 0;
margin: 0;
border: 0;
} .hentry .post-tags {
display: block;
margin: 30px 0 35px;
}
.hentry .post-tags .inner {
font-size: 15px;
position: relative;
color: transparent;
}
.hentry .post-tags a {
display: inline-block;
font-size: 14px;
line-height: 26px;
letter-spacing: 0.35px;
color: #4a44f2;
-ms-word-wrap: break-word;
word-wrap: break-word;
padding: 2px 10px;
background-color: #e6f3fe;
border-radius: 5px;
margin: 0 5px 10px 0;
}
.hentry .post-tags a:hover {
color: #fff;
background-color: #4a44f2;
}
.hentry .post-tags a:first-child {
padding-left: 10px;
} .hentry .post-author {
clear: both;
overflow: hidden;
position: relative;
border-bottom: 1px solid #ebebeb;
border-top: 1px solid #ebebeb;
padding: 50px 0;
}
.hentry .post-author .author-avatar {
float: left;
margin: 0 22px 0 0;
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
}
.hentry .post-author .author-avatar a {
width: 80px;
height: auto;
display: inline-block;
}
.hentry .post-author .author-avatar a img {
width: 100%;
height: auto;
}
.hentry .post-author .name {
font-size: 16px;
line-height: 28px;
margin-bottom: 0;
}
.hentry .post-author .author-desc {
overflow: hidden;
}
.hentry .post-author .author-desc > p {
margin-bottom: 0;
color: #6a727f;
}
.hentry .post-author .author-socials .text,
.hentry .post-author .author-socials .socials {
display: inline-block;
}
.hentry .post-author .author-socials .socials a {
display: inline-block;
color: #6a727f;
font-size: 14px;
margin-right: 5px;
}
.hentry .post-author .author-socials .socials a:hover {
color: #4a44f2;
} .related-news {
margin-top: 110px;
}
.related-news .related-title {
font-size: 36px;
line-height: 56px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.related-news .related-post {
margin: 0 -5px;
position: relative;
margin-bottom: 0;
}
.related-news .post-item {
border: none;
max-width: 570px;
}
.related-news .post-item .inner {
overflow: hidden;
position: relative;
border-radius: 10px;
margin-bottom: 40px;
height: 170px;
transition: 0.5s cubic-bezier(0.5, 1.6, 0.4, 0.7) 0.2s;
}
.related-news .post-item:nth-child(even) .inner {
box-shadow: 0 30px 70px 0 rgba(193, 210, 212, 0.5);
}
.related-news .related-post:hover .post-item .inner {
box-shadow: none;
}
.related-news .related-post:hover .post-item:hover .inner {
box-shadow: 0 30px 70px 0 rgba(193, 210, 212, 0.5);
}
.related-news .post-item .thumb-wrap {
display: block;
position: absolute;
top: 0;
left: 0;
width: 170px;
height: 170px;
}
.related-news .post-item .text-wrap {
padding: 30px 70px 15px 200px;
flex-basis: 400px;
}
.related-news .post-item .post-categories {
display: none;
}
.related-news .post-item .post-categories a {
font-size: 14px;
color: #6a727f;
}
.related-news .post-item .post-categories a:hover {
color: #4a44f2;
}
.related-news .post-item .text-wrap h3 {
font-size: 22px;
line-height: 35px;
margin: 0 0 13px;
}
.related-news .post-item .text-wrap h3 a:hover {
color: #4a44f2;
}
.related-news .post-item .text-wrap .post-date {
font-size: 14px;
}
.related-news .related-post .slick-prev,
.related-news .related-post .slick-next {
padding: 0;
background-color: transparent;
width: 45px;
height: 30px;
position: absolute;
top: -76px;
cursor: pointer;
border: none;
outline: none;
text-shadow: none;
z-index: 9999;
text-indent: -9999px;
display: inline-block;
}
.related-news .related-post .slick-prev {
right: 40px;
}
.related-news .related-post .slick-next {
border-left: 1px solid #d7d7d7;
right: -5px;
}
.related-news .related-post .slick-prev:before,
.related-news .related-post .slick-next:before {
text-indent: 0;
content: "\e978";
font-family: "Pe-icon-7-stroke";
line-height: 30px;
font-size: 20px;
color: #aaa;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-align: center;
display: inline-block;
transition: all ease 0.3s;
}
.related-news .related-post .slick-next:before {
content: "\e979";
}
.related-news .related-post .slick-next:hover:before,
.related-news .related-post .slick-prev:hover:before {
color: #4a44f2;
} .comments-area {
position: relative;
margin-top: 30px;
border-top: 1px solid #ebebeb;
}
.comments-area:after,
.comments-area:before {
content: "";
clear: both;
display: table;
line-height: 0;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
font-size: 22px;
line-height: 36px;
color: #393e46;
margin: 70px 0 30px;
} .comment-list {
list-style: none;
margin: 0;
}
.comment-list li.comment {
padding: 0;
}
.comment-list .children {
list-style: none;
margin: 0;
}
.comment-list .children > li {
margin-left: 20px;
}
.comment-list article {
position: relative;
transition: background ease 0.3s;
overflow: hidden;
margin-bottom: 40px;
}
.comment-list article + .comment-respond {
margin-bottom: 50px;
}
.comment-list article .gravatar {
width: 60px;
height: 60px;
border-radius: 50%;
float: left;
margin: 0 40px 0 0;
overflow: hidden;
background-color: #d8d3c4;
}
.comment-list article .gravatar img {
width: 100%;
height: auto;
}
.comment-list .comment-content {
overflow: hidden;
margin-top: 12px;
padding-bottom: 35px;
border-bottom: 1px solid #e6e5e5;
}
.comment-meta {
margin-bottom: 18px;
position: relative;
}
.comment-meta:after,
.comment-meta:before {
position: relative;
content: "";
display: block;
clear: both;
}
.comment-author {
font-size: 18px;
font-weight: 700;
margin: 0 7px 0 0;
display: inline-block;
}
.comment-time {
font-size: 14px;
}
.comment-edit-link {
float: right;
}
.comment-reply-link,
.comment-edit-link,
#cancel-comment-reply-link {
position: relative;
display: inline-block;
font-size: 14px;
font-weight: 700;
color: #6a727f;
padding-right: 23px;
}
.comment-reply-link:after,
.comment-edit-link:after,
#cancel-comment-reply-link:after {
position: absolute;
bottom: 5px;
right: 18px;
font-size: 8px;
transition: 0.5s;
font-family: "Font Awesome 5 Free";
content: "\f054";
opacity: 0;
}
.comment-reply-link:hover:after,
.comment-edit-link:hover:after,
#cancel-comment-reply-link:hover:after {
opacity: 1;
right: 0;
}
#cancel-comment-reply-link {
margin-top: 10px;
}
.comment-reply-link:hover,
.comment-edit-link:hover,
#cancel-comment-reply-link:hover {
color: #4a44f2;
}
#cancel-comment-reply-link {
position: absolute;
right: 0;
top: 0;
font-family: "Open Sans";
}
.comment-edit-link {
padding-left: 30px;
}
.comment-text {
overflow: hidden;
margin-bottom: 18px;
}
.comment-text > p:last-child {
margin-bottom: 0;
}
.unapproved {
display: block;
color: #4a44f2;
font-size: 14px;
font-style: italic;
} #comments .comment-respond {
position: relative;
}
#comments .name-wrap,
#comments .email-wrap {
float: left;
width: calc(50% - 15px);
}
#comments .name-wrap {
margin-right: 30px;
}
#comments .name-wrap input,
#comments .email-wrap input,
#comments .url-wrap input,
#comments .message-wrap textarea {
width: 100%;
}
#comments .message-wrap textarea {
height: 200px;
}
#comments .comment-respond .form-submit {
clear: both;
margin: 0;
}
#comments .comment-respond .form-submit .submit {
background-color: #d5d6d8;
color: #6a727f;
transition: 0.3s;
padding: 19px 75px;
border-radius: 5px;
font-size: 18px;
font-weight: 700;
}
#comments .comment-respond .form-submit .submit:hover {
background-color: #4a44f2;
color: #fff;
}
.logged-in-as {
margin-bottom: 10px;
font-size: 14px;
}
.logged-in-as a {
color: #4a44f2;
}
.logged-in-as a:hover {
color: #393e46;
} .search-page .hentry {
margin-bottom: 53px;
border-bottom: 1px solid #ebebeb;
padding-bottom: 50px;
}
.search-page .hentry:last-child {
padding-bottom: 0;
border-bottom: none;
}
.search-page .hentry .post-title {
margin-bottom: 40px;
} .is-single-post #sidebar {
margin-top: 50px;
}
#sidebar .widget {
position: relative;
z-index: 1;
margin-bottom: 60px;
font-weight: 400;
}
#sidebar .widget ul {
margin: 0;
list-style: none;
}
.widget.widget_categories .cat-item span {
display: inline-block;
text-align: right;
padding: 0 12px;
margin: 9px 0 11px;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
padding-left: 16px;
line-height: 22px;
}
.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_recent_entries ul li,
.widget.widget_recent_comments ul li,
.widget.widget_rss ul li {
position: relative;
border-top: 1px solid #ebebeb;
padding: 14px 0 14px;
line-height: 22px;
font-weight: 500;
}
.widget.widget_pages > ul > li:first-child,
.widget.widget_nav_menu > ul > li:first-child,
.widget.widget_archive > ul > li:first-child,
.widget.widget_categories > ul > li:first-child,
.widget.widget_meta > ul > li:first-child,
.widget.widget_recent_entries > ul > li:first-child,
.widget.widget_recent_comments > ul > li:first-child,
.widget.widget_rss > ul > li:first-child {
border-top: none;
}
.widget.widget_pages ul ul li:last-child,
.widget.widget_nav_menu ul ul li:last-child,
.widget.widget_archive ul ul li:last-child,
.widget.widget_categories ul ul li:last-child,
.widget.widget_meta ul ul li:last-child,
.widget.widget_recent_entries ul ul li:last-child,
.widget.widget_recent_comments ul ul li:last-child,
.widget.widget_rss ul ul li:last-child {
padding-bottom: 0;
}
.widget.widget_pages ul ul li:first-child,
.widget.widget_nav_menu ul ul li:first-child,
.widget.widget_archive ul ul li:first-child,
.widget.widget_categories ul ul li:first-child,
.widget.widget_meta ul ul li:first-child,
.widget.widget_recent_entries ul ul li:first-child,
.widget.widget_recent_comments ul ul li:first-child,
.widget.widget_rss ul ul li:first-child {
margin-top: 14px;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_rss ul li a {
font-family: "Raleway";
color: #393e46;
display: inline-block;
padding: 8px 0;
position: relative;
font-size: 16px;
font-weight: 800;
}
.widget.widget_recent_entries .post-date {
font-size: 14px;
line-height: 26px;
}
.widget.widget_archive ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_rss ul li a:hover {
color: #4a44f2;
}
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_nav_menu ul li a {
position: relative;
}
.widget.widget_categories ul li > span,
.widget.widget_archive ul li > span {
float: right;
display: inline-block;
color: #fff;
font-size: 16px;
}
.widget.widget_recent_comments > ul > li {
margin-left: 30px;
}
.widget.widget_recent_comments > ul > li:before {
font-family: 'Font Awesome 5 Free';
content: "\f4ad";
position: absolute;
top: 14px;
left: -30px;
opacity: 0.7;
}
#sidebar .widget.widget_recent_entries .post-date {
display: block;
font-size: 14px;
}
#sidebar .widget.widget_recent_comments .comment-author-link {
color: #6a727f;
}
#sidebar .widget.widget_calendar caption {
color: #4a44f2;
}
.widget.widget_rss .rssSummary {
margin: 10px 0;
}
#footer .widget.widget_pages ul li,
#footer .widget.widget_nav_menu ul li,
#footer .widget.widget_archive ul li,
#footer .widget.widget_categories ul li,
#footer .widget.widget_meta ul li,
#footer .widget.widget_recent_entries ul li,
#footer .widget.widget_recent_comments ul li,
#footer .widget.widget_rss ul li {
border-color: #555e6e;
}
#footer .widget.widget_archive ul li a:hover,
#footer .widget.widget_categories ul li a:hover,
#footer .widget.widget_meta ul li a:hover,
#footer .widget.widget_nav_menu ul li a:hover,
#footer .widget.widget_pages ul li a:hover,
#footer .widget.widget_recent_entries ul li a:hover,
#footer .widget.widget_recent_comments ul li a:hover,
#footer .widget.widget_rss ul li a:hover,
#footer .widget.widget_calendar a:hover {
color: #fff;
} #sidebar .widget .widget-title {
font-size: 22px;
color: #6a727f;
margin: 0 0 25px 0;
}
#footer-widgets .widget .widget-title {
font-size: 18px;
line-height: 23px;
margin-bottom: 35px;
color: #fff;
font-weight: 700;
} #sidebar .widget.widget_text p:last-child {
margin-bottom: 0;
}
#footer .widget_text #footer-logo {
max-width: 190px;
margin-bottom: 42px;
}
#footer .widget_text .desc {
max-width: 350px;
font-size: 16px;
line-height: 30px;
}
#footer .widget_text .contact-wrap {
font-size: 16px;
}
#footer .widget_text .contact-wrap .info-wrap {
margin-bottom: 25px;
} .widget.widget_latest_posts li {
margin-bottom: 40px;
}
.widget.widget_latest_posts li:first-child {
padding-top: 0;
}
.widget.widget_latest_posts .categories {
margin-bottom: 8px;
display: inline-block;
}
.widget.widget_latest_posts .categories a {
font-size: 14px;
color: #6a727f;
}
.widget.widget_latest_posts .categories a:hover {
color: #4a44f2;
}
.widget.widget_latest_posts .thumb {
float: left;
height: auto;
margin-right: 30px;
display: inline-block;
border-radius: 6px;
overflow: hidden;
}
.widget.widget_latest_posts .texts {
overflow: auto;
margin-top: 8px;
}
.widget.widget_latest_posts .post-title {
font-size: 16px;
margin-bottom: 0;
}
.widget.widget_latest_posts .current .post-title a,
.widget.widget_latest_posts .post-title:hover a {
color: #4a44f2;
}
.widget.widget_latest_posts .entry-date {
font-size: 14px;
line-height: 26px;
} .widget.widget_recent_entries ul li:first-child {
margin-top: 0;
} .widget.widget_nav_menu > .menu-primary-menu-container > ul > li {
margin-bottom: 5px;
}
.widget.widget_nav_menu .menu > li.current-menu-item > a,
.widget.widget_nav_menu .menu > li.current-menu-item {
color: #4a44f2;
} .widget.widget.widget_calendar table {
margin: 0;
}
.widget.widget.widget_calendar caption {
font-weight: 600;
margin-bottom: 10px;
color: #fff;
}
.widget.widget_calendar td,
.widget.widget_calendar th {
padding: 0;
text-align: center;
font-size: 16px;
padding: 6px;
border-color: #d0d0d0;
}
.widget.widget_calendar th {
font-weight: 700;
background-color: rgba(0, 0, 0, 0.05);
}
.widget.widget_calendar a,
.widget.widget_calendar tbody #today {
color: #4a44f2;
display: block;
}
.widget.widget_calendar a:hover,
.widget.widget_calendar tbody #today:hover {
color: #393e46;
}
#footer .widget.widget_calendar a,
#footer .widget.widget_calendar tbody #today {
color: #fff;
}
#footer .widget.widget_calendar a:hover,
#footer .widget.widget_calendar tbody #today:hover {
opacity: 0.7;
} #sidebar .widget.widget_information ul li {
padding: 17px 0;
border-bottom: 1px solid #ebebeb;
}
#sidebar .widget.widget_information ul li:last-child {
border-bottom: none;
}
#sidebar .widget.widget_information span {
display: inline-block;
}
#sidebar .widget.widget_information .info {
float: right;
}
#footer-widgets .widget_information {
font-size: 16px;
}
#footer-widgets .widget_information .desc {
margin-bottom: 15px;
color: #83868c;
}
#footer-widgets .widget_information ul li {
margin-bottom: 8px;
}
#footer-widgets .widget_information ul li .info-title {
display: inline-block;
color: #fff;
}
#footer-widgets .widget_information ul li .info {
padding-left: 5px;
color: #83868c;
} .widget.widget_links ul li {
border: 0;
margin-bottom: 14px;
}
.widget.widget_links ul.col2 li {
width: 50%;
float: left;
}
.widget.widget_links ul li a {
position: relative;
display: inline-block;
font-size: 16px;
transition: all ease 0.3s;
padding-bottom: 2px;
}
.widget.widget_links ul li a:after {
content: "";
width: 0;
height: 2px;
position: absolute;
right: 0;
bottom: 0;
background-color: #4a44f2;
-webkit-transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
-moz-transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
-ms-transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
-o-transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
transition: width 0.5s cubic-bezier(0.35, 0.7, 0.35, 1) 0s;
}
.widget.widget_links ul li:hover a:after {
width: 100%;
left: 0;
}
.widget.widget_links ul li a .letter {
display: inline-block;
} .widget.widget_twitter .tweets-wrap {
overflow: hidden;
font-size: 16px;
line-height: 28px;
}
.widget.widget_twitter .tweets-wrap .tweet-item {
margin-bottom: 20px;
}
.widget.widget_twitter .authorstamp {
position: relative;
padding: 10px 0 0 30px;
}
.widget.widget_twitter .authorstamp:before {
content: "\e094";
font-family: "ElegantIcons";
position: absolute;
left: 0;
top: 12px;
color: #1c9deb;
font-size: 20px;
}
.widget.widget_twitter .author a {
color: #393e46;
font-size: 17px;
}
.widget.widget_twitter .time {
color: #6a727f;
font-size: 14px;
line-height: 18px;
}
#footer .widget.widget_twitter .author a {
color: #fff;
}
#footer .widget.widget_twitter .time {
color: #6d6c6c;
} #sidebar .widget.widget_search {
padding: 0;
border: none;
}
#sidebar .widget.widget_search:before {
display: none;
}
.widget.widget_search .search-form {
position: relative;
}
.widget.widget_search .search-form .search-field {
width: 100%;
margin: 0;
background-color: #f8f8f8;
border-color: #f8f8f8;
}
.widget.widget_search .search-form .search-submit {
background-color: transparent;
position: absolute;
top: 0;
right: 0;
width: 62px;
height: 62px;
border: none;
padding: 0;
text-indent: -9999px;
font-weight: 600;
}
.widget.widget_search .search-form .search-submit svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 30%;
}
#footer .widget.widget_search .search-form .search-submit svg {
fill: #fff;
} .widget.widget_mc4wp_form_widget .desc {
display: block;
text-align: left;
}
.widget.widget_mc4wp_form_widget .email-form {
position: relative;
padding-right: 0;
}
.widget.widget_mc4wp_form_widget .email-form .email {
background-color: #fff;
padding: 0 70px 0 20px;
line-height: 50px;
border: none;
}
.widget.widget_mc4wp_form_widget .submit {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 50px;
text-align: center;
background-color: transparent;
font-size: 0; }
.widget.widget_mc4wp_form_widget .submit:after {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 50px;
line-height: 50px;
color: #fff;
content: "\e90a";
font-family: "Core Icon";
background-color: #4a44f2;
font-size: 16px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
} .widget.widget_socials .socials .icon {
float: left;
}
.widget.widget_socials .socials a {
float: left;
font-size: 24px;
display: inline-block;
text-align: center;
margin-right: 15px;
color: #393e46;
}
.widget.widget_socials .socials a:hover {
color: #0a6aff;
}
#footer-widgets .widget.widget_socials .socials a {
color: #6a727f;
}
#footer-widgets .widget.widget_socials .socials a:hover {
color: #fff;
} .widget.widget_recent_posts ul li {
padding: 0;
border: 0;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #fff;
}
.widget.widget_recent_posts .recent-news .thumb {
width: 80px;
overflow: hidden;
float: left;
margin: 5px 20px 0 0;
border-radius: 5px;
}
.widget.widget_recent_posts .recent-news .thumb.hide {
display: none;
}
.widget.widget_recent_posts .recent-news .thumb img {
width: 100%;
height: auto;
}
.widget.widget_recent_posts h3 {
font-family: "Inter", sans-serif;
font-size: 16px;
line-height: 26px;
margin: 0 0 2px;
}
.widget.widget_recent_posts h3 a {
color: #393e46;
}
.widget.widget_recent_posts h3 a:hover {
color: #4a44f2;
}
.widget.widget_recent_posts .recent-news .texts {
overflow: hidden;
}
.widget.widget_recent_posts .post-author {
color: #4a44f2;
font-size: 12px;
margin-right: 27px;
position: relative;
padding-left: 22px;
text-transform: uppercase;
display: inline-block;
letter-spacing: 2px;
transition: all ease 0.3s;
}
.widget.widget_recent_posts .post-author a {
color: #4a44f2;
}
.widget.widget_recent_posts .post-author:hover {
opacity: 0.7;
}
.widget.widget_recent_posts .post-author:before {
content: "\f007";
font-family: "Font Awesome 5 Free";
position: absolute;
left: 0;
top: 0;
}
#footer-widgets .widget.widget_recent_posts ul li {
border-color: #565e53;
}
#footer-widgets .widget.widget_recent_posts .recent-news .thumb {
margin-top: 8px;
}
#footer-widgets .widget.widget_recent_posts h3 {
font-family: "Inter", sans-serif;
font-size: 16px;
line-height: 30px;
}
#footer-widgets .widget.widget_recent_posts h3 a {
color: #6d6c6c;
}
#footer-widgets .widget.widget_recent_posts h3 a:hover {
color: #fff;
} .widget.widget_instagram .instagram-wrap,
.widget.widget_flickr .flickr-wrap {
margin: 0 -0.5px;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image,
.widget.widget_flickr .flickr-wrap .flickr_badge_image {
padding: 0 0.5px !important;
margin: 0 0 1px 0 !important;
width: 33.333%;
float: left;
height: auto !important;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image img,
.widget.widget_flickr .flickr-wrap .flickr_badge_image img {
width: 100%;
height: auto;
transition: 0.3s;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image a,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a {
position: relative;
display: block;
border-radius: 6px;
overflow: hidden;
background-color: #222;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image a:after,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: transparent;
transition: all ease 0.3s;
}
.widget.widget_instagram .instagram-wrap .instagram_badge_image a:hover img,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:hover img {
opacity: 0.7;
} .widget.widget_instagram .instagram-wrap.col2 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col2 .flickr_badge_image {
width: 50%;
} .widget.widget_instagram .instagram-wrap.col4 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col4 .flickr_badge_image {
width: 25%;
} .widget.widget_instagram .instagram-wrap.g0,
.widget.widget_flickr .flickr-wrap.g0 {
margin: 0;
}
.widget.widget_instagram .instagram-wrap.g0 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g0 .flickr_badge_image {
padding: 0 !important;
margin: 0 !important;
} .widget.widget_instagram .instagram-wrap.g5,
.widget.widget_flickr .flickr-wrap.g5 {
margin: 0 -2.5px;
}
.widget.widget_instagram .instagram-wrap.g5 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g5 .flickr_badge_image {
padding: 0 2.5px !important;
margin: 0 0 5px 0 !important;
} .widget.widget_instagram .instagram-wrap.g9,
.widget.widget_flickr .flickr-wrap.g9 {
margin: 0 -4.5px;
}
.widget.widget_instagram .instagram-wrap.g9 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g9 .flickr_badge_image {
padding: 0 4.5px !important;
margin: 0 0 9px 0 !important;
} .widget.widget_instagram .instagram-wrap.g12,
.widget.widget_flickr .flickr-wrap.g12 {
margin: 0 -6px;
}
.widget.widget_instagram .instagram-wrap.g12 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g12 .flickr_badge_image {
padding: 0 6px !important;
margin: 0 0 12px 0 !important;
} .widget.widget_instagram .instagram-wrap.g15,
.widget.widget_flickr .flickr-wrap.g15 {
margin: 0 -7.5px;
}
.widget.widget_instagram .instagram-wrap.g15 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g15 .flickr_badge_image {
padding: 0 7.5px !important;
margin: 0 0 15px 0 !important;
} .widget.widget_instagram .instagram-wrap.g30,
.widget.widget_flickr .flickr-wrap.g30 {
margin: 0 -15px;
}
.widget.widget_instagram .instagram-wrap.g30 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g30 .flickr_badge_image {
padding: 0 15px !important;
margin: 0 0 30px 0 !important;
}
.widget.widget_instagram-feed-widget #sbi_images {
margin: -15px 0 0 -15px;
}
.widget.widget_instagram-feed-widget #sbi_images .sbi_item .sbi_photo_wrap {
padding: 15px;
}
.widget.widget_instagram-feed-widget #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
border-radius: 6px;
overflow: hidden;
} .widget.widget_tag_cloud .tagcloud:before,
.widget.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
display: table;
clear: both;
content: "";
}
.widget.widget_tag_cloud .tagcloud {
margin: -5px -5px;
}
.widget.widget_tag_cloud .tagcloud a {
float: left;
display: inline-block;
line-height: 30px;
letter-spacing: 0.005em;
font-weight: 500;
padding: 0 10px;
background-color: #e6f3fe;
margin: 5px 5px;
border-radius: 5px;
color: #4a44f2;
}
.widget.widget_tag_cloud .tagcloud a:hover {
color: #fff;
background-color: #4a44f2;
}
#footer .widget.widget_tag_cloud .tagcloud a {
background-color: rgba(255, 255, 255, 0.1);
}
#footer .widget.widget_tag_cloud .tagcloud a:hover {
color: #fff;
background-color: #4a44f2;
} .widget.widget_media_gallery .gallery-icon {
background-color: #222;
overflow: hidden;
}
.widget.widget_media_gallery .gallery-icon img {
transition: 0.3s;
}
.widget.widget_media_gallery .gallery-icon:hover img {
transform: scale(1.2) rotate(10deg);
opacity: 0.6;
} #footer {
background-color: #282f3a;
color: #a0a8b5;
padding: 150px 0 120px;
border-style: solid;
position: relative;
}
#footer a {
font-size: 16px;
color: #a0a8b5;
}
#footer a:hover {
color: #fff;
}
#footer-widgets .footer-grid:after,
#footer-widgets .footer-grid:before {
display: block;
content: "";
clear: both;
}
#footer-widgets .widget {
margin: 0 0 60px;
}
#footer-widgets .widget ul {
margin: 0;
list-style: none;
}
#footer table,
#footer th,
#footer td {
border-color: #555e6e;
}
#footer select {
border-color: transparent;
background-color: rgba(255, 255, 255, 0.05);
color: #fff;
}
#footer input[type="search"] {
border-color: transparent;
background-color: rgba(255, 255, 255, 0.05);
color: #fff;
}
#footer select:focus,
#footer input[type="search"]:focus {
border-color: #4a44f2;
}
.footer-style-2 #footer {
margin-top: 75px;
} .footer-grid .col {
float: left;
}
.footer-grid .span_1_of_1.col {
float: none;
}
.footer-grid .span_1_of_2 {
width: 50%;
}
.footer-grid .span_1_of_3 {
width: 33.33%;
}
.footer-grid .span_1_of_4 {
width: 25%;
}
.footer-grid .span_1_of_5 {
width: 25%;
}
.footer-grid .span_1_of_5:first-child {
width: 41.66%;
}
.footer-grid .span_1_of_5:last-child {
width: 33.33%;
}
.footer-grid .w370 {
width: 31.624%;
}
.footer-grid .w170 {
width: 14.53%;
margin-left: 2.564%;
}
.footer-grid .w270 {
width: 23.077%;
margin-left: 2.564%;
} .footer-grid.gutter-5 {
margin-left: -2.5px;
margin-right: -2.5px;
}
.footer-grid.gutter-5 > .col {
padding-left: 2.5px;
padding-right: 2.5px;
}
.footer-grid.gutter-10 {
margin-left: -5px;
margin-right: -5px;
}
.footer-grid.gutter-10 > .col {
padding-left: 5px;
padding-right: 5px;
}
.footer-grid.gutter-15 {
margin-left: -7.5px;
margin-right: -7.5px;
}
.footer-grid.gutter-15 > .col {
padding-left: 7.5px;
padding-right: 7.5px;
}
.footer-grid.gutter-20 {
margin-left: -10px;
margin-right: -10px;
}
.footer-grid.gutter-20 > .col {
padding-left: 10px;
padding-right: 10px;
}
.footer-grid.gutter-25 {
margin-left: -12.5px;
margin-right: -12.5px;
}
.footer-grid.gutter-25 > .col {
padding-left: 12.5px;
padding-right: 12.5px;
}
.footer-grid.gutter-30 {
margin-left: -15px;
margin-right: -15px;
}
.footer-grid.gutter-30 > .col {
padding-left: 15px;
padding-right: 15px;
}
.footer-grid.gutter-35 {
margin-left: -17.5px;
margin-right: -17.5px;
}
.footer-grid.gutter-35 > .col {
padding-left: 17.5px;
padding-right: 17.5px;
}
.footer-grid.gutter-40 {
margin-left: -20px;
margin-right: -20px;
}
.footer-grid.gutter-40 > .col {
padding-left: 20px;
padding-right: 20px;
}
.footer-grid.gutter-45 {
margin-left: -22.5px;
margin-right: -22.5px;
}
.footer-grid.gutter-45 > .col {
padding-left: 22.5px;
padding-right: 22.5px;
}
.footer-grid.gutter-50 {
margin-left: -25px;
margin-right: -25px;
}
.footer-grid.gutter-50 > .col {
padding-left: 25px;
padding-right: 25px;
}
.footer-grid.gutter-60 {
margin-left: -30px;
margin-right: -30px;
}
.footer-grid.gutter-60 > .col {
padding-left: 30px;
padding-right: 30px;
}
.footer-grid.gutter-70 {
margin-left: -35px;
margin-right: -35px;
}
.footer-grid.gutter-70 > .col {
padding-left: 35px;
padding-right: 35px;
}
.footer-grid.gutter-80 {
margin-left: -40px;
margin-right: -40px;
}
.footer-grid.gutter-80 > .col {
padding-left: 40px;
padding-right: 40px;
} #bottom {
color: #a0a8b5;
background-color: #252b36;
position: relative;
}
#bottom:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
content: "";
}
#bottom .bottom-bar-inner-wrap {
position: relative;
}
#bottom .inner-wrap {
display: flex;
justify-content: space-between;
align-items: center;
height: 150px;
position: relative;
} #copyright {
font-size: 16px;
margin-right: 20px;
}
#copyright a {
color: #fff;
}
#copyright a:hover {
color: #4a44f2;
}  #bottom-logo {
margin-right: 40px;
} .bottom-bar-menu ul {
list-style: none;
margin: 0;
}
.bottom-bar-menu ul ul {
display: none;
}
.bottom-bar-menu ul li {
display: inline-block;
padding-left: 28px;
position: relative;
}
.bottom-bar-menu ul li:before {
content: "";
position: absolute;
left: 12px;
top: 9px;
width: 1px;
height: 14px;
background-color: #444;
}
.bottom-bar-menu ul li:first-child {
padding-left: 0;
}
.bottom-bar-menu ul li:first-child:before {
display: none;
}
.bottom-bar-menu a {
color: #6a727f;
font-size: 15px;
font-weight: 600;
} #bottom-logo {
float: left;
max-width: 100%;
transition: all ease 0.3s;
}
#bottom-logo-inner {
transition: all ease 0.3s;
}
#bottom #bottom-logo .bottom-logo-text {
color: #fff;
font-size: 32px;
line-height: 36px;
font-weight: bolder;
text-transform: uppercase;
}
#bottom #bottom-logo .bottom-logo-text:hover {
color: #4a44f2;
} #bottom.style-3 #copyright {
margin: 0 20px;
} #bottom .bottom-socials a {
display: inline-block;
width: 36px;
height: 36px;
line-height: 36px;
font-size: 16px;
margin: 5px;
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
text-align: center;
}
#bottom .bottom-socials a:hover {
background-color: #4a44f2;
color: #fff;
} #scroll-top {
position: absolute;
right: 0;
top: 0;
transform: translateY(-50%);
display: block;
line-height: 65px;
text-align: center;
width: 65px;
height: 65px;
border-radius: 5px;
visibility: hidden;
opacity: 0;
z-index: 9999;
cursor: pointer;
z-index: 1;
overflow: hidden;
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
#scroll-top:after {
content: "\f135";
font-family: "Font Awesome 5 Free";
color: #fff;
font-size: 18px;
position: absolute;
left: 0;
top: 0;
width: 100%;
transition: all ease 0.3s;
}
#scroll-top:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #4a44f2;
z-index: -1;
transition: all ease 0.3s;
border-radius: 5px;
}
#scroll-top:hover:before {
background-color: #4a44f2;
}
#scroll-top:hover:after {
}
#scroll-top.show {
bottom: 75px;
opacity: 1;
visibility: visible;
}
#scroll-top:hover:after {
animation: 1s hvr-buzz-out alternate linear infinite;
}
#scroll-top.flyout {
overflow: visible;
}
#scroll-top.flyout:after {
animation: 1s flyout linear;
} .products .product {
list-style: none;
}
.octavian-pagination,
.woocommerce-pagination,
.project-nav .octavian-pagination {
clear: both;
margin: 50px 0 0;
text-align: center;
}
.woocommerce-pagination {
margin-top: 65px;
border: 0;
clear: both;
padding-top: 50px;
text-align: center;
border-top: 1px solid #ebebeb;
}
.octavian-pagination ul,
.woocommerce-pagination .page-numbers {
margin: 0;
}
.octavian-pagination ul li,
.woocommerce-pagination .page-numbers li {
display: inline-block;
padding: 0;
margin: 0 6px;
}
.octavian-pagination ul li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
display: inline-block;
font-size: 18px;
line-height: 45px;
width: 50px;
height: 45px;
border: 1px solid #ebebeb;
color: #6a727f;
text-align: center;
overflow: hidden;
transition: all ease 0.3s;
border-radius: 5px;
}
.octavian-pagination ul li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.octavian-pagination ul li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
background-color: #4a44f2;
border-color: #4a44f2;
color: #fff;
}
.project-nav .octavian-pagination {
border-top: 0;
padding-top: 0;
margin: 80px 0 0;
}
@media only screen and (max-width: 575px) {
.octavian-pagination,
.woocommerce-pagination,
.project-nav .octavian-pagination {
text-align: left;
}
} .no-results-content {
max-width: 800px;
margin: 0 auto;
text-align: center;
}
.no-results-content .search-form {
position: relative;
}
.no-results-content .text {
display: none;
}
.no-results-content .search-form .search-field {
padding: 12px 25px;
margin-bottom: 0;
height: 60px;
width: 100%;
border-radius: 5px;
background-color: #ebebeb;
border-color: #ebebeb;
}
.no-results-content .search-form .search-field:focus {
border-color: #4a44f2;
}
.no-results-content .search-form .search-submit {
position: absolute;
background-color: transparent;
right: 7px;
top: 7px;
width: 46px;
height: 46px;
text-align: center;
text-indent: -9999px;
padding: 0;
border: 0;
overflow: hidden;
}
.no-results-content .search-form .search-submit svg {
position: absolute;
width: 50%;
top: 25%;
left: 25%;
transition: 0.3s;
}
.no-results-content .search-form .search-submit:hover svg {
fill: #4a44f2;
} @media only screen and (max-width: 1280px) {
.nav-top-cart-wrapper,
.second-menu-button,
.header-button {
margin-left: 30px;
}
.header-button a {
padding: 12px 25px;
}
#main-nav > ul > li {
padding: 0 20px;
}
}
@media only screen and (max-width: 1024px) {
.second-menu-button,
.header-info,
.header-button {
display: none;
}
.footer-grid .span_1_of_5:first-child {
width: 33.33%;
}
.footer-grid .span_1_of_5:last-child {
width: 41.667%;
}
.hide-menu .second-menu-button {
display: block !important;
}
}
@media only screen and (max-width: 991px) {
.site-header-inner {
position: relative;
height: 80px;
}
#main-nav,
.nav-top-cart-wrapper,
.header-search-wrap,
#sidebar {
display: none;
}
.mobile-button {
display: block;
}
.hide-menu .mobile-button {
display: none !important;
}
#site-content,
#sidebar {
width: 100% !important;
max-width: none !important;
float: none;
}
#inner-content {
padding-left: 0 !important;
padding-right: 0 !important;
}
#main-content {
padding: 90px 0;
}
#featured-title .inner-wrap {
padding: 130px 0 50px;
}
#featured-title .main-title {
font-size: 50px;
line-height: 66px;
}
#featured-title .sub-title {
font-size: 20px;
}
.related-news {
margin-top: 90px;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
margin-top: 90px;
}
.hentry .post-tags,
.hentry .post-author {
margin-top: 40px;
}
#footer {
padding: 60px 0 !important;
}
#footer-widgets .footer-grid > .col:last-child > .widget:last-child {
margin-bottom: 0;
}
.footer-grid.special-grid .width370 {
width: 100%;
}
.footer-grid.special-grid .width170 {
width: 50%;
}
#footer-widgets .widget.widget_instagram .instagram-wrap,
#footer-widgets .widget.widget_flickr .flickr-wrap {
max-width: 400px;
}
}
@media only screen and (max-width: 767px) {
.wpcf7 .input-wrap .wpcf7-form-control-wrap {
width: 100% !important;
margin-right: 0 !important;
}
#main-content {
padding: 60px 0;
}
#topbar {
display: none;
}
.search-style-fullscreen .search_form {
width: 80%;
}
#featured-title .inner-wrap,
#featured-title .title-group,
#featured-title #breadcrumbs {
display: block;
width: 100%;
text-align: left;
}
#featured-title .sub-title {
display: none;
}
.hentry .post-author {
text-align: center;
}
.hentry .post-author .author-avatar {
float: none;
margin: 0 auto 20px;
}
.comment-list article .gravatar {
float: none;
margin: 0 0 15px;
width: 80px;
height: 80px;
}
.comment-meta,
.comment-text {
margin-bottom: 15px;
}
#comments .name-wrap,
#comments .email-wrap,
#comments .url-wrap {
width: 100%;
float: none;
margin: 0;
}
.widget_media_gallery .gallery img {
width: 100%;
}
#footer {
padding: 60px 0 !important;
}
#footer-widgets .footer-grid .col {
width: 100%;
}
.footer-grid.special-grid .width200 {
width: 100%;
}
#bottom .bottom-bar-inner-wrap {
padding: 30px 0 27px;
}
.hentry .post-title {
padding-right: 0px;
}
.hentry .post-link {
position: static;
margin-bottom: 10px;
}
#bottom-logo {
display: none;
}
.deeper-button.medium {
padding: 15px 50px !important;
}
.deeper-button.big,
.deeper-button.extra-big {
font-size: 18px !important;;
line-height: 30px !important;;
padding: 15px 50px !important;
}
.url-wrap.appstore .deeper-button, 
.url-wrap.playstore .deeper-button {
padding-left: 90px !important;
}
.url-wrap.appstore .deeper-button:after, 
.url-wrap.playstore .deeper-button:after {
left: 65px !important;
line-height: 60px !important;
}
}
@media only screen and (max-width: 575px) {
#featured-title.creative .inner-wrap {
padding-bottom: 0;
}
#featured-title.creative #breadcrumbs .breadcrumbs-inner {
position: relative;
transform: translateX(0);
bottom: unset;
left: unset;
margin-top: 20px;
width: 100%;
}
#secondary-menu {
padding: 100px 50px 50px 50px;
}
#secondary-menu .close-menu {
top: 15px;
right: 15px;
}
}  .deeper-accordions .item {
margin-bottom: 70px;
transition: 0.3s;
}
.deeper-accordions .item:last-child {
margin-bottom: 0;
}
.deeper-accordions .item .heading {
position: relative;
min-height: 26px;
margin-bottom: 0;
transition: 0.3s;
padding-left: 90px;
}
.deeper-accordions.style-1 .item .heading {
min-height: 50px;
}
.deeper-accordions .item .content {
padding-left: 90px;
}
.deeper-accordions .item .heading h6 {
font-size: 22px;
line-height: 35px;
position: relative;
padding-right: 50px;
padding-top: 7px;
cursor: pointer;
transition: 0.3s;
margin-bottom: 0;
}
.deeper-accordions .item .heading:hover h6 {
color: #4a44f2;
}
.deeper-accordions .item .heading .accordions-arrow {
width: 50px;
height: 50px;
position: absolute;
top: 0;
left: 0;
cursor: pointer;
transition: 0.3s;
background-color: #eeeeee;
border-radius: 50%;
}
.deeper-accordions .item .heading .accordions-arrow:after {
position: absolute;
animation: none;
top: 0;
left: 0;
font-size: 24px;
line-height: 50px;
text-align: center;
width: 50px;
height: 50px;
color: #393e46;
font-family: "ElegantIcons";
content: "\35";
transition: 0.3s;
}
.deeper-accordions .item .heading .accordions-arrow:hover:after {
color: #4a44f2;
}
.deeper-accordions .item.active .heading {
margin-bottom: 20px;
}
.deeper-accordions .item.active .heading .accordions-arrow {
background-image: linear-gradient(to right, #7d4ae4, #5376e7);
}
.deeper-accordions .item.active .heading .accordions-arrow:after {
transform: rotate(90deg);
color: #fff;
}
.deeper-accordions .item .content {
display: none;
} .deeper-accordions.has-dark-bg .item .heading h6 {
color: #fff;
}
.deeper-accordions.has-dark-bg .item .heading h6:hover {
opacity: 0.7;
color: #fff;
}
.deeper-accordions.has-dark-bg .item .content {
color: #a0a8b5;
}
.deeper-accordions.has-dark-bg .item .heading .accordions-arrow {
background-color: #393e46;
}
.deeper-accordions.has-dark-bg .item .heading .accordions-arrow:after {
color: #fff;
}
.deeper-accordions.has-dark-bg .item.active .heading .accordions-arrow {
background-color: #4a44f2;
background-image: unset;
} .deeper-accordions.style-2 .item {
border: none;
padding: 0 0 27px;
border-bottom: 1px solid #ebebeb;
margin-bottom: 30px;
}
.deeper-accordions.style-2 .content {
padding-left: 35px;
}
.deeper-accordions.style-2 .item .heading .accordions-arrow:after {
text-align: right;
} @media (max-width: 991px) {
.octavian-action-box .deeper-text,
.octavian-action-box .deeper-special-text,
.octavian-action-box .url-wrap {
text-align: center !important;
}
.octavian-action-box .deeper-special-text .text,
.octavian-action-box .deeper-special-text .line {
margin: 0 auto;
}
} @keyframes popup {
0% {
opacity: 0;
}
66.67% {
opacity: 0;
transform: scale(0.95) translateX(-0.05%);
}
100% {
opacity: 1;
transform: scale(1) translateX(0);
}
}
@keyframes zoomeffect {
0% {
background-position: center;
transform: scale(1);
}
50% {
background-position: center;
transform: scale(1.3);
}
100% {
background-position: center;
transform: scale(1);
}
}
@keyframes zoomeffect2 {
0% {
background-position: center;
transform: scale(1);
}
50% {
background-position: center;
transform: scale(0.7);
}
100% {
background-position: center;
transform: scale(1);
}
}
@keyframes smallzoom {
0% {
background-position: center;
transform: scale(1);
}
50% {
background-position: center;
transform: scale(0.95);
}
100% {
background-position: center;
transform: scale(1);
}
}
@keyframes movingeffect {
0%,
100% {
transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
}
50% {
transform: perspective(400px) rotate(-45deg) translateZ(40px) translateY(-50px) translateX(200px);
}
}
@keyframes shakeeffect {
0% {
-webkit-transform: rotate3d(0, 1, 0, 0deg);
transform: rotate3d(0, 1, 0, 0deg);
}
30% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
60% {
-webkit-transform: rotate3d(1, 0, 0, 0deg);
transform: rotate3d(1, 0, 0, 0deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
100% {
-webkit-transform: rotate3d(0, 1, 0, 0deg);
transform: rotate3d(0, 1, 0, 0deg);
}
}
@keyframes bounceeffect {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
}
@keyframes c1 {
0% {
bottom: 20px;
}
30% {
bottom: -200px;
}
70% {
bottom: 100px;
}
100% {
bottom: 20px;
}
}
@keyframes c2 {
0% {
top: 20px;
}
20% {
top: -130px;
}
70% {
top: 200px;
}
100% {
top: 20px;
}
}
@keyframes animatedBubble1 {
0% {
transform: translateY(0);
opacity: 1;
}
80% {
opacity: 1;
transform: translateY(-80px) rotate(288deg) scale(1.1);
}
100% {
transform: translateY(-100px) rotate(360deg);
opacity: 0;
}
}
@keyframes animatedBubble4 {
0% {
transform: translateY(0);
opacity: 1;
}
80% {
opacity: 1;
transform: translateY(-90px) rotate(288deg) scale(1.12);
}
100% {
transform: translateY(-120px) rotate(-360deg);
opacity: 0;
}
}
@keyframes animatedBubble2 {
0% {
margin-left: 0;
}
25% {
margin-left: -10px;
}
50% {
margin-left: 0;
}
70% {
margin-left: 10px;
}
100% {
margin-left: 0;
}
}
@keyframes animatedBubble3 {
0% {
margin-right: 0;
}
25% {
margin-right: -10px;
}
50% {
margin-right: 0;
}
70% {
margin-right: 10px;
}
100% {
margin-right: 0;
}
}
@keyframes hide-show {
0% {
opacity: 0;
}
66.6% {
opacity: 0;
}
66.7% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes reveal-from-left {
0% {
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
66.6% {
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
66.7% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
}
@keyframes reveal-from-right {
0% {
-webkit-transform-origin: right top;
transform-origin: right top;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
66.6% {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
66.7% {
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes arrowMoving {
49% {
right: -20px;
opacity: 0;
}
50% {
right: 20px;
opacity: 0;
}
100% {
right: 3px;
opacity: 1;
}
}
@keyframes hidden {
0% {
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes hide-show1 {
0% {
opacity: 0;
}
79.99% {
opacity: 0;
}
80% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes hide-show2 {
0% {
opacity: 0;
}
84.99% {
opacity: 0;
}
85% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes hide-show3 {
0% {
opacity: 0;
}
87.99% {
opacity: 0;
}
88% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes hide-show4 {
0% {
opacity: 0;
}
89.99% {
opacity: 0;
}
90% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes hide-show5 {
0% {
opacity: 0;
}
91.42% {
opacity: 0;
}
91.43% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes hide-show6 {
0% {
opacity: 0;
}
92.49% {
opacity: 0;
}
92.5% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes progress {
0% {
width: 0;
}
100% {
width: 100%;
}
}
@keyframes bg-moving-1 {
0% {
background-position-x: -130px;
background-position-y: -70px;
background-size: 250%;
}
50% {
background-position-x: 0px;
background-position-y: 65px;
background-size: 450%;
}
100% {
background-position-x: -130px;
background-position-y: -70px;
background-size: 250%;
}
}
@keyframes video-pulse {
to {
box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
}
}
@keyframes s1-a1 {
0% {
opacity: 0;
transform: scale(0.7);
}
50% {
opacity: 0;
transform: scale(0.7);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@keyframes ripple {
0% {
width: 150px;
height: 150px;
opacity: 0;
}
10% {
width: 170px;
height: 170px;
opacity: 1;
}
25% {
width: 200px;
height: 200px;
top: -5px;
left: -5px;
}
50% {
width: 240px;
height: 240px;
top: -10px;
left: -10px;
}
75% {
width: 270px;
height: 270px;
top: -15px;
left: -15px;
}
100% {
width: 300px;
height: 300px;
top: -20px;
left: -20px;
opacity: 0;
}
}
@keyframes rtd {
from,
to {
-moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
-ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
20% {
-moz-transform: rotateY(-90deg) rotateZ(90deg);
-ms-transform: rotateY(-90deg) rotateZ(90deg);
transform: rotateY(-90deg) rotateZ(90deg);
}
40% {
-moz-transform: rotateY(-180deg) rotateZ(90deg);
-ms-transform: rotateY(-180deg) rotateZ(90deg);
transform: rotateY(-180deg) rotateZ(90deg);
}
60% {
-moz-transform: rotateY(-270deg) rotateX(90deg);
-ms-transform: rotateY(-270deg) rotateX(90deg);
transform: rotateY(-270deg) rotateX(90deg);
}
80% {
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
transform: rotateX(90deg);
}
}
@keyframes tilt {
0% {
-webkit-transform: rotateX(-30deg);
-moz-transform: rotateX(-30deg);
transform: rotateX(-30deg);
}
25% {
-webkit-transform: rotateX(30deg);
-moz-transform: rotateX(30deg);
transform: rotateX(30deg);
}
50% {
-webkit-transform: rotateY(-30deg);
-moz-transform: rotateY(-30deg);
transform: rotateY(-30deg);
}
75% {
-webkit-transform: rotateY(30deg);
-moz-transform: rotateY(30deg);
transform: rotateY(30deg);
}
100% {
-webkit-transform: rotateZ(20deg);
-moz-transform: rotateZ(20deg);
transform: rotateZ(20deg);
}
}
@keyframes hvr-buzz-out {
10% {
transform: translateX(3%) rotate(2deg);
}
20% {
transform: translateX(-3%) rotate(-2deg);
}
30% {
transform: translateX(3%) rotate(2deg);
}
40% {
transform: translateX(-3%) rotate(-2deg);
}
50% {
transform: translateX(2%) rotate(1deg);
}
60% {
transform: translateX(-2%) rotate(-1deg);
}
70% {
transform: translateX(2%) rotate(1deg);
}
80% {
transform: translateX(-2%) rotate(-1deg);
}
90% {
transform: translateX(1%) rotate(0);
}
to {
transform: translateX(-1%) rotate(0);
}
}
@keyframes flyout {
20% {
transform: scale(1);
opacity: 1;
}
40% {
transform: scale(1.1) translate(-5px, 5px);
}
70% {
transform: scale(0.9) translate(30px, -30px);
}
100% {
transform: scale(0.7) translate(75px, -75px);
opacity: 0;
}
}
.moveBounceY {
animation: 3s moveBounceY linear infinite;
}
@keyframes moveBounceY {
0% {
transform: translateY(0);
}
50% {
transform: translateY(20px);
}
to {
transform: translateY(0);
}
}
.moveBounceX {
animation: 3s moveBounceX linear infinite;
}
@keyframes moveBounceX {
0% {
transform: translateX(0);
}
50% {
transform: translateX(-20px);
}
to {
transform: translateX(0);
}
} .deeper-background {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
content: "";
z-index: -1;
height: 100%;
max-width: calc(100vw - 30px);
transition: 1s;
}
.deeper-background.row-1300 {
width: 1300px;
}
.deeper-background.row-1400 {
width: 1400px;
}
.deeper-background.row-1500 {
width: 1500px;
}
.deeper-background.row-1600 {
width: 1600px;
}
.deeper-background.row-1700 {
width: 1700px;
}
.deeper-background.row-1800 {
width: 1800px;
}
.deeper-background.row-full-width {
width: 100%;
}
.deeper-background.row-full-screen {
width: 100vw;
max-width: 100vw;
}
@media (max-width: 1024px) {
.hide-bg-image-tablet .deeper-background {
background-image: none !important;
}
}
@media (max-width: 991px) {
.hide-bg-image-mobile .deeper-background {
background-image: none !important;
}
.bg-custom-3 .deeper-background {
background-image: none !important;
background-color: #fff;
}
}
@media (max-width: 575px) {
.deeper-background {
width: 100vw !important;
max-width: unset !important;
}
.bg-custom-1 .deeper-background {
background-image: linear-gradient(to bottom, #f8f8f9 0%, #f8f8f9 49%, #ffffff 50%);
}
.bg-custom-2 .deeper-background {
background-image: none !important;
background-color: #222831;
}
} .deeper-button {
display: inline-block;
text-decoration: none !important;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
cursor: pointer;
font-size: 16px;
line-height: 26px;
transition: 0.3s;
font-weight: 700;
background-color: #4a44f2;
color: #fff;
border-radius: 5px;
white-space: nowrap;
} .deeper-button.small {
padding: 10px 30px;
}
.deeper-button.medium {
padding: 15px 70px;
}
.deeper-button.big {
font-size: 18px;
padding: 20px 70px;
}
.deeper-button.extra-big {
font-size: 24px;
line-height: 40px;
padding: 20px 80px;
} .deeper-button {
position: relative;
overflow: hidden;
z-index: 1;
}
.deeper-button .hover-effect {
position: absolute;
display: block;
width: 0;
height: 0;
transform: translate(-50%, -50%);
transition: 0.5s ease-in-out;
background-color: #393e46;
z-index: -1;
border-radius: 100%;
opacity: 0.5;
}
.deeper-button:hover .hover-effect {
width: calc(100% * 2.25);
padding-top: calc(100% * 2.25);
opacity: 1;
}
.deeper-button:hover {
color: #fff !important;
}
.deeper-button.button-dark:before {
background-color: #4a44f2;
} .deeper-button.button-white {
background-color: #fff;
color: #4a44f2;
}
.deeper-button.button-light {
background-color: #eeeeee;
color: #6a727f;
}
.deeper-button.button-blue {
background-color: #2d63d1;
}
.deeper-button.button-blue-light {
background-color: #00e4fa;
color: #1d1741;
}
.deeper-button.button-green {
background-color: #44f2a1;
color: #2d63d1;
}
.deeper-button.button-black {
background-color: #222831;
color: #fff;
}
.deeper-button.button-outline.outline-accent {
color: #4a44f2;
box-shadow: inset 0 0 0 2px #4a44f2;
}
.deeper-button.button-outline.outline-white {
color: #fff;
box-shadow: inset 0 0 0 2px #fff;
}
.deeper-button.button-gradient-orange {
background-image: linear-gradient(to right, #f474a2, #ffad3a);
}
.deeper-button.button-gradient-orange2 {
background-image: linear-gradient(to right, #f66767, #f68826);
}
.deeper-button.button-gradient-orange3 {
background-image: linear-gradient(to right, #ff4b2b, #ff416c);
}
.deeper-button.button-gradient-blue {
background-image: linear-gradient(to right, #5376e7, #7d4ae4);
}
.deeper-button.button-outline-gradient-orange {
background: none;
}
.deeper-button.button-outline-gradient-orange:after {
position: absolute;
top: 2px;
left: 2px;
width: calc(100% - 4px);
height: calc(100% - 4px);
content: "";
background-color: #222831;
border-radius: 3px;
z-index: -1;
}
.deeper-button.button-outline-gradient-orange:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background-image: linear-gradient(to right, #f66767, #f68826);
border-radius: 5px;
z-index: -2;
transform: none !important;
} .url-wrap.appstore .deeper-button {
padding-left: 110px;
position: relative;
}
.url-wrap.appstore .deeper-button:after {
position: absolute;
top: 0;
left: 80px;
font-size: 24px;
line-height: 66px;
font-family: "Font Awesome 5 Brands";
content: "\f179";
font-weight: 400;
}
.url-wrap.playstore .deeper-button {
padding-left: 110px;
position: relative;
}
.url-wrap.playstore .deeper-button:after {
position: absolute;
top: 0;
left: 80px;
font-size: 18px;
line-height: 66px;
font-family: "Font Awesome 5 Brands";
content: "\f3ab";
font-weight: 400;
} .project-btn,
.loadmore-btn,
.deeper-carousel-box.show-arrow-active.column-3 .item-flickity.center .deeper-content-box .arrow,
button,
.header-button a,
.wpcf7 .wpcf7-submit,
.mc4wp-form .submit,
.hentry .post-link a,
.project-link,
.button {
position: relative;
overflow: hidden;
z-index: 1;
}
.project-btn:before,
.loadmore-btn:before,
.deeper-carousel-box.show-arrow-active.column-3 .item-flickity.center .deeper-content-box .arrow:after,
button:before,
.header-button a:before,
.wpcf7 .wpcf7-submit:before,
.mc4wp-form .submit:before,
.hentry .post-link a:before,
.project-link:before,
.button:before {
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: 0.5s ease-in-out;
background-color: #393e46;
z-index: -1;
border-radius: 100%;
}
.project-btn:hover,
.loadmore-btn:hover,
.deeper-carousel-box.show-arrow-active.column-3 .item-flickity.center .deeper-content-box .arrow:hover,
button:hover,
.header-button a:hover,
.wpcf7 .wpcf7-submit:hover,
.mc4wp-form .submit:hover,
.hentry .post-link a:hover,
.project-link:hover,
.button:hover {
color: #fff !important;
transition: background 0s 0.5s;
}
.project-btn:hover:before,
.loadmore-btn:hover:before,
.deeper-carousel-box.show-arrow-active.column-3 .item-flickity.center .deeper-content-box .arrow:hover:after,
button:hover:before,
.header-button a:hover:before,
.wpcf7 .wpcf7-submit:hover:before,
.mc4wp-form .submit:hover:before,
.hentry .post-link a:hover:before,
.project-link:hover:before,
.button:hover:before {
width: calc(100% * 2.25);
padding-top: calc(100% * 2.25);
opacity: 1;
} button.search-submit:before {
display: none;
} .deeper-canvas .image-wrap {
display: inline-block;
}
.deeper-canvas.style-2 img {
-webkit-animation: zoomeffect 10s infinite;
-moz-animation: zoomeffect 10s infinite;
animation: zoomeffect 10s infinite;
}
.deeper-canvas.style-3 img {
-webkit-animation: movingeffect 10s infinite;
-moz-animation: movingeffect 10s infinite;
animation: movingeffect 10s infinite;
}
.deeper-canvas.style-4 img {
-webkit-animation: shakeeffect 10s infinite;
-moz-animation: shakeeffect 10s infinite;
animation: shakeeffect 10s infinite;
}
.deeper-canvas.style-5 img {
-webkit-animation: bounceeffect 10s infinite;
-moz-animation: bounceeffect 10s infinite;
animation: bounceeffect 10s infinite;
} .circle-moving-1 {
animation: c1 20s infinite;
}
.circle-moving-2 {
animation: c2 20s infinite 0.3s;
} .deeper-morph {
position: absolute;
top: 0;
left: 0;
width: 100vw;
z-index: 0;
}
.deeper-morph .inner-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.deeper-morph.shape-1 {
top: unset;
bottom: 0;
}
.deeper-morph.shape-1 svg {
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 775px;
}
.deeper-morph.shape-1 .shape {
stroke: #e3e4e6;
stroke-width: 1px;
}
.deeper-morph.shape-2 {
left: unset;
right: 4.323%;
top: 0;
width: 50%;
height: 100%;
}
.deeper-morph.shape-2 svg {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.deeper-morph.shape-3 {
left: unset;
height: 100%;
width: 53%;
right: 3.4%;
top: 13.63%; }
.deeper-morph.shape-3 svg {
position: absolute;
top: 0;
left: 0;
}
.deeper-morph.shape-4 {
width: 108%;
left: unset;
right: -30%;
top: 0;
transform: translate(8.8%, -28.5%);
}
.b {
z-index: 1;
}
.b1 {
animation: 10s animatedBubble1 infinite linear 0.3s, 2.5s animatedBubble2 infinite linear;
}
.b2 {
animation: 11s animatedBubble4 infinite linear 0.4s, 2.5s animatedBubble3 infinite linear 0.1s;
}
.b3 {
animation: 12s animatedBubble1 infinite linear 0.5s, 2.6s animatedBubble2 infinite linear;
}
.b4 {
animation: 9s animatedBubble4 infinite linear 0.3s, 2.6s animatedBubble3 infinite linear 0.1s;
}
.b5 {
animation: 10s animatedBubble1 infinite linear 0.4s, 2.7s animatedBubble2 infinite linear 0.1s;
}
.b6 {
animation: 11s animatedBubble4 infinite linear 0.5s, 2.7s animatedBubble3 infinite linear;
}
.b7 {
animation: 9s animatedBubble1 infinite linear 0.4s, 2.4s animatedBubble2 infinite linear 0.1s;
}
.b8 {
animation: 10s animatedBubble4 infinite linear 0.5s, 2.4s animatedBubble3 infinite linear;
}
.b9 {
animation: 11s animatedBubble1 infinite linear 0.6s, 2.3s animatedBubble2 infinite linear 0.1s;
}
.b10 {
animation: 12s animatedBubble4 infinite linear 0.3s, 2.3s animatedBubble3 infinite linear;
}
.b11 {
animation: 12s animatedBubble1 infinite linear 0.2s, 2.2s animatedBubble2 infinite linear 0.1s;
}
.s {
perspective: 1000px;
}
@media (max-width: 1200px) {
.i1 {
left: 8% !important;
width: 30% !important;
}
.p1 {
right: -200px !important;
width: 130% !important;
}
}
@media (max-width: 991px) {
.lp-iphone {
right: -300px !important;
}
.lp-ipad {
left: -300px !important;
}
.deeper-morph.shape-1 svg {
height: 300px;
}
}
@media (max-width: 575px) {
.deeper-morph.shape-1 svg {
height: 150px;
}
} .deeper-water-ripples {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.deeper-water-ripples canvas {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
#particles-js {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#particles-js canvas {
opacity: 0;
}
#particles-js.is-in-view canvas {
animation: 2s popup2 linear;
transition-delay: 2s;
transition: 0s;
opacity: 1;
}
@keyframes popup2 {
0% {
opacity: 0;
}
20% {
opacity: 0;
transform: scale(0.5);
}
100% {
opacity: 1;
transform: scale(1);
}
} .deeper-carousel-box.carousel-fadein .flickity-viewport {
overflow: visible;
}
.deeper-carousel-box.carousel-fadein .flickity-viewport .item-flickity {
opacity: 0;
transition: 0.3s;
}
.deeper-carousel-box.carousel-fadein .flickity-viewport .item-flickity.is-selected {
opacity: 1;
} .deeper-carousel-box.column-1 .item-flickity {
width: 100%;
}
.deeper-carousel-box.column-2 .item-flickity {
width: 50%;
}
.deeper-carousel-box.column-3 .item-flickity {
width: 33.34%;
}
.deeper-carousel-box.column-4 .item-flickity {
width: 25%;
}
.deeper-carousel-box.column-5 .item-flickity {
width: 20%;
} .deeper-carousel-box.gap-2 {
margin-right: -2px;
}
.deeper-carousel-box.gap-5 {
margin-right: -5px;
}
.deeper-carousel-box.gap-10 {
margin-right: -10px;
}
.deeper-carousel-box.gap-15 {
margin-right: -15px;
}
.deeper-carousel-box.gap-20 {
margin-right: -20px;
}
.deeper-carousel-box.gap-30 {
margin-right: -30px;
}
.deeper-carousel-box.gap-40 {
margin-right: -40px;
}
.deeper-carousel-box.gap-50 {
margin-right: -50px;
}
.deeper-carousel-box.gap-60 {
margin-right: -60px;
}
.deeper-carousel-box.gap-70 {
margin-right: -70px;
}
.deeper-carousel-box.gap-80 {
margin-right: -80px;
}
.deeper-carousel-box.gap-90 {
margin-right: -90px;
}
.deeper-carousel-box.gap-100 {
margin-right: -100px;
}
.deeper-carousel-box.gap-0 .item-flickity {
margin-left: 0;
}
.deeper-carousel-box.gap-2 .item-flickity {
padding-right: 2px;
}
.deeper-carousel-box.gap-5 .item-flickity {
padding-right: 5px;
}
.deeper-carousel-box.gap-10 .item-flickity {
padding-right: 10px;
}
.deeper-carousel-box.gap-15 .item-flickity {
padding-right: 15px;
}
.deeper-carousel-box.gap-20 .item-flickity {
padding-right: 20px;
}
.deeper-carousel-box.gap-30 .item-flickity {
padding-right: 30px;
}
.deeper-carousel-box.gap-40 .item-flickity {
padding-right: 40px;
}
.deeper-carousel-box.gap-50 .item-flickity {
padding-right: 50px;
}
.deeper-carousel-box.gap-60 .item-flickity {
padding-right: 60px;
}
.deeper-carousel-box.gap-70 .item-flickity {
padding-right: 70px;
}
.deeper-carousel-box.gap-80 .item-flickity {
padding-right: 80px;
}
.deeper-carousel-box.gap-90 .item-flickity {
padding-right: 90px;
}
.deeper-carousel-box.gap-100 .item-flickity {
padding-right: 100px;
}
.deeper-carousel-box.full-screen .flickity-viewport {
overflow: visible;
}
.deeper-carousel-box .item-flickity .wpb_single_image .vc_figure,
.deeper-carousel-box .item-flickity .wpb_single_image .vc_single_image-wrapper,
.deeper-carousel-box .item-flickity .wpb_single_image img {
width: 100%;
}
@media (max-width: 1024px) {
.deeper-carousel-box.column2-1 .item-flickity {
width: 100%;
}
.deeper-carousel-box.column2-2 .item-flickity {
width: 50%;
}
.deeper-carousel-box.column2-3 .item-flickity {
width: 33.34%;
}
.deeper-carousel-box.column2-4 .item-flickity {
width: 25%;
}
.deeper-carousel-box.column2-5 .item-flickity {
width: 20%;
}
.deeper-carousel-box.full-screen-xl .flickity-viewport {
overflow: visible;
}
}
@media (max-width: 991px) {
.deeper-carousel-box.column3-1 .item-flickity {
width: 100%;
}
.deeper-carousel-box.column3-2 .item-flickity {
width: 50%;
}
.deeper-carousel-box.column3-3 .item-flickity {
width: 33.34%;
}
.deeper-carousel-box.column3-4 .item-flickity {
width: 25%;
}
.deeper-carousel-box.column3-5 .item-flickity {
width: 20%;
}
.deeper-carousel-box.full-screen-lg .flickity-viewport {
overflow: visible;
}
}
@media (max-width: 767px) {
.deeper-carousel-box.column4-1 .item-flickity {
width: 100%;
}
.deeper-carousel-box.column4-2 .item-flickity {
width: 50%;
}
.deeper-carousel-box.column4-3 .item-flickity {
width: 33.34%;
}
.deeper-carousel-box.column4-4 .item-flickity {
width: 25%;
}
.deeper-carousel-box.column4-5 .item-flickity {
width: 20%;
}
.deeper-carousel-box.full-screen-md .flickity-viewport {
overflow: visible;
}
}  .flickity-page-dots {
bottom: 0;
height: 10px;
line-height: 10px;
padding-top: 10px;
}
.deeper-carousel-box .flickity-page-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #343783;
margin: 0 6px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.deeper-carousel-box .flickity-page-dots .dot.is-selected {
background-color: #4a44f2;
box-shadow: 0 0 0 4px rgba(74, 68, 242, 0.3);
}
.deeper-carousel-box.bullets-white .flickity-page-dots .dot {
background-color: rgba(255, 255, 255, 0.3);
}
.deeper-carousel-box.bullets-white .flickity-page-dots .dot.is-selected {
background-color: #fff;
box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}
.deeper-carousel-box .flickity-page-dots {
bottom: 0;
}
.deeper-carousel-box.bullet-style-2 .flickity-page-dots .dot {
position: relative;
width: 90px;
height: 4px;
background-color: #2f1247;
box-shadow: none;
border-radius: 0;
opacity: 1;
margin: 0;
}
.deeper-carousel-box.bullet-style-2 .flickity-page-dots .dot:first-child {
border-radius: 5px 0 0 5px;
}
.deeper-carousel-box.bullet-style-2 .flickity-page-dots .dot:last-child {
border-radius: 0 5px 5px 0;
}
.deeper-carousel-box.bullet-style-2 .flickity-page-dots .dot:after {
position: absolute;
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
border-radius: 5px;
transition: 0.5s;
background-color: transparent;
}
.deeper-carousel-box.bullet-style-2 .flickity-page-dots .dot.is-selected:after {
background-color: #ff4265;
}
.flickity-prev-next-button .flickity-button-icon {
width: 40%;
height: 40%;
fill: #fff;
transition: all ease 0.3s;
}
.flickity-prev-next-button.next .flickity-button-icon {
left: 30%;
top: 30%;
}
.flickity-prev-next-button.previous .flickity-button-icon {
left: 30%;
top: 30%;
}
.flickity-button {
position: absolute;
top: 50%;
padding: 0;
margin: 0;
background-color: #4a44f2;
border-radius: 25px;
transform: translateY(-50%);
z-index: 9999;
}
.deeper-carousel-box.arrow-text svg {
display: none;
}
.deeper-carousel-box.arrow-text .flickity-button {
width: 100px !important;
height: 40px !important;
background: transparent !important;
color: #fff;
border-radius: unset;
box-shadow: unset !important;
}
.deeper-carousel-box.arrow-text .flickity-button:before {
display: none !important;
}
.deeper-carousel-box.arrow-text .flickity-button:hover {
background-color: transparent !important;
}
.deeper-carousel-box.arrow-text .flickity-button.flickity-prev-next-button:after {
position: absolute;
top: 0;
left: 0;
content: "Prev";
font-family: "Raleway";
font-size: 36px;
line-height: 1;
font-weight: 800;
color: #fff;
text-align: center;
}
.deeper-carousel-box.arrow-text .flickity-button.flickity-prev-next-button.next:after {
content: "Next";
}
.deeper-carousel-box.arrow-text .flickity-button.flickity-prev-next-button.previous {
transform: rotate(-90deg) translateY(-45px);
}
.deeper-carousel-box.arrow-text .flickity-button.flickity-prev-next-button.next {
transform: rotate(90deg) translateY(-45px);
} .has-arrows.arrows-small .flickity-button {
width: 40px;
height: 40px;
}
.has-arrows.arrows-small.arrow-top .flickity-prev-next-button.previous {
right: 62px;
}
.has-arrows.arrows-medium .flickity-button {
width: 50px;
height: 50px;
}
.has-arrows.arrows-big .flickity-button {
width: 60px;
height: 60px;
}
.has-arrows.arrows-big.arrow-top .flickity-prev-next-button.previous {
right: 82px;
}
.flickity-prev-next-button.previous {
left: -25px;
}
.flickity-prev-next-button.next {
right: -25px;
}
.flickity-button:hover {
background-color: #39374d;
}
.flickity-button:hover .flickity-button-icon {
fill: #fff;
}
.flickity-button:focus {
box-shadow: none;
}
.flickity-button:disabled {
opacity: 1;
background-color: #fff;
box-shadow: 0px 10px 40px 0px rgba(110, 123, 131, 0.2);
}
.flickity-button:disabled .flickity-button-icon {
fill: #39374d;
} .arrow-top .flickity-button {
top: 0;
transform: translateY(-100%);
margin-top: 0;
}
.arrow-top .flickity-prev-next-button.next {
right: 0;
top: 0px;
}
.arrow-top .flickity-prev-next-button.previous {
left: auto;
right: 72px;
top: 0px;
} .arrow-top.arrow-offset-10 .flickity-button {
margin-top: -10px;
}
.arrow-top.arrow-offset-20 .flickity-button {
margin-top: -20px;
}
.arrow-top.arrow-offset-30 .flickity-button {
margin-top: -30px;
}
.arrow-top.arrow-offset-40 .flickity-button {
margin-top: -40px;
}
.arrow-top.arrow-offset-50 .flickity-button {
margin-top: -50px;
}
.arrow-top.arrow-offset-60 .flickity-button {
margin-top: -60px;
}
.arrow-top.arrow-offset-70 .flickity-button {
margin-top: -70px;
}
.arrow-top.arrow-offset-80 .flickity-button {
margin-top: -80px;
}
.arrow-top.arrow-offset-90 .flickity-button {
margin-top: -90px;
}
.arrow-top.arrow-offset-100 .flickity-button {
margin-top: -100px;
} .has-bullets.bullet-left .flickity-page-dots {
text-align: left;
}
.has-bullets.bullet-center .flickity-page-dots {
text-align: center;
max-width: 100%;
}
.has-bullets.bullet-center.gap-10 .flickity-page-dots {
text-align: center;
max-width: calc(100% - 10px);
}
.has-bullets.bullet-center.gap-20 .flickity-page-dots {
text-align: center;
max-width: calc(100% - 20px);
}
.has-bullets.bullet-center.gap-30 .flickity-page-dots {
text-align: center;
max-width: calc(100% - 30px);
}
.has-bullets.bullet-center.gap-40 .flickity-page-dots {
text-align: center;
max-width: calc(100% - 40px);
}
.has-bullets.bullet-center.gap-50 .flickity-page-dots {
text-align: center;
max-width: calc(100% - 50px);
}
.has-bullets.bullet-center.gap-60 .flickity-page-dots {
text-align: center;
max-width: calc(100% - 60px);
}
.has-bullets.bullet-center.gap-70 .flickity-page-dots {
text-align: center;
max-width: calc(100% - 70px);
}
.has-bullets.bullet-center.gap-80 .flickity-page-dots {
text-align: center;
max-width: calc(100% - 80px);
}
.has-bullets.bullet-center.gap-90 .flickity-page-dots {
text-align: center;
max-width: calc(100% - 90px);
}
.has-bullets.bullet-center.gap-100 .flickity-page-dots {
text-align: center;
max-width: calc(100% - 100px);
}
.has-bullets.bullet-right .flickity-page-dots {
text-align: right;
} .deeper-carousel-box.has-bullets {
margin-bottom: 10px;
}
.deeper-carousel-box.has-bullets.bullet-offset-10 {
padding-bottom: 10px;
}
.deeper-carousel-box.has-bullets.bullet-offset-20 {
padding-bottom: 20px;
}
.deeper-carousel-box.has-bullets.bullet-offset-30 {
padding-bottom: 30px;
}
.deeper-carousel-box.has-bullets.bullet-offset-40 {
padding-bottom: 40px;
}
.deeper-carousel-box.has-bullets.bullet-offset-50 {
padding-bottom: 50px;
}
.deeper-carousel-box.has-bullets.bullet-offset-60 {
padding-bottom: 60px;
}
.deeper-carousel-box.has-bullets.bullet-offset-70 {
padding-bottom: 70px;
}
.deeper-carousel-box.has-bullets.bullet-offset-80 {
padding-bottom: 80px;
}
.deeper-carousel-box.has-bullets.bullet-offset-90 {
padding-bottom: 90px;
}
.deeper-carousel-box.has-bullets.bullet-offset-100 {
padding-bottom: 100px;
}
.deeper-carousel-box.evenodd .item-flickity {
transition: 0.3s;
opacity: 0.3;
}
.deeper-carousel-box.evenodd .item-flickity:nth-child(even) {
margin-top: 30px;
}
.deeper-carousel-box.evenodd .item-flickity.is-selected {
opacity: 1;
} .carousel-outer {
position: relative;
width: 345px;
height: 700px;
margin: 0 auto;
z-index: 0;
padding: 20px;
}
.carousel-outer .deeper-carousel-box {
z-index: 1;
}
.carousel-outer .deeper-carousel-box .flickity-viewport {
overflow: visible;
}
.carousel-outer .flickity-phone .phone-top,
.carousel-outer .flickity-phone .phone-bottom {
position: absolute;
width: 345px;
z-index: 10;
left: 0;
}
.carousel-outer .flickity-phone .phone-top {
top: 0;
}
.carousel-outer .flickity-phone .phone-bottom {
bottom: 3px;
}
.carousel-outer .flickity-phone .phone-left,
.carousel-outer .flickity-phone .phone-right {
position: absolute;
height: 660px;
z-index: 9;
top: 0;
overflow: hidden;
}
.carousel-outer .flickity-phone .phone-left {
left: 0;
}
.carousel-outer .flickity-phone .phone-right {
right: 0;
}
.carousel-outer .item-flickity > div {
box-shadow: 0 33px 77px 0 rgba(227, 249, 240, 0.7);
border-radius: 25px;
overflow: hidden;
transform: scale(0.9);
transition: 0.5s;
}
.carousel-outer .item-flickity {
opacity: 0;
transition: 0.3s;
}
.carousel-outer .item-flickity.selected {
opacity: 1;
}
.carousel-outer .item-flickity.center > div {
transform: scale(1);
}
@media (max-width: 767px) {
.deeper-carousel-box.has-bullets.bullet-offset-70 {
padding-bottom: 20px !important;
}
.deeper-carousel-box.bullet-style-2 .flickity-page-dots .dot {
width: 30px;
}
} .deeper-content-box,
.deeper-content-box .inner {
transition: 0.5s;
}
.deeper-content-box .inner {
width: 100%;
transition: 0.5s;
position: relative;
}
.deeper-content-box.overflow-visible .inner {
overflow: visible !important;
} .group-content-box.hover-effect-1 .vc_column_container .deeper-content-box .inner:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 0;
background-color: #4a44f2;
transition: 1s;
content: "";
z-index: 0;
}
.group-content-box.hover-effect-1 .vc_column_container .deeper-content-box .inner {
background-color: #fff;
}
.group-content-box.hover-effect-1 .vc_column_container .deeper-content-box .inner > * {
z-index: 1;
}
.group-content-box.hover-effect-1 .vc_column_container:first-child .deeper-content-box .inner:after,
.group-content-box.hover-effect-1:hover .vc_column_container .deeper-content-box:hover .inner:after {
height: 100%;
}
.group-content-box.hover-effect-1:hover .vc_column_container .deeper-content-box .inner:after {
height: 0;
}
.group-content-box.hover-effect-1 .vc_column_container:first-child .deeper-content-box .inner .deeper-icon-box .heading,
.group-content-box.hover-effect-1 .vc_column_container:first-child .deeper-content-box .inner .deeper-icon-box .desc,
.group-content-box.hover-effect-1:hover .vc_column_container .deeper-content-box:hover .inner .deeper-icon-box .heading,
.group-content-box.hover-effect-1:hover .vc_column_container .deeper-content-box:hover .inner .deeper-icon-box .desc {
color: #fff !important;
}
.group-content-box.hover-effect-1 .vc_column_container:first-child .deeper-content-box .inner .deeper-icon-box .svg-wrap path,
.group-content-box.hover-effect-1:hover .vc_column_container:first-child .deeper-content-box:hover .inner .deeper-icon-box .svg-wrap path,
.group-content-box.hover-effect-1:hover .vc_column_container .deeper-content-box:hover .inner .deeper-icon-box .svg-wrap path {
stroke: #fff;
}
.group-content-box.hover-effect-1:hover .vc_column_container:first-child .deeper-content-box .inner .deeper-icon-box .svg-wrap path,
.group-content-box.hover-effect-1 .vc_column_container .deeper-content-box .inner .deeper-icon-box .svg-wrap path {
stroke: #4a44f2;
}
.group-content-box.hover-effect-1:hover .vc_column_container .deeper-content-box .inner .deeper-icon-box .heading {
color: #393e46 !important;
}
.group-content-box.hover-effect-1:hover .vc_column_container .deeper-content-box .inner .deeper-icon-box .desc {
color: #6a727f !important;
} .group-content-box.hover-effect-2 .deeper-content-box .inner:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/bg-contentbox.jpg);
background-size: cover;
content: "";
z-index: 0;
transition: 0.5s;
}
.group-content-box.hover-effect-2 .deeper-content-box .inner > * {
z-index: 1;
}
.group-content-box.hover-effect-2 .vc_column_container:nth-child(2) .deeper-content-box .inner:after,
.group-content-box.hover-effect-2:hover .vc_column_container .deeper-content-box:hover .inner:after {
opacity: 1;
transform: scale(1);
}
.group-content-box.hover-effect-2:hover .vc_column_container .deeper-content-box .inner:after,
.group-content-box.hover-effect-2 .vc_column_container .deeper-content-box .inner:after {
opacity: 0;
transform: scale(0.8);
}
@media (max-width: 767px) {
.deeper-content-box.smobi-padding-0 .inner {
padding: 0 !important;
}
} .deeper-counter .counter-wrap {
font-size: 60px;
margin-bottom: 0;
}
.deeper-counter .number {
text-transform: capitalize;
-moz-font-feature-settings: "lnum";
-webkit-font-feature-settings: "lnum";
font-feature-settings: "lnum";
font-variant-numeric: lining-nums;
}
.deeper-counter .counter-wrap .prefix,
.deeper-counter .counter-wrap .suffix,
.deeper-counter .counter-wrap .number {
display: inline-block;
}
.deeper-counter .heading {
font-size: 18px;
margin-bottom: 0;
}
.deeper-counter.counter-autofit .counter-wrap {
font-size: 13vw !important;
line-height: 0.8 !important;
}
.deeper-counter.style-2 .wrap-inner {
display: flex;
align-items: center;
}
.deeper-counter.style-2 .counter-wrap {
display: flex;
margin-right: 30px;
}
@media (max-width: 1024px) {
.deeper-counter.counter-custom-2 .counter-wrap {
background-size: 120% !important;
}
}
@media (max-width: 991px) {
.deeper-counter .desc > span {
display: inline-block;
max-width: 400px;
}
.deeper-counter.counter-custom-2 .counter-wrap {
background-size: 300px !important;
font-size: 150px !important;
line-height: 150px !important;
}
}
@media (max-width: 767px) {
.deeper-counter.counter-custom-1 .wrap-inner {
display: block;
text-align: center;
}
.deeper-counter.counter-custom-1 .counter-wrap {
display: block;
margin: 0 0 30px;
}
.deeper-counter.counter-custom-2 .counter-wrap {
text-align: left;
width: fit-content;
}
}  .deeper-cf7 p {
margin-bottom: 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="week"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="color"],
.wpcf7 textarea {
width: 100%;
background-color: transparent;
}
.wpcf7 textarea {
height: 100px;
}
.deeper-cf7.input-white .wpcf7 input[type="text"],
.deeper-cf7.input-white .wpcf7 input[type="password"],
.deeper-cf7.input-white .wpcf7 input[type="datetime"],
.deeper-cf7.input-white .wpcf7 input[type="datetime-local"],
.deeper-cf7.input-white .wpcf7 input[type="date"],
.deeper-cf7.input-white .wpcf7 input[type="month"],
.deeper-cf7.input-white .wpcf7 input[type="time"],
.deeper-cf7.input-white .wpcf7 input[type="week"],
.deeper-cf7.input-white .wpcf7 input[type="number"],
.deeper-cf7.input-white .wpcf7 input[type="email"],
.deeper-cf7.input-white .wpcf7 input[type="url"],
.deeper-cf7.input-white .wpcf7 input[type="search"],
.deeper-cf7.input-white .wpcf7 input[type="tel"],
.deeper-cf7.input-white .wpcf7 input[type="color"],
.deeper-cf7.input-white .wpcf7 textarea {
border-color: rgba(255, 255, 255, 0.3);
}
.deeper-cf7.input-white .wpcf7 input[type="text"]:focus,
.deeper-cf7.input-white .wpcf7 input[type="password"]:focus,
.deeper-cf7.input-white .wpcf7 input[type="datetime"]:focus,
.deeper-cf7.input-white .wpcf7 input[type="datetime-local"]:focus,
.deeper-cf7.input-white .wpcf7 input[type="date"]:focus,
.deeper-cf7.input-white .wpcf7 input[type="month"]:focus,
.deeper-cf7.input-white .wpcf7 input[type="time"]:focus,
.deeper-cf7.input-white .wpcf7 input[type="week"]:focus,
.deeper-cf7.input-white .wpcf7 input[type="number"]:focus,
.deeper-cf7.input-white .wpcf7 input[type="email"]:focus,
.deeper-cf7.input-white .wpcf7 input[type="url"]:focus,
.deeper-cf7.input-white .wpcf7 input[type="search"]:focus,
.deeper-cf7.input-white .wpcf7 input[type="tel"]:focus,
.deeper-cf7.input-white .wpcf7 input[type="color"]:focus,
.deeper-cf7.input-white .wpcf7 textarea:focus {
border-color: #fff;
}
.wpcf7 .input-wrap .wpcf7-form-control-wrap {
float: left;
width: calc((100% - 30px) / 2);
display: block;
}
.wpcf7 .input-wrap .wpcf7-form-control-wrap:first-child {
margin-right: 30px;
}
.wpcf7 .email-wrap {
display: flex;
}
.wpcf7 .email-wrap input {
margin-bottom: 0;
}
.wpcf7 .email-wrap .your-email {
margin-right: 30px;
}
.wpcf7 .email-wrap .wpcf7-submit {
height: auto;
} .wpcf7-form .wpcf7-submit {
width: auto;
}
.deeper-cf7.btn-full-width .wpcf7 .wpcf7-submit {
width: 100%;
}
.deeper-cf7.btn-left {
text-align: left;
}
.deeper-cf7.btn-accent .wpcf7 .wpcf7-submit {
background-color: #4a44f2 !important;
}
.deeper-cf7.btn-light .wpcf7 .wpcf7-submit {
background-color: #d5d6d8 !important;
color: #6a727f;
}
.deeper-cf7.btn-blue-light .wpcf7 .wpcf7-submit {
background-color: #2d63d1 !important;
}
.deeper-cf7.btn-cyan .wpcf7 .wpcf7-submit {
background-color: #00e4fa !important;
color: #1d1741;
}
.deeper-cf7.btn-green .wpcf7 .wpcf7-submit {
background-color: #44f2a1 !important;
}
.deeper-cf7.btn-red .wpcf7 .wpcf7-submit {
background-color: #df3411 !important;
}
.deeper-cf7.btn-gradient-orange .wpcf7 .wpcf7-submit {
background-image: linear-gradient(to left, #f474a2, #ffad3a);
}
.deeper-cf7.btn-gradient-orange2 .wpcf7 .wpcf7-submit {
background-image: linear-gradient(to left, #f68826, #f66767);
}
.deeper-cf7.btn-gradient-red .wpcf7 .wpcf7-submit {
background-image: linear-gradient(to left, #ff4b2b, #ff416c);
}
.deeper-cf7.btn-gradient-blue .wpcf7 .wpcf7-submit {
background-image: linear-gradient(to left, #7d4ae4, #5376e7);
}
.wpcf7 input {
position: relative;
} .wpcf7-not-valid-tip {
font-size: 14px;
}
.wpcf7 input.wpcf7-not-valid + span {
margin-bottom: 8px;
} .deeper-cf7.form-1347 .wpcf7 input[type="email"],
.deeper-cf7.form-434 .wpcf7 input[type="email"] {
padding: 20px 30px;
}
.deeper-cf7.form-1347.input-white .wpcf7 input[type="email"],
.deeper-cf7.form-434.input-white .wpcf7 input[type="email"] {
border-color: #fff;
}
@media (max-width: 575px) {
.wpcf7 .email-wrap {
display: block;
}
.wpcf7 .email-wrap .your-email {
margin: 0 0 30px;
display: inline-block;
}
.wpcf7 .email-wrap .wpcf7-submit {
height: auto;
}
} .align-center .mc4wp-form {
margin: 0 auto;
}
.mc4wp-form {
position: relative;
}
.mc4wp-form .mc4wp-form-fields {
display: flex;
}
.mc4wp-form .email {
background-color: #fff;
border-color: #fff;
margin: 0 30px 0 0;
display: inline-block;
flex-grow: 1;
}
.mc4wp-form .submit {
background-color: #fff;
color: #282f3a;
font-size: 18px;
font-weight: 600;
white-space: nowrap;
display: inline-block;
} .deeper-subscribe.btn-accent .mc4wp-form .submit {
background-color: #4a44f2;
}
.deeper-subscribe.hide-desc .mc4wp-form .desc {
display: none;
}
.deeper-subscribe.input-dark .mc4wp-form .email {
background-color: #e9eff7;
border-color: transparent;
box-shadow: none;
}
.deeper-subscribe.input-light .mc4wp-form .email {
box-shadow: none;
background-color: rgba(255, 255, 255, 0.3);
color: #fff;
border-color: transparent;
}
.deeper-subscribe.input-transparent .mc4wp-form .email {
background-color: transparent;
border-color: #fff;
color: #fff;
}
@media screen and (max-width: 767px) {
.mc4wp-form .mc4wp-form-fields {
display: block;
}
.mc4wp-form .mc4wp-form-fields input {
width: 100%;
margin-bottom: 30px;
display: block;
}
.mc4wp-form .mc4wp-form-fields .submit {
display: block;
}
} .deeper-demo-box .demo-image {
position: relative;
display: inline-block;
width: 100%;
overflow: hidden;
border-radius: 10px;
box-shadow: 0 30px 70px 0 rgba(158, 178, 183, 0.7);
}
.deeper-demo-box.no-image .demo-image {
background-color: #514afe;
}
.deeper-demo-box .demo-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
transition: 2s ease-in-out;
}
.deeper-demo-box .demo-image:hover img {
transform: translateY(calc(-100% + 600px));
}
.deeper-demo-box .demo-image .text {
position: absolute;
display: inline-block;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-family: "Raleway";
font-size: 20px;
line-height: 26px;
font-weight: 700;
max-width: 150px;
}
.deeper-demo-box .demo-text {
font-size: 20px;
text-align: center;
margin: 40px 0 0;
font-weight: 700;
}
.deeper-demo-box .demo-text:hover a {
color: #4a44f2;
}
@media screen and (max-width: 1024px) {
.deeper-demo-box .demo-image {
height: 300px !important;
}
.deeper-demo-box .demo-image:hover img {
transform: translateY(calc(-100% + 300px));
}
}
@media screen and (max-width: 991px) {
.deeper-demo-box .demo-text {
margin: 20px 0 0;
}
} .deeper-divider {
display: block;
width: 100%;
height: 0;
background: none;
margin: 0 auto;
}
.deeper-divider.divider-right {
margin: 0;
float: right;
}
.deeper-divider.divider-left {
margin: 0;
float: left;
}
.deeper-divider .divider-icon {
display: inline-block;
position: relative;
}
.deeper-divider .divider-icon-before {
display: block;
position: absolute;
top: 50%;
border-bottom: solid 1px #ebebeb;
right: 100%;
width: 9999px;
margin-top: -0.5px;
}
.deeper-divider .divider-icon-after {
display: block;
position: absolute;
top: 50%;
border-bottom: solid 1px #ebebeb;
left: 100%;
width: 9999px;
margin-top: -0.5px;
}
.deeper-divider.divider-solid {
border-top: 1px solid #ebebeb;
}
.deeper-divider.divider-dashed {
border-top: 1px dashed #ebebeb;
}
.deeper-divider.divider-dotted {
border-top: 1px dotted #ebebeb;
}
.deeper-divider.divider-double,
.deeper-divider.has-icon .divider-double {
height: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
}
.deeper-divider.has-icon {
display: block;
height: auto;
margin: 0 auto;
text-align: center;
border: none;
overflow: hidden;
}
.deeper-divider.has-icon .icon-wrap {
display: inline-block;
padding: 0 12px;
font-size: 16px;
}
.deeper-divider.has-icon .icon-wrap > span {
display: inline-block;
}
.deeper-divider.has-icon .icon-wrap > span.accent {
color: #4a44f2;
}
.deeper-divider.has-icon .divider-dotted {
border-style: dotted;
}
.deeper-divider.has-icon .divider-dashed {
border-style: dashed;
}
.divider-icon-before.accent,
.divider-icon-after.accent,
.deeper-divider.has-icon .divider-double.accent {
border-color: #4a44f2;
} .deeper-fancy-image,
.deeper-fancy-img {
position: relative;
}
.deeper-fancy-image .url-wrap,
.deeper-fancy-img .url-wrap {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: all ease 1.3s;
}
.deeper-fancy-image.simple .url-wrap {
opacity: 1;
margin: 0;
}
.deeper-fancy-image.animated .url-wrap,
.deeper-fancy-image.is-in-view .url-wrap {
opacity: 1;
margin-left: 0;
}
@media screen and (max-width: 991px) {
.deeper-fancy-image.stretch-on-mobile img {
width: 100%;
height: auto;
}
}
.deeper-fancy-img-holder,
.deeper-fancy-img-bg {
-webkit-transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 1s 0s cubic-bezier(0.23, 1, 0.32, 1), transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 0;
}
.deeper-fancy-img-bg {
display: inline-block;
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
z-index: 0;
background-color: #4582ff;
}
.deeper-fancy-img-holder {
opacity: 0;
}
.deeper-fancy-img-holder img {
width: 100%;
}
.deeper-fancy-img-holder,
.deeper-fancy-img {
position: relative;
}
.deeper-fancy-img.is-in-view .deeper-fancy-img-bg,
.deeper-fancy-img.is-in-view .deeper-fancy-img-holder {
opacity: 1;
}
.deeper-fancy-img.is-in-view .deeper-video-icon {
opacity: 1;
margin-left: 0;
}
.deeper-fancy-img.is-in-view.bg-top .deeper-fancy-img-bg {
-webkit-transform: translate(-20px, -20px);
transform: translate(-20px, -20px);
}
.deeper-fancy-img.is-in-view.bg-top .deeper-fancy-img-holder {
-webkit-transform: translate(15px, 15px);
transform: translate(15px, 15px);
}
.deeper-fancy-img.is-in-view.bg-right .deeper-fancy-img-bg {
-webkit-transform: translate(20px, -20px);
transform: translate(20px, -20px);
}
.deeper-fancy-img.is-in-view.bg-right .deeper-fancy-img-holder {
-webkit-transform: translate(-15px, 15px);
transform: translate(-15px, 15px);
}
.deeper-fancy-img.is-in-view.bg-bottom .deeper-fancy-img-bg {
-webkit-transform: translate(20px, 20px);
transform: translate(20px, 20px);
}
.deeper-fancy-img.is-in-view.bg-bottom .deeper-fancy-img-holder {
-webkit-transform: translate(-15px, -15px);
transform: translate(-15px, -15px);
}
.deeper-fancy-img.is-in-view.bg-left .deeper-fancy-img-bg {
-webkit-transform: translate(-20px, 20px);
transform: translate(-20px, 20px);
}
.deeper-fancy-img.is-in-view.bg-left .deeper-fancy-img-holder {
-webkit-transform: translate(15px, -15px);
transform: translate(15px, -15px);
}
.deeper-fancy-image.reveal {
display: inline-block;
}
.deeper-fancy-image.reveal > * {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.deeper-fancy-image.reveal.animated {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.deeper-fancy-image.reveal> figure {
opacity: 0;
}
.deeper-fancy-image.reveal.animated > figure {
-webkit-animation-name: hide-show;
animation-name: hide-show;
}
.deeper-fancy-image.reveal:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #ddd;
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.deeper-fancy-image.reveal.lr.animated:after {
-webkit-animation-name: reveal-from-left;
animation-name: reveal-from-left;
}
.deeper-fancy-image.reveal.rl.animated:after {
-webkit-animation-name: reveal-from-right;
animation-name: reveal-from-right;
} .deeper-fancy-text.scroll {
overflow: hidden;
vertical-align: baseline;
}
.deeper-fancy-text.scroll .heading {
margin: 0;
}
.deeper-fancy-text.scroll .heading {
transition: margin-top 0.4s ease-in-out;
}
.deeper-fancy-text.typed .typed-cursor {
opacity: 1;
animation: blink 0.7s infinite;
}
.deeper-fancy-text.zoom {
overflow: hidden;
}
.deeper-fancy-text.zoom.text-center,
.deeper-fancy-text.zoom.text-center .ah-words-wrapper {
text-align: center;
margin: 0 auto;
} .deeper-flip-box {
perspective: 1000px;
}
.deeper-flip-box .flip-front,
.deeper-flip-box .flip-back {
transition: transform 1s;
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1.3);
transform-style: preserve-3d;
}
.deeper-flip-box .flip-back > *,
.deeper-flip-box .flip-front > * {
transform: translateZ(70px);
transition: 0.3s;
backface-visibility: hidden;
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1.3);
animation-delay: 0s !important;
}
.deeper-flip-box .flip-front .desc p,
.deeper-flip-box .flip-back .desc p {
margin-bottom: 0;
}
.deeper-flip-box .flip-front {
transform: rotateY(0deg);
}
.deeper-flip-box .flip-back {
transform: rotateY(180deg);
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.deeper-flip-box:hover .flip-front {
transform: rotateY(-180deg);
backface-visibility: hidden;
}
.deeper-flip-box:hover .flip-back {
transform: rotateY(0deg);
} .deeper-gridbox.rounded .grid-row:first-child {
border-radius: 10px 10px 0 0;
}
.deeper-gridbox.rounded .grid-row:last-child {
border-radius: 0 0 10px 10px;
}
.deeper-gridbox.rounded .grid-row:first-child .grid-item:last-child {
border-radius: 0 10px 0 0;
}
.deeper-gridbox.rounded .grid-row:last-child .grid-item:first-child {
border-radius: 0 0 0 10px;
}
.deeper-gridbox.rounded .grid-row:last-child .grid-item:last-child {
border-radius: 0 0 10px 0;
}
.deeper-gridbox.grid2 .grid-item {
width: 50%;
}
.deeper-gridbox.grid3 .grid-item {
width: 33.333%;
}
.deeper-gridbox.grid4 .grid-item {
width: 25%;
position: relative;
}
.deeper-gridbox .grid-row {
width: 100%;
}
.deeper-gridbox .grid-row:first-child {
border-top: 1px solid #282d3c;
border-left: 1px solid #282d3c;
}
.deeper-gridbox .grid-row:not(:first-child) {
border-left: 1px solid #282d3c;
}
.deeper-gridbox .grid-item {
float: left;
border-right: 1px solid #282d3c;
border-bottom: 1px solid #282d3c;
}
.deeper-gridbox.border-dark .grid-row:first-child {
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.deeper-gridbox.border-dark .grid-row:not(:first-child) {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.deeper-gridbox.border-dark .grid-item {
float: left;
border-right: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.deeper-gridbox.no-border-wrap .grid-row:first-child,
.deeper-gridbox.no-border-wrap .grid-row:not(:first-child) {
border: 0 !important;
}
.deeper-gridbox.no-border-wrap .grid-row .grid-item:last-child {
border-right: 0 !important;
}
.deeper-gridbox.no-border-wrap .grid-row:last-child .grid-item {
border-bottom: 0 !important;
}
.deeper-gridbox.no-borders .grid-row,
.deeper-gridbox.no-borders .grid-item {
border: 0 !important;
}
.deeper-gridbox.no-borders.v-100 .grid-row {
margin: 0 -50px;
width: calc(100% + 100px);
}
.deeper-gridbox.no-borders.v-100 .grid-row .grid-item {
padding: 0 50px;
}
.deeper-gridbox.no-borders.v-95 .grid-row {
margin: 0 -47.5px;
width: calc(100% + 95px);
}
.deeper-gridbox.no-borders.v-95 .grid-row .grid-item {
padding: 0 47.5px;
}
.deeper-gridbox.no-borders.v-90 .grid-row {
margin: 0 -45px;
width: calc(100% + 90px);
}
.deeper-gridbox.no-borders.v-90 .grid-row .grid-item {
padding: 0 45px;
}
.deeper-gridbox.no-borders.v-85 .grid-row {
margin: 0 -42.5px;
width: calc(100% + 85px);
}
.deeper-gridbox.no-borders.v-85 .grid-row .grid-item {
padding: 0 42.5px;
}
.deeper-gridbox.no-borders.v-80 .grid-row {
margin: 0 -40px;
width: calc(100% + 80px);
}
.deeper-gridbox.no-borders.v-80 .grid-row .grid-item {
padding: 0 40px;
}
.deeper-gridbox.no-borders.v-75 .grid-row {
margin: 0 -37.5px;
width: calc(100% + 75px);
}
.deeper-gridbox.no-borders.v-75 .grid-row .grid-item {
padding: 0 37.5px;
}
.deeper-gridbox.no-borders.v-70 .grid-row {
margin: 0 -35px;
width: calc(100% + 70px);
}
.deeper-gridbox.no-borders.v-70 .grid-row .grid-item {
padding: 0 35px;
}
.deeper-gridbox.no-borders.v-65 .grid-row {
margin: 0 -32.5px;
width: calc(100% + 65px);
}
.deeper-gridbox.no-borders.v-65 .grid-row .grid-item {
padding: 0 32.5px;
}
.deeper-gridbox.no-borders.v-60 .grid-row {
margin: 0 -30px;
width: calc(100% + 60px);
}
.deeper-gridbox.no-borders.v-60 .grid-row .grid-item {
padding: 0 30px;
}
.deeper-gridbox.no-borders.v-55 .grid-row {
margin: 0 -22.5px;
width: calc(100% + 55px);
}
.deeper-gridbox.no-borders.v-55 .grid-row .grid-item {
padding: 0 22.5px;
}
.deeper-gridbox.no-borders.v-50 .grid-row {
margin: 0 -25px;
width: calc(100% + 50px);
}
.deeper-gridbox.no-borders.v-50 .grid-row .grid-item {
padding: 0 25px;
}
.deeper-gridbox.no-borders.v-45 .grid-row {
margin: 0 -22.5px;
width: calc(100% + 45px);
}
.deeper-gridbox.no-borders.v-45 .grid-row .grid-item {
padding: 0 22.5px;
}
.deeper-gridbox.no-borders.v-40 .grid-row {
margin: 0 -20px;
width: calc(100% + 40px);
}
.deeper-gridbox.no-borders.v-40 .grid-row .grid-item {
padding: 0 20px;
}
.deeper-gridbox.no-borders.v-35 .grid-row {
margin: 0 -17.5px;
width: calc(100% + 35px);
}
.deeper-gridbox.no-borders.v-35 .grid-row .grid-item {
padding: 0 17.5px;
}
.deeper-gridbox.no-borders.v-30 .grid-row {
margin: 0 -15px;
width: calc(100% + 30px);
}
.deeper-gridbox.no-borders.v-30 .grid-row .grid-item {
padding: 0 15px;
}
.deeper-gridbox.no-borders.v-25 .grid-row {
margin: 0 -12.5px;
width: calc(100% + 25px);
}
.deeper-gridbox.no-borders.v-25 .grid-row .grid-item {
padding: 0 12.5px;
}
.deeper-gridbox.no-borders.v-20 .grid-row {
margin: 0 -10px;
width: calc(100% + 20px);
}
.deeper-gridbox.no-borders.v-20 .grid-row .grid-item {
padding: 0 10px;
}
.deeper-gridbox.no-borders.v-15 .grid-row {
margin: 0 -7.5px;
width: calc(100% + 15px);
}
.deeper-gridbox.no-borders.v-15 .grid-row .grid-item {
padding: 0 7.5px;
}
.deeper-gridbox.no-borders.v-10 .grid-row {
margin: 0 -5px;
width: calc(100% + 10px);
}
.deeper-gridbox.no-borders.v-10 .grid-row .grid-item {
padding: 0 5px;
}
.deeper-gridbox.no-borders.v-5 .grid-row {
margin: 0 -2.5px;
width: calc(100% + 5px);
}
.deeper-gridbox.no-borders.v-5 .grid-row .grid-item {
padding: 0 2.5px;
}
.deeper-gridbox.no-borders.h-100 .grid-row {
margin-bottom: 100px;
}
.deeper-gridbox.no-borders.h-95 .grid-row {
margin-bottom: 95px;
}
.deeper-gridbox.no-borders.h-90 .grid-row {
margin-bottom: 90px;
}
.deeper-gridbox.no-borders.h-85 .grid-row {
margin-bottom: 85px;
}
.deeper-gridbox.no-borders.h-80 .grid-row {
margin-bottom: 80px;
}
.deeper-gridbox.no-borders.h-75 .grid-row {
margin-bottom: 75px;
}
.deeper-gridbox.no-borders.h-70 .grid-row {
margin-bottom: 70px;
}
.deeper-gridbox.no-borders.h-65 .grid-row {
margin-bottom: 65px;
}
.deeper-gridbox.no-borders.h-60 .grid-row {
margin-bottom: 60px;
}
.deeper-gridbox.no-borders.h-55 .grid-row {
margin-bottom: 55px;
}
.deeper-gridbox.no-borders.h-50 .grid-row {
margin-bottom: 50px;
}
.deeper-gridbox.no-borders.h-45 .grid-row {
margin-bottom: 45px;
}
.deeper-gridbox.no-borders.h-40 .grid-row {
margin-bottom: 40px;
}
.deeper-gridbox.no-borders.h-35 .grid-row {
margin-bottom: 35px;
}
.deeper-gridbox.no-borders.h-30 .grid-row {
margin-bottom: 30px;
}
.deeper-gridbox.no-borders.h-25 .grid-row {
margin-bottom: 25px;
}
.deeper-gridbox.no-borders.h-20 .grid-row {
margin-bottom: 20px;
}
.deeper-gridbox.no-borders.h-15 .grid-row {
margin-bottom: 15px;
}
.deeper-gridbox.no-borders.h-10 .grid-row {
margin-bottom: 10px;
}
.deeper-gridbox.no-borders.h-5 .grid-row {
margin-bottom: 5px;
}
.deeper-gridbox.no-borders .grid-row:last-child {
margin-bottom: 0;
}
.custom-css-1 {
display: flex;
align-items: flex-end;
}
.deeper-gridbox.custom-css-1 .grid-row {
display: flex;
align-items: flex-end;
}
.deeper-gridbox.custom-css-1 .grid-row .grid-item {
margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
.deeper-gridbox.grid-lg-1 .grid-item {
width: 100% !important;
}
.deeper-gridbox.grid-lg-2 .grid-item {
width: 50% !important;
}
.deeper-gridbox.grid-lg-3 .grid-item {
width: 33.33% !important;
}
}
@media only screen and (max-width: 991px) {
.wpb_row.no-padding .deeper-gridbox {
max-width: 90%;
margin: 0 auto;
}
.deeper-gridbox .grid-row,
.deeper-gridbox .grid-item {
border-width: 0 !important;
}
.deeper-gridbox .grid-item {
border-top: 1px solid #ececec !important;
}
.deeper-gridbox.border-dark .grid-item {
border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.deeper-gridbox .grid-row:first-child .grid-item:first-child {
border-top: 0 !important;
}
.deeper-gridbox.no-borders .grid-item {
margin-bottom: 30px !important;
}
.deeper-gridbox.no-borders.h-60 .grid-row .grid-item {
margin-bottom: 0 !important;
}
.deeper-gridbox.no-borders .grid-row .grid-item:last-child {
margin-bottom: 0 !important;
}
.deeper-gridbox.grid-md-1 .grid-item {
width: 100% !important;
}
.deeper-gridbox.grid-md-2 .grid-item {
width: 50% !important;
}
.deeper-gridbox.grid-md-3 .grid-item {
width: 33.33% !important;
}
.deeper-gridbox .deeper-fancy-image {
width: 100%;
}
.deeper-gridbox .deeper-fancy-image img {
width: 100%;
height: auto;
}
.deeper-gridbox.no-borders.h-18 .grid-item {
margin-bottom: 18px !important;
}
.deeper-gridbox.grib-border .grid-row .grid-item {
border: none !important;
}
}
@media only screen and (max-width: 767px) {
.deeper-gridbox.no-borders.h-60 .grid-row .grid-item {
margin-bottom: 60px !important;
}
.deeper-gridbox.no-borders.h-60 .grid-row .grid-item:last-child {
margin-bottom: 0 !important;
}
.deeper-gridbox.grid-sm-1 .grid-item {
width: 100% !important;
float: none;
}
.deeper-gridbox.grid-sm-2 .grid-item {
width: 50% !important;
}
.deeper-gridbox.grid-sm-3 .grid-item {
width: 33.33% !important;
}
.custom-css-1,
.deeper-gridbox.custom-css-1 .grid-row {
display: block;
}
.custom-css-1 .deeper-content-box .inner {
padding: 45px 20px 45px !important;
}
.custom-css-1 .deeper-content-box .inner .deeper-text,
.custom-css-1 .deeper-content-box .inner .url-wrap {
text-align: center !important;
}
} .deeper-icon {
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
position: relative;
}
.deeper-icon .icon-wrap {
line-height: 1;
font-size: 20px;
text-align: center;
display: inline-block;
color: #393e46;
position: relative;
}
.deeper-icon .icon-wrap i {
line-height: inherit !important;
transition: 0.3s;
display: inline-block;
}
.deeper-icon.accent-color .icon-wrap {
color: #4a44f2;
}
.deeper-icon.bg-accent .icon-wrap {
background-color: #4a44f2;
}
.deeper-icon.accent-border .icon-wrap {
border-color: #4a44f2;
}
.deeper-icon:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
transition: 0.3s;
z-index: -1;
}
.deeper-icon-box.icon-has-width .deeper-icon {
text-align: center;
}
.deeper-icon-box .heading,
.deeper-icon-box .desc > p:last-child {
margin: 0;
}
@media only screen and (max-width: 991px) {
.deeper-icon-box.icon-left .deeper-icon,
.deeper-icon-box.icon-left .image-wrap,
.deeper-icon-box.icon-right .deeper-icon,
.deeper-icon-box.icon-right .image-wrap {
position: static !important;
margin-bottom: 10px;
}
.deeper-icon-box.icon-left .heading,
.deeper-icon-box.icon-left .desc,
.deeper-icon-box.icon-left .url-wrap,
.deeper-icon-box.icon-right .heading,
.deeper-icon-box.icon-right .desc,
.deeper-icon-box.icon-right .url-wrap {
padding-left: 0 !important;
}
} .deeper-image .image-wrap {
display: inline-block;
} .deeper-icon-box {
position: relative;
}
.deeper-icon-box .heading,
.deeper-icon-box .desc {
transition: 0.3s;
}
.deeper-icon-box .image-wrap.align-center {
margin: 0 auto;
} .deeper-icon-box.icon-top.align-center {
text-align: center;
}
.deeper-icon-box.icon-top.align-center .icon,
.deeper-icon-box.icon-top.align-center .image-wrap {
margin: 0 auto;
}
.deeper-icon-box.icon-top.align-right {
text-align: right;
}
.deeper-icon-box.icon-top.align-right .icon,
.deeper-icon-box.icon-top.align-right .image-wrap {
margin: 0;
} .deeper-icon-box.icon-left {
position: relative;
}
.deeper-icon-box.icon-left .deeper-icon,
.deeper-icon-box.icon-left .image-wrap {
position: absolute;
left: 0;
top: 0;
} .deeper-icon-box.icon-right {
position: relative;
}
.deeper-icon-box.icon-right .deeper-icon,
.deeper-icon-box.icon-right .image-wrap {
position: absolute;
right: 0;
top: 0;
}
.deeper-icon-box.icon-right .heading,
.deeper-icon-box.icon-right .desc,
.deeper-icon-box.icon-right .url-wrap {
text-align: right;
} .deeper-icon-box.icon-left2 .heading {
margin: 0 0 40px 0;
}
.deeper-icon-box.icon-left2 .deeper-icon,
.deeper-icon-box.icon-left2 .image-wrap {
float: left;
}
.deeper-icon-box .heading {
font-size: 22px;
} .deeper-icon-box.custom-1 {
position: relative;
}
.deeper-icon-box.custom-1 .deeper-icon {
position: absolute;
top: -80px;
left: 50%;
transform: translate(-50%, -50%);
}
.deeper-icon-box.custom-1 .deeper-icon .icon-wrap {
background-image: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/shape2.png);
background-size: cover;
} .icb-hover-effect-1 .deeper-icon .icon-wrap i {
-webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
transition: 0.6s;
-webkit-transition: 0.6s;
}
.icb-hover-effect-1:hover .deeper-icon .icon-wrap i {
transform: rotateY(360deg);
} .deeper-link {
position: relative;
display: inline-block;
font-size: 16px;
line-height: 20px;
font-weight: 600;
color: #4a44f2;
}
.deeper-link .letter {
display: inline-block;
}
.deeper-link .line {
position: absolute;
left: 0;
bottom: 0;
content: "";
width: 0;
height: 2px;
transition: 0.3s;
transition: 0.5s cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
.deeper-link .icon {
display: none;
}
.deeper-link:hover .line {
width: 100%;
background-color: #4a44f2;
}  .deeper-link.style-2 .line {
width: 100%;
}
.deeper-link.style-2:hover .line {
width: 0;
} .deeper-link.style-3 {
padding-right: 20px;
}
.deeper-link.style-3 .line {
display: none;
}
.deeper-link.style-3 .icon {
display: block;
color: #4a44f2;
position: absolute;
font-size: 14px;
top: 6px;
right: 3px;
display: inline-block;
transition: 0.3s;
width: 20px;
text-align: right;
}
.deeper-link.style-3:hover .icon {
color: #393e46;
animation: arrowMoving 0.6s;
} .deeper-list {
margin: 0;
}
.deeper-list .list-item {
position: relative;
padding-left: 20px;
margin: 0 0 60px;
list-style: none;
}
.deeper-list .list-item:last-child {
margin-bottom: 0 !important;
}
.deeper-list .list-item .title {
font-size: 22px;
margin-bottom: 20px;
}
.deeper-list .list-item .desc {
margin-bottom: 0;
}
.deeper-list .deeper-icon {
position: absolute;
top: 0;
left: 0;
}
.deeper-list .deeper-icon .icon-wrap {
font-size: 16px;
line-height: inherit;
} .deeper-news-box {
position: relative;
}
.deeper-news-box .thumb {
overflow: hidden;
}
.deeper-news-box .thumb img {
transition: 0.5s;
}
.deeper-news-box:hover .thumb img {
transform: scale(1.1);
}
.deeper-news-box .texts {
position: relative;
transition: 0.3s;
}
.deeper-news-box .author-wrap {
position: relative;
padding-left: 70px;
margin-bottom: 35px;
}
.deeper-news-box .author-wrap .author-info {
padding-top: 5px;
}
.deeper-news-box .avatar {
width: 50px;
height: 50px;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
}
.deeper-news-box .author-name,
.deeper-news-box .date {
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
color: #6a727f;
display: block;
}
.deeper-news-box .author-name .name {
color: #393e46;
}
.deeper-news-box .title {
font-size: 22px;
line-height: 33px;
margin-bottom: 25px;
}
.deeper-news-box .meta-wrap {
margin-bottom: 28px;
font-size: 16px;
}
.deeper-news-box .meta-wrap .cat-item a {
color: #6a727f;
}
.deeper-news-box .title a:hover,
.deeper-news-box .meta-wrap .cat-item a:hover {
color: #4a44f2;
}
.deeper-news-box .post-link {
color: #4a44f2;
position: relative;
padding-bottom: 2px;
}
.deeper-news-box .post-link:after {
position: absolute;
bottom: 0;
left: 0;
content: "";
background-color: #4a44f2;
width: 0;
height: 2px;
transition: 0.3s;
}
.deeper-news-box .post-link:hover:after {
width: 100%;
}
.accent-purple .deeper-news-box.style-2 .title a:hover,
.accent-purple .deeper-news-box.style-2 .meta-wrap .cat-item a:hover {
color: #4d41e2;
}
.accent-purple .deeper-news-box.style-2 .post-link {
color: #4d41e2;
}
.accent-purple .deeper-news-box.style-2 .post-link:after {
background-color: #4d41e2;
} .deeper-cubeportfolio.text-white .title a {
color: #fff;
}
.deeper-cubeportfolio.text-white .title:hover a {
opacity: 0.7;
}
.deeper-cubeportfolio.text-white .cat-item a {
color: #babfc6;
}
.deeper-cubeportfolio.text-white .meta-wrap .cat-item a:hover {
opacity: 0.7;
color: #babfc6;
}
.deeper-cubeportfolio.hover-text-white .title a,
.deeper-cubeportfolio.hover-text-white .cat-item a {
color: inherit;
}
.deeper-cubeportfolio.hover-text-white .cat-item a,
.deeper-cubeportfolio.hover-text-white .title {
color: #808996;
}
.deeper-cubeportfolio.hover-text-white .cat-item:hover a,
.deeper-cubeportfolio.hover-text-white .title:hover {
color: #fff;
} .deeper-news-box.style-1 .thumb {
border-radius: 10px;
overflow: hidden;
margin-bottom: 33px;
}
.deeper-news-box.style-1 .title {
margin-bottom: 12px;
max-width: 85%;
}
.deeper-news-box.style-1 .cat-item {
font-size: 14px;
line-height: 34px;
}
.deeper-news-box.style-1 .meta-wrap {
margin-bottom: 0;
} .deeper-news-block {
display: flex;
}
.deeper-news-block .first-post,
.deeper-news-block .posts-wrap {
flex-basis: 570px;
}
.deeper-news-block .first-post {
margin-right: 30px;
}
.deeper-news-block .deeper-news-box {
position: relative;
box-shadow: 0 30px 70px 0 rgba(193, 210, 212, 0.5);
border-radius: 10px;
overflow: hidden;
}
.deeper-news-block .deeper-news-box .post-title {
font-size: 22px;
line-height: 35px;
}
.deeper-news-block .posts-wrap .deeper-news-box {
margin-bottom: 25px;
min-height: 170px;
}
.deeper-news-block .posts-wrap .deeper-news-box .thumb {
position: absolute;
top: 0;
left: 0;
width: 170px;
}
.deeper-news-block .posts-wrap .deeper-news-box .text {
padding: 30px 35px 20px 200px;
}
.deeper-news-block .posts-wrap .deeper-news-box .post-title {
margin-bottom: 16px;
}
.deeper-news-block .posts-wrap .deeper-news-box .desc {
display: none;
}
.deeper-news-block .first-post .deeper-news-box .post-title {
max-width: 80%;
}
.deeper-news-block .first-post .deeper-news-box .text {
padding: 32px 40px;
}
.deeper-news-block .first-post .deeper-news-box .date {
display: none;
}
.deeper-news-block .first-post .deeper-news-box .desc {
margin-bottom: 0;
}
@media (max-width: 991px) {
.deeper-news-block {
display: block;
}
.deeper-news-block .first-post {
margin: 0 0 30px;
}
.deeper-news-block .first-post .thumb img {
width: 100%;
height: auto;
}
.deeper-news-block .first-post .deeper-news-box .post-title {
max-width: 100%;
}
}
@media (max-width: 575px) {
.deeper-news-block .posts-wrap .deeper-news-box .thumb {
position: relative;
margin: 30px 30px 10px;
}
.deeper-news-block .posts-wrap .deeper-news-box .thumb img {
border-radius: 20px;
overflow: hidden;
}
.deeper-news-block .posts-wrap .deeper-news-box .text {
padding: 30px;
}
} .deeper-parallax-box {
position: relative;
width: 100%;
}
.deeper-parallax-item {
display: inline-block;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
}
.deeper-parallax-item.has-width img {
width: 100%;
height: auto;
}
.i3-10 {
animation: 3s dots1 infinite 1s;
opacity: 0;
}
.i3-11 {
animation: 3s dots2 infinite 1s;
opacity: 0;
}
.i3-12 {
animation: 3s dots3 infinite 1s;
opacity: 0;
}
@keyframes dots1 {
0% {
opacity: 0;
}
24% {
opacity: 0;
}
25% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes dots2 {
0% {
opacity: 0;
}
49% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes dots3 {
0% {
opacity: 0;
}
74% {
opacity: 0;
}
75% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@media (max-width: 991px) {
.deeper-parallax-item.parallax-custom-1 {
margin-top: 3% !important;
}
} .deeper-partner {
transition: 0.3s;
}
.deeper-partner .partner-logo {
transition: 0.3s;
}
.deeper-partner .partner-logo img {
width: 100%;
height: auto;
} .deeper-partner.hover-effect-1:hover .partner-logo {
opacity: 0.3;
}
.deeper-partner.hover-effect-2:hover .partner-logo {
transform: scale(1.2);
}
.deeper-partner.hover-effect-3:hover .partner-logo {
filter: grayscale(100%);
opacity: 0.3;
}
.deeper-partner.hover-effect-4 {
border-radius: 10px;
overflow: hidden;
}
.deeper-partner.hover-effect-4 .partner-logo {
background-color: #fff !important;
}
.deeper-partner.hover-effect-4 .partner-logo img {
filter: brightness(0.7);
}
.deeper-partner.hover-effect-4:hover .partner-logo {
background-color: #4a44f2 !important;
}
.deeper-partner.hover-effect-4:hover .partner-logo img {
filter: brightness(1);
}
.deeper-partner.hover-effect-5 .partner-logo {
opacity: 0.3;
}
.deeper-partner.hover-effect-5:hover .partner-logo {
opacity: 1;
} .deeper-carousel-box.hover-grayscale .flickity-viewport:hover .item-flickity .deeper-partner .partner-logo,
.deeper-carousel-box.hover-grayscale .item-flickity .deeper-partner .partner-logo {
filter: grayscale(100%);
opacity: 0.4;
}
.deeper-carousel-box.hover-grayscale .flickity-viewport:hover .item-flickity .deeper-partner:hover .partner-logo,
.deeper-carousel-box.hover-grayscale .item-flickity.center .deeper-partner .partner-logo {
filter: none;
opacity: 1;
} .deeper-piechart .piechart {
max-width: 150px;
}
.deeper-piechart.align-center .piechart {
margin-left: auto;
margin-right: auto;
}
.deeper-piechart .inner-circle {
position: absolute;
top: 10%;
left: 10%;
height: 80%;
width: 80%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.deeper-piechart .piechart .progressbar-text {
width: 100%;
text-align: center;
font-size: 28px;
letter-spacing: -0.25px;
color: #393e46 !important;
}
.deeper-piechart .piechart svg {
stroke-linecap: round;
transform: scaleX(-1);
}
.deeper-piechart .piechart path:first-child {
stroke: #ededed !important;
}
.deeper-piechart .piechart path:last-child {
stroke: url(#piechart-gradient) #fff !important;
}
#piechart-gradient stop.start-color {
stop-color: #4a44f2 !important;
}
#piechart-gradient stop.end-color {
stop-color: #80d0c7 !important;
}
.deeper-piechart .title {
margin-bottom: 20px;
font-size: 22px;
}
.deeper-piechart .desc {
margin-bottom: 0;
} .deeper-progress {
position: relative;
}
.deeper-progress .perc-wrap {
line-height: normal;
margin: 0;
}
.deeper-progress .progress-bar {
position: relative;
width: 100%;
height: 6px;
background-color: #e6f3fe;
border-radius: 5px;
margin-bottom: 34px;
}
.deeper-progress .progress-animate {
position: absolute;
top: 0;
left: 0;
height: 6px;
width: 0;
transition: width ease 1s;
border-radius: 5px;
}
.deeper-progress .progress-animate.accent,
.deeper-progress .progress-animate.accent:after {
background-color: #4a44f2;
}
.deeper-progress .perc {
width: 0;
text-align: right;
opacity: 0;
transition: all ease 1s;
position: absolute;
top: -20px;
}
.deeper-progress .perc .number-wrap {
display: inline-block;
transform: translateX(50%);
}
.deeper-progress .perc.accent {
color: #4a44f2;
}
.deeper-progress .perc.show {
opacity: 1;
} .deeper-progress.style-2 .heading {
font-size: 22px;
line-height: 35px;
font-family: "Raleway";
font-weight: 800;
color: #393e46;
margin-bottom: 20px;
}
.deeper-progress.style-2 .progress-bar {
background-color: transparent;
margin-bottom: 23px;
}
.deeper-progress.style-2 .progress-animate {
background-image: linear-gradient(to right, #7d4ae4, #5376e7);
}
.deeper-progress.style-2 .inner-wrap {
position: relative;
}
.deeper-progress.style-2 .perc {
position: absolute;
top: 0;
left: 0;
font-size: 80px;
line-height: 1;
color: #393e46;
font-weight: 300;
}
.deeper-progress.style-2 .perc .suffix {
font-size: 50px;
}
.deeper-progress.style-2 .desc {
padding: 13px 0 0 170px;
max-width: 470px;
}
@media (max-width: 991px) {
.deeper-parallax-item.item-circle {
width: 100% !important;
left: 0 !important;
}
.deeper-parallax-item.item-phone {
width: 68% !important;
left: 16% !important;
margin-top: 40px !important;
}
.deeper-parallax-item.item-box-1 {
width: 50% !important;
right: -6% !important;
}
.deeper-parallax-item.item-box-2 {
width: 50% !important;
left: 0 !important;
}
.deeper-parallax-item.item-box-3 {
width: 50% !important;
right: -5% !important;
}
.deeper-parallax-item.item-box-4 {
width: 50% !important;
left: 10% !important;
}
} .deeper-price-box {
position: relative;
padding: 72px 20px 70px;
background-color: #fff;
border-radius: 10px;
transition: 0.3s;
overflow: hidden;
}
.deeper-price-box .url-wrap {
text-align: center !important;
}
.deeper-price-box .plan-name {
font-size: 22px;
line-height: 35px;
margin-bottom: 15px;
}
.deeper-price-box .plan-desc {
margin-bottom: 18px;
}
.deeper-price-box .price {
position: relative;
font-size: 70px;
line-height: 1;
color: #393e46;
margin-bottom: 40px;
}
.deeper-price-box .price .price-inner {
display: inline-flex;
align-items: baseline;
}
.deeper-price-box .price .suffix,
.deeper-price-box .price .prefix {
display: inline-block;
}
.deeper-price-box .price .prefix {
font-size: 36px;
margin: 6px 4px 0;
align-self: end;
}
.deeper-price-box .price .suffix {
padding-left: 8px;
font-size: 18px;
color: #6a727f;
}
.deeper-price-box .features {
margin-bottom: 52px;
color: #393e46;
font-size: 18px;
line-height: 36px;
}
.deeper-price-box ul {
margin: 0;
}
.deeper-price-box ul li {
list-style: none;
font-size: 18px;
font-weight: 400;
margin-bottom: 12px;
}
.deeper-price-box ul li:last-child {
margin-bottom: 0;
} .group-price-box:hover .vc_column_container .deeper-price-box:hover,
.group-price-box .vc_column_container:nth-child(2) .deeper-price-box {
box-shadow: 0 30px 100px 15px rgba(225, 225, 225, 0.3);
}
.group-price-box:hover .vc_column_container .deeper-price-box {
box-shadow: none;
} .dark-mode .deeper-price-box {
background-color: #222831;
box-shadow: none !important;
}
.dark-mode .deeper-price-box .features {
color: #808996;
}
.dark-mode .deeper-price-box:hover,
.dark-mode .vc_column_container:nth-child(2) .deeper-price-box {
background-color: #252c36;
} .project-item {
overflow: hidden;
}
.project-item .project-image {
position: relative;
border: none;
overflow: hidden;
border-radius: 10px;
transition: 0.3s;
}
.project-item .project-image:after {
position: absolute;
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
z-index: 0;
background-color: #4a44f2;
transition: 0.5s;
transform: scale(0.8);
opacity: 0;
}
.project-item .project-image > * {
z-index: 1;
}
.deeper-project-box .project-image img,
.project-item .project-image img {
transition: 0.5s;
width: 100%;
height: auto;
z-index: 0;
}
.project-item .project-image .arrow {
color: #fff;
font-size: 30px;
display: inline-block;
position: absolute;
top: 35px;
right: 20px;
opacity: 0;
transform: translateY(20px);
transition: 0.5s;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
}
.project-item .project-image .text-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 35px 50px;
text-align: center;
color: #fff;
opacity: 0;
transform: translate(-50%, -50%);
transition: 0.5s;
transform: translateY(20px);
}
.project-item .text-wrap .project-title {
transition: 0.3s;
margin-bottom: 0;
}
.project-item .text-wrap .project-title a {
color: inherit;
}
.project-item .project-image .text-wrap .project-title {
font-size: 36px;
line-height: 56px;
color: #fff;
margin-bottom: 0;
}
.project-item .text-wrap .project-title:hover {
opacity: 0.7;
}
.project-item .project-image:hover img {
transform: scale(1.1);
}
.project-item .project-image:hover:after {
transform: scale(1);
opacity: 0.9;
}
.project-item .project-image:hover .text-wrap {
opacity: 1;
transform: translateY(0);
}
.project-item .project-image:hover .arrow {
opacity: 1;
} .project-carousel.style-2 .project-item {
display: flex;
align-items: center;
justify-content: space-between;
}
.project-carousel.style-2 .text-wrap {
position: relative;
top: unset;
left: unset;
padding: 0;
transform: none;
opacity: 1;
text-align: left;
flex-basis: 500px;
margin-right: 30px;
}
.project-carousel.style-2 .project-item .project-image {
flex-basis: 570px;
background-color: transparent;
}
.project-carousel.style-2 .project-item .project-image:after {
display: none;
}
.project-carousel.style-2 .project-item .project-image:hover img {
opacity: 1;
}
.project-carousel.style-2 .project-cat {
font-weight: 700;
color: #fd7b82;
letter-spacing: 0.75px;
text-transform: uppercase;
margin-bottom: 30px;
}
.project-carousel.style-2 .project-title {
margin-bottom: 30px;
color: #fff;
}
.project-carousel.style-2 .project-desc {
margin-bottom: 60px;
color: #bfc0c2;
}
.project-carousel.style-2 .project-link {
font-size: 16px;
line-height: 26px;
font-weight: 600;
border-radius: 5px;
display: inline-block;
padding: 15px 60px;
color: #fff;
background-image: linear-gradient(to right, #ff4b2b, #ff416c);
}
.portfolio-carousel {
position: relative;
}
.portfolio-carousel .status-wrap {
display: block;
text-align: center;
position: absolute;
bottom: 10px;
left: 0;
width: 100%;
}
.portfolio-carousel .carousel-status {
display: inline-block;
color: #fff;
font-size: 16px;
font-weight: 700;
} .project-carousel.style-3 .project-item .project-image:after {
display: none;
}
.project-carousel.style-3 .text-wrap {
opacity: 1;
transform: translateY(0);
}
.project-carousel.style-3 .project-image .project-title {
font-size: 22px;
line-height: 35px;
margin-bottom: 12px;
}
.project-carousel.style-3 .project-cat {
font-size: 14px;
} .project-carousel.style-4 .project-item {
padding: 0 100px;
position: relative;
}
.project-carousel.style-4 .project-image:after {
display: none;
}
.project-carousel.style-4 .text-wrap {
position: absolute;
padding: 0;
top: 50%;
left: 0;
transform: translateY(-50%);
opacity: 0;
max-width: 300px;
transition: 0.3s;
text-align: left;
}
.project-carousel.style-4 .text-wrap .project-title {
color: #fff;
}
.project-carousel.style-4 .viewmore-btn {
position: absolute;
left: 40px;
bottom: 35px;
color: #fff;
font-size: 16px;
font-weight: 700;
opacity: 0;
}
.project-carousel.style-4 .item-flickity.center .text-wrap,
.project-carousel.style-4 .project-item:hover .text-wrap,
.project-carousel.style-4 .item-flickity.center .viewmore-btn,
.project-carousel.style-4 .project-item:hover .viewmore-btn {
opacity: 1;
} .deeper-cubeportfolio.style-2 .project-item .project-image:hover:after {
display: none;
}
.deeper-cubeportfolio.style-2 .project-item .text-wrap {
position: relative;
top: unset;
left: unset;
padding: 0;
transform: none;
opacity: 1;
text-align: left;
}
.deeper-cubeportfolio.style-2 .project-item .project-title {
font-size: 22px;
line-height: 35px;
font-weight: 800;
max-width: 78%;
margin: 30px 0 13px;
}
.deeper-cubeportfolio.style-2 .project-item .project-title a {
color: #393e46;
}
.deeper-cubeportfolio.style-2 .project-item .project-title a:hover {
color: #4a44f2;
}
.deeper-cubeportfolio.style-2 .project-item .project-cat {
font-size: 14px;
}
.deeper-cubeportfolio.style-2 .project-item .project-cat a {
color: #6a727f;
} .deeper-cubeportfolio.style-3 .project-item .project-image:hover:after {
display: none;
}
.deeper-cubeportfolio.style-3 .project-item .text-wrap {
position: relative;
top: unset;
left: unset;
padding: 0;
transform: none;
opacity: 1;
text-align: left;
}
.deeper-cubeportfolio.style-3 .project-item .project-title {
font-size: 22px;
line-height: 35px;
font-weight: 800;
max-width: 240px;
margin: 30px 0 13px;
}
.deeper-cubeportfolio.style-3 .project-item .project-title a {
color: #393e46;
}
.deeper-cubeportfolio.style-3 .project-item .project-title a:hover {
color: #4a44f2;
}
.deeper-cubeportfolio.style-3 .project-item .project-cat {
font-size: 14px;
}
.deeper-cubeportfolio.style-3 .project-item .project-cat a {
color: #6a727f;
} .deeper-cubeportfolio.style-4 .project-item .text-wrap {
opacity: 1;
text-align: center;
transform: translateY(65px);
}
.deeper-cubeportfolio.style-4 .project-item .project-image:hover .text-wrap {
transform: translateY(0);
}
.deeper-cubeportfolio.style-4 .project-item .project-title {
font-size: 22px;
line-height: 35px;
color: #fff;
}
.deeper-cubeportfolio.style-4 .project-item .project-title:hover {
opacity: 0.7;
}
.deeper-cubeportfolio.style-4 .project-item .project-cat {
margin-top: 7px;
}
.deeper-cubeportfolio.style-4 .project-item .project-cat a {
font-size: 14px;
color: #fff;
}
.deeper-cubeportfolio.style-4 .project-item .project-cat a:hover {
opacity: 0.7;
}
.deeper-cubeportfolio.style-4 .project-item .project-btn {
color: #fff;
font-size: 16px;
line-height: 30px;
font-weight: 600;
background-color: #2d63d1;
border-radius: 5px;
display: inline-block;
padding: 13px 60px;
width: max-content;
margin-top: 50px;
opacity: 0;
transition: 0.5s;
}
.deeper-cubeportfolio.style-4 .project-item .project-image:hover .project-btn {
opacity: 1;
}
.deeper-cubeportfolio.style-4 .project-item .project-image:after {
background-color: #1a2b5f;
}
.deeper-cubeportfolio.style-4 .project-item .project-image:hover:after {
opacity: 0.8;
} .cube-filter {
text-align: center;
margin-bottom: 85px;
}
.cube-filter .cbp-filter-item {
display: inline-block;
margin: 0 60px;
cursor: pointer;
}
.cube-filter .cbp-filter-item span {
font-family: "Raleway";
position: relative;
display: inline-block;
font-size: 36px;
line-height: 56px;
font-weight: 800;
transition: 0.3s;
margin-bottom: 35px;
}
.cube-filter .cbp-filter-item span:after {
position: absolute;
bottom: 8px;
left: 0;
width: 0%;
content: "";
height: 2px;
background-color: #4a44f2;
transition: 0.3s;
}
.cube-filter .cbp-filter-item span:hover,
.cube-filter .cbp-filter-item.cbp-filter-item-active span {
color: #4a44f2;
}
.cube-filter .cbp-filter-item span:hover:after,
.cube-filter .cbp-filter-item.cbp-filter-item-active span:after {
width: 100%;
}
.cbp-l-filters-alignCenter .cbp-filter-item {
padding: 0 5px;
}
.cbp-filter-counter {
display: none;
}
.project-loadmore {
text-align: center;
margin-top: 70px;
}
.project-loadmore .loadmore-btn {
position: relative;
font-size: 18px;
line-height: 30px;
color: #fff;
cursor: pointer;
padding: 18px 70px;
border-radius: 5px;
background-color: #4d41e2;
font-weight: 600;
overflow: hidden;
display: inline-block;
}
.project-loadmore .loadmore-btn:after {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
content: "";
background-color: #4d41e2;
transition: 0.3s;
}
.project-loadmore .loadmore-btn:hover:after {
width: 100%;
}
.project-reveal.is-in-view .deeper-project-box {
position: relative;
}
.project-reveal.is-in-view .deeper-project-box,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.project-reveal.is-in-view .deeper-project-box .project-item,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item .cbp-item-wrapper {
-webkit-animation-name: hide-show;
animation-name: hide-show;
}
.project-reveal.is-in-view .deeper-project-box:after,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #ddd;
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
-webkit-animation-name: reveal-from-left;
animation-name: reveal-from-left;
}
.project-reveal.is-in-view .deeper-project-box .project-item,
.deeper-cubeportfolio.reveal .cbp-item .cbp-item-wrapper {
opacity: 0;
}
.project-reveal.is-in-view .wpb_column:nth-child(1) .deeper-project-box .project-item,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(1) .cbp-item-wrapper {
animation: 0.5s hidden forwards 0s, 1s hide-show cubic-bezier(0.86, 0, 0.07, 1) forwards 0.5s;
}
.project-reveal.is-in-view .wpb_column:nth-child(2) .deeper-project-box .project-item,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(2) .cbp-item-wrapper {
animation: 1s hidden forwards 0s, 1s hide-show cubic-bezier(0.86, 0, 0.07, 1) forwards 1s;
}
.project-reveal.is-in-view .wpb_column:nth-child(3) .deeper-project-box .project-item,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(3) .cbp-item-wrapper {
animation: 1.5s hidden forwards 0s, 1s hide-show cubic-bezier(0.86, 0, 0.07, 1) forwards 1.5s;
}
.project-reveal.is-in-view .wpb_column:nth-child(4) .deeper-project-box .project-item,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(4) .cbp-item-wrapper {
animation: 2s hidden forwards 0s, 1s hide-show cubic-bezier(0.86, 0, 0.07, 1) forwards 2s;
}
.project-reveal.is-in-view .wpb_column:nth-child(5) .deeper-project-box .project-item,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(5) .cbp-item-wrapper {
animation: 2.5s hidden forwards 0s, 1s hide-show cubic-bezier(0.86, 0, 0.07, 1) forwards 2.5s;
}
.project-reveal.is-in-view .wpb_column:nth-child(6) .deeper-project-box .project-item,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(6) .cbp-item-wrapper {
animation: 3s hidden forwards 0s, 1s hide-show cubic-bezier(0.86, 0, 0.07, 1) forwards 3s;
}
.project-reveal.is-in-view .wpb_column:nth-child(7) .deeper-project-box .project-item,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(7) .cbp-item-wrapper {
animation: 3.5s hidden forwards 0s, 1s hide-show cubic-bezier(0.86, 0, 0.07, 1) forwards 3.5s;
}
.project-reveal.is-in-view .wpb_column:nth-child(8) .deeper-project-box .project-item,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(8) .cbp-item-wrapper {
animation: 4s hidden forwards 0s, 1s hide-show cubic-bezier(0.86, 0, 0.07, 1) forwards 4s;
}
.project-reveal.is-in-view .wpb_column:nth-child(9) .deeper-project-box .project-item,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(9) .cbp-item-wrapper {
animation: 4.5s hidden forwards 0s, 1s hide-show cubic-bezier(0.86, 0, 0.07, 1) forwards 4.5s;
}
.project-reveal.is-in-view .wpb_column:nth-child(10) .deeper-project-box .project-item,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(10) .cbp-item-wrapper {
animation: 5s hidden forwards 0s, 1s hide-show cubic-bezier(0.86, 0, 0.07, 1) forwards 5s;
}
.project-reveal.is-in-view .wpb_column:nth-child(1) .deeper-project-box:after,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(1):after {
animation-delay: 0.5s;
}
.project-reveal.is-in-view .wpb_column:nth-child(2) .deeper-project-box:after,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(2):after {
animation-delay: 1s;
}
.project-reveal.is-in-view .wpb_column:nth-child(3) .deeper-project-box:after,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(3):after {
animation-delay: 1.5s;
}
.project-reveal.is-in-view .wpb_column:nth-child(4) .deeper-project-box:after,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(4):after {
animation-delay: 2s;
}
.project-reveal.is-in-view .wpb_column:nth-child(5) .deeper-project-box:after,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(5):after {
animation-delay: 2.5s;
}
.project-reveal.is-in-view .wpb_column:nth-child(6) .deeper-project-box:after,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(6):after {
animation-delay: 3s;
}
.project-reveal.is-in-view .wpb_column:nth-child(7) .deeper-project-box:after,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(7):after {
animation-delay: 3.5s;
}
.project-reveal.is-in-view .wpb_column:nth-child(8) .deeper-project-box:after,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(8):after {
animation-delay: 4s;
}
.project-reveal.is-in-view .wpb_column:nth-child(9) .deeper-project-box:after,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(9):after {
animation-delay: 4.5s;
}
.project-reveal.is-in-view .wpb_column:nth-child(10) .deeper-project-box:after,
.deeper-cubeportfolio.reveal.is-in-view .cbp-item:nth-child(10):after {
animation-delay: 5s;
} .project-carousel .project-item {
position: relative;
}
.project-carousel .project-item .project-image {
background-color: #4a44f2;
overflow: hidden;
}
.project-carousel .project-item .project-image img {
transition: 0.3s;
}
.project-carousel .item-flickity.center .project-item .project-image img {
opacity: 1;
} .related-projects {
padding: 120px 0 150px;
}
.related-projects .pre-title {
margin-bottom: 20px;
}
.related-projects .title {
position: relative;
margin-bottom: 55px;
}
.related-projects .project-carousel .project-item .project-image {
position: relative;
}
.related-projects .project-carousel .project-item .project-image img {
opacity: 1;
}
.related-projects .project-carousel .project-item .text-wrap .project-title {
color: #fff;
}
@media (max-width: 1024px) {
.project-carousel.style-4 .project-item {
padding: 0 20px;
}
}
@media (max-width: 991px) {
.deeper-cubeportfolio img {
transition: 0s !important;
}
.project-carousel.style-2 .project-item {
display: block;
}
.project-carousel.style-2 .text-wrap {
margin: 0 0 30px;
}
.portfolio-carousel .carousel-status {
margin-left: 0;
}
}
@media (max-width: 575px) {
.project-carousel.style-4 .project-item .project-title {
font-size: 22px;
line-height: 34px;
max-width: 80%;
}
.project-carousel.style-4 .project-item .viewmore-btn {
left: 20px;
bottom: 10px;
}
} .octavian-intro-box .slick-nav-item {
margin-bottom: 20px;
padding: 40px 60px;
background-color: #f0f8ff;
border-radius: 20px;
text-align: center;
overflow: hidden;
z-index: 0;
}
.octavian-intro-box .slick-nav-item:after,
.octavian-intro-box .slick-nav-item:before {
position: absolute;
bottom: 0;
left: 0;
content: "";
width: 100%;
height: 5px;
transition: 0s;
}
.octavian-intro-box .slick-nav-item .title {
font-size: 18px;
margin-bottom: 13px;
color: #6a727f;
}
.octavian-intro-box .slick-nav-item .desc {
font-size: 16px;
}
.octavian-intro-box .slick-nav-item.slick-current {
background-color: #323754;
transition: 0.3s;
}
.octavian-intro-box .slick-nav-item.slick-current .title {
color: #fff;
transition: 0.3s;
}
.octavian-intro-box .slick-nav-item.slick-current .desc {
color: #acacac;
transition: 0.3s;
}
.octavian-intro-box .slick-nav-item.slick-current:after {
background-color: #7c7c7c;
z-index: 1;
}
.octavian-intro-box .slick-nav-item.slick-current:before {
animation: 3.5s progress;
background-color: #00dadc;
z-index: 2;
}
.deeper-slick-slider .slick-nav-item {
cursor: pointer;
border: none;
position: relative;
}
.deeper-slick-slider.style-1 .slick-nav-item,
.deeper-slick-slider.style-2 .slick-nav-item {
margin-bottom: 20px;
}
@media (min-width: 992px) { .deeper-slick-slider.special-style-1 .slick-slider .slick-content-item {
height: 430px;
display: flex;
}
.deeper-slick-slider.special-style-1 .slick-slider .slick-content-item > div {
align-self: center;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav {
height: 430px;
width: 100%;
position: relative;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-list,
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-track {
height: 100% !important;
overflow: visible !important;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item {
position: absolute;
top: 0;
left: 0;
height: max-content;
width: auto !important;
border-radius: 50%;
transition: 0.5s;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item > div {
transition: 0.3s;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item:hover .vc_single_image-wrapper {
background-color: #393e46;
border-radius: 50%;
overflow: hidden;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item:hover .vc_single_image-wrapper img {
opacity: 0.7;
transition: 0.3s;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item > div > figure {
border-radius: 50%;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick-current > div > figure {
box-shadow: 0 30px 70px 0 rgba(193, 210, 212, 0.7);
}
.deeper-slick-slider.special-style-1.no-shadow-active .slick-slider-nav .slick-nav-item.slick-current > div > figure {
box-shadow: none;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-track {
width: auto !important;
transform: none !important;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item {
top: 0;
left: 0;
z-index: -1;
opacity: 0;
transition: 0s !important;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick0,
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick1,
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick2,
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick3,
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick4 {
z-index: 1;
opacity: 1;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item {
transition: 0.5s;
position: absolute;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item > div {
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: width 0s, height 0s;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item img {
width: 100%;
height: auto;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick1 {
top: 50%;
transform: translateY(-50%);
width: 70px !important;
height: 70px;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick1 > div {
width: 70px;
height: 70px;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick2 {
top: unset;
bottom: 0;
left: 11.667%;
width: 100px !important;
height: 100px;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick2 > div {
width: 100px;
height: 100px;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick3 {
left: 16.667%;
width: 100px !important;
height: 100px;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick3 > div {
width: 100px;
height: 100px;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick4 {
left: 31.667%;
top: 50%;
transform: translateY(-50%);
width: 170px !important;
height: 170px;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick4 > div {
width: 170px;
height: 170px;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick0 {
left: unset;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 100px !important;
height: 100px;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.slick0 > div {
width: 100px;
height: 100px;
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.show > div > figure {
animation: 0.5s slickShow linear;
opacity: 1;
}
@keyframes slickShow {
0% {
opacity: 0;
transform: scale(0.8);
}
100% {
opacity: 1;
transform: scale(1);
}
}
.deeper-slick-slider.special-style-1 .slick-slider-nav .slick-nav-item.hide > div > figure {
animation: 0.5s slickHide linear;
opacity: 0;
}
@keyframes slickHide {
0% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(0.7);
}
}
}
@media (max-width: 991px) {
.deeper-slick-slider.style-1 .slick-container,
.deeper-slick-slider.style-2 .slick-container {
float: none !important;
width: 100% !important;
}
.deeper-slick-slider.style-1 .slick-slide,
.deeper-slick-slider.style-2 .slick-slide {
margin-bottom: 30px;
}
.deeper-slick-slider.style-1 .slick-slider-nav,
.deeper-slick-slider.style-2 .slick-slider-nav {
margin-right: -30px;
}
.deeper-slick-slider.style-1 .slick-nav .slick-nav-item .deeper-slick-slider.style-2 .slick-nav .slick-nav-item {
margin: 0 30px 0 0;
}
.deeper-slick-slider.special-style-1 .slick-nav {
max-width: 100px !important;
}
.deeper-slick-slider.special-style-1 .slick-content {
width: calc(100% - 160px) !important;
}
.deeper-slick-slider.special-style-1 .slick-nav-item {
max-width: 100px;
margin: 15px 0;
transition: 0.3s;
} .deeper-slick-slider.special-style-1 .slick-slider .slick-content-item {
height: 390px;
display: flex;
}
.deeper-slick-slider.special-style-1 .slick-slider .slick-content-item > div {
align-self: center;
}
}
@media (max-width: 575px) {
.deeper-slick-slider.special-style-1 .slick-nav,
.deeper-slick-slider.special-style-1 .slick-content {
float: none !important;
width: 100% !important;
}
.deeper-slick-slider.special-style-1 .slick-nav {
max-width: 80% !important;
}
.deeper-slick-slider.special-style-1 .slick-nav-item {
margin: 0 15px 0 0;
}
} .deeper-socials a {
display: inline-block;
font-size: 18px;
margin: 10px;
}
.deeper-socials.social-dark a {
color: #232733;
}
.deeper-socials.social-white a {
color: #fff;
}
.deeper-socials.social-accent a {
color: #fd6e56;
}
.deeper-socials.hover-social-dark a:hover {
color: #232733 !important;
}
.deeper-socials.hover-social-white a:hover {
color: #fff !important;
}
.deeper-socials.hover-social-accent a:hover {
color: #fd6e56 !important;
}
.deeper-socials.circle a,
.deeper-socials.square a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin: 5px;
font-size: 14px;
}
.deeper-socials.circle a {
border-radius: 50%;
}
.deeper-socials.circle.social-bg-white a,
.deeper-socials.square.social-bg-white a {
box-shadow: 0 0 0 1px;
background-color: #fff;
}
.deeper-socials.circle.social-bg-dark a,
.deeper-socials.square.social-bg-dark a {
background-color: #232733;
}
.deeper-socials.circle.social-bg-accent a,
.deeper-socials.square.social-bg-accent a {
background-color: #fd6e56;
}
.deeper-socials.circle.hover-social-bg-white a:hover,
.deeper-socials.square.hover-social-bg-white a:hover {
box-shadow: 0 0 0 1px #fff;
background-color: #fff !important;
}
.deeper-socials.circle.hover-social-bg-dark a:hover,
.deeper-socials.square.hover-social-bg-dark a:hover {
background-color: #232733 !important;
}
.deeper-socials.circle.hover-social-bg-accent a:hover,
.deeper-socials.square.hover-social-bg-accent a:hover {
background-color: #fd6e56 !important;
}
.deeper-socials.social-colorful a.facebook {
color: #3b5998;
}
.deeper-socials.social-colorful a.twitter {
color: #00aced;
}
.deeper-socials.social-colorful a.google {
color: #dc4a38;
}
.deeper-socials.social-colorful a.dribbble {
color: #ea4c89;
}
.deeper-socials.social-colorful a.youtube {
color: #bb0000;
}
.deeper-socials.social-colorful a.linkedin {
color: #007bb6;
}
.deeper-socials.social-colorful a.instagram {
color: #fe1f49;
}
.deeper-socials.social-colorful a.pinterest {
color: #cb2027;
}
.deeper-socials.social-colorful a.flickr {
color: #ff0084;
}
.deeper-socials.social-colorful a.rss {
color: #f2890a;
}
.deeper-socials.social-colorful a.behance {
color: #1769ff;
}
.deeper-socials.social-colorful a.vine {
color: #00bf8f;
}
.deeper-socials.social-colorful a.email {
color: #7d7d7d;
}
.deeper-socials.social-colorful a.sms {
color: #ffbd00;
}
.deeper-socials.social-colorful a.sharethis {
color: #95d03a;
}
.deeper-socials.social-colorful a.reddit {
color: #ff4500;
}
.deeper-socials.social-colorful a.tumblr {
color: #32506d;
}
.deeper-socials.social-colorful a.digg {
color: #262626;
}
.deeper-socials.social-colorful a.stumbleupon {
color: #eb4924;
}
.deeper-socials.social-colorful a.whatsapp {
color: #25d366;
}
.deeper-socials.social-colorful a.vk {
color: #4c6c91;
}
.deeper-socials.social-colorful a.weibo {
color: #ff9933;
}
.deeper-socials.social-colorful a.odnoklassniki {
color: #d7772d;
}
.deeper-socials.social-colorful a.xing {
color: #1a7576;
}
.deeper-socials.social-colorful a.print {
color: #222222;
}
.deeper-socials.social-colorful a.blogger {
color: #ff8000;
}
.deeper-socials.social-colorful a.flipboard {
color: #e12828;
}
.deeper-socials.social-colorful a.meneame {
color: #ff6400;
}
.deeper-socials.social-colorful a.mailru {
color: #168de2;
}
.deeper-socials.social-colorful a.delicious {
color: #205cc0;
}
.deeper-socials.social-colorful a.livejournal {
color: #00b0ea;
}
.deeper-socials.social-bg-colorful a.facebook {
background-color: #3b5998;
}
.deeper-socials.social-bg-colorful a.twitter {
background-color: #00aced;
}
.deeper-socials.social-bg-colorful a.google {
background-color: #dc4a38;
}
.deeper-socials.social-bg-colorful a.dribbble {
background-color: #ea4c89;
}
.deeper-socials.social-bg-colorful a.youtube {
background-color: #bb0000;
}
.deeper-socials.social-bg-colorful a.linkedin {
background-color: #007bb6;
}
.deeper-socials.social-bg-colorful a.instagram {
background-color: #fe1f49;
}
.deeper-socials.social-bg-colorful a.pinterest {
background-color: #cb2027;
}
.deeper-socials.social-bg-colorful a.flickr {
background-color: #ff0084;
}
.deeper-socials.social-bg-colorful a.rss {
background-color: #f2890a;
}
.deeper-socials.social-bg-colorful a.behance {
background-color: #1769ff;
}
.deeper-socials.social-bg-colorful a.vine {
background-color: #00bf8f;
}
.deeper-socials.social-bg-colorful a.email {
background-color: #7d7d7d;
}
.deeper-socials.social-bg-colorful a.sms {
background-color: #ffbd00;
}
.deeper-socials.social-bg-colorful a.sharethis {
background-color: #95d03a;
}
.deeper-socials.social-bg-colorful a.reddit {
background-color: #ff4500;
}
.deeper-socials.social-bg-colorful a.tumblr {
background-color: #32506d;
}
.deeper-socials.social-bg-colorful a.digg {
background-color: #262626;
}
.deeper-socials.social-bg-colorful a.stumbleupon {
background-color: #eb4924;
}
.deeper-socials.social-bg-colorful a.whatsapp {
background-color: #25d366;
}
.deeper-socials.social-bg-colorful a.vk {
background-color: #4c6c91;
}
.deeper-socials.social-bg-colorful a.weibo {
background-color: #ff9933;
}
.deeper-socials.social-bg-colorful a.odnoklassniki {
background-color: #d7772d;
}
.deeper-socials.social-bg-colorful a.xing {
background-color: #1a7576;
}
.deeper-socials.social-bg-colorful a.print {
background-color: #222222;
}
.deeper-socials.social-bg-colorful a.blogger {
background-color: #ff8000;
}
.deeper-socials.social-bg-colorful a.flipboard {
background-color: #e12828;
}
.deeper-socials.social-bg-colorful a.meneame {
background-color: #ff6400;
}
.deeper-socials.social-bg-colorful a.mailru {
background-color: #168de2;
}
.deeper-socials.social-bg-colorful a.delicious {
background-color: #205cc0;
}
.deeper-socials.social-bg-colorful a.livejournal {
background-color: #00b0ea;
} .deeper-socials.hover-social-colorful a.facebook:hover {
color: #3b5998;
}
.deeper-socials.hover-social-colorful a.twitter:hover {
color: #00aced;
}
.deeper-socials.hover-social-colorful a.google:hover {
color: #dc4a38;
}
.deeper-socials.hover-social-colorful a.dribbble:hover {
color: #ea4c89;
}
.deeper-socials.hover-social-colorful a.youtube:hover {
color: #bb0000;
}
.deeper-socials.hover-social-colorful a.linkedin:hover {
color: #007bb6;
}
.deeper-socials.hover-social-colorful a.instagram:hover {
color: #fe1f49;
}
.deeper-socials.hover-social-colorful a.pinterest:hover {
color: #cb2027;
}
.deeper-socials.hover-social-colorful a.flickr:hover {
color: #ff0084;
}
.deeper-socials.hover-social-colorful a.rss:hover {
color: #f2890a;
}
.deeper-socials.hover-social-colorful a.behance:hover {
color: #1769ff;
}
.deeper-socials.hover-social-colorful a.vine:hover {
color: #00bf8f;
}
.deeper-socials.hover-social-colorful a.email:hover {
color: #7d7d7d;
}
.deeper-socials.hover-social-colorful a.sms:hover {
color: #ffbd00;
}
.deeper-socials.hover-social-colorful a.sharethis:hover {
color: #95d03a;
}
.deeper-socials.hover-social-colorful a.reddit:hover {
color: #ff4500;
}
.deeper-socials.hover-social-colorful a.tumblr:hover {
color: #32506d;
}
.deeper-socials.hover-social-colorful a.digg:hover {
color: #262626;
}
.deeper-socials.hover-social-colorful a.stumbleupon:hover {
color: #eb4924;
}
.deeper-socials.hover-social-colorful a.whatsapp:hover {
color: #25d366;
}
.deeper-socials.hover-social-colorful a.vk:hover {
color: #4c6c91;
}
.deeper-socials.hover-social-colorful a.weibo:hover {
color: #ff9933;
}
.deeper-socials.hover-social-colorful a.odnoklassniki:hover {
color: #d7772d;
}
.deeper-socials.hover-social-colorful a.xing:hover {
color: #1a7576;
}
.deeper-socials.hover-social-colorful a.print:hover {
color: #222222;
}
.deeper-socials.hover-social-colorful a.blogger:hover {
color: #ff8000;
}
.deeper-socials.hover-social-colorful a.flipboard:hover {
color: #e12828;
}
.deeper-socials.hover-social-colorful a.meneame:hover {
color: #ff6400;
}
.deeper-socials.hover-social-colorful a.mailru:hover {
color: #168de2;
}
.deeper-socials.hover-social-colorful a.delicious:hover {
color: #205cc0;
}
.deeper-socials.hover-social-colorful a.livejournal:hover {
color: #00b0ea;
}
.deeper-socials.hover-bg-colorful a {
transition: color 0.1ms ease-out;
}
.deeper-socials.hover-bg-colorful a:after {
display: block;
}
.deeper-socials.hover-bg-colorful a:hover {
color: #fff;
}
.deeper-socials.hover-bg-colorful a.facebook:hover:after {
background-color: #3b5998;
color: #3b5998;
}
.deeper-socials.hover-bg-colorful a.twitter:hover:after {
background-color: #00aced;
color: #00aced;
}
.deeper-socials.hover-bg-colorful a.google:hover:after {
background-color: #dc4a38;
color: #dc4a38;
}
.deeper-socials.hover-bg-colorful a.dribbble:hover:after {
background-color: #ea4c89;
color: #ea4c89;
}
.deeper-socials.hover-bg-colorful a.youtube:hover:after {
background-color: #bb0000;
color: #bb0000;
}
.deeper-socials.hover-bg-colorful a.linkedin:hover:after {
background-color: #007bb6;
color: #007bb6;
}
.deeper-socials.hover-bg-colorful a.instagram:hover:after {
background-color: #fe1f49;
color: #fe1f49;
}
.deeper-socials.hover-bg-colorful a.pinterest:hover:after {
background-color: #cb2027;
color: #cb2027;
}
.deeper-socials.hover-bg-colorful a.flickr:hover:after {
background-color: #ff0084;
color: #ff0084;
}
.deeper-socials.hover-bg-colorful a.rss:hover:after {
background-color: #f2890a;
color: #f2890a;
}
.deeper-socials.hover-bg-colorful a.behance:hover:after {
background-color: #1769ff;
color: #1769ff;
}
.deeper-socials.hover-bg-colorful a.vine:hover:after {
background-color: #00bf8f;
color: #00bf8f;
}
.deeper-socials.hover-bg-colorful a.email:hover:after {
background-color: #7d7d7d;
color: #7d7d7d;
}
.deeper-socials.hover-bg-colorful a.sms:hover:after {
background-color: #ffbd00;
color: #ffbd00;
}
.deeper-socials.hover-bg-colorful a.sharethis:hover:after {
background-color: #95d03a;
color: #95d03a;
}
.deeper-socials.hover-bg-colorful a.reddit:hover:after {
background-color: #ff4500;
color: #ff4500;
}
.deeper-socials.hover-bg-colorful a.tumblr:hover:after {
background-color: #32506d;
color: #32506d;
}
.deeper-socials.hover-bg-colorful a.digg:hover:after {
background-color: #262626;
color: #262626;
}
.deeper-socials.hover-bg-colorful a.stumbleupon:hover:after {
background-color: #eb4924;
color: #eb4924;
}
.deeper-socials.hover-bg-colorful a.whatsapp:hover:after {
background-color: #25d366;
color: #25d366;
}
.deeper-socials.hover-bg-colorful a.vk:hover:after {
background-color: #4c6c91;
color: #4c6c91;
}
.deeper-socials.hover-bg-colorful a.weibo:hover:after {
background-color: #ff9933;
color: #ff9933;
}
.deeper-socials.hover-bg-colorful a.odnoklassniki:hover:after {
background-color: #d7772d;
color: #d7772d;
}
.deeper-socials.hover-bg-colorful a.xing:hover:after {
background-color: #1a7576;
color: #1a7576;
}
.deeper-socials.hover-bg-colorful a.print:hover:after {
background-color: #222222;
color: #222222;
}
.deeper-socials.hover-bg-colorful a.blogger:hover:after {
background-color: #ff8000;
color: #ff8000;
}
.deeper-socials.hover-bg-colorful a.flipboard:hover:after {
background-color: #e12828;
color: #e12828;
}
.deeper-socials.hover-bg-colorful a.meneame:hover:after {
background-color: #ff6400;
color: #ff6400;
}
.deeper-socials.hover-bg-colorful a.mailru:hover:after {
background-color: #168de2;
color: #168de2;
}
.deeper-socials.hover-bg-colorful a.delicious:hover:after {
background-color: #205cc0;
color: #205cc0;
}
.deeper-socials.hover-bg-colorful a.livejournal:hover:after {
background-color: #00b0ea;
color: #00b0ea;
} .deeper-icon-box.icon-left .deeper-icon,
.deeper-icon-box.icon-left .deeper-svg,
.deeper-icon-box.icon-left .image-wrap {
position: absolute;
left: 0;
top: 0;
}
.deeper-icon-box.icon-right .deeper-icon,
.deeper-icon-box.icon-right .deeper-svg,
.deeper-icon-box.icon-right .image-wrap {
position: absolute;
right: 0;
top: 0;
}
.deeper-svg {
transition: 0.3s;
display: block;
}
.deeper-svg.align-center {
margin-left: auto !important;
margin-right: auto !important;
text-align: center;
}
.deeper-svg.align-right {
margin-right: 0 !important;
margin-left: auto !important;
}
.deeper-svg.icon-has-width {
text-align: center;
}
.deeper-svg.icon-has-height .svg-wrap {
top: 50%;
transform: translateY(-50%);
}
.deeper-svg .svg-wrap {
position: relative;
display: inline-block;
transition: 0.3s;
width: 100%;
}
.deeper-svg .deeper-path {
fill: none !important;
}
.svg-accent svg path {
stroke: #4a44f2;
} .deeper-adv-tabs .tab-title {
margin: 0;
display: flex;
list-style: none;
border-bottom: 1px solid #ebebeb;
transition: 0.3s;
}
.deeper-adv-tabs .tab-title .item-title {
list-style: none;
display: inline-block;
transition: 0.3s;
text-align: center;
margin-right: 15px;
}
.deeper-adv-tabs .tab-title .item-title:last-child {
margin-right: 0;
}
.deeper-adv-tabs .tab-title .item-title .anchor-link {
font-size: 16px;
font-weight: 500;
color: #393e46;
cursor: pointer;
padding: 0 30px 15px;
transition: none;
border-bottom: none;
display: inline-block;
position: relative;
}
.deeper-adv-tabs .tab-title .item-title .anchor-link:after {
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 3px;
background-color: #00dadc;
opacity: 0;
transition: 0.3s;
content: "";
}
.deeper-adv-tabs .tab-title .item-title.active > .anchor-link:after {
opacity: 1;
}
.deeper-adv-tabs .tab-content-wrap {
margin-top: 35px;
}
@media only screen and (max-width: 991px) {
.deeper-adv-tabs .anchor-link .image-icon,
.deeper-adv-tabs .tab-title .item-title .anchor-link .icon {
display: none;
}
}
@media only screen and (max-width: 767px) {
.deeper-adv-tabs .tab-title {
border-bottom: 0;
}
.deeper-adv-tabs .tab-title .item-title .title {
margin-bottom: 0;
}
.deeper-adv-tabs .tab-title .item-title {
display: inline;
width: 100%;
}
.deeper-adv-tabs.style-1 .tab-title,
.deeper-adv-tabs.style-2 .tab-title,
.deeper-adv-tabs .tab-title .item-title.active .anchor-link {
box-shadow: none;
text-align: center;
}
.deeper-adv-tabs.style-1 .tab-title .item-title .anchor-link {
padding: 7px 10px;
margin: 0 4px 8px 4px;
}
.deeper-adv-tabs.style-2 .tab-title .item-title .anchor-link {
border: 1px solid #414757;
padding: 7px 10px;
margin: 0 4px 8px 4px;
}
} .deeper-adv-tabs.price-tabs .tab-title {
text-align: center;
border-bottom: none;
display: block;
}
.deeper-adv-tabs.price-tabs .tab-title .item-title {
position: relative;
margin: 0;
background-color: #fff;
display: inline-block;
height: 50px;
padding: 2px;
width: fit-content;
}
.deeper-adv-tabs.price-tabs .tab-title .item-title:first-child {
border-radius: 5px 0 0 5px;
}
.deeper-adv-tabs.price-tabs .tab-title .item-title:last-child {
border-radius: 0 5px 5px 0;
}
.deeper-adv-tabs.price-tabs .tab-title .item-title .tag {
position: absolute;
bottom: 30px;
left: 83%;
display: inline-block;
color: #4a44f2;
font-size: 12px;
line-height: 20px;
font-weight: 700;
border-radius: 5px;
padding: 10px 15px;
background-color: #cfcdfe;
white-space: nowrap;
}
.deeper-adv-tabs.price-tabs .tab-title .item-title .anchor-link:after {
display: none;
}
.deeper-adv-tabs.price-tabs .tab-title .item-title .anchor-link {
font-size: 14px;
line-height: 26px;
padding: 10px 40px;
height: 46px;
font-weight: 600;
border-radius: 5px;
margin: 0;
color: #b1b3b5;
}
.deeper-adv-tabs.price-tabs .tab-title .item-title.active .anchor-link {
background-color: #4a44f2;
color: #fff;
}
.deeper-adv-tabs.price-tabs .tab-content-wrap {
margin-top: 100px;
} .deeper-adv-tabs.price-tabs.dark-mode .tab-title .item-title {
background-color: #242b34;
}
.deeper-adv-tabs.price-tabs.dark-mode .tab-title .item-title .tag {
color: #63985c;
background-color: #e3fecd;
}
.deeper-adv-tabs.price-tabs.dark-mode .tab-title .item-title .anchor-link {
color: #6a727f;
}
.deeper-adv-tabs.price-tabs.dark-mode .tab-title .item-title.active .anchor-link {
color: #fff;
background-image: linear-gradient(to right, #f66767, #f68826);
}
@media only screen and (max-width: 991px) {
.deeper-adv-tabs.price-tabs .tab-content-wrap {
margin-top: 80px;
}
}
@media only screen and (max-width: 767px) {
.deeper-adv-tabs.price-tabs .tab-content-wrap {
margin-top: 60px;
}
} .deeper-team-box {
position: relative;
overflow: hidden;
}
.deeper-team-box .avatar {
position: relative;
overflow: hidden;
transition: 0.5s;
border-radius: 10px;
overflow: hidden;
}
.deeper-team-box .avatar img {
width: 100%;
height: auto;
transition: 0.5s;
}
.deeper-team-box .team-name {
font-size: 18px;
line-height: 30px;
margin-bottom: 0;
}
.deeper-team-box .team-position {
font-size: 18px;
line-height: 30px;
}
.deeper-team-box .avatar:after {
position: absolute;
top: 0;
left: 0;
content: "";
width: 100%;
height: 100%;
background-color: #4a44f2;
opacity: 0;
transform: scale(0.9);
transition: 0.5s;
}
.deeper-team-box:hover .avatar:after {
transform: scale(1);
opacity: 1;
}
.deeper-team-box.style-1 .info-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
transform: translateY(20px);
opacity: 0;
transition: 0.5s;
}
.deeper-team-box.style-1:hover .info-wrap {
transform: translateX(0);
opacity: 1;
}
.deeper-team-box.style-1 .team-name {
color: #fff;
font-weight: 700;
font-size: 20px;
line-height: 1.3;
margin-bottom: 7px;
}
.deeper-team-box .team-name a {
color: inherit;
transition: 0.3s;
}
.deeper-team-box.style-1 .team-name:hover {
opacity: 0.7;
}
.deeper-team-box.style-1 .team-pos {
font-size: 14px;
color: #d3d3d3;
}
.deeper-team-box.style-1 .team-socials {
margin-top: 40px;
}
.deeper-team-box .team-socials a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 16px;
text-align: center;
color: #fff;
background-color: rgba(255, 255, 255, 0.3);
transition: 0.5s;
border-radius: 50%;
margin: 0 10px;
}
.deeper-team-box .team-socials .fa-facebook-f:before {
content: "\f39e" !important;
}
.deeper-team-box .team-socials a:hover {
opacity: 0.8;
}
.deeper-team-box.color-2 .avatar:after {
background-color: #562e77;
}
.deeper-team-box.color-2:hover .avatar:after {
opacity: 0.9;
}
.deeper-team-box.color-2 .team-socials a:hover {
opacity: 0.7;
}
.deeper-team-box.color-3 .avatar:after {
background-color: #4a44f2;
}
.deeper-team-box.color-3:hover .avatar:after {
opacity: 0.8;
}
.deeper-team-box.color-3 .team-socials a:hover {
background-color: #2d63d1;
} .deeper-team-box.style-2 {
text-align: center;
}
.deeper-team-box.style-2 .avatar {
border-radius: 10px;
overflow: hidden;
}
.deeper-team-box.style-2 .team-socials {
position: absolute;
bottom: 60px;
left: 0;
text-align: center;
width: 100%;
z-index: 1;
opacity: 0;
transition: 0.5s;
transform: translateY(20px);
}
.deeper-team-box.style-2:hover .team-socials {
opacity: 1;
transform: translateY(0);
}
.deeper-team-box.style-2 .team-name {
font-size: 22px;
line-height: 35px;
margin-top: 32px;
}
.deeper-team-box.style-2 .team-name:hover {
color: #4a44f2;
}
.deeper-team-box.style-2 .team-pos {
font-size: 14px;
margin-top: 14px;
} .deeper-testimonial-box {
position: relative;
}
.deeper-testimonial-box .avatar {
display: inline-block;
z-index: 1;
}
.deeper-testimonial-box .texts {
transition: 0.3s;
}
.deeper-testimonial-box .title {
font-size: 18px;
line-height: 1.667;
margin-bottom: 25px;
}
.deeper-testimonial-box .comment {
margin-bottom: 35px;
font-weight: 400;
font-size: 30px;
line-height: 48px;
}
.deeper-testimonial-box .author-name,
.deeper-testimonial-box .author-position {
font-size: 18px;
line-height: 34px;
margin-bottom: 0;
}
.deeper-testimonial-box .author-name {
font-weight: 700;
}
.deeper-testimonial-box .rating {
margin-bottom: 4px;
}
.deeper-testimonial-box.quotes-white:after {
filter: brightness(2);
} .deeper-testimonial-box.style-1:after {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%);
width: 82px;
height: 54px;
content: "";
background-image: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/quotes.png);
background-size: cover;
} .deeper-testimonial-box.style-2 {
padding-top: 80px;
}
.deeper-testimonial-box.style-2:after {
position: absolute;
top: 0;
left: 0;
width: 52px;
height: 34px;
content: "";
background-image: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/quotes-gray.png);
background-size: cover;
}
.deeper-testimonial-box.style-2 .comment p {
margin-bottom: 32px;
} .deeper-testimonial-box.style-3 {
padding-top: 80px;
}
.deeper-testimonial-box.style-3:after {
position: absolute;
top: 0;
left: 0;
width: 52px;
height: 34px;
content: "";
background-image: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/quotes.png);
background-size: cover;
}
.deeper-testimonial-box.style-3 .comment p {
margin-bottom: 32px;
} .deeper-testimonial-box.style-4 .author-wrap {
display: flex;
align-items: center;
}
.deeper-testimonial-box.style-4 .author-wrap .avatar {
margin-right: 30px;
} .deeper-testimonial-box.style-5 {
padding: 85px 100px 65px;
}
.deeper-testimonial-box.style-5:after {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 52px;
height: 34px;
content: "";
background-image: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/quotes-gray.png);
background-size: cover;
opacity: 0.5;
}
.deeper-testimonial-box.style-5 .comment {
margin-bottom: 47px;
}
.deeper-testimonial-box.style-5 .avatar {
margin-bottom: 10px;
} .deeper-testimonial-box.style-6 {
padding: 95px 50px 0;
}
.deeper-testimonial-box.style-6:after {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 52px;
height: 34px;
content: "";
background-image: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/quotes-gradient.png);
background-size: cover;
}
.deeper-testimonial-box.style-6 .comment {
max-width: 630px;
font-size: 30px;
line-height: 48px;
margin: 0 auto 55px;
}
.deeper-testimonial-box.style-6 .avatar {
margin-bottom: 10px;
} .deeper-testimonial-box.style-7 {
padding: 67px 140px 63px;
margin-top: 20px;
background-color: #fff;
border-radius: 10px;
}
.deeper-testimonial-box.style-7:after {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%);
width: 52px;
height: 34px;
content: "";
background-image: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/quotes.png);
background-size: cover;
}
.deeper-testimonial-box.style-7 .comment {
font-size: 30px;
line-height: 48px;
margin: 0 auto 47px;
}
.deeper-testimonial-box.style-7 .avatar {
margin-bottom: 10px;
} .deeper-testimonial-box.style-8 .avatar {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
box-shadow: 0 30px 70px 0 rgba(193, 210, 212, 0.5);
}
.deeper-testimonial-box.style-8 .texts {
padding: 95px 0 0 170px;
position: relative;
}
.deeper-testimonial-box.style-8 .texts:after {
position: absolute;
top: 0;
left: 170px;
width: 52px;
height: 34px;
content: "";
background-image: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/quotes.png);
background-size: cover;
} .deeper-testimonial-box.style-9 {
margin-top: 15px;
}
.deeper-testimonial-box.style-9 .texts {
padding: 65px 100px 60px;
}
.deeper-testimonial-box.style-9 .texts:after {
position: absolute;
top: -15px;
left: 50%;
width: 52px;
height: 34px;
transform: translateX(-50%);
content: "";
opacity: 0.3;
background-image: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/quotes-gray.png);
background-size: cover;
}
.deeper-testimonial-box.style-9 .comment {
margin-bottom: 50px;
}
.deeper-testimonial-box.style-9 .avatar {
margin-bottom: 10px;
} .deeper-testimonial-box.style-10 {
padding-top: 80px;
}
.deeper-testimonial-box.style-10:after {
position: absolute;
top: 0;
left: 0;
width: 52px;
height: 34px;
content: "";
background-image: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/quotes-gray.png);
background-size: cover;
opacity: 0.3;
}
.deeper-testimonial-box.style-10 .avatar {
margin-top: 40px;
} .deeper-carousel-box.testimonial-custom-width .item-flickity {
width: 73.229%;
} .deeper-carousel-box.center-mode .item-flickity .deeper-testimonial-box {
opacity: 0.3;
}
.deeper-carousel-box.center-mode .item-flickity.center .deeper-testimonial-box {
opacity: 1;
}
.deeper-carousel-box.center-mode .item-flickity .deeper-testimonial-box.style-7 {
opacity: 0.2;
}
.deeper-carousel-box.center-mode .item-flickity.center .deeper-testimonial-box.style-7 {
opacity: 1;
box-shadow: 0 30px 70px 0 rgba(227, 239, 240, 0.7);
}
@media only screen and (max-width: 1024px) {
.deeper-testimonial-box.style-5 {
padding: 85px 30px 65px;
}
.deeper-testimonial-box.style-7 {
padding: 67px 30px 63px;
}
}
@media only screen and (max-width: 991px) {
.deeper-carousel-box.testimonial-custom-width .item-flickity {
width: 100%;
}
.deeper-testimonial-box.style-1 .texts {
padding: 65px 30px !important;
}
.deeper-carousel-box .deeper-testimonial-box .comment {
font-size: 18px !important;
line-height: 34px !important;
}
.deeper-testimonial-box.style-6 {
padding: 95px 30px 0;
}
.deeper-testimonial-box.style-9 .texts {
padding: 65px 30px 60px;
}
}
@media only screen and (max-width: 767px) {
.deeper-testimonial-box.style-5 {
padding: 40px 30px 0;
}
.deeper-testimonial-box.style-8 .avatar {
display: none;
}
.deeper-testimonial-box.style-8 .texts {
padding: 50px 0 0;
}
.deeper-testimonial-box.style-8 .texts:after {
left: 0;
}
.deeper-carousel-box.testimonial-custom-width .item-flickity {
opacity: 0;
}
.deeper-carousel-box.testimonial-custom-width .item-flickity.is-selected {
padding-right: 15px !important;
opacity: 1;
}
} .deeper-text p,
.deeper-special-text p {
margin: 0;
}
.deeper-special-text .inner {
position: relative;
}
.deeper-text.text-has-width.align-center {
margin: 0 auto;
}
.deeper-special-text .text {
position: relative;
display: inline-block;
margin: 0;
}
.deeper-special-text .line {
display: block;
height: 2px;
width: 100px;
background-color: #4a44f2;
transition: 1s cubic-bezier(0.5, 1.6, 0.4, 0.7);
transition-delay: 0.5s;
}
.deeper-special-text.align-center .line {
margin: 0 auto;
}
.deeper-special-text.style-1 .text {
padding-left: 100px;
}
.deeper-special-text.style-1 .line {
position: absolute;
top: 15px;
left: 0;
} .deeper-special-text.align-left .line {
clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
.deeper-special-text.align-right .line {
clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.deeper-special-text.align-center .line {
clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
.deeper-special-text.is-in-view .line {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
} .deeper-text.text-has-bg-1 {
margin-left: -17px;
background-repeat: repeat;
background-position-x: -130px;
background-position-y: -70px; transition: 0.3s;
}
@media only screen and (max-width: 991px) {
.deeper-special-text.style-1 .text {
padding-left: 30px;
}
}
@media only screen and (max-width: 767px) {
.deeper-text.text-has-bg-1 {
animation: none;
}
} .deeper-video-icon {
position: relative;
display: inline-block;
width: 90px;
height: 90px;
line-height: 90px;
border-radius: 50%;
background-color: #fff;
text-align: center;
animation: video-pulse 2.5s infinite cubic-bezier(0.66, 0, 0, 1);
}
.deeper-video-icon:before {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 90px;
height: 90px;
line-height: 90px;
font-size: 25px;
font-family: "Font Awesome 5 Free";
content: "\f04b";
color: #4a44f2;
margin-left: 2px;
}
.deeper-video-icon:hover {
background-color: rgba(255, 255, 255, 0.8);
opacity: 0.8;
}
.url-wrap .video-text {
display: block;
font-size: 36px;
line-height: 56px;
font-weight: 800;
font-family: "Raleway";
color: #fff;
margin-top: 25px;
}
.deeper-video-icon.big,
.deeper-video-icon.big:before {
width: 120px;
height: 120px;
line-height: 120px;
}
.deeper-video-icon.big:before {
font-size: 30px;
}
.deeper-video-icon.small,
.deeper-video-icon.small:before {
width: 70px;
height: 70px;
line-height: 70px;
}
.deeper-video-icon.small:before {
font-size: 20px;
}
.deeper-video-icon.style-1 {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
background-color: transparent;
border: 1px solid #fff;
}
.deeper-video-icon.style-1:before {
color: #fff;
}
.deeper-video-icon.style-1:hover {
opacity: 0.8;
}
.deeper-video-icon.style-2 {
background-color: #4a44f2;
box-shadow: 0 0 0 0 rgba(15, 102, 220, 0.7);
}
.deeper-video-icon.style-2:before {
color: #fff;
}
.deeper-video-icon.style-3 {
background-color: transparent;
stroke: #fff;
}
.deeper-video-icon.style-3:before {
display: none;
}
.deeper-video-icon.style-4 {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
}
.deeper-video-icon.style-4:before {
color: #4d41e2;
}
@media only screen and (max-width: 767px) {
.deeper-video-icon,
.deeper-video-icon:before {
width: 60px !important;
height: 60px !important;
line-height: 60px !important;
font-size: 18px !important;
}
}
@media only screen and (max-width: 575px) {
.url-wrap .video-text {
display: none;
}
}  .deeper-product-box .product-image {
border-radius: 10px;
position: relative;
overflow: hidden;
}
.deeper-product-box .product-image img {
transition: 0.5s;
}
.deeper-product-box .product-image .img2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.deeper-product-box:hover img {
transform: scale(1.1) rotate(1.5deg);
}
.deeper-product-box.has-2-img .product-image img {
transition: 1s;
}
.deeper-product-box.has-2-img:hover img {
transform: none;
}
.deeper-product-box.has-2-img:hover .img1 {
opacity: 0;
}
.deeper-product-box.has-2-img:hover .img2 {
opacity: 1;
}
.deeper-product-box .product-image .onsale {
position: absolute;
left: 30px;
top: 30px;
text-align: center;
font-size: 16px;
line-height: 40px;
padding: 0 20px;
background-color: #f65464;
color: #fff;
z-index: 999;
text-transform: uppercase;
font-weight: 600;
border-radius: 5px;
}
.deeper-product-box .added_to_cart {
display: none;
}
.deeper-product-box .btn-wrap {
position: absolute;
bottom: 30px;
width: 100%;
left: 0;
text-align: center;
opacity: 0;
transform: translateY(10px);
transition: 0.3s;
display: none;
}
.deeper-product-box:hover .btn-wrap {
opacity: 1;
transform: translateY(0);
}
.deeper-product-box .btn-wrap .product-link,
.deeper-product-box .btn-wrap .add_to_cart_button {
position: relative;
width: 60px;
height: 60px;
background-color: #fff;
border-radius: 5px;
overflow: hidden;
display: inline-block;
margin: 0 15px;
padding: 0;
}
.deeper-product-box .btn-wrap .product-link:after,
.deeper-product-box .btn-wrap .add_to_cart_button:after {
position: absolute;
top: 0;
left: 0;
text-align: center;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 20px;
font-family: "Basic Icon";
content: "\f12c";
text-indent: 0;
color: #6a727f;
font-weight: 400;
}
.deeper-product-box .btn-wrap .product-link:after {
content: "\f111";
font-family: "Interface";
}
.deeper-product-box .product-title {
font-size: 20px;
line-height: 26px;
font-weight: 600;
color: #6a727f;
margin: 35px 0 0;
}
.deeper-product-box .product-title a {
color: inherit;
}
.deeper-product-box .product-title:hover,
.deeper-product-box.popular-product .product-title:hover {
color: #4a44f2;
}
.deeper-product-box .price {
color: #222831;
font-weight: 600;
margin-top: 12px;
display: inline-block;
}
.deeper-product-box .price del {
padding-right: 4px;
}
.deeper-product-box .price ins {
background-color: transparent;
}
.deeper-product-box .product-cat {
font-size: 14px;
color: #6a727f;
display: block;
margin-top: 7px;
}
.deeper-product-box .product-cat a {
color: inherit;
}
.deeper-product-box.popular-product .product-title {
font-weight: 800;
color: #393e46;
font-size: 22px;
line-height: 35px;
} .woocommerce-page #sidebar {
margin-top: 115px;
}
.woocommerce-page .content-woocommerce .woocommerce-result-count {
position: relative;
margin: 0;
float: left;
font-size: 16px;
font-weight: 500;
color: #6a727f;
padding-top: 10px;
}
.woocommerce-page .content-woocommerce .woocommerce-ordering {
float: right;
position: relative;
}
.woocommerce-page .content-woocommerce .woocommerce-ordering select {
border-radius: 5px;
border: 1px solid #ebebeb;
margin-bottom: 0;
background-color: transparent;
}
.woocommerce-page .content-woocommerce .woocommerce-ordering select:focus {
outline: 0;
}
.woocommerce-page .content-woocommerce .star-rating {
width: 85px;
height: 17px;
background: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/star.png) repeat-x left 0;
}
.woocommerce-page .content-woocommerce .star-rating span {
background: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/star.png) repeat-x left -34px;
height: 0;
padding-top: 17px;
overflow: hidden;
float: left;
}
.woocommerce-page .content-woocommerce p.stars {
overflow: hidden;
zoom: 1;
}
.woocommerce-page .content-woocommerce p.stars span {
width: 85px;
height: 17px;
position: relative;
float: left;
background: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/star.png) repeat-x left 0;
}
.woocommerce-page .content-woocommerce p.stars span a {
transition: none;
float: left;
position: absolute;
left: 0;
top: 0;
width: 17px;
height: 0;
padding-top: 17px;
overflow: hidden;
}
.woocommerce-page .content-woocommerce p.stars span a:hover,
p.stars span a:focus {
background: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/star.png) repeat-x left -17px;
}
.woocommerce-page .content-woocommerce p.stars a.active {
background: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/star.png) repeat-x left -34px;
}
.woocommerce-page .content-woocommerce p.stars span a.star-1 {
width: 17px;
z-index: 10;
}
.woocommerce-page .content-woocommerce p.stars span a.star-2 {
width: 34px;
z-index: 9;
}
.woocommerce-page .content-woocommerce p.stars span a.star-3 {
width: 51px;
z-index: 8;
}
.woocommerce-page .content-woocommerce p.stars span a.star-4 {
width: 68px;
z-index: 7;
}
.woocommerce-page .content-woocommerce p.stars span a.star-5 {
width: 86px;
z-index: 6;
}
.woocommerce-page abbr {
border: none;
text-decoration: none;
}
.woocommerce-page div.product div.images img {
display: block;
width: 100%;
height: auto;
box-shadow: none;
}
.woocommerce-page div.product div.images img:hover,
.woocommerce-page div.product div.images img.flex-active {
border: 1px solid #ebebeb;
}
.woocommerce-product-gallery__wrapper,
.woocommerce-page .woocommerce-product-gallery__image.flex-active-slide {
border-radius: 10px;
overflow: hidden;
}
.woocommerce-page .woocommerce-MyAccount-content .woocommerce-info .button {
color: #4a44f2;
background-color: transparent;
}
.woocommerce-page .woo-single-post-class .summary .stock.in-stock,
.product .onsale {
position: absolute;
left: 30px;
top: 30px;
text-align: center;
font-size: 16px;
line-height: 40px;
padding: 0 20px;
background-color: #f65464;
color: #fff;
z-index: 999;
text-transform: uppercase;
font-weight: 600;
border-radius: 5px;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left:hover,
.pswp--has_mouse .pswp__button--arrow--right:hover {
background-color: transparent;
} .woocommerce-page .content-woocommerce .products {
position: relative;
clear: both;
list-style: none;
}
.woocommerce-page .content-woocommerce .products:after,
.woocommerce-page .content-woocommerce .products:before {
position: relative;
content: "";
display: block;
clear: both;
}
ul.products {
margin: 0 -15px;
}
ul.products .product {
margin-top: 30px;
}
.products.columns-2 li,
.woocommerce-page.shop-col-2 .products li {
width: 50%;
}
.products.columns-3 li,
.woocommerce-page.shop-col-3 .products li {
width: 33.33%;
}
.products.columns-4 li,
.woocommerce-page.shop-col-4 .products li {
width: 25%;
}
.products li {
float: left;
position: relative;
padding: 0 15px;
}
.products li.first {
clear: both;
}
.products li .inner {
position: relative;
overflow: hidden;
}
.products li .product-info {
margin-top: 14px;
position: relative;
display: block;
}
.products li h2 {
margin-bottom: 7px;
font-size: 18px;
transition: color ease 0.3s;
}
.products li .add_to_cart_button {
display: none;
}
.products.columns-4 li h2,
.woocommerce-page.shop-col-4 .products li h2 {
font-size: 16px;
font-weight: 700;
}
.products.columns-4 li .product-info,
.woocommerce-page.shop-col-4 .products li .product-info {
padding: 20px 0 25px 0;
}
.products.columns-4 li .price,
.woocommerce-page.shop-col-4 .products li .price {
right: 0;
}
.products li .product-info .button,
.products li .product-info .added_to_cart {
text-transform: uppercase;
color: #4a44f2;
font-size: 14px;
position: relative;
padding-right: 14px;
display: none;
}
.products li .product-info .button:before,
.products li .product-info .added_to_cart:before,
.products li .product-info .button:after,
.products li .product-info .added_to_cart:after {
content: "\f105";
font-family: "Pe-icon-7-stroke";
font-size: 14px;
font-style: normal;
position: absolute;
top: 0;
right: 0;
transition: all ease 0.3s;
}
.products li .product-info .button:before,
.products li .product-info .added_to_cart:before {
right: 12px;
opacity: 0;
}
.products li .product-info .button:hover:before,
.products li .product-info .added_to_cart:hover:before {
opacity: 1;
right: 0;
}
.products li .product-info .button:hover:after,
.products li .product-info .added_to_cart:hover:after {
opacity: 0;
right: -12px;
}
.products li .product-info .button:focus,
.products li .product-info .added_to_cart:focus {
text-decoration: underline;
}
.products li .product-thumbnail {
overflow: hidden;
border-radius: 10px;
position: relative;
display: block;
}
.products li .product-thumbnail img {
width: 100%;
height: auto;
transition: transform ease 0.3s;
}
.products li:hover .product-thumbnail img {
transform: scale(1.1) rotate(1.5deg);
}
.products li .product-thumbnail .added_to_cart {
display: none;
}
.products li .product-thumbnail .woocommerce-loop-product__link,
.products li .product-thumbnail .add_to_cart_button {
position: absolute;
bottom: 30px;
left: 50%;
transform: translate(-75px, -20px);
width: 60px;
height: 60px;
text-indent: -9999px;
background-color: #fff;
padding: 0;
border-radius: 5px;
transition: 0.5s;
transition-delay: 0.3s;
opacity: 0;
}
.products li .product-thumbnail .woocommerce-loop-product__link {
transform: translate(15px, -20px);
}
.products li .product-thumbnail .woocommerce-loop-product__link:after,
.products li .product-thumbnail .add_to_cart_button:after {
position: absolute;
top: 0;
left: 0;
text-align: center;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 20px;
font-family: "Basic Icon";
content: "\f12c";
text-indent: 0;
color: #6a727f;
}
.products li .product-thumbnail .woocommerce-loop-product__link:after {
font-family: "Interface";
content: "\f111";
}
.products li:hover .product-thumbnail .add_to_cart_button {
opacity: 1;
transform: translate(-75px, 0);
}
.products li:hover .product-thumbnail .woocommerce-loop-product__link {
opacity: 1;
transform: translate(15px, 0);
}
.products li:hover .product-thumbnail .add_to_cart_button:hover,
.products li:hover .product-thumbnail .woocommerce-loop-product__link:hover {
box-shadow: 0 30px 70px 0 rgba(190, 210, 213, 0.5);
}
.products li:hover .inner {
border-color: transparent;
overflow: visible;
}
.products li .price {
font-size: 16px;
color: #222831;
display: inline-block;
padding-right: 120px;
font-weight: 600;
}
.products li .product-cat {
display: none;
font-size: 16px;
color: #6a727f;
}
.products li .product-cat:hover {
color: #4a44f2;
}
.products li .star-rating {
position: absolute;
bottom: 4px;
right: 0;
display: none;
}
.products li .price del {
color: #999;
font-weight: 500;
padding-right: 4px;
opacity: 1;
}
.products li .price ins {
background-color: transparent;
}
.products li h2 {
color: #6a727f;
}
.products li h2:hover {
color: #4a44f2;
} .woo-single-post-class {
position: relative;
}
.woo-single-post-class .images {
width: 48.746%;
float: left;
position: relative;
}
.woo-single-post-class .onsale {
top: 20px;
right: auto;
left: 25px;
z-index: 999;
}
.woo-single-post-class .images .woocommerce-product-gallery__trigger {
width: 40px;
height: 40px;
z-index: 9999;
position: absolute;
right: 17px;
top: 14px;
text-align: center;
}
.woo-single-post-class .images .woocommerce-product-gallery__trigger:after {
opacity: 0;
width: 38px;
height: 38px;
line-height: 38px;
border-radius: 20px;
background-color: #ebebeb;
text-align: center;
content: "\e618";
color: #393e46;
font-family: "Pe-icon-7-stroke";
font-size: 22px;
position: absolute;
left: 0;
top: 0;
transition: all ease 0.3s;
}
.woo-single-post-class .images:hover .woocommerce-product-gallery__trigger:after {
opacity: 1;
}
.woo-single-post-class .images .woocommerce-product-gallery__trigger:hover:after {
background-color: #4a44f2;
color: #fff;
}
.woo-single-post-class .images .woocommerce-product-gallery__trigger img {
display: none !important;
}
.woocommerce-product-gallery .flex-control-thumbs li {
float: left;
cursor: pointer;
}
.woocommerce-product-gallery .flex-control-thumbs {
margin: 20px -8px 0;
width: auto;
list-style: none;
}
.woocommerce-product-gallery .flex-control-thumbs li {
padding: 0 8px 16px;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.333%;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%;
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%;
}
.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
width: 16.667%;
}
.woo-single-post-class .stock {
font-size: 14px;
}
.woo-single-post-class .summary {
width: 42.718%;
float: right;
}
.woo-single-post-class .summary h1 {
color: #393e46;
font-size: 36px;
line-height: 56px;
margin: 15px 0 8px;
}
.woo-single-post-class .summary .woocommerce-product-rating {
position: relative;
margin-bottom: 43px;
padding-top: 4px;
}
.woo-single-post-class .summary .woocommerce-review-link {
font-size: 14px;
position: absolute;
left: 100px;
top: 3px;
line-height: 22px;
color: #6a727f;
}
.woo-single-post-class .summary .price {
font-size: 24px;
line-height: normal;
margin: 0 0 30px;
position: relative;
color: #393e46;
}
.woo-single-post-class .summary .price del {
color: #999;
padding-right: 2px;
opacity: 1;
}
.woo-single-post-class .summary .price ins {
background-color: transparent;
}
.woo-single-post-class .woocommerce-product-details__short-description > p {
margin-bottom: 60px;
}
.woo-single-post-class .summary .cart table,
.woo-single-post-class .summary .cart tr,
.woo-single-post-class .summary .cart td {
border: 0;
}
.woo-single-post-class .summary .cart td {
vertical-align: middle;
}
.woo-single-post-class .summary .cart td.woocommerce-grouped-product-list-item__quantity {
padding-left: 0;
}
.woo-single-post-class .summary .cart table .label {
width: 85px;
color: #393e46;
text-transform: uppercase;
}
.woo-single-post-class .summary .cart {
margin-top: 33px;
}
.woo-single-post-class .summary .cart .quantity {
display: inline-block;
float: left;
background-color: #fbfbfb;
border-radius: 5px;
height: 60px;
margin-right: 30px;
}
.woo-single-post-class .summary .cart .quantity input::-webkit-outer-spin-button,
.woo-single-post-class .summary .cart .quantity input::-webkit-inner-spin-button {
display: none;
margin: 0;
}
.woo-single-post-class .summary .cart .quantity input.qty {
-webkit-appearance: none;
-moz-appearance: textfield;
}
.woo-single-post-class .summary .cart .quantity .qty_button {
position: relative;
color: #6a727f;
font-size: 18px;
transition: 0.3s;
}
.woo-single-post-class .summary .cart .quantity .qty_button:hover {
color: #393e46;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.woo-single-post-class .summary .cart .quantity input {
border: none;
width: 50px;
height: 60px;
margin: 0;
text-align: center;
background-color: transparent;
font-size: 14px;
line-height: 26px;
font-weight: 500;
padding: 11px;
border-radius: 3px 0 0 3px;
}
.woo-single-post-class .summary .cart .single_add_to_cart_button {
height: 60px;
font-size: 18px;
font-weight: 600;
padding: 0 85px;
border-radius: 5px;
}
.woo-single-post-class .summary .cart table {
position: relative;
}
.woo-single-post-class .summary .cart .reset_variations {
position: absolute;
right: 0;
bottom: -20px;
}
.woo-single-post-class .woocommerce-tabs .panel .shop_attributes p {
margin-bottom: 5px;
}
.woo-single-post-class .summary .cart .woocommerce-grouped-product-list-item__quantity .quantity {
margin-right: 0px;
}
.woo-single-post-class .summary .cart .woocommerce-grouped-product-list-item__quantity .quantity input {
width: 30px;
padding: 11px 5px;
}
.woo-single-post-class .woocommerce-grouped-product-list-item__label a {
color: #393e46;
}
.woo-single-post-class .woocommerce-grouped-product-list-item__label a:hover {
color: #4a44f2;
}
.woo-single-post-class .summary .product_meta {
clear: left;
margin-top: 50px;
}
.woo-single-post-class .summary .product_meta > span {
margin-left: 10px;
display: inline-block;
color: #393e46;
font-size: 16px;
font-weight: 600;
}
.woo-single-post-class .summary .product_meta > span:first-child {
margin: 0;
}
.woo-single-post-class .summary .product_meta > span a {
color: #6a727f;
font-weight: 400;
}
.woo-single-post-class .summary .product_meta > span a:hover {
color: #4a44f2;
}
.woo-single-post-class .summary .product_meta > span a:first-child {
padding-left: 10px;
}
.woo-single-post-class .woocommerce-tabs {
clear: both;
margin-top: 50px;
padding-top: 50px;
}
.woo-single-post-class .woocommerce-tabs ul {
margin: 0;
padding-bottom: 25px;
border-bottom: 1px dashed #e0e0e0;
}
.woo-single-post-class .woocommerce-tabs ul li {
padding: 0;
list-style: none;
display: inline-block;
padding-right: 26px;
}
.woo-single-post-class .woocommerce-tabs ul li > a {
font-size: 18px;
line-height: 32px;
font-weight: 600;
color: #393e46;
cursor: pointer;
transition: none;
border-bottom: none;
display: inline-block;
position: relative;
}
.woo-single-post-class .woocommerce-tabs ul li:hover > a,
.woo-single-post-class .woocommerce-tabs ul li.active > a {
color: #393e46;
}
.woo-single-post-class .woocommerce-tabs .panel {
clear: both;
padding: 60px 0;
}
.woocommerce-Reviews-title {
font-size: 18px;
line-height: 30px;
margin-bottom: 30px;
}
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist {
clear: both;
list-style: none;
margin: 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li {
overflow: hidden;
position: relative;
max-width: 875px;
}
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:last-child {
margin-bottom: 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li .description > p:last-child {
margin-bottom: 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:before,
.woo-single-post-class .woocommerce-tabs .entry-content .commentlist li:after {
content: "";
display: table;
clear: both;
}
.woo-single-post-class .woocommerce-tabs .entry-content .comment_container img {
width: 60px;
height: 60px;
border-radius: 50%;
float: left;
margin: 0 40px 0 0;
overflow: hidden;
}
.woo-single-post-class .woocommerce-tabs .entry-content .comment-text {
overflow: hidden;
position: relative;
margin: 0;
padding-bottom: 35px;
border-bottom: 1px solid #ebebeb;
margin-bottom: 45px;
}
.woo-single-post-class .woocommerce-tabs .entry-content .star-rating {
position: absolute;
right: 0;
top: 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .meta {
margin: 12px 0 15px 0;
}
.woo-single-post-class .woocommerce-tabs .entry-content .meta strong {
font-size: 18px;
color: #393e46;
margin: 0;
display: inline-block;
font-weight: 700;
}
.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__dash {
display: none;
}
.woo-single-post-class .woocommerce-tabs .entry-content .meta .woocommerce-review__published-date {
display: inline-block;
font-size: 12px;
padding-left: 30px;
margin: 0 0 10px;
}
.woo-single-post-class .woocommerce-tabs .entry-content .comment-text .description {
overflow: hidden;
}
.woo-single-post-class .woocommerce-tabs .comment-respond {
margin: 30px 0 0;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-reply-title {
font-size: 36px;
line-height: 56px;
font-weight: 800;
font-family: "Raleway";
color: #393e46;
display: block;
margin: 45px 0 20px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p {
margin: 0;
max-width: 875px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.comment-form-cookies-consent {
margin-bottom: 25px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form > p.form-submit {
clear: both;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating {
padding-bottom: 35px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars {
float: left;
margin: 0;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > label {
color: #6a727f;
font-size: 12px;
line-height: 26px;
font-weight: 500;
text-transform: uppercase;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-rating > .stars {
margin-left: 14px;
margin-top: 2px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment {
clear: left;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment > label {
display: none;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-author input,
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-email input {
margin-bottom: 30px;
width: 100%;
}
.woo-single-post-class .woocommerce-tabs .comment-respond .comment-form-comment textarea {
height: 170px;
}
.woocommerce-tabs .product-desc {
display: flex;
justify-content: space-between;
align-items: center;
}
.woocommerce-tabs .product-desc .text-wrap {
flex-basis: 470px;
margin-right: 30px;
}
.woocommerce-tabs .product-desc .image-wrap {
flex-basis: 570px;
}
.woocommerce-tabs .product-desc .image-wrap img {
border-radius: 10px;
overflow: hidden;
} .woo-single-post-class .related.products > h2 {
position: relative;
margin-bottom: 30px;
}
.woo-single-post-class .related.products .products:before,
.woo-single-post-class .related.products .products:after {
content: "";
display: table;
clear: both;
}
.woo-single-post-class .related.products .products {
margin: 0 -15px;
padding-top: 0;
}
.woo-single-post-class .related.products .products li {
float: left;
padding: 0 15px;
} .woocommerce-page .shop_table.cart .product-remove {
width: 60px;
}
.woocommerce-page .shop_table.cart .product-thumbnail,
.woocommerce-page .shop_table.cart .product-price,
.woocommerce-page .shop_table.cart .product-quantity,
.woocommerce-page .shop_table.cart .product-subtotal {
width: 116px;
}
.woocommerce-page .shop_table.cart .product-quantity .qty_button {
display: none;
}
.woocommerce-page .shop_table.cart .product-subtotal {
color: #393e46;
}
.woocommerce-page .shop_table.cart th {
font-size: 16px;
color: #393e46;
font-weight: 600;
}
.woocommerce-page .shop_table.cart td,
.woocommerce-page .shop_table.cart th {
padding: 20px;
vertical-align: middle;
}
.woocommerce-page .shop_table.cart .product-name a {
color: #6a727f;
font-size: 30px;
font-weight: 600;
}
.woocommerce-page .shop_table.cart .product-name a:hover {
color: #4a44f2;
}
.woocommerce-page .shop_table.cart .product-remove a {
position: relative;
text-indent: -9999px;
display: inline-block;
padding: 0;
font-weight: normal;
text-align: center;
width: 16px;
height: 16px;
}
.woocommerce-page .shop_table.cart .product-remove a:after {
content: "\f00d";
color: #ff4539;
font-size: 14px;
text-indent: 0;
font-family: "Font Awesome 5 Free";
position: absolute;
left: 4px;
top: 1px;
transition: color ease 0.3s;
}
.woocommerce-page .shop_table.cart .product-remove a:hover:after {
color: #393e46;
}
.woocommerce-page .shop_table.cart .cart_item .product-thumbnail img {
width: 80px;
}
.woocommerce-page .shop_table.cart .cart_item .product-quantity input[type="number"] {
width: 60px;
height: 50px;
padding-left: 22px;
padding-right: 5px;
margin: 0;
border-radius: 5px;
}
.woocommerce-page .shop_table.cart .coupon {
float: left;
display: table;
}
.woocommerce-page input,
.woocommerce-page button {
vertical-align: middle;
}
.woocommerce-page .shop_table.cart .coupon > label {
display: none;
}
.woocommerce-page .shop_table.cart .coupon #coupon_code {
width: 240px;
border: 0;
margin: 0 5px 0 0;
display: inline-block;
padding: 19px 30px;
border-radius: 5px;
border: 2px solid #ebebeb;
}
.woocommerce-page .shop_table.cart .coupon + button[type="submit"] {
float: right;
}
.woocommerce-page .cart_totals {
width: 60%;
margin-top: 60px;
font-size: 16px;
}
.woocommerce-page .cart_totals > h2 {
font-size: 36px;
margin-bottom: 40px;
}
.woocommerce-page .cart_totals .shop_table {
border: 1px solid #ebebeb;
margin-bottom: 40px;
}
.woocommerce-page .cart_totals .shop_table th,
.woocommerce-page .cart_totals .shop_table td {
border-color: #ebebeb;
}
.woocommerce-page .cart_totals .shop_table .order-total th,
.woocommerce-page .cart_totals .shop_table .order-total td {
border-bottom: 0;
}
.woocommerce-page .cart_totals .shop_table td {
border-right: 0;
padding: 17px 20px;
}
.woocommerce-page .cart_totals .shop_table th {
font-size: 17px;
color: #393e46;
padding: 14px 20px;
}
.woocommerce-page .cart_totals .shop_table .cart-subtotal td,
.woocommerce-page .cart_totals .shop_table .order-total td,
.woocommerce-page .cart_totals .shop_table .tax-rate td {
text-align: right;
color: #393e46;
}
.woocommerce-page .cart_totals p,
.woocommerce-page .cart_totals .woocommerce-shipping-calculator select {
margin: 0 0 5px;
}
.woocommerce-page .cart_totals .shipping-calculator-form button[type="submit"] {
width: 100%;
}
.woocommerce-page .wc-proceed-to-checkout .button {
font-size: 20px;
color: #fff;
background-color: #4a44f2;
padding: 19px 50px;
border-radius: 5px;
display: inline-block;
-webkit-appearance: none;
transition: all ease 0.3s;
}
.woocommerce-page .wc-proceed-to-checkout .button:hover {
color: #fff;
}
.woocommerce-page .return-to-shop a {
padding: 20px 30px;
margin-top: 25px;
border-radius: 5px;
font-weight: 600;
color: #fff;
background-color: #4a44f2;
}
.woocommerce-page .return-to-shop a:hover {
background-color: #393e46;
color: #fff;
} .woocommerce-page .woocommerce-checkout {
clear: both;
}
.woocommerce-page .login input {
margin-bottom: 0;
}
.woocommerce-page form .form-row {
margin: 0 0 20px;
}
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
float: left;
width: 49%;
overflow: visible;
}
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
border-width: 2px;
width: 100%;
margin: 0;
outline: 0;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
display: block;
line-height: 60px;
height: 60px;
border-color: #ebebeb;
border-radius: 5px;
}
.woocommerce-billing-fields .select2-selection--single .select2-selection__rendered,
.woocommerce-shipping-fields .select2-selection--single .select2-selection__rendered {
padding: 15px 30px;
color: #6a727f;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 22px;
right: 20px;
}
.woocommerce-page form.checkout_coupon > p {
margin-bottom: 10px;
}
.woocommerce-page form.checkout_coupon #coupon_code,
.woocommerce-page form.lost_reset_password .form-row input.input-text {
margin-bottom: 20px;
padding: 19px 30px;
}
.woocommerce-page form .form-row label.inline {
display: inline;
}
.woocommerce-page form .form-row label.inline input {
margin: 0 5px 0 10px;
width: auto;
}
.woocommerce-page form.lost_reset_password .woocommerce-Button.button {
margin: 0;
}
.woocommerce-page .woocommerce-shipping-fields,
.woocommerce-page #order_review_heading {
clear: both;
}
.woocommerce-billing-fields .create-account > label {
margin: 0;
display: inline-block;
}
.woocommerce-page .woocommerce-lost-password .form-row-first {
float: none;
}
.woocommerce-page #ship-to-different-address > label {
padding-right: 5px;
}
.woocommerce-page .woocommerce-billing-fields h3,
.woocommerce-page .woocommerce-shipping-fields h3,
.woocommerce-page #order_review_heading,
.woocommerce-page .woocommerce-additional-fields h3 {
font-size: 36px;
margin-bottom: 30px;
padding-top: 30px;
}
.woocommerce-page .woocommerce-additional-fields .notes > label {
display: none;
}
.woocommerce-page form .form-row.create-account #createaccount {
width: auto;
margin-right: 5px;
}
.woocommerce-page form .form-row.create-account + .create-account > p:first-child {
margin-bottom: 10px;
}
.woocommerce-checkout-review-order table th {
font-size: 18px;
color: #393e46;
padding: 18px 30px;
}
.woocommerce-checkout-review-order table td {
padding: 10px 25px;
font-weight: 600;
}
.woocommerce-checkout-review-order .cart-subtotal td,
.woocommerce-checkout-review-order .order-total {
font-size: 16px;
color: #393e46;
}
.woocommerce-checkout #payment ul.payment_methods {
list-style: none;
margin: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label {
display: inline-block;
padding-left: 5px;
}
#payment .about_paypal {
position: absolute;
right: 0;
top: 23px;
}
#payment .payment_methods > li:not(.woocommerce-notice) {
position: relative;
}
#payment .payment_methods > li .payment_box,
#payment .place-order {
background-color: #fff;
padding: 10px;
}
#payment .payment_methods > li .payment_box > p:last-child {
margin-bottom: 0;
}
#payment .payment_methods > .wc_payment_method > label,
#payment .payment_methods > .woocommerce-PaymentMethod > label {
display: block;
padding: 20px 0;
cursor: pointer;
}
.woocommerce-page #payment .payment_methods .woocommerce-message,
.woocommerce-page #payment .payment_methods .woocommerce-info,
.woocommerce-page #payment .payment_methods .woocommerce-error {
margin-bottom: 10px;
}
#payment .payment_methods li img {
border: 0;
padding: 0 0 0 10px;
max-height: 25px;
}
#payment .place-order {
padding: 25px 25px 25px 0;
}
#payment #place_order {
font-size: 18px;
color: #fff;
background-color: #4a44f2;
padding: 17px 70px;
border-radius: 5px;
margin-top: 15px;
}
#payment #place_order:hover {
color: #fff;
}
.woocommerce-page .myaccount_user + h2,
.woocommerce-page .addresses h3,
.woocommerce-page #customer_login h2 {
margin-bottom: 0;
font-size: 18px;
}
.woocommerce-page .register input {
margin-bottom: 0;
}
.woocommerce-page .woocommerce-MyAccount-content legend {
border: 0;
font-size: 18px;
color: #393e46;
padding-top: 20px;
margin: 0;
}
.woocommerce-page .form-row:before,
.woocommerce ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
content: " ";
display: table;
}
.woocommerce-page .cart-collaterals {
width: 100%;
}
.woocommerce-page .cart-collaterals .related {
width: 30.75%;
float: left;
}
.woocommerce-page .cart-collaterals .cross-sells {
width: 100%;
float: left;
}
.woocommerce-page .cart-collaterals .cross-sells ul.products {
float: none;
list-style: none;
margin: 0 -12px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
width: 25%;
padding: 0 12px;
clear: none;
}
.woocommerce-page .cart-collaterals .cross-sells > h2 {
margin-top: 40px;
margin-bottom: 37px;
font-size: 16px;
color: #999;
text-transform: uppercase;
}
.woocommerce-page .cart-collaterals .cross-sells .products li h2 {
font-size: 15px;
}
.woocommerce-page .cart-collaterals .cross-sells .products li .price {
letter-spacing: normal;
font-size: 18px;
}
.woocommerce-page .up-sells > h2 {
font-size: 16px;
color: #999;
text-transform: uppercase;
padding-top: 27px;
border-top: 1px solid #f4f4f4;
}
.woocommerce-page .up-sells.products,
.woocommerce-page .up-sells .products {
margin: 0;
}
.woocommerce-page .up-sells .products {
margin: 0 -15px;
}
.woocommerce-page .up-sells .products li {
padding: 0 15px;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page #order_comments_field {
clear: both;
}
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
width: 48%;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
display: block;
margin-bottom: 10px;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
display: inline;
}
.woocommerce-page form .form-row select,
.woocommerce-page form .form-row .input-text {
width: 100%;
}
.woocommerce-page form .form-row-last {
float: right;
}
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
text-align: left;
padding: 0 1em 0 0;
float: left;
}
.woocommerce-page .woocommerce-error li {
padding: 0;
}
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button {
background-color: transparent;
text-transform: capitalize;
}
.woocommerce-page .woocommerce-message .button:before,
.woocommerce-page .woocommerce-info .button:before,
.woocommerce-page .woocommerce-error .button:before {
display: none;
}
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error {
position: relative;
padding: 18px 24px 18px 50px;
border-radius: 5px;
background-color: #e4f2ff;
color: #5084b4;
font-size: 16px;
margin: 0 0 30px 0;
list-style: none;
display: flex;
align-items: baseline;
flex-direction: column;
}
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-error:before {
font-size: 30px;
content: "\e684";
font-family: "Pe-icon-7-stroke";
position: absolute;
left: 20px;
top: 6px;
}
.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-error a {
color: #393e46;
text-decoration: underline;
padding: 0 8px 0 0;
}
.woocommerce-page .woocommerce-message a:hover,
.woocommerce-page .woocommerce-info a:hover,
.woocommerce-page .woocommerce-error a:hover {
opacity: 0.7;
color: #393e46 !important;
} .product_list_widget li {
padding: 0;
padding-top: 25px;
margin-top: 25px;
border-top: 1px solid #ebebeb;
}
.product_list_widget li:first-child {
padding-top: 0;
margin-top: 0;
border: 0;
}
.product_list_widget li > a {
display: block;
line-height: 1.3;
font-weight: 600;
margin-bottom: 10px;
}
.product_list_widget del .amount {
padding-right: 5px;
}
.product_list_widget li img {
float: right;
width: 50px;
box-shadow: none;
}
.product_list_widget .product-title,
.widget_recent_reviews .product_list_widget a {
display: block;
color: #6a727f;
transition: all ease 0.3s;
}
.product_list_widget .product-title:hover,
.widget_recent_reviews .product_list_widget a:hover {
color: #4a44f2;
}
.product_list_widget .star-rating,
.widget_rating_filter .star-rating {
width: 85px;
height: 17px;
background: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/star.png) repeat-x left 0;
margin: 0 0 15px 0;
}
.product_list_widget .star-rating span,
.widget_rating_filter .star-rating span {
background: url(//www.karafillides.gr/wp-content/themes/octavian/assets/img/star.png) repeat-x left -34px;
height: 0;
padding-top: 17px;
overflow: hidden;
float: left;
}
.widget_rating_filter .star-rating {
display: inline-block;
margin: 0;
} .widget_product_categories ul li {
padding: 9px 0;
border-bottom: 1px solid #ebebeb;
}
.widget_product_categories ul li:first-child,
.widget_product_categories ul li:first-child a {
padding-top: 0;
}
.widget_product_categories ul li a {
color: #6a727f;
font-size: 16px;
padding: 8px 0;
display: inline-block;
}
.widget_product_categories ul li a:hover {
color: #4a44f2;
} .widget_price_filter .price_slider {
height: 5px;
margin-bottom: 22px;
margin-top: 42px;
background-color: #ebebeb;
position: relative;
text-align: left;
}
.widget_price_filter .price_slider_amount {
text-align: right;
}
.widget_price_filter .price_slider_amount .button {
font-size: 13px;
padding: 0 60px;
height: 48px;
line-height: 48px;
background-color: #e6f3fe;
color: #4a44f2;
display: block;
margin-bottom: 10px;
}
.widget_price_filter .price_slider_amount .button:hover {
opacity: 1;
background-color: #4a44f2;
color: #fff;
}
.widget_price_filter .ui-slider .ui-slider-handle {
background-color: #fff;
top: -5px;
position: absolute;
z-index: 2;
width: 14px;
height: 14px;
border-radius: 50%;
cursor: pointer;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
transform: translateX(-1px);
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -13px;
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
border: 0;
background-color: #4a44f2;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.widget_price_filter .price_slider_amount .price_label {
display: block;
font-size: 14px;
line-height: 22px;
text-align: left;
padding-bottom: 20px;
border-bottom: 1px solid #ebebeb;
} .widget.widget_product_search .woocommerce-product-search {
position: relative;
}
.widget.widget_product_search .woocommerce-product-search .search-field {
padding-right: 48px;
margin-bottom: 0;
padding: 8px 20px;
}
.widget.widget_product_search .woocommerce-product-search .search-submit {
position: absolute;
background-color: transparent;
right: 4px;
top: 5px;
width: 30px;
height: 30px;
text-align: center;
text-indent: 999999px;
padding: 0;
border: 0;
overflow: hidden;
}
.widget.widget_product_search .woocommerce-product-search .search-submit:before {
color: #6a727f;
content: "\e936";
font-family: "Pe-icon-7-stroke";
font-size: 16px;
width: 30px;
height: 30px;
line-height: 30px;
position: absolute;
left: 0;
top: 0;
text-align: center;
text-indent: 0;
font-weight: normal;
transition: all ease 0.3s;
}
.widget.widget_product_search .woocommerce-product-search .search-submit:hover:before {
color: #4a44f2;
} .nav-top-cart-wrapper .woocommerce-min-cart-wrap {
padding: 30px;
}
.nav-top-cart-wrapper .woocommerce-mini-cart__empty-message {
margin: 0;
padding: 10px 20px;
font-size: 15px;
}
.widget_shopping_cart_content ul {
list-style: none;
margin: 0;
}
.widget_shopping_cart_content ul li {
display: inline-block;
position: relative;
width: 100%;
border-top: 1px solid #f4f4f4;
padding: 20px;
margin: 0;
padding-left: 75px;
}
.widget_shopping_cart_content ul li.empty {
padding: 0;
}
.widget_shopping_cart_content ul li:first-child {
padding-top: 0;
margin-top: 0;
border-top: 0;
}
.widget_shopping_cart_content ul li .product-name {
font-size: 18px;
font-weight: 500;
color: #393e46;
}
.widget_shopping_cart_content ul li a:hover {
color: #4a44f2;
}
.widget_shopping_cart_content ul li a.remove {
font-size: 22px;
color: #ff4539;
position: absolute;
right: 0;
top: 20px;
}
.nav-top-cart-wrapper .nav-shop-cart ul li:first-child a.remove {
top: 0;
}
.widget_shopping_cart_content ul li a.remove:hover {
opacity: 0.7;
}
.widget_shopping_cart_content ul li a img {
position: absolute;
top: 27px;
left: 0;
width: 65px;
}
.widget_shopping_cart_content ul li:first-child a img {
top: 3px;
}
.widget_shopping_cart_content ul li a img:hover {
border: 1px solid #ebebeb;
}
.widget_shopping_cart_content ul li .quantity {
display: block;
font-size: 15px;
line-height: 24px;
}
.widget_shopping_cart_content .total {
margin-bottom: 25px;
padding: 12px 0;
border-top: 1px solid #f4f4f4;
border-bottom: 1px solid #f4f4f4;
font-size: 18px;
color: #393e46;
text-align: center;
}
.widget_shopping_cart_content .total strong {
color: #393e46;
font-weight: 600;
}
.widget_shopping_cart_content .buttons:before,
.widget_shopping_cart_content .buttons:after {
content: "";
display: table;
clear: both;
}
.widget_shopping_cart_content .buttons {
margin: 0;
}
.widget_shopping_cart_content .buttons > a {
text-align: center;
color: #393e46;
background-color: #eee;
padding: 8px 0;
border-radius: 3px;
width: 48%;
float: left;
}
.widget_shopping_cart_content .buttons a.checkout {
float: right;
background-color: #4a44f2;
color: #fff;
}
.widget_shopping_cart_content .buttons a:hover {
opacity: 0.7;
color: #fff;
}
@media only screen and (max-width: 1024px) {
.woo-single-post-class .summary .cart .quantity input {
width: 30px;
}
}
@media only screen and (max-width: 991px) {
.products.columns-4 li,
.woocommerce-page.shop-col-4 .products li {
width: 50%;
}
.woocommerce-page .content-woocommerce .woocommerce-result-count {
display: none;
}
.woocommerce-page .content-woocommerce .woocommerce-ordering {
float: none;
}
.woocommerce-page .content-woocommerce .woocommerce-result-count:after,
.woocommerce-page .content-woocommerce .woocommerce-ordering:before {
display: none;
}
.woo-single-post-class .images,
.woo-single-post-class .summary {
width: 100%;
float: none;
clear: left;
}
.woo-single-post-class .summary {
padding-top: 60px;
}
.woo-single-post-class .woocommerce-tabs {
margin-top: 30px;
padding-top: 30px;
}
.woo-single-post-class .woocommerce-tabs ul li > a {
padding: 12px 30px;
}
.woo-single-post-class .woocommerce-tabs ul li:first-child {
margin: 0 0 0 15px;
}
.woo-single-post-class .woocommerce-tabs .comment-respond {
margin-top: 30px;
}
.woo-single-post-class .woocommerce-tabs .panel {
padding: 60px 0;
}
.woocommerce-page .shop_table.cart td,
.woocommerce-page .shop_table.cart th {
padding: 15px;
}
.woocommerce-tabs .product-desc {
display: block;
}
.woocommerce-tabs .product-desc .text-wrap {
margin: 0 0 60px;
}
.woo-single-post-class .related.products {
margin-top: 60px;
}
.products li {
margin-top: 30px !important;
}
}
@media only screen and (max-width: 767px) {
.products.columns-3 li,
.woocommerce-page.shop-col-3 .products li {
width: 50%;
}
.products.columns-2 li,
.products.columns-4 li,
.woocommerce-page.shop-col-2 .products li,
.woocommerce-page.shop-col-4 .products li {
width: 100%;
}
.woocommerce-page .content-woocommerce .woocommerce-ordering {
float: none;
display: inline-block;
}
.woo-single-post-class .woocommerce-tabs ul {
border: 0;
}
.woo-single-post-class .woocommerce-tabs ul li {
display: block;
margin: 0 0 10px !important;
border: 1px solid #ebebeb;
top: 0 !important;
}
.woo-single-post-class .woocommerce-tabs ul li.active {
top: 0;
}
.woo-single-post-class .woocommerce-tabs ul li.active > a {
border: 0 !important;
}
.woo-single-post-class .woocommerce-tabs ul li > a {
display: block;
padding: 10px 25px;
}
.woo-single-post-class .related.products .products li:last-child {
margin-bottom: 0;
}
.woo-single-post-class .related.products > h2 {
margin-bottom: 0;
}
.woocommerce-page table.shop_table_responsive tr {
display: block;
}
.woocommerce-page table.shop_table_responsive tr td {
display: block;
text-align: right !important;
}
.woocommerce-page table.shop_table_responsive tr td.order-actions {
text-align: left !important;
}
.woocommerce-page table.shop_table_responsive tr td:before {
content: attr(data-title) ": ";
float: left;
line-height: 30px;
}
.woocommerce-page .shop_table.cart .product-name a {
font-size: 20px;
line-height: 30px;
}
.woocommerce-page table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive tbody th,
.woocommerce-page table.my_account_orders tr td.order-actions:before,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page table.shop_table_responsive tr td.actions:before,
.woocommerce-page table.shop_table_responsive tr td.product-remove:before {
display: none;
}
.woocommerce-page .shop_table.cart .product-remove,
.woocommerce-page .shop_table.cart .product-thumbnail,
.woocommerce-page .shop_table.cart .product-price,
.woocommerce-page .shop_table.cart .product-quantity,
.woocommerce-page .shop_table.cart .product-subtotal {
width: auto;
}
.woocommerce-page table.my_account_orders tr td.order-actions {
text-align: left;
}
.woocommerce-page table.shop_table_responsive tr td.actions {
text-align: left !important;
}
.woocommerce-page .shop_table.cart .coupon + button[type="submit"] {
float: none;
margin: 15px 0 0;
width: 100%;
}
.woocommerce-page .shop_table.cart .coupon #coupon_code,
.woocommerce-page .shop_table.cart .coupon > input[type="submit"] {
float: none;
}
.woocommerce-page .cart_totals {
width: 100%;
}
.woo-single-post-class .summary .cart .quantity {
margin: 0 0 30px;
display: block;
}
}
@media only screen and (max-width: 575px) {
.products.columns-3 li,
.woocommerce-page.shop-col-3 .products li {
width: 100%;
}
.woocommerce-page .shop_table.cart .coupon #coupon_code {
margin-bottom: 10px;
}
#payment #place_order {
font-size: 18px;
padding: 20px 40px;
}
.woo-single-post-class .woocommerce-tabs .entry-content .comment_container img {
float: none;
margin: 0 0 20px;
}
.woo-single-post-class .woocommerce-tabs .entry-content .star-rating {
position: static;
margin-bottom: 8px;
}
}
 .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0, 0, 0);
}
40%,
43% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0, -4px, 0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
} @keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
from,
to {
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes headShake {
0% {
transform: translateX(0);
}
6.5% {
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
transform: translateX(5px) rotateY(7deg);
}
31.5% {
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
transform: translateX(2px) rotateY(3deg);
}
50% {
transform: translateX(0);
}
}
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake;
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%,
20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
} @keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes jello {
from,
11.1%,
to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
animation-name: jello;
transform-origin: center;
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%,
55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -1000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-1000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(1000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 1000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1;
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%,
60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%,
80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: scale(1);
}
}
.jackInTheBox {
animation-name: jackInTheBox;
} @keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
} @keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
animation-name: slideOutUp;
}.animsition,
.animsition-overlay {
position: relative;
opacity: 0;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.animsition-overlay-slide {
position: fixed;
z-index: 1;
width: 100%;
height: 100%;
background-color: #ddd
} .animsition-loading {
position: fixed;
top: 50%;
left: 50%;
width: 14px;
height: 14px;
border-radius: 7px;
background-color: #4a44f2;
-webkit-animation: dot-falling 1s infinite linear !important;
animation: dot-falling 1s infinite linear !important;
-webkit-animation-delay: .2s !important;
animation-delay: .2s !important;
}
.animsition-loading::after,
.animsition-loading::before {
content: '';
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.animsition-loading::after {
width: 14px;
height: 14px;
border-radius: 7px;
background-color: inherit;
-webkit-animation: dot-falling-after 1s infinite linear;
animation: dot-falling-after 1s infinite linear;
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.animsition-loading::before {
width: 14px;
height: 14px;
border-radius: 7px;
background-color: inherit;
-webkit-animation: dot-falling-before 1s infinite linear;
animation: dot-falling-before 1s infinite linear;
-webkit-animation-delay: .1s;
animation-delay: .1s;
}
@-webkit-keyframes dot-falling {
0% {
transform: translate(0, -30px);
opacity: 0;
}
25%,
50%,
75% {
transform: translate(0, 0);
opacity: 1;
}
100% {
transform: translate(0, 30px);
opacity: 0;
}
}
@keyframes dot-falling {
0% {
transform: translate(0, -30px);
opacity: 0;
}
25%,
50%,
75% {
transform: translate(0, 0);
opacity: 1;
}
100% {
transform: translate(0, 30px);
opacity: 0;
}
}
@-webkit-keyframes dot-falling-before {
0% {
transform: translate(-30px, -30px);
opacity: 0;
}
25%,
50%,
75% {
transform: translate(-30px, 0);
opacity: 1;
}
100% {
transform: translate(-30px, 30px);
opacity: 0;
}
}
@keyframes dot-falling-before {
0% {
transform: translate(-30px, -30px);
opacity: 0;
}
25%,
50%,
75% {
transform: translate(-30px, 0);
opacity: 1;
}
100% {
transform: translate(-30px, 30px);
opacity: 0;
}
}
@-webkit-keyframes dot-falling-after {
0% {
transform: translate(30px, -30px);
opacity: 0;
}
25%,
50%,
75% {
transform: translate(30px, 0);
opacity: 1
}
100% {
transform: translate(30px, 30px);
opacity: 0;
}
}
@keyframes dot-falling-after {
0% {
transform: translate(30px, -30px);
opacity: 0;
}
25%,
50%,
75% {
transform: translate(30px, 0);
opacity: 1
}
100% {
transform: translate(30px, 30px);
opacity: 0;
}
}
@-webkit-keyframes animsition-loading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes animsition-loading {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@-webkit-keyframes animsition-loading-reverse {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg)
}
}
@keyframes animsition-loading-reverse {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg)
}
}
@-webkit-keyframes fade-in {
0% {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes fade-in {
0% {
opacity: 0
}
to {
opacity: 1
}
}
.fade-in {
-webkit-animation-name: fade-in;
animation-name: fade-in
}
@-webkit-keyframes fade-out {
0% {
opacity: 1
}
to {
opacity: 0
}
}
@keyframes fade-out {
0% {
opacity: 1
}
to {
opacity: 0
}
}
.fade-out {
-webkit-animation-name: fade-out;
animation-name: fade-out
}
@-webkit-keyframes fade-in-up {
0% {
-webkit-transform: translateY(500px);
transform: translateY(500px);
opacity: 0
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
}
@keyframes fade-in-up {
0% {
-webkit-transform: translateY(500px);
transform: translateY(500px);
opacity: 0
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
}
.fade-in-up {
-webkit-animation-name: fade-in-up;
animation-name: fade-in-up
}
@-webkit-keyframes fade-out-up {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
to {
-webkit-transform: translateY(-500px);
transform: translateY(-500px);
opacity: 0
}
}
@keyframes fade-out-up {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
to {
-webkit-transform: translateY(-500px);
transform: translateY(-500px);
opacity: 0
}
}
.fade-out-up {
-webkit-animation-name: fade-out-up;
animation-name: fade-out-up
}
@-webkit-keyframes fade-in-up-sm {
0% {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity: 0
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
}
@keyframes fade-in-up-sm {
0% {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity: 0
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
}
.fade-in-up-sm {
-webkit-animation-name: fade-in-up-sm;
animation-name: fade-in-up-sm
}
@-webkit-keyframes fade-out-up-sm {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
to {
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0
}
}
@keyframes fade-out-up-sm {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
to {
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0
}
}
.fade-out-up-sm {
-webkit-animation-name: fade-out-up-sm;
animation-name: fade-out-up-sm
}
@-webkit-keyframes fade-in-up-lg {
0% {
-webkit-transform: translateY(1000px);
transform: translateY(1000px);
opacity: 0
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
}
@keyframes fade-in-up-lg {
0% {
-webkit-transform: translateY(1000px);
transform: translateY(1000px);
opacity: 0
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
}
.fade-in-up-lg {
-webkit-animation-name: fade-in-up-lg;
animation-name: fade-in-up-lg
}
@-webkit-keyframes fade-out-up-lg {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
to {
-webkit-transform: translateY(-1000px);
transform: translateY(-1000px);
opacity: 0
}
}
@keyframes fade-out-up-lg {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
to {
-webkit-transform: translateY(-1000px);
transform: translateY(-1000px);
opacity: 0
}
}
.fade-out-up-lg {
-webkit-animation-name: fade-out-up-lg;
animation-name: fade-out-up-lg
}
@-webkit-keyframes fade-in-down {
0% {
-webkit-transform: translateY(-500px);
transform: translateY(-500px);
opacity: 0
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
}
@keyframes fade-in-down {
0% {
-webkit-transform: translateY(-500px);
transform: translateY(-500px);
opacity: 0
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
}
.fade-in-down {
-webkit-animation-name: fade-in-down;
animation-name: fade-in-down
}
@-webkit-keyframes fade-out-down {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
to {
-webkit-transform: translateY(500px);
transform: translateY(500px);
opacity: 0
}
}
@keyframes fade-out-down {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
to {
-webkit-transform: translateY(500px);
transform: translateY(500px);
opacity: 0
}
}
.fade-out-down {
-webkit-animation-name: fade-out-down;
animation-name: fade-out-down
}
@-webkit-keyframes fade-in-down-sm {
0% {
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
}
@keyframes fade-in-down-sm {
0% {
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
}
.fade-in-down-sm {
-webkit-animation-name: fade-in-down-sm;
animation-name: fade-in-down-sm
}
@-webkit-keyframes fade-out-down-sm {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
to {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity: 0
}
}
@keyframes fade-out-down-sm {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
to {
-webkit-transform: translateY(100px);
transform: translateY(100px);
opacity: 0
}
}
.fade-out-down-sm {
-webkit-animation-name: fade-out-down-sm;
animation-name: fade-out-down-sm
}
.fade-in-down-lg {
-webkit-animation-name: fade-in-down;
animation-name: fade-in-down
}
@-webkit-keyframes fade-out-down-lg {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
to {
-webkit-transform: translateY(1000px);
transform: translateY(1000px);
opacity: 0
}
}
@keyframes fade-out-down-lg {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
to {
-webkit-transform: translateY(1000px);
transform: translateY(1000px);
opacity: 0
}
}
.fade-out-down-lg {
-webkit-animation-name: fade-out-down-lg;
animation-name: fade-out-down-lg
}
@-webkit-keyframes fade-in-left {
0% {
-webkit-transform: translateX(-500px);
transform: translateX(-500px);
opacity: 0
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
}
@keyframes fade-in-left {
0% {
-webkit-transform: translateX(-500px);
transform: translateX(-500px);
opacity: 0
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
}
.fade-in-left {
-webkit-animation-name: fade-in-left;
animation-name: fade-in-left
}
@-webkit-keyframes fade-out-left {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
to {
-webkit-transform: translateX(-500px);
transform: translateX(-500px);
opacity: 0
}
}
@keyframes fade-out-left {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
to {
-webkit-transform: translateX(-500px);
transform: translateX(-500px);
opacity: 0
}
}
.fade-out-left {
-webkit-animation-name: fade-out-left;
animation-name: fade-out-left
}
@-webkit-keyframes fade-in-left-sm {
0% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
}
@keyframes fade-in-left-sm {
0% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
}
.fade-in-left-sm {
-webkit-animation-name: fade-in-left-sm;
animation-name: fade-in-left-sm
}
@-webkit-keyframes fade-out-left-sm {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
to {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0
}
}
@keyframes fade-out-left-sm {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
to {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
opacity: 0
}
}
.fade-out-left-sm {
-webkit-animation-name: fade-out-left-sm;
animation-name: fade-out-left-sm
}
@-webkit-keyframes fade-in-left-lg {
0% {
-webkit-transform: translateX(-1500px);
transform: translateX(-1500px);
opacity: 0
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
}
@keyframes fade-in-left-lg {
0% {
-webkit-transform: translateX(-1500px);
transform: translateX(-1500px);
opacity: 0
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
}
.fade-in-left-lg {
-webkit-animation-name: fade-in-left-lg;
animation-name: fade-in-left-lg
}
@-webkit-keyframes fade-out-left-lg {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
to {
-webkit-transform: translateX(-1500px);
transform: translateX(-1500px);
opacity: 0
}
}
@keyframes fade-out-left-lg {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
to {
-webkit-transform: translateX(-1500px);
transform: translateX(-1500px);
opacity: 0
}
}
.fade-out-left-lg {
-webkit-animation-name: fade-out-left-lg;
animation-name: fade-out-left-lg
}
@-webkit-keyframes fade-in-right {
0% {
-webkit-transform: translateX(500px);
transform: translateX(500px);
opacity: 0
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
}
@keyframes fade-in-right {
0% {
-webkit-transform: translateX(500px);
transform: translateX(500px);
opacity: 0
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
}
.fade-in-right {
-webkit-animation-name: fade-in-right;
animation-name: fade-in-right
}
@-webkit-keyframes fade-out-right {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
to {
-webkit-transform: translateX(500px);
transform: translateX(500px);
opacity: 0
}
}
@keyframes fade-out-right {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
to {
-webkit-transform: translateX(500px);
transform: translateX(500px);
opacity: 0
}
}
.fade-out-right {
-webkit-animation-name: fade-out-right;
animation-name: fade-out-right
}
@-webkit-keyframes fade-in-right-sm {
0% {
-webkit-transform: translateX(100px);
transform: translateX(100px);
opacity: 0
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
}
@keyframes fade-in-right-sm {
0% {
-webkit-transform: translateX(100px);
transform: translateX(100px);
opacity: 0
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
}
.fade-in-right-sm {
-webkit-animation-name: fade-in-right-sm;
animation-name: fade-in-right-sm
}
@-webkit-keyframes fade-out-right-sm {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
to {
-webkit-transform: translateX(100px);
transform: translateX(100px);
opacity: 0
}
}
@keyframes fade-out-right-sm {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
to {
-webkit-transform: translateX(100px);
transform: translateX(100px);
opacity: 0
}
}
.fade-out-right-sm {
-webkit-animation-name: fade-out-right-sm;
animation-name: fade-out-right-sm
}
@-webkit-keyframes fade-in-right-lg {
0% {
-webkit-transform: translateX(1500px);
transform: translateX(1500px);
opacity: 0
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
}
@keyframes fade-in-right-lg {
0% {
-webkit-transform: translateX(1500px);
transform: translateX(1500px);
opacity: 0
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
}
.fade-in-right-lg {
-webkit-animation-name: fade-in-right-lg;
animation-name: fade-in-right-lg
}
@-webkit-keyframes fade-out-right-lg {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
to {
-webkit-transform: translateX(1500px);
transform: translateX(1500px);
opacity: 0
}
}
@keyframes fade-out-right-lg {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
to {
-webkit-transform: translateX(1500px);
transform: translateX(1500px);
opacity: 0
}
}
.fade-out-right-lg {
-webkit-animation-name: fade-out-right-lg;
animation-name: fade-out-right-lg
}
@-webkit-keyframes rotate-in {
0% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transform-origin: center center;
opacity: 0
}
0%,
to {
-webkit-transform-origin: center center
}
to {
-webkit-transform: rotate(0);
transform: rotate(0);
transform-origin: center center;
opacity: 1
}
}
@keyframes rotate-in {
0% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transform-origin: center center;
opacity: 0
}
0%,
to {
-webkit-transform-origin: center center
}
to {
-webkit-transform: rotate(0);
transform: rotate(0);
transform-origin: center center;
opacity: 1
}
}
.rotate-in {
-webkit-animation-name: rotate-in;
animation-name: rotate-in
}
@-webkit-keyframes rotate-out {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
transform-origin: center center;
opacity: 1
}
0%,
to {
-webkit-transform-origin: center center
}
to {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
transform-origin: center center;
opacity: 0
}
}
@keyframes rotate-out {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
transform-origin: center center;
opacity: 1
}
0%,
to {
-webkit-transform-origin: center center
}
to {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
transform-origin: center center;
opacity: 0
}
}
.rotate-out {
-webkit-animation-name: rotate-out;
animation-name: rotate-out
}
@-webkit-keyframes rotate-in-sm {
0% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transform-origin: center center;
opacity: 0
}
0%,
to {
-webkit-transform-origin: center center
}
to {
-webkit-transform: rotate(0);
transform: rotate(0);
transform-origin: center center;
opacity: 1
}
}
@keyframes rotate-in-sm {
0% {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transform-origin: center center;
opacity: 0
}
0%,
to {
-webkit-transform-origin: center center
}
to {
-webkit-transform: rotate(0);
transform: rotate(0);
transform-origin: center center;
opacity: 1
}
}
.rotate-in-sm {
-webkit-animation-name: rotate-in-sm;
animation-name: rotate-in-sm
}
@-webkit-keyframes rotate-out-sm {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
transform-origin: center center;
opacity: 1
}
0%,
to {
-webkit-transform-origin: center center
}
to {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transform-origin: center center;
opacity: 0
}
}
@keyframes rotate-out-sm {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
transform-origin: center center;
opacity: 1
}
0%,
to {
-webkit-transform-origin: center center
}
to {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transform-origin: center center;
opacity: 0
}
}
.rotate-out-sm {
-webkit-animation-name: rotate-out-sm;
animation-name: rotate-out-sm
}
@-webkit-keyframes rotate-in-lg {
0% {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
transform-origin: center center;
opacity: 0
}
0%,
to {
-webkit-transform-origin: center center
}
to {
-webkit-transform: rotate(0);
transform: rotate(0);
transform-origin: center center;
opacity: 1
}
}
@keyframes rotate-in-lg {
0% {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
transform-origin: center center;
opacity: 0
}
0%,
to {
-webkit-transform-origin: center center
}
to {
-webkit-transform: rotate(0);
transform: rotate(0);
transform-origin: center center;
opacity: 1
}
}
.rotate-in-lg {
-webkit-animation-name: rotate-in-lg;
animation-name: rotate-in-lg
}
@-webkit-keyframes rotate-out-lg {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
transform-origin: center center;
opacity: 1
}
0%,
to {
-webkit-transform-origin: center center
}
to {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
transform-origin: center center;
opacity: 0
}
}
@keyframes rotate-out-lg {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
transform-origin: center center;
opacity: 1
}
0%,
to {
-webkit-transform-origin: center center
}
to {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
transform-origin: center center;
opacity: 0
}
}
.rotate-out-lg {
-webkit-animation-name: rotate-out-lg;
animation-name: rotate-out-lg
}
@-webkit-keyframes flip-in-x {
0% {
-webkit-transform: perspective(550px) rotateX(90deg);
transform: perspective(550px) rotateX(90deg);
opacity: 0
}
to {
-webkit-transform: perspective(550px) rotateX(0deg);
transform: perspective(550px) rotateX(0deg);
opacity: 1
}
}
@keyframes flip-in-x {
0% {
-webkit-transform: perspective(550px) rotateX(90deg);
transform: perspective(550px) rotateX(90deg);
opacity: 0
}
to {
-webkit-transform: perspective(550px) rotateX(0deg);
transform: perspective(550px) rotateX(0deg);
opacity: 1
}
}
.flip-in-x {
-webkit-animation-name: flip-in-x;
animation-name: flip-in-x;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@-webkit-keyframes flip-out-x {
0% {
-webkit-transform: perspective(550px) rotateX(0deg);
transform: perspective(550px) rotateX(0deg);
opacity: 1
}
to {
-webkit-transform: perspective(550px) rotateX(90deg);
transform: perspective(550px) rotateX(90deg);
opacity: 0
}
}
@keyframes flip-out-x {
0% {
-webkit-transform: perspective(550px) rotateX(0deg);
transform: perspective(550px) rotateX(0deg);
opacity: 1
}
to {
-webkit-transform: perspective(550px) rotateX(90deg);
transform: perspective(550px) rotateX(90deg);
opacity: 0
}
}
.flip-out-x {
-webkit-animation-name: flip-out-x;
animation-name: flip-out-x;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@-webkit-keyframes flip-in-x-nr {
0% {
-webkit-transform: perspective(100px) rotateX(90deg);
transform: perspective(100px) rotateX(90deg);
opacity: 0
}
to {
-webkit-transform: perspective(100px) rotateX(0deg);
transform: perspective(100px) rotateX(0deg);
opacity: 1
}
}
@keyframes flip-in-x-nr {
0% {
-webkit-transform: perspective(100px) rotateX(90deg);
transform: perspective(100px) rotateX(90deg);
opacity: 0
}
to {
-webkit-transform: perspective(100px) rotateX(0deg);
transform: perspective(100px) rotateX(0deg);
opacity: 1
}
}
.flip-in-x-nr {
-webkit-animation-name: flip-in-x-nr;
animation-name: flip-in-x-nr;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@-webkit-keyframes flip-out-x-nr {
0% {
-webkit-transform: perspective(100px) rotateX(0deg);
transform: perspective(100px) rotateX(0deg);
opacity: 1
}
to {
-webkit-transform: perspective(100px) rotateX(90deg);
transform: perspective(100px) rotateX(90deg);
opacity: 0
}
}
@keyframes flip-out-x-nr {
0% {
-webkit-transform: perspective(100px) rotateX(0deg);
transform: perspective(100px) rotateX(0deg);
opacity: 1
}
to {
-webkit-transform: perspective(100px) rotateX(90deg);
transform: perspective(100px) rotateX(90deg);
opacity: 0
}
}
.flip-out-x-nr {
-webkit-animation-name: flip-out-x-nr;
animation-name: flip-out-x-nr;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@-webkit-keyframes flip-in-x-fr {
0% {
-webkit-transform: perspective(1000px) rotateX(90deg);
transform: perspective(1000px) rotateX(90deg);
opacity: 0
}
to {
-webkit-transform: perspective(1000px) rotateX(0deg);
transform: perspective(1000px) rotateX(0deg);
opacity: 1
}
}
@keyframes flip-in-x-fr {
0% {
-webkit-transform: perspective(1000px) rotateX(90deg);
transform: perspective(1000px) rotateX(90deg);
opacity: 0
}
to {
-webkit-transform: perspective(1000px) rotateX(0deg);
transform: perspective(1000px) rotateX(0deg);
opacity: 1
}
}
.flip-in-x-fr {
-webkit-animation-name: flip-in-x-fr;
animation-name: flip-in-x-fr;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@-webkit-keyframes flip-out-x-fr {
0% {
-webkit-transform: perspective(1000px) rotateX(0deg);
transform: perspective(1000px) rotateX(0deg);
opacity: 1
}
to {
-webkit-transform: perspective(1000px) rotateX(90deg);
transform: perspective(1000px) rotateX(90deg);
opacity: 0
}
}
@keyframes flip-out-x-fr {
0% {
-webkit-transform: perspective(1000px) rotateX(0deg);
transform: perspective(1000px) rotateX(0deg);
opacity: 1
}
to {
-webkit-transform: perspective(1000px) rotateX(90deg);
transform: perspective(1000px) rotateX(90deg);
opacity: 0
}
}
.flip-out-x-fr {
-webkit-animation-name: flip-out-x-fr;
animation-name: flip-out-x-fr;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@-webkit-keyframes flip-in-y {
0% {
-webkit-transform: perspective(550px) rotateY(90deg);
transform: perspective(550px) rotateY(90deg);
opacity: 0
}
to {
-webkit-transform: perspective(550px) rotateY(0deg);
transform: perspective(550px) rotateY(0deg);
opacity: 1
}
}
@keyframes flip-in-y {
0% {
-webkit-transform: perspective(550px) rotateY(90deg);
transform: perspective(550px) rotateY(90deg);
opacity: 0
}
to {
-webkit-transform: perspective(550px) rotateY(0deg);
transform: perspective(550px) rotateY(0deg);
opacity: 1
}
}
.flip-in-y {
-webkit-animation-name: flip-in-y;
animation-name: flip-in-y;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@-webkit-keyframes flip-out-y {
0% {
-webkit-transform: perspective(550px) rotateY(0deg);
transform: perspective(550px) rotateY(0deg);
opacity: 1
}
to {
-webkit-transform: perspective(550px) rotateY(90deg);
transform: perspective(550px) rotateY(90deg);
opacity: 0
}
}
@keyframes flip-out-y {
0% {
-webkit-transform: perspective(550px) rotateY(0deg);
transform: perspective(550px) rotateY(0deg);
opacity: 1
}
to {
-webkit-transform: perspective(550px) rotateY(90deg);
transform: perspective(550px) rotateY(90deg);
opacity: 0
}
}
.flip-out-y {
-webkit-animation-name: flip-out-y;
animation-name: flip-out-y;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@-webkit-keyframes flip-in-y-nr {
0% {
-webkit-transform: perspective(100px) rotateY(90deg);
transform: perspective(100px) rotateY(90deg);
opacity: 0
}
to {
-webkit-transform: perspective(100px) rotateY(0deg);
transform: perspective(100px) rotateY(0deg);
opacity: 1
}
}
@keyframes flip-in-y-nr {
0% {
-webkit-transform: perspective(100px) rotateY(90deg);
transform: perspective(100px) rotateY(90deg);
opacity: 0
}
to {
-webkit-transform: perspective(100px) rotateY(0deg);
transform: perspective(100px) rotateY(0deg);
opacity: 1
}
}
.flip-in-y-nr {
-webkit-animation-name: flip-in-y-nr;
animation-name: flip-in-y-nr;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@-webkit-keyframes flip-out-y-nr {
0% {
-webkit-transform: perspective(100px) rotateY(0deg);
transform: perspective(100px) rotateY(0deg);
opacity: 1
}
to {
-webkit-transform: perspective(100px) rotateY(90deg);
transform: perspective(100px) rotateY(90deg);
opacity: 0
}
}
@keyframes flip-out-y-nr {
0% {
-webkit-transform: perspective(100px) rotateY(0deg);
transform: perspective(100px) rotateY(0deg);
opacity: 1
}
to {
-webkit-transform: perspective(100px) rotateY(90deg);
transform: perspective(100px) rotateY(90deg);
opacity: 0
}
}
.flip-out-y-nr {
-webkit-animation-name: flip-out-y-nr;
animation-name: flip-out-y-nr;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@-webkit-keyframes flip-in-y-fr {
0% {
-webkit-transform: perspective(1000px) rotateY(90deg);
transform: perspective(1000px) rotateY(90deg);
opacity: 0
}
to {
-webkit-transform: perspective(1000px) rotateY(0deg);
transform: perspective(1000px) rotateY(0deg);
opacity: 1
}
}
@keyframes flip-in-y-fr {
0% {
-webkit-transform: perspective(1000px) rotateY(90deg);
transform: perspective(1000px) rotateY(90deg);
opacity: 0
}
to {
-webkit-transform: perspective(1000px) rotateY(0deg);
transform: perspective(1000px) rotateY(0deg);
opacity: 1
}
}
.flip-in-y-fr {
-webkit-animation-name: flip-in-y-fr;
animation-name: flip-in-y-fr;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@-webkit-keyframes flip-out-y-fr {
0% {
-webkit-transform: perspective(1000px) rotateY(0deg);
transform: perspective(1000px) rotateY(0deg);
opacity: 1
}
to {
-webkit-transform: perspective(1000px) rotateY(90deg);
transform: perspective(1000px) rotateY(90deg);
opacity: 0
}
}
@keyframes flip-out-y-fr {
0% {
-webkit-transform: perspective(1000px) rotateY(0deg);
transform: perspective(1000px) rotateY(0deg);
opacity: 1
}
to {
-webkit-transform: perspective(1000px) rotateY(90deg);
transform: perspective(1000px) rotateY(90deg);
opacity: 0
}
}
.flip-out-y-fr {
-webkit-animation-name: flip-out-y-fr;
animation-name: flip-out-y-fr;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@-webkit-keyframes zoom-in {
0% {
-webkit-transform: scale(.7);
transform: scale(.7);
opacity: 0
}
to {
opacity: 1
}
}
@keyframes zoom-in {
0% {
-webkit-transform: scale(.7);
transform: scale(.7);
opacity: 0
}
to {
opacity: 1
}
}
.zoom-in {
-webkit-animation-name: zoom-in;
animation-name: zoom-in
}
@-webkit-keyframes zoom-out {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
50% {
-webkit-transform: scale(.7);
transform: scale(.7)
}
50%,
to {
opacity: 0
}
}
@keyframes zoom-out {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
50% {
-webkit-transform: scale(.7);
transform: scale(.7)
}
50%,
to {
opacity: 0
}
}
.zoom-out {
-webkit-animation-name: zoom-out;
animation-name: zoom-out
}
@-webkit-keyframes zoom-in-sm {
0% {
-webkit-transform: scale(.95);
transform: scale(.95);
opacity: 0
}
to {
opacity: 1
}
}
@keyframes zoom-in-sm {
0% {
-webkit-transform: scale(.95);
transform: scale(.95);
opacity: 0
}
to {
opacity: 1
}
}
.zoom-in-sm {
-webkit-animation-name: zoom-in-sm;
animation-name: zoom-in-sm
}
@-webkit-keyframes zoom-out-sm {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
50% {
-webkit-transform: scale(.95);
transform: scale(.95)
}
50%,
to {
opacity: 0
}
}
@keyframes zoom-out-sm {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
50% {
-webkit-transform: scale(.95);
transform: scale(.95)
}
50%,
to {
opacity: 0
}
}
.zoom-out-sm {
-webkit-animation-name: zoom-out-sm;
animation-name: zoom-out-sm
}
@-webkit-keyframes zoom-in-lg {
0% {
-webkit-transform: scale(.4);
transform: scale(.4);
opacity: 0
}
to {
opacity: 1
}
}
@keyframes zoom-in-lg {
0% {
-webkit-transform: scale(.4);
transform: scale(.4);
opacity: 0
}
to {
opacity: 1
}
}
.zoom-in-lg {
-webkit-animation-name: zoom-in-lg;
animation-name: zoom-in-lg
}
@-webkit-keyframes zoom-out-lg {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
50% {
-webkit-transform: scale(.4);
transform: scale(.4)
}
50%,
to {
opacity: 0
}
}
@keyframes zoom-out-lg {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1
}
50% {
-webkit-transform: scale(.4);
transform: scale(.4)
}
50%,
to {
opacity: 0
}
}
.zoom-out-lg {
-webkit-animation-name: zoom-out-lg;
animation-name: zoom-out-lg
}
@-webkit-keyframes overlay-slide-in-top {
0% {
height: 100%
}
to {
height: 0
}
}
@keyframes overlay-slide-in-top {
0% {
height: 100%
}
to {
height: 0
}
}
.overlay-slide-in-top {
top: 0;
height: 0;
-webkit-animation-name: overlay-slide-in-top;
animation-name: overlay-slide-in-top
}
@-webkit-keyframes overlay-slide-out-top {
0% {
height: 0
}
to {
height: 100%
}
}
@keyframes overlay-slide-out-top {
0% {
height: 0
}
to {
height: 100%
}
}
.overlay-slide-out-top {
top: 0;
height: 100%;
-webkit-animation-name: overlay-slide-out-top;
animation-name: overlay-slide-out-top
}
@-webkit-keyframes overlay-slide-in-bottom {
0% {
height: 100%
}
to {
height: 0
}
}
@keyframes overlay-slide-in-bottom {
0% {
height: 100%
}
to {
height: 0
}
}
.overlay-slide-in-bottom {
bottom: 0;
height: 0;
-webkit-animation-name: overlay-slide-in-bottom;
animation-name: overlay-slide-in-bottom
}
@-webkit-keyframes overlay-slide-out-bottom {
0% {
height: 0
}
to {
height: 100%
}
}
@keyframes overlay-slide-out-bottom {
0% {
height: 0
}
to {
height: 100%
}
}
.overlay-slide-out-bottom {
bottom: 0;
height: 100%;
-webkit-animation-name: overlay-slide-out-bottom;
animation-name: overlay-slide-out-bottom
}
@-webkit-keyframes overlay-slide-in-left {
0% {
width: 100%
}
to {
width: 0
}
}
@keyframes overlay-slide-in-left {
0% {
width: 100%
}
to {
width: 0
}
}
.overlay-slide-in-left {
width: 0;
-webkit-animation-name: overlay-slide-in-left;
animation-name: overlay-slide-in-left
}
@-webkit-keyframes overlay-slide-out-left {
0% {
width: 0
}
to {
width: 100%
}
}
@keyframes overlay-slide-out-left {
0% {
width: 0
}
to {
width: 100%
}
}
.overlay-slide-out-left {
left: 0;
width: 100%;
-webkit-animation-name: overlay-slide-out-left;
animation-name: overlay-slide-out-left
}
@-webkit-keyframes overlay-slide-in-right {
0% {
width: 100%
}
to {
width: 0
}
}
@keyframes overlay-slide-in-right {
0% {
width: 100%
}
to {
width: 0
}
}
.overlay-slide-in-right {
right: 0;
width: 0;
-webkit-animation-name: overlay-slide-in-right;
animation-name: overlay-slide-in-right
}
@-webkit-keyframes overlay-slide-out-right {
0% {
width: 0
}
to {
width: 100%
}
}
@keyframes overlay-slide-out-right {
0% {
width: 0
}
to {
width: 100%
}
}
.overlay-slide-out-right {
right: 0;
width: 100%;
-webkit-animation-name: overlay-slide-out-right;
animation-name: overlay-slide-out-right
}.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
} .slick-prev,
.slick-next {
position: absolute;
top: 50%;
z-index: 9999;
display: block;
width: 50px;
height: 50px;
padding: 0;
font-size: 0;
background-color: transparent;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
}
.slick-prev {
left: 15px;
}
.slick-next {
right: 15px;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
background-color: transparent;
}
.slick-prev:after,
.slick-next:after {
line-height: normal;
font-size: 50px;
font-weight: normal;
content: "\e687";
font-family: "Pe-icon-7-stroke";
color: #999;
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
opacity: 0.5;
}
.slick-next:after {
content: "\e685";
} .slick-dots {
position: absolute;
left: 0;
bottom: 10px;
display: block;
width: 100%;
margin: 0;
list-style: none;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 11px;
height: 11px;
margin: 0 7px;
padding: 0;
cursor: pointer;
}
.slick-dots li:after {
content: "";
position: absolute;
left: 2px;
top: 2px;
width: 7px;
height: 7px;
border-radius: 3.5px;
background-color: #2ed37d;
opacity: 0.5;
transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.slick-dots li.slick-active:after {
left: 0;
top: 0;
width: 11px;
height: 11px;
border-radius: 5.5px;
opacity: 1;
}
.slick-dots li button {
font-size: 0;
padding: 0;
opacity: 0;
}@font-face {
font-family: 'ElegantIcons';
src:url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/eleganticons/ElegantIcons.eot);
src:url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/eleganticons/ElegantIcons.eot?#iefix) format('embedded-opentype'),
url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/eleganticons/ElegantIcons.woff) format('woff'),
url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/eleganticons/ElegantIcons.ttf) format('truetype'),
url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/eleganticons/ElegantIcons.svg#ElegantIcons) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="elegant-"],
[class*=" elegant-"] { font-family: 'ElegantIcons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.elegant-arrow_up:before {
content: "\21";
}
.elegant-arrow_down:before {
content: "\22";
}
.elegant-arrow_left:before {
content: "\23";
}
.elegant-arrow_right:before {
content: "\24";
}
.elegant-arrow_left-up:before {
content: "\25";
}
.elegant-arrow_right-up:before {
content: "\26";
}
.elegant-arrow_right-down:before {
content: "\27";
}
.elegant-arrow_left-down:before {
content: "\28";
}
.elegant-arrow-up-down:before {
content: "\29";
}
.elegant-arrow_up-down_alt:before {
content: "\2a";
}
.elegant-arrow_left-right_alt:before {
content: "\2b";
}
.elegant-arrow_left-right:before {
content: "\2c";
}
.elegant-arrow_expand_alt2:before {
content: "\2d";
}
.elegant-arrow_expand_alt:before {
content: "\2e";
}
.elegant-arrow_condense:before {
content: "\2f";
}
.elegant-arrow_expand:before {
content: "\30";
}
.elegant-arrow_move:before {
content: "\31";
}
.elegant-arrow_carrot-up:before {
content: "\32";
}
.elegant-arrow_carrot-down:before {
content: "\33";
}
.elegant-arrow_carrot-left:before {
content: "\34";
}
.elegant-arrow_carrot-right:before {
content: "\35";
}
.elegant-arrow_carrot-2up:before {
content: "\36";
}
.elegant-arrow_carrot-2down:before {
content: "\37";
}
.elegant-arrow_carrot-2left:before {
content: "\38";
}
.elegant-arrow_carrot-2right:before {
content: "\39";
}
.elegant-arrow_carrot-up_alt2:before {
content: "\3a";
}
.elegant-arrow_carrot-down_alt2:before {
content: "\3b";
}
.elegant-arrow_carrot-left_alt2:before {
content: "\3c";
}
.elegant-arrow_carrot-right_alt2:before {
content: "\3d";
}
.elegant-arrow_carrot-2up_alt2:before {
content: "\3e";
}
.elegant-arrow_carrot-2down_alt2:before {
content: "\3f";
}
.elegant-arrow_carrot-2left_alt2:before {
content: "\40";
}
.elegant-arrow_carrot-2right_alt2:before {
content: "\41";
}
.elegant-arrow_triangle-up:before {
content: "\42";
}
.elegant-arrow_triangle-down:before {
content: "\43";
}
.elegant-arrow_triangle-left:before {
content: "\44";
}
.elegant-arrow_triangle-right:before {
content: "\45";
}
.elegant-arrow_triangle-up_alt2:before {
content: "\46";
}
.elegant-arrow_triangle-down_alt2:before {
content: "\47";
}
.elegant-arrow_triangle-left_alt2:before {
content: "\48";
}
.elegant-arrow_triangle-right_alt2:before {
content: "\49";
}
.elegant-arrow_back:before {
content: "\4a";
}
.elegant-icon_minus-06:before {
content: "\4b";
}
.elegant-icon_plus:before {
content: "\4c";
}
.elegant-icon_close:before {
content: "\4d";
}
.elegant-icon_check:before {
content: "\4e";
}
.elegant-icon_minus_alt2:before {
content: "\4f";
}
.elegant-icon_plus_alt2:before {
content: "\50";
}
.elegant-icon_close_alt2:before {
content: "\51";
}
.elegant-icon_check_alt2:before {
content: "\52";
}
.elegant-icon_zoom-out_alt:before {
content: "\53";
}
.elegant-icon_zoom-in_alt:before {
content: "\54";
}
.elegant-icon_search:before {
content: "\55";
}
.elegant-icon_box-empty:before {
content: "\56";
}
.elegant-icon_box-selected:before {
content: "\57";
}
.elegant-icon_minus-box:before {
content: "\58";
}
.elegant-icon_plus-box:before {
content: "\59";
}
.elegant-icon_box-checked:before {
content: "\5a";
}
.elegant-icon_circle-empty:before {
content: "\5b";
}
.elegant-icon_circle-slelected:before {
content: "\5c";
}
.elegant-icon_stop_alt2:before {
content: "\5d";
}
.elegant-icon_stop:before {
content: "\5e";
}
.elegant-icon_pause_alt2:before {
content: "\5f";
}
.elegant-icon_pause:before {
content: "\60";
}
.elegant-icon_menu:before {
content: "\61";
}
.elegant-icon_menu-square_alt2:before {
content: "\62";
}
.elegant-icon_menu-circle_alt2:before {
content: "\63";
}
.elegant-icon_ul:before {
content: "\64";
}
.elegant-icon_ol:before {
content: "\65";
}
.elegant-icon_adjust-horiz:before {
content: "\66";
}
.elegant-icon_adjust-vert:before {
content: "\67";
}
.elegant-icon_document_alt:before {
content: "\68";
}
.elegant-icon_documents_alt:before {
content: "\69";
}
.elegant-icon_pencil:before {
content: "\6a";
}
.elegant-icon_pencil-edit_alt:before {
content: "\6b";
}
.elegant-icon_pencil-edit:before {
content: "\6c";
}
.elegant-icon_folder-alt:before {
content: "\6d";
}
.elegant-icon_folder-open_alt:before {
content: "\6e";
}
.elegant-icon_folder-add_alt:before {
content: "\6f";
}
.elegant-icon_info_alt:before {
content: "\70";
}
.elegant-icon_error-oct_alt:before {
content: "\71";
}
.elegant-icon_error-circle_alt:before {
content: "\72";
}
.elegant-icon_error-triangle_alt:before {
content: "\73";
}
.elegant-icon_question_alt2:before {
content: "\74";
}
.elegant-icon_question:before {
content: "\75";
}
.elegant-icon_comment_alt:before {
content: "\76";
}
.elegant-icon_chat_alt:before {
content: "\77";
}
.elegant-icon_vol-mute_alt:before {
content: "\78";
}
.elegant-icon_volume-low_alt:before {
content: "\79";
}
.elegant-icon_volume-high_alt:before {
content: "\7a";
}
.elegant-icon_quotations:before {
content: "\7b";
}
.elegant-icon_quotations_alt2:before {
content: "\7c";
}
.elegant-icon_clock_alt:before {
content: "\7d";
}
.elegant-icon_lock_alt:before {
content: "\7e";
}
.elegant-icon_lock-open_alt:before {
content: "\e000";
}
.elegant-icon_key_alt:before {
content: "\e001";
}
.elegant-icon_cloud_alt:before {
content: "\e002";
}
.elegant-icon_cloud-upload_alt:before {
content: "\e003";
}
.elegant-icon_cloud-download_alt:before {
content: "\e004";
}
.elegant-icon_image:before {
content: "\e005";
}
.elegant-icon_images:before {
content: "\e006";
}
.elegant-icon_lightbulb_alt:before {
content: "\e007";
}
.elegant-icon_gift_alt:before {
content: "\e008";
}
.elegant-icon_house_alt:before {
content: "\e009";
}
.elegant-icon_genius:before {
content: "\e00a";
}
.elegant-icon_mobile:before {
content: "\e00b";
}
.elegant-icon_tablet:before {
content: "\e00c";
}
.elegant-icon_laptop:before {
content: "\e00d";
}
.elegant-icon_desktop:before {
content: "\e00e";
}
.elegant-icon_camera_alt:before {
content: "\e00f";
}
.elegant-icon_mail_alt:before {
content: "\e010";
}
.elegant-icon_cone_alt:before {
content: "\e011";
}
.elegant-icon_ribbon_alt:before {
content: "\e012";
}
.elegant-icon_bag_alt:before {
content: "\e013";
}
.elegant-icon_creditcard:before {
content: "\e014";
}
.elegant-icon_cart_alt:before {
content: "\e015";
}
.elegant-icon_paperclip:before {
content: "\e016";
}
.elegant-icon_tag_alt:before {
content: "\e017";
}
.elegant-icon_tags_alt:before {
content: "\e018";
}
.elegant-icon_trash_alt:before {
content: "\e019";
}
.elegant-icon_cursor_alt:before {
content: "\e01a";
}
.elegant-icon_mic_alt:before {
content: "\e01b";
}
.elegant-icon_compass_alt:before {
content: "\e01c";
}
.elegant-icon_pin_alt:before {
content: "\e01d";
}
.elegant-icon_pushpin_alt:before {
content: "\e01e";
}
.elegant-icon_map_alt:before {
content: "\e01f";
}
.elegant-icon_drawer_alt:before {
content: "\e020";
}
.elegant-icon_toolbox_alt:before {
content: "\e021";
}
.elegant-icon_book_alt:before {
content: "\e022";
}
.elegant-icon_calendar:before {
content: "\e023";
}
.elegant-icon_film:before {
content: "\e024";
}
.elegant-icon_table:before {
content: "\e025";
}
.elegant-icon_contacts_alt:before {
content: "\e026";
}
.elegant-icon_headphones:before {
content: "\e027";
}
.elegant-icon_lifesaver:before {
content: "\e028";
}
.elegant-icon_piechart:before {
content: "\e029";
}
.elegant-icon_refresh:before {
content: "\e02a";
}
.elegant-icon_link_alt:before {
content: "\e02b";
}
.elegant-icon_link:before {
content: "\e02c";
}
.elegant-icon_loading:before {
content: "\e02d";
}
.elegant-icon_blocked:before {
content: "\e02e";
}
.elegant-icon_archive_alt:before {
content: "\e02f";
}
.elegant-icon_heart_alt:before {
content: "\e030";
}
.elegant-icon_star_alt:before {
content: "\e031";
}
.elegant-icon_star-half_alt:before {
content: "\e032";
}
.elegant-icon_star:before {
content: "\e033";
}
.elegant-icon_star-half:before {
content: "\e034";
}
.elegant-icon_tools:before {
content: "\e035";
}
.elegant-icon_tool:before {
content: "\e036";
}
.elegant-icon_cog:before {
content: "\e037";
}
.elegant-icon_cogs:before {
content: "\e038";
}
.elegant-arrow_up_alt:before {
content: "\e039";
}
.elegant-arrow_down_alt:before {
content: "\e03a";
}
.elegant-arrow_left_alt:before {
content: "\e03b";
}
.elegant-arrow_right_alt:before {
content: "\e03c";
}
.elegant-arrow_left-up_alt:before {
content: "\e03d";
}
.elegant-arrow_right-up_alt:before {
content: "\e03e";
}
.elegant-arrow_right-down_alt:before {
content: "\e03f";
}
.elegant-arrow_left-down_alt:before {
content: "\e040";
}
.elegant-arrow_condense_alt:before {
content: "\e041";
}
.elegant-arrow_expand_alt3:before {
content: "\e042";
}
.elegant-arrow_carrot_up_alt:before {
content: "\e043";
}
.elegant-arrow_carrot-down_alt:before {
content: "\e044";
}
.elegant-arrow_carrot-left_alt:before {
content: "\e045";
}
.elegant-arrow_carrot-right_alt:before {
content: "\e046";
}
.elegant-arrow_carrot-2up_alt:before {
content: "\e047";
}
.elegant-arrow_carrot-2dwnn_alt:before {
content: "\e048";
}
.elegant-arrow_carrot-2left_alt:before {
content: "\e049";
}
.elegant-arrow_carrot-2right_alt:before {
content: "\e04a";
}
.elegant-arrow_triangle-up_alt:before {
content: "\e04b";
}
.elegant-arrow_triangle-down_alt:before {
content: "\e04c";
}
.elegant-arrow_triangle-left_alt:before {
content: "\e04d";
}
.elegant-arrow_triangle-right_alt:before {
content: "\e04e";
}
.elegant-icon_minus_alt:before {
content: "\e04f";
}
.elegant-icon_plus_alt:before {
content: "\e050";
}
.elegant-icon_close_alt:before {
content: "\e051";
}
.elegant-icon_check_alt:before {
content: "\e052";
}
.elegant-icon_zoom-out:before {
content: "\e053";
}
.elegant-icon_zoom-in:before {
content: "\e054";
}
.elegant-icon_stop_alt:before {
content: "\e055";
}
.elegant-icon_menu-square_alt:before {
content: "\e056";
}
.elegant-icon_menu-circle_alt:before {
content: "\e057";
}
.elegant-icon_document:before {
content: "\e058";
}
.elegant-icon_documents:before {
content: "\e059";
}
.elegant-icon_pencil_alt:before {
content: "\e05a";
}
.elegant-icon_folder:before {
content: "\e05b";
}
.elegant-icon_folder-open:before {
content: "\e05c";
}
.elegant-icon_folder-add:before {
content: "\e05d";
}
.elegant-icon_folder_upload:before {
content: "\e05e";
}
.elegant-icon_folder_download:before {
content: "\e05f";
}
.elegant-icon_info:before {
content: "\e060";
}
.elegant-icon_error-circle:before {
content: "\e061";
}
.elegant-icon_error-oct:before {
content: "\e062";
}
.elegant-icon_error-triangle:before {
content: "\e063";
}
.elegant-icon_question_alt:before {
content: "\e064";
}
.elegant-icon_comment:before {
content: "\e065";
}
.elegant-icon_chat:before {
content: "\e066";
}
.elegant-icon_vol-mute:before {
content: "\e067";
}
.elegant-icon_volume-low:before {
content: "\e068";
}
.elegant-icon_volume-high:before {
content: "\e069";
}
.elegant-icon_quotations_alt:before {
content: "\e06a";
}
.elegant-icon_clock:before {
content: "\e06b";
}
.elegant-icon_lock:before {
content: "\e06c";
}
.elegant-icon_lock-open:before {
content: "\e06d";
}
.elegant-icon_key:before {
content: "\e06e";
}
.elegant-icon_cloud:before {
content: "\e06f";
}
.elegant-icon_cloud-upload:before {
content: "\e070";
}
.elegant-icon_cloud-download:before {
content: "\e071";
}
.elegant-icon_lightbulb:before {
content: "\e072";
}
.elegant-icon_gift:before {
content: "\e073";
}
.elegant-icon_house:before {
content: "\e074";
}
.elegant-icon_camera:before {
content: "\e075";
}
.elegant-icon_mail:before {
content: "\e076";
}
.elegant-icon_cone:before {
content: "\e077";
}
.elegant-icon_ribbon:before {
content: "\e078";
}
.elegant-icon_bag:before {
content: "\e079";
}
.elegant-icon_cart:before {
content: "\e07a";
}
.elegant-icon_tag:before {
content: "\e07b";
}
.elegant-icon_tags:before {
content: "\e07c";
}
.elegant-icon_trash:before {
content: "\e07d";
}
.elegant-icon_cursor:before {
content: "\e07e";
}
.elegant-icon_mic:before {
content: "\e07f";
}
.elegant-icon_compass:before {
content: "\e080";
}
.elegant-icon_pin:before {
content: "\e081";
}
.elegant-icon_pushpin:before {
content: "\e082";
}
.elegant-icon_map:before {
content: "\e083";
}
.elegant-icon_drawer:before {
content: "\e084";
}
.elegant-icon_toolbox:before {
content: "\e085";
}
.elegant-icon_book:before {
content: "\e086";
}
.elegant-icon_contacts:before {
content: "\e087";
}
.elegant-icon_archive:before {
content: "\e088";
}
.elegant-icon_heart:before {
content: "\e089";
}
.elegant-icon_profile:before {
content: "\e08a";
}
.elegant-icon_group:before {
content: "\e08b";
}
.elegant-icon_grid-2x2:before {
content: "\e08c";
}
.elegant-icon_grid-3x3:before {
content: "\e08d";
}
.elegant-icon_music:before {
content: "\e08e";
}
.elegant-icon_pause_alt:before {
content: "\e08f";
}
.elegant-icon_phone:before {
content: "\e090";
}
.elegant-icon_upload:before {
content: "\e091";
}
.elegant-icon_download:before {
content: "\e092";
}
.elegant-social_facebook:before {
content: "\e093";
}
.elegant-social_twitter:before {
content: "\e094";
}
.elegant-social_pinterest:before {
content: "\e095";
}
.elegant-social_googleplus:before {
content: "\e096";
}
.elegant-social_tumblr:before {
content: "\e097";
}
.elegant-social_tumbleupon:before {
content: "\e098";
}
.elegant-social_wordpress:before {
content: "\e099";
}
.elegant-social_instagram:before {
content: "\e09a";
}
.elegant-social_dribbble:before {
content: "\e09b";
}
.elegant-social_vimeo:before {
content: "\e09c";
}
.elegant-social_linkedin:before {
content: "\e09d";
}
.elegant-social_rss:before {
content: "\e09e";
}
.elegant-social_deviantart:before {
content: "\e09f";
}
.elegant-social_share:before {
content: "\e0a0";
}
.elegant-social_myspace:before {
content: "\e0a1";
}
.elegant-social_skype:before {
content: "\e0a2";
}
.elegant-social_youtube:before {
content: "\e0a3";
}
.elegant-social_picassa:before {
content: "\e0a4";
}
.elegant-social_googledrive:before {
content: "\e0a5";
}
.elegant-social_flickr:before {
content: "\e0a6";
}
.elegant-social_blogger:before {
content: "\e0a7";
}
.elegant-social_spotify:before {
content: "\e0a8";
}
.elegant-social_delicious:before {
content: "\e0a9";
}
.elegant-social_facebook_circle:before {
content: "\e0aa";
}
.elegant-social_twitter_circle:before {
content: "\e0ab";
}
.elegant-social_pinterest_circle:before {
content: "\e0ac";
}
.elegant-social_googleplus_circle:before {
content: "\e0ad";
}
.elegant-social_tumblr_circle:before {
content: "\e0ae";
}
.elegant-social_stumbleupon_circle:before {
content: "\e0af";
}
.elegant-social_wordpress_circle:before {
content: "\e0b0";
}
.elegant-social_instagram_circle:before {
content: "\e0b1";
}
.elegant-social_dribbble_circle:before {
content: "\e0b2";
}
.elegant-social_vimeo_circle:before {
content: "\e0b3";
}
.elegant-social_linkedin_circle:before {
content: "\e0b4";
}
.elegant-social_rss_circle:before {
content: "\e0b5";
}
.elegant-social_deviantart_circle:before {
content: "\e0b6";
}
.elegant-social_share_circle:before {
content: "\e0b7";
}
.elegant-social_myspace_circle:before {
content: "\e0b8";
}
.elegant-social_skype_circle:before {
content: "\e0b9";
}
.elegant-social_youtube_circle:before {
content: "\e0ba";
}
.elegant-social_picassa_circle:before {
content: "\e0bb";
}
.elegant-social_googledrive_alt2:before {
content: "\e0bc";
}
.elegant-social_flickr_circle:before {
content: "\e0bd";
}
.elegant-social_blogger_circle:before {
content: "\e0be";
}
.elegant-social_spotify_circle:before {
content: "\e0bf";
}
.elegant-social_delicious_circle:before {
content: "\e0c0";
}
.elegant-social_facebook_square:before {
content: "\e0c1";
}
.elegant-social_twitter_square:before {
content: "\e0c2";
}
.elegant-social_pinterest_square:before {
content: "\e0c3";
}
.elegant-social_googleplus_square:before {
content: "\e0c4";
}
.elegant-social_tumblr_square:before {
content: "\e0c5";
}
.elegant-social_stumbleupon_square:before {
content: "\e0c6";
}
.elegant-social_wordpress_square:before {
content: "\e0c7";
}
.elegant-social_instagram_square:before {
content: "\e0c8";
}
.elegant-social_dribbble_square:before {
content: "\e0c9";
}
.elegant-social_vimeo_square:before {
content: "\e0ca";
}
.elegant-social_linkedin_square:before {
content: "\e0cb";
}
.elegant-social_rss_square:before {
content: "\e0cc";
}
.elegant-social_deviantart_square:before {
content: "\e0cd";
}
.elegant-social_share_square:before {
content: "\e0ce";
}
.elegant-social_myspace_square:before {
content: "\e0cf";
}
.elegant-social_skype_square:before {
content: "\e0d0";
}
.elegant-social_youtube_square:before {
content: "\e0d1";
}
.elegant-social_picassa_square:before {
content: "\e0d2";
}
.elegant-social_googledrive_square:before {
content: "\e0d3";
}
.elegant-social_flickr_square:before {
content: "\e0d4";
}
.elegant-social_blogger_square:before {
content: "\e0d5";
}
.elegant-social_spotify_square:before {
content: "\e0d6";
}
.elegant-social_delicious_square:before {
content: "\e0d7";
}
.elegant-icon_printer:before {
content: "\e103";
}
.elegant-icon_calulator:before {
content: "\e0ee";
}
.elegant-icon_building:before {
content: "\e0ef";
}
.elegant-icon_floppy:before {
content: "\e0e8";
}
.elegant-icon_drive:before {
content: "\e0ea";
}
.elegant-icon_search-2:before {
content: "\e101";
}
.elegant-icon_id:before {
content: "\e107";
}
.elegant-icon_id-2:before {
content: "\e108";
}
.elegant-icon_puzzle:before {
content: "\e102";
}
.elegant-icon_like:before {
content: "\e106";
}
.elegant-icon_dislike:before {
content: "\e0eb";
}
.elegant-icon_mug:before {
content: "\e105";
}
.elegant-icon_currency:before {
content: "\e0ed";
}
.elegant-icon_wallet:before {
content: "\e100";
}
.elegant-icon_pens:before {
content: "\e104";
}
.elegant-icon_easel:before {
content: "\e0e9";
}
.elegant-icon_flowchart:before {
content: "\e109";
}
.elegant-icon_datareport:before {
content: "\e0ec";
}
.elegant-icon_briefcase:before {
content: "\e0fe";
}
.elegant-icon_shield:before {
content: "\e0f6";
}
.elegant-icon_percent:before {
content: "\e0fb";
}
.elegant-icon_globe:before {
content: "\e0e2";
}
.elegant-icon_globe-2:before {
content: "\e0e3";
}
.elegant-icon_target:before {
content: "\e0f5";
}
.elegant-icon_hourglass:before {
content: "\e0e1";
}
.elegant-icon_balance:before {
content: "\e0ff";
}
.elegant-icon_rook:before {
content: "\e0f8";
}
.elegant-icon_printer-alt:before {
content: "\e0fa";
}
.elegant-icon_calculator_alt:before {
content: "\e0e7";
}
.elegant-icon_building_alt:before {
content: "\e0fd";
}
.elegant-icon_floppy_alt:before {
content: "\e0e4";
}
.elegant-icon_drive_alt:before {
content: "\e0e5";
}
.elegant-icon_search_alt:before {
content: "\e0f7";
}
.elegant-icon_id_alt:before {
content: "\e0e0";
}
.elegant-icon_id-2_alt:before {
content: "\e0fc";
}
.elegant-icon_puzzle_alt:before {
content: "\e0f9";
}
.elegant-icon_like_alt:before {
content: "\e0dd";
}
.elegant-icon_dislike_alt:before {
content: "\e0f1";
}
.elegant-icon_mug_alt:before {
content: "\e0dc";
}
.elegant-icon_currency_alt:before {
content: "\e0f3";
}
.elegant-icon_wallet_alt:before {
content: "\e0d8";
}
.elegant-icon_pens_alt:before {
content: "\e0db";
}
.elegant-icon_easel_alt:before {
content: "\e0f0";
}
.elegant-icon_flowchart_alt:before {
content: "\e0df";
}
.elegant-icon_datareport_alt:before {
content: "\e0f2";
}
.elegant-icon_briefcase_alt:before {
content: "\e0f4";
}
.elegant-icon_shield_alt:before {
content: "\e0d9";
}
.elegant-icon_percent_alt:before {
content: "\e0da";
}
.elegant-icon_globe_alt:before {
content: "\e0de";
}
.elegant-icon_clipboard:before {
content: "\e0e6";
}@font-face {
font-family: 'Pe-icon-7-stroke';
src:url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/pe7s/Pe-icon-7-stroke.eot?d7yf1v);
src:url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/pe7s/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),
url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/pe7s/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),
url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/pe7s/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),
url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/pe7s/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
display: inline-block;
font-family: 'Pe-icon-7-stroke';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
content: "\e6aa";
}
.pe-7s-arc:before {
content: "\e6ab";
}
.pe-7s-back-2:before {
content: "\e6ac";
}
.pe-7s-bandaid:before {
content: "\e6ad";
}
.pe-7s-car:before {
content: "\e6ae";
}
.pe-7s-diamond:before {
content: "\e6af";
}
.pe-7s-door-lock:before {
content: "\e6b0";
}
.pe-7s-eyedropper:before {
content: "\e6b1";
}
.pe-7s-female:before {
content: "\e6b2";
}
.pe-7s-gym:before {
content: "\e6b3";
}
.pe-7s-hammer:before {
content: "\e6b4";
}
.pe-7s-headphones:before {
content: "\e6b5";
}
.pe-7s-helm:before {
content: "\e6b6";
}
.pe-7s-hourglass:before {
content: "\e6b7";
}
.pe-7s-leaf:before {
content: "\e6b8";
}
.pe-7s-magic-wand:before {
content: "\e6b9";
}
.pe-7s-male:before {
content: "\e6ba";
}
.pe-7s-map-2:before {
content: "\e6bb";
}
.pe-7s-next-2:before {
content: "\e6bc";
}
.pe-7s-paint-bucket:before {
content: "\e6bd";
}
.pe-7s-pendrive:before {
content: "\e6be";
}
.pe-7s-photo:before {
content: "\e6bf";
}
.pe-7s-piggy:before {
content: "\e6c0";
}
.pe-7s-plugin:before {
content: "\e6c1";
}
.pe-7s-refresh-2:before {
content: "\e6c2";
}
.pe-7s-rocket:before {
content: "\e6c3";
}
.pe-7s-settings:before {
content: "\e6c4";
}
.pe-7s-shield:before {
content: "\e6c5";
}
.pe-7s-smile:before {
content: "\e6c6";
}
.pe-7s-usb:before {
content: "\e6c7";
}
.pe-7s-vector:before {
content: "\e6c8";
}
.pe-7s-wine:before {
content: "\e6c9";
}
.pe-7s-cloud-upload:before {
content: "\e68a";
}
.pe-7s-cash:before {
content: "\e68c";
}
.pe-7s-close:before {
content: "\e680";
}
.pe-7s-bluetooth:before {
content: "\e68d";
}
.pe-7s-cloud-download:before {
content: "\e68b";
}
.pe-7s-way:before {
content: "\e68e";
}
.pe-7s-close-circle:before {
content: "\e681";
}
.pe-7s-id:before {
content: "\e68f";
}
.pe-7s-angle-up:before {
content: "\e682";
}
.pe-7s-wristwatch:before {
content: "\e690";
}
.pe-7s-angle-up-circle:before {
content: "\e683";
}
.pe-7s-world:before {
content: "\e691";
}
.pe-7s-angle-right:before {
content: "\e684";
}
.pe-7s-volume:before {
content: "\e692";
}
.pe-7s-angle-right-circle:before {
content: "\e685";
}
.pe-7s-users:before {
content: "\e693";
}
.pe-7s-angle-left:before {
content: "\e686";
}
.pe-7s-user-female:before {
content: "\e694";
}
.pe-7s-angle-left-circle:before {
content: "\e687";
}
.pe-7s-up-arrow:before {
content: "\e695";
}
.pe-7s-angle-down:before {
content: "\e688";
}
.pe-7s-switch:before {
content: "\e696";
}
.pe-7s-angle-down-circle:before {
content: "\e689";
}
.pe-7s-scissors:before {
content: "\e697";
}
.pe-7s-wallet:before {
content: "\e600";
}
.pe-7s-safe:before {
content: "\e698";
}
.pe-7s-volume2:before {
content: "\e601";
}
.pe-7s-volume1:before {
content: "\e602";
}
.pe-7s-voicemail:before {
content: "\e603";
}
.pe-7s-video:before {
content: "\e604";
}
.pe-7s-user:before {
content: "\e605";
}
.pe-7s-upload:before {
content: "\e606";
}
.pe-7s-unlock:before {
content: "\e607";
}
.pe-7s-umbrella:before {
content: "\e608";
}
.pe-7s-trash:before {
content: "\e609";
}
.pe-7s-tools:before {
content: "\e60a";
}
.pe-7s-timer:before {
content: "\e60b";
}
.pe-7s-ticket:before {
content: "\e60c";
}
.pe-7s-target:before {
content: "\e60d";
}
.pe-7s-sun:before {
content: "\e60e";
}
.pe-7s-study:before {
content: "\e60f";
}
.pe-7s-stopwatch:before {
content: "\e610";
}
.pe-7s-star:before {
content: "\e611";
}
.pe-7s-speaker:before {
content: "\e612";
}
.pe-7s-signal:before {
content: "\e613";
}
.pe-7s-shuffle:before {
content: "\e614";
}
.pe-7s-shopbag:before {
content: "\e615";
}
.pe-7s-share:before {
content: "\e616";
}
.pe-7s-server:before {
content: "\e617";
}
.pe-7s-search:before {
content: "\e618";
}
.pe-7s-film:before {
content: "\e6a5";
}
.pe-7s-science:before {
content: "\e619";
}
.pe-7s-disk:before {
content: "\e6a6";
}
.pe-7s-ribbon:before {
content: "\e61a";
}
.pe-7s-repeat:before {
content: "\e61b";
}
.pe-7s-refresh:before {
content: "\e61c";
}
.pe-7s-add-user:before {
content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
content: "\e61d";
}
.pe-7s-paperclip:before {
content: "\e69c";
}
.pe-7s-radio:before {
content: "\e61e";
}
.pe-7s-note2:before {
content: "\e69d";
}
.pe-7s-print:before {
content: "\e61f";
}
.pe-7s-network:before {
content: "\e69e";
}
.pe-7s-prev:before {
content: "\e620";
}
.pe-7s-mute:before {
content: "\e69f";
}
.pe-7s-power:before {
content: "\e621";
}
.pe-7s-medal:before {
content: "\e6a0";
}
.pe-7s-portfolio:before {
content: "\e622";
}
.pe-7s-like2:before {
content: "\e6a1";
}
.pe-7s-plus:before {
content: "\e623";
}
.pe-7s-left-arrow:before {
content: "\e6a2";
}
.pe-7s-play:before {
content: "\e624";
}
.pe-7s-key:before {
content: "\e6a3";
}
.pe-7s-plane:before {
content: "\e625";
}
.pe-7s-joy:before {
content: "\e6a4";
}
.pe-7s-photo-gallery:before {
content: "\e626";
}
.pe-7s-pin:before {
content: "\e69b";
}
.pe-7s-phone:before {
content: "\e627";
}
.pe-7s-plug:before {
content: "\e69a";
}
.pe-7s-pen:before {
content: "\e628";
}
.pe-7s-right-arrow:before {
content: "\e699";
}
.pe-7s-paper-plane:before {
content: "\e629";
}
.pe-7s-delete-user:before {
content: "\e6a7";
}
.pe-7s-paint:before {
content: "\e62a";
}
.pe-7s-bottom-arrow:before {
content: "\e6a8";
}
.pe-7s-notebook:before {
content: "\e62b";
}
.pe-7s-note:before {
content: "\e62c";
}
.pe-7s-next:before {
content: "\e62d";
}
.pe-7s-news-paper:before {
content: "\e62e";
}
.pe-7s-musiclist:before {
content: "\e62f";
}
.pe-7s-music:before {
content: "\e630";
}
.pe-7s-mouse:before {
content: "\e631";
}
.pe-7s-more:before {
content: "\e632";
}
.pe-7s-moon:before {
content: "\e633";
}
.pe-7s-monitor:before {
content: "\e634";
}
.pe-7s-micro:before {
content: "\e635";
}
.pe-7s-menu:before {
content: "\e636";
}
.pe-7s-map:before {
content: "\e637";
}
.pe-7s-map-marker:before {
content: "\e638";
}
.pe-7s-mail:before {
content: "\e639";
}
.pe-7s-mail-open:before {
content: "\e63a";
}
.pe-7s-mail-open-file:before {
content: "\e63b";
}
.pe-7s-magnet:before {
content: "\e63c";
}
.pe-7s-loop:before {
content: "\e63d";
}
.pe-7s-look:before {
content: "\e63e";
}
.pe-7s-lock:before {
content: "\e63f";
}
.pe-7s-lintern:before {
content: "\e640";
}
.pe-7s-link:before {
content: "\e641";
}
.pe-7s-like:before {
content: "\e642";
}
.pe-7s-light:before {
content: "\e643";
}
.pe-7s-less:before {
content: "\e644";
}
.pe-7s-keypad:before {
content: "\e645";
}
.pe-7s-junk:before {
content: "\e646";
}
.pe-7s-info:before {
content: "\e647";
}
.pe-7s-home:before {
content: "\e648";
}
.pe-7s-help2:before {
content: "\e649";
}
.pe-7s-help1:before {
content: "\e64a";
}
.pe-7s-graph3:before {
content: "\e64b";
}
.pe-7s-graph2:before {
content: "\e64c";
}
.pe-7s-graph1:before {
content: "\e64d";
}
.pe-7s-graph:before {
content: "\e64e";
}
.pe-7s-global:before {
content: "\e64f";
}
.pe-7s-gleam:before {
content: "\e650";
}
.pe-7s-glasses:before {
content: "\e651";
}
.pe-7s-gift:before {
content: "\e652";
}
.pe-7s-folder:before {
content: "\e653";
}
.pe-7s-flag:before {
content: "\e654";
}
.pe-7s-filter:before {
content: "\e655";
}
.pe-7s-file:before {
content: "\e656";
}
.pe-7s-expand1:before {
content: "\e657";
}
.pe-7s-exapnd2:before {
content: "\e658";
}
.pe-7s-edit:before {
content: "\e659";
}
.pe-7s-drop:before {
content: "\e65a";
}
.pe-7s-drawer:before {
content: "\e65b";
}
.pe-7s-download:before {
content: "\e65c";
}
.pe-7s-display2:before {
content: "\e65d";
}
.pe-7s-display1:before {
content: "\e65e";
}
.pe-7s-diskette:before {
content: "\e65f";
}
.pe-7s-date:before {
content: "\e660";
}
.pe-7s-cup:before {
content: "\e661";
}
.pe-7s-culture:before {
content: "\e662";
}
.pe-7s-crop:before {
content: "\e663";
}
.pe-7s-credit:before {
content: "\e664";
}
.pe-7s-copy-file:before {
content: "\e665";
}
.pe-7s-config:before {
content: "\e666";
}
.pe-7s-compass:before {
content: "\e667";
}
.pe-7s-comment:before {
content: "\e668";
}
.pe-7s-coffee:before {
content: "\e669";
}
.pe-7s-cloud:before {
content: "\e66a";
}
.pe-7s-clock:before {
content: "\e66b";
}
.pe-7s-check:before {
content: "\e66c";
}
.pe-7s-chat:before {
content: "\e66d";
}
.pe-7s-cart:before {
content: "\e66e";
}
.pe-7s-camera:before {
content: "\e66f";
}
.pe-7s-call:before {
content: "\e670";
}
.pe-7s-calculator:before {
content: "\e671";
}
.pe-7s-browser:before {
content: "\e672";
}
.pe-7s-box2:before {
content: "\e673";
}
.pe-7s-box1:before {
content: "\e674";
}
.pe-7s-bookmarks:before {
content: "\e675";
}
.pe-7s-bicycle:before {
content: "\e676";
}
.pe-7s-bell:before {
content: "\e677";
}
.pe-7s-battery:before {
content: "\e678";
}
.pe-7s-ball:before {
content: "\e679";
}
.pe-7s-back:before {
content: "\e67a";
}
.pe-7s-attention:before {
content: "\e67b";
}
.pe-7s-anchor:before {
content: "\e67c";
}
.pe-7s-albums:before {
content: "\e67d";
}
.pe-7s-alarm:before {
content: "\e67e";
}
.pe-7s-airplay:before {
content: "\e67f";
}.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adobe:before {
content: "\f778"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\f95b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\f952"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\f905"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\f907"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\f95c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\f95d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\f95e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\f95f"; }
.fa-handshake-slash:before {
content: "\f960"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\f961"; }
.fa-head-side-cough-slash:before {
content: "\f962"; }
.fa-head-side-mask:before {
content: "\f963"; }
.fa-head-side-virus:before {
content: "\f964"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\f965"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\f913"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\f955"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\f966"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\f967"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\f91a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\f956"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\f968"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\f91e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\f969"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\f96a"; }
.fa-pump-soap:before {
content: "\f96b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\f96c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\f957"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\f96e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\f96f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\f970"; }
.fa-store-slash:before {
content: "\f971"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\f972"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\f941"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\f949"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\f974"; }
.fa-virus-slash:before {
content: "\f975"; }
.fa-viruses:before {
content: "\f976"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-brands-400.eot);
src: url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-brands-400.woff2) format("woff2"), url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-brands-400.woff) format("woff"), url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-brands-400.ttf) format("truetype"), url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-regular-400.eot);
src: url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-regular-400.woff2) format("woff2"), url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-regular-400.woff) format("woff"), url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-regular-400.ttf) format("truetype"), url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-solid-900.eot);
src: url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-solid-900.woff2) format("woff2"), url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-solid-900.woff) format("woff"), url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-solid-900.ttf) format("truetype"), url(//www.karafillides.gr/wp-content/themes/octavian/assets/font/fontawesome/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }.second-menu-button{
display:none;
}
.deeper-team-box .avatar:after{
background-color: #1f99928c!important;
}
.deeper-team-box .fab.fa-twitter,
.deeper-team-box .fab.fa-instagram{
font-family: 'Font Awesome 5 Free';
}
.deeper-team-box .fab.fa-twitter:before{
content: url(//www.karafillides.gr/wp-content/uploads/2022/06/phone-call.png);
vertical-align: sub;
}
.deeper-team-box .fab.fa-instagram:before{
content: "\f0e0";
}
.hoverBox .inner:after{
background-color: #fff!important;
}
.hoverBox .inner h4.heading span,
.hoverBox .inner .desc p{
color: #000!important;
}
.homeBoxes .inner:after{
background-color: #fff!important;
}
.padTop{
padding-top:15px;
}
.customContentHome span{
display: block;
margin-bottom: 5px;
color: #000;
}
.linkCustom .style-2{
color:#000!important;
}
.linkCustom .style-2 .line{
background-color: #1f9992 !important;
}
#bottom .inner-wrap {
height: 65px;
}
#footer-widgets .widget {
margin: 0 0 0px;
}
.widget.widget_recent_entries ul li{
padding: 0px 0 5px;
}
.boxShadow .vc_grid-item-mini{
box-shadow: 20px 10px 0px 0px rgb(0 0 0 / 10%);
background:#fff;
border-radius:0px;
}
#main-content {
padding: 0px 0;
}
#main-nav #menu-main-menu > .menu-item.current-menu-item{
border-bottom: 2px solid #1f9992;
}
#main-nav #menu-main-menu > .menu-item:hover{
border-bottom: 2px solid #1f9992;
}
#main-nav #main-nav > ul > li:hover > a > span {
color: #1f9992;
}
#site-header{
padding-top:2px;
padding-bottom:2px;
}
.home #featured-title,
.related-post .post-date{
display:none;
}
.titleSection .post-categories{
list-style: none;
margin-left: 0px;
color:#fff;
}
.titleSection .post-categories li a{
color:#1F9992;
font-size: 16px;
background: #fff;
padding: 10px;
}
.titleSection .post-categories li a:hover{
color:#fff;
background:#282F3A;
}
.title-group.titleSection{
text-align: center;
}
.title-group.titleSection .post-categories li{
display:inline-block;
}
.title-group.titleSection .post-categories li:not(:last-child){
padding-right: 10px;
}
#featured-title #breadcrumbs .breadcrumbs-inner{
color:#fff;
font-size: 22px;
}
#breadcrumbs{
text-align:center;
padding-bottom: 35px;
}
#breadcrumbs .breadcrumbs-inner .breadcrumb-trail .pageTitleBreadcrumb{
display: block!important;
position: relative!important;
padding-right:0px!important;
padding-bottom: 22px;
}
#breadcrumbs .breadcrumbs-inner .breadcrumb-trail .pageTitleBreadcrumb:before,
#breadcrumbs .breadcrumbs-inner .breadcrumb-trail .pageTitleBreadcrumb:after,
.singlePost #breadcrumbs .breadcrumbs-inner .breadcrumb-trail .pageTitleBreadcrumb:after,
.singlePost #breadcrumbs .breadcrumbs-inner .breadcrumb-trail .pageTitleBreadcrumb:before{
content: ""!important;
background: #fff;
top: 46px!important;
left: 50%;
position: absolute;
z-index: 1;
}
#breadcrumbs .breadcrumbs-inner .breadcrumb-trail .pageTitleBreadcrumb:after{
width: 50px!important;
height: 1px!important;
margin-left: -25px!important;
margin-top: 6px!important;
}
#breadcrumbs .breadcrumbs-inner .breadcrumb-trail .pageTitleBreadcrumb:before{
width: 80px!important;
height: 1px!important;
margin-left: -40px!important;
}
#featured-title #breadcrumbs .breadcrumbs-inner {
display: block;
}
.pageLink{
width: 80%;
}
#featured-title{
background-size: cover;
background-repeat: no-repeat;
}
.singlePost #main-content{
padding: 65px 0;
}
.categoryPostPage #main-content,
.tagPostPage #main-content,
.searchPostPage #main-content{
padding: 65px 0px 0px 0px;
}
.articleGrid .cbp-ready .cbp-item{
position: unset;
}
.articleGrid .cbp img {
width: auto;
}
.articleGrid .cube-galleries.cbp{
height:unset!important;
}
.articleGrid .cube-galleries.cbp > .cbp-wrapper-outer > .cbp-wrapper{
position: unset;
}
.header-search-wrap {
margin-right: 44px;
}
.categoryPostPage #inner-content,
.tagPostPage #inner-content,
.searchPostPage #inner-content{
display: grid;
grid-template-columns: 30% 30% 30%;
}
.categoryPostPage #inner-content .postWrapperCatPage,
.tagPostPage #inner-content .postWrapperCatPage,
.searchPostPage #inner-content article{
padding:10px;
}
.categoryPostPage .postWrapperCatPages,
.searchPostPage article,
.tagPostPage .postWrapperCatPages{
margin: 10px;
}
.categoryPostPage .postWrapperCatPages .post-media,
.searchPostPage .post-media,
.tagPostPage .postWrapperCatPages .post-media{
border-radius: 0px;
margin-bottom: 10px;
}
.categoryPostPage .postWrapperCatPages .post-media img,
.searchPostPage article .post-media img,
.tagPostPage .postWrapperCatPages .post-media img{
height: 170px!important;
width: 100%;
object-fit: cover;
}
.post-read-more a{
padding: 10px 20px 10px 20px!important;
font-size: 16px!important;
}
.categoryPostPage .hentry .post-title,
.searchPostPage .hentry .post-title,
.tagPostPage .hentry .post-title{
margin-bottom: 20px;
font-size: 20px;
line-height: 26px;
font-weight: 600;
}  
.taxonomyTitle > a{
padding-right:5px;
} 
.categoryPostPage .hentry p.desc,
.searchPostPage .hentry p.desc,
.tagPostPage .hentry p.desc{
margin: 0 0 15px;;
}   
.relatePostWrapper,
.relpost-block-container{
grid-template-columns: 30% 30% 30%;
display: grid;
} 
.relatePostWrapper .relatedPost,
.relpost-block-container a.relpost-block-single{
margin: 5px;
}
.rp4wp-related-post-image img,
.relpost-block-single-image{
height: 170px!important;
width: 100%!important;
object-fit: cover;
}
.relpost-block-container .relpost-block-single:hover {
background-color: transparent!important;
}
.relpost-block-container .relpost-block-single{
border:0px!important;
}
.relpost-block-container .relpost-block-single .relpost-block-single-text,
.rp4wp-related-post-content{
font-size: 16px!important;
line-height: 24px!important;
text-align: left!important;
margin-top: 10px!important;
color: #1f9992!important;
}
.relpost-block-container .relpost-block-single .relpost-block-single-text:hover{
color: #000!important;
}
.relpost-block-single {
padding: 0px;
}
.post-related .relpost-block-container .relpost-custom-block-single{
width:100%!important;
height:100%!important;
}
.searchWidget .wp-block-search__inside-wrapper{
display:flex;
}
.searchWidget .wp-block-search__inside-wrapper .wp-block-search__input{
width:70%;
border-radius: 0px;
}
.searchWidget .wp-block-search__label{
display:none;
}
.singlePost .hentry .post-title {
font-size: 24px;
line-height: 34px;
}
.searchWidget .wp-block-search__inside-wrapper .wp-block-search__button{
width:30%;
border-radius: 0px;
padding: 0px 0px;
font-size: 12px;
}
.widget.widget_categories ul li a{
font-family: "Open Sans";
}
#sidebar{
box-shadow: 0 30px 70px 0 rgb(237 239 240 / 70%);
}
#sidebar .widget {
margin-bottom: 5px;
}
#sidebar #categories-1{
padding: 15px;
}
#sidebar .widget .widget-title {
margin: 0 0 10px 0;
}
.ufw_wrap .widget-title{
border-bottom: 1px solid;
padding-bottom: 5px;
color: #1f9992!important;
font-weight: 700!important;
font-size:18px;
margin-bottom: 10px;
text-transform: inherit!important;
}
.widget.widget_categories ul li{
padding: 6px 0 6px;
}
.is-single-post .post-media,
.categoryPostPage .hentry .post-media {
border-radius: 0px;
}
body.home #site-content,
body.singlePage #site-content{
float: unset;
width: 100%;
}
body.home #sidebar,
body.singlePage #sidebar{
display:none;
}
.categoryPostPage .postWrapperCatPage .post-media{
margin-bottom: 10px;
}
.categoryPostPage .post-meta .post-meta-content-inner .item {
margin-bottom: 0px;
}
.categoryPostPage .post-link a {
font-size: 14px;
padding: 12px 20px;
}
#sidebar #inner-sidebar{
padding:10px;
}
.wpcategorieswidget-2 .categories ul li,
#wpcategorieswidget-2.widget_wpcategorieswidget ul li:last-child{
border-bottom: 0px;
padding: 6px 0 6px;
} .widget_wpcategorieswidget ul{
padding-left: 0px!important;
}
.wpcategorieswidget-2 .categories ul li a{
color:#000;
font-weight: 600;
}
.wpcategorieswidget-2 .categories ul li a:hover{
color:#1F9992;
} .categoryPostPage .postWrapperCatPage .post-meta-categories{
display:none!important;
}
.contactBox .desc{
min-height:110px;
}
.wpcategorieswidget-2,
.wpcategorieswidget-3{
margin-left: 0px;
list-style: none;
}
.wpcategorieswidget-2 .categories ul,
.wpcategorieswidget-3 .categories ul{
margin-left: 0px;
list-style: none;
font-size: 15px;
}
.wpcategorieswidget-2 .categories ul li,
.wpcategorieswidget-3 .categories ul li{
border-bottom:1px solid #cacaca42;
}
.wpcategorieswidget-3 .categories ul li a{
color:#000;
}
#ufw_2 #wp-block-search__input-2,
#ufw_2 .wp-block-search__button{
width:100%;
padding: 8px;
font-size: 14px;
border-radius: 0px;
}
#ufw_2 .wp-block-search__label{
display:none;
}
#menu-main-menu .menu-item .sub-menu .menu-item a{
font-size:15px;
}
#main-nav .sub-menu {
border-radius: 0px;
}
.site-top .octavian-container .site-header-inner{
height:45px;
grid-template-columns: 33% 33% 33%;
display: grid;
}
.site-top{
background: #f8f8f8;
}
.site-top a{
font-size:12px;
}
.site-top .leftTopWrapper{
border-right: 1px solid #ededed;
text-align:center;
}
.site-top .midTopWrapper{
border-right: 1px solid #ededed;
text-align:center;
}
.site-top .RightTopWrapper{
text-align:center;
}
.mobIcon{
display:block;
}
#custom_html-12 .textwidget{
display: flex;
}
#custom_html-12 .textwidget .mobIcon{
width: 50%;
}
.octavian-pagination{
position: absolute;
bottom: 0%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.categoryPostPage #inner-content, 
.tagPostPage #inner-content, 
.searchPostPage #inner-content{
padding-bottom: 150px;
}
.postWrapperCatPages .post-meta-categories.item{
display:none;
}
.singlePost .post-media{
display:none;
}
.singlePost .inner-content{
display: flex;
border-bottom: 1px solid #1f9992;
margin-bottom: 10px;
padding-bottom: 20px;
}
.singlePost .inner-content .post-media{
display:block;
width: 38%;
margin-bottom: 0px;
}
.singlePost .inner-content .post-media img{
height: 250px!important;
width: 100%;
object-fit: cover;
}
.singlePost .inner-content .rightDiv{
width: 58%;
padding-left: 10px;
}
.singlePost .inner-content .rightDiv h1.post-title{
max-width: 100%;
}
p {
margin: 0 0 15px;
}
.search_form_wrap .search-field{
border-radius:0px;
}
.fa-behance{
background: #25D366
}
.fa-behance:before {
content: url(//www.karafillides.gr/wp-content/uploads/2022/05/whats-app-icon.png);
vertical-align: sub;
}
.fa-github{
background: #812379;
}
.fa-github:before {
content: url(//www.karafillides.gr/wp-content/uploads/2022/05/viber-icon.png);
vertical-align: sub;
}
.ParkingLink{
color:#1f9992;
}
.single-item .item {
position: relative;
z-index: 1;
margin: 0;
}
.single-item .item i {
color: #263271;
display: inline-block;
font-size: 60px;
margin-bottom: 30px;
}
.single-item .item .icon span {
position: absolute;
left: 15px;
top: 0;
font-size: 100px;
z-index: -1;
color: #f4f4f4;
opacity: 0.9;
font-weight: 900;
color: transparent;
-webkit-text-stroke: 2px #f4f4f4;
line-height: 50px;
font-family: sans-serif;
padding: 0;
margin: 0;
}
.single-item .item p {
margin: 0;
text-transform: none;
font-weight: 400;
line-height: 26px;
color: #000;
padding: 0;
}
.descService{
margin-top:10px;
} .descServiceTitle{
font-size: 20px;
line-height: 30px;
margin-bottom: 10px;
font-weight: 600;
}
.singlePage #featured-title .octavian-container{
background: rgba(50, 70, 80, 0.7);
width: 100%;
max-width: 100%;
}
.addOverlay > .wpb_column.vc_column_container{
background: rgba(50, 70, 80, 0.7);
width: 100%;
max-width: 100%;
}
.singlePage #featured-title .octavian-container .inner-wrap{
max-width: 80%;
margin: 0 auto;
}
#featured-title .main-title {
font-size: 30px;
line-height: 40px;
}
.post-meta-content-inner .post-meta-categories.item{
display:none!important;
}
.deeper-cf7.btn-accent .wpcf7 .wpcf7-submit {
background-color: #1F9992 !important;
}
.categoryPostPage #site-content #inner-content div:last-child{
padding-bottom: 30px!important;
}
.deeper-accordions .item.active .heading .accordions-arrow {
background-image: linear-gradient(to right, #1f9992, #1f9992);
}
#main-nav > ul > li:hover > a > span {
color: #1f9992;
}
#main-nav > ul > li > a > span:before {
background-color: unset;
}
#main-nav > ul > li.menu-item-has-children > a > span::after {
font-family: "FontAwesome";
}
.memberAccordion p{
font-size:15px;
color:#000;
}
.deeper-accordions.memberAccordion .item .heading .accordions-arrow:after {
width: 37px;
}
.deeper-accordions.memberAccordion .item.active .heading .accordions-arrow:after {
width: 50px;
}
.bottomSpace{
margin-bottom:20px!important;
}
.servicesTitle{
font-size:22px;
}
.deeper-price-box .url-wrap {
text-align: left!important;
}
.customList h4.title {
font-size: 17px!important;
margin-bottom: 8px!important;
font-weight: 600;
}
.customList .desc {
font-size: 15px;
}
.customList .list-item{
margin: 0 0 15px;
}
.customList .basic-info{
vertical-align: super;
}
.breadcrumb-trail .parentCat,
.breadcrumb-trail .pageLink{
display: unset!important;
}
.bottomSocialWrapper li a{
background: #1f9992b3;
-webkit-border-radius: 0.8em;
color: #ffffff;
display: inline-block;
line-height: 1.6em;
font-size: 35px;
margin-right: 20px;
text-align: center;
opacity: 0.9;
width: 1.6em;
margin-top: 15px;
margin-bottom: 10px;
}
.bottomSocialWrapper li a:hover{
background: #2F3F49;
color: #ffffff;
}
.iconsOffice .desc{
padding:10px;
min-height: 330px;
}
#socialBottom{
background: #282F3A;
}
.bottomSocialWrapper{
list-style:none;
margin-bottom: 0px;
text-align:center;
}
.cookie-notice-container {
border: 1px solid #000;
}
#cn-accept-cookie, #cn-refuse-cookie, #cn-more-info {
border: 1px solid #000!important;
}
.bottomSocialWrapper li{
display:inline-block;
}
@media only screen and (max-width: 1250px){
.header-search-wrap{
display:none;
}
}
@media only screen and (max-width: 991px){
#featured-title .inner-wrap {
padding: 40px 0 40px;
}
.pageLink,
#featured-title #breadcrumbs a{
font-size: 18px;
}
#breadcrumbs .breadcrumbs-inner .breadcrumb-trail .pageTitleBreadcrumb:before,
#breadcrumbs .breadcrumbs-inner .breadcrumb-trail .pageTitleBreadcrumb:after{
top: 36px!important;
}
#breadcrumbs .breadcrumbs-inner .breadcrumb-trail .pageTitleBreadcrumb {
padding-bottom: 12px;
}
.titleSection .post-categories li a {
font-size: 10px;
}
#breadcrumbs {
padding-bottom: 12px;
}
.header-search-wrap {
display:unset;
}
.post-read-more a {
padding: 10px 10px 10px 10px!important;
font-size: 12px!important;
}
.categoryPostPage #inner-content,
.tagPostPage #inner-content,
.searchPostPage #inner-content{
grid-template-columns: 50% 50%;
}
.bg-custom-2 .deeper-background{
background-color: #EFEFEF!important;
background-image: unset!important;
}
}
@media only screen and (max-width: 767px){
#breadcrumbs,
.title-group.titleSection{
text-align:center!important;
}
.categoryPostPage #inner-content, 
.tagPostPage #inner-content, 
.searchPostPage #inner-content {
grid-template-columns: 100%;
}
.hideOnMobile{
display:none;
}
.site-top .octavian-container .site-header-inner {
height: 50px;
}
#custom_html-12 .textwidget .mobIcon{
width: 50%;
background: #fff;
padding: 11px;
font-size: 20px;
margin: 3px;
line-height: 20px;
}
#custom_html-11 .textwidget .mobIcon,
#custom_html-10 .textwidget .mobIcon{
background: #fff;
padding: 11px;
font-size: 20px;
margin: 3px;
line-height: 20px;
}
.site-top .octavian-container{
max-width: 100%;
}
.categoryPostPage #inner-content,
.tagPostPage #inner-content,
.searchPostPage #inner-content{
grid-template-columns: 100%;
}
.singlePost .inner-content {
display: block;
border-bottom: 1px solid #1f9992;
margin-bottom: 20px;
padding-bottom: 0px;
}
.singlePost .inner-content .post-media,
.singlePost .inner-content .rightDiv{
width: 100%;
}
.singlePost .inner-content .post-media img {
height: 100%!important;
width: 100%!important;
}
.singlePost .inner-content .rightDiv{
padding-left: 0px;
padding-top: 10px;
}
.relatePostWrapper, .relpost-block-container {
grid-template-columns: 50% 50%;
}
#footer-widgets .widget .widget-title {
margin-bottom: 10px;
}
.footer-grid .span_1_of_3{
margin-bottom: 30px;
}
.bg-custom-2 .deeper-background{
background-color: #EFEFEF!important;
background-image: unset!important;
}
.iconsOffice .desc{
min-height: unset;
}
.partnersLogo .partner-logo img{
width:30%;
margin-bottom: 10px;
}
.partnersLogo .partner-logo{
text-align: center;
}
}
@media only screen and (max-width: 340px){
#custom_html-12 .textwidget .mobIcon,
#custom_html-11 .textwidget .mobIcon,
#custom_html-10 .textwidget .mobIcon{
font-size: 14px;
}
.relatePostWrapper, .relpost-block-container {
grid-template-columns: 100%;
}
}