@charset "UTF-8";
#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}@keyframes attentionBounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.attentionBounce{animation-name:attentionBounce;transform-origin:center bottom}@keyframes attentionFlash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.attentionFlash{animation-name:attentionFlash}@keyframes attentionPulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.attentionPulse{animation-name:attentionPulse;animation-timing-function:ease-in-out}@keyframes attentionRubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.attentionRubberBand{animation-name:attentionRubberBand}@keyframes attentionShakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.attentionShakeX{animation-name:attentionShakeX}@keyframes attentionShakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.attentionShakeY{animation-name:attentionShakeY}@keyframes attentionHeadShake{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)}}.attentionHeadShake{animation-name:attentionHeadShake;animation-timing-function:ease-in-out}@keyframes attentionSwing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.attentionSwing{animation-name:attentionSwing;transform-origin:top center}@keyframes attentionTada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.attentionTada{animation-name:attentionTada}@keyframes attentionWobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.attentionWobble{animation-name:attentionWobble}@keyframes attentionJello{0%,11.1%,to{transform:translateZ(0)}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(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.attentionJello{animation-name:attentionJello;transform-origin:center}@keyframes attentionHeartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.attentionHeartBeat{animation-duration:calc(var(--animate-duration)*1.3);animation-name:attentionHeartBeat;animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translateX(-2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translateX(2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(700px) scale(.7)}}.backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(-2000px) scale(.7)}}.backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(2000px) scale(.7)}}.backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(-700px) scale(.7)}}.backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}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:scaleX(1)}}.bounceIn{animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(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-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightspeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightspeedInRight{animation-name:lightspeedInRight;animation-timing-function:ease-out}@keyframes lightspeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;transform:skewX(-20deg)}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.lightspeedInLeft{animation-name:lightspeedInLeft;animation-timing-function:ease-out}@keyframes lightspeedOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightspeedOutRight{animation-name:lightspeedOutRight;animation-timing-function:ease-in}@keyframes lightspeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0) skewX(-30deg)}}.lightspeedOutLeft{animation-name:lightspeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes specialsHinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg)}to{opacity:0;transform:translate3d(0,700px,0)}}.specialsHinge{animation-duration:calc(var(--animate-duration)*2);animation-name:specialsHinge;transform-origin:top left}@keyframes specialsJackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.specialsJackInTheBox{animation-name:specialsJackInTheBox}@keyframes specialsRollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.specialsRollIn{animation-name:specialsRollIn}@keyframes specialsRollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.specialsRollOut{animation-name:specialsRollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}@keyframes textAnimationFlip{0%{opacity:0;transform:rotateY(90deg)}to{opacity:1;transform:rotateY(0deg)}}@keyframes textAnimationBlur{0%{filter:blur(10px);opacity:0}to{filter:blur(0);opacity:1}}@keyframes textAnimationShoot{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes textAnimationShake{0%{opacity:.5;transform:translateX(0)}25%{opacity:1;transform:translateX(5px)}50%{opacity:.8;transform:translateX(-5px)}to{opacity:1;transform:translateX(0)}}@keyframes textAnimationScale{0%{opacity:0;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}@keyframes textAnimationRotate{0%{opacity:0;transform:rotate(45deg);transform-origin:top}to{opacity:1;transform:rotate(0deg);transform-origin:top}}@keyframes textAnimationStagger{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes marqueeLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marqueeRight{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@keyframes random-bg-color{0%{background-color:#7fffd4}10%{background-color:#faebd7}20%{background-color:aqua}30%{background-color:#8a2be2}40%{background-color:brown}50%{background-color:#deb887}60%{background-color:#5f9ea0}70%{background-color:#d2691e}80%{background-color:#6495ed}90%{background-color:crimson}to{background-color:#9932cc}}.kirki-disabled-typography,.kirki-disabled-typography:focus,.kirki-disabled-typography:hover{color:unset!important;font-family:unset!important;font-size:unset!important;font-style:unset!important;font-variant-caps:unset!important;font-weight:unset!important;letter-spacing:unset!important;line-height:unset!important;list-style-type:unset!important;margin-bottom:unset!important;max-width:unset!important;overflow:unset!important;text-align:unset!important;text-decoration:unset!important;text-indent:unset!important;text-orientation:unset!important;text-overflow:unset!important;text-transform:unset!important;vertical-align:unset!important;white-space:unset!important;word-break:unset!important;writing-mode:unset!important}.kirki-disabled-composition,.kirki-disabled-composition:focus,.kirki-disabled-composition:hover{align-content:unset!important;display:unset!important;margin:unset!important;padding:unset!important;place-items:unset!important;align-items:unset!important;align-self:unset!important;flex-basis:unset!important;flex-direction:unset!important;flex-grow:unset!important;flex-shrink:unset!important;gap:unset!important;column-gap:unset!important;flex-wrap:unset!important;grid-auto-columns:unset!important;grid-auto-rows:unset!important;grid-column-end:unset!important;grid-column-start:unset!important;grid-row-end:unset!important;grid-row-start:unset!important;grid-template-areas:unset!important;grid-template-columns:unset!important;grid-template-rows:unset!important;justify-content:unset!important;justify-items:unset!important;justify-self:unset!important;order:unset!important;row-gap:unset!important}.kirki-disabled-size,.kirki-disabled-size:focus,.kirki-disabled-size:hover{height:unset!important;max-height:unset!important;max-width:unset!important;min-height:unset!important;min-width:unset!important;object-fit:unset!important;object-position:unset!important;overflow:unset!important;width:unset!important}.kirki-disabled-background,.kirki-disabled-background:focus,.kirki-disabled-background:hover{background-attachment:unset!important;background-blend-mode:unset!important;background-clip:unset!important;-webkit-background-clip:unset!important;background-image:unset!important;background-position:unset!important;background-repeat:unset!important;background-size:unset!important}.kirki-disabled-stroke,.kirki-disabled-stroke:focus,.kirki-disabled-stroke:hover{border:unset!important;border-radius:unset!important;border-bottom-left-radius:unset!important;border-bottom-right-radius:unset!important;border-top-left-radius:unset!important;border-top-right-radius:unset!important;outline-color:unset!important;outline-offset:unset!important;outline-style:unset!important;outline-width:unset!important}.kirki-disabled-shadow,.kirki-disabled-shadow:focus,.kirki-disabled-shadow:hover{box-shadow:unset!important}.kirki-disabled-effects,.kirki-disabled-effects:focus,.kirki-disabled-effects:hover{backdrop-filter:unset!important;box-shadow:unset!important;cursor:unset!important;filter:unset!important;opacity:unset!important;perspective:unset!important;perspective-origin:unset!important;transform:unset!important;transform-origin:unset!important;transition:unset!important;transition-delay:unset!important;transition-duration:unset!important;transition-property:unset!important;transition-timing-function:unset!important;visibility:unset!important}.kirki-disabled-position,.kirki-disabled-position:focus,.kirki-disabled-position:hover{bottom:unset!important;clear:unset!important;float:unset!important;left:unset!important;position:unset!important;right:unset!important;top:unset!important;z-index:unset!important}.kirki-disabled-interaction,.kirki-disabled-interaction:focus,.kirki-disabled-interaction:hover{animation:unset!important;animation-direction:unset!important;animation-fill-mode:unset!important;animation-name:unset!important}.kirki-body,.kirki-page{margin:0;padding:0}.kirki-container,.kirki-default-container{margin-left:auto;margin-right:auto}*,:after,:before{box-sizing:border-box}img{vertical-align:top}figure{height:100%;margin:0;width:100%}figure img,figure svg{height:100%;max-height:100%;max-width:100%;vertical-align:top;width:100%}[data-element_hide=true]{display:none!important}.kirki-inline-element{display:inline-block}.kirki-rectangle-indicator{background:rgba(0,0,0,.3);border-radius:1px;height:2px;width:12px}.kirki-box-indicator,.kirki-round-indicator{background-color:rgba(0,0,0,.3);height:6px;width:6px}.kirki-round-indicator{border-radius:100%}.kirki-slider-mask{pointer-events:all!important}.kirki-slider-mask *{pointer-events:all}.kirki-slider{overflow-x:clip;position:relative;touch-action:pan-y;width:100%}.kirki-slider-mask{display:flex;height:100%;transition:transform .5s ease;width:100%;will-change:transform}.kirki-slide-item{flex-shrink:0}.kirki-slider-nav{display:flex;justify-content:center;position:absolute}.kirki-slide.kirki-active,.kirki-slide.kirki-active-longrectangle{display:block}.kirki-slider-nav-center-top{bottom:auto;left:0;right:0;top:8px}.kirki-slider-nav-left-top{bottom:auto;left:30px;top:0}.kirki-slider-nav-right-top{bottom:auto;right:30px;top:0}.kirki-slider-nav-center-center{left:50%;top:50%;transform:translate(-50%,-50%)}.kirki-slider-nav-left-center{left:30px;top:50%;transform:translateY(-50%)}.kirki-slider-nav-right-center{right:30px;top:50%;transform:translateY(-50%)}.kirki-slider-nav-center-bottom{bottom:8px;left:0;right:0;top:auto}.kirki-slider-nav-left-bottom{bottom:0;left:30px;top:auto}.kirki-slider-nav-right-bottom{bottom:0;right:30px;top:auto}.kirki-slider-nav.kirki-round>div{border-radius:100%}.kirki-number-indicator{margin-right:6px}.kirki-slider-indicator{color:rgba(0,0,0,.1);cursor:pointer;display:inline-block;line-height:1;position:relative;-webkit-transition:background-color .1s,color .1s;transition:background-color .1s,color .1s}.kirki-slider-indicator.kirki-active{filter:invert(1)}.kirki-slider-indicator.kirki-active-longrectangle{filter:invert(1);width:24px}.kirki-fade{animation-name:fade 5s ease}.kirki-slide-from-left{animation-name:slide-from-left}.kirki-slide-from-right{animation-name:slide-from-right}.fadeAway{animation:fade-away 2s ease forwards;display:block!important}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes slide-from-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-from-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes fade-away{0%{opacity:1}to{opacity:0}}.kirki-tab-pane{display:none}.kirki-tab-pane.kirki-tab-active{display:block!important}.kirki-navbar-element-config .kirki-element-nav-link{display:inline-block;font-size:1.2rem;padding:12px 15px}.kirki-nav-menu>.kirki-element-nav-item-has-submenu:hover:after{opacity:1}.kirki-element-nav-item:hover>.kirki-element-submenu{opacity:1;visibility:visible}.kirki-element-nav-item-has-submenu:after{color:rgba(0,0,0,.6);content:"𔬊";font-family:KirkiFont;font-size:16px;opacity:0;position:absolute;right:0;transition:all .3s}.kirki-element-submenu{background:#fff;border:1px solid #000;border-radius:8px;box-shadow:-3.5px 5px 0 rgba(34,30,30,.3);left:5px;list-style:none;margin:0;max-width:104px;min-width:104px;opacity:0;padding:8px 0;position:absolute;top:48px;visibility:hidden;z-index:9}.kirki-element-submenu .kirki-element-submenu{left:103px;top:0;z-index:8}.kirki-element-submenu .kirki-element-submenu .kirki-element-nav-item{z-index:8}.kirki-element-submenu>.kirki-element-nav-item{background:transparent;margin-right:0;padding:0 4px 0 16px;transition:all .3s;z-index:9}.kirki-element-submenu>.kirki-element-nav-item.kirki-element-nav-item-has-submenu:after{content:"𔬋"}.kirki-element-submenu>.kirki-element-nav-item:hover{background:rgba(0,0,0,.1)}.kirki-element-submenu>.kirki-element-nav-item-has-submenu:hover:after{opacity:1}input[type=checkbox].kirki-checkbox-element-input{-webkit-appearance:none;-moz-appearance:none;background:#fff;border:1.5px solid #b1b5c3;border-radius:4px;cursor:pointer;height:16px;margin:0;position:relative;top:0;width:16px}input[type=checkbox].kirki-checkbox-element-input:hover{border:1.5px solid #2533f0}input[type=checkbox].kirki-checkbox-element-input:before{border-bottom:2px solid #fff;border-right:2px solid #fff;content:"";height:10px;margin:1px 0 0 5px;opacity:0;position:absolute;transform:rotate(45deg);width:5px}input[type=checkbox].kirki-checkbox-element-input:checked{background:#2533f0;border-color:#2533f0;box-shadow:0 0 0 2px rgba(37,51,240,.2)}input[type=checkbox].kirki-checkbox-element-input:checked:before{opacity:1}.kirki-radio-wrapper input[type=radio]{-webkit-appearance:none;-moz-appearance:none;background:transparent;border:1px solid #b1b5c3;border-radius:50%;cursor:pointer;height:16px;margin:0;position:relative;width:16px}.kirki-radio-wrapper input[type=radio]:hover{border-color:#2533f0}.kirki-radio-wrapper input[type=radio]:before{background:#2533f0;border-radius:50%;bottom:0;content:"";height:8px;left:0;margin:auto;opacity:0;position:absolute;right:0;top:0;width:8px}.kirki-radio-wrapper input[type=radio]:checked{border-color:#2533f0;box-shadow:0 0 0 2px rgba(37,51,240,.2)}.kirki-radio-wrapper input[type=radio]:checked:before{opacity:1}.kirki-radio-wrapper label{align-items:center;column-gap:14px;display:inline-flex;font-size:inherit;margin:0}.kirki-comments-panel-input.kirki-comment-panel-reply-input{padding:8px}.kirki-comment-panel-pin-button .kirki-comments-panel-comment-author-img{border:1px solid var(--kirki-on-surface-1);position:relative}.kirki-comment-panel-pin-button .kirki-comments-panel-comment-author-img:before{background-color:var(--kirki-surface-1);border-bottom-right-radius:14px;border-top-left-radius:14px;border-top-right-radius:14px;content:"";cursor:pointer;height:28px;padding:2px;position:absolute;transition:.3s;width:28px;z-index:-1}.kirki-comment-container{align-items:center;display:flex;gap:5px}.kirki-comment-input-wrapper{align-items:center;background:var(--kirki-surface-1);border-radius:8px;display:flex;height:40px;min-width:241px;padding:4px 4px 4px 6px;width:241px}.kirki-comment-input-wrapper:focus-within{outline:1px solid #4662f2}.kirki-comments-panel-comment-reply-icon{border-radius:4px;bottom:0;cursor:pointer;height:26px;margin:auto;position:absolute;right:6px;top:0}.kirki-comments-panel-comment-reply-icon:hover{background:var(--kirki-on-surface-2)}.kirki-comments-panel-comment-reply-icon svg{transition:transform .2s ease}.kirki-comments-panel-comment-reply-icon.highlight-button{background:var(--kirki-on-surface-2)}@keyframes replyIconBounceAnimation{0%{opacity:1;transform:translateY(0)}30%{opacity:0;transform:translateY(-10px)}70%{opacity:0;transform:translateY(12px)}90%{opacity:1;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.animate-reply-button{animation:replyIconBounceAnimation .5s cubic-bezier(.4,0,.2,1)}.kirki-comment-input{background:transparent;border:none;color:#fff;color:var(--kirki-text-primary);font-size:12px;line-height:16px;outline:0;position:relative;width:100%}.kirki-comment-input:empty:before{color:#888;content:attr(data-placeholder);left:0;pointer-events:none;position:absolute;top:0;white-space:pre-wrap}.kirki-comment-input:focus:before{content:""}.kirki-comment-input::-webkit-scrollbar{width:6px}.kirki-comment-input::-webkit-scrollbar-track{background:transparent}.kirki-comment-input::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border-radius:3px}.kirki-comment-input::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,100%,.4)}.kirki-comment-input{scrollbar-color:hsla(0,0%,100%,.2) transparent;scrollbar-width:thin}.kirki-comment-input a.mention-active{background-color:rgba(12,245,255,.3);border-radius:4px}.kirki-input-element::placeholder,.kirki-textarea-element::placeholder{color:rgba(0,0,0,.5);font-family:Inter}.kirki-input-element::-webkit-input-placeholder,.kirki-textarea-element::-webkit-input-placeholder{color:rgba(0,0,0,.5);font-family:Inter}.kirki-popup-element{display:none;z-index:9999}.kirki-popup-element .kirki-popup-body-wrapper{height:100%;inset:0;pointer-events:none;position:fixed;width:100%}.kirki-popup-element .kirki-popup-body-wrapper *{pointer-events:all}.kirki-popup-element.kirki-position-left-top [kirki-popup=body]{bottom:auto!important;left:0!important;right:auto!important;top:0!important}.kirki-popup-element.kirki-position-left-center [kirki-popup=body]{bottom:auto!important;left:0!important;right:auto!important;top:50%!important}.kirki-popup-element.kirki-position-left-bottom [kirki-popup=body]{bottom:0!important;left:0!important;right:auto!important;top:auto!important}.kirki-popup-element.kirki-position-center-top [kirki-popup=body]{bottom:auto!important;left:0!important;margin:auto!important;right:0!important;top:0!important}.kirki-popup-element.kirki-position-center-center [kirki-popup=body]{left:50%!important;top:50%!important}.kirki-popup-element.kirki-position-center-bottom [kirki-popup=body]{bottom:0!important;left:0!important;margin:auto!important;right:0!important;top:auto!important}.kirki-popup-element.kirki-position-right-top [kirki-popup=body]{bottom:auto!important;left:auto!important;right:0!important;top:0!important}.kirki-popup-element.kirki-position-right-center [kirki-popup=body]{bottom:auto!important;left:auto!important;right:0!important;top:50%!important}.kirki-popup-element.kirki-position-right-bottom [kirki-popup=body]{bottom:0!important;left:auto!important;right:0!important;top:auto!important}.kirki-lightbox-element{height:auto;width:auto}.kirki-lightbox-element .kirki-lightbox-thumbnail{height:100%;width:100%}.kirki-lightbox-element .kirki-lightbox-modal{backdrop-filter:blur(20px);background-color:rgba(0,0,0,.7);display:none;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:5001}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-content{height:100vh;inset:0;margin:auto;max-width:100%;position:absolute}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-slides-wrapper{align-items:center;display:flex;height:80vh;justify-content:center;padding:40px;position:relative;width:100%}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-slides{height:100%}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-slides-item{display:block;height:100%}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-slides-item img,.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-slides-item video{height:100%;object-fit:contain;width:100%}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-close{cursor:pointer;opacity:.6;position:absolute;right:32px;top:32px;transition:all .3s;z-index:1}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-close:focus,.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-close:hover{opacity:1}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-next,.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-prev{bottom:0;cursor:pointer;height:48px;line-height:1;margin:auto;opacity:.6;position:absolute;text-decoration:none;top:0;user-select:none}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-next:active,.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-next:hover,.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-prev:active,.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-prev:hover{opacity:1}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-prev{left:24px}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-next{right:24px}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-media-caption{color:#fff;display:flex;font-size:16px;padding-bottom:28px;width:100%}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-media-caption p{margin:0}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-media-caption-wrapper{bottom:40px;padding:0 40px;position:absolute;width:100%}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-media-list-wrapper{overflow-x:auto}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-media-list{display:flex}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-media-list .kirki-lightbox-modal-column{border-radius:8px;cursor:pointer;flex-shrink:0;float:left;height:88px;margin-right:24px;overflow:hidden;position:relative}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-media-list .kirki-lightbox-modal-column img,.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-media-list .kirki-lightbox-modal-column video{height:88px;max-width:100%;min-width:130px;object-fit:cover}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-media-list .kirki-lightbox-modal-column:before{background-color:rgba(0,0,0,.2);border:2px solid #585858;border-radius:8px;content:"";inset:0;position:absolute;z-index:333}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-media-list .kirki-lightbox-modal-column.kirki-lightbox-modal-media-active,.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-media-list .kirki-lightbox-modal-column:hover{border-color:#0cf5ff}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-media-list .kirki-lightbox-modal-column.kirki-lightbox-modal-media-active:before,.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-media-list .kirki-lightbox-modal-column:hover:before{background-color:transparent;content:""}@media(max-width:991.98px){.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-slides-wrapper{height:100vh;padding:32px}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-slides-wrapper .kirki-lightbox-modal-slides{height:auto}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-media-caption-wrapper{display:none}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-prev{left:16px}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-next{right:16px}.kirki-lightbox-element .kirki-lightbox-modal .kirki-lightbox-modal-close{right:16px;top:16px}}.kirki-dropdown-title{color:hsla(0,0%,100%,.7)}.kirki-show-error [kirki-form=error-message],.kirki-show-success [kirki-form=success-message]{display:block}.kirki-video-element{display:flex;position:relative}.kirki-video-element iframe,.kirki-video-element video{object-fit:cover;width:100%!important}.kirki-video-element video::-webkit-media-controls{display:none}.kirki-video-element .kirki-video-play-btn{background-color:rgba(0,0,0,.7);border-radius:50%;bottom:32px;color:#fff;cursor:pointer;height:44px;position:absolute;right:32px;transition:background-color .3s ease;width:44px}.kirki-video-element .kirki-video-play-btn:hover{background:#000}.kirki-video-element .kirki-video-play-btn.kirki-scale-icon svg.kirki-video-icon-play{transform:scale(0)}.kirki-video-element .kirki-video-play-btn.kirki-scale-icon svg.kirki-video-icon-pause{transform:scale(1)}.kirki-video-element .kirki-video-play-btn svg{bottom:0;height:24px;left:0;margin:auto;position:absolute;right:0;top:0;transition-delay:.1s;transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(0,0,.2,1);width:24px}.kirki-video-element .kirki-video-play-btn svg.kirki-video-icon-play{transform:scale(1)}.kirki-video-element .kirki-video-play-btn svg.kirki-video-icon-pause{transform:scale(0)}@media screen and (max-width:767px){.kirki-video-element .kirki-video-play-btn{bottom:16px;height:32px;right:16px;width:32px}.kirki-video-element .kirki-video-play-btn svg{height:18px;width:18px}}.hide-inner-spin-btn::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hide-inner-spin-btn{-moz-appearance:textfield}.kirki-dropdown{position:relative}[kirki-file-upload-container=filename] [kirki-upload-file],[kirki-file-upload-container=success] [kirki-file-upload-fail],[kirki-file-upload-container=success] [kirki-file-upload-threshold],[kirki-file-upload-container=success] [kirki-upload-file],[kirki-file-upload-container=upload] [kirki-file-upload-name]{display:none}[kirki-file-upload-container=success] [kirki-file-upload-success]{display:block}[kirki-file-upload-container=fail] [kirki-file-upload-name],[kirki-file-upload-container=fail] [kirki-file-upload-success]{display:none}[kirki-file-upload-container=fail] [kirki-file-upload-fail]{display:block}[kirki-navigation=close],[kirki-navigation=navigation],[kirki-navigation=open]{position:relative}[kirki-navigation-hide=true]{display:none!important}[kirki-navigation-hide=false]{display:block}[kirki-navigation-type=close],[kirki-navigation=navigation] [kirki-navigation=nav-button]{display:none!important}[kirki-navigation-type=drop-down]{display:block;left:0;position:absolute;right:0;top:100%;z-index:9999}[kirki-navigation-type=drop-down-right]{display:block;left:unset;position:absolute;right:0;top:0}[kirki-navigation-type=drop-down-left]{display:block;left:0;position:absolute;right:unset;top:0}[kirki-navigation=nav-button]{cursor:pointer;display:none;margin-left:auto}[kirki-navigation=nav-button] [kirki-nav-button=close],[kirki-navigation=nav-button] [kirki-nav-button=open]{display:none}[kirki-navigation=close] [kirki-navigation=nav-button],[kirki-navigation=close] [kirki-navigation=nav-button] [kirki-nav-button=close]{display:block!important}[kirki-navigation=close] [kirki-navigation=nav-button] [kirki-nav-button=open]{display:none!important}[kirki-navigation=open] [kirki-navigation=nav-button]{display:block!important}[kirki-navigation=open] [kirki-navigation=nav-button] [kirki-nav-button=close]{display:none!important}[kirki-navigation=open] [kirki-navigation=nav-button] [kirki-nav-button=open]{display:block!important}.kirki-navigation-item-active [kirki-nav-item-overlay="1"],.kirki-navigation-item-active [kirki-nav-item-overlay="1"]:first-of-type,.kirki-navigation-item-active [kirki-nav-item-overlay=true],.kirki-navigation-item-active [kirki-nav-item-overlay=true]:first-of-type{opacity:1;transition:opacity .32s cubic-bezier(.4,0,.6,1) 80ms,visibility .32s step-start 80ms;visibility:visible}.kirki-alert-dialog{background:var(--kirki-surface-1);border:1px solid var(--kirki-wash-white-24);border-radius:6px;box-shadow:0 3px 12px 4px var(--kirki-shadow-secondary),0 1px 0 0 var(--kirki-shadow-secondary)}.kirki-alert-dialog .kirki-modal-dialog-content{color:var(--kirki-text-tertiary);font-size:12px;font-weight:500;letter-spacing:-.2px;line-height:16px;padding:12px 20px}.kirki-alert-dialog .kirki-modal-dialog-content-large{font-size:14px;font-weight:600;line-height:20px;padding:0 20px 16px;text-align:center}.kirki-alert-dialog .kirki-modal-dialog-close-icon{cursor:pointer}.kirki-alert-dialog .kirki-popover-header{padding:0 14px 0 20px}.kirki-alert-dialog .kirki-element-settings-title{color:var(--kirki-text-secondary);font-size:14px;letter-spacing:-.2px;line-height:20px}.kirki-alert-dialog-warning .kirki-element-settings-title,.kirki-alert-dialog-warning .kirki-modal-dialog-content-large{color:var(--kirki-red-100)}.kirki-alert-dialog-info .kirki-element-settings-title,.kirki-alert-dialog-info .kirki-modal-dialog-content-large{color:var(--kirki-action-primary)}.kirki-alert{align-items:center;border-radius:6px;box-shadow:0 9px 29px rgba(0,0,0,.3),0 15px 12px transparent;display:flex;font-family:sans-serif;font-size:16px;gap:1rem;line-height:24px;padding:.625rem 1.2rem;position:fixed;right:10px;top:10px;width:max-content;z-index:333}.kirki-alert-success{background-color:rgba(0,159,83,.1);color:rgba(0,0,0,.8)}.kirki-alert-core-success{background-color:rgba(59,10,255,.1);color:#000}.kirki-alert-core-error{background-color:#ff0a0a;color:#fff}
  .mb30 {
margin-bottom: 30px;
} body {
font-family: "Work Sans", sans-serif;
font-size: 16px;
}
body,
button,
input,
select,
optgroup,
textarea {
color: #595959;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-family: "Work Sans", sans-serif;
color: #191919;
font-weight: 500;
}
p {
margin-bottom: 20px;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 15px 15px;
padding-left: 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 15px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
}
th, td {
border: 1px solid #ebebeb;
padding: 15px;
text-align: center;
}
blockquote {
background-color: #f7f7f7;
padding: 25px;
margin-bottom: 10px;
border-left: 2px solid #cbd1dc;
} button,
.button,
input[type=button],
input[type=reset],
input[type=submit],
.learnpress-page .lp-button {
color: #fff;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border: 2px solid #f0437e;
background-color: #f0437e;
padding: 14px 30px;
border-radius: 2px;
transition: all 0.3s;
cursor: pointer;
border-radius: 30px;
}
.menuStyle3 .top-bar button,
.menuStyle3 .top-bar .button,
.menuStyle3 .top-bar input[type=button],
.menuStyle3 .top-bar input[type=reset],
.menuStyle3 .top-bar input[type=submit],
.menuStyle3 .top-bar .learnpress-page .lp-button {
color: #fff;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.learnpress-page .lp-button:hover {
background-color: transparent;
color: #000;
}
.menuStyle3 .top-bar button:hover,
.menuStyle3 .top-bar .button:hover,
.menuStyle3 .top-bar input[type=button]:hover,
.menuStyle3 .top-bar input[type=reset]:hover,
.menuStyle3 .top-bar input[type=submit]:hover,
.menuStyle3 .top-bar .learnpress-page .lp-button:hover {
background-color: transparent;
color: #000;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
color: #666;
border: 1px solid #ebebeb;
border-radius: 0;
padding: 15px 20px;
max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
color: #111;
}
textarea {
width: 100%;
}
label {
max-width: 100%;
}
.wpcf7-not-valid-tip {
margin: 10px 0px 10px 3px;
}
label > .wpcf7-form-control-wrap {
display: block;
margin-top: 10px;
}  a {
transition: all 0.3s;
color: royalblue;
}
a:hover, a:focus, a:active {
text-decoration: none;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
}  .main-navigation + .header-search-wrapper {
margin-left: 23px;
}
.main-navigation + .header-search-cart {
margin-left: 10px;
}
.header-search-wrapper + .header-search-cart {
margin-left: 20px;
}
.header-search-wrapper .header-search-toggle {
cursor: pointer;
}
.menuStyle1 .site-header > div > .row,
.menuStyle2 .site-header > div > .row {
align-items: center;
}
.menuStyle2 .site-header {
background-color: #fff;
}
@media (max-width: 1199px) {
.menuStyle2 .header-search {
display: none;
}
}
@media (max-width: 1199px) {
.menuStyle2 .header-search-cart,
.menuStyle2 .header-cart-link {
margin: 0;
}
}
.menuStyle2 .header-search-cart li a {
color: #191919;
}
.menuStyle2 .main-navigation a:hover:after,
.menuStyle2 .main-navigation .current-menu-item:after {
content: "";
width: 5px;
height: 5px;
background-color: #f0437e;
border-radius: 50%;
position: absolute;
left: 50%;
bottom: -8px;
margin-left: -2px;
}
.menuStyle1.page-template-template_page-builder .sticky-wrapper {
position: absolute;
}
.menuStyle1.page-template-template_page-builder .site-header {
background-color: transparent;
}
@media (max-width: 1199px) {
.menuStyle1.page-template-template_page-builder .site-header {
background-color: #13151d;
}
}
.menuStyle1.page-template-template_page-builder.static-header .site-header {
position: absolute;
}
.menuStyle1 .header-search-wrapper + .header-search-cart {
margin-left: 19px;
}
@media (max-width: 1199px) {
.menuStyle1 .header-search {
display: none;
}
}
@media (max-width: 1199px) {
.menuStyle1 .header-search-cart,
.menuStyle1 .header-cart-link {
margin: 0;
}
}
.menuStyle1 .fa-search {
color: #fff;
}
.menuStyle1 .sticky-wrapper {
position: static;
width: 100%;
top: 0;
left: 0;
z-index: 999;
}
.menuStyle1 .sticky-wrapper.is-sticky a {
color: #191919;
}
.menuStyle1 .site-header {
position: static;
background-color: #13151d;
width: 100%;
top: 0;
left: 0;
z-index: 999;
}
.menuStyle1.admin-bar .sticky-wrapper,
.menuStyle1.admin-bar .site-header {
top: 32px;
}
.menuStyle1 .site-title a,
.menuStyle1 .main-navigation a {
color: #fff;
}
.menuStyle1 .site-description {
color: #fff;
}
@media (max-width: 1199px) {
.menuStyle1 .main-navigation {
background-color: #13151d;
}
}
.menuStyle1 .main-navigation ul ul a {
color: #1c1c1c;
}
@media (max-width: 1199px) {
.menuStyle1 .mobile-menu-toggle_lines {
background-color: #fff;
}
}
@media (max-width: 1199px) {
.menuStyle1 .mobile-menu-toggle_lines:before, .menuStyle1 .mobile-menu-toggle_lines:after {
background: #fff;
}
}
.menuStyle3.page-template-template_page-builder .sticky-wrapper {
position: absolute;
width: 100%;
}
.menuStyle3.page-template-template_page-builder .bottom-bar {
background-color: rgba(255, 255, 255, 0.3);
}
.menuStyle3.page-template-template_page-builder.static-header .bottom-bar {
position: absolute;
z-index: 11;
}
@media (max-width: 1199px) {
.menuStyle3.page-template-template_page-builder .site-header {
background-color: #13151d;
}
}
@media (max-width: 767px) {
.menuStyle3 .top-bar .row > div {
width: 50%;
padding: 5px;
}
}
@media (max-width: 600px) {
.menuStyle3 .top-bar .row > div {
width: 100%;
}
}
.menuStyle3 .contact-item.header-cta {
justify-content: center;
}
.menuStyle3:not(.page-template-template_page-builder) .bottom-bar {
background-color: #13151d;
}
.menuStyle3 .main-navigation {
padding: 30px 0;
width: 100%;
}
.menuStyle3 .main-navigation a {
color: #fff;
text-transform: uppercase;
font-weight: 500;
}
.menuStyle3 .main-navigation a:hover:after,
.menuStyle3 .main-navigation .current-menu-item:after {
content: "";
width: 5px;
height: 5px;
background-color: #f0437e;
border-radius: 50%;
position: absolute;
left: 50%;
bottom: -8px;
margin-left: -2px;
}
@media (max-width: 1199px) {
.menuStyle3 .main-navigation {
background-color: #13151d;
}
}
.menuStyle3 .main-navigation + .header-search-wrapper {
margin-left: 30px;
}
.menuStyle3 .top-bar {
background-color: #fff;
}
.menuStyle3 .top-bar .contact-item {
display: flex;
align-items: center;
justify-content: center;
padding-top: 10px;
padding-bottom: 10px;
line-height: 1;
padding: 0 30px;
min-height: 45px;
}
.menuStyle3 .top-bar .contact-item:first-of-type {
padding-left: 0;
}
.menuStyle3 .top-bar .contact-item.header-cta {
border: 0;
flex: 1;
padding-right: 0;
}
.menuStyle3 .top-bar .header-social.contact-item {
border: 0;
}
.menuStyle3 .top-bar .header-social.contact-item .fab {
margin: 10px;
}
.menuStyle3 .top-bar .contact-item {
font-weight: 500;
border-right: 1px solid #ebebeb;
}
.menuStyle3 .top-bar .contact-item .fas {
color: #f0437e;
margin-right: 15px;
}
.menuStyle3 .top-bar .contact-item.header-social .fab,
.menuStyle3 .top-bar .contact-item.header-social a {
color: #28293a;
}
.menuStyle3 .top-bar .button {
border-radius: 0;
}
.menuStyle3 .top-bar a {
color: #191919;
}
.menuStyle3 .bottom-bar {
width: 100%;
position: relative;
}
.menuStyle3 .bottom-bar .row {
align-items: center;
}
.menuStyle3 .site-header {
padding: 0;
border-bottom: 0;
}
.menuStyle3 .header-search-wrapper + .header-search-cart {
margin-left: 20px;
}
.menuStyle3 .header-search-wrapper {
margin-bottom: 0;
margin-left: 0;
padding-left: 0;
}
.menuStyle3 .header-search-wrapper .header-search-toggle a {
color: #FFF;
}
.menuStyle3 .header-search-cart {
margin-bottom: 0;
}
.menuStyle3 .header-search-cart .cart-contents {
display: flex;
}
.menuStyle3 .branding-area {
padding: 15px;
}
.menuStyle3 .branding-area .site-branding {
position: relative;
z-index: 99;
}
.menuStyle3 .branding-area .container {
height: 100%;
}
.menuStyle3 .branding-area .container .site-branding {
height: 100%;
display: flex;
background-color: #fff;
align-items: center;
align-content: center;
flex-wrap: wrap;
justify-content: center;
box-shadow: 0px 11px 24px 0px rgba(51, 71, 86, 0.15);
}
.menuStyle3 .site-title a,
.menuStyle3 .site-description {
color: #fff;
}
.menuStyle3 .is-sticky .bottom-bar {
background-color: #fff;
}
.menuStyle3 .is-sticky .site-title a,
.menuStyle3 .is-sticky .main-navigation a {
color: #191919;
}
.menuStyle3 .is-sticky .site-description {
color: #191919;
}
.menuStyle3 .sticky-wrapper {
position: relative;
z-index: 11;
}
@media (max-width: 1199px) {
.menuStyle3 .mobile-menu-toggle_lines {
background-color: #fff;
}
}
@media (max-width: 1199px) {
.menuStyle3 .mobile-menu-toggle_lines:before, .menuStyle3 .mobile-menu-toggle_lines:after {
background: #fff;
}
}
.menuStyle3.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines {
background: none;
}
.menuStyle4 #site-navigation-sticky-wrapper {
margin-bottom: -68px;
}
.menuStyle4 .contact-area {
display: flex;
justify-content: flex-end;
}
@media (max-width: 1199px) {
.menuStyle4 .contact-area {
display: block;
width: 100%;
max-width: 100%;
flex: 0 0 100%;
margin-top: 30px;
text-align: left;
}
}
.menuStyle4 .contact-area .contact-block {
text-align: left;
display: flex;
align-items: center;
padding: 0 25px;
}
.menuStyle4 .contact-area .contact-block:first-of-type {
padding-left: 0;
}
@media (max-width: 1199px) {
.menuStyle4 .contact-area .contact-block:first-of-type {
display: inline-block;
padding: 5px;
}
}
.menuStyle4 .contact-area .contact-block:last-of-type {
padding-right: 0;
}
@media (max-width: 1199px) {
.menuStyle4 .contact-area .contact-block:last-of-type {
display: inline-block;
padding: 5px;
}
}
@media (max-width: 1199px) {
.menuStyle4 .contact-area .contact-block {
display: inline-block;
padding: 5px;
}
}
.menuStyle4 .contact-area .contact-block .contact-icon,
.menuStyle4 .contact-area .contact-block .contact-text {
display: inline-block;
}
.menuStyle4 .contact-area .contact-block .contact-icon {
font-size: 24px;
color: #f0437e;
width: 45px;
height: 45px;
line-height: 45px;
border: 1px solid #f0437e;
border-radius: 50%;
text-align: center;
margin-right: 25px;
}
.menuStyle4 .contact-area .contact-block span {
display: block;
}
.menuStyle4 .contact-area .contact-block span:first-of-type {
color: #595959;
}
.menuStyle4 .contact-area .contact-block span:last-of-type {
font-weight: 500;
color: #0e304e;
}
.menuStyle4 .main-navigation {
text-align: left;
background-color: #0e304e;
padding: 0 240px 0 35px;
margin-top: 35px;
margin-bottom: -68px;
position: relative;
z-index: 999;
justify-content: space-between;
}
.menuStyle4 .main-navigation .header-search-wrapper {
display: flex;
align-items: center;
}
.menuStyle4 .main-navigation .header-search-wrapper .header-search-toggle a {
color: #FFF;
}
.menuStyle4 .main-navigation .header-search-cart {
align-items: center;
justify-content: center;
padding-right: 15px;
top: 100%;
}
.menuStyle4 .main-navigation > div {
line-height: 1;
}
.menuStyle4 .main-navigation .menu > li,
.menuStyle4 .main-navigation .menu > ul > li {
padding-top: 30px;
padding-bottom: 30px;
}
.menuStyle4 .main-navigation li {
text-transform: uppercase;
font-weight: 500;
}
.menuStyle4 .main-navigation li a {
color: #fff;
}
.menuStyle4 .main-navigation .header-cta {
display: flex;
align-items: center;
justify-content: center;
background-color: #f0437e;
position: absolute;
right: 0;
top: 0;
height: 100%;
min-width: 200px;
}
.menuStyle4 .main-navigation .header-cta:before {
content: "";
position: absolute;
height: 100%;
width: 40px;
top: 0;
left: -15px;
background: #f0437e;
transform: skewX(20deg);
}
.menuStyle4 .main-navigation .header-cta a {
color: #fff;
font-weight: 600;
text-transform: uppercase;
font-size: 18px;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.menuStyle4.sticky-header .site-header {
position: relative;
}
.menuStyle4.sticky-header .is-sticky .main-navigation {
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.menuStyle4 .header-search-form {
top: 62px;
}
.menuStyle5.page-template-template_page-builder .sticky-wrapper {
position: absolute;
width: 100%;
z-index: 99;
}
.menuStyle5.page-template-template_page-builder .site-header {
background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
.menuStyle5.page-template-template_page-builder .site-header {
background-color: #61a0ce;
}
}
.menuStyle5.page-template-template_page-builder.static-header .site-header {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1;
}
.menuStyle5.page-template-template_page-builder.static-header.admin-bar .site-header {
top: 32px;
}
.menuStyle5 .site-header {
background-color: #61a0ce;
border: none;
color: #fff;
padding-top: 34px;
padding-bottom: 33px;
}
.menuStyle5 .site-header .main-navigation {
justify-content: flex-start;
}
.menuStyle5 .site-header .main-navigation ul li a {
color: #fff;
text-transform: uppercase;
font-weight: 500;
transition: all 0.3s;
}
.menuStyle5 .site-header .main-navigation ul li a:hover {
border-bottom: 2px solid #fff;
}
.menuStyle5 .site-header .main-navigation ul li.current-menu-item > a {
border-bottom: 2px solid #fff;
}
.menuStyle5 .site-header .main-navigation ul li.header-cart-link a:hover {
border-bottom: 0;
}
.menuStyle5 .site-header .contact-us span {
font-size: 22px;
}
.menuStyle5 .site-header .socials a {
color: #fff;
}
.menuStyle5 .site-header .socials a + a {
margin-left: 20px;
}
.menuStyle5 .is-sticky .site-header {
background-color: #61a0ce;
z-index: 9999 !important;
}
.menuStyle6.sticky-header.admin-bar {
margin-top: 0.1px;
}
.menuStyle6 .sticky-wrapper.is-sticky .site-header {
transform: translate3d(0, -50px, 0);
}
.menuStyle6 .site-title a {
color: #FFF;
}
.menuStyle6 .site-header {
background-color: #181b33;
padding-top: 0;
padding-bottom: 0;
}
.menuStyle6 .site-header .mobile-menu-toggle_lines {
background: #fff;
cursor: pointer;
}
.menuStyle6 .site-header .mobile-menu-toggle_lines:before, .menuStyle6 .site-header .mobile-menu-toggle_lines:after {
background: #fff;
}
.menuStyle6 .site-header .top-section {
color: #fff;
font-size: 16px;
font-weight: 400;
border-bottom: 1px solid #303248;
padding-bottom: 13px;
padding-top: 12px;
min-height: 50px;
}
.menuStyle6 .site-header .top-section i {
color: #948b3e;
font-size: 15px;
margin-right: 19px;
}
.menuStyle6 .site-header .top-section .location i {
margin-right: 13px;
}
.menuStyle6 .site-header .top-section ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: flex-end;
}
.menuStyle6 .site-header .top-section ul li {
position: relative;
}
.menuStyle6 .site-header .top-section ul li + li {
margin-left: 28px;
padding-left: 31px;
}
.menuStyle6 .site-header .top-section ul li + li:before {
background-color: #303248;
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 1px;
}
.menuStyle6 .site-header .bottom-section {
padding-top: 27px;
padding-bottom: 24px;
}
.menuStyle6 .site-header .main-navigation .menu > li,
.menuStyle6 .site-header .main-navigation .menu > ul > li {
padding: 0;
}
.menuStyle6 .site-header .main-navigation .menu > li > a:after,
.menuStyle6 .site-header .main-navigation .menu > ul > li > a:after {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 0;
background-color: #948b3e;
height: 2px;
transition: all 0.3s;
}
.menuStyle6 .site-header .main-navigation .menu > li > a:hover:after,
.menuStyle6 .site-header .main-navigation .menu > ul > li > a:hover:after {
left: 0;
width: 100%;
}
.menuStyle6 .site-header .main-navigation .menu li a,
.menuStyle6 .site-header .main-navigation .menu > ul li a {
display: inline-block;
padding-bottom: 3px;
position: relative;
}
.menuStyle6 .site-header .main-navigation .menu li + li,
.menuStyle6 .site-header .main-navigation .menu > ul li + li {
margin-left: 33px;
}
.menuStyle6 .site-header .main-navigation + .group-actions {
margin-left: 35px;
}
.menuStyle6 .site-header .main-navigation + .header-search-wrapper {
margin-left: 33px;
}
.menuStyle6 .site-header .main-navigation + .header-search-cart {
margin-left: 33px;
}
.menuStyle6 .site-header .header-search-wrapper .header-search-toggle a {
color: #FFF;
}
.menuStyle6 .site-header .header-search-wrapper + .header-search-cart {
margin-left: 25px;
}
.menuStyle6 .site-header .header-search-wrapper + .group-actions {
margin-left: 25px;
}
.menuStyle6 .site-header .header-search-cart {
padding-left: 0;
margin-bottom: 3px;
}
.menuStyle6 .site-header .header-search-cart + .group-actions {
margin-left: 33px;
}
.menuStyle6 .site-header .group-actions .header-search-wrapper {
margin-bottom: 0;
margin-left: 0;
padding-left: 0;
}
.menuStyle6 .site-header .group-actions .header-search-wrapper .header-search-toggle a {
color: #FFF;
}
.menuStyle6 .site-header .group-actions .search-form {
position: relative;
}
.menuStyle6 .site-header .group-actions .search-form + .btn {
margin-left: 42px;
}
.menuStyle6 .site-header .header-search-cart li {
color: #fff;
}
.menuStyle6 .site-header .header-search-cart li > a {
color: inherit;
}
.menuStyle6 .site-header .btn {
border: 2px solid #948b3e;
color: #fff;
font-size: 13px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
padding: 12px 15px 15px;
}
.menuStyle6.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines {
background: none;
}
.site-header {
padding: 30px 0; }
.site-header .container-fluid {
padding: 0 75px;
}
@media (max-width: 767px) {
.site-header .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}
.sticky-header .site-header {
width: 100%;
top: 0;
left: 0;
z-index: 99 !important;
transition: all 0.4s;
}
.is-sticky .site-header {
z-index: 99 !important;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
background-color: #fff;
}
.is-sticky .site-header .custom-logo-link img {
max-width: 80px;
}
.admin-bar.sticky-header:not(.menuStyle4) .site-header,
.admin-bar:not(.menuStyle4) .is-sticky .site-header {
top: 32px !important;
} .main-navigation {
text-align: right;
display: block;
float: left;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
float: left;
position: absolute;
padding-top: 15px;
top: 100%;
left: -999em;
text-align: left;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: -1px;
padding-top: 0;
}
.main-navigation ul ul li {
font-size: 13px;
text-transform: uppercase;
padding: 15px;
background-color: #f7f7f7;
border: 1px solid #ebebeb;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
display: inline-block;
position: relative;
padding: 0 25px;
font-weight: 500;
}
.main-navigation li:first-of-type {
padding-left: 15px;
}
.main-navigation a {
color: #191919;
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
color: #8c8d90;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.header-mobile-menu {
display: none;
}
@media (min-width: 768px) {
.menuStyle3 .top-bar .contact-item.header-cta {
justify-content: flex-end;
}
}
@media (max-width: 1199px) {
.menuStyle1 .main-navigation li.menu-item-has-children > .subnav-toggle,
.menuStyle1 .main-navigation li.page_item_has_children > .subnav-toggle,
.menuStyle3 .main-navigation li.menu-item-has-children > .subnav-toggle,
.menuStyle3 .main-navigation li.page_item_has_children > .subnav-toggle {
color: #848484;
}
.menuStyle1 .main-navigation li.menu-item-has-children > a:hover + .subnav-toggle,
.menuStyle1 .main-navigation li.menu-item-has-children > a:focus + .subnav-toggle,
.menuStyle1 .main-navigation li.page_item_has_children > a:hover + .subnav-toggle,
.menuStyle1 .main-navigation li.page_item_has_children > a:focus + .subnav-toggle,
.menuStyle1 .main-navigation ul .subnav-toggle:hover,
.menuStyle3 .main-navigation li.menu-item-has-children > a:hover + .subnav-toggle,
.menuStyle3 .main-navigation li.menu-item-has-children > a:focus + .subnav-toggle,
.menuStyle3 .main-navigation li.page_item_has_children > a:hover + .subnav-toggle,
.menuStyle3 .main-navigation li.page_item_has_children > a:focus + .subnav-toggle,
.menuStyle3 .main-navigation ul .subnav-toggle:hover {
color: #fb397d;
}
.menuStyle4 .main-navigation .menu > li.menu-item-has-children > .subnav-toggle,
.menuStyle4 .main-navigation .menu > li.page_item_has_children > .subnav-toggle {
color: #FFF;
}
.menuStyle4 #site-navigation-sticky-wrapper {
margin: 0 !important;
}
.menuStyle4 .main-navigation {
position: fixed;
padding: 0;
margin: 0 !important;
width: 100%;
max-width: 100%;
}
.menuStyle4 .main-navigation li {
padding-top: 15px;
padding-bottom: 15px;
}
.menuStyle4 .main-navigation li a {
padding: 0;
}
.menuStyle4 .main-navigation .header-cta {
display: block;
position: static;
height: auto;
width: 100%;
}
.menuStyle4 .main-navigation .header-cta:before {
display: none;
}
.menuStyle4 .main-navigation .header-search {
display: none;
}
.menuStyle4 .main-navigation .header-search-cart,
.menuStyle4 .main-navigation .header-cart-link {
margin: 0;
} .ca-header-shadow--mobile {
box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
background-color: #fff;
position: relative;
z-index: 100;
}
.header-mobile-menu {
text-align: right;
display: block;
}
body.mobile-menu-active {
overflow-y: hidden;
}
.main-navigation {
display: block;
background-color: #fff;
padding: 30px 15px 30px;
position: fixed;
width: 100%;
max-width: 100%;
overflow-y: auto;
z-index: 99;
transition: transform 0.2s 0s ease, opacity 0.2s 0s ease, visibility 0s 0.2s linear; top: 0px;
bottom: 0;
left: 0;
margin: 0;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: scale(0.95);
}
.main-navigation ul {
display: block;
}
.mobile-menu-active .main-navigation {
display: block;
opacity: 1;
visibility: visible;
pointer-events: initial;
transform: scale(1);
transition: transform 0.2s 0s ease, opacity 0.2s 0s ease, visibility 0s 0s linear;
}
.main-navigation {
padding: 0;
}
.main-navigation ul ul {
position: static;
float: none;
padding: 0;
}
.main-navigation ul ul a {
width: 100%;
}
.main-navigation li {
display: block;
position: relative;
border-bottom: 1px solid rgba(25, 25, 25, 0.1);
text-align: center;
}
.main-navigation li:first-of-type {
padding-left: 25px;
}
.main-navigation a {
font-size: 15px;
line-height: 2;
padding: 15px 30px;
}
.main-navigation ul .sub-menu,
.main-navigation ul .children {
display: none;
background: rgba(0, 0, 0, 0.05);
}
.main-navigation ul .sub-menu.open,
.main-navigation ul .children.open {
display: block;
}
.main-navigation ul .sub-menu li,
.main-navigation ul .children li {
border-bottom: none;
}
.main-navigation ul .sub-menu li a,
.main-navigation ul .children li a {
font-size: 13px;
line-height: 2;
padding: 0;
}
.main-navigation ul .sub-menu li a:hover,
.main-navigation ul .sub-menu li a:focus,
.main-navigation ul .children li a:hover,
.main-navigation ul .children li a:focus {
color: #fb397d;
}
.main-navigation ul .subnav-toggle {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
height: 50px;
width: 45px;
top: 0;
right: 0;
text-align: center;
cursor: pointer;
}
.main-navigation ul .sub-menu .subnav-toggle,
.main-navigation ul .children .subnav-toggle {
height: 50px;
}
.main-navigation ul .subnav-toggle:before {
content: "+";
display: inline-block;
color: inherit;
font-size: 20px;
font-weight: 900;
line-height: 60px;
speak: none;
transform: rotate(0deg);
transition: all 0.2s ease;
}
.main-navigation ul .subnav-toggle.open:before {
transform: rotate(-180deg); }
.main-navigation ul .sub-menu .subnav-toggle:before,
.main-navigation ul .children .subnav-toggle:before {
line-height: 50px;
}
.main-navigation li.menu-item-has-children > .subnav-toggle,
.main-navigation li.page_item_has_children > .subnav-toggle {
color: #191919;
} .main-navigation li.menu-item-has-children > a:hover + .subnav-toggle,
.main-navigation li.menu-item-has-children > a:focus + .subnav-toggle,
.main-navigation li.page_item_has_children > a:hover + .subnav-toggle,
.main-navigation li.page_item_has_children > a:focus + .subnav-toggle,
.main-navigation ul .subnav-toggle:hover {
color: #fb397d;
}
.main-navigation ul li a:hover,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-ancestor > a {
color: #fb397d;
text-decoration: none;
} }
.mobile-menu-toggle {
position: relative;
background: transparent;
border: 0;
padding: 15px 20px;
}
.mobile-menu-toggle_lines {
display: block;
position: absolute;
top: 16px;
left: 0;
right: 0;
height: 3px;
background: #191919;
transition: background-color 0.2s;
}
.mobile-menu-toggle_lines:before,
.mobile-menu-toggle_lines:after {
position: absolute;
display: block;
left: 0;
width: 100%;
height: 3px;
background: #191919;
content: "";
-webkit-transition-duration: 0.2s, 0.2s;
transition-duration: 0.2s, 0.2s;
}
.mobile-menu-toggle_lines:before {
top: -10px;
-webkit-transition-property: top, -webkit-transform;
transition-property: top, -webkit-transform;
transition-property: top, transform;
transition-property: top, transform, -webkit-transform;
}
.mobile-menu-toggle_lines:after {
bottom: -10px;
-webkit-transition-property: bottom, -webkit-transform;
transition-property: bottom, -webkit-transform;
transition-property: bottom, transform;
transition-property: bottom, transform, -webkit-transform;
}
.mobile-menu-toggle:hover .mobile-menu-toggle_lines:before,
.mobile-menu-toggle:focus .mobile-menu-toggle_lines:before {
top: -12px;
}
.mobile-menu-toggle:hover .mobile-menu-toggle_lines:after,
.mobile-menu-toggle:focus .mobile-menu-toggle_lines:after {
bottom: -12px;
}
.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines {
background: rgba(25, 25, 25, 0);
}
.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines:before {
top: 0;
transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-menu-active .mobile-menu-toggle .mobile-menu-toggle_lines:after {
bottom: 0;
transform: rotate3d(0, 0, 1, -45deg);
} .header-search {
position: relative;
padding-right: 10px !important;
}
.header-search-wrapper {
position: relative;
list-style: none;
}
.header-search-form {
display: none;
position: absolute;
right: 0;
z-index: 14;
top: 32px;
right: 0;
}
.header-search-form .search-submit {
display: none;
}
.main-navigation {
display: flex;
justify-content: flex-end;
}
ul.header-search-cart {
list-style: none;
}
ul.header-search-cart li {
padding: 0;
}
ul.header-search-cart li a {
color: #FFF;
}
ul.header-search-cart .header-search-toggle {
cursor: pointer;
}
ul.header-search-cart .header-cart-link .count {
font-size: 12px;
position: relative;
top: -8px;
left: 2px;
}
@media (max-width: 1199px) {
.menuStyle3 .bottom-bar {
padding: 15px 0px 18px;
}
.menuStyle5 .site-header .last-block,
.menuStyle5 .site-header .contact-us {
margin-top: 10px;
}
.menuStyle5 .site-header .last-block .socials {
padding-top: 6px;
}
.menuStyle5 .site-header .main-navigation ul li a,
.menuStyle5 .main-navigation ul li a:hover,
.menuStyle5 .main-navigation ul li.current_page_item > a,
.menuStyle5 .main-navigation ul li.current-menu-item > a,
.menuStyle5 .main-navigation ul li.current_page_ancestor > a,
.menuStyle5 .main-navigation ul li.current-menu-ancestor > a {
color: #61a0ce;
}
.menuStyle5 .site-header .main-navigation ul li a,
.menuStyle5 .site-header .main-navigation ul li a:hover {
border-bottom: none;
}
.menuStyle6 .site-header .right-content {
margin-top: 20px;
}
.menuStyle6 .site-header .main-navigation .menu li a {
color: #191919;
}
.menuStyle6 .site-header .main-navigation .menu li + li {
margin-left: 0;
}
.menuStyle6 .site-header .main-navigation .menu > ul li + li {
margin-left: 0;
}
}
@media (max-width: 991px) {
.menuStyle5 .last-block .socials {
justify-content: center !important;
}
.menuStyle6 .site-header .top-section ul li + li {
margin-left: 10px;
padding-left: 10px;
}
}
@media (max-width: 600px) {
.menuStyle3 .top-bar {
padding: 15px 0;
}
} .site-title {
font-size: 36px;
margin: 0;
font-weight: 600;
}
.site-title a {
color: #191919;
}
.site-description {
margin: 0;
color: #707070;
}
.site-description:empty {
margin: 0;
} @media (min-width: 769px) {
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
clear: none;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-product-loop ul.products.columns-5 li.product {
width: 33.33333%;
margin: 0;
padding: 0 15px 60px 15px;
}
.woocommerce ul.products.columns-5 li.product:nth-of-type(3n+1),
.woocommerce-product-loop ul.products.columns-5 li.product:nth-of-type(3n+1) {
clear: left;
}
.woocommerce-product-loop:not(.single) .site-content > .container {
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 400px) {
.woocommerce ul.products.columns-5 li.product,
.woocommerce-product-loop ul.products.columns-5 li.product {
width: 100%;
padding: 15px;
}
.woocommerce-product-loop:not(.single) .site-content > .container {
padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 1024px) {
.woocommerce ul.products.columns-5 li.product,
.woocommerce-product-loop ul.products.columns-5 li.product {
width: 20%;
margin: 0;
padding: 0 15px 60px 15px;
}
.woocommerce ul.products.columns-5 li.product:nth-of-type(3n+1),
.woocommerce-product-loop ul.products.columns-5 li.product:nth-of-type(3n+1) {
clear: none;
}
.woocommerce-product-loop:not(.single) .site-content > .container {
padding-left: 90px;
padding-right: 90px;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
clear: left;
}
}
.woocommerce-loop-product__title {
font-size: 16px;
}
.woocommerce ul.products li.product .price {
font-size: 16px;
color: #707070;
}
.woocommerce ul.products li.product a img {
margin-bottom: 30px;
}
.woocommerce ul.products li.product .button {
opacity: 0;
position: absolute;
top: 10px;
right: 25px;
background-color: #f0437e;
color: #fff;
border-radius: 50%;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
padding: 0;
margin: 0;
}
.woocommerce ul.products li.product a.added_to_cart {
display: block;
text-align: center;
color: #191919;
font-size: 14px;
text-transform: uppercase;
}
.woocommerce ul.products li.product .onsale {
left: 25px;
top: 10px;
right: auto;
background-color: #333;
margin: 0;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
font-size: 12px;
font-weight: 400;
padding: 0;
text-transform: uppercase;
}
.woocommerce ul.products li.product:hover .button {
opacity: 1;
}
.woocommerce-product-loop .products.columns-5 {
margin-left: -15px;
margin-right: -15px;
}
.woocommerce .woocommerce-ordering {
margin-bottom: 50px;
}
.woocommerce .woocommerce-breadcrumb {
color: #bfbfbf;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 50px;
}
.woocommerce .woocommerce-result-count {
margin: 15px 0 0;
text-transform: uppercase;
}
.woocommerce-product-loop:not(.single) .site-content > .container {
width: 100%;
max-width: 100%;
padding: 0 90px;
}
.woocommerce-product-loop .site-main {
padding: 0;
} .woocommerce div.product .product_title {
font-size: 30px;
}
.product .woocommerce-product-gallery {
padding-right: 100px;
}
.product .woocommerce-product-gallery__trigger {
right: 120px !important;
}
.product span.onsale {
left: 15px;
top: 15px;
right: auto;
background-color: #333;
margin: 0;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
font-size: 12px;
font-weight: 400;
padding: 0;
text-transform: uppercase;
}
.product .quantity .qty {
padding: 9px 15px;
margin-right: 5px;
}
.product .single_add_to_cart_button.button.alt {
color: #fff;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
border: 2px solid #f0437e;
background-color: #f0437e;
padding: 14px 30px;
border-radius: 2px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
}
.product .single_add_to_cart_button.button.alt:hover {
background-color: #f0437e;
}
.product div.entry-summary p.price,
.product div.entry-summary span.price {
color: #f0437e;
}
.product .woocommerce-tabs.wc-tabs-wrapper {
border-top: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
padding: 60px 0;
margin: 60px 0;
}
@media (max-width: 768px) {
.woocommerce .product .woocommerce-product-gallery {
padding-right: 0;
}
.product .woocommerce-product-gallery__trigger {
right: 15px !important;
}
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 0;
background-color: transparent;
border-radius: 0;
padding: 0 30px;
border-right: 2px solid #d2d2d2;
border-color: #d2d2d2;
margin: 0 -5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-of-type {
border-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 0;
font-size: 18px;
font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #f0437e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
border: 0;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
border: 0;
}
.woocommerce-Tabs-panel {
color: #707070;
}
.related.products h2 {
text-align: center;
margin-bottom: 50px;
font-size: 30px;
} .product-remove a.remove {
color: #d35050 !important;
border: 1px solid #e1e1e1;
border-radius: 0;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
margin: 0 auto;
}
.product-remove a.remove:hover {
background-color: #d35050;
}
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
width: 100%;
max-width: 100px;
}
.woocommerce table.shop_table {
color: #191919;
border-left: 0;
border-right: 0;
border-color: #d7d7d7;
border-width: 1px;
border-collapse: collapse;
}
.woocommerce table.shop_table a {
color: #191919;
}
.woocommerce table.shop_table .quantity .qty {
width: 3.631em;
text-align: center;
padding: 15px;
width: auto;
max-width: 100px;
}
.woocommerce table.shop_table thead th {
font-size: 16px;
text-transform: uppercase;
color: #191919;
font-weight: 500;
padding-top: 20px;
padding-bottom: 20px;
}
.woocommerce table.shop_table td {
padding-top: 35px;
padding-bottom: 35px;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
border-left: 0;
border-right: 0;
border-color: #d7d7d7;
border-width: 1px;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
width: 100%;
max-width: 150px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
margin-top: 70px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
border-bottom: 0;
border-collapse: collapse;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-of-type {
border-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
font-size: 18px;
text-transform: uppercase;
margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals td {
font-weight: 600 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .button {
background-color: #f0437e;
font-size: 14px;
font-weight: 500;
display: table;
float: right;
padding: 18px 50px;
}
.woocommerce-cart .cart-collaterals .cart_totals .button:hover {
background-color: #f0437e;
}
#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
vertical-align: middle;
font-weight: 400;
} .woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
max-width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-input-wrapper {
width: 100%;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
border-color: #ebebeb;
padding: 10px;
border-radius: 0;
height: auto;
}
.woocommerce-checkout #order_review_heading {
text-align: center;
margin: 50px 0 15px;
}
.woocommerce-checkout button.button.alt {
background-color: #f0437e;
color: #fff;
}
.woocommerce-checkout button.button.alt:hover {
background-color: #f0437e;
color: #fff;
} .woocommerce nav.woocommerce-pagination ul {
border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
margin: 5px;
border: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
padding: 0;
border: 1px solid #ebebeb;
border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
border: 0;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget-area {
padding: 30px;
border: 1px solid #ebebeb;
align-self: flex-start;
}
.widget {
margin: 0 0 50px;
color: #707070; }
.widget .widget-title {
font-size: 24px;
margin: 0 0 30px;
}
.widget a {
color: #595959;
}
.widget ul {
padding-left: 0;
list-style: none;
margin: 0;
}
.widget ul li {
padding-bottom: 20px;
}
.widget ul li:last-of-type {
padding-bottom: 0;
}
.widget ul li > ul,
.widget ul .children {
padding-left: 20px;
}
.widget select {
max-width: 100%;
} .widget_categories li {
padding-bottom: 30px;
text-align: right;
overflow: hidden;
}
.widget_categories li a {
float: left;
}
.widget_categories li::before {
margin-right: 15px;
content: ">>";
transition: all 0.3s;
float: left;
}
.widget_categories li:hover::before,
.widget_categories li:hover a {
color: #f0437e;
} .tagcloud a {
line-height: 1;
padding: 10px 20px;
text-transform: uppercase;
color: #595959;
border: 1px solid rgba(0, 0, 0, 0.1);
display: inline-block;
margin: 5px;
} .widget_search .search-field {
background-color: #f7f7f7;
vertical-align: top;
padding-top: 13px;
padding-bottom: 13px;
margin-right: -5px;
width: 100%;
}
.widget_search .search-submit {
display: none;
}
.widget_search .search-form label {
width: 100%;
} .airi_recent_entries .post-date {
color: #f0437e;
font-size: 12px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 15px;
display: table;
}
.airi_recent_entries h5 {
font-size: 16px;
} .social-widget li a::before,
.social-media-list a:before {
font-family: "Font Awesome 5 Brands";
font-weight: 900;
color: inherit;
}
ul.social-media-list {
margin: -5px;
}
ul.social-media-list li {
float: left;
padding: 0;
margin: 5px;
}
.social-media-list li a,
.social-widget a {
-webkit-backface-visibility: visible;
backface-visibility: visible;
display: inline-block;
}
.social-media-list li a::before,
.social-widget a::before {
display: block;
font-size: 18px;
text-align: center;
color: #ffffff;
width: 50px;
line-height: 50px;
border-radius: 50%;
}
.social-media-list a[href*="twitter.com"]::before {
content: "";
background: #1da1f2;
}
.social-media-list a[href*="facebook.com"]::before {
content: "";
background: #3b5998;
}
.social-media-list a[href*="plus.google.com"]::before {
content: "";
background: #ea4335;
}
.social-media-list a[href*="google.com/+"]::before {
background: #ea4335;
}
.social-media-list a[href*="dribbble.com"]::before {
content: "";
background: #ea4c89;
}
.social-media-list a[href*="pinterest.com"]::before {
content: "";
background: #bd081c;
}
.social-media-list a[href*="youtube.com"]::before {
content: "";
background: #ff0000;
}
.social-media-list a[href*="vimeo.com"]::before {
content: "";
background: #1ab7ea;
}
.social-media-list a[href*="instagram.com"]::before {
content: "";
background: #c32aa3;
}
.social-media-list a[href*="linkedin.com"]::before {
content: "";
background: #007bb5;
}
.social-media-list a[href*="foursquare.com"]::before {
content: "";
background: #f94877;
}
.social-media-list a[href*="tumblr.com"]::before {
content: "";
background: #2c4762;
}
.social-media-list a[href*="deviantart.com"]::before {
content: "";
background: #05cc47;
}
.social-media-list a[href*="weibo.com"]::before {
content: "";
background: #030104;
}
.social-media-list a[href*="xing.com"]::before {
content: "";
background: #015C5D;
}
.social-media-list a[href*="trello.com"]::before {
content: "";
background: #0079BF;
}
.social-media-list a[href*=mailto]::before {
content: "";
background: #EDA57F;
}
.layout-list-2 .widget {
margin-bottom: 30px;
}
.layout-list-2 .widget ul li {
padding-bottom: 18px;
}
.layout-list-2 .widget ul li a {
font-size: 16px;
}
.layout-list-2 .widget_search .search-field {
border-radius: 24.5px;
}
.layout-list-2 .widget_categories li:before {
display: none;
}
.layout-two-columns .widget-area {
border: none;
padding: 0 15px;
}
.layout-two-columns .widget-area .widget .widget-title {
margin-bottom: 23px;
}
.layout-two-columns .widget-area .widget ul li {
padding-bottom: 13px;
}
.layout-two-columns .widget-area .widget.widget_tag_cloud .tagcloud a {
border-color: #ebebeb;
text-transform: initial;
font-size: 14px;
padding: 8px 14px 10px;
margin-right: 4px;
margin-bottom: 9px;
margin-left: 0;
margin-top: 0;
}
.layout-two-columns .widget-area .widget.widget_tag_cloud .tagcloud a:hover {
border-color: #948b3e;
background-color: #948b3e;
color: #fff;
}  .site-content {
padding: 100px 0;
}
.page-template-template_page-builder .site-content {
padding: 0;
}
.sticky {
display: block;
}
.site-main {
padding-right: 30px;
}
.page-template-template_page-builder .site-main {
padding: 0;
}
@media (max-width: 991px) {
.site-main {
padding-right: 0;
}
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.entry-title a {
color: #191919;
}
.entry-title a:hover {
color: #f0437e;
} .single-post .hentry,
.blog-loop .hentry {
border-bottom: 1px solid #ebebeb;
margin-bottom: 60px;
padding-bottom: 60px;
}
.single-post .entry-header,
.blog-loop .entry-header {
margin-bottom: 30px;
}
.single-post .entry-title,
.blog-loop .entry-title {
margin: 20px 0 25px;
font-size: 36px;
}
.single-post .post-thumbnail,
.blog-loop .post-thumbnail {
display: block;
margin-bottom: 35px;
}
.single-post .entry-content p,
.blog-loop .entry-content p {
line-height: 32px;
}
.single-post .entry-content p:last-of-type,
.blog-loop .entry-content p:last-of-type {
margin: 0;
}
.single-post .posted-on,
.blog-loop .posted-on {
display: table;
}
.single-post .posted-on a,
.blog-loop .posted-on a {
color: #f0437e;
font-size: 14px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
}
.single-post .entry-meta,
.blog-loop .entry-meta {
color: #bfbfbf;
}
.single-post .entry-meta span,
.blog-loop .entry-meta span {
margin-right: 15px;
}
.single-post .entry-meta span:last-of-type,
.blog-loop .entry-meta span:last-of-type {
margin-right: 0;
}
.single-post .entry-meta .byline,
.blog-loop .entry-meta .byline {
font-size: 14px;
}
.single-post .entry-meta .byline a,
.blog-loop .entry-meta .byline a {
color: #595959;
}
.single-post .entry-meta .comments-number,
.blog-loop .entry-meta .comments-number {
font-size: 12px;
text-transform: uppercase;
}
.single-post .read-more-link,
.blog-loop .read-more-link {
display: table;
font-size: 13px;
font-weight: 600;
color: #191919;
text-transform: uppercase;
margin-top: 30px;
}
.single-post .read-more-link .gt,
.blog-loop .read-more-link .gt {
margin-left: 10px;
color: #f0437e;
}
.layout-masonry .entry-title,
.layout-grid .entry-title,
.layout-list .entry-title {
font-size: 24px;
margin-bottom: 20px;
}
.layout-masonry .post-inner,
.layout-grid .post-inner,
.layout-list .post-inner {
width: 100%;
}
.layout-masonry .hentry,
.layout-grid .hentry {
display: flex;
padding-bottom: 0;
margin: 0;
border: 0;
}
.layout-masonry .post-thumbnail,
.layout-grid .post-thumbnail {
margin-bottom: 30px;
margin: 0 -15px 30px;
}
.layout-masonry .entry-title,
.layout-grid .entry-title {
margin-top: 15px;
}
.layout-masonry .site-main,
.layout-grid .site-main {
padding: 0;
}
.layout-masonry .post-inner,
.layout-grid .post-inner {
box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
margin: 0 0 50px;
}
.layout-masonry .post-info,
.layout-grid .post-info {
padding: 0 30px 30px;
}
@media (max-width: 767px) {
.layout-masonry .post-info,
.layout-grid .post-info {
padding: 0 15px 15px;
}
}
.layout-masonry .entry-header,
.layout-grid .entry-header {
margin-bottom: 0;
}
.layout-list .post-thumbnail {
margin: 0;
}
@media (max-width: 767px) {
.layout-list .post-thumbnail {
margin-bottom: 30px;
}
}
.layout-list .flex {
display: flex;
}
@media (max-width: 767px) {
.layout-list .flex {
display: block;
}
}
.grid-sizer {
width: 33.333333%;
}
@media (max-width: 991px) {
.grid-sizer {
width: 50%;
max-width: 50%;
flex: 0 0 50%;
}
}
.content-area:not(.layout-masonry) .grid-sizer {
display: none;
}
.layout-masonry .row {
margin: 0;
}
.layout-masonry .site-main {
padding: 0;
}
.layout-masonry .hentry {
display: block;
}
.layout-masonry .hentry:first-of-type {
width: 66.666667%;
max-width: 66.666667%;
}
@media (max-width: 991px) {
.layout-masonry .hentry:first-of-type {
width: 50%;
max-width: 50%;
}
}
@media (max-width: 767px) {
.layout-masonry .hentry:first-of-type {
width: 100%;
max-width: 100%;
flex: 0 0 100%;
}
}
.layout-list-2 .site-content {
padding-bottom: 0;
}
.layout-list-2 .content-area article {
border-bottom: none;
padding-right: 20px;
width: 100%;
margin-bottom: 0;
padding-bottom: 52px;
}
.layout-list-2 .content-area article .post-inner {
padding-right: 20px;
padding-bottom: 51px;
border-bottom: 1px solid #ebebeb;
}
.layout-list-2 .content-area article .entry-header {
margin-bottom: 24px;
}
.layout-list-2 .content-area article .entry-header .entry-title {
line-height: 46px;
margin-top: 15px;
margin-bottom: 32px;
}
.layout-list-2 .content-area article .thumbnail {
position: relative;
}
.layout-list-2 .content-area article .thumbnail .post-thumbnail {
margin-bottom: 0;
}
.layout-list-2 .content-area article .thumbnail .post-thumbnail img {
border-radius: 5px;
}
.layout-list-2 .content-area article .thumbnail .post-cat,
.layout-list-2 .content-area article .thumbnail .cat-links a {
background: #0a8ae6;
color: #fff;
border-radius: 2px;
position: absolute;
left: 20px;
bottom: 20px;
padding: 7px 15px;
}
.layout-list-2 .content-area article .entry-meta {
line-height: 18px;
}
.layout-list-2 .content-area article .entry-meta .byline {
font-size: 16px;
}
.layout-list-2 .content-area article .entry-meta .byline a {
color: #191919;
}
.layout-list-2 .content-area article .entry-content {
margin-top: 26px;
}
.layout-list-2 .content-area article .entry-footer .read-more-link {
font-size: 18px;
font-weight: 500;
margin-top: 21px;
text-transform: capitalize;
}
.layout-list-2 .content-area article:last-child {
padding-bottom: 0;
}
.layout-list-2 .content-area article:last-child .post-inner {
border-bottom: none;
}
.layout-list-2 .widget-area {
padding: 0;
border: none;
}
.layout-list-2.single-post .site-content {
padding-bottom: 39px;
}
.layout-list-2.single-post .content-area article .thumbnail .cat-links {
font-size: 12px;
line-height: 12px;
text-transform: uppercase;
}
.layout-two-columns .site-content .content-area .site-main {
padding-right: 40px;
}
.layout-two-columns .site-content .content-area .blog-loop > .row {
margin-left: -25px;
margin-right: -25px;
}
.layout-two-columns .site-content .content-area .blog-loop > .row article {
padding-left: 25px;
padding-right: 25px;
}
.layout-two-columns .site-content .content-area article {
padding-bottom: 0;
margin-bottom: 18px;
border-bottom: none;
}
.layout-two-columns .site-content .content-area article .entry-header {
margin-bottom: 0;
position: relative;
}
.layout-two-columns .site-content .content-area article .entry-header .post-thumbnail {
margin-bottom: 24px;
}
.layout-two-columns .site-content .content-area article .entry-header .first-cat {
background-color: #948b3e;
border-radius: 2px;
color: #fff;
font-size: 12px;
text-transform: initial;
padding: 7px 9px 8px 11px;
position: absolute;
bottom: 20px;
left: 20px;
}
.layout-two-columns .site-content .content-area article .entry-meta i {
color: #948b3e;
margin-right: -2px;
}
.layout-two-columns .site-content .content-area article .entry-meta span {
margin-right: 0;
}
.layout-two-columns .site-content .content-area article .entry-meta span.separator {
margin-left: 3px;
margin-right: 3px;
}
.layout-two-columns .site-content .content-area article .entry-meta .posted-on {
display: inline-block;
}
.layout-two-columns .site-content .content-area article .entry-meta .posted-on a {
text-transform: initial;
letter-spacing: 0;
}
.layout-two-columns .site-content .content-area article .entry-title {
line-height: 30px;
margin-top: 19px;
}
.layout-two-columns .site-content .content-area article .entry-title a:hover {
color: #948b3e;
} .error404 .site-content {
background-color: #f7f7f7;
padding: 120px 0;
}
.error404 .page-title {
font-size: 160px;
font-weight: 600;
}
.error404 .content-area {
width: 100%;
}
.error404 .site-main {
padding: 0;
text-align: center;
} .search-results .page-header span {
color: #b3b3b3;
} .content-area.layout-full {
background-color: #fff;
border: 1px solid #ebebeb;
padding: 100px 200px;
box-shadow: 0px 33px 49px 0px rgba(86, 115, 121, 0.15);
}
@media (max-width: 991px) {
.content-area.layout-full {
padding: 30px;
}
}
.single-post.layout-two-columns .site-content {
padding-bottom: 50px;
}
.single-post.layout-two-columns .site-content .content-area.layout-full {
border: none;
box-shadow: none;
padding: 0 100px;
}
@media (max-width: 991px) {
.single-post.layout-two-columns .site-content .content-area.layout-full {
padding: 30px;
}
}
.single-post.layout-two-columns .site-content .content-area.layout-full .site-main {
padding-right: 0;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header {
margin-bottom: 44px;
text-align: center;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header .entry-title {
line-height: 59px;
margin-top: 34px;
margin-bottom: 14px;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header .cat-links {
background-color: #948b3e;
border-radius: 2px;
font-size: 12px;
text-transform: initial;
padding: 7px 9px 8px 11px;
}
.single-post.layout-two-columns .site-content .content-area article .entry-header .cat-links a {
color: #fff;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta {
margin-bottom: 42px;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .byline {
color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .byline a {
color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .separator {
color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-meta .posted-on a {
color: #948b3e;
}
.single-post.layout-two-columns .site-content .content-area article .entry-footer {
margin-top: 30px;
}
.single-post.layout-two-columns .site-content .content-area .post-navigation {
display: none;
}
.single-post.layout-two-columns .comment-respond {
border-top: none;
padding-top: 0;
margin-top: 47px;
} .woocommerce .content-area {
width: 100%;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-author img {
border-radius: 50%;
}
.comments-area .comment-body {
margin-bottom: 35px;
}
.comments-area .comments-title {
margin: 0 0 40px;
font-size: 24px;
}
.comments-area .comment-author-name {
margin-bottom: 15px;
}
.comments-area .comment-time {
color: #bfbfbf;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 10px;
}
.comments-area ol {
margin: 0;
padding: 0;
}
.comments-area ol ol {
padding-left: 30px;
margin-left: 100px;
border-left: 1px solid rgba(37, 37, 37, 0.1);
margin-bottom: 50px;
}
.comments-area ol ol .comment-text {
border-left: 0;
}
.comments-area ol ol ol {
padding-left: 0;
margin-left: 0;
border-left: 0;
}
.comments-area .comment-content p {
margin-bottom: 15px;
}
.comments-area .comment {
position: relative;
}
.comments-area .comment-avatar {
position: absolute;
margin: 0;
}
.comments-area .comment-text {
margin-left: 100px;
padding-left: 30px;
border-left: 1px solid rgba(37, 37, 37, 0.1);
}
.comments-area .comment-reply-link {
border: 1px solid rgba(30, 30, 39, 0.2);
border-radius: 25px;
padding: 10px 30px;
line-height: 1;
font-size: 12px;
display: inline-block;
}
.comments-area .comment-reply-link:hover {
background-color: #f0437e;
color: #fff;
}
.comments-area .comment-reply-link,
.comments-area .comment-edit-link {
font-weight: 500;
text-transform: uppercase;
color: #242d2e;
font-size: 12px;
}
.comment-respond {
border-top: 1px solid #ebebeb;
padding-top: 50px;
margin-top: 50px;
margin-bottom: 50px;
}
.comment-form input:not(.submit):not([type=checkbox]) {
width: 100%;
}
.comment-form .comment-form-cookies-consent input {
margin-right: 5px;
}
.comment-form .comment-reply-title {
font-size: 24px;
}
.comment-form.layout-2 {
margin-top: 35px;
}
.comment-form.layout-2 .form-group {
margin-bottom: 19px;
}
.comment-form.layout-2 input,
.comment-form.layout-2 textarea {
border-color: #ebebeb;
border-radius: 5px;
outline: none;
box-shadow: none;
}
.comment-form.layout-2 .form-submit {
margin-top: 40px;
text-align: left;
}
.comment-form.layout-2 .form-submit .btn-main {
display: inline-block;
width: auto;
border-width: 0;
border-radius: 2px;
padding: 13px 33px;
}
.comment-form.layout-2 .form-submit .btn-main:hover {
background-color: #0a8ae6;
color: #fff;
}
.comment-form.layout-3 {
margin-top: 35px;
}
.comment-form.layout-3 .form-group {
margin-bottom: 19px;
}
.comment-form.layout-3 input,
.comment-form.layout-3 textarea {
border-color: #e5e5e5;
outline: none;
box-shadow: none;
padding-top: 12px;
padding-bottom: 12px;
}
.comment-form.layout-3 input:focus,
.comment-form.layout-3 textarea:focus {
border-color: #948b3e;
}
.comment-form.layout-3 .form-submit {
margin-top: 40px;
text-align: left;
}
.comment-form.layout-3 .form-submit .btn-main {
display: inline-block;
width: auto;
border-width: 0;
border-radius: 2px;
padding: 13px 33px;
background-color: #948b3e;
color: #fff;
font-weight: 500;
margin-bottom: 0;
}   .atu-employee-row > .elementor-container {
justify-content: space-between;
} .startup-services .elementor-icon .fas {
color: #9884e7 !important;
background: linear-gradient(to right, #62e8be 0%, #c952eb 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.startup-services .elementor-icon .fas::before {
position: static;
}
.business-video .elementor-widget-video .elementor-custom-embed-image-overlay img,
.startup-video .elementor-widget-video .elementor-custom-embed-image-overlay img {
display: none;
}
.business-video .elementor-widget-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play,
.startup-video .elementor-widget-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
position: static;
transform: none;
}
.startup-video .elementor-widget-video .elementor-custom-embed-image-overlay i {
background-color: #fff;
text-shadow: none;
color: #35d7a4;
border-radius: 50%;
width: 70px;
height: 70px;
text-align: center;
}
.business-video .elementor-widget-video .elementor-custom-embed-image-overlay i::before,
.startup-video .elementor-widget-video .elementor-custom-embed-image-overlay i::before {
font-size: 24px;
line-height: 70px;
font-family: "Font Awesome 5 Free" !important;
font-weight: 900;
content: "";
display: block;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
line-height: 70px;
}
.startup-toggle i {
background-color: #f5efec;
width: 30px;
height: 30px;
font-size: 12px;
text-align: center;
line-height: 30px;
}
.startup-subscribe {
display: flex;
}
.startup-subscribe-bottom .startup-subscribe {
display: table;
margin: 0 auto;
}
.startup-subscribe input[type=email] {
font-size: 14px;
min-width: 250px;
padding-top: 11px;
padding-bottom: 11px;
}
.startup-subscribe input[type=submit] {
background-color: #000;
border-color: #000;
padding-top: 11px;
padding-bottom: 11px;
}
.startup-subscribe input[type=submit]:hover {
background-color: transparent;
}
.startup-testimonials .testimonials-section {
max-width: 500px;
}
.startup-testimonials .testimonials-section.style1::before {
display: none;
}
.startup-testimonials .title-wrapper {
position: relative;
}
.startup-testimonials .title-wrapper h3 {
float: left;
}
.startup-testimonials .title-wrapper::after {
display: block;
content: "";
font-family: "Fontawesome";
color: #191919;
opacity: 0.1;
font-size: 35px;
margin-bottom: 45px;
line-height: 1;
text-align: right;
}
.startup-testimonials .athemes-slick-slider {
clear: left;
}
.startup-testimonials p {
margin-bottom: 40px;
} .beauty-overlapped {
align-self: center;
}
.beauty-gallery .gallery-item:hover img {
opacity: 0.4;
}
.beauty-gallery .gallery-item img {
transition: opacity 0.3s;
}
.beauty-contact p.contact-name, .beauty-contact p.contact-date {
padding-right: 15px;
}
.beauty-contact p:not(.contact-button) {
width: 50%;
float: left;
}
.beauty-contact p:not(.contact-button) input,
.beauty-contact p:not(.contact-button) select {
width: 100%;
}
.beauty-contact p.contact-button {
clear: left;
margin-top: 30px;
float: left;
}
.beauty-contact p.contact-button input {
background-color: #fc9a92;
border-color: #fc9a92;
border-radius: 25px 25px 25px 25px;
}
.beauty-contact p.contact-button input:hover {
background-color: transparent;
color: #fc9a92;
}
.beauty-contact p select {
padding: 17px 20px;
}
.hover-white-style:hover .elementor-icon-box-wrapper .elementor-icon-box-icon i {
color: #fff;
}
.hover-white-style:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
color: #fff !important;
}
.hover-white-style:hover .elementor-icon-box-wrapper .elementor-icon-box-description {
color: #fff !important;
}
.counter-layout .elementor-icon-box-wrapper {
position: relative;
}
.counter-layout .elementor-icon-box-wrapper .elementor-icon-box-icon {
position: absolute;
margin: 0;
right: 0;
}
.counter-layout .elementor-icon-box-wrapper .elementor-icon-box-content {
display: flex;
align-items: center;
justify-content: center;
}
.counter-layout .elementor-icon-box-wrapper .elementor-icon-box-title {
margin-right: 16px;
margin-bottom: 0;
}
.hover-slide-up {
transition: all 0.3s;
}
.hover-slide-up:hover {
transform: translateY(-10px);
}  .pricing-section {
text-align: center;
}
.plan-icon {
color: #e64e4e;
font-size: 32px;
line-height: 1;
}
.plan-price {
color: #333;
font-size: 42px;
font-weight: 700;
line-height: 1;
margin-bottom: 30px;
position: relative;
z-index: 11;
}
.plan-price span {
color: #bfbfbf;
font-size: 16px;
margin: 0 2px;
font-weight: 400;
}
.plan-price .currency {
color: #35d7a4;
font-size: 24px;
}
.plan-feature {
padding: 10px;
color: #595959;
}
.plan-feature i {
margin-right: 5px;
color: #35d7a4;
}
.plan-item {
padding: 30px;
margin: 15px;
background-color: #fff;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
.plan-btn {
margin-top: 30px;
}
.pricing-section {
background-color: #fff;
}
.pricing-section .plan-header {
margin-bottom: 30px;
}
.pricing-section .plan-header-inner {
border-bottom: 1px solid #ebebeb;
}
.pricing-section h4 {
margin: 0 0 5px;
color: #191919;
font-size: 18px;
}
.pricing-section .plan-price {
margin-bottom: 15px;
color: #35d7a4;
font-weight: 600;
font-size: 48px;
}
.pricing-section .plan-price span:first-of-type {
vertical-align: top;
margin-top: 5px;
display: inline-block;
}
.pricing-section .plan-item.featured-plan .plan-header {
background-color: #e64e4e;
}
.pricing-section .elementor-button {
font-size: 13px;
text-transform: uppercase;
color: #191919;
border: 2px solid transparent;
}
.startup-pricing .pricing-section .elementor-button {
border-image: linear-gradient(45deg, #62e8be 0%, #c952eb 100%);
border-image-slice: 1;
font-weight: 600;
background-color: transparent;
}
.pricing-section .elementor-button:visited, .pricing-section .elementor-button:focus {
color: #191919;
}
.startup-pricing .pricing-section .elementor-button:hover {
background: linear-gradient(45deg, #62e8be 0%, #c952eb 100%);
color: #fff;
}
.pricing-section .plan-item .roll-button:hover {
color: #47425d;
background-color: transparent;
}
.pricing-section .plan-item-inner {
border: 1px solid #ebebeb;
padding: 30px;
}
.beauty-pricing .pricing-section .plan-item-inner {
padding-bottom: 50px;
}
.pricing-section .plan-item {
padding: 0;
margin-top: 0;
}
.pricing-section .featured-plan .plan-item-inner {
box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.1);
} .employee .team-inner {
background-color: #fff;
position: relative;
text-align: center;
}
.employee .team-item .team-pop .name {
font-size: 16px;
font-weight: 600;
color: #fff;
padding: 10px 0;
}
.employee .team-item .team-pop .pos {
font-style: italic;
}
.employee .team-item .team-pop .team-info {
top: 30%;
position: relative;
width: 100%;
}
.employee .team-item .pop-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 10px;
z-index: 10;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
transition: all 1s;
}
.employee .team-item .team-social {
text-align: center;
padding: 17px 0 0;
margin: 0;
}
.employee .team-item .team-social li {
display: inline-block;
}
.employee .team-social li a {
font-size: 16px;
display: block;
margin-left: 5px;
border-radius: 50%;
transition: all 0.3s;
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
width: 40px;
height: 40px;
line-height: 40px;
}
.employee .team-item .team-social li:first-child a {
margin-left: 0;
}
.employee .team-item .team-pop {
color: #fff;
z-index: 20;
width: 100%;
height: 100%;
padding: 0 10px;
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
transition: all 0.3s;
}
.employee .team-item:hover > .team-inner .team-pop {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
}
.employee .team-item:hover > .team-inner .pop-overlay {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.employee .team-content {
text-align: center;
padding: 30px 15px;
background-color: #fff;
box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.15);
}
.employee .team-content .name {
font-size: 20px;
font-weight: 500;
color: #191919;
}
.employee .team-content .pos {
color: #62e8be;
}
.employee .avatar::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(45deg, #62e8be 0%, #c952eb 100%);
opacity: 0;
transition: all 0.1s;
}
.employee .team-item:hover .avatar::after {
animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
opacity: 0.9;
}
.employee .team-social {
opacity: 0;
position: absolute;
-webkit-transition: all 0.5s;
transition: 0.5s all 0.2s;
width: 100%;
top: 50%;
transform: translateY(-50%);
left: 0;
}
.employee .team-item:hover .team-social {
opacity: 1;
}
.employee .team-item .team-social li:hover a {
background-color: #fff;
color: #62e8be;
} .athemes-slick-slider {
padding: 0;
margin: 0;
}
.testimonials-section {
position: relative;
}
.testimonials-section.style1:before {
display: block;
content: "";
font-family: "Fontawesome";
color: #f0437e;
font-size: 35px;
margin-bottom: 45px;
line-height: 1;
}
.testimonials-section.style2 {
text-align: center;
margin-bottom: 50px;
}
.testimonials-section.style2 .testimonials-arrows {
display: none;
}
.testimonials-section.style2 .athemes-testimonials-carousel {
max-width: 1000px;
margin: 0 auto;
}
.testimonials-section.style2 p {
font-size: 24px;
}
.testimonials-section.style3 .testimonial-image-wrapper {
width: 30%;
float: left;
}
.testimonials-section.style3 .testimonial-image-wrapper img {
border-radius: 50%;
}
.testimonials-section.style3 .testimonial-content-wrapper {
width: 70%;
float: left;
}
.testimonials-section.style3 .testimonial-content-wrapper:before {
display: block;
content: "";
font-family: "Fontawesome";
color: #fc9a92;
font-size: 35px;
margin-bottom: 30px;
line-height: 1;
}
.testimonials-section.style3 .testimonial-content-wrapper h4 {
margin-top: 0;
}
.testimonials-section.style3 .testimonial-name-wrapper {
margin-left: 0;
padding-left: 0;
}
.testimonials-section.style3 .title-wrapper {
margin-bottom: 30px;
text-align: center;
}
.testimonials-section.style3 p {
margin-bottom: 25px;
}
.testimonial-info .testimonial-image-wrapper {
max-width: 80px;
float: left;
}
.testimonial-info .testimonial-image-wrapper img {
border-radius: 50%;
}
.testimonial-info .testimonial-name-wrapper {
width: 100%;
margin-left: -90px;
padding-left: 120px;
float: left;
}
.testimonial-info .testimonial-name-wrapper h4 {
font-size: 22px;
margin: 15px 0 10px;
line-height: 1;
}
.testimonial-info .testimonial-name-wrapper .testimonial-position {
color: #bfbfbf;
font-size: 14px;
line-height: 1;
}
.business-testimonials {
max-width: 500px;
}
.testimonials-arrows {
position: absolute;
bottom: 30px;
right: 0;
font-size: 30px;
}
.testimonials-arrows div {
width: 50%;
float: left;
color: #bfbfbf;
cursor: pointer;
transition: color 0.3s;
}
.testimonials-arrows div:hover {
color: #191919;
}
.testimonials-arrows div:first-of-type {
padding-right: 20px;
}
.athemes-testimonials-carousel-nav {
max-width: 700px;
margin: 0 auto;
}
.athemes-testimonials-carousel-nav .testimonial-info > div {
float: none;
padding: 0;
margin: 0;
text-align: center;
margin: 0 auto;
}
.athemes-testimonials-carousel-nav .testimonial-info .testimonial-image-wrapper {
max-width: 50px;
}
.athemes-testimonials-carousel-nav .testimonial-info .testimonial-name-wrapper {
text-transform: uppercase;
font-weight: 500;
}
.athemes-testimonials-carousel-nav .testimonial-info .testimonial-name-wrapper h4 {
font-size: 11px;
}
.athemes-testimonials-carousel-nav .slick-current .testimonial-image-wrapper {
max-width: 80px;
}
.athemes-testimonials-carousel-nav .slick-current .testimonial-name-wrapper h4 {
font-size: 14px;
} .airi-course .course-entry {
margin-top: 20px;
}
.airi-course .course-entry:hover .course-entry-inner {
box-shadow: 0px 21px 51.3px 5.7px rgba(23, 31, 44, 0.15);
}
.airi-course .course-entry:hover .course-cover {
margin: -20px -20px 20px;
}
.airi-course .course-entry .course-entry-inner {
border: 1px solid #ebebeb;
padding: 20px;
border-radius: 20px;
transition: all 0.3s;
}
.airi-course .course-entry h3 {
font-size: 24px;
}
.airi-course .course-entry h3 a {
color: #191919;
}
.airi-course .course-entry .course-cover {
margin: -40px 0 20px;
transition: all 0.3s;
}
.airi-course .course-entry .fas {
color: #bfbfbf;
font-size: 14px;
margin-right: 5px;
}
.airi-course .course-entry .course-meta-data {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 20px;
margin-top: 25px;
}
.airi-course .course-entry .course-meta-data div {
display: inline-block;
}
.airi-course .course-entry .course-meta-data .course-lesson-number,
.airi-course .course-entry .course-meta-data .course-student-number {
float: right;
}
.airi-course .course-entry .course-meta-data .course-lesson-number {
margin-right: 20px;
}
.airi-course .course-entry img {
border-radius: 20px;
}
.airi-course .course-instructor {
color: #bfbfbf;
}
.airi-course .course-instructor a {
color: #bfbfbf;
}
.airi-course .free-course-label {
color: #1eaf12;
text-transform: uppercase;
font-weight: 500;
}
.airi-course .paid-course-label {
color: #ed1c24;
font-weight: 500;
}
.airi-course .review-stars.filled {
position: relative;
display: table;
letter-spacing: 4px;
}
.airi-course .review-stars.filled div::before {
content: "";
font-family: "Fontawesome";
color: #1eaf12;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.airi-course .review-stars.filled div {
position: absolute;
top: 0;
left: 0;
}
.airi-course .review-stars.filled::before {
content: "";
font-family: "Fontawesome";
color: #1eaf12;
} .elementor-widget-athemes-image-icon-box { }
.elementor-widget-athemes-image-icon-box figure {
position: relative;
}
.elementor-widget-athemes-image-icon-box p:last-of-type {
margin-bottom: 0;
}
.elementor-widget-athemes-image-icon-box .elementor-image-box-content {
margin-top: 30px;
}
.elementor-widget-athemes-image-icon-box .elementor-image-box-content h3 {
margin-bottom: 20px;
}
.elementor-widget-athemes-image-icon-box .icon-wrapper {
position: absolute;
bottom: 0;
left: 0;
background-color: #f7f7f7;
text-align: center;
height: 82px;
width: 100px;
line-height: 100px;
transition: all 0.3s;
}
.elementor-widget-athemes-image-icon-box .icon-wrapper::after {
content: "";
position: absolute;
right: -100%;
width: 100%;
height: 0;
border-top: 82px solid transparent;
border-left: 25px solid #f7f7f7;
transition: all 0.3s;
}
.elementor-widget-athemes-image-icon-box .icon-wrapper i {
font-size: 30px;
color: #f89121;
}
.elementor-widget-athemes-image-icon-box:hover .icon-wrapper {
background-color: #f89121;
}
.elementor-widget-athemes-image-icon-box:hover .icon-wrapper::after {
border-left: 25px solid #f89121;
}
.elementor-widget-athemes-image-icon-box:hover .icon-wrapper i {
color: #fff;
}
.elementor-widget-athemes-image-icon-box .feature-link {
display: table;
text-transform: uppercase;
color: #bfbfbf;
font-size: 13px;
margin-top: 20px;
letter-spacing: 1px;
}
.elementor-widget-athemes-image-icon-box .feature-link:hover {
color: #f89121;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .elementor-image-box-wrapper {
padding: 30px;
display: flex;
align-items: center;
border: 1px solid #ebebeb;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: #fff;
transition: box-shadow 0.3s;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .elementor-image-box-wrapper:hover {
box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.1);
border-color: transparent;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .icon-wrapper {
position: relative;
left: -50px;
width: 150px;
flex: 0 0 125px;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .icon-wrapper i {
font-size: 48px;
}
.elementor-widget-athemes-image-icon-box[data-element_type*="athemes-image-icon-box.airi_image_icon_skin"] .elementor-image-box-content {
width: 100%;
display: inline-block;
padding-left: 25px;
margin-top: 0;
} .athemes-project-wrap .loading-notice {
display: none;
text-align: center;
font-size: 36px;
color: #bfbfbf;
}
.athemes-project-wrap .roll-project.loading .loading-notice {
display: block;
}
.athemes-project-wrap .roll-project.loading .isotope-container {
display: none;
}
.athemes-project-wrap .project-filter {
margin: 0 auto 45px;
padding: 0;
list-style: none;
display: table;
}
.athemes-project-wrap .project-filter li {
float: left;
}
.athemes-project-wrap .project-filter li a {
display: block;
padding: 15px 30px;
border: 1px solid #ebebeb;
border-right: 0;
line-height: 1;
color: #bfbfbf;
}
.athemes-project-wrap .project-filter li a:hover, .athemes-project-wrap .project-filter li a.active {
color: #fff;
background-color: #35d7a4;
}
.athemes-project-wrap .project-filter li:first-of-type a {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}
.athemes-project-wrap .project-filter li:last-of-type a {
border-right: 1px solid #ebebeb;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.athemes-project-wrap .project-item {
width: 33.333333%;
padding: 15px;
}
@media (max-width: 767px) {
.athemes-project-wrap .project-item {
width: 50%;
padding: 5px;
}
}
.athemes-project-wrap .project-item .project-inner {
position: relative;
display: flex;
align-items: center;
}
.athemes-project-wrap .project-item .project-info {
position: absolute;
width: 100%;
text-align: center;
opacity: 0;
z-index: 11;
transition: all 0.3s;
}
.athemes-project-wrap .project-item .project-info h3 {
font-size: 36px;
color: #191919;
}
.athemes-project-wrap .project-item .project-info h3 a {
color: #191919;
}
.athemes-project-wrap .project-item .project-info span {
font-size: 14px;
}
.athemes-project-wrap .project-item::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background-color: rgba(255, 255, 255, 0.9);
transition: all 0.3s;
z-index: 0;
}
.athemes-project-wrap .project-item:hover .project-info {
opacity: 1;
}
.athemes-project-wrap .project-item:hover::after {
opacity: 1;
} .shop-cats-grid {
height: 1200px;
max-width: 1770px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-gap: 30px;
}
@media (max-width: 767px) {
.shop-cats-grid {
height: auto;
display: block;
}
}
.shop-cats-grid .cats-grid-item {
padding: 30px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
min-width: 0;
}
.shop-cats-grid .cats-grid-item.item1 {
grid-column: 1/span 2;
grid-row: 1/span 1;
}
.shop-cats-grid .cats-grid-item.item2 {
grid-column: 3/span 1;
grid-row: 1/span 2;
}
.shop-cats-grid .cats-grid-item.item3 {
grid-column: 1/span 1;
grid-row: 2/span 2;
}
.shop-cats-grid .cats-grid-item.item4 {
grid-column: 2/span 1;
grid-row: 2/span 1;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border: 2px solid #e55454;
}
.shop-cats-grid .cats-grid-item.item5 {
grid-column: 2/span 2;
grid-row: 3/span 1;
}
.shop-cats-grid .cats-grid-item .grid-item-label {
display: inline-block;
padding: 18px 35px;
background-color: #fff;
border-radius: 30px;
text-transform: uppercase;
font-size: 18px;
color: #191919;
line-height: 1;
font-weight: 500;
min-width: 150px;
text-align: center;
}
.shop-cats-grid .cats-grid-item .grid-item-inner h4 {
font-size: 42px;
color: #e55454;
}
.shop-cats-grid .cats-grid-item .grid-item-inner h5 {
font-size: 18px;
color: #191919;
letter-spacing: 3px;
text-transform: uppercase;
margin: 0;
}
.shop-cats-grid .cats-grid-item .elementor-button {
background-color: #e55454;
text-transform: uppercase;
font-weight: 400;
font-size: 14px;
letter-spacing: 1px;
border-radius: 25px;
margin-top: 40px;
padding-left: 30px;
padding-right: 30px;
}
@media (max-width: 767px) {
.shop-cats-grid .cats-grid-item {
min-height: 130px;
margin-bottom: 15px;
}
} .single-post .entry-meta .cat-links a,
.post-cat {
background-color: #eff1f4;
color: #bfbfbf;
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
padding: 9px 15px;
line-height: 1;
border-radius: 15px;
display: inline-block;
}
.single-post .entry-meta .cat-links a:hover,
.post-cat:hover {
color: #1c1c1c;
}
.athemes-blog:not(.airi_athemes_blog_skin) .post-item {
box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15);
margin-bottom: 15px;
}
.athemes-blog:not(.airi_athemes_blog_skin) .post-content {
padding: 30px;
background-color: #fff;
}
.athemes-blog:not(.airi_athemes_blog_skin) .byline {
float: right;
color: #bfbfbf;
font-size: 14px;
font-weight: 500;
}
.athemes-blog:not(.airi_athemes_blog_skin) .byline a {
color: #595959;
}
.athemes-blog:not(.airi_athemes_blog_skin) .byline a:hover {
color: #f0437e;
}
.athemes-blog:not(.airi_athemes_blog_skin) .posted-on {
margin-bottom: 15px;
display: table;
}
.athemes-blog:not(.airi_athemes_blog_skin) .posted-on a {
color: #f0437e;
font-size: 14px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
}
.athemes-blog:not(.airi_athemes_blog_skin) .entry-title {
font-size: 24px;
font-weight: 500;
margin: 0 0 25px;
}
.athemes-blog:not(.airi_athemes_blog_skin) .entry-title a {
color: #191919;
}
.airi_athemes_blog_skin .post-item {
margin-bottom: 45px;
}
.airi_athemes_blog_skin .post-item:last-of-type {
margin-bottom: 0;
}
@media (max-width: 767px) {
.airi_athemes_blog_skin .post-item img {
margin-bottom: 30px;
}
}
.airi_athemes_blog_skin .post-item .read-more {
text-transform: uppercase;
font-weight: 600;
color: #bfbfbf;
font-size: 13px;
display: block;
margin-top: 15px;
letter-spacing: 1px;
}
.airi_athemes_blog_skin .post-item .read-more:hover {
color: #f89121;
}
.airi_athemes_blog_skin .post-item .entry-title {
font-size: 18px;
margin: 0 0 12px;
text-transform: uppercase;
}
.airi_athemes_blog_skin .post-item .entry-title a {
color: #0e304e;
}
.airi_athemes_blog_skin .post-item.large-post {
margin-bottom: 0;
}
@media (max-width: 767px) {
.airi_athemes_blog_skin .post-item.large-post {
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.airi_athemes_blog_skin .post-item.large-post img {
margin-bottom: 0;
}
}
.airi_athemes_blog_skin .post-item.large-post .entry-title {
font-size: 24px;
}
.airi_athemes_blog_skin .post-item.large-post .entry-thumb {
margin-bottom: 30px;
}
.airi_athemes_blog_skin .post-item .posted-on {
display: block;
margin-bottom: 15px;
}
.airi_athemes_blog_skin .post-item .posted-on a {
color: #bfbfbf;
font-size: 14px;
} .athemes-blog.airi_athemes_blog_skin_2 .entry-title {
margin: 15px 0 25px 0;
}
.athemes-blog.airi_athemes_blog_skin_2 .posted-on {
display: inline-block;
margin: 0;
}
.athemes-blog.airi_athemes_blog_skin_2 .post-cat {
display: inline-block;
padding: 0;
background-color: transparent;
}
.athemes-blog.airi_athemes_blog_skin_2 .sol {
color: #fc9a92;
margin: 0 5px;
}
.athemes-blog.airi_athemes_blog_skin_2 .posted-on a,
.athemes-blog.airi_athemes_blog_skin_2 .post-cat {
color: #fc9a92;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
}
.athemes-blog.airi_athemes_blog_skin_2 .comments-number {
font-size: 12px;
color: #bfbfbf;
font-weight: 500;
text-transform: uppercase;
} .athemes-blog.airi_athemes_blog_skin_3 .post-content {
padding: 30px 0 0;
}
.athemes-blog.airi_athemes_blog_skin_3 .post-item {
box-shadow: none;
}
.athemes-blog.airi_athemes_blog_skin_3 .post-cat {
display: inline-block;
padding: 0;
background-color: transparent;
color: #1eaf12;
margin: 0 0 15px;
}
.athemes-blog.airi_athemes_blog_skin_3 .entry-title {
font-size: 18px;
margin: 0 0 20px;
}
.athemes-blog.airi_athemes_blog_skin_3 .entry-title a:hover {
color: #1eaf12;
}
.athemes-blog.airi_athemes_blog_skin_3 .comments-number {
color: #bfbfbf;
display: inline-block;
}
.athemes-blog.airi_athemes_blog_skin_3 .posted-on {
display: inline-block;
}
.athemes-blog.airi_athemes_blog_skin_3 .posted-on a {
color: #bfbfbf;
text-transform: none;
letter-spacing: 0;
}
.athemes-blog.airi_athemes_blog_skin_3 .vert {
color: #bfbfbf;
padding: 0 15px;
} .athemes-blog.airi_athemes_blog_skin_4 .post-item {
box-shadow: none;
transition: all 0.3s;
margin-bottom: 15px;
}
.athemes-blog.airi_athemes_blog_skin_4 .post-item:hover {
box-shadow: 0px 12px 45px 0px rgba(61, 82, 96, 0.15);
}
.athemes-blog.airi_athemes_blog_skin_4 .post-content {
min-height: 270px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
z-index: 11;
}
.athemes-blog.airi_athemes_blog_skin_4 .post-content::after {
background-color: rgba(0, 0, 0, 0.25);
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.athemes-blog.airi_athemes_blog_skin_4 .entry-title {
font-weight: 600;
margin: 0;
}
.athemes-blog.airi_athemes_blog_skin_4 .entry-title a {
color: #fff;
}
.athemes-blog.airi_athemes_blog_skin_4 .post-info {
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
}
.athemes-blog.airi_athemes_blog_skin_4 .post-cat {
display: inline-block;
padding: 0;
background-color: transparent;
color: #fff;
margin: 0 0 10px;
letter-spacing: 1px;
}
.athemes-blog.airi_athemes_blog_skin_4 .posted-on {
background-color: #d7af50;
float: right;
color: #fff;
font-weight: 600;
padding: 5px 8px;
}
.athemes-blog.airi_athemes_blog_skin_4 .posted-on span {
display: block;
line-height: 1;
text-align: center;
}
.athemes-blog.airi_athemes_blog_skin_4 .posted-on span:first-of-type {
font-size: 24px;
}
.athemes-blog.airi_athemes_blog_skin_4 .posted-on span:last-of-type {
font-size: 16px;
text-transform: uppercase;
} .athemes-blog.airi_athemes_blog_skin_6 .post-item {
box-shadow: none;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .thumbnail {
margin-bottom: 24px;
overflow: hidden;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .thumbnail img {
border-radius: 5px;
transition: all 0.6s;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .thumbnail:hover img {
transform: scale(1.05);
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content {
padding: 0;
background: transparent;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .posted-on {
text-transform: uppercase;
font-weight: 500;
margin-bottom: 5px;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .posted-on a {
color: #0a8ae6;
font-family: "Work Sans", sans-serif;
font-size: 14px;
letter-spacing: 2px;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .entry-title {
font-size: 24px;
font-weight: 600;
line-height: 30px;
margin-bottom: 22px;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .entry-title a {
color: #191919;
border-bottom: 1px solid transparent;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .post-content .entry-title a:hover {
border-bottom-color: #191919;
}
.athemes-blog.airi_athemes_blog_skin_6 .post-item .first-cat {
font-family: "Work Sans", sans-serif;
background-color: #0a8ae6;
color: #fff;
display: inline-block;
border-radius: 2px;
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
padding: 7px 13px;
} .athemes-hero-wrapper .slick-slide {
height: 500px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots li {
margin: 3px;
width: 12px;
height: 12px;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots li button {
background: #adadad;
padding: 0;
border-radius: 0;
width: 12px;
height: 12px;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots li button:before {
display: none;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots li.slick-active button {
background: #1c1c1c;
}
.athemes-hero-wrapper .slide-title {
margin-bottom: 30px;
}
.athemes-hero-wrapper .button {
margin-top: 45px;
padding-left: 48px;
padding-right: 48px;
display: inline-block;
}
.athemes-hero-wrapper .slide-inner {
display: flex;
height: 100%;
align-items: center;
padding-left: 60px;
}
.athemes-hero-wrapper .elementor-slick-slider ul.slick-dots {
bottom: 25px;
} .footer-widgets {
padding-top: 80px;
padding-bottom: 80px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-top: 1px solid #ebebeb;
}
.sidebar-column .widget:last-of-type {
margin-bottom: 0;
}
.sidebar-column .widget-title {
font-size: 20px;
margin: 0 0 40px;
}
.site-info {
padding-top: 15px;
padding-bottom: 15px;
color: #595959;
font-size: 13px;
text-transform: uppercase;
border-top: 1px solid #ebebeb;
}
.site-info a {
color: #595959;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.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%;
}
.gallery-caption {
display: block;
}