.header-position-right #header-main-wrapper {
flex-direction: row-reverse;
}
.vertical-header #header-wrapper {
margin-left: 0;
padding: 40px 0 0;
display: block;
box-sizing: border-box;
padding: 0;
height: 100%;
}
.vertical-header #header-wrapper.fixed {
position: fixed;
}
.header-position-right #header-wrapper {
margin-left: auto;
margin-right: 0;
}
.vertical-header #header {
padding: 0;
transition: none;
position: relative;
height: auto;
}
.header-position-left #header {
padding-left: 3vw;
}
.header-position-right #header {
padding-right: 3vw;
right: 0;
}
.vertical-header .site-title-description-wrapper {
align-items: normal;
}
.vertical-header #site-title {
height: auto;
display: inline-block;
margin-right: auto;
}
.vertical-header .site-description {
margin-left: 0;
display: inline-block;
}
.vertical-header .header .menu-wrapper {
display: block;
height: auto;
width: 100%;
float: left;
margin-left: 0;
}
.vertical-header .nav-menu-primary-header-wrapper,
.vertical-header .nav-menu-secondary-header-wrapper {
height: auto;
width: 100%;
}
.vertical-header .header .nav-menu,
.vertical-header #sliding-menu-dropdown-wrapper {
float: left;
margin-left: 0;
height: auto;
margin-top: 25px;
clear: both;
}
.vertical-header #access .nav-menu {
float: left;
width: 100%;
}
.vertical-header .header .social-links-wrapper {
height: auto;
padding-left: 0;
clear: both;
float: left;
justify-content: flex-start;
}
.vertical-header #access .search-header-wrapper {
float: left;
justify-content: flex-start;
clear: both;
height: auto;
}
.vertical-header #access .woocommerce-links-wrapper {
float: left;
justify-content: flex-start;
clear: both;
margin-left: 0;
margin-top: 25px;
align-items: flex-start;
}
.vertical-header .product-list-cart,
.vertical-header .product-list-right {
display: none;
}
.vertical-header .header .nav-menu ul,
.vertical-header .header .nav-menu ul ul {
display: block;
width: 100%;
float: left;
}
.vertical-header .header .nav-menu ul li,
.vertical-header .header .nav-menu ul ul li {
margin-left: 0;
float: left;
clear: both;
margin-top: .575em;
}
.vertical-header .header .nav-menu ul ul li {
margin-left: .575em;
}
.vertical-header .header .nav-menu ul li:first-of-type {
margin-top: 0;
}
.vertical-header .header .nav-menu ul ul li:first-of-type {
margin-top: .575em;
}
.vertical-header #access {
display: flex;
flex-direction: column;
justify-content: flex-start;
position: relative;
padding-top: 50px;
padding-bottom: 50px;
box-sizing: border-box;
}
.header-elements-wrapper {
float: left;
margin-top: auto;
margin-top: 25px;
clear: both;
}
.header-elements-wrapper > div {
margin-top: 25px;
margin-left: 0;
}
.header-elements-wrapper > div:first-of-type {
margin-top: 0;
}
.vertical-header #page .info-header {
padding-left: 0;
margin-top: 1.15rem;
float: left;
display: block;
text-align: left;
clear: both;
margin-left: 0;
}
.vertical-header #page .info-header p {
margin-bottom: .5em;
}
.vertical-header #page .info-header p:last-of-type {
margin-bottom: 0;
}
.vertical-header #page #sliding-menu-wrapper {
display: none;
}
.vertical-header #page #sliding-menu-dropdown-wrapper {
display: none;
}
.header-position-right #main-content {
flex-direction: row-reverse;
}
.header-position-right #to-top.fixed {
left: 40px;
right: auto;
}
.header-position-left .entry-content > .wpb_row > .wrapper {
padding-right: 3vw;
}
.header-position-right .entry-content > .wpb_row > .wrapper {
padding-left: 3vw;
}
.header-position-left .entry-content > .full-width > .wrapper {
padding-left: 30px;
padding-right: 0;
}
.header-position-right .entry-content > .full-width > .wrapper {
padding-right: 30px;
padding-left: 0;
} .vertical-header #page #access .nav-menu ul li ul {
padding: 0;
overflow: hidden;
transition: max-height .2s ease;
position: relative;
width: 100%;
margin-left: 0;
display: block;
max-width: none;
visibility: visible;
opacity: 1;
float: left;
transform: none;
left: auto;
min-width: auto;
max-height: 0;
}
.vertical-header #page .header .nav-menu ul li li:hover ul,
.vertical-header #page .header .nav-menu ul li li.sfHover ul {
margin-top: 0;
}
.vertical-header #page #access .nav-menu ul > .menu-item-has-children {
display: inline-block;
}
.vertical-header #page #access .nav-menu ul > .menu-item-has-children > a {
cursor: pointer;
}
.vertical-header #page #access .nav-menu .drop-icon {
margin-left: .5em;
right: auto;
}
.vertical-header .nav-menu-primary-header ul li a > span:after,
.vertical-header .nav-menu-secondary-header ul li a > span:after {
content: '';
position: absolute;
width: 100%;
height: 1px;
background: var(--primary-menu-link-color);
transform: scaleX(0);
transform-origin: bottom right;
transition: transform .2s cubic-bezier(.67, .02, .2, .97), opacity .2s ease, background .2s ease;
display: block;
opacity: 1;
bottom: 0;
}
.vertical-header .nav-menu-secondary-header ul li a > span:after {
background: var(--secondary-menu-link-color);
}
.vertical-header .nav-menu-primary-header ul li a:hover > span:after,
.vertical-header .nav-menu-primary-header > ul .current-menu-item > a > span:after,
.vertical-header .nav-menu-primary-header > ul .current_page_item > a > span:after,
.vertical-header .nav-menu-primary-header > ul .current-menu-ancestor > a > span:after,
.vertical-header .nav-menu-primary-header > ul .current-menu-item > span a > span:after,
.vertical-header .nav-menu-primary-header > ul .current_page_item > span a > span:after,
.vertical-header .nav-menu-primary-header > ul .current-menu-ancestor > span a > span:after {
transform-origin: bottom left;
transform: scaleX(1);
}
.vertical-header .nav-menu-secondary-header ul li a:hover > span:after,
.vertical-header .nav-menu-secondary-header > ul .current-menu-item > a > span:after,
.vertical-header .nav-menu-secondary-header > ul .current_page_item > a > span:after,
.vertical-header .nav-menu-secondary-header > ul .current-menu-ancestor > a > span:after,
.vertical-header .nav-menu-secondary-header > ul .current-menu-item > span a > span:after,
.vertical-header .nav-menu-secondary-header > ul .current_page_item > span a > span:after,
.vertical-header .nav-menu-secondary-header > ul .current-menu-ancestor > span a > span:after {
transform-origin: bottom left;
transform: scaleX(1);
}
.vertical-header .header .nav-menu ul li li a {
width: auto;
}
.vertical-header .header .menu-item.active > a:after {
transform: perspective(100px) rotateX(180deg);
}
.vertical-header #comments-wrapper {
padding-top: 0;
border: none;
max-width: 1170px;
margin: 0 auto;
}
@media (max-width: 1023px) {
.vertical-header #header-wrapper {
position: fixed !important;
height: 60px;
}
.header-elements-wrapper {
display: none;
}
.vertical-header .entry-content > .wpb_row > .wrapper {
padding: 0;
}
.vertical-header .entry-content > .wpb_row.full-width.portfolio-padding > .wrapper {
padding: 0 15px;
}
.single-post.main-sidebar-is-active.vertical-header #primary,
.blog.main-sidebar-is-active.vertical-header #primary {
padding-left: 15px;
padding-right: 15px;
}
.vertical-header #header,
.vertical-header #branding,
.vertical-header .branding-helper,
.vertical-header #access {
height: 100%;
}
.vertical-header #header-wrapper {
padding: 0;
z-index: 1000;
}
.vertical-header #header {
padding-left: 15px;
padding-right: 15px;
}
.vertical-header #access {
flex-direction: row;
align-items: center;
padding: 0;
}
.vertical-header #page .site-description,
.vertical-header #page #access .info-header,
.vertical-header #page .header .social-links-wrapper {
display: none;
}
.vertical-header #site-title {
display: flex;
height: 100%;
}
.vertical-header #access .woocommerce-links-wrapper {
align-items: center;
margin-top: 0;
}
.vertical-header #comments-wrapper {
padding-bottom: 0;
}
.single-post.main-sidebar-is-active.vertical-header #primary,
.blog.main-sidebar-is-active.vertical-header #primary {
padding-left: 15px;
padding-right: 15px;
}
}.vc_row:after,
.vc_row:before {
content: " ";
display: table
}
.vc_row:after {
clear: both
}
@media (max-width:767px) {
.vc_hidden-xs {
display: none !important
}
}
@media (min-width:768px) and (max-width:991px) {
.vc_hidden-sm {
display: none !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.vc_hidden-md {
display: none !important
}
}
@media (min-width:1200px) {
.vc_hidden-lg {
display: none !important
}
}
.vc_non_responsive .vc_row .vc_col-sm-1 {
position: relative;
float: left;
width: 8.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-2 {
position: relative;
float: left;
width: 16.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-3 {
position: relative;
float: left;
width: 25%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-4 {
position: relative;
float: left;
width: 33.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-5 {
position: relative;
float: left;
width: 41.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-6 {
position: relative;
float: left;
width: 50%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-7 {
position: relative;
float: left;
width: 58.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-8 {
position: relative;
float: left;
width: 66.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-9 {
position: relative;
float: left;
width: 75%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-10 {
position: relative;
float: left;
width: 83.33333333%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-11 {
position: relative;
float: left;
width: 91.66666667%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-12 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
margin-left: 100%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
margin-left: 91.66666667%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
margin-left: 83.33333333%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
margin-left: 75%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
margin-left: 66.66666667%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
margin-left: 58.33333333%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
margin-left: 50%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
margin-left: 41.66666667%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
margin-left: 33.33333333%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
margin-left: 25%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
margin-left: 16.66666667%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
margin-left: 8.33333333%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
margin-left: 0
}
.vc_non_responsive .vc_row .vc_hidden-sm {
display: none !important
}
.vc_non_responsive .vc_row .vc_col-sm-1\/5 {
position: relative;
float: left;
width: 20%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-2\/5 {
position: relative;
float: left;
width: 40%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-3\/5 {
position: relative;
float: left;
width: 60%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-4\/5 {
position: relative;
float: left;
width: 80%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-5\/5 {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}
.vc_non_responsive .vc_row .vc_col-sm-offset-5\/5 {
margin-left: 100%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-4\/5 {
margin-left: 80%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-3\/5 {
margin-left: 60%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-2\/5 {
margin-left: 40%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-1\/5 {
margin-left: 20%
}
.vc_non_responsive .vc_row .vc_col-sm-offset-0\/5 {
margin-left: 0
}
.vc_column_container {
width: 100%
}
.vc_row {
margin-left: -15px;
margin-right: -15px
}
.vc_col-lg-1,
.vc_col-lg-10,
.vc_col-lg-11,
.vc_col-lg-12,
.vc_col-lg-2,
.vc_col-lg-3,
.vc_col-lg-4,
.vc_col-lg-5,
.vc_col-lg-6,
.vc_col-lg-7,
.vc_col-lg-8,
.vc_col-lg-9,
.vc_col-md-1,
.vc_col-md-10,
.vc_col-md-11,
.vc_col-md-12,
.vc_col-md-2,
.vc_col-md-3,
.vc_col-md-4,
.vc_col-md-5,
.vc_col-md-6,
.vc_col-md-7,
.vc_col-md-8,
.vc_col-md-9,
.vc_col-sm-1,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9,
.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
float: left
}
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-1,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-10,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-11,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-12,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-2,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-3,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-4,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-6,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-7,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-8,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-9 {
float: right
}
.vc_col-xs-12 {
width: 100%
}
.vc_col-xs-11 {
width: 91.66666667%
}
.vc_col-xs-10 {
width: 83.33333333%
}
.vc_col-xs-9 {
width: 75%
}
.vc_col-xs-8 {
width: 66.66666667%
}
.vc_col-xs-7 {
width: 58.33333333%
}
.vc_col-xs-6 {
width: 50%
}
.vc_col-xs-5 {
width: 41.66666667%
}
.vc_col-xs-4 {
width: 33.33333333%
}
.vc_col-xs-3 {
width: 25%
}
.vc_col-xs-2 {
width: 16.66666667%
}
.vc_col-xs-1 {
width: 8.33333333%
}
.vc_col-xs-pull-12 {
right: 100%
}
.vc_col-xs-pull-11 {
right: 91.66666667%
}
.vc_col-xs-pull-10 {
right: 83.33333333%
}
.vc_col-xs-pull-9 {
right: 75%
}
.vc_col-xs-pull-8 {
right: 66.66666667%
}
.vc_col-xs-pull-7 {
right: 58.33333333%
}
.vc_col-xs-pull-6 {
right: 50%
}
.vc_col-xs-pull-5 {
right: 41.66666667%
}
.vc_col-xs-pull-4 {
right: 33.33333333%
}
.vc_col-xs-pull-3 {
right: 25%
}
.vc_col-xs-pull-2 {
right: 16.66666667%
}
.vc_col-xs-pull-1 {
right: 8.33333333%
}
.vc_col-xs-pull-0 {
right: auto
}
.vc_col-xs-push-12 {
left: 100%
}
.vc_col-xs-push-11 {
left: 91.66666667%
}
.vc_col-xs-push-10 {
left: 83.33333333%
}
.vc_col-xs-push-9 {
left: 75%
}
.vc_col-xs-push-8 {
left: 66.66666667%
}
.vc_col-xs-push-7 {
left: 58.33333333%
}
.vc_col-xs-push-6 {
left: 50%
}
.vc_col-xs-push-5 {
left: 41.66666667%
}
.vc_col-xs-push-4 {
left: 33.33333333%
}
.vc_col-xs-push-3 {
left: 25%
}
.vc_col-xs-push-2 {
left: 16.66666667%
}
.vc_col-xs-push-1 {
left: 8.33333333%
}
.vc_col-xs-push-0 {
left: auto
}
.vc_col-xs-offset-12 {
margin-left: 100%
}
.vc_col-xs-offset-11 {
margin-left: 91.66666667%
}
.vc_col-xs-offset-10 {
margin-left: 83.33333333%
}
.vc_col-xs-offset-9 {
margin-left: 75%
}
.vc_col-xs-offset-8 {
margin-left: 66.66666667%
}
.vc_col-xs-offset-7 {
margin-left: 58.33333333%
}
.vc_col-xs-offset-6 {
margin-left: 50%
}
.vc_col-xs-offset-5 {
margin-left: 41.66666667%
}
.vc_col-xs-offset-4 {
margin-left: 33.33333333%
}
.vc_col-xs-offset-3 {
margin-left: 25%
}
.vc_col-xs-offset-2 {
margin-left: 16.66666667%
}
.vc_col-xs-offset-1 {
margin-left: 8.33333333%
}
.vc_col-xs-offset-0 {
margin-left: 0
}
.vc_col-lg-1\/5,
.vc_col-lg-2\/5,
.vc_col-lg-3\/5,
.vc_col-lg-4\/5,
.vc_col-lg-5\/5,
.vc_col-md-1\/5,
.vc_col-md-2\/5,
.vc_col-md-3\/5,
.vc_col-md-4\/5,
.vc_col-md-5\/5,
.vc_col-sm-1\/5,
.vc_col-sm-2\/5,
.vc_col-sm-3\/5,
.vc_col-sm-4\/5,
.vc_col-sm-5\/5,
.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
float: left
}
.vc_col-xs-5\/5 {
width: 100%
}
.vc_col-xs-4\/5 {
width: 80%
}
.vc_col-xs-3\/5 {
width: 60%
}
.vc_col-xs-2\/5 {
width: 40%
}
.vc_col-xs-1\/5 {
width: 20%
}
.vc_col-xs-pull-5\/5 {
right: 100%
}
.vc_col-xs-pull-4\/5 {
right: 80%
}
.vc_col-xs-pull-3\/5 {
right: 60%
}
.vc_col-xs-pull-2\/5 {
right: 40%
}
.vc_col-xs-pull-1\/5 {
right: 20%
}
.vc_col-xs-pull-0\/5 {
right: auto
}
.vc_col-xs-push-5\/5 {
left: 100%
}
.vc_col-xs-push-4\/5 {
left: 80%
}
.vc_col-xs-push-3\/5 {
left: 60%
}
.vc_col-xs-push-2\/5 {
left: 40%
}
.vc_col-xs-push-1\/5 {
left: 20%
}
.vc_col-xs-push-0\/5 {
left: auto
}
.vc_col-xs-offset-5\/5 {
margin-left: 100%
}
.vc_col-xs-offset-4\/5 {
margin-left: 80%
}
.vc_col-xs-offset-3\/5 {
margin-left: 60%
}
.vc_col-xs-offset-2\/5 {
margin-left: 40%
}
.vc_col-xs-offset-1\/5 {
margin-left: 20%
}
.vc_col-xs-offset-0\/5 {
margin-left: 0
}
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-1\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-2\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-3\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-4\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-5\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-1\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-2\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-3\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-4\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-5\/5 {
float: right
}
@media (min-width:768px) {
.vc_col-sm-1,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9 {
float: left
}
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-10,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-11,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-12,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-6,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-7,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-8,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-9 {
float: right
}
.vc_col-sm-12 {
width: 100%
}
.vc_col-sm-11 {
width: 91.66666667%
}
.vc_col-sm-10 {
width: 83.33333333%
}
.vc_col-sm-9 {
width: 75%
}
.vc_col-sm-8 {
width: 66.66666667%
}
.vc_col-sm-7 {
width: 58.33333333%
}
.vc_col-sm-6 {
width: 50%
}
.vc_col-sm-5 {
width: 41.66666667%
}
.vc_col-sm-4 {
width: 33.33333333%
}
.vc_col-sm-3 {
width: 25%
}
.vc_col-sm-2 {
width: 16.66666667%
}
.vc_col-sm-1 {
width: 8.33333333%
}
.vc_col-sm-pull-12 {
right: 100%
}
.vc_col-sm-pull-11 {
right: 91.66666667%
}
.vc_col-sm-pull-10 {
right: 83.33333333%
}
.vc_col-sm-pull-9 {
right: 75%
}
.vc_col-sm-pull-8 {
right: 66.66666667%
}
.vc_col-sm-pull-7 {
right: 58.33333333%
}
.vc_col-sm-pull-6 {
right: 50%
}
.vc_col-sm-pull-5 {
right: 41.66666667%
}
.vc_col-sm-pull-4 {
right: 33.33333333%
}
.vc_col-sm-pull-3 {
right: 25%
}
.vc_col-sm-pull-2 {
right: 16.66666667%
}
.vc_col-sm-pull-1 {
right: 8.33333333%
}
.vc_col-sm-pull-0 {
right: auto
}
.vc_col-sm-push-12 {
left: 100%
}
.vc_col-sm-push-11 {
left: 91.66666667%
}
.vc_col-sm-push-10 {
left: 83.33333333%
}
.vc_col-sm-push-9 {
left: 75%
}
.vc_col-sm-push-8 {
left: 66.66666667%
}
.vc_col-sm-push-7 {
left: 58.33333333%
}
.vc_col-sm-push-6 {
left: 50%
}
.vc_col-sm-push-5 {
left: 41.66666667%
}
.vc_col-sm-push-4 {
left: 33.33333333%
}
.vc_col-sm-push-3 {
left: 25%
}
.vc_col-sm-push-2 {
left: 16.66666667%
}
.vc_col-sm-push-1 {
left: 8.33333333%
}
.vc_col-sm-push-0 {
left: auto
}
.vc_col-sm-offset-12 {
margin-left: 100%
}
.vc_col-sm-offset-11 {
margin-left: 91.66666667%
}
.vc_col-sm-offset-10 {
margin-left: 83.33333333%
}
.vc_col-sm-offset-9 {
margin-left: 75%
}
.vc_col-sm-offset-8 {
margin-left: 66.66666667%
}
.vc_col-sm-offset-7 {
margin-left: 58.33333333%
}
.vc_col-sm-offset-6 {
margin-left: 50%
}
.vc_col-sm-offset-5 {
margin-left: 41.66666667%
}
.vc_col-sm-offset-4 {
margin-left: 33.33333333%
}
.vc_col-sm-offset-3 {
margin-left: 25%
}
.vc_col-sm-offset-2 {
margin-left: 16.66666667%
}
.vc_col-sm-offset-1 {
margin-left: 8.33333333%
}
.vc_col-sm-offset-0 {
margin-left: 0
}
.vc_col-sm-1\/5,
.vc_col-sm-2\/5,
.vc_col-sm-3\/5,
.vc_col-sm-4\/5,
.vc_col-sm-5\/5 {
float: left
}
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
float: right
}
.vc_col-sm-5\/5 {
width: 100%
}
.vc_col-sm-4\/5 {
width: 80%
}
.vc_col-sm-3\/5 {
width: 60%
}
.vc_col-sm-2\/5 {
width: 40%
}
.vc_col-sm-1\/5 {
width: 20%
}
.vc_col-sm-pull-5\/5 {
right: 100%
}
.vc_col-sm-pull-4\/5 {
right: 80%
}
.vc_col-sm-pull-3\/5 {
right: 60%
}
.vc_col-sm-pull-2\/5 {
right: 40%
}
.vc_col-sm-pull-1\/5 {
right: 20%
}
.vc_col-sm-pull-0\/5 {
right: auto
}
.vc_col-sm-push-5\/5 {
left: 100%
}
.vc_col-sm-push-4\/5 {
left: 80%
}
.vc_col-sm-push-3\/5 {
left: 60%
}
.vc_col-sm-push-2\/5 {
left: 40%
}
.vc_col-sm-push-1\/5 {
left: 20%
}
.vc_col-sm-push-0\/5 {
left: auto
}
.vc_col-sm-offset-5\/5 {
margin-left: 100%
}
.vc_col-sm-offset-4\/5 {
margin-left: 80%
}
.vc_col-sm-offset-3\/5 {
margin-left: 60%
}
.vc_col-sm-offset-2\/5 {
margin-left: 40%
}
.vc_col-sm-offset-1\/5 {
margin-left: 20%
}
.vc_col-sm-offset-0\/5 {
margin-left: 0
}
}
@media (min-width:992px) {
.vc_col-md-1,
.vc_col-md-10,
.vc_col-md-11,
.vc_col-md-12,
.vc_col-md-2,
.vc_col-md-3,
.vc_col-md-4,
.vc_col-md-5,
.vc_col-md-6,
.vc_col-md-7,
.vc_col-md-8,
.vc_col-md-9 {
float: left
}
[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-1,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-10,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-11,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-12,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-2,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-3,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-4,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-6,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-7,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-8,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-9 {
float: right
}
.vc_col-md-12 {
width: 100%
}
.vc_col-md-11 {
width: 91.66666667%
}
.vc_col-md-10 {
width: 83.33333333%
}
.vc_col-md-9 {
width: 75%
}
.vc_col-md-8 {
width: 66.66666667%
}
.vc_col-md-7 {
width: 58.33333333%
}
.vc_col-md-6 {
width: 50%
}
.vc_col-md-5 {
width: 41.66666667%
}
.vc_col-md-4 {
width: 33.33333333%
}
.vc_col-md-3 {
width: 25%
}
.vc_col-md-2 {
width: 16.66666667%
}
.vc_col-md-1 {
width: 8.33333333%
}
.vc_col-md-pull-12 {
right: 100%
}
.vc_col-md-pull-11 {
right: 91.66666667%
}
.vc_col-md-pull-10 {
right: 83.33333333%
}
.vc_col-md-pull-9 {
right: 75%
}
.vc_col-md-pull-8 {
right: 66.66666667%
}
.vc_col-md-pull-7 {
right: 58.33333333%
}
.vc_col-md-pull-6 {
right: 50%
}
.vc_col-md-pull-5 {
right: 41.66666667%
}
.vc_col-md-pull-4 {
right: 33.33333333%
}
.vc_col-md-pull-3 {
right: 25%
}
.vc_col-md-pull-2 {
right: 16.66666667%
}
.vc_col-md-pull-1 {
right: 8.33333333%
}
.vc_col-md-pull-0 {
right: auto
}
.vc_col-md-push-12 {
left: 100%
}
.vc_col-md-push-11 {
left: 91.66666667%
}
.vc_col-md-push-10 {
left: 83.33333333%
}
.vc_col-md-push-9 {
left: 75%
}
.vc_col-md-push-8 {
left: 66.66666667%
}
.vc_col-md-push-7 {
left: 58.33333333%
}
.vc_col-md-push-6 {
left: 50%
}
.vc_col-md-push-5 {
left: 41.66666667%
}
.vc_col-md-push-4 {
left: 33.33333333%
}
.vc_col-md-push-3 {
left: 25%
}
.vc_col-md-push-2 {
left: 16.66666667%
}
.vc_col-md-push-1 {
left: 8.33333333%
}
.vc_col-md-push-0 {
left: auto
}
.vc_col-md-offset-12 {
margin-left: 100%
}
.vc_col-md-offset-11 {
margin-left: 91.66666667%
}
.vc_col-md-offset-10 {
margin-left: 83.33333333%
}
.vc_col-md-offset-9 {
margin-left: 75%
}
.vc_col-md-offset-8 {
margin-left: 66.66666667%
}
.vc_col-md-offset-7 {
margin-left: 58.33333333%
}
.vc_col-md-offset-6 {
margin-left: 50%
}
.vc_col-md-offset-5 {
margin-left: 41.66666667%
}
.vc_col-md-offset-4 {
margin-left: 33.33333333%
}
.vc_col-md-offset-3 {
margin-left: 25%
}
.vc_col-md-offset-2 {
margin-left: 16.66666667%
}
.vc_col-md-offset-1 {
margin-left: 8.33333333%
}
.vc_col-md-offset-0 {
margin-left: 0
}
.vc_col-md-1\/5,
.vc_col-md-2\/5,
.vc_col-md-3\/5,
.vc_col-md-4\/5,
.vc_col-md-5\/5 {
float: left
}
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
float: right
}
.vc_col-md-5\/5 {
width: 100%
}
.vc_col-md-4\/5 {
width: 80%
}
.vc_col-md-3\/5 {
width: 60%
}
.vc_col-md-2\/5 {
width: 40%
}
.vc_col-md-1\/5 {
width: 20%
}
.vc_col-md-pull-5\/5 {
right: 100%
}
.vc_col-md-pull-4\/5 {
right: 80%
}
.vc_col-md-pull-3\/5 {
right: 60%
}
.vc_col-md-pull-2\/5 {
right: 40%
}
.vc_col-md-pull-1\/5 {
right: 20%
}
.vc_col-md-pull-0\/5 {
right: auto
}
.vc_col-md-push-5\/5 {
left: 100%
}
.vc_col-md-push-4\/5 {
left: 80%
}
.vc_col-md-push-3\/5 {
left: 60%
}
.vc_col-md-push-2\/5 {
left: 40%
}
.vc_col-md-push-1\/5 {
left: 20%
}
.vc_col-md-push-0\/5 {
left: auto
}
.vc_col-md-offset-5\/5 {
margin-left: 100%
}
.vc_col-md-offset-4\/5 {
margin-left: 80%
}
.vc_col-md-offset-3\/5 {
margin-left: 60%
}
.vc_col-md-offset-2\/5 {
margin-left: 40%
}
.vc_col-md-offset-1\/5 {
margin-left: 20%
}
.vc_col-md-offset-0\/5 {
margin-left: 0
}
}
@media (min-width:1200px) {
.vc_col-lg-1,
.vc_col-lg-10,
.vc_col-lg-11,
.vc_col-lg-12,
.vc_col-lg-2,
.vc_col-lg-3,
.vc_col-lg-4,
.vc_col-lg-5,
.vc_col-lg-6,
.vc_col-lg-7,
.vc_col-lg-8,
.vc_col-lg-9 {
float: left
}
[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-1,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-10,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-11,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-12,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-2,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-3,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-4,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-6,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-7,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-8,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-9 {
float: right
}
.vc_col-lg-12 {
width: 100%
}
.vc_col-lg-11 {
width: 91.66666667%
}
.vc_col-lg-10 {
width: 83.33333333%
}
.vc_col-lg-9 {
width: 75%
}
.vc_col-lg-8 {
width: 66.66666667%
}
.vc_col-lg-7 {
width: 58.33333333%
}
.vc_col-lg-6 {
width: 50%
}
.vc_col-lg-5 {
width: 41.66666667%
}
.vc_col-lg-4 {
width: 33.33333333%
}
.vc_col-lg-3 {
width: 25%
}
.vc_col-lg-2 {
width: 16.66666667%
}
.vc_col-lg-1 {
width: 8.33333333%
}
.vc_col-lg-pull-12 {
right: 100%
}
.vc_col-lg-pull-11 {
right: 91.66666667%
}
.vc_col-lg-pull-10 {
right: 83.33333333%
}
.vc_col-lg-pull-9 {
right: 75%
}
.vc_col-lg-pull-8 {
right: 66.66666667%
}
.vc_col-lg-pull-7 {
right: 58.33333333%
}
.vc_col-lg-pull-6 {
right: 50%
}
.vc_col-lg-pull-5 {
right: 41.66666667%
}
.vc_col-lg-pull-4 {
right: 33.33333333%
}
.vc_col-lg-pull-3 {
right: 25%
}
.vc_col-lg-pull-2 {
right: 16.66666667%
}
.vc_col-lg-pull-1 {
right: 8.33333333%
}
.vc_col-lg-pull-0 {
right: auto
}
.vc_col-lg-push-12 {
left: 100%
}
.vc_col-lg-push-11 {
left: 91.66666667%
}
.vc_col-lg-push-10 {
left: 83.33333333%
}
.vc_col-lg-push-9 {
left: 75%
}
.vc_col-lg-push-8 {
left: 66.66666667%
}
.vc_col-lg-push-7 {
left: 58.33333333%
}
.vc_col-lg-push-6 {
left: 50%
}
.vc_col-lg-push-5 {
left: 41.66666667%
}
.vc_col-lg-push-4 {
left: 33.33333333%
}
.vc_col-lg-push-3 {
left: 25%
}
.vc_col-lg-push-2 {
left: 16.66666667%
}
.vc_col-lg-push-1 {
left: 8.33333333%
}
.vc_col-lg-push-0 {
left: auto
}
.vc_col-lg-offset-12 {
margin-left: 100%
}
.vc_col-lg-offset-11 {
margin-left: 91.66666667%
}
.vc_col-lg-offset-10 {
margin-left: 83.33333333%
}
.vc_col-lg-offset-9 {
margin-left: 75%
}
.vc_col-lg-offset-8 {
margin-left: 66.66666667%
}
.vc_col-lg-offset-7 {
margin-left: 58.33333333%
}
.vc_col-lg-offset-6 {
margin-left: 50%
}
.vc_col-lg-offset-5 {
margin-left: 41.66666667%
}
.vc_col-lg-offset-4 {
margin-left: 33.33333333%
}
.vc_col-lg-offset-3 {
margin-left: 25%
}
.vc_col-lg-offset-2 {
margin-left: 16.66666667%
}
.vc_col-lg-offset-1 {
margin-left: 8.33333333%
}
.vc_col-lg-offset-0 {
margin-left: 0
}
.vc_col-lg-1\/5,
.vc_col-lg-2\/5,
.vc_col-lg-3\/5,
.vc_col-lg-4\/5,
.vc_col-lg-5\/5 {
float: left
}
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5,
[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
float: right
}
.vc_col-lg-5\/5 {
width: 100%
}
.vc_col-lg-4\/5 {
width: 80%
}
.vc_col-lg-3\/5 {
width: 60%
}
.vc_col-lg-2\/5 {
width: 40%
}
.vc_col-lg-1\/5 {
width: 20%
}
.vc_col-lg-pull-5\/5 {
right: 100%
}
.vc_col-lg-pull-4\/5 {
right: 80%
}
.vc_col-lg-pull-3\/5 {
right: 60%
}
.vc_col-lg-pull-2\/5 {
right: 40%
}
.vc_col-lg-pull-1\/5 {
right: 20%
}
.vc_col-lg-pull-0\/5 {
right: auto
}
.vc_col-lg-push-5\/5 {
left: 100%
}
.vc_col-lg-push-4\/5 {
left: 80%
}
.vc_col-lg-push-3\/5 {
left: 60%
}
.vc_col-lg-push-2\/5 {
left: 40%
}
.vc_col-lg-push-1\/5 {
left: 20%
}
.vc_col-lg-push-0\/5 {
left: auto
}
.vc_col-lg-offset-5\/5 {
margin-left: 100%
}
.vc_col-lg-offset-4\/5 {
margin-left: 80%
}
.vc_col-lg-offset-3\/5 {
margin-left: 60%
}
.vc_col-lg-offset-2\/5 {
margin-left: 40%
}
.vc_col-lg-offset-1\/5 {
margin-left: 20%
}
.vc_col-lg-offset-0\/5 {
margin-left: 0
}
}
.vc_pull-right {
float: right !important
}
.vc_pull-left {
float: left !important
}
.vc_clearfix:after,
.vc_clearfix:before {
content: " ";
display: table
}
.vc_clearfix:after {
clear: both
}
.vc_clearfix:after,
.vc_clearfix:before {
content: " ";
display: table
}
.vc_clearfix:after {
clear: both
}
.vc_el-clearfix {
clear: both
}
@media (max-width:767px) {
.vc_el-clearfix-xs {
clear: both
}
}
@media (min-width:768px) and (max-width:991px) {
.vc_el-clearfix-sm {
clear: both
}
}
@media (min-width:992px) and (max-width:1199px) {
.vc_el-clearfix-md {
clear: both
}
}
@media (min-width:1200px) {
.vc_el-clearfix-lg {
clear: both
}
}
.vc_visible {
display: block
}
.vc_table {
width: 100%;
margin-bottom: 20px;
border-collapse: collapse
}
.vc_table > tbody > tr > td,
.vc_table > tbody > tr > th,
.vc_table > tfoot > tr > td,
.vc_table > tfoot > tr > th,
.vc_table > thead > tr > td,
.vc_table > thead > tr > th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd
}
.vc_table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd
}
.vc_table > caption + thead > tr:first-child > td,
.vc_table > caption + thead > tr:first-child > th,
.vc_table > colgroup + thead > tr:first-child > td,
.vc_table > colgroup + thead > tr:first-child > th,
.vc_table > thead:first-child > tr:first-child > td,
.vc_table > thead:first-child > tr:first-child > th {
border-top: 0
}
.vc_table > tbody + tbody {
border-top: 2px solid #ddd
}
.vc_table .table {
background-color: #fff
}
.vc_table-bordered {
border: 1px solid #ddd
}
.vc_table-bordered > tbody > tr > td,
.vc_table-bordered > tbody > tr > th,
.vc_table-bordered > tfoot > tr > td,
.vc_table-bordered > tfoot > tr > th,
.vc_table-bordered > thead > tr > td,
.vc_table-bordered > thead > tr > th {
border: 1px solid #ddd
}
.vc_table-bordered > thead > tr > td,
.vc_table-bordered > thead > tr > th {
border-bottom-width: 2px
}
.vc_parallax {
position: relative;
overflow: hidden
}
.vc_parallax > * {
position: relative;
z-index: 1
}
.vc_parallax .vc_parallax-inner {
pointer-events: none;
position: absolute;
left: 0;
right: 0;
top: 0;
background-attachment: scroll;
background-color: transparent;
background-image: inherit;
background-size: cover;
z-index: 0;
background-position: 50% 0
}
.vc_parallax-lazy .vc_parallax-inner {
opacity: 0;
transition: opacity ease .2s;
}
.vc_parallax-lazy .lazyloaded.vc_parallax-inner {
opacity: 1;
}
.vc_parallax-inner iframe {
max-width: 1000%
}
.vc_video-bg-container {
position: relative
}
.vc_video-bg {
height: 100%;
overflow: hidden;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 0
}
.vc_video-bg iframe {
max-width: 1000%
}
.vc_row.vc_row-no-padding .vc_column-inner {
padding-left: 0;
padding-right: 0
}
.vc_row[data-vc-full-width] {
-webkit-transition: opacity .5s ease;
-o-transition: opacity .5s ease;
transition: opacity .5s ease;
overflow: hidden
}
.vc_row[data-vc-full-width].vc_hidden {
opacity: 0
}
.vc_row-no-padding .vc_inner {
margin-left: 0;
margin-right: 0
}
.vc_row.vc_row-o-full-height {
min-height: 100vh
}
.vc_row.vc_row-flex {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.vc_row.vc_row-flex > .vc_column_container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
z-index: 1
}
@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > * {
min-height: 1em
}
}
.vc_row.vc_row-flex::after,
.vc_row.vc_row-flex::before {
display: none
}
.vc_row.vc_row-o-columns-stretch {
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch
}
.vc_row.vc_row-o-columns-top {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start
}
.vc_row.vc_row-o-columns-bottom {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end
}
.vc_row.vc_row-o-columns-middle {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center
}
.vc_row.vc_row-o-columns-bottom::after,
.vc_row.vc_row-o-columns-middle::after,
.vc_row.vc_row-o-columns-top::after {
content: '';
width: 100%;
height: 0;
overflow: hidden;
visibility: hidden;
display: block
}
.vc_row.vc_row-o-equal-height > .vc_column_container {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch
}
.vc_row.vc_row-o-content-top > .vc_column_container > .vc_column-inner {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_column_container {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start
}
.vc_row.vc_row-o-content-bottom > .vc_column_container > .vc_column-inner {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_column_container {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end
}
.vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_column_container {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.vc_column-inner::after,
.vc_column-inner::before {
content: " ";
display: table
}
.vc_column-inner::after {
clear: both
}
.vc_ie-flexbox-fixer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.vc_ie-flexbox-fixer > .vc_row {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto
}
.vc_row.vc_column-gap-1 {
margin-left: -15.5px;
margin-right: -15.5px
}
.vc_row.vc_column-gap-1 > .vc_column_container {
padding: .5px
}
.vc_row.vc_column-gap-2 {
margin-left: -16px;
margin-right: -16px
}
.vc_row.vc_column-gap-2 > .vc_column_container {
padding: 1px
}
.vc_row.vc_column-gap-3 {
margin-left: -16.5px;
margin-right: -16.5px
}
.vc_row.vc_column-gap-3 > .vc_column_container {
padding: 1.5px
}
.vc_row.vc_column-gap-4 {
margin-left: -17px;
margin-right: -17px
}
.vc_row.vc_column-gap-4 > .vc_column_container {
padding: 2px
}
.vc_row.vc_column-gap-5 {
margin-left: -17.5px;
margin-right: -17.5px
}
.vc_row.vc_column-gap-5 > .vc_column_container {
padding: 2.5px
}
.vc_row.vc_column-gap-10 {
margin-left: -20px;
margin-right: -20px
}
.vc_row.vc_column-gap-10 > .vc_column_container {
padding: 5px
}
.vc_row.vc_column-gap-15 {
margin-left: -22.5px;
margin-right: -22.5px
}
.vc_row.vc_column-gap-15 > .vc_column_container {
padding: 7.5px
}
.vc_row.vc_column-gap-20 {
margin-left: -25px;
margin-right: -25px
}
.vc_row.vc_column-gap-20 > .vc_column_container {
padding: 10px
}
.vc_row.vc_column-gap-25 {
margin-left: -27.5px;
margin-right: -27.5px
}
.vc_row.vc_column-gap-25 > .vc_column_container {
padding: 12.5px
}
.vc_row.vc_column-gap-30 {
margin-left: -30px;
margin-right: -30px
}
.vc_row.vc_column-gap-30 > .vc_column_container {
padding: 15px
}
.vc_row.vc_column-gap-35 {
margin-left: -32.5px;
margin-right: -32.5px
}
.vc_row.vc_column-gap-35 > .vc_column_container {
padding: 17.5px
}
.vc_column_container {
padding-left: 0;
padding-right: 0
}
.vc_column_container > .vc_column-inner {
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
width: 100%
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
padding-top: 35px
}
.vc_row.vc_column-gap-1 > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-1 > .vc_vc_column_inner > .vc_column_container {
padding-left: .5px;
padding-right: .5px
}
.vc_row.vc_column-gap-2 > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-2 > .vc_vc_column_inner > .vc_column_container {
padding-left: 1px;
padding-right: 1px
}
.vc_row.vc_column-gap-3 > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-3 > .vc_vc_column_inner > .vc_column_container {
padding-left: 1.5px;
padding-right: 1.5px
}
.vc_row.vc_column-gap-4 > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-4 > .vc_vc_column_inner > .vc_column_container {
padding-left: 2px;
padding-right: 2px
}
.vc_row.vc_column-gap-5 > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-5 > .vc_vc_column_inner > .vc_column_container {
padding-left: 2.5px;
padding-right: 2.5px
}
.vc_row.vc_column-gap-10 > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-10 > .vc_vc_column_inner > .vc_column_container {
padding-left: 5px;
padding-right: 5px
}
.vc_row.vc_column-gap-15 > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-15 > .vc_vc_column_inner > .vc_column_container {
padding-left: 7.5px;
padding-right: 7.5px
}
.vc_row.vc_column-gap-20 > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-20 > .vc_vc_column_inner > .vc_column_container {
padding-left: 10px;
padding-right: 10px
}
.vc_row.vc_column-gap-25 > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-25 > .vc_vc_column_inner > .vc_column_container {
padding-left: 12.5px;
padding-right: 12.5px
}
.vc_row.vc_column-gap-30 > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-30 > .vc_vc_column_inner > .vc_column_container {
padding-left: 15px;
padding-right: 15px
}
.vc_row.vc_column-gap-35 > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-35 > .vc_vc_column_inner > .vc_column_container {
padding-left: 17.5px;
padding-right: 17.5px
}
.vc_vc_column,
.vc_vc_column_inner {
padding-left: 0;
padding-right: 0
}
.vc_row.vc_row-flex > .vc_vc_column,
.vc_row.vc_row-flex > .vc_vc_column_inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%
}
.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.vc_row.vc_row-o-equal-height > .vc_column_container {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch
}
.vc_row.vc_row-o-content-top > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start
}
.vc_row.vc_row-o-content-bottom > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end
}
.vc_row.vc_row-o-content-middle > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}
.vc_empty-element > .vc_column-inner {
min-height: 100px
}
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
padding-top: 35px
}.isotope-item {
z-index: 2;
}
.isotope-item:not(.new-elements) {}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
} .isotope,
.isotope .isotope-item {
transition-duration: .4s;
}
.isotope {
transition-property: height;
}
.isotope .isotope-item {
transition-property: transform, opacity;
}
.isotope-item {
z-index: 2;
} .isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
transition-duration: 0s;
}  .isotope.infinite-scrolling {
transition: none;
} #content .filters {
clear: both;
width: 100%;
margin: 0 0 1.15rem;
text-align: center;
max-width: 1170px;
}
#content .full-width .filters {
padding: 0 30px;
}
#content .filters a {
clear: none;
margin: 0 25px 10px 0;
text-decoration: none;
letter-spacing: 0;
font-style: normal;
text-transform: none;
padding: 0;
float: none;
border: none;
display: inline-block;
color: var(--secondary-color);
text-rendering: optimizeLegibility;
visibility: visible;
padding: 0;
box-shadow: none;
color: #999;
}
.filters .sep {
padding: 0;
display: none;
}
#content .filters a:first-child {
margin-left: 0;
}
#content .filters a:hover {
color: var(--primary-color);
background: transparent;
opacity: 1;
}
#content .filters a.selected {
color: var(--primary-color);
background: transparent;
opacity: 1;
}.entry-content > .wpb_row.gallery-padding > .wrapper {
padding: 0 30px;
}
.header-position-left .entry-content > .wpb_row.gallery-padding > .wrapper {
padding-right: 3vw;
}
.header-position-right .entry-content > .wpb_row.gallery-padding > .wrapper {
padding-left: 3vw;
}
.mt-gallery-container-wrapper {
max-width: 1170px;
margin: 0 auto;
}
.mt-gallery-container {
margin: 0 auto;
}
.full-width .mt-gallery-container-wrapper {
width: auto;
padding: 0;
max-width: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
-moz-user-drag: none;
user-drag: none;
}
.gutter-sizer {
width: 2.5%;
display: block;
height: 0;
position: absolute;
}
.grid-sizer {
display: block;
height: 0;
}
.col-1 .gutter-sizer {
width: 0;
}
.margin-0px .gutter-sizer {
width: 0;
}
.margin-1px .gutter-sizer {
width: .1%;
}
.margin-5px .gutter-sizer {
width: .5%;
}
.margin-10px .gutter-sizer {
width: 1%;
}
.margin-20px .gutter-sizer {
width: 2%;
}
.mt-gallery-item .caption {
margin: 0 auto .5em;
padding: 8px 0 0;
position: relative;
font-size: .875em;
text-align: left;
box-sizing: border-box;
display: inline-block;
max-width: 400px;
margin-left: 0;
}
.mt-gallery-item .mt-gallery-item-helper {
margin: 0 auto;
}
.mt-gallery-item .content-wrapper-helper {
display: block;
position: relative;
float: left;
width: 100%;
}
.mt-gallery-item .thumbnail-wrapper-helper {
display: block;
position: relative;
float: left;
width: 100%;
overflow: hidden;
}
.mt-gallery-item .thumbnail-wrapper-1 {
display: block;
position: relative;
float: left;
width: 100%;
}
.mt-gallery-item .thumbnail-wrapper-2 {
display: block;
position: relative;
float: left;
width: 100%;
}
.mt-gallery-item .content-wrapper img {
position: relative;
}
.mt-gallery-item .thumbnail-wrapper {
float: left;
overflow: hidden;
width: 100%;
}
#content .mt-gallery-container-view-content .wpb_button_a {
float: left;
overflow: hidden;
border-color: #fff;
padding: 6px 13px 8px;
color: #fff;
text-shadow: none;
background: #999;
border: 1px solid #999;
border-radius: 30px;
box-shadow: none;
position: relative;
text-transform: none;
letter-spacing: 0;
font-size: 13px;
font-weight: 400;
line-height: 1.2;
min-width: 131px;
box-sizing: border-box;
}
#content .mt-gallery-container-view-content .wpb_button_a span {
display: inline-block;
transition: opacity .3s cubic-bezier(.215, .61, .355, 1), transform .3s cubic-bezier(.215, .61, .355, 1);
transform: translateX(9px);
}
#content .mt-gallery-container-view-content .wpb_button_a:hover span {
transform: translateX(0);
}
#content .mt-gallery-container-view-content .wpb_button_a:after {
font-family: 'fontello';
content: attr(data-icon);
speak: none;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e909";
font-size: 8px;
font-style: normal;
display: inline-block;
width: auto;
height: auto;
vertical-align: middle;
border: none;
border-radius: 0;
margin-left: 8px;
border-color: #999;
transition: opacity .3s cubic-bezier(.215, .61, .355, 1), transform .3s cubic-bezier(.215, .61, .355, 1);
opacity: 0;
transform: translateX(-9px);
}
#content .mt-gallery-container-view-content .wpb_button_a:hover:after {
opacity: 1;
transform: translateX(0);
}
#content .mt-gallery-container-view-content .wpb_button_a:hover {
background: #000;
border-color: #000;
color: #fff;
}
.margin-0px .mt-gallery-item {
margin: 0;
}
.mt-gallery-container-wrapper.col-4 .grid-sizer,
.col-4 .mt-gallery-item {
width: 23.125%;
}
.mt-gallery-item {
float: left;
margin: 0 0 2.5%;
width: 100%;
}
.mt-gallery-container-wrapper.col-1 .mt-gallery-item {
margin-bottom: 30px;
width: 100%;
text-align: left;
}
.mt-gallery-container-wrapper.col-1.margin-20px .mt-gallery-item {
margin-bottom: 20px;
}
.mt-gallery-container-wrapper.col-1.margin-15px .mt-gallery-item {
margin-bottom: 15px;
}
.mt-gallery-container-wrapper.col-1.margin-0px .mt-gallery-item {
margin-bottom: 0;
}
.mt-gallery-container-wrapper.col-1 .mt-gallery-item-helper {
width: 100%;
margin: 0 auto;
}
.mt-gallery-item .content-wrapper,
.mt-gallery-item img {
float: left;
width: 100%;
}
.mt-gallery-item .content-wrapper {
position: relative;
display: block;
}
#page .mt-gallery-item .content-wrapper {
box-shadow: none;
}
.mt-gallery-item .content-wrapper:hover {
opacity: 1;
}
.mt-gallery-item .link-wrapper {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 32px;
min-height: 89px;
}
.mt-gallery-item img {
width: auto;
width: 100%;
display: block;
}
.mt-gallery-container-view-wrapper {
position: absolute;
top: 0;
left: 0;
color: #fff;
height: 100%;
text-align: left;
text-shadow: none;
width: 100%;
overflow: hidden;
}
.mt-gallery-container-view-wrapper:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mt-gallery-container-view-content {
display: inline-block;
vertical-align: middle;
position: relative;
width: 80%;
}
.mt-gallery-item .entry-header {
margin: 0 0 9px;
}
.mt-gallery-item h2 {
font-size: 24px;
line-height: 20px;
margin: 0;
font-weight: 400;
letter-spacing: 0;
color: #fff;
transform: translateY(22px);
transition: all cubic-bezier(.215, .61, .355, 1) .3s;
}
.mt-gallery-item .entry-excerpt {
color: #999;
text-transform: uppercase;
font-weight: 500;
}
.mt-gallery-container-wrapper.col-1 .grid-sizer,
.mt-gallery-container-wrapper.col-1 .mt-gallery-item {
width: 100%;
}
.mt-gallery-container-wrapper.col-2 .grid-sizer,
.mt-gallery-container-wrapper.col-2 .mt-gallery-item {
width: 48.75%;
}
.mt-gallery-container-wrapper.col-2.margin-0px .grid-sizer,
.mt-gallery-container-wrapper.col-2.margin-0px .mt-gallery-item {
width: 50%;
}
.mt-gallery-container-wrapper.col-3 .grid-sizer,
.mt-gallery-container-wrapper.col-3 .mt-gallery-item {
width: 31.66666666666667%;
}
.mt-gallery-container-wrapper.col-3.margin-0px .mt-gallery-item,
.mt-gallery-container-wrapper.col-3.margin-0px .grid-sizer {
width: 33.33333333333333%;
}
.mt-gallery-container-wrapper.col-3.margin-1px .mt-gallery-item,
.mt-gallery-container-wrapper.col-3.margin-1px .grid-sizer {
width: 33.26666666666667%;
}
.mt-gallery-container-wrapper.col-2.margin-1px .mt-gallery-item,
.mt-gallery-container-wrapper.col-2.margin-1px .grid-sizer {
width: 49.9%;
}
.mt-gallery-container-wrapper.margin-1px .mt-gallery-item {
margin-bottom: .1%;
}
.mt-gallery-container-wrapper.col4.margin-5px .mt-gallery-item,
.mt-gallery-container-wrapper.col4.margin-5px .grid-sizer {
width: 24.625%;
}
.mt-gallery-container-wrapper.col-3.margin-5px .mt-gallery-item,
.mt-gallery-container-wrapper.col-3.margin-5px .grid-sizer {
width: 33%;
}
.mt-gallery-container-wrapper.col-2.margin-5px .mt-gallery-item,
.mt-gallery-container-wrapper.col-2.margin-5px .grid-sizer {
width: 49.5%;
}
.mt-gallery-container-wrapper.margin-5px .mt-gallery-item {
margin-bottom: .5%;
}
.mt-gallery-container-wrapper.col-4.margin-10px .mt-gallery-item,
.mt-gallery-container-wrapper.col-4.margin-10px .grid-sizer {
width: 24.25%;
}
.mt-gallery-container-wrapper.col-3.margin-10px .mt-gallery-item,
.mt-gallery-container-wrapper.col-3.margin-10px .grid-sizer {
width: 32.66666666666667%;
}
.mt-gallery-container-wrapper.col-2.margin-10px .mt-gallery-item,
.mt-gallery-container-wrapper.col-2.margin-10px .grid-sizer {
width: 49%;
}
.mt-gallery-container-wrapper.margin-10px .mt-gallery-item {
margin-bottom: 1%;
}
.mt-gallery-container-wrapper.col-4.margin-20px .mt-gallery-item,
.mt-gallery-container-wrapper.col-4.margin-20px .grid-sizer {
width: 23.5%;
}
.mt-gallery-container-wrapper.col-3.margin-20px .mt-gallery-item,
.mt-gallery-container-wrapper.col-3.margin-20px .grid-sizer {
width: 32%;
}
.mt-gallery-container-wrapper.col-2.margin-20px .mt-gallery-item,
.mt-gallery-container-wrapper.col-2.margin-20px .grid-sizer {
width: 49%;
}
.mt-gallery-container-wrapper.margin-20px .mt-gallery-item {
margin-bottom: 2%;
} .layout-cellsbyrow .mt-gallery-container {
display: grid;
}
.layout-cellsbyrow .grid-sizer,
.layout-cellsbyrow .gutter-sizer {
display: none;
}
.layout-cellsbyrow.col-2 .mt-gallery-container {
grid-template-columns: 1fr 1fr;
}
.layout-cellsbyrow.col-3 .mt-gallery-container {
grid-template-columns: 1fr 1fr 1fr;
}
.layout-cellsbyrow.col-4 .mt-gallery-container {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.layout-cellsbyrow.col-1 .mt-gallery-item,
.layout-cellsbyrow.col-2 .mt-gallery-item,
.layout-cellsbyrow.col-3 .mt-gallery-item,
.layout-cellsbyrow.col-4 .mt-gallery-item {
width: auto;
}
.layout-cellsbyrow .mt-gallery-item .content-wrapper-helper {
padding: 15%;
box-sizing: border-box;
}
.layout-cellsbyrow .mt-gallery-item {
margin-bottom: 0;
display: inline-flex;
}
.layout-cellsbyrow .mt-gallery-item-helper {
height: 100%;
width: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
} .layout-justified .mt-gallery-container {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
}
.layout-justified .mt-gallery-container > .mt-gallery-item,
.layout-justified .mt-gallery-container:after {
--ratio: calc(var(--w) / var(--h));
--row-height: 38.8vh;
--row-width: 20vw;
flex-basis: calc(var(--ratio) * var(--row-width));
}
.layout-justified .mt-gallery-container > .mt-gallery-item {
flex-grow: calc(var(--ratio) * 100);
}
.layout-justified .mt-gallery-container:after {
--w: 2;
--h: 1;
content: '';
flex-grow: 1000000;
}
.layout-justified .mt-gallery-item {
margin-bottom: 30px;
padding: 0 15px;
}
.layout-justified.margin-0px .mt-gallery-item {
margin-bottom: 0;
padding: 0;
}
.layout-justified.margin-0px {
margin: 0;
}
.layout-justified.margin-1px .mt-gallery-item {
margin-bottom: 2px;
padding: 0 1px;
}
.layout-justified.margin-1px {
margin: 0 -1px;
}
.layout-justified.margin-5px .mt-gallery-item {
margin-bottom: 4px;
padding: 0 2px;
}
.layout-justified.margin-5px {
margin: 0 -2px;
}
.layout-justified.margin-10px .mt-gallery-item {
margin-bottom: 10px;
padding: 0 5px;
}
.layout-justified.margin-10px {
margin: 0 -5px;
}
.layout-justified.margin-20px .mt-gallery-item {
margin-bottom: 20px;
padding: 0 10px;
}
.layout-justified.margin-20px {
margin: 0 -10px;
} .mt-gallery-item .content-wrapper:hover .overlay {
visibility: visible;
opacity: 1;
} .hover-scale-effect-scale .mt-gallery-item .content-wrapper .attachment {
transition: opacity .2s, transform .45s cubic-bezier(.455, .03, .515, .955);
}
.hover-scale-effect-scale .mt-gallery-item .content-wrapper:hover .attachment {
transform: scale(1.05);
} .hover-scale-effect-scale2 .mt-gallery-item .content-wrapper .attachment {
transition: opacity .2s, transform .45s cubic-bezier(.455, .03, .515, .955);
}
.hover-scale-effect-scale2 .mt-gallery-item .content-wrapper .thumbnail-wrapper-1 {
transition: transform .4s ease;
position: relative;
}
.hover-scale-effect-scale2 .mt-gallery-item .content-wrapper:hover .thumbnail-wrapper-1 {
transform: scale(.99);
}
.hover-scale-effect-scale2 .mt-gallery-item .content-wrapper:hover .attachment {
transform: scale(1.05);
} .hover-scale-effect-scale3 .mt-gallery-item .content-wrapper .thumbnail-wrapper-1 {
transition: transform .4s ease;
}
.hover-scale-effect-scale3 .mt-gallery-item .content-wrapper:hover .thumbnail-wrapper-1 {
transform: scale(1.01);
} .click-scale-effect-scale .mt-gallery-item .content-wrapper .thumbnail-wrapper-1 {
transition: transform .4s ease;
position: relative;
}
.click-scale-effect-scale .mt-gallery-item .content-wrapper:active .thumbnail-wrapper-1 {
transform: scale(.99);
transition: transform 0s ease;
} .hover-opacity-effect-enabled .mt-gallery-item .content-wrapper:hover {
opacity: .8;
} .click-opacity-effect-enabled .mt-gallery-item .content-wrapper:active {
opacity: .8;
transition: opacity ease 0s;
} #content .mt-thumbs-container {
position: fixed;
width: calc(100% - 214px);
z-index: 100;
height: 100%;
transform: translate(0, 100%);
}
#content .mt-thumbs-container > .wrapper-helper {
overflow-y: auto;
height: 100%;
}
#content .mt-thumbs-container > .wrapper-helper > .wrapper {
padding-top: 75px;
padding-top: 0;
}
.mt-thumbs-container .close-button {
position: absolute;
top: 40px;
right: 40px;
display: none;
}
.entry-content > .wpb_row.gallery-padding > .wrapper-helper > .wrapper {
padding: 0 30px;
box-sizing: border-box;
}
@media (max-width: 1023px) {
.full-width .mt-gallery-container-wrapper.layout-justified {
margin-left: 15px;
margin-right: 15px;
}
.full-width .mt-gallery-container-wrapper.layout-justified {
margin-left: -5px;
margin-right: -5px;
}
}
@media (max-width: 768px) {
.mt-gallery-container-wrapper.layout-justified {
margin: 0 auto;
}
.full-width .mt-gallery-container-wrapper.layout-justified {
margin-left: 0;
margin-right: 0;
}
#page .mt-gallery-container-wrapper.col-2 .mt-gallery-item,
#page .mt-gallery-container-wrapper.col-2 .grid-sizer,
#page .mt-gallery-container-wrapper.col-3 .mt-gallery-item,
#page .mt-gallery-container-wrapper.col-3 .grid-sizer,
#page .mt-gallery-container-wrapper.col-4 .mt-gallery-item,
#page .mt-gallery-container-wrapper.col-4 .grid-sizer,
.mt-gallery-container-wrapper.col-4 .grid-sizer,
.col-4 .mt-gallery-item,
.mt-gallery-container-wrapper.col-2.margin-0px .grid-sizer,
.col-2.margin-0px .mt-gallery-item,
.mt-gallery-container-wrapper.col-3 .grid-sizer,
.col-3 .mt-gallery-item {
width: 100%;
}
.col-2.margin-30px .mt-gallery-item,
.col-3.margin-30px .mt-gallery-item,
.col-4.margin-30px .mt-gallery-item {
margin-bottom: 20px;
}
#page .layout-justified .mt-gallery-container {
margin: 0 auto;
display: block;
}
#page .layout-justified .mt-gallery-item {
padding: 0;
}
.mt-gallery-container-wrapper.col-2 {
max-width: 570px;
margin: 0 auto;
}
.mt-gallery-container-wrapper.col-3 {
max-width: 370px;
margin: 0 auto;
}
.mt-gallery-container-wrapper.col-4 {
max-width: 270px;
margin: 0 auto;
}
.mt-gallery-container-wrapper.layout-cellsbyrow.col-4 .grid-sizer {
height: auto;
}
.layout-cellsbyrow .mt-gallery-item {
position: relative;
top: auto;
}
.mt-gallery-container-wrapper.layout-cellsbyrow .mt-gallery-container {
height: auto;
display: block;
}
}#secondary .widget:first-of-type h2 {
margin-top: 0;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
color: #fff;
}
.entry-content .wp-block-cover-image-text a,
.entry-content .wp-block-cover-image-text a:active,
.entry-content .wp-block-cover-image-text a:focus,
.entry-content .wp-block-cover-image-text a:hover,
.entry-content .wp-block-cover-text a,
.entry-content .wp-block-cover-text a:active,
.entry-content .wp-block-cover-text a:focus,
.entry-content .wp-block-cover-text a:hover,
.entry-content section.wp-block-cover-image h2 a,
.entry-content section.wp-block-cover-image h2 a:active,
.entry-content section.wp-block-cover-image h2 a:focus,
.entry-content section.wp-block-cover-image h2 a:hover {
color: #fff;
}
.wp-block-cover,
.wp-block-cover-image {
box-sizing: border-box;
}
.wp-block-cover video {
width: 100%;
}
.wp-block-image {
margin: 0 auto 1em;
}
#page .entry-content .wp-block-button__link {
color: #fff;
box-shadow: none;
}
#page .entry-content .is-style-outline .wp-block-button__link,
#page .entry-content .wp-block-button__link.is-style-outline {
border: 2px solid #32373c;
color: #32373c;
}
#page .entry-content .is-style-squared .wp-block-button__link {
border-radius: 0;
}
.entry-content dl.gallery-item dt a {
box-shadow: none;
}
.blocks-gallery-item {
padding: 0;
}
.entry-content .wp-block-image figure a,
.entry-content .wp-block-gallery a {
box-shadow: none;
}
.entry-content .wp-block-gallery {
padding: 0;
}
.wp-block-embed {
margin: 0 auto 1em;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
box-sizing: border-box;
}
.wp-block-button {
margin-bottom: .5em;
}
.wp-block-search .wp-block-search__input {
width: auto;
}
#page .wp-block-search__button {
cursor: pointer;
margin: 0;
color: #fff;
font-size: 10px;
text-align: center;
background: #000;
border: none;
overflow: hidden;
position: relative;
padding: 17px 24px;
letter-spacing: 2px;
line-height: 1;
font-weight: inherit;
display: inline-block;
text-transform: uppercase;
box-shadow: none;
transition: background .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease;
height: 45px;
margin-left: 1em;
}
#page .wp-block-search__button:hover {
color: #fff;
opacity: .7;
}
.wp-block-tag-cloud a {
float: none;
display: inline-block;
margin: 0 1em .5em 0;
color: #999;
font-size: 10px !important;
font-weight: inherit;
border: none;
padding: 2px 5px;
letter-spacing: 1px;
border-radius: 0;
text-transform: uppercase;
line-height: 14px;
font-style: normal;
background: #f2f2f2;
text-decoration: none;
box-shadow: none;
}
#page .wp-block-tag-cloud a {
box-shadow: none;
}
.wp-block-tag-cloud a:hover {
color: #999;
opacity: 1;
background: #e6e6e6;
}
#page .wp-block-archives {
margin-bottom: 1em;
}
.wp-block-calendar a {
text-decoration: none;
} #page .wp-block-latest-comments {
padding-left: 0;
}
#page .wp-block-latest-comments article {
float: none;
}
.wp-block-latest-comments__comment-meta {
margin-bottom: .5em;
}
.wp-block-latest-comments__comment-date {
margin-top: .5em;
} .wp-block-latest-posts__post-date {
margin-top: .5em;
}
[class^="wp-block"] {
margin-bottom: 1.15rem;
}
.wp-block-table {
width: 100%;
margin-left: 0;
}
[class^="wp-block-"] li {
padding-left: 0;
}
[class^="wp-block-"] li:before {
display: none;
}.widget_image img {
height: auto;
max-width: 100%;
} #wp-calendar {
margin: 0;
width: 100%;
max-width: 250px;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
text-align: left;
}
#wp-calendar th,
#wp-calendar td {
padding: 8px 0;
text-align: center;
}
#wp-calendar td {
border-bottom: none;
border-left: none;
}
#wp-calendar th {
color: #999;
background: #f2f2f2;
}
#wp-calendar tfoot td {
font-weight: 400;
}
#wp-calendar td:first-of-type {
border-left: none;
}
#wp-calendar tr:last-of-type td {
border-bottom: none;
}
#wp-calendar tfoot td {
border-left: none;
}
#wp-calendar #prev {
text-align: left;
}
#wp-calendar #next {
text-align: right;
}
#wp-calendar #prev,
#wp-calendar #next {
padding-top: 8px;
}
#wp-calendar #today {
color: #fff;
background: #000;
}
.supplementary #wp-calendar #today {
color: var(--footer-link-color);
}
#wp-calendar #today a {
color: #fff;
text-decoration: none;
}
#wp-calendar caption {
margin-bottom: 1em;
}
.wp-calendar-nav {
text-align: left;
margin-top: 1.15rem;
}
#supplementary .widget #wp-calendar #today {
color: #999;
} .widget .rss-widget-icon {
display: none;
}
.widget_rss ul li {
margin-bottom: 16px;
}
.rss-date {
display: block;
margin: 2px 0 6px;
font-size: 13px;
}
.rssSummary {
margin-bottom: 6px;
} .tagcloud a {
float: none;
display: inline-block;
margin: 0 1em .5em 0;
color: #999;
font-size: 10px !important;
font-weight: inherit;
border: none;
padding: 2px 5px;
letter-spacing: 1px;
border-radius: 0;
text-transform: uppercase;
line-height: 14px;
font-style: normal;
background: #f2f2f2;
text-decoration: none;
box-shadow: none;
}
#page .tagcloud a {
box-shadow: none;
}
.tagcloud a:hover {
color: #999;
opacity: 1;
background: #e6e6e6;
}
#colophon .widget .tagcloud a {
color: #999;
}
#colophon .widget .tagcloud a:hover {
color: #999;
}
#supplementary .widget .tagcloud a {
background: var(--footer-bottom-area-background-color);
} .widget_search form {
margin: 0;
display: inline-block;
width: 100%;
}
.widget_search label[for="s"] {
top: 30%;
}.nav-pagination-single-wrapper {
width: 100%;
margin: 0 auto;
max-width: 1170px;
padding-bottom: 50px;
background: var(--body-color);
position: relative;
z-index: 100;
float: left;
}
#page #nav-pagination-single {
clear: none;
float: none;
margin: 0 auto;
box-sizing: border-box;
width: 100%;
display: flex;
justify-content: space-between;
}
#nav-pagination-single .nav-previous,
#nav-pagination-single .nav-next {
max-width: 304px;
position: relative;
margin-bottom: 1.15rem;
}
#nav-pagination-single .nav-previous {
margin-right: 1.15rem;
}
#nav-pagination-single .nav-next {
margin-left: 1.15rem;
}
#nav-pagination-single a {
color: var(--primary-color);
font-weight: inherit;
font-style: normal;
text-transform: uppercase;
text-align: center;
text-decoration: none;
background: transparent;
border: none;
overflow: visible;
position: relative;
padding: 0;
float: none;
display: inline-block;
text-rendering: optimizelegibility;
box-shadow: none;
display: flex;
width: 38px;
height: 52px;
align-items: center;
justify-content: center;
}
#nav-pagination-single a:hover {
color: var(--primary-color);
}
#nav-pagination-single .not-active {
display: flex;
width: 38px;
height: 52px;
align-items: center;
justify-content: center;
}
#nav-pagination-single .nav-previous a,
#nav-pagination-single .nav-previous .not-active {
justify-content: flex-start;
}
#nav-pagination-single .nav-next a,
#nav-pagination-single .nav-next .not-active {
justify-content: flex-end;
}
#nav-pagination-single a,
#nav-pagination-single .not-active {
text-transform: none;
letter-spacing: 0;
width: auto;
height: auto;
display: inline-flex;
}
#nav-pagination-single .not-active {
display: none;
}
#nav-pagination-single i {
stroke: var(--primary-color);
display: inline-flex;
width: 32px;
height: 32px;
transition: stroke ease .2s, opacity ease .2s, background ease .2s, transform ease .2s;
justify-content: center;
}
#nav-pagination-single a svg {
stroke-width: 1;
}
#nav-pagination-single .nav-previous .text-wrapper {
margin-left: .575em;
text-align: left;
}
#nav-pagination-single .nav-next .text-wrapper {
text-align: right;
margin-right: .575em;
}
#nav-pagination-single a .content-wrapper:before,
#nav-pagination-single a .content-wrapper:after {
display: none;
}
#nav-pagination-single .content-wrapper {
position: absolute;
display: flex;
align-items: center;
background: var(--body-color);
flex-direction: column;
transition-delay: .6s;
visibility: hidden;
opacity: 0;
width: 150px;
padding: 0;
transform: scale(.65);
transition: visibility .2s ease, opacity .2s ease, transform .25s ease;
margin: 0;
z-index: 100;
bottom: calc(100% + 25px);
}
#nav-pagination-single .nav-hover .content-wrapper {
visibility: visible;
opacity: 1;
transform: scale(1);
}
#nav-pagination-single a:hover .content-wrapper {
visibility: visible;
opacity: 1;
transform: translateY(-50%) translateX(0) scale(1);
transition: all .2s cubic-bezier(0, .9, .3, 1);
transition-delay: 0s;
}
#nav-pagination-single .not-active {
cursor: default;
color: #000;
font-weight: 400;
text-align: center;
background: transparent;
border: none;
overflow: visible;
position: relative;
padding: 0;
display: inline-block;
float: none;
display: inline-block;
text-rendering: optimizelegibility;
box-shadow: none;
display: flex;
opacity: .2;
}
#nav-pagination-single a:hover i {
transform: scale(1.15);
stroke: var(--general-arrows-icons-color-hover);
}
#nav-pagination-single .next:active i,
#nav-pagination-single .previous:active i {
stroke: var(--secondary-color);
transition: stroke ease .1s, opacity ease .1s;
}
#nav-pagination-single .featured-image-wrapper {
display: inline-block;
width: 150px;
flex-shrink: 0;
margin: 0;
position: relative;
}
#nav-pagination-single .nav-previous .featured-image-wrapper {
float: left;
}
#nav-pagination-single .nav-next .featured-image-wrapper {
float: right;
}
#nav-pagination-single .featured-image-wrapper .loader {
display: none;
}
#nav-pagination-single .featured-image-wrapper .featured-image {
max-width: 100%;
position: relative;
}
#nav-pagination-single .featured-image-wrapper img {
transform: scale(1.35) rotate(-2deg);
transition: opacity .2s, transform ease .35s;
width: auto;
}
#nav-pagination-single .nav-hover .featured-image-wrapper img {
transform: scale(1.005);
}
.single-post-navigation-full-width-enabled {
max-width: none;
padding-left: 30px;
padding-right: 30px;
box-sizing: border-box;
} .single-post-navigation-style-2 {
max-width: 1170px;
padding-bottom: 50px;
position: relative;
z-index: 2;
}
.single-post .single-post-navigation-style-2 {
margin-top: 0;
padding-bottom: 85px;
padding-bottom: 50px;
}
.single-post-navigation-style-2.single-post-navigation-full-width-enabled {
max-width: none;
width: 100%;
padding-left: 30px;
padding-right: 30px;
box-sizing: border-box;
}
#page .single-post-navigation-style-2 #nav-pagination-single {
text-align: center;
}
#page .single-post-navigation-style-2 #nav-pagination-single .nav-next {
margin-left: auto;
margin-right: auto;
max-width: none;
}
#page .single-post-navigation-style-2 #nav-pagination-single a:hover h2 {
color: var(--secondary-color);
}
#page .single-post-navigation-style-2 #nav-pagination-single .nav-next h2 {
text-align: center;
margin-top: 0;
transition: color ease .2s;
max-width: 608px;
}
#page .single-post-navigation-style-2 #nav-pagination-single .next:before,
#page .single-post-navigation-style-2 #nav-pagination-single .next:after {
display: none;
}
@media (max-width: 1023px) {
#page #nav-pagination-single .nav-next .content-wrapper,
#page #nav-pagination-single .nav-previous .content-wrapper {
display: none;
}
.single-post-navigation-style-1.single-post-navigation-full-width-enabled {
padding-left: 15px;
padding-right: 15px;
}
}@font-face {
font-family: 'lg';
src: url(//www.enricomantegazza.it/wp-content/themes/skylab/fonts/lg.woff2?io9a6k) format("woff2"), url(//www.enricomantegazza.it/wp-content/themes/skylab/fonts/lg.ttf?io9a6k) format("truetype"), url(//www.enricomantegazza.it/wp-content/themes/skylab/fonts/lg.woff?io9a6k) format("woff"), url(//www.enricomantegazza.it/wp-content/themes/skylab/fonts/lg.svg?io9a6k#lg) format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
.lg-icon { font-family: 'lg' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg-container {
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.lg-next,
.lg-prev {
background-color: rgba(0, 0, 0, 0.45);
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%;
z-index: 1080;
outline: none;
border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
opacity: 0 !important;
cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
color: #fff;
}
.lg-single-item .lg-next, .lg-single-item
.lg-prev {
display: none;
}
.lg-next {
right: 20px;
}
.lg-next:before {
content: '\e095';
}
.lg-prev {
left: 20px;
}
.lg-prev:after {
content: '\e094';
}
@-webkit-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end 0.3s;
-o-animation: lg-right-end 0.3s;
animation: lg-right-end 0.3s;
position: relative;
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end 0.3s;
-o-animation: lg-left-end 0.3s;
animation: lg-left-end 0.3s;
position: relative;
}
.lg-toolbar {
z-index: 1082;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.lg-media-overlap .lg-toolbar {
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: medium none;
will-change: color;
-webkit-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
background: none;
border: none;
box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
color: #fff;
}
.lg-toolbar .lg-close:after {
content: '\e070';
}
.lg-toolbar .lg-maximize {
font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
content: '\e90a';
}
.lg-toolbar .lg-download:after {
content: '\e0f2';
}
.lg-sub-html {
color: #eee;
font-size: 16px;
padding: 10px 40px;
text-align: center;
z-index: 1080;
opacity: 0;
-webkit-transition: opacity 0.2s ease-out 0s;
-o-transition: opacity 0.2s ease-out 0s;
transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: bold;
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0;
}
.lg-sub-html a {
color: inherit;
}
.lg-sub-html a:hover {
text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
.lg-error-msg {
font-size: 14px;
color: #999;
}
.lg-counter {
color: #999;
display: inline-block;
font-size: 16px;
padding-left: 20px;
padding-top: 12px;
height: 47px;
vertical-align: middle;
}
.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
opacity: 0;
-webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
-moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
-o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
opacity: 0;
will-change: opacity;
-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-moz-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-o-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
opacity: 1;
}
.lg-group:after {
content: '';
display: table;
clear: both;
}
.lg-container {
display: none;
outline: none;
}
.lg-container.lg-show {
display: block;
}
.lg-on {
scroll-behavior: unset;
}
.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
opacity: 0;
will-change: transform, opacity;
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
.lg-outer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1050;
text-align: left;
opacity: 0.001;
outline: none;
will-change: auto;
overflow: hidden;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
opacity: 1;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.lg-outer .lg-inner {
width: 100%;
position: absolute;
left: 0;
top: 0;
bottom: 0;
-webkit-transition: opacity 0s;
-o-transition: opacity 0s;
transition: opacity 0s;
white-space: nowrap;
}
.lg-outer .lg-item {
will-change: transform, opacity;
display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
background: url(//www.enricomantegazza.it/wp-content/themes/skylab/images/loading.gif) no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.lg-outer .lg-img-wrap {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
white-space: nowrap;
font-size: 0;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-object {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
position: relative;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play-button {
opacity: 0;
will-change: opacity;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-video-play-button {
opacity: 1;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play-button {
opacity: 1;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
display: none;
}
.lg-outer.lg-hide-download .lg-download {
opacity: 0.75;
pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
position: absolute;
top: 50%;
left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0);
opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
opacity: 1;
transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: #000;
opacity: 0;
will-change: auto;
-webkit-transition: opacity 333ms ease-in 0s;
-o-transition: opacity 333ms ease-in 0s;
transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
-webkit-transition: none 0s ease 0s !important;
-moz-transition: none 0s ease 0s !important;
-o-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
-webkit-transition: opacity 0.1s ease 0s;
-moz-transition: opacity 0.1s ease 0s;
-o-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
-webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
-o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
display: none;
}
.lg-container.lg-show {
display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
position: absolute;
}
.lg-inline .lg-backdrop {
z-index: 1;
}
.lg-inline .lg-outer {
z-index: 2;
}
.lg-inline .lg-maximize:after {
content: '\e909';
}
.lg-components {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
will-change: transform;
-webkit-transition: -webkit-transform 0.35s ease-out 0s;
-moz-transition: -moz-transform 0.35s ease-out 0s;
-o-transition: -o-transform 0.35s ease-out 0s;
transition: transform 0.35s ease-out 0s;
z-index: 1080;
position: absolute;
bottom: 0;
right: 0;
left: 0;
}body.compensate-for-scrollbar {
overflow: hidden !important;
touch-action: none;
}
.lightgallery-enabled a {
cursor: zoom-in;
} .lg-outer .lg-img-wrap {
padding-bottom: 48px;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
background: transparent;
}
.lg-backdrop {
background: var(--bg-color);
} .lg-toolbar .lg-icon {
height: 48px;
width: 48px;
}
.lg-icon {
font-family: none !important;
display: flex;
align-items: center;
justify-content: center;
}
.lg-icon:before,
.lg-icon:after {
content: "";
display: none;
}
.lg-icon svg {
width: 20px;
height: 20px;
stroke: var(--buttons-color);
}
.lg-close svg {
stroke-width: 3.2;
} .lg-prev,
.lg-next {
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, stroke .2s ease, background .2s ease;
border-radius: 0;
background: var(--buttons-bg-color);
padding: 8px 10px;
width: 48px;
height: 48px;
}
.lg-prev:hover:not(.disabled),
.lg-next:hover:not(.disabled) {
background: var(--buttons-bg-color-on-hover);
}
.lg-prev:active:not(.disabled),
.lg-next:active:not(.disabled) {
background: var(--buttons-bg-color-on-active);
}
.lg-prev svg,
.lg-next svg {
stroke-width: 1;
height: 24px;
} .lg-container .circular {
width: 50px;
height: 50px;
}
.lg-container .path {
stroke: var(--buttons-color);
} .lg-outer.lg-grab img.lg-object {
cursor: default;
}