@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.esg-line-height-0 {
line-height: 0;
}
.esg-text-left {
text-align: left;
}
.esg-text-right {
text-align: right;
}
.esg-text-center {
text-align: center;
}
.esg-font-normal {
font-style: normal;
}
.esg-font-italic {
font-style: italic;
}
.esg-display-none {
display: none;
}
.esg-display-block {
display: block;
}
.esg-display-inline-block {
display: inline-block;
}
.esg-display-inline {
display: inline;
}
.esg-display-none-i {
display: none !important;
}
.esg-display-block-i {
display: block !important;
}
.esg-display-inline-block-i {
display: inline-block !important;
}
.esg-display-inline-i {
display: inline !important;
}
.esg-hidden {
visibility: hidden;
}
.esg-visible {
visibility: visible;
}
.esg-p-absolute {
position: absolute;
}
.esg-p-relative {
position: relative;
}
.esg-margin-0 {
margin: 0;
}
.esg-margin-t-0 {
margin-top: 0;
}
.esg-margin-b-0 {
margin-bottom: 0;
}
.esg-margin-l-0 {
margin-left: 0;
}
.esg-margin-r-0 {
margin-right: 0;
}
.esg-margin-5 {
margin: 5px;
}
.esg-margin-t-5 {
margin-top: 5px;
}
.esg-margin-b-5 {
margin-bottom: 5px;
}
.esg-margin-l-5 {
margin-left: 5px;
}
.esg-margin-r-5 {
margin-right: 5px;
}
.esg-margin-10 {
margin: 10px;
}
.esg-margin-t-10 {
margin-top: 10px;
}
.esg-margin-b-10 {
margin-bottom: 10px;
}
.esg-margin-l-10 {
margin-left: 10px;
}
.esg-margin-r-10 {
margin-right: 10px;
}
.esg-margin-15 {
margin: 15px;
}
.esg-margin-t-15 {
margin-top: 15px;
}
.esg-margin-b-15 {
margin-bottom: 15px;
}
.esg-margin-l-15 {
margin-left: 15px;
}
.esg-margin-r-15 {
margin-right: 15px;
}
.esg-padding-0 {
padding: 0;
}
.esg-padding-t-0 {
padding-top: 0;
}
.esg-padding-b-0 {
padding-bottom: 0;
}
.esg-padding-l-0 {
padding-left: 0;
}
.esg-padding-r-0 {
padding-right: 0;
}
.esg-padding-15 {
padding: 15px;
}
.esg-padding-t-15 {
padding-top: 15px;
}
.esg-padding-b-15 {
padding-bottom: 15px;
}
.esg-padding-l-15 {
padding-left: 15px;
}
.esg-padding-r-15 {
padding-right: 15px;
}
.esg-f-left {
float: left !important;
}
.esg-f-right {
float: right !important;
}
.esg-f-none {
float: none !important;
}
.esg-color-black {
color: #000000;
}
.esg-color-green {
color: green;
}
.esg-color-red {
color: red;
}
.esg-w100-hauto {
width: 100%;
height: auto;
}
.esg-fullscreen-forcer {
position: relative;
left: 0px;
top: 0px;
width: 100%;
height: auto;
}
.esg-iframe {
position: absolute;
top: 0px;
left: 0px;
display:none;
}
.esg-clearfix:before,
.esg-clearfix:after {
content: " ";
display: table;
}
.esg-clearfix:after {
clear: both;
} .esg-starring {
line-height: 25px;
display: inline-block
}
.esg-starring .star-rating {
float: none;
}
.esg-starring .star-rating {
color: #FFC321 !important;
}
.esg-starring .star-rating, .esg-starring-page .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1em;
font-size: 1em;
width: 5.4em;
font-family: star;
}
.esg-starring .star-rating:before, .esg-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.esg-starring star-rating span,
.esg-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.esg-starring .star-rating span:before,
.esg-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
}
.esg-starring .star-rating {
color: #FFC321 !important;
}
.lazyloadcover {
position: absolute;
top: 0px;
left: 0px;
z-index: 10;
width: 100%;
height: 100%;
}
.esg-lazyblur {
background-repeat: no-repeat;
filter: blur(25px);
-webkit-filter: blur(25px);
-moz-filter: blur(25px);
background-size: cover;
background-position: center center;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
}
.esg-media-poster {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background-size: cover;
background-position: center center;
z-index: 10;
opacity: 0;
}
.esg-video-active .esg-media-poster {
z-index: 0
}
.esg-vimeo-frame {
background: black
} .esg-grid .no-filter-message { position: absolute;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
pointer-events: none;
visibility: hidden;
opacity: 0;
transition: all 0.2s ease;
}
.esg-grid .esg-loadmore-wrapper + .no-filter-message {
position: relative;
display: block;
text-align: center;
} .esg-grid.show-message .no-filter-message {
transition-duration: 1s;
visibility: visible;
opacity: 1;
} .esg-hover-image {
display: none
}
.esg-media-poster .esg-hover-image {
display: block;
width: inherit;
height: inherit;
background-size: inherit;
background-position: inherit;
visibility: hidden;
opacity: 0
}
.esg-starring .star-rating, .esg-starring-page .star-rating {
line-height: 1em;
font-size: 1em;
font-family: star;
}
.esg-grid {
width: 100%;
max-width: 100%;
font-family: 'Open Sans', sans-serif;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0px);
transform: translateZ(0px)
}
@-moz-document url-prefix() {
.esg-grid {
transform: none !important
}
}
.esg-grid .mainul,
.esg-grid .mainul > li {
list-style: none;
margin: 0;
padding: 0;
transform-style: flat !important;
}
.esg-grid * {
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
} .esg-grid ul,
.esg-grid li {
list-style: none;
margin: 0;
padding: 0;
transform-style: flat !important;
}
.esg-overflowtrick {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
padding: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
z-index: 1;
}
.esg-overflowtrick + .esg-filters:not(.esg-navbutton-solo-left):not(.esg-navbutton-solo-right) {
z-index: 0 !important;
}
.esg-container {
position: relative;
width: 100%;
height: auto;
}
.esg-container > ul,
.esg-overflowtrick > ul {
width: 100%;
max-width: 100%;
height: 0px;
position: relative;
overflow: visible;
}
.esg-grid li {
border: 0px solid transparent;
outline: 0px solid transparent;
visibility: hidden;
display: none;
}
.esg-grid a {
border: none;
text-decoration: none
}
.esg-grid a:hover,
.esg-grid a:focus {
text-decoration: none;
border: none;
}
.esg-clear {
clear: both;
height: 5px !important;
background: none !important;
}
.esg-clear-no-height,
.eg-clearfix {
clear: both;
height: 0px !important;
background: none !important;
}
.esg-line-break {
height: 5px;
visibility: hidden;
}
.esg-divide-5 {
width: 100%;
height: 5px
}
.esg-divide-15 {
width: 100%;
height: 15px
}
.esg-divide-20 {
width: 100%;
height: 20px
}
.esg-divide-22 {
width: 100%;
height: 22px
}
.esg-divide-30 {
width: 100%;
height: 30px
}
.esg-click-to-play-video {
cursor: pointer
}
.esg-entry-media iframe {
-webkit-transform-style: flat;
-webkit-transform: translateZ(1000px);
border: 0;
} .esg-container .tp-esg-item {
position: absolute;
top: 0px;
left: 0px;
}
.esg-container .tp-esg-item {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.esg-container .tp-esg-item .blackoverlay {
width: 100%;
height: 100%;
position: absolute;
background: #000;
top: 0px;
left: 0px;
}
.tp-esg-item {
z-index: 5
}
.tp-esg-item.itemonotherpage {
z-index: 0;
display: none;
} .esg-entry-cover {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
border: 0px solid transparent;
outline: 0px solid transparent;
}
.eec {
display: block;
width: auto;
height: auto;
position: absolute !important;
font-size: 20px;
text-align: center
}
.esg-entry-cover > .eec {
z-index: 2;
pointer-events: none;
}
.esg-entry-cover > .eec > * {
pointer-events: all;
}  .esg-tc {
top: 0px;
left: 0px;
width: 100%;
}
.esg-lc {
top: 0px;
left: 0px;
height: 100%;
}
.esg-cc {
top: 0px;
left: 0px;
width: 100%;
vertical-align: middle;
}
.esg-rc {
top: 0px;
right: 0px;
height: 100%;
}
.esg-bc {
bottom: 0px;
left: 0px;
width: 100%;
} .esg-tc .ess-tb-cell {
text-align: center;
vertical-align: top;
} .esg-lc .ess-tb-cell {
text-align: left;
vertical-align: middle;
}
.esg-cc .ess-tb-cell {
}
.esg-rc .ess-tb-cell {
text-align: right;
vertical-align: middle;
} .esg-blc .ess-tb-cell {
text-align: left;
vertical-align: bottom;
}
.esg-bc .ess-tb-cell {
text-align: center;
vertical-align: bottom;
}
.esg-brc .ess-tb-cell {
text-align: right;
vertical-align: bottom;
}
.esg-bc .leftalign {
text-align: left;
} .esg-entry-media {
position: relative;
border: 0px solid transparent;
outline: 0px solid transparent;
overflow: hidden;
}
.esg-entry-media {
width: 100%;
}
.esg-entry-media img {
width: 100%;
height: auto;
max-width: none !important;
min-width: none !important
}
.esg-layout-masonry .esg-entry-media img {
line-height: 0px;
vertical-align: bottom;
display: inline-block;
}
.esg-layout-even .esg-entry-media img {
display: none
}
.esg-media-cover-wrapper {
position: relative;
width: 100%;
backface-visibility: hidden
}
.esg-layout-even .esg-media-cover-wrapper {
height: 100%;
}
.esg-entry-media-wrapper {
z-index: 0;
}
.esg-entry-media-wrapper-even {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.esg-entry-media-wrapper-not-even {
overflow: hidden;
position: relative;
}
.esg-entry-media-wrapper .esg-video-frame {
background: #000;
}
.esg-entry-media-wrapper-item-layout {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
} .esg-entry-cover .esg-overlay {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border: 0px solid transparent;
outline: 0px solid transparent;
} .esg-layout-even .esg-entry-content {
display: none;
}
.esg-entry-content {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-backface-visibility: hidden;
} .navigationbuttons,
.esg-pagination,
.esg-filters {
position: relative;
z-index: 50;
-webkit-backface-visibility: hidden;
}
.esg-grid .esg-pagination {
z-index: 100;
-webkit-backface-visibility: hidden;
} .esg-nav-by-shortcode .esg-sortbutton-order.eg-icon-down-open.tp-asc,
.esg-nav-by-shortcode .esg-sortbutton-order .tp-desc,
.esg-sortbutton-order.eg-icon-down-open.tp-asc,
.esg-sortbutton-order .tp-desc {
text-align: center
} .esg-nav-by-shortcode {
position: relative;
display: inline-block;
vertical-align: top;
text-align: center
}
.esg-nav-by-shortcode .esg-navbutton-solo-right,
.esg-nav-by-shortcode .esg-navbutton-solo-left {
position: relative;
left: auto;
right: auto;
top: auto;
bottom: auto
}
.esg-nav-by-shortcode .esg-filter-wrapper {
visibility: visible;
} .esg-singlefilters .esg-filter-checked {
display: none;
-webkit-backface-visibility: hidden;
}
.esg-filter-wrapper {
display: inline-block;
}
.esg-sortbutton-wrapper {
display: inline-block;
}
.esg-cartbutton-wrapper {
display: inline-block
} .esg-filter-wrapper.dropdownstyle {
min-width: 100px;
cursor: pointer;
position: relative;
z-index: 1500;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(1px);
transform: translateZ(1px)
}
.esg-filter-wrapper.dropdownstyle.esg-skin-preview {
z-index: 1570;
visibility: visible;
}
.esg-filter-wrapper.dropdownstyle .esg-filterbutton {
display: block;
margin-right: 0px;
margin-bottom: 5px;
}
.esg-filter-wrapper.dropdownstyle .esg-filter-checked {
margin-right: 5px;
margin-left: 0px;
}
.esg-dropdown-wrapper {
display: none;
position: absolute;
padding: 20px;
top: 100%;
backface-visibility: hidden;
transform: translateZ(10px);
}
.esg-selected-filterbutton {
color: #999;
margin-right: 5px;
cursor: pointer;
padding: 0px 15px 0px 10px;
line-height: 20px;
font-size: 12px;
font-weight: 600;
font-family: "Open Sans", sans-serif;
display: inline-block;
background: rgba(0, 0, 0, 0);
margin-bottom: 5px;
width: 100%;
}
.esg-selected-filterbutton.hovered {
color: #444;
}
.esg-selected-filterbutton .eg-icon-down-open {
display: inline-block;
vertical-align: top;
width: 29px;
line-height: inherit;
font-size: 9px;
font-weight: 700;
color: #999;
background: rgba(0, 0, 0, 0);
text-align: center;
} .esg-sortbutton-order.tp-desc {
transform: scaleY(-1);
filter: FlipV;
-ms-filter: "FlipV";
}
.esg-sorting-select {
cursor: pointer;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0.0;
-khtml-opacity: 0.0;
opacity: 0.0;
-webkit-appearance: menulist-button;
}
.esg-filters.esg-navbutton-solo-left {
position: absolute;
left: 0px;
top: 50%;
z-index: 800
}
.esg-filters.esg-navbutton-solo-right {
position: absolute;
right: 0px;
top: 50%;
z-index: 800;
}
.esg-navigationbutton.esg-right,
.esg-navigationbutton.esg-left {
margin-left: 0px !important;
margin-right: 0px !important;
-webkit-transform-style: flat;
-webkit-transform: translateZ(5000px)
} .eg-leftright-container {
float: left;
width: 310px;
margin-right: 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
position: relative;
}
.eg-leftright-container.dark {
background: #1e1e1e
}
.eg-leftright-container .pagination {
position: absolute;
bottom: 0px;
}
.eg-leftright-container .esg-filters {
padding: 30px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.eg-leftright-container .esg-filterbutton {
display: block;
margin: 0px 0px 5px 0px
}
.eg-leftright-container .esg-filter-wrapper {
display: block;
margin-right: 0px;
} .eg-ajaxtarget-container {
position: relative;
width: 100%;
height: auto;
}
.eg-ajaxanimwrapper {
position: relative;
overflow: hidden;
} .tp-esg-item .add_to_cart_button.loading:before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: url(//kartingencarnacao.com/wp-content/plugins/essential-grid/public/assets/images/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65);
}
.esg-loader {
top: 50%;
left: 50%;
z-index: 10000;
position: absolute;
}
.infinityscollavailable.esg-loader {
position: relative;
top: auto;
left: 50%;
margin-top: 25px !important;
margin-bottom: 25px !important;
}
.esg-loader.spinner0 {
width: 40px;
height: 40px;
background: url(//kartingencarnacao.com/wp-content/plugins/essential-grid/public/assets/images/loader.gif) no-repeat center center;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
margin-left: -20px;
-webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
animation: esg-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.esg-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
margin-left: -20px;
-webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
animation: esg-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.esg-loader.spinner5 {
background: url(//kartingencarnacao.com/wp-content/plugins/essential-grid/public/assets/images/loader.gif) no-repeat 10px 10px;
background-color: #fff;
margin: -22px -22px;
width: 44px;
height: 44px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
@-webkit-keyframes esg-rotateplane {
0% {
-webkit-transform: perspective(120px)
}
50% {
-webkit-transform: perspective(120px) rotateY(180deg)
}
100% {
-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
}
}
@keyframes esg-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
}
50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
}
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.esg-loader.spinner2 {
width: 40px;
height: 40px;
margin-left: -20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
border-radius: 100%;
-webkit-animation: esg-scaleout 1.0s infinite ease-in-out;
animation: esg-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes esg-scaleout {
0% {
-webkit-transform: scale(0.0)
}
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes esg-scaleout {
0% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
100% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
opacity: 0;
}
}
.esg-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
.eg-search-wrapper .esg-loader.spinner3 {
margin-top: -30px !important
}
.simple-light .eg-search-wrapper .esg-loader.spinner3,
.simple-dark .eg-search-wrapper .esg-loader.spinner3 {
margin-top: -25px !important
}
.text-light .eg-search-wrapper .esg-loader.spinner3,
.text-dark .eg-search-wrapper .esg-loader.spinner3 {
margin-top: -22px !important
}
.esg-loader.spinner3 .bounce1,
.esg-loader.spinner3 .bounce2,
.esg-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
border-radius: 100%;
display: inline-block;
-webkit-animation: esg-bouncedelay 1.4s infinite ease-in-out;
animation: esg-bouncedelay 1.4s infinite ease-in-out; -webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.esg-loader.spinner3 .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.esg-loader.spinner3 .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes esg-bouncedelay {
0%, 80%, 100% {
-webkit-transform: scale(0.0)
}
40% {
-webkit-transform: scale(1.0)
}
}
@keyframes esg-bouncedelay {
0%, 80%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
40% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.esg-loader.spinner4 {
margin: 0px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
-webkit-animation: esg-rotate 2.0s infinite linear;
animation: esg-rotate 2.0s infinite linear;
}
.esg-loader.spinner4 .dot1,
.esg-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
-webkit-animation: esg-bounce 2.0s infinite ease-in-out;
animation: esg-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.esg-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes esg-rotate {
100% {
-webkit-transform: rotate(360deg)
}
}
@keyframes esg-rotate {
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg)
}
}
@-webkit-keyframes esg-bounce {
0%, 100% {
-webkit-transform: scale(0.0)
}
50% {
-webkit-transform: scale(1.0)
}
}
@keyframes esg-bounce {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
}
50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
} [class^="eg-icon-"]:before,
[class*=" eg-icon-"]:before {
font-family: "eg-font";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
[class^="fa-icon-"]:before, [class*=" fa-icon-"]:before {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;
}
.esg-grid [class^="pe-7s-"]:before,
.esg-grid [class*=" pe-7s-"]:before {
font-family: 'Pe-icon-7-stroke';
display: inline-block;
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;
} .esg-filter-wrapper .esg-filterbutton:last-child,
.esg-cartbutton a,
.esg-selected-filterbutton {
margin-right: 0 !important;
}
.esg-singlefilters .esg-filter-checked {
display: none !important
} .eg-ajaxclicklistener {
cursor: pointer
}
.eg-ajax-video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.eg-ajax-video-container.widevideo {
padding-bottom: 50%;
}
.eg-ajax-video-container iframe,
.eg-ajax-video-container object,
.eg-ajax-video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.forcenotvisible {
visibility: hidden !important
}
.forcenotdisplay {
display: none !important
} input.eg-search-input[type="text"],
.eg-search-input {
display: inline-block
}
.eg-search-submit,
.eg-search-clean {
display: inline-block;
width: auto;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
text-align: center;
vertical-align: top
}
.eg-search-submit,
.eg-search-clean {
cursor: pointer
}
.eg-search-wrapper {
vertical-align: top;
line-height: 40px;
}
input.eg-search-input[type="text"] {
font-family: "Open Sans", sans-serif;
outline: none !important;
margin: 0px 0px 5px !important;
padding: 8px 15px;
vertical-align: top;
box-sizing: border-box
} .eg-ajax-closer-wrapper {
display: block;
z-index: 51000;
position: relative
}
.eg-ajax-navbt {
cursor: pointer;
display: inline-block;
margin-right: 5px;
}
.eg-acp-inner.eg-acp-tr .eg-ajax-closer.eg-ajax-navbt,
.eg-acp-inner.eg-acp-br .eg-ajax-closer.eg-ajax-navbt {
margin-right: 0px
}
.eg-ajax-closer-wrapper.eg-acp-tl,
.eg-ajax-closer-wrapper.eg-acp-bl {
text-align: left;
}
.eg-ajax-closer-wrapper.eg-acp-tr,
.eg-ajax-closer-wrapper.eg-acp-br {
text-align: right;
}
.eg-ajax-closer-wrapper.eg-acp-t,
.eg-ajax-closer-wrapper.eg-acp-b {
text-align: center;
}
.eg-ajax-closer-wrapper.eg-acp-t,
.eg-ajax-closer-wrapper.eg-acp-tr,
.eg-ajax-closer-wrapper.eg-acp-tl {
margin-bottom: 5px;
}
.eg-ajax-closer-wrapper.eg-acp-bl,
.eg-ajax-closer-wrapper.eg-acp-br,
.eg-ajax-closer-wrapper.eg-acp-b {
margin-top: 5px;
}
.eg-acp-inner {
display: block;
position: absolute;
z-index: 50;
margin: 5px;
}
.eg-acp-inner.eg-acp-tr,
.eg-acp-inner.eg-acp-tl,
.eg-acp-inner.eg-acp-t {
top: 0px;
}
.eg-acp-inner.eg-acp-br,
.eg-acp-inner.eg-acp-bl,
.eg-acp-inner.eg-acp-b {
bottom: 0px;
}
.eg-acp-inner.eg-acp-tl,
.eg-acp-inner.eg-acp-bl {
left: 0px;
}
.eg-acp-inner.eg-acp-tr,
.eg-acp-inner.eg-acp-br {
right: 0px;
}
.eg-acp-inner.eg-acp-t,
.eg-acp-inner.eg-acp-b {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-moz-transform: translateX(-50%);
}
.eg-ajax-navbt {
line-height: 21px;
background: #000;
background: rgba(0, 0, 0, 0.75);
color: #fff;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-transform: uppercase;
padding: 1px 1px 0px 0px;
font-size: 11px;
font-weight: 400;
}
.eg-ajax-closer.eg-ajax-navbt {
padding: 1px 5px 1px 3px;
vertical-align: top;
}
.eg-acp-light .eg-ajax-navbt {
background: #e5e5e5;
color: #000;
}
.eg-ajax-closer.eg-ajax-navbt i {
font-size: 13px;
}
.eg-ajax-navbt i {
font-size: 16px;
}
.eg-ajax-closer-wrapper.eg-acp-type1 {
margin: 0;
}
.eg-acp-type1 .eg-ajax-navbt {
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
padding: 10px;
margin: 0px;
}
.eg-acp-type1 .eg-ajax-navbt i {
font-size: 20px;
}
.eg-acp-type1 .eg-ajax-navbt {
width: 40px;
height: 40px;
text-align: center;
vertical-align: medium !important;
line-height: 40px;
padding: 0px;
}
.eg-acp-type1 .eg-ajax-closer.eg-ajax-navbt {
vertical-align: top;
font-size: 24px;
font-weight: 300;
font-family: sans-serif;
height: auto;
line-height: 28px;
padding: 8px 0px 4px;
}
span.eg-el-amount:before {
content: "("
}
span.eg-el-amount:after {
content: ")"
}
span.eg-el-amount {
margin-left: 10px;
}
.esg-dropdown-wrapper span.eg-el-amount {
margin-left: 5px;
} .esg-split-content .esg-entry-media-wrapper, .esg-split-content .esg-entry-cover {
width: 50% !important
}
.esg-split-content .esg-media-cover-wrapper:after {
content: "";
display: table;
clear: both
}
.esg-split-right .esg-entry-media-wrapper, .esg-split-right .esg-entry-cover {
float: right
}
.esg-split-left .esg-entry-media-wrapper, .esg-split-left .esg-entry-cover {
float: left
}
.esg-split-content .esg-entry-media {
height: 100% !important
}
.esg-split-content .esg-entry-cover {
position: relative !important
}
.esg-split-content .esg-entry-content {
clear: both
} .grayscale {
-webkit-filter: grayscale(100%);
filter: grayscale(100%)
}  .esg-revealed .esg-itm-anime:not(.esg-anime-blur) .esg-overflowtrick {
overflow: visible !important
}
.esg-revealed .esg-itm-anime .tp-esg-item {
-webkit-mask-image: none !important
}
.esg-revealed .esg-itm-anime .tp-esg-item:hover {
z-index: 9999 !important;
transform: none !important
}
.esg-revealed .esg-anime-item:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
} .eg-invisiblebutton {
box-shadow: none !important;
height: inherit !important;
display: block !important;
}
.esg-media-cover-wrapper > .eg-invisiblebutton {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.esg-entry-cover > .eg-invisiblebutton {
position: relative;
z-index: 1;
}
.esg-lb-dummy {
max-width: none !important;
box-shadow: none !important;
position: absolute;
display: none
} @media screen and (max-width: 736px) {
.eg-lightbox-post-content-inner > div {
width: 100% !important;
float: none !important;
}
.eg-lightbox-post-content-inner .esg-post-featured-img {
padding: 30px 0 !important;
}
}
.esgbox-stage .esgbox-slide > *:not(.esgbox-share) {
margin: 0;
padding: 0
}
.esgbox-stage .esgbox-slide > .esgbox-loading {
margin-top: -30px;
margin-left: -30px
}
.esgbox-toolbar .esgbox-button {
transition: background 0.2s ease-out
}
.esgbox-toolbar .esgbox-button:focus,
.esgbox-toolbar .esgbox-button:active,
.esgbox-toolbar .esgbox-button:visited {
background: rgba(30, 30, 30, .6)
}
.esgbox-toolbar .esgbox-button:hover {
background: #000
}
.esgbox-navigation .esgbox-button:before {
transition: background 0.2s ease-out
}
.esgbox-navigation .esgbox-button:focus:before,
.esgbox-navigation .esgbox-button:active:before,
.esgbox-navigation .esgbox-button:visited:before,
.esgbox-navigation .esgbox-button[disabled]:hover:before,
.esgbox-toolbar .esgbox-button[disabled]:hover {
background: rgba(0, 0, 0, .6)
}
.esgbox-navigation .esgbox-button:hover:before {
background: rgba(0, 0, 0, .6)
}
.esgbox-hidearrows .esgbox-navigation .esgbox-button--arrow_left,
.esgbox-hidearrows .esgbox-navigation .esgbox-button--arrow_right {
display: none !important
}
.esgbox-single .esgbox-button--arrow_left,
.esgbox-single .esgbox-button--arrow_right {
display: none !important
}
.esgbox-slide--video iframe {
width: 100% !important;
height: 100% !important;
max-width: 100%;
max-height: 100%;
}
.esg-four-by-three .esgbox-slide--video iframe {
width: 800px;
height: 600px;
}
.esgbox-container .esgbox-button--arrow_right:hover,
.esgbox-container .esgbox-button--arrow_right:focus,
.esgbox-container .esgbox-button--arrow_left:hover,
.esgbox-container .esgbox-button--arrow_left:focus {
background: rgba(0, 0, 0, .6)
} .esg-filter-wrapper {
visibility: hidden
}
#eg-elements-container-grid-wrap.eg-startheight {
height: 351px;
}
.esg-mobile-filter-button {
display: none
}
.esg-filter-wrapper.dropdownstyle .esg-mobile-filter-button {
display: inline-block;
}
.esg-mobile-filter-wrap {
visibility: visible
}
.esg-mobile-filter-wrap .esg-dropdown-wrapper {
display: none !important;
visibility: hidden !important
} .eg-esgblankskin-wrapper * {
visibility: hidden !important
} .eg-item-in-focus {
z-index: 999 !important
} .esg-cover-overflow {
overflow: hidden
} .esg-transition[data-transition^='esg-collapse'] {
overflow: hidden
}
.esg-transition[data-transition^='esg-collapse']:before,
.esg-transition[data-transition^='esg-collapse']:after {
position: absolute;
content: ""
}
.esg-transition[data-transition^='esg-collapsevertical']:before,
.esg-transition[data-transition^='esg-collapsevertical']:after {
width: 100%;
height: 0%;
left: 0
}
.esg-transition[data-transition^='esg-collapsevertical']:before {
top: 0
}
.esg-transition[data-transition^='esg-collapsevertical']:after {
bottom: 0
}
.esg-transition[data-transition='esg-collapseverticalout']:before,
.esg-transition[data-transition='esg-collapseverticalout']:after {
height: 50%
}
.esg-transition[data-transition^='esg-collapsehorizontal']:before,
.esg-transition[data-transition^='esg-collapsehorizontal']:after {
width: 0%;
height: 100%;
top: 0
}
.esg-transition[data-transition^='esg-collapsehorizontal']:before {
left: 0
}
.esg-transition[data-transition^='esg-collapsehorizontal']:after {
right: 0
}
.esg-transition[data-transition='esg-collapsehorizontalout']:before {
width: 50%
}
.esg-transition[data-transition='esg-collapsehorizontalout']:after {
width: 50%
}
.esg-hovered .esg-transition[data-transition="esg-collapsevertical"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsevertical"]:after {
height: 50%
}
.esg-hovered .esg-transition[data-transition="esg-collapseverticalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapseverticalout"]:after {
height: 0
}
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontal"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontal"]:after {
width: 50%
}
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-collapsehorizontalout"]:after {
width: 0
} .esg-transition[data-transition^="esg-line"]:after {
content: "";
position: absolute;
width: 70%;
height: 70%;
top: 15%;
left: 15%;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
}
.esg-transition[data-transition="esg-linediagonal"]:after,
.esg-transition[data-transition="esg-linehorizontal"]:after,
.esg-transition[data-transition="esg-linevertical"]:after {
transform: scale(0)
}
.esg-hovered .esg-transition[data-transition^="esg-line"]:after {
transform: scale(1)
}
.esg-hovered .esg-transition[data-transition="esg-linediagonalout"]:after,
.esg-hovered .esg-transition[data-transition="esg-linehorizontalout"]:after,
.esg-hovered .esg-transition[data-transition="esg-lineverticalout"]:after {
transform: scale(0)
} .esg-transition[data-transition^="esg-spiral"]:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
box-sizing: border-box;
padding-bottom: 100%;
background-size: contain;
background-repeat: no-repeat;
transform-origin: center;
transform: translate(-50%, -50%) rotate(0deg) scale(0);
}
.esg-transition[data-transition="esg-spiralzoomout"]:after {
transform: translate(-50%, -50%) rotate(-300deg) scale(3)
}
.esg-hovered .esg-transition[data-transition="esg-spiralzoom"]:after {
transform: translate(-50%, -50%) rotate(-300deg) scale(3)
}
.esg-hovered .esg-transition[data-transition="esg-spiralzoomout"]:after {
transform: translate(-50%, -50%) rotate(0deg) scale(0)
} .esg-transition[data-transition^="esg-circlezoom"]:before,
.esg-transition[data-transition^="esg-circlezoom"]:after {
content: "";
position: absolute;
width: 150%;
height: 150%;
padding-bottom: 150%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0, 0);
border-radius: 50%;
box-sizing: border-box;
}
.esg-transition[data-transition="esg-circlezoomout"]:before,
.esg-transition[data-transition="esg-circlezoomout"]:after {
transform: translate(-50%, -50%) scale(1, 1)
}
.esg-hovered .esg-transition[data-transition="esg-circlezoom"]:before,
.esg-hovered .esg-transition[data-transition="esg-circlezoom"]:after {
transform: translate(-50%, -50%) scale(1, 1)
}
.esg-hovered .esg-transition[data-transition="esg-circlezoomout"]:before,
.esg-hovered .esg-transition[data-transition="esg-circlezoomout"]:after {
transform: translate(-50%, -50%) scale(0, 0)
}
.esg-transition[data-transition^="esg-line"]:before,
.esg-transition[data-transition^="esg-spiral"]:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0%;
left: 0%;
opacity: 0;
}
.esg-transition[data-transition="esg-linediagonalout"]:before,
.esg-transition[data-transition="esg-linehorizontalout"]:before,
.esg-transition[data-transition="esg-lineverticalout"]:before,
.esg-transition[data-transition="esg-spiralzoomout"]:before {
opacity: 1
}
.esg-hovered .esg-transition[data-transition^="esg-line"]:before,
.esg-hovered .esg-transition[data-transition="esg-spiralzoom"]:before {
opacity: 1
}
.esg-hovered .esg-transition[data-transition="esg-linediagonalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-linehorizontalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-lineverticalout"]:before,
.esg-hovered .esg-transition[data-transition="esg-spiralzoomout"]:before {
opacity: 0
} .esg-overlay.esg-cover-blend-multiply {
mix-blend-mode: multiply
}
.esg-overlay.esg-cover-blend-screen {
mix-blend-mode: screen
}
.esg-overlay.esg-cover-blend-overlay {
mix-blend-mode: overlay
}
.esg-overlay.esg-cover-blend-darken {
mix-blend-mode: darken
}
.esg-overlay.esg-cover-blend-lighten {
mix-blend-mode: lighten
}
.esg-overlay.esg-cover-blend-color-dodge {
mix-blend-mode: color-dodge
}
.esg-overlay.esg-cover-blend-color-burn {
mix-blend-mode: color-burn
}
.esg-overlay.esg-cover-blend-hard-light {
mix-blend-mode: hard-light
}
.esg-overlay.esg-cover-blend-soft-light {
mix-blend-mode: soft-light
}
.esg-overlay.esg-cover-blend-difference {
mix-blend-mode: difference
}
.esg-overlay.esg-cover-blend-exclusion {
mix-blend-mode: exclusion
}
.esg-overlay.esg-cover-blend-hue {
mix-blend-mode: hue
}
.esg-overlay.esg-cover-blend-saturation {
mix-blend-mode: saturation
}
.esg-overlay.esg-cover-blend-color {
mix-blend-mode: color
}
.esg-overlay.esg-cover-blend-luminosity {
mix-blend-mode: luminosity
} .source_type_stream .esg-filter-wrapper {
display: none !important;
} [class*=" pe-7s-"]:before {
font-family: 'Pe-icon-7-stroke'
}  #esg_search_wrapper {
height: auto;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 20000;
}
#esg_search_wrapper .esg-filter-wrapper, #esg_search_wrapper .esg-pagination {
margin-left: 0 !important;
}
#esg_big_search_wrapper {
padding-top: 0;
position: relative;
}
#esg_big_search_wrapper .bigsearchfield {
-moz-border-bottom-colors: none !important;
-moz-border-left-colors: none !important;
-moz-border-right-colors: none !important;
-moz-border-top-colors: none !important;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0) !important;
border:none !important;
border-bottom:2px solid #333 !important;
color: #333 !important;
font-size: 40px !important;
font-weight: 700;
line-height: 40px !important;
padding: 0 !important;
position: relative;
width: 100%;
z-index: 10;
height:50px !important;
border-radius:0 !important;
-webkit-border-radius:0 !important;
-moz-border-radius:0 !important;
}
#esg_big_search_wrapper::-ms-clear { display: none; }
#esg_big_search_wrapper .bigsearchfield::-ms-clear { display: none; }
#esg_big_search_fake_txt {
background: none repeat scroll 0 0 rgba(255, 255,255, 0) !important;
border: medium none !important;
color: #333 !important;
font-size: 40px !important;
font-weight: 700;
line-height: 40px !important;
padding: 0 !important;
position: absolute !important;
top: 7px !important;
width: 100%;
z-index: 5;
height:50px !important;
}
.esg_big_search_close {
color: #333;
cursor: pointer;
font-size: 40px;
font-weight: 400;
position: absolute;
right: 30px;
top: 50px;
z-index: 20;
}
.esg_searchresult_title {
color: #333;
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
margin-top: 30px;
text-transform: uppercase;
}
#esg_search_bg {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 19999;
}
.esg_searchcontainer {
box-sizing: border-box;
padding: 40px;
position: relative;
width: 100%;
}
.esg_searchresult {
color: #333;
font-size: 17px;
font-weight: 600;
line-height: 26px;
} #esg_big_search_wrapper.dark .bigsearchfield {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border-bottom:2px solid #fff !important;
color: #fff !important;
}
.dark #esg_big_search_fake_txt {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
color: #fff !important;
}
.dark .esg_big_search_close {
color: #fff;
}
.dark .esg_searchresult_title {
color: #fff;
}
#esg_search_bg.dark {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
}
.dark .esg_searchresult {
color: #fff;
}@font-face {
font-family: 'eg-font';
src: url(//kartingencarnacao.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.eot?85610117);
src: url(//kartingencarnacao.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.eot?85610117#iefix) format('embedded-opentype'),
url(//kartingencarnacao.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.woff?85610117) format('woff'),
url(//kartingencarnacao.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.ttf?85610117) format('truetype'),
url(//kartingencarnacao.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.svg?85610117#egfont) format('svg');
font-weight: normal;
font-style: normal;
}
.eg-icon-soundcloud:before { content: '\e8ca'; } .eg-icon-music:before { content: '\e858'; } .eg-icon-color-adjust:before { content: '\e862'; } .eg-icon-mail:before { content: '\e868'; } .eg-icon-mail-alt:before { content: '\e869'; } .eg-icon-heart:before { content: '\e86a'; } .eg-icon-heart-empty:before { content: '\e86b'; } .eg-icon-star:before { content: '\e86c'; } .eg-icon-star-empty:before { content: '\e86d'; } .eg-icon-user:before { content: '\e879'; } .eg-icon-male:before { content: '\e87a'; } .eg-icon-female:before { content: '\e87b'; } .eg-icon-video:before { content: '\e805'; } .eg-icon-videocam:before { content: '\e859'; } .eg-icon-picture-1:before { content: '\e803'; } .eg-icon-camera:before { content: '\e85a'; } .eg-icon-camera-alt:before { content: '\e85b'; } .eg-icon-th-large:before { content: '\e83c'; } .eg-icon-th:before { content: '\e83d'; } .eg-icon-ok:before { content: '\e80d'; } .eg-icon-ok-circled2:before { content: '\e877'; } .eg-icon-ok-squared:before { content: '\e878'; } .eg-icon-cancel:before { content: '\e80a'; } .eg-icon-plus:before { content: '\e86e'; } .eg-icon-plus-circled:before { content: '\e876'; } .eg-icon-plus-squared:before { content: '\e875'; } .eg-icon-minus:before { content: '\e86f'; } .eg-icon-minus-circled:before { content: '\e870'; } .eg-icon-minus-squared:before { content: '\e871'; } .eg-icon-minus-squared-alt:before { content: '\e872'; } .eg-icon-info-circled:before { content: '\e80f'; } .eg-icon-info:before { content: '\e844'; } .eg-icon-home:before { content: '\e843'; } .eg-icon-link:before { content: '\e80e'; } .eg-icon-unlink:before { content: '\e83f'; } .eg-icon-link-ext:before { content: '\e840'; } .eg-icon-lock:before { content: '\e856'; } .eg-icon-lock-open:before { content: '\e857'; } .eg-icon-eye:before { content: '\e841'; } .eg-icon-eye-off:before { content: '\e842'; } .eg-icon-tag:before { content: '\e85c'; } .eg-icon-thumbs-up:before { content: '\e887'; } .eg-icon-thumbs-up-alt:before { content: '\e888'; } .eg-icon-download:before { content: '\e88a'; } .eg-icon-upload:before { content: '\e889'; } .eg-icon-reply:before { content: '\e8a6'; } .eg-icon-forward:before { content: '\e874'; } .eg-icon-export-1:before { content: '\e873'; } .eg-icon-print:before { content: '\e886'; } .eg-icon-gamepad:before { content: '\e837'; } .eg-icon-trash:before { content: '\e801'; } .eg-icon-doc-text:before { content: '\e885'; } .eg-icon-doc-inv:before { content: '\e884'; } .eg-icon-folder-1:before { content: '\e83e'; } .eg-icon-folder-open:before { content: '\e883'; } .eg-icon-folder-open-empty:before { content: '\e882'; } .eg-icon-rss:before { content: '\e880'; } .eg-icon-rss-squared:before { content: '\e881'; } .eg-icon-phone:before { content: '\e87f'; } .eg-icon-menu:before { content: '\e830'; } .eg-icon-cog-alt:before { content: '\e847'; } .eg-icon-wrench:before { content: '\e848'; } .eg-icon-basket-1:before { content: '\e87c'; } .eg-icon-calendar:before { content: '\e87d'; } .eg-icon-calendar-empty:before { content: '\e87e'; } .eg-icon-lightbulb:before { content: '\e88b'; } .eg-icon-resize-full-alt:before { content: '\e845'; } .eg-icon-move:before { content: '\e846'; } .eg-icon-down-dir:before { content: '\e838'; } .eg-icon-up-dir:before { content: '\e839'; } .eg-icon-left-dir:before { content: '\e817'; } .eg-icon-right-dir:before { content: '\e818'; } .eg-icon-down-open:before { content: '\e83b'; } .eg-icon-left-open:before { content: '\e819'; } .eg-icon-right-open:before { content: '\e81a'; } .eg-icon-angle-left:before { content: '\e820'; } .eg-icon-angle-right:before { content: '\e81d'; } .eg-icon-angle-double-left:before { content: '\e892'; } .eg-icon-angle-double-right:before { content: '\e893'; } .eg-icon-left-big:before { content: '\e81f'; } .eg-icon-right-big:before { content: '\e81e'; } .eg-icon-up-hand:before { content: '\e835'; } .eg-icon-ccw-1:before { content: '\e891'; } .eg-icon-shuffle-1:before { content: '\e849'; } .eg-icon-play:before { content: '\e88c'; } .eg-icon-play-circled:before { content: '\e88e'; } .eg-icon-stop:before { content: '\e88f'; } .eg-icon-pause:before { content: '\e88d'; } .eg-icon-fast-fw:before { content: '\e890'; } .eg-icon-desktop:before { content: '\e85d'; } .eg-icon-laptop:before { content: '\e85e'; } .eg-icon-tablet:before { content: '\e85f'; } .eg-icon-mobile:before { content: '\e860'; } .eg-icon-flight:before { content: '\e894'; } .eg-icon-font:before { content: '\e851'; } .eg-icon-bold:before { content: '\e852'; } .eg-icon-italic:before { content: '\e855'; } .eg-icon-text-height:before { content: '\e84f'; } .eg-icon-text-width:before { content: '\e850'; } .eg-icon-align-left:before { content: '\e84c'; } .eg-icon-align-center:before { content: '\e84d'; } .eg-icon-align-right:before { content: '\e84e'; } .eg-icon-search:before { content: '\e802'; } .eg-icon-indent-left:before { content: '\e866'; } .eg-icon-indent-right:before { content: '\e867'; } .eg-icon-ajust:before { content: '\e84a'; } .eg-icon-tint:before { content: '\e84b'; } .eg-icon-chart-bar:before { content: '\e853'; } .eg-icon-magic:before { content: '\e807'; } .eg-icon-sort:before { content: '\e895'; } .eg-icon-sort-alt-up:before { content: '\e863'; } .eg-icon-sort-alt-down:before { content: '\e864'; } .eg-icon-sort-name-up:before { content: '\e854'; } .eg-icon-sort-name-down:before { content: '\e865'; } .eg-icon-coffee:before { content: '\e896'; } .eg-icon-food:before { content: '\e897'; } .eg-icon-medkit:before { content: '\e898'; } .eg-icon-puzzle:before { content: '\e899'; } .eg-icon-apple:before { content: '\e89a'; } .eg-icon-facebook:before { content: '\e89b'; } .eg-icon-gplus:before { content: '\e89c'; } .eg-icon-tumblr:before { content: '\e8a0'; } .eg-icon-twitter-squared:before { content: '\e8a2'; } .eg-icon-twitter:before { content: '\e8a1'; } .eg-icon-vimeo-squared:before { content: '\e89d'; } .eg-icon-youtube:before { content: '\e89f'; } .eg-icon-youtube-squared:before { content: '\e89e'; } .eg-icon-picture:before { content: '\e800'; } .eg-icon-check:before { content: '\e810'; } .eg-icon-back:before { content: '\e8a5'; } .eg-icon-thumbs-up-1:before { content: '\e8a9'; } .eg-icon-thumbs-down:before { content: '\e8aa'; } .eg-icon-download-1:before { content: '\e8ab'; } .eg-icon-upload-1:before { content: '\e8ac'; } .eg-icon-reply-1:before { content: '\e8a8'; } .eg-icon-forward-1:before { content: '\e8a7'; } .eg-icon-export:before { content: '\e80b'; } .eg-icon-folder:before { content: '\e813'; } .eg-icon-rss-1:before { content: '\e8c8'; } .eg-icon-cog:before { content: '\e832'; } .eg-icon-tools:before { content: '\e815'; } .eg-icon-basket:before { content: '\e812'; } .eg-icon-login:before { content: '\e833'; } .eg-icon-logout:before { content: '\e834'; } .eg-icon-resize-full:before { content: '\e816'; } .eg-icon-popup:before { content: '\e828'; } .eg-icon-arrow-combo:before { content: '\e827'; } .eg-icon-left-open-1:before { content: '\e82a'; } .eg-icon-right-open-1:before { content: '\e82b'; } .eg-icon-left-open-mini:before { content: '\e822'; } .eg-icon-right-open-mini:before { content: '\e823'; } .eg-icon-left-open-big:before { content: '\e824'; } .eg-icon-right-open-big:before { content: '\e825'; } .eg-icon-left:before { content: '\e836'; } .eg-icon-right:before { content: '\e826'; } .eg-icon-ccw:before { content: '\e808'; } .eg-icon-cw:before { content: '\e8c9'; } .eg-icon-arrows-ccw:before { content: '\e806'; } .eg-icon-level-down:before { content: '\e8a3'; } .eg-icon-level-up:before { content: '\e8a4'; } .eg-icon-shuffle:before { content: '\e814'; } .eg-icon-palette:before { content: '\e829'; } .eg-icon-list-add:before { content: '\e80c'; } .eg-icon-back-in-time:before { content: '\e821'; } .eg-icon-monitor:before { content: '\e81b'; } .eg-icon-paper-plane:before { content: '\e8ad'; } .eg-icon-brush:before { content: '\e8ae'; } .eg-icon-droplet:before { content: '\e81c'; } .eg-icon-clipboard:before { content: '\e8b0'; } .eg-icon-megaphone:before { content: '\e8b1'; } .eg-icon-key:before { content: '\e8af'; } .eg-icon-github:before { content: '\e8b3'; } .eg-icon-github-circled:before { content: '\e8b4'; } .eg-icon-flickr:before { content: '\e8b2'; } .eg-icon-flickr-circled:before { content: '\e8b5'; } .eg-icon-vimeo:before { content: '\e8b6'; } .eg-icon-vimeo-circled:before { content: '\e8b7'; } .eg-icon-twitter-1:before { content: '\e8b8'; } .eg-icon-twitter-circled:before { content: '\e8b9'; } .eg-icon-facebook-1:before { content: '\e8ba'; } .eg-icon-facebook-circled:before { content: '\e8bb'; } .eg-icon-facebook-squared:before { content: '\e8bc'; } .eg-icon-gplus-1:before { content: '\e8bd'; } .eg-icon-gplus-circled:before { content: '\e8be'; } .eg-icon-pinterest:before { content: '\e8bf'; } .eg-icon-pinterest-circled:before { content: '\e8c0'; } .eg-icon-tumblr-1:before { content: '\e8c1'; } .eg-icon-tumblr-circled:before { content: '\e8c2'; } .eg-icon-linkedin:before { content: '\e8c3'; } .eg-icon-linkedin-circled:before { content: '\e8c4'; } .eg-icon-dribbble:before { content: '\e8c5'; } .eg-icon-dribbble-circled:before { content: '\e8c6'; } .eg-icon-picasa:before { content: '\e8c7'; } .eg-icon-ok-1:before { content: '\e811'; } .eg-icon-doc:before { content: '\e809'; } .eg-icon-left-open-outline:before { content: '\e82e'; } .eg-icon-left-open-2:before { content: '\e82c'; } .eg-icon-right-open-outline:before { content: '\e82f'; } .eg-icon-right-open-2:before { content: '\e82d'; } .eg-icon-equalizer:before { content: '\e83a'; } .eg-icon-layers-alt:before { content: '\e804'; } .eg-icon-pencil-1:before { content: '\e831'; } .eg-icon-align-justify:before { content: '\e861'; } .eg-icon-wistia:before { content: '\e89f'; } .eg-icon-wistia-squared:before { content: '\e89e'; }@font-face {
font-family: 'trx_addons_icons';
src: url(//kartingencarnacao.com/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.eot?59264814);
src: url(//kartingencarnacao.com/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.eot?59264814#iefix) format('embedded-opentype'),
url(//kartingencarnacao.com/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.woff2?59264814) format('woff2'),
url(//kartingencarnacao.com/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.woff?59264814) format('woff'),
url(//kartingencarnacao.com/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.ttf?59264814) format('truetype'),
url(//kartingencarnacao.com/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.svg?59264814#trx_addons_icons) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="trx_addons_icon-"]:before, [class*=" trx_addons_icon-"]:before {
font-family: "trx_addons_icons";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.trx_addons_icon-spin3:before { content: '\e800'; } .trx_addons_icon-spin5:before { content: '\e801'; } .trx_addons_icon-share:before { content: '\e802'; } .trx_addons_icon-adn:before { content: '\e803'; } .trx_addons_icon-android:before { content: '\e804'; } .trx_addons_icon-angellist:before { content: '\e805'; } .trx_addons_icon-apple:before { content: '\e806'; } .trx_addons_icon-behance:before { content: '\e807'; } .trx_addons_icon-bitbucket:before { content: '\e808'; } .trx_addons_icon-buysellads:before { content: '\e809'; } .trx_addons_icon-cc:before { content: '\e80a'; } .trx_addons_icon-codeopen:before { content: '\e80b'; } .trx_addons_icon-connectdevelop:before { content: '\e80c'; } .trx_addons_icon-css3:before { content: '\e80d'; } .trx_addons_icon-dashcube:before { content: '\e80e'; } .trx_addons_icon-delicious:before { content: '\e80f'; } .trx_addons_icon-deviantart:before { content: '\e810'; } .trx_addons_icon-digg:before { content: '\e811'; } .trx_addons_icon-dribbble:before { content: '\e812'; } .trx_addons_icon-dropbox:before { content: '\e813'; } .trx_addons_icon-drupal:before { content: '\e814'; } .trx_addons_icon-facebook:before { content: '\e815'; } .trx_addons_icon-flickr:before { content: '\e816'; } .trx_addons_icon-forumbee:before { content: '\e817'; } .trx_addons_icon-foursquare:before { content: '\e818'; } .trx_addons_icon-git:before { content: '\e819'; } .trx_addons_icon-github:before { content: '\e81a'; } .trx_addons_icon-google:before { content: '\e81b'; } .trx_addons_icon-gplus:before { content: '\e81c'; } .trx_addons_icon-gwallet:before { content: '\e81d'; } .trx_addons_icon-hacker-news:before { content: '\e81e'; } .trx_addons_icon-html5:before { content: '\e81f'; } .trx_addons_icon-instagram:before { content: '\e820'; } .trx_addons_icon-ioxhost:before { content: '\e821'; } .trx_addons_icon-joomla:before { content: '\e822'; } .trx_addons_icon-jsfiddle:before { content: '\e823'; } .trx_addons_icon-lastfm:before { content: '\e824'; } .trx_addons_icon-leanpub:before { content: '\e825'; } .trx_addons_icon-linkedin:before { content: '\e826'; } .trx_addons_icon-linux:before { content: '\e827'; } .trx_addons_icon-maxcdn:before { content: '\e828'; } .trx_addons_icon-meanpath:before { content: '\e829'; } .trx_addons_icon-openid:before { content: '\e82a'; } .trx_addons_icon-pagelines:before { content: '\e82b'; } .trx_addons_icon-paypal:before { content: '\e82c'; } .trx_addons_icon-pied-piper-alt:before { content: '\e82d'; } .trx_addons_icon-pinterest:before { content: '\e82e'; } .trx_addons_icon-qq:before { content: '\e82f'; } .trx_addons_icon-reddit:before { content: '\e830'; } .trx_addons_icon-renren:before { content: '\e831'; } .trx_addons_icon-sellsy:before { content: '\e832'; } .trx_addons_icon-shirtsinbulk:before { content: '\e833'; } .trx_addons_icon-simplybuilt:before { content: '\e834'; } .trx_addons_icon-skyatlas:before { content: '\e835'; } .trx_addons_icon-skype:before { content: '\e836'; } .trx_addons_icon-slack:before { content: '\e837'; } .trx_addons_icon-slideshare:before { content: '\e838'; } .trx_addons_icon-stackoverflow:before { content: '\e839'; } .trx_addons_icon-steam:before { content: '\e83a'; } .trx_addons_icon-stumbleupon:before { content: '\e83b'; } .trx_addons_icon-tencent-weibo:before { content: '\e83c'; } .trx_addons_icon-trello:before { content: '\e83d'; } .trx_addons_icon-tumblr:before { content: '\e83e'; } .trx_addons_icon-twitch:before { content: '\e83f'; } .trx_addons_icon-twitter:before { content: '\e840'; } .trx_addons_icon-vine:before { content: '\e841'; } .trx_addons_icon-vkontakte:before { content: '\e842'; } .trx_addons_icon-wechat:before { content: '\e843'; } .trx_addons_icon-whatsapp:before { content: '\e844'; } .trx_addons_icon-weibo:before { content: '\e845'; } .trx_addons_icon-windows:before { content: '\e846'; } .trx_addons_icon-wordpress:before { content: '\e847'; } .trx_addons_icon-xing:before { content: '\e848'; } .trx_addons_icon-yelp:before { content: '\e849'; } .trx_addons_icon-youtube:before { content: '\e84a'; } .trx_addons_icon-yahoo:before { content: '\e84b'; } .trx_addons_icon-circle:before { content: '\e84c'; } .trx_addons_icon-lemon:before { content: '\e84d'; } .trx_addons_icon-soundcloud:before { content: '\e84e'; } .trx_addons_icon-google-circles:before { content: '\e84f'; } .trx_addons_icon-logo-db:before { content: '\e850'; } .trx_addons_icon-sweden:before { content: '\e851'; } .trx_addons_icon-evernote:before { content: '\e852'; } .trx_addons_icon-heart:before { content: '\e853'; } .trx_addons_icon-heart-empty:before { content: '\e854'; } .trx_addons_icon-eye:before { content: '\e855'; } .trx_addons_icon-comment-empty:before { content: '\e856'; } .trx_addons_icon-down:before { content: '\e857'; } .trx_addons_icon-left:before { content: '\e858'; } .trx_addons_icon-right:before { content: '\e859'; } .trx_addons_icon-up:before { content: '\e85a'; } .trx_addons_icon-pencil:before { content: '\e85b'; } .trx_addons_icon-shareable:before { content: '\e85c'; } .trx_addons_icon-tools:before { content: '\e85d'; } .trx_addons_icon-basket:before { content: '\e85e'; } .trx_addons_icon-reply:before { content: '\e85f'; } .trx_addons_icon-reply-all:before { content: '\e860'; } .trx_addons_icon-forward:before { content: '\e861'; } .trx_addons_icon-edit:before { content: '\e862'; } .trx_addons_icon-feather3:before { content: '\e863'; } .trx_addons_icon-code:before { content: '\e864'; } .trx_addons_icon-attach:before { content: '\e865'; } .trx_addons_icon-lock:before { content: '\e866'; } .trx_addons_icon-lock-open:before { content: '\e867'; } .trx_addons_icon-pin:before { content: '\e868'; } .trx_addons_icon-home:before { content: '\e869'; } .trx_addons_icon-link:before { content: '\e86a'; } .trx_addons_icon-unlink:before { content: '\e86b'; } .trx_addons_icon-download:before { content: '\e86c'; } .trx_addons_icon-mail:before { content: '\e86d'; } .trx_addons_icon-star:before { content: '\e86e'; } .trx_addons_icon-star-empty:before { content: '\e86f'; } .trx_addons_icon-user-alt:before { content: '\e870'; } .trx_addons_icon-user-plus:before { content: '\e871'; } .trx_addons_icon-user-times:before { content: '\e872'; } .trx_addons_icon-users-group:before { content: '\e873'; } .trx_addons_icon-ok:before { content: '\e874'; } .trx_addons_icon-delete:before { content: '\e875'; } .trx_addons_icon-plus:before { content: '\e876'; } .trx_addons_icon-minus:before { content: '\e877'; } .trx_addons_icon-ok-circled:before { content: '\e878'; } .trx_addons_icon-delete-circled:before { content: '\e879'; } .trx_addons_icon-plus-circled:before { content: '\e87a'; } .trx_addons_icon-minus-circled:before { content: '\e87b'; } .trx_addons_icon-help:before { content: '\e87c'; } .trx_addons_icon-help-circled:before { content: '\e87d'; } .trx_addons_icon-info-circled:before { content: '\e87e'; } .trx_addons_icon-info:before { content: '\e87f'; } .trx_addons_icon-attention:before { content: '\e880'; } .trx_addons_icon-attention-circled:before { content: '\e881'; } .trx_addons_icon-down-mini:before { content: '\e882'; } .trx_addons_icon-left-mini:before { content: '\e883'; } .trx_addons_icon-right-mini:before { content: '\e884'; } .trx_addons_icon-up-mini:before { content: '\e885'; } .trx_addons_icon-rss:before { content: '\e886'; } .trx_addons_icon-slider-left:before { content: '\e887'; } .trx_addons_icon-slider-right:before { content: '\e888'; } .trx_addons_icon-cog:before { content: '\e889'; } .trx_addons_icon-gps:before { content: '\e88a'; } .trx_addons_icon-monitor:before { content: '\e88b'; } .trx_addons_icon-mouse:before { content: '\e88c'; } .trx_addons_icon-feather:before { content: '\e88d'; } .trx_addons_icon-cogs:before { content: '\e88e'; } .trx_addons_icon-sliders:before { content: '\e88f'; } .trx_addons_icon-camera:before { content: '\e890'; } .trx_addons_icon-lamp:before { content: '\e891'; } .trx_addons_icon-down-dir:before { content: '\e892'; } .trx_addons_icon-telephone:before { content: '\e893'; } .trx_addons_icon-print:before { content: '\e894'; } .trx_addons_icon-export:before { content: '\e895'; } .trx_addons_icon-mute:before { content: '\e896'; } .trx_addons_icon-volume:before { content: '\e897'; } .trx_addons_icon-search:before { content: '\e898'; } .trx_addons_icon-print2:before { content: '\e899'; } .trx_addons_icon-youtube2:before { content: '\e89a'; } .trx_addons_icon-asterisk:before { content: '\e89b'; } .trx_addons_icon-checkbox:before { content: '\e89c'; } .trx_addons_icon-circle-thin:before { content: '\e89d'; } .trx_addons_icon-ellipsis:before { content: '\e89e'; } .trx_addons_icon-ellipsis-vert:before { content: '\e89f'; } .trx_addons_icon-off:before { content: '\e8a0'; } .trx_addons_icon-scissors:before { content: '\e8a1'; } .trx_addons_icon-paste:before { content: '\e8a2'; } .trx_addons_icon-floppy:before { content: '\e8a3'; } .trx_addons_icon-book:before { content: '\e8a4'; } .trx_addons_icon-toggle-off:before { content: '\e8a5'; } .trx_addons_icon-toggle-on:before { content: '\e8a6'; } .trx_addons_icon-columns:before { content: '\e8a7'; } .trx_addons_icon-table:before { content: '\e8a8'; } .trx_addons_icon-circle-dot:before { content: '\e8a9'; } .trx_addons_icon-chart-bar:before { content: '\e8aa'; } .trx_addons_icon-chart-area:before { content: '\e8ab'; } .trx_addons_icon-chart-pie:before { content: '\e8ac'; } .trx_addons_icon-chart-line:before { content: '\e8ad'; } .trx_addons_icon-certificate:before { content: '\e8ae'; } .trx_addons_icon-signal:before { content: '\e8af'; } .trx_addons_icon-checkbox-empty:before { content: '\e8b0'; } .trx_addons_icon-gift:before { content: '\e8b1'; } .trx_addons_icon-desktop:before { content: '\e8b2'; } .trx_addons_icon-laptop:before { content: '\e8b3'; } .trx_addons_icon-tablet:before { content: '\e8b4'; } .trx_addons_icon-mobile:before { content: '\e8b5'; } .trx_addons_icon-dot:before { content: '\e8b6'; } .trx_addons_icon-record:before { content: '\e8b7'; } .trx_addons_icon-quote-right:before { content: '\e8b8'; } .trx_addons_icon-quote-left:before { content: '\e8b9'; } .trx_addons_icon-feather2:before { content: '\e8ba'; } .trx_addons_icon-location-outline:before { content: '\e8bb'; } .trx_addons_icon-menu:before { content: '\e8bc'; } .trx_addons_icon-check:before { content: '\e8bd'; } .trx_addons_icon-cancel:before { content: '\e8be'; } .trx_addons_icon-fire:before { content: '\e8bf'; } .trx_addons_icon-fire-light:before { content: '\e8c0'; } .trx_addons_icon-food-light:before { content: '\e8c1'; } .trx_addons_icon-phone-2:before { content: '\e8c2'; } .trx_addons_icon-map:before { content: '\e8c3'; } .trx_addons_icon-up-dir:before { content: '\e8c4'; } .trx_addons_icon-left-dir:before { content: '\e8c5'; } .trx_addons_icon-right-dir:before { content: '\e8c6'; } .trx_addons_icon-calendar:before { content: '\e8c7'; } .trx_addons_icon-credit-card:before { content: '\e8c8'; } .trx_addons_icon-dot2:before { content: '\e8c9'; } .trx_addons_icon-dot3:before { content: '\e8ca'; } .trx_addons_icon-resize-small:before { content: '\e8cb'; } .trx_addons_icon-resize-vertical:before { content: '\e8cc'; } .trx_addons_icon-resize-horizontal:before { content: '\e8cd'; } .trx_addons_icon-water:before { content: '\e8ce'; } .trx_addons_icon-droplet:before { content: '\e8cf'; } .trx_addons_icon-air:before { content: '\e8d0'; } .trx_addons_icon-address:before { content: '\e8d1'; } .trx_addons_icon-location:before { content: '\e8d2'; } .trx_addons_icon-map-2:before { content: '\e8d3'; } .trx_addons_icon-direction:before { content: '\e8d4'; } .trx_addons_icon-compass:before { content: '\e8d5'; } .trx_addons_icon-globe:before { content: '\e8d6'; } .trx_addons_icon-flow-tree:before { content: '\e8d7'; } .trx_addons_icon-key:before { content: '\e8d8'; } .trx_addons_icon-flow-cross:before { content: '\e8d9'; } .trx_addons_icon-fuel:before { content: '\e8da'; } .trx_addons_icon-lodging:before { content: '\e8db'; } .trx_addons_icon-toilet:before { content: '\e8dc'; } .trx_addons_icon-wrench:before { content: '\e8dd'; } .trx_addons_icon-cogs-1:before { content: '\e8de'; } .trx_addons_icon-gauge-1:before { content: '\e8df'; } .trx_addons_icon-road:before { content: '\e8e0'; } .trx_addons_icon-volume-off:before { content: '\e8e1'; } .trx_addons_icon-volume-down:before { content: '\e8e2'; } .trx_addons_icon-volume-up:before { content: '\e8e3'; } .trx_addons_icon-play:before { content: '\e8e4'; } .trx_addons_icon-pause:before { content: '\e8e5'; } .trx_addons_icon-stop:before { content: '\e8e6'; } .trx_addons_icon-align-left:before { content: '\e8e7'; } .trx_addons_icon-align-center:before { content: '\e8e8'; } .trx_addons_icon-align-right:before { content: '\e8e9'; } .trx_addons_icon-align-justify:before { content: '\e8ea'; } .trx_addons_icon-list:before { content: '\e8eb'; } .trx_addons_icon-film:before { content: '\e8ec'; } .trx_addons_icon-video:before { content: '\e8ed'; } .trx_addons_icon-video-light:before { content: '\e8ee'; } .trx_addons_icon-comment:before { content: '\e8ef'; } .trx_addons_icon-chat:before { content: '\e8f0'; } .trx_addons_icon-thumbs-up:before { content: '\e8f1'; } .trx_addons_icon-thumbs-down:before { content: '\e8f2'; } .trx_addons_icon-arrow-down:before { content: '\e90f'; } .trx_addons_icon-arrow-left:before { content: '\e910'; } .trx_addons_icon-arrow-right:before { content: '\e911'; } .trx_addons_icon-arrow-up:before { content: '\e912'; } .trx_addons_icon-resize-full:before { content: '\e918'; } .trx_addons_icon-move:before { content: '\f047'; } .trx_addons_icon-filter:before { content: '\f0b0'; } .trx_addons_icon-resize-full-alt:before { content: '\f0b2'; } .trx_addons_icon-list-bullet:before { content: '\f0ca'; } .trx_addons_icon-list-numbered:before { content: '\f0cb'; } .trx_addons_icon-sort:before { content: '\f0dc'; } .trx_addons_icon-sort-down:before { content: '\f0dd'; } .trx_addons_icon-sort-up:before { content: '\f0de'; } .trx_addons_icon-gauge:before { content: '\f0e4'; } .trx_addons_icon-chat-empty:before { content: '\f0e6'; } .trx_addons_icon-sitemap:before { content: '\f0e8'; } .trx_addons_icon-food:before { content: '\f0f5'; } .trx_addons_icon-building:before { content: '\f0f7'; } .trx_addons_icon-mic:before { content: '\f130'; } .trx_addons_icon-mute-1:before { content: '\f131'; } .trx_addons_icon-calendar-empty:before { content: '\f133'; } .trx_addons_icon-extinguisher:before { content: '\f134'; } .trx_addons_icon-sort-name-up:before { content: '\f15d'; } .trx_addons_icon-sort-name-down:before { content: '\f15e'; } .trx_addons_icon-sort-alt-up:before { content: '\f160'; } .trx_addons_icon-sort-alt-down:before { content: '\f161'; } .trx_addons_icon-sort-number-up:before { content: '\f162'; } .trx_addons_icon-sort-number-down:before { content: '\f163'; } .trx_addons_icon-car:before { content: '\f1b9'; } .trx_addons_icon-cc-visa:before { content: '\f1f0'; } .trx_addons_icon-cc-paypal:before { content: '\f1f4'; } .trx_addons_icon-bed:before { content: '\f236'; } .trx_addons_icon-balance-scale:before { content: '\f24e'; } .trx_addons_icon-hourglass:before { content: '\f250'; } .trx_addons_icon-wpforms:before { content: '\f298'; }.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}#page_preloader {
background-color: #f0f0f0;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
opacity: 0.8;
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.preloader_wrap {
display: inline-block;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.preloader_wrap > div {
width: 10px;
height: 10px;
line-height: 10px;
text-align: center;
background-color: #efa758;
} .preloader_wrap > div[class*=preloader_circ] {
margin-right: 5px;
border-radius: 50%;
display: inline-block;
-webkit-animation: preloader-circle 0.7s infinite ease-in-out;
animation: preloader-circle 0.7s infinite ease-in-out;
}
.preloader_wrap > div.preloader_circ2 {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.preloader_wrap > div.preloader_circ3 {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.preloader_wrap > div.preloader_circ4 {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.preloader_wrap > div.preloader_circ5 {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
@-webkit-keyframes preloader-circle {
0%, 40%, 100% {
-webkit-transform: translateY(-10px);
}
20% {
-webkit-transform: translateY(-20px);
}
}
@keyframes preloader-circle {
0%, 40%, 100% {
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
}
20% {
transform: translateY(-20px);
-webkit-transform: translateY(-20px);
}
} .preloader_wrap.preloader_square {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
}
.preloader_wrap > div.preloader_square1,
.preloader_wrap > div.preloader_square2 {
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-animation: preloader-square 1.8s infinite ease-in-out;
animation: preloader-square 1.8s infinite ease-in-out;
}
.preloader_wrap > div.preloader_square2 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
@-webkit-keyframes preloader-square {
25% {
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes preloader-square {
25% {
transform: translateX(42px) rotate(-90deg) scale(0.5);
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
transform: translateX(42px) translateY(42px) rotate(-179deg);
-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
}
50.1% {
transform: translateX(42px) translateY(42px) rotate(-180deg);
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
} .preloader_wrap .preloader_dot {
background-color: #fff;
display: inline-block;
vertical-align: top;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
}
.preloader_wrap .preloader_dot + .preloader_dot {
margin-left: 20px;
}
.preloader_wrap #preloader_dot_one {
-webkit-animation: preloader_dot_one 1.5s infinite;
animation: preloader_dot_one 1.5s infinite;
}
.preloader_wrap #preloader_dot_two {
-webkit-animation: preloader_dot_two 1.5s infinite;
animation: preloader_dot_two 1.5s infinite;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;
}
.preloader_wrap #preloader_dot_three {
-webkit-animation: preloader_dot_three 1.5s infinite;
animation: preloader_dot_three 1.5s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@-webkit-keyframes preloader_dot_one {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_one {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
@-webkit-keyframes preloader_dot_two {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_two {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
@-webkit-keyframes preloader_dot_three {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_three {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
} .trx_addons_loading {
background-image: url(//kartingencarnacao.com/wp-content/plugins/trx_addons/css/images/preloader.gif) !important;
background-position: center !important;
background-repeat: no-repeat !important;
} .trx_addons_scroll_to_top {
display: block;
background: #fff;
cursor: pointer;
opacity: 0;
position: fixed;
z-index: 100001;
bottom: -4em;
right: 2em;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.trx_addons_scroll_to_top:before {
margin: 0 !important;
}
.trx_addons_scroll_to_top.show {
opacity: 1;
bottom: 2em;
} .scroll_progress_wrap {
position: fixed;
left: 0;
right: 0;
height: 3px;
z-index: 999999;
overflow: hidden;
}
.scroll_progress_bottom {
bottom: 0;
height: 8px;
}
.scroll_progress_top {
top: 0;
}
.admin-bar .scroll_progress_top {
top: 32px;
}
.scroll_progress_wrap .scroll_progress_status {
position: absolute;
width: 0;
height: 100%;
top: 0;
left: 0;
background-color: #efa758;
opacity: 0.8;
}
.rtl .scroll_progress_wrap .scroll_progress_status {
left: unset;
right: 0;
} .me-plugin {
position: absolute;
width: 0;
height: 0;
}
.mejs-controls .mejs-button > button {
background: none !important;
text-align: center;
font-size: 1.5em;
line-height: 20px;
}
.mejs-controls .mejs-playpause-button.mejs-play > button:before,
.mejs-controls .mejs-playpause-button.mejs-replay > button:before {
content: "\e8e4";
font-family: "trx_addons_icons";
}
.mejs-controls .mejs-playpause-button.mejs-pause > button:before {
content: "\e8e5";
font-family: "trx_addons_icons";
}
.mejs-controls .mejs-volume-button.mejs-mute > button:before {
content: "\e8e3";
font-family: "trx_addons_icons";
}
.mejs-controls .mejs-volume-button.mejs-unmute > button:before {
content: "\e8e1";
font-family: "trx_addons_icons";
}
.mejs-controls .mejs-button.mejs-fullscreen-button > button:before {
content: "\f0b2";
font-family: "trx_addons_icons";
}
.mejs-controls .mejs-button.mejs-unfullscreen > button:before {
content: "\e8cb";
font-family: "trx_addons_icons";
}
.trx_addons_audio_player.with_cover .mejs-controls {
background: none !important;
}
.wp-playlist .mejs-container .mejs-controls {
background: rgba(0, 0, 0, 0.7);
}
.mejs-controls .mejs-time {
margin-top: -1px;
padding-left: 0;
padding-right: 0;
} .iColorPickerTable table.colorPickerTable td {
padding: 0 2px;
}
.iColorPickerTable .iColorPicker_moreColors {
background-image: url(//kartingencarnacao.com/wp-content/plugins/trx_addons/css/images/colorpicker_morecolors.png);
background-repeat: no-repeat;
display: inline-block;
vertical-align: middle;
margin-left: 0.5em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
-webkit-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
} div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
font-family: inherit;
font-size: 1em;
line-height: inherit;
}
div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
color: inherit;
background: none;
border-style: none;
border-radius: 0;
}
div.ui-datepicker {
background-color: #fff;
}
div.ui-accordion .ui-accordion-header {
padding: 0;
}
div.ui-accordion .ui-accordion-header-icon {
display: none;
}
div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
padding: 0;
}
div.ui-tabs .ui-tabs-nav li {
float: none;
margin: 0;
}
div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: none;
} .trx_addons_tabs .trx_addons_tabs_content + .trx_addons_tabs_content {
display: none;
}
.trx_addons_tabs .trx_addons_tabs_titles li:before {
display: none;
}
.trx_addons_tabs .trx_addons_tabs_titles li {
display: inline-block;
font-size: 0.8462em;
line-height: 1.7273em;
font-weight: 700;
padding: 0;
margin: 0;
border: none;
text-transform: uppercase;
position: relative;
border-radius: 0;
}
.trx_addons_tabs .trx_addons_tabs_titles li + li {
margin-left: 1em;
}
.trx_addons_tabs .trx_addons_tabs_titles li.ui-tabs-active:after {
content: " ";
display: block;
position: absolute;
z-index: 1;
top: auto;
right: 0;
bottom: -2px;
left: 0;
height: 2px;
background-color: #000;
}
.trx_addons_tabs .trx_addons_tabs_titles li.trx_addons_tabs_title > a {
padding: 0;
float: none;
}
.trx_addons_tabs .trx_addons_tabs_content {
padding: 0;
border: none;
overflow: hidden;
}
.trx_addons_tabs_with_titles .trx_addons_tabs_content {
padding-top: 1.5em;
font-family: inherit;
font-size: 1em;
line-height: inherit;
background: none;
} .trx_addons_range_slider {
position: relative;
font-family: inherit;
font-size: 1em;
line-height: inherit;
margin-top: 1em;
margin-bottom: 1.5em;
}
.trx_addons_range_slider_label {
font-size: 0.75em;
line-height: 1em;
font-weight: bold;
position: absolute;
z-index: 1;
bottom: -1.5em;
left: 0;
}
.trx_addons_range_slider_label_min {
color: #aaa;
}
.trx_addons_range_slider_label_max {
left: auto;
right: 0;
color: #aaa;
}
.trx_addons_range_slider_label_cur {
bottom: auto;
top: -1.5em;
background-color: inherit;
-webkit-transform: translateX(-25%);
-ms-transform: translateX(-25%);
transform: translateX(-25%);
}
.trx_addons_range_slider_label_cur + .trx_addons_range_slider_label_cur {
-webkit-transform: translateX(-75%);
-ms-transform: translateX(-75%);
transform: translateX(-75%);
}
div.ui-slider {
position: relative;
text-align: left;
background-color: #f7f7f7;
border: 1px solid #ddd;
border-radius: 2px;
}
div.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
background-color: #e7e7e7;
border: 1px solid #ddd;
border-radius: 2px;
}
div.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: 0.7em;
display: block;
border: 0;
background-position: 0 0;
background-color: #f0f0f0;
}
div.ui-slider.ui-state-disabled .ui-slider-handle,
div.ui-slider.ui-state-disabled .ui-slider-range {
-webkit-filter: inherit;
filter: inherit;
}
div.ui-slider-horizontal {
height: 0.8em;
}
div.ui-slider-horizontal .ui-slider-handle {
top: -0.15em;
margin-left: -0.5em;
}
div.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
div.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
div.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
div.ui-slider-vertical {
width: 0.8em;
height: 100px;
}
div.ui-slider-vertical .ui-slider-handle {
left: -0.3em;
margin-left: 0;
margin-bottom: -0.6em;
}
div.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
div.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
div.ui-slider-vertical .ui-slider-range-max {
top: 0;
} .select2-container {
display: inline-block;
vertical-align: middle;
position: relative;
margin: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-container .select2-selection--single {
cursor: pointer;
display: block;
height: auto !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px;
}
.select2-container .select2-selection--multiple {
cursor: pointer;
display: block;
min-height: 0 !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-search--inline {
float: left;
}
.select2-container .select2-search--inline .select2-search__field {
font-size: 100%;
margin-top: 0 !important;
padding: 0 !important;
border: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-dropdown {
background-color: #fff;
border: 1px solid #aaa;
display: block;
width: 100%;
position: absolute;
z-index: 1051;
top: 0;
left: -100000px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
}
.select2-results {
display: block;
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0;
}
.select2-results__option {
padding: 6px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select2-results__option[aria-selected] {
cursor: pointer;
}
.select2-container--open .select2-dropdown {
left: 0;
}
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-search--dropdown {
display: block;
padding: 4px;
}
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
display: none;
}
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: auto;
height: auto;
min-height: 100%;
min-width: 100%;
opacity: 0;
background-color: #fff;
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
display: inline-block;
color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
position: absolute;
z-index: 1;
top: 50% !important;
right: 1px;
width: 20px;
height: 26px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
margin-left: -4px;
margin-top: -2px;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 0;
height: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
background-color: #fff;
border: 1px solid #aaa;
cursor: text;
border-radius: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: 700;
margin-top: 5px;
margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: 700;
margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid #000 1px;
outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
background: 0 0;
border: none;
outline: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #0073aa;
color: #fff;
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #0073aa;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: 700;
margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
position: absolute;
z-index: 1;
top: 1px;
right: 1px;
width: 20px;
height: 26px;
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
margin-left: -4px;
margin-top: -2px;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #0073aa;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: 0 0;
border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #eee));
background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #0073aa;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: 700;
margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
float: right;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #0073aa;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.select2-container--classic .select2-dropdown {
background-color: #fff;
border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: #fff;
}
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #0073aa;
}
div.select2-container .select2-choice {
background-color: #fff;
border: 1px solid #ddd;
color: #32373c;
outline: 0 none;
border-radius: 0;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
-webkit-transition: border-color 50ms ease-in-out 0s;
-o-transition: border-color 50ms ease-in-out 0s;
transition: border-color 50ms ease-in-out 0s;
}
div.select2-drop {
border: 1px solid #ddd;
border-radius: 0;
} .page_contact_form {
margin-top: 6em;
padding-top: 6em;
border-top: 1px solid #ddd;
} a.trx_addons_popup_link:before {
display: inline-block;
line-height: inherit;
margin-right: 0.4em;
}
.trx_addons_popup {
position: relative;
margin: 0 auto;
font-family: inherit;
font-size: 1em;
line-height: inherit;
width: 460px;
background-color: #f7f7f7;
background-image: none;
color: #888;
border: 1px solid #ccc;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.trx_addons_popup button.mfp-close {
background-color: transparent;
color: #292929;
border-bottom: 1px solid #ccc;
height: 50px;
border-radius: 0;
margin: 0 !important;
}
.trx_addons_popup .trx_addons_tabs_titles {
margin-right: 44px;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title {
width: 50%;
border: 1px solid #ccc;
border-width: 0 1px 1px 0;
background-color: #ddd;
background-image: none;
float: none;
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title > a {
display: block;
width: 100%;
height: 49px;
line-height: 49px;
font-size: 18px;
font-weight: 400;
text-align: center;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title > a > i {
display: inline-block;
line-height: inherit;
margin-right: 0.5em;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled=true] a,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled=true] a > i {
color: #a0a0a0;
cursor: not-allowed;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active {
background-color: #f7f7f7;
border-bottom-color: transparent;
padding: 0;
margin: 0;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active:after {
bottom: auto;
top: -1px;
left: -1px;
height: 2px;
}
.trx_addons_popup .trx_addons_tabs_titles + .trx_addons_tabs_content,
.trx_addons_popup .trx_addons_tabs_titles + .trx_addons_tabs_content + .trx_addons_tabs_content {
padding: 2em 1.5em;
position: relative;
}
.trx_addons_left_side,
.trx_addons_right_side {
display: block;
float: left;
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_left_side {
padding-right: 1em;
}
.trx_addons_right_side {
padding-left: 1em;
}
.trx_addons_popup_form_wrap form {
position: static;
}
.trx_addons_popup_form_field .sc_form_field {
margin-bottom: 0.8667em;
}
.trx_addons_popup_form_field_remember,
.trx_addons_popup_form_field_agree,
.trx_addons_popup_form_field_pwd_description {
font-size: 0.8667em;
letter-spacing: 0;
margin: 0;
}
.trx_addons_popup_form_field_agree input[type=checkbox] + label {
cursor: pointer;
}
.trx_addons_popup_form_field_agree input[type=checkbox] + label:before {
top: 2px;
}
.trx_addons_popup_form_field_forgot_password {
margin-right: 1em;
}
.trx_addons_popup_form_field_submit {
clear: both;
padding-top: 1.5em;
}
.trx_addons_popup_form_field_submit .submit_button {
padding: 1em 2em;
}
.trx_addons_popup .wp-social-login-provider-list {
padding: 12px 0;
}
.trx_addons_popup .wp-social-login-provider-list a {
margin: 0 2px 2px 0;
} .trx_addons_message_box {
display: none;
max-width: 80%;
padding: 2em;
line-height: 1.2em;
border: 1px solid #07759C;
background-color: #B6DDF3;
color: #07759C;
position: absolute;
z-index: 1000;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
-ms-box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
}
form .trx_addons_message_box {
min-width: 60%;
}
.trx_addons_message_box_error {
border: 1px solid #A00000;
background-color: #FDCDCD;
color: #A00000;
-webkit-box-shadow: 4px 4px 16px 0px rgba(200, 0, 0, 0.3);
-ms-box-shadow: 4px 4px 16px 0px rgba(200, 0, 0, 0.3);
box-shadow: 4px 4px 16px 0px rgba(200, 0, 0, 0.3);
}
.trx_addons_message_box_success {
border: 1px solid #00A000;
background-color: #CDFDCD;
color: #00A000;
-webkit-box-shadow: 4px 4px 16px 0px rgba(0, 200, 0, 0.3);
-ms-box-shadow: 4px 4px 16px 0px rgba(0, 200, 0, 0.3);
box-shadow: 4px 4px 16px 0px rgba(0, 200, 0, 0.3);
}
.trx_addons_message_box_title {
margin: 0 0 0.3em;
}
.trx_addons_message_box_error .trx_addons_message_box_title {
color: #A00000;
}
.trx_addons_message_box_success .trx_addons_message_box_title {
color: #00A000;
}
.trx_addons_message_box p {
margin: 0;
line-height: 1.2em;
}
.trx_addons_message_box p + p {
margin-top: 0.2em;
} html {
overflow-y: scroll !important;
}
.mfp-bg {
background: #fff;
}
.mfp-wrap .mfp-close {
color: #888;
margin: -44px -14px 0 0;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #888;
margin: 0;
}
.mfp-figure figcaption {
margin-bottom: 40px !important;
height: 40px;
padding: 0 16px;
overflow: hidden;
background-color: rgba(255, 255, 255, 0.8);
}
.mfp-figure figcaption .mfp-bottom-bar {
left: 16px;
right: 16px;
top: auto;
bottom: 0;
width: auto;
height: 40px;
}
.mfp-figure figcaption .mfp-bottom-bar .mfp-title,
.mfp-figure figcaption .mfp-bottom-bar .mfp-counter {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.mfp-figure figcaption .mfp-bottom-bar .mfp-counter {
left: auto;
right: 0;
}
.mfp-title, .mfp-counter {
color: #888;
}
.wp-caption a[class*=magnific],
.wp-caption a[class*=prettyPhoto] {
display: block;
}
.wp-caption a[class*=magnific] img,
.wp-caption a[class*=prettyPhoto] img {
vertical-align: top;
} .breadcrumbs {
font-size: 13px;
line-height: 19px;
}
.breadcrumbs .breadcrumbs_item {
display: inline-block;
vertical-align: top;
}
.breadcrumbs .breadcrumbs_delimiter {
display: inline-block;
position: relative;
margin: 0 0.45em;
vertical-align: top;
text-align: center;
}
.breadcrumbs .breadcrumbs_delimiter:before {
content: "/";
} [class^=trx_addons_icon-]:before,
[class*=" trx_addons_icon-"]:before {
margin: 0;
width: auto;
font-size: inherit;
line-height: inherit !important;
font-weight: inherit;
}
.post_counters_likes.disabled,
.comment_counters_likes.disabled {
color: #e05100;
}
.post_counters_item,
.comment_counters_item {
margin-left: 0.5em;
white-space: nowrap;
}
.post_counters_item:before {
vertical-align: top;
line-height: inherit;
margin: 0 0.2em 0 0;
}
.post_counters_item .post_counters_number,
.comment_counters .comment_counters_number {
margin: 0 0.25em;
} .trx_addons_emotions {
display: block;
margin-top: 2em;
}
.trx_addons_emotions_item {
display: inline-block;
margin: 0 1em 1em 0;
padding: 1em;
width: 5em;
text-align: center;
cursor: pointer;
background-color: #fff;
border: 1px solid #ddd;
color: #888;
-webkit-transition: -webkit-transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
-o-transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.trx_addons_emotions_item:hover {
color: #333;
border-color: #aaa;
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.trx_addons_emotions_active {
color: #333;
border-color: #aaa;
background-color: #f0f0f0;
}
.trx_addons_emotions .trx_addons_emotions_item:before {
display: block;
font-size: 2em;
line-height: 1em;
}
.trx_addons_emotions_item.sc_icon_type_svg svg {
width: 2em;
height: 2em;
}
.trx_addons_emotions_item_number {
font-weight: bold;
display: block;
margin-top: 0.5em;
color: #666;
}
.trx_addons_emotions_item_label {
display: block;
}  .socials_share {
position: relative;
vertical-align: top;
}
.socials_share.socials_wrap {
margin: 0;
}
.socials_share .socials_caption {
display: inline-block;
margin-right: 1em;
}
.socials_share .socials_caption:before {
content: "\e802";
font-family: "trx_addons_icons";
margin-right: 0.4em;
}
.socials_share.socials_type_drop .socials_caption {
margin-right: 0;
}
.socials_share.socials_type_drop .social_items {
display: none;
position: absolute;
z-index: 1000;
bottom: 3em;
right: 0;
border: 1px solid #eee;
background-color: #ffffff;
padding: 1em 1.5em;
max-width: 10em;
line-height: 2em;
text-align: left;
}
.socials_share.socials_type_drop .social_items:before {
content: " ";
display: block;
position: absolute;
z-index: 1;
bottom: -5px;
right: 20%;
width: 8px;
height: 8px;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
background-color: #ffffff;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.socials_share.socials_type_drop .social_item {
display: block;
text-align: left;
margin: 0;
white-space: nowrap;
}
.socials_share.socials_type_drop .social_item + .social_item {
margin-left: 0;
}
.socials_share.socials_type_drop .social_item .social_icon {
width: auto;
height: auto;
line-height: inherit;
background-color: transparent !important;
text-align: left;
}
.socials_share.socials_type_drop .social_item .social_icon span {
display: inline-block;
margin-left: 0;
margin-right: 0.75em;
width: 1em;
line-height: 1em;
} .trx_addons_no_posts .trx_addons_no_posts_title {
margin-top: 0;
}  .widget_area .post_item,
aside .post_item {
overflow: hidden;
text-align: left;
margin-bottom: 0;
background-color: transparent !important;
position: relative;
}
aside .post_item + .post_item {
margin-top: 1.6em;
}
.widget_area .post_item .post_content,
aside .post_item .post_content {
overflow: hidden;
}
.widget_area .post_item .post_thumb,
aside .post_item .post_thumb {
float: left;
width: 5em;
height: 5em;
margin: 0 1em 4px 0;
overflow: hidden;
}
.widget_area .post_item .post_thumb img,
aside .post_item .post_thumb img {
width: 100%;
}
.widget_area .post_item .post_title,
aside .post_item .post_title {
margin: -2px 0 4px 0;
text-align: left;
line-height: 1.25em;
font-weight: 400;
}
.widget_area .post_item .post_info,
aside .post_item .post_info {
font-size: 12px;
line-height: 16px;
margin-bottom: 0;
}
.widget_area .post_item .post_info .post_info_item + .post_info_item:before,
aside .post_item .post_info .post_info_item + .post_info_item:before {
content: "";
margin: 0 0 0 5px;
}
.widget_area .post_item .post_categories,
aside .post_item .post_categories {
font-size: 11px;
line-height: 15px;
font-weight: 400;
margin-top: -2px;
margin-bottom: 0.7em;
position: relative;
padding-right: 3em;
text-transform: uppercase;
}
.widget_area .post_item .post_categories .post_info_counters,
aside .post_item .post_categories .post_info_counters {
position: absolute;
right: 0;
top: 0;
}
.widget_area .post_item .post_categories .post_info_counters .post_counters_label,
aside .post_item .post_categories .post_info_counters .post_counters_label {
display: none;
} .widget .trx_addons_tabs .trx_addons_tabs_titles {
padding-left: 0;
margin-bottom: 2em;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li {
font-size: 12px;
line-height: 1.3em;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
letter-spacing: 0;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li:after {
display: none !important;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li + li {
margin-left: 0.5em;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li a {
padding: 0.3em 0.5em;
} aside.widget_fullwidth {
padding: 0 !important;
}
aside.widget_bg_image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding: 2em 1.5em !important; }
aside.widget_bg_image:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
}
aside.widget_bg_image * {
color: #aaa !important;
}
aside.widget_bg_image .widget_content a {
color: #ddd !important;
}
aside.widget_bg_image .widget_title,
aside.widget_bg_image li,
aside.widget_bg_image li a,
aside.widget_bg_image .widget_content a:hover {
color: #fff !important;
}
aside.widget_bg_image .widget_title,
aside.widget_bg_image .widget_content {
position: relative;
z-index: 2;
} .trx_addons_stretch_height {
min-height: 100vh;
}
.trx_addons_hidden {
display: none;
} .trx_addons_columns_wrap {
margin-left: 0px;
margin-right: -30px;
}
.trx_addons_columns_wrap > [class*=trx_addons_column-] {    display: inline-block;
vertical-align: top;
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 30px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_columns_wrap.columns_padding_left {
margin-left: -30px;
margin-right: 0;
}
.trx_addons_columns_wrap.columns_padding_left > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_left {
padding-left: 30px;
padding-right: 0;
}
.trx_addons_columns_wrap.columns_padding_right {
margin-left: 0;
margin-right: -30px;
}
.trx_addons_columns_wrap.columns_padding_right > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_right {
padding-left: 0;
padding-right: 30px;
}
.trx_addons_columns_wrap.columns_padding_center {
margin-left: -15px;
margin-right: -15px;
}
.trx_addons_columns_wrap.columns_padding_center > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_center {
padding-left: 15px;
padding-right: 15px;
}
.trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-],
.trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom {
padding-bottom: 30px;
}
.trx_addons_columns_wrap.no_margin {
margin-left: 0 !important;
margin-right: 0 !important;
}
.trx_addons_columns_wrap.no_margin > [class*=trx_addons_column-] {
padding: 0 !important;
} .trx_addons_column-1,
.trx_addons_column-1_1 {
width: 100%;
}
.trx_addons_column-1_2 {
width: 50%;
}
.trx_addons_column-1_3 {
width: 33.3333333333%;
}
.trx_addons_column-1_4 {
width: 25%;
}
.trx_addons_column-1_5 {
width: 20%;
}
.trx_addons_column-1_6 {
width: 16.6666666667%;
}
.trx_addons_column-1_7 {
width: 14.2857142857%;
}
.trx_addons_column-1_8 {
width: 12.5%;
}
.trx_addons_column-1_9 {
width: 11.1111111111%;
}
.trx_addons_column-1_10 {
width: 10%;
}
.trx_addons_column-1_11 {
width: 9.0909090909%;
}
.trx_addons_column-1_12 {
width: 8.3333333333%;
}
.trx_addons_column-2_2 {
width: 100%;
}
.trx_addons_column-2_3 {
width: 66.6666666667%;
}
.trx_addons_column-2_4 {
width: 50%;
}
.trx_addons_column-2_5 {
width: 40%;
}
.trx_addons_column-2_6 {
width: 33.3333333333%;
}
.trx_addons_column-2_7 {
width: 28.5714285714%;
}
.trx_addons_column-2_8 {
width: 25%;
}
.trx_addons_column-2_9 {
width: 22.2222222222%;
}
.trx_addons_column-2_10 {
width: 20%;
}
.trx_addons_column-2_11 {
width: 18.1818181818%;
}
.trx_addons_column-2_12 {
width: 16.6666666667%;
}
.trx_addons_column-3_3 {
width: 100%;
}
.trx_addons_column-3_4 {
width: 75%;
}
.trx_addons_column-3_5 {
width: 60%;
}
.trx_addons_column-3_6 {
width: 50%;
}
.trx_addons_column-3_7 {
width: 42.8571428571%;
}
.trx_addons_column-3_8 {
width: 37.5%;
}
.trx_addons_column-3_9 {
width: 33.3333333333%;
}
.trx_addons_column-3_10 {
width: 30%;
}
.trx_addons_column-3_11 {
width: 27.2727272727%;
}
.trx_addons_column-3_12 {
width: 25%;
}
.trx_addons_column-4_4 {
width: 100%;
}
.trx_addons_column-4_5 {
width: 80%;
}
.trx_addons_column-4_6 {
width: 66.6666666667%;
}
.trx_addons_column-4_7 {
width: 57.1428571429%;
}
.trx_addons_column-4_8 {
width: 50%;
}
.trx_addons_column-4_9 {
width: 44.4444444444%;
}
.trx_addons_column-4_10 {
width: 40%;
}
.trx_addons_column-4_11 {
width: 36.3636363636%;
}
.trx_addons_column-4_12 {
width: 33.3333333333%;
}
.trx_addons_column-5_5 {
width: 100%;
}
.trx_addons_column-5_6 {
width: 83.3333333333%;
}
.trx_addons_column-5_7 {
width: 71.4285714286%;
}
.trx_addons_column-5_8 {
width: 62.5%;
}
.trx_addons_column-5_9 {
width: 55.5555555556%;
}
.trx_addons_column-5_10 {
width: 50%;
}
.trx_addons_column-5_11 {
width: 45.4545454545%;
}
.trx_addons_column-5_12 {
width: 41.6666666667%;
}
.trx_addons_column-6_6 {
width: 100%;
}
.trx_addons_column-6_7 {
width: 85.7142857143%;
}
.trx_addons_column-6_8 {
width: 75%;
}
.trx_addons_column-6_9 {
width: 66.6666666667%;
}
.trx_addons_column-6_10 {
width: 60%;
}
.trx_addons_column-6_11 {
width: 54.5454545455%;
}
.trx_addons_column-6_12 {
width: 50%;
}
.trx_addons_column-7_7 {
width: 100%;
}
.trx_addons_column-7_8 {
width: 87.5%;
}
.trx_addons_column-7_9 {
width: 77.7777777778%;
}
.trx_addons_column-7_10 {
width: 70%;
}
.trx_addons_column-7_11 {
width: 63.6363636364%;
}
.trx_addons_column-7_12 {
width: 58.3333333333%;
}
.trx_addons_column-8_8 {
width: 100%;
}
.trx_addons_column-8_9 {
width: 88.8888888889%;
}
.trx_addons_column-8_10 {
width: 80%;
}
.trx_addons_column-8_11 {
width: 72.7272727273%;
}
.trx_addons_column-8_12 {
width: 66.6666666667%;
}
.trx_addons_column-9_9 {
width: 100%;
}
.trx_addons_column-9_10 {
width: 90%;
}
.trx_addons_column-9_11 {
width: 81.8181818182%;
}
.trx_addons_column-9_12 {
width: 75%;
}
.trx_addons_column-10_10 {
width: 100%;
}
.trx_addons_column-10_11 {
width: 90.9090909091%;
}
.trx_addons_column-10_12 {
width: 83.3333333333%;
}
.trx_addons_column-11_11 {
width: 100%;
}
.trx_addons_column-11_12 {
width: 91.6666666667%;
}
.trx_addons_column-12_12 {
width: 100%;
}
.clearfix:after,
.trx_addons_columns_wrap:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}  .trx_addons_hover {
position: relative;
overflow: hidden;
}
.trx_addons_hover img {
position: relative;
display: block;
width: 100%;
height: auto;
}
.trx_addons_hover_mask {
position: absolute;
z-index: 10;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
opacity: 0;
background-color: rgba(239, 167, 88, 0.8);
-webkit-transition: all 0.3s 0.1s ease-out;
-o-transition: all 0.3s 0.1s ease-out;
transition: all 0.3s 0.1s ease-out;
}
.trx_addons_hover:hover .trx_addons_hover_mask {
-webkit-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.trx_addons_hover_content {
position: absolute;
z-index: 11;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
padding: 20px;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_hover_content .trx_addons_hover_title {
color: #fff;
margin: 0;
position: relative;
opacity: 0;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.trx_addons_hover:hover .trx_addons_hover_title {
-webkit-transition: all 0.2s 0.1s linear;
-o-transition: all 0.2s 0.1s linear;
transition: all 0.2s 0.1s linear;
}
.trx_addons_hover_content .trx_addons_hover_title > a {
color: #fff;
}
.trx_addons_hover_content .trx_addons_hover_title > a:hover {
color: #fff;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.trx_addons_hover_content .trx_addons_hover_text {
font-style: italic;
line-height: 1.3em;
position: relative;
color: #fff;
padding: 0.2em 0;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.trx_addons_hover_content .trx_addons_hover_info {
color: #fff;
padding: 0.2em 0;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.trx_addons_hover:hover .trx_addons_hover_text,
.trx_addons_hover:hover .trx_addons_hover_info {
-webkit-transition: all 0.3s 0.1s ease-out;
-o-transition: all 0.3s 0.1s ease-out;
transition: all 0.3s 0.1s ease-out;
}
.trx_addons_hover_content .trx_addons_hover_link,
.trx_addons_hover_content .trx_addons_hover_links a {
display: inline-block;
text-decoration: none;
font-size: 0.7692em;
line-height: 1.5em;
font-weight: bold;
padding: 0.4em 0.8em;
margin-top: 1em;
background-color: rgba(0, 0, 0, 0.6);
color: #fff !important;
text-transform: uppercase;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.trx_addons_hover_content .trx_addons_hover_links a + a {
margin-left: 0.7em;
}
.trx_addons_hover:hover .trx_addons_hover_link,
.trx_addons_hover:hover .trx_addons_hover_links a {
-webkit-transition: all 0.3s 0.1s ease-out;
-o-transition: all 0.3s 0.1s ease-out;
transition: all 0.3s 0.1s ease-out;
}
.trx_addons_hover_link:hover,
.trx_addons_hover_links a:hover {
color: #fff !important;
background-color: #000;
}
.trx_addons_hover_content .trx_addons_hover_icon {
display: inline-block;
text-decoration: none;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
background-color: rgba(0, 0, 0, 0.6);
color: #fff !important;
border-radius: 50%;
margin-top: 1em;
opacity: 0;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.trx_addons_hover:hover .trx_addons_hover_icon {
-webkit-transition: all 0.2s 0.2s linear;
-o-transition: all 0.2s 0.2s linear;
transition: all 0.2s 0.2s linear;
}
.trx_addons_hover_content .trx_addons_hover_icon + .trx_addons_hover_icon {
margin-left: 0.5em;
}
.trx_addons_hover_content .trx_addons_hover_icon:hover {
color: #fff !important;
background-color: #000;
}
.trx_addons_hover_content .trx_addons_hover_icon_link:before {
content: "\e86a";
font-family: "trx_addons_icons";
}
.trx_addons_hover_content .trx_addons_hover_icon_zoom:before {
content: "\e898";
font-family: "trx_addons_icons";
}  .trx_addons_hover_style_info img {
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.trx_addons_hover_style_info .trx_addons_hover_title {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.trx_addons_hover_style_info .trx_addons_hover_text {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.trx_addons_hover_style_info .trx_addons_hover_link {
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
.trx_addons_hover_style_info .trx_addons_hover_info {
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
} .trx_addons_hover_style_info:hover img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.trx_addons_hover_style_info:hover .trx_addons_hover_mask {
opacity: 1;
}
.trx_addons_hover_style_info:hover .trx_addons_hover_title,
.trx_addons_hover_style_info:hover .trx_addons_hover_text,
.trx_addons_hover_style_info:hover .trx_addons_hover_link,
.trx_addons_hover_style_info:hover .trx_addons_hover_info {
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}  .trx_addons_hover_style_links .trx_addons_hover_mask {
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.trx_addons_hover_style_links .trx_addons_hover_title {
-webkit-transform: translateY(-75px);
-ms-transform: translateY(-75px);
transform: translateY(-75px);
}
.trx_addons_hover_style_links .trx_addons_hover_text {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.trx_addons_hover_style_links .trx_addons_hover_link {
-webkit-transform: translate(-20px, 20px);
-ms-transform: translate(-20px, 20px);
transform: translate(-20px, 20px);
}
.trx_addons_hover_style_links .trx_addons_hover_link2 {
-webkit-transform: translate(20px, 20px);
-ms-transform: translate(20px, 20px);
transform: translate(20px, 20px);
} .trx_addons_hover_style_links:hover .trx_addons_hover_mask {
opacity: 1;
}
.trx_addons_hover_style_links:hover .trx_addons_hover_title,
.trx_addons_hover_style_links:hover .trx_addons_hover_text,
.trx_addons_hover_style_links:hover .trx_addons_hover_link,
.trx_addons_hover_style_links:hover .trx_addons_hover_link2 {
opacity: 1;
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}  .trx_addons_hover_style_plain img {
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.trx_addons_hover_style_plain .trx_addons_hover_title {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.trx_addons_hover_style_plain .trx_addons_hover_text {
color: #8b8b8b;
padding: 1em 0;
-webkit-transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);
transform: scale(0.8, 0.8);
}
.trx_addons_hover_style_plain .trx_addons_hover_link {
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
} .trx_addons_hover_style_plain:hover img {
opacity: 0;
-webkit-transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);
transform: scale(0.8, 0.8);
-webkit-transition: all 0.2s 0.1s linear;
-o-transition: all 0.2s 0.1s linear;
transition: all 0.2s 0.1s linear;
}
.trx_addons_hover_style_plain:hover .trx_addons_hover_title,
.trx_addons_hover_style_plain:hover .trx_addons_hover_link {
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.trx_addons_hover_style_plain:hover .trx_addons_hover_text {
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}  .trx_addons_hover_style_wide .trx_addons_hover_mask {
top: 0;
left: 0;
width: 200%;
height: 200%;
-webkit-transform: translate(50%, 50%) rotate(45deg);
-ms-transform: translate(50%, 50%) rotate(45deg);
transform: translate(50%, 50%) rotate(45deg);
}
.trx_addons_hover_style_wide .trx_addons_hover_content .trx_addons_hover_title {
-webkit-transform: translate(50px, 50px);
-ms-transform: translate(50px, 50px);
transform: translate(50px, 50px); background-color: transparent;
margin: 0;
}
.trx_addons_hover_style_wide .trx_addons_hover_icon {
-webkit-transform: translateX(30px) scale(0.3, 0.3);
-ms-transform: translateX(30px) scale(0.3, 0.3);
transform: translateX(30px) scale(0.3, 0.3);
}
.trx_addons_hover_style_wide .trx_addons_hover_icon_zoom {
-webkit-transform: translateX(-30px) scale(0.3, 0.3);
-ms-transform: translateX(-30px) scale(0.3, 0.3);
transform: translateX(-30px) scale(0.3, 0.3);
} .trx_addons_hover_style_wide:hover .trx_addons_hover_mask {
opacity: 1;
-webkit-transform: translate(-25%, -25%) rotate(45deg);
-ms-transform: translate(-25%, -25%) rotate(45deg);
transform: translate(-25%, -25%) rotate(45deg);
}
.trx_addons_hover_style_wide:hover .trx_addons_hover_title {
opacity: 1;
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
.trx_addons_hover_style_wide:hover .trx_addons_hover_icon {
opacity: 1;
-webkit-transform: translateX(0px) scale(1, 1);
-ms-transform: translateX(0px) scale(1, 1);
transform: translateX(0px) scale(1, 1);
}  .trx_addons_hover_style_zoomin .trx_addons_hover_mask {
-webkit-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
.trx_addons_hover_style_zoomin .trx_addons_hover_content .trx_addons_hover_title {
-webkit-transform: translateY(30px) scale(0.1, 0.1);
-ms-transform: translateY(30px) scale(0.1, 0.1);
transform: translateY(30px) scale(0.1, 0.1); background-color: transparent;
margin: 0;
display: none;
}
.trx_addons_hover_style_zoomin .trx_addons_hover_icon {
-webkit-transform: translate(-30px, -30px) scale(0.1, 0.1);
-ms-transform: translate(-30px, -30px) scale(0.1, 0.1);
transform: translate(-30px, -30px) scale(0.1, 0.1);
}
.trx_addons_hover_style_zoomin .trx_addons_hover_icon_link {
-webkit-transform: translate(30px, -30px) scale(0.1, 0.1);
-ms-transform: translate(30px, -30px) scale(0.1, 0.1);
transform: translate(30px, -30px) scale(0.1, 0.1);
} .trx_addons_hover_style_zoomin:hover .trx_addons_hover_mask {
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
.trx_addons_hover_style_zoomin:hover .trx_addons_hover_title {
opacity: 1;
-webkit-transform: translate(0px, 0px) scale(1, 1);
-ms-transform: translate(0px, 0px) scale(1, 1);
transform: translate(0px, 0px) scale(1, 1);
}
.trx_addons_hover_style_zoomin:hover .trx_addons_hover_icon {
opacity: 1;
-webkit-transform: translate(0px, 0px) scale(1, 1);
-ms-transform: translate(0px, 0px) scale(1, 1);
transform: translate(0px, 0px) scale(1, 1);
} @keyframes zoomin {
0% {
opacity: 0;
-webkit-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
100% {
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@-webkit-keyframes zoomin {
0% {
opacity: 0;
-webkit-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
100% {
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes zoomout {
0% {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
}
@-webkit-keyframes zoomout {
0% {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
}
@keyframes flash {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.15, 1.15);
-ms-transform: scale(1.15, 1.15);
transform: scale(1.15, 1.15);
}
}
@-webkit-keyframes flash {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.15, 1.15);
-ms-transform: scale(1.15, 1.15);
transform: scale(1.15, 1.15);
}
}
@keyframes jump {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes jump {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes squat {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes squat {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}  .trx_addons_accent {
color: #efa758;
}
.trx_addons_accent_bg {
color: #fff;
background-color: #efa758;
padding: 0 0.4em;
display: inline-block;
}
.trx_addons_hover {
color: #b88144;
} .trx_addons_inverse {
color: #fff;
background-color: #000;
padding: 0 0.4em;
display: inline-block;
} .trx_addons_dark {
color: #000;
} .trx_addons_tiny_text {
font-size: 11px;
line-height: 1.3em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
} .trx_addons_dropcap {
float: left;
display: block;
font-size: 2.21437em;
padding: 0;
margin: 0.25em 0.5em 0 0;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
overflow: hidden;
color: #fff;
background-color: #000;
}
.trx_addons_dropcap {
border-radius: 50%;
}
.trx_addons_dropcap_style_2 {
background-color: #efa758;
} .trx_addons_tooltip {
color: #efa758;
border-bottom: 1px solid #efa758;
position: relative;
cursor: default;
}
.trx_addons_tooltip:before {
content: attr(data-tooltip-text);
pointer-events: none;
display: inline-block;
padding: 0.6em 1em;
background-color: #efa758;
color: #fff;
opacity: 0;
border: none;
max-width: 15em;
font-size: 1em;
line-height: 1.3em;
position: absolute;
z-index: 1;
bottom: 150%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
font-size: 12px;
line-height: 15px;
border-radius: 0 !important;
-webkit-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
}
.trx_addons_tooltip:after {
content: " ";
pointer-events: none;
display: block;
width: 0;
height: 0;
position: absolute;
z-index: 2;
bottom: 150%;
left: 50%;
border: 4px solid transparent;
border-top-color: #efa758;
opacity: 0;
margin: 0 0 -7px -2px;
-webkit-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.trx_addons_tooltip:hover:before,
.trx_addons_tooltip:hover:after {
bottom: 115%;
opacity: 1;
} del {
color: #ddd;
text-decoration: line-through;
} .trx_addons_no_margin {
margin: 0;
} ul[class*=trx_addons_list] {
list-style-type: none;
padding-left: 1.2em;
}
ul[class*=trx_addons_list] > li {
position: relative;
}
ul[class*=trx_addons_list] > li:before {
font-family: "trx_addons_icons";
display: inline-block;
position: absolute;
z-index: 1;
top: 0;
left: -1em;
line-height: inherit;
}
ul.trx_addons_list_success,
ul.trx_addons_list_error,
ul.trx_addons_list_plus,
ul.trx_addons_list_minus {
padding-left: 1.5em;
}
ul.trx_addons_list_success > li:before,
ul.trx_addons_list_error > li:before,
ul.trx_addons_list_plus > li:before,
ul.trx_addons_list_minus > li:before {
left: -1.3em;
}
ul[class*=trx_addons_list_dot] > li:before {
content: "\e8b6";
}
ul[class*=trx_addons_list_custom] > li:before {
content: "\e884";
}
ul[class*=trx_addons_list_success] > li:before {
content: "\e874";
}
ul[class*=trx_addons_list_error] > li:before {
content: "\e875";
}
ul[class*=trx_addons_list_info] > li:before {
content: "\e87f";
}
ul[class*=trx_addons_list_plus] > li:before {
content: "\e876";
}
ul[class*=trx_addons_list_minus] > li:before {
content: "\e877";
}
ul[class*=trx_addons_list_help] > li:before {
content: "\e87c";
}
ul[class*=trx_addons_list_attention] > li:before {
content: "\e880";
}
ul[class*=trx_addons_list][class*=_circled] {
padding-left: 1.8em;
}
ul[class*=trx_addons_list][class*=_circled] > li:before {
display: inline-block;
color: #fff;
background-color: #efa758;
font-size: 10px;
left: -2.4em;
top: 0.4em;
width: 1.7em;
height: 1.7em;
line-height: 1.7em;
text-align: center;
border-radius: 50%;
}
ul.trx_addons_list_parameters {
padding-left: 0 !important;
}
ul.trx_addons_list_parameters > li:before {
display: none;
}
ul.trx_addons_list_parameters > li + li {
padding-top: 0.2em;
margin-top: 0.2em;
border-top: 1px solid #ddd;
}
.trx_addons_list_parameters > li {
white-space: nowrap;
}
.trx_addons_list_parameters > li > strong {
display: inline-block;
width: 75%;
text-align: left;
font-family: inherit;
font-weight: inherit;
white-space: normal;
vertical-align: top;
color: inherit;
}
.trx_addons_list_parameters > li > em {
display: inline-block;
width: 25%;
text-align: left;
font-family: inherit;
font-style: normal;
font-weight: inherit;
white-space: normal;
vertical-align: top;
color: inherit;
} .sc_float_left {
float: left;
}
.sc_float_right {
float: right;
}
.sc_float_center {
margin-left: auto;
margin-right: auto;
}
.sc_align_left {
text-align: left;
}
.sc_align_right {
text-align: right;
}
.sc_align_center {
text-align: center;
}
.sc_align_justify {
text-align: justify;
}
.sc_padding_tiny {
padding: 1em 6%;
}
.sc_padding_small {
padding: 2em 8%;
}
.sc_padding_medium {
padding: 3em 10%;
}
.sc_padding_large {
padding: 4em 12%;
}
.sc_margin_tiny {
margin: 1em 6%;
}
.sc_margin_small {
margin: 2em 8%;
}
.sc_margin_medium {
margin: 3em 10%;
}
.sc_margin_large {
margin: 4em 12%;
} .sc_push_x_tiny {
margin-left: 2em !important;
}
.sc_push_x_tiny_negative {
margin-left: -2em !important;
}
.sc_push_x_small {
margin-left: 4em !important;
}
.sc_push_x_small_negative {
margin-left: -4em !important;
}
.sc_push_x_medium {
margin-left: 6em !important;
}
.sc_push_x_medium_negative {
margin-left: -6em !important;
}
.sc_push_x_large {
margin-left: 8em !important;
}
.sc_push_x_large_negative {
margin-left: -8em !important;
}
.sc_push_tiny,
.sc_push_y_tiny {
margin-top: 2em !important;
}
.sc_push_tiny_negative,
.sc_push_y_tiny_negative {
margin-top: -2em !important;
}
.sc_push_small,
.sc_push_y_small {
margin-top: 4em !important;
}
.sc_push_small_negative,
.sc_push_y_small_negative {
margin-top: -4em !important;
}
.sc_push_medium,
.sc_push_y_medium {
margin-top: 6em !important;
}
.sc_push_medium_negative,
.sc_push_y_medium_negative {
margin-top: -6em !important;
}
.sc_push_large,
.sc_push_y_large {
margin-top: 8em !important;
}
.sc_push_large_negative,
.sc_push_y_large_negative {
margin-top: -8em !important;
} [class*=sc_push_] .woocommerce .products:after {
display: none;
clear: none;
}
[class*=sc_push_] .woocommerce .products {
overflow: hidden;
} .sc_pull_x_tiny {
margin-right: 2em !important;
}
.sc_pull_x_tiny_negative {
margin-right: -2em !important;
}
.sc_pull_x_small {
margin-right: 4em !important;
}
.sc_pull_x_small_negative {
margin-right: -4em !important;
}
.sc_pull_x_medium {
margin-right: 6em !important;
}
.sc_pull_x_medium_negative {
margin-right: -6em !important;
}
.sc_pull_x_large {
margin-right: 8em !important;
}
.sc_pull_x_large_negative {
margin-right: -8em !important;
}
.sc_pull_tiny,
.sc_pull_y_tiny {
margin-bottom: 2em !important;
}
.sc_pull_tiny_negative,
.sc_pull_y_tiny_negative {
margin-bottom: -2em !important;
}
.sc_pull_small,
.sc_pull_y_small {
margin-bottom: 4em !important;
}
.sc_pull_small_negative,
.sc_pull_y_small_negative {
margin-bottom: -4em !important;
}
.sc_pull_medium,
.sc_pull_y_medium {
margin-bottom: 6em !important;
}
.sc_pull_medium_negative,
.sc_pull_y_medium_negative {
margin-bottom: -6em !important;
}
.sc_pull_large,
.sc_pull_y_large {
margin-bottom: 8em !important;
}
.sc_pull_large_negative,
.sc_pull_y_large_negative {
margin-bottom: -8em !important;
} [class*=sc_shift_] {
position: relative;
z-index: 0;
}
.sc_shift_x_tiny {
left: 2em !important;
}
.sc_shift_x_tiny_negative {
left: -2em !important;
}
.sc_shift_x_small {
left: 4em !important;
}
.sc_shift_x_small_negative {
left: -4em !important;
}
.sc_shift_x_medium {
left: 6em !important;
}
.sc_shift_x_medium_negative {
left: -6em !important;
}
.sc_shift_x_large {
left: 8em !important;
}
.sc_shift_x_large_negative {
left: -8em !important;
}
.sc_shift_y_tiny {
top: 2em !important;
}
.sc_shift_y_tiny_negative {
top: -2em !important;
}
.sc_shift_y_small {
top: 4em !important;
}
.sc_shift_y_small_negative {
top: -4em !important;
}
.sc_shift_y_medium {
top: 6em !important;
}
.sc_shift_y_medium_negative {
top: -6em !important;
}
.sc_shift_y_large {
top: 8em !important;
}
.sc_shift_y_large_negative {
top: -8em !important;
}
a .sc_icon_as_image {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a:hover .sc_icon_as_image {
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-ms-filter: grayscale(1);
-o-filter: grayscale(1);
filter: grayscale(1);
}
.sc_item_title,
.sc_item_subtitle,
.sc_item_descr,
.sc_item_button {
margin: 0;
}
.sc_item_title {
line-height: 1.2em;
}
.sc_item_title > small,
.sc_item_title > big {
display: inline-block;
margin-bottom: 0.9em;
}
.sc_item_title + .sc_item_subtitle {
margin-top: 0.25em;
}
.sc_item_subtitle + .sc_item_title {
margin-top: 0.6em;
}
.sc_item_subtitle {
font-size: 1em;
line-height: 1.5em;
font-weight: 400;
font-style: italic;
text-transform: none;
letter-spacing: 0;
}
.sc_item_button {
line-height: 0;
} .sc_item_subtitle.sc_item_title_style_shadow {
font-size: 8rem;
line-height: 1.2em;
font-weight: 900;
font-style: normal;
position: absolute;
z-index: 0;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
color: #f0f0f0;
opacity: 0.1;
}
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_left,
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_default {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_right {
left: auto;
right: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.sc_item_subtitle.sc_item_title_style_shadow + .sc_item_title {
padding: 2.5rem 0;
margin: 0;
} .sc_item_title.sc_item_title_style_accent {
position: relative;
}
.sc_item_title.sc_item_title_style_accent b {
font-size: 6em;
line-height: 0.8em;
font-weight: 900;
font-style: normal;
position: absolute;
z-index: 0;
bottom: -100%;
left: 0;
color: rgba(200, 200, 200, 0.1);
letter-spacing: 0;
}
.sc_item_title.sc_item_title_style_accent i {
display: inline-block;
font-size: 1rem;
font-weight: normal;
font-style: normal;
padding: 1.2em 0.5em;
color: #fff;
background-color: #000;
text-align: center;
position: absolute;
z-index: 1;
top: -5.25em;
right: 0;
width: 5em;
height: 5em;
line-height: 1.25em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 50%;
letter-spacing: 0;
}
.sc_item_title.sc_item_title_style_accent.sc_align_center b {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.sc_item_title.sc_item_title_style_accent.sc_align_right b {
left: auto;
right: 0;
}
.sc_item_title.sc_item_title_style_accent.sc_align_right i {
left: 0;
right: auto;
}
.sc_item_title + .sc_item_descr,
.sc_item_subtitle + .sc_item_descr {
margin-top: 1em;
}
.sc_item_title + .sc_item_slider,
.sc_item_subtitle + .sc_item_slider,
.sc_item_descr + .sc_item_slider,
.sc_item_title + .sc_item_columns,
.sc_item_subtitle + .sc_item_columns,
.sc_item_descr + .sc_item_columns,
.sc_item_title + .sc_item_content,
.sc_item_subtitle + .sc_item_content,
.sc_item_descr + .sc_item_content {
margin-top: 2em;
}
.sc_item_title + .sc_item_slider,
.sc_item_subtitle + .sc_item_slider,
.sc_item_title + .sc_item_columns,
.sc_item_subtitle + .sc_item_columns,
.sc_item_title + .sc_item_content,
.sc_item_subtitle + .sc_item_content {
margin-top: 2em;
}
.sc_item_descr + .sc_item_slider,
.sc_item_descr + .sc_item_columns,
.sc_item_descr + .sc_item_content {
margin-top: 3em;
}
h1.sc_item_title_tag + .sc_item_descr,
h1.sc_item_title_tag + .sc_item_slider,
h1.sc_item_title_tag + .sc_item_columns,
h1.sc_item_title_tag + .sc_item_content {
margin-top: 2em;
}
h2.sc_item_title_tag + .sc_item_descr,
h2.sc_item_title_tag + .sc_item_slider,
h2.sc_item_title_tag + .sc_item_columns,
h2.sc_item_title_tag + .sc_item_content {
margin-top: 1.8em;
}
h3.sc_item_title_tag + .sc_item_descr,
h3.sc_item_title_tag + .sc_item_slider,
h3.sc_item_title_tag + .sc_item_columns,
h3.sc_item_title_tag + .sc_item_content {
margin-top: 1.6em;
}
h4.sc_item_title_tag + .sc_item_descr,
h4.sc_item_title_tag + .sc_item_slider,
h4.sc_item_title_tag + .sc_item_columns,
h4.sc_item_title_tag + .sc_item_content {
margin-top: 1.4em;
}
h5.sc_item_title_tag + .sc_item_descr,
h5.sc_item_title_tag + .sc_item_slider,
h5.sc_item_title_tag + .sc_item_columns,
h5.sc_item_title_tag + .sc_item_content {
margin-top: 1.2em;
}
h6.sc_item_title_tag + .sc_item_descr,
h6.sc_item_title_tag + .sc_item_slider,
h6.sc_item_title_tag + .sc_item_columns,
h6.sc_item_title_tag + .sc_item_content {
margin-top: 1em;
}
.sc_item_descr {
margin-bottom: 2em;
max-width: 85%;
}
.sc_item_descr.sc_align_center {
max-width: 75%;
margin-left: auto;
margin-right: auto;
}
.sc_item_descr:last-child {
margin-bottom: 0;
}
.wpb_column:not(.vc_col-sm-12) .sc_item_descr.sc_align_center {
max-width: none;
}
nav.sc_item_pagination {
margin-top: 1em;
}
nav.sc_item_pagination .nav-links {
margin-top: 0;
display: inline-block;
}
nav.sc_item_pagination_advanced_pages .nav-links {
max-width: 75%;
}
nav.sc_item_pagination a {
cursor: pointer;
}
nav.sc_item_pagination .page-count {
width: auto;
float: right;
line-height: 4em;
margin-top: 0.6667em;
max-width: 25%;
}
.sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image,
.sc_item_subtitle + .sc_item_button, .sc_item_subtitle + .sc_item_button_image,
.sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image,
.sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image,
.sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image,
.sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image,
.sc_item_pagination + .sc_item_button, .sc_item_pagination + .sc_item_button_image {
margin-top: 2em;
}
.sc_item_title + .sc_item_button_simple,
.sc_item_subtitle + .sc_item_button_simple,
.sc_item_descr + .sc_item_button_simple,
.sc_item_content + .sc_item_button_simple,
.sc_item_slider + .sc_item_button_simple,
.sc_item_columns + .sc_item_button_simple,
.sc_item_pagination + .sc_item_button_simple {
margin-top: 1.5em;
}
.sc_item_button_image img {
max-height: 8em;
width: auto;
} #trx_addons_post_details_popup_overlay {
position: fixed;
z-index: 100000;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
display: none;
}
#trx_addons_post_details_popup {
position: fixed;
z-index: 100001;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 50%;
height: 80%;
display: none;
}
.trx_addons_post_details_popup_close,
.trx_addons_post_details_popup_prev,
.trx_addons_post_details_popup_next {
position: absolute;
z-index: 1;
top: -2em;
right: -2em;
color: #fff;
font-size: 1.5em;
padding: 6px;
cursor: pointer;
}
.trx_addons_post_details_popup_prev,
.trx_addons_post_details_popup_next {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.trx_addons_post_details_popup_prev {
left: -2em;
right: auto;
}
#trx_addons_post_details_popup .trx_addons_post_details_content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
overflow-x: hidden;
overflow-y: auto;
}
#trx_addons_post_details_popup .post_details_page_title {
background-color: #f0f0f0;
margin: 0;
padding: 0.2em 3em 0.2em 0.5em;
position: relative;
}
#trx_addons_post_details_popup .post_details_page_price {
position: absolute;
z-index: 1;
top: 0.2em;
right: 0.5em;
}
#trx_addons_post_details_popup .post_details_page_header {
margin-bottom: 0;
}
#trx_addons_post_details_popup .post_details_page_content {
padding: 2em;
}
#trx_addons_post_details_popup .post_details_page_details {
padding: 0 2em;
}
#trx_addons_post_details_popup .post_details_page_button {
padding: 1em 2em 2em;
} .trx_addons_text_gradient {
display: inline-block;
}
.trx_addons_text_gradient,
.trx_addons_text_gradient * {
-moz-background-clip: text !important;
-o-background-clip: text !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-moz-text-fill-color: transparent !important;
-o-text-fill-color: transparent !important;
-webkit-text-fill-color: transparent !important;
text-fill-color: transparent !important;
background: #efa758;
background: -o-linear-gradient(315deg, #efa758, #ef58a7);
background: linear-gradient(135deg, #efa758, #ef58a7);
} .elementor-editor-active .hide_on_wide,
.elementor-editor-active .sc_layouts_hide_on_wide,
.elementor-editor-active .hide_on_desktop,
.elementor-editor-active .sc_layouts_hide_on_desktop,
.elementor-editor-active .hide_on_notebook,
.elementor-editor-active .sc_layouts_hide_on_notebook,
.elementor-editor-active .hide_on_tablet,
.elementor-editor-active .sc_layouts_hide_on_tablet,
.elementor-editor-active .hide_on_mobile,
.elementor-editor-active .sc_layouts_hide_on_mobile {
display: block !important;
}
.elementor-editor-active .sc_layouts_column .sc_layouts_item.hide_on_wide,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_wide,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.hide_on_desktop,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_desktop,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.hide_on_notebook,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_notebook,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.hide_on_tablet,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_tablet,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.hide_on_mobile,
.elementor-editor-active .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_mobile {
display: inline-block !important;
}
.elementor-editor-active .elementor-inner {
margin-top: 0 !important;
}
.elementor-container:not(.elementor-column-gap-no) > .elementor-row > .elementor-column > .elementor-element-populated {
padding-top: 0;
padding-bottom: 0;
} .elementor-editor-active .elementor.elementor-edit-mode .elementor-element > .elementor-element-overlay {
z-index: 100000 !important; }
.elementor-editor-active.single-cpt_layouts .elementor.elementor-edit-mode .elementor-element.elementor-widget-empty.sc_layouts_item .elementor-widget-empty-icon {
padding: 10px;
} .trx_addons_sc_not_exists {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 1.5em;
border: 3px solid #b7084e;
background-image: -o-linear-gradient(top, #f3f3f3, #fff);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));
background-image: linear-gradient(180deg, #f3f3f3, #fff);
}
.trx_addons_sc_not_exists_title {
margin-top: 0;
}
.trx_addons_sc_not_exists_description p:last-child {
margin-bottom: 0;
}
.sc_layouts_featured_title_preview {
margin: 0;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .elementor-editor-active .elementor.elementor-edit-mode .elementor-top-section.sc_layouts_row_type_narrow > .elementor-container > .elementor-row {
min-height: 40px;
}
.elementor-editor-active .sc_layouts_row_type_narrow .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap {
min-height: 30px;
} .elementor-section {
position: relative;
}
.elementor-column.sc_column_fixed {
-webkit-align-self: flex-start;
-ms-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.sc_column_fixed_placeholder {
min-height: 1px;
} .elementor-widget-text-editor :last-child,
.elementor-widget-text-editor p:last-child {
margin-bottom: 0;
} .elementor-widget-spacer.sc_height_tiny .elementor-spacer-inner {
height: 1rem !important;
}
.elementor-widget-spacer.sc_height_small .elementor-spacer-inner {
height: 2rem !important;
}
.elementor-widget-spacer.sc_height_medium .elementor-spacer-inner {
height: 3.3333rem !important;
}
.elementor-widget-spacer.sc_height_large .elementor-spacer-inner,
.elementor-widget-spacer.sc_height_big .elementor-spacer-inner {
height: 6.6667rem !important;
}
.elementor-widget-spacer.sc_height_huge .elementor-spacer-inner {
height: 8.6667rem !important;
} .elementor-widget-divider.sc_height_tiny .elementor-divider {
padding: 1rem 0 !important;
}
.elementor-widget-divider.sc_height_small .elementor-divider {
padding: 2rem 0 !important;
}
.elementor-widget-divider.sc_height_medium .elementor-divider {
padding: 3.3333rem 0 !important;
}
.elementor-widget-divider.sc_height_large .elementor-divider,
.elementor-widget-divider.sc_height_big .elementor-divider {
padding: 6.6667rem 0 !important;
}
.elementor-widget-divider.sc_height_huge .elementor-divider {
padding: 8.6667rem 0 !important;
} .elementor-section[class*=sc_bg_mask_],
.elementor-column[class*=sc_extra_bg_] > .elementor-column-wrap,
.elementor-column[class*=sc_bg_mask_] > .elementor-column-wrap,
.elementor-widget-text-editor[class*=sc_extra_bg_],
.elementor-widget-text-editor[class*=sc_bg_mask_] {
position: relative;
z-index: 0;
}
.elementor-widget-text-editor[class*=sc_bg_mask_] > .wpb_wrapper {
position: relative;
z-index: 2;
}
.elementor-column[class*=sc_extra_bg_] > .elementor-column-wrap:after,
.elementor-widget-text-editor[class*=sc_extra_bg_]:after {
content: " ";
display: block;
position: absolute;
z-index: -1;
background: inherit;
}
.elementor-section[class*=sc_bg_mask_]:before,
.elementor-column[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-widget-text-editor[class*=sc_bg_mask_]:before {
content: " ";
display: block !important;
background-color: inherit;
position: absolute;
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.elementor-section.vc_parallax[class*=sc_bg_mask_]:before {
z-index: 1;
}
.elementor-column.sc_extra_bg_tiny[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_extra_bg_tiny[class*=sc_bg_mask_]:before,
.elementor-column.sc_extra_bg_tiny > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_tiny:after {
position: absolute;
top: -2em;
right: -2em;
bottom: -2em;
left: -2em;
}
.elementor-column.sc_extra_bg_small[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_extra_bg_small[class*=sc_bg_mask_]:before,
.elementor-column.sc_extra_bg_small > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_small:after {
position: absolute;
top: -4em;
right: -4em;
bottom: -4em;
left: -4em;
}
.elementor-column.sc_extra_bg_medium[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_extra_bg_medium[class*=sc_bg_mask_]:before,
.elementor-column.sc_extra_bg_medium > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_medium:after {
position: absolute;
top: -6em;
right: -6em;
bottom: -6em;
left: -6em;
}
.elementor-column.sc_extra_bg_large[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_extra_bg_large[class*=sc_bg_mask_]:before,
.elementor-column.sc_extra_bg_large > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_large:after {
position: absolute;
top: -8em;
right: -8em;
bottom: -8em;
left: -8em;
}
.elementor-section.sc_bg_mask_bg_color:before,
.elementor-column.sc_bg_mask_bg_color > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_bg_color:before {
background-color: inherit;
}
.elementor-section.sc_bg_mask_1:before,
.elementor-column.sc_bg_mask_1 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_1:before {
opacity: 0.1;
}
.elementor-section.sc_bg_mask_2:before,
.elementor-column.sc_bg_mask_2 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_2:before {
opacity: 0.2;
}
.elementor-section.sc_bg_mask_3:before,
.elementor-column.sc_bg_mask_3 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_3:before {
opacity: 0.3;
}
.elementor-section.sc_bg_mask_4:before,
.elementor-column.sc_bg_mask_4 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_4:before {
opacity: 0.4;
}
.elementor-section.sc_bg_mask_5:before,
.elementor-column.sc_bg_mask_5 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_5:before {
opacity: 0.5;
}
.elementor-section.sc_bg_mask_6:before,
.elementor-column.sc_bg_mask_6 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_6:before {
opacity: 0.6;
}
.elementor-section.sc_bg_mask_7:before,
.elementor-column.sc_bg_mask_7 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_7:before {
opacity: 0.7;
}
.elementor-section.sc_bg_mask_8:before,
.elementor-column.sc_bg_mask_8 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_8:before {
opacity: 0.8;
}
.elementor-section.sc_bg_mask_9:before,
.elementor-column.sc_bg_mask_9 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_9:before {
opacity: 0.9;
} .elementor-column[class*=sc_shift_x_],
.elementor-column[class*=sc_shift_y_] {
position: relative;
z-index: 0;
}
.elementor-column.sc_shift_x_tiny {
left: 2em;
}
.elementor-column.sc_shift_x_tiny_negative {
left: -2em;
}
.elementor-column.sc_shift_x_small {
left: 4em;
}
.elementor-column.sc_shift_x_small_negative {
left: -4em;
}
.elementor-column.sc_shift_x_medium {
left: 6em;
}
.elementor-column.sc_shift_x_medium_negative {
left: -6em;
}
.elementor-column.sc_shift_x_large {
left: 8em;
}
.elementor-column.sc_shift_x_large_negative {
left: -8em;
}
.elementor-column.sc_shift_y_tiny {
top: 2em;
}
.elementor-column.sc_shift_y_tiny_negative {
top: -2em;
}
.elementor-column.sc_shift_y_small {
top: 4em;
}
.elementor-column.sc_shift_y_small_negative {
top: -4em;
}
.elementor-column.sc_shift_y_medium {
top: 6em;
}
.elementor-column.sc_shift_y_medium_negative {
top: -6em;
}
.elementor-column.sc_shift_y_large {
top: 8em;
}
.elementor-column.sc_shift_y_large_negative {
top: -8em;
} .elementor-widget-trx_sc_googlemap .sc_googlemap_marker[data-icon]:before {
display: none;
} .elementor-widget-trx_sc_layouts.elementor-element-edit-mode .sc_layouts {
position: relative;
}
.elementor-widget-trx_sc_layouts.elementor-element-edit-mode .sc_layouts:after {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
} .elementor-container[class*=elementor-column-gap-] > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
padding: 0;
}
.sc_events {
position: relative;
}
.sc_events_button {
text-align: center;
}
.sc_events_item {
display: block;
overflow: hidden;
position: relative;
background-color: #f7f7f7;
height: 5.2632em;
}
.sc_events_item + .sc_events_item {
margin-top: 1em;
}
.sc_events_item_date,
.sc_events_item_title,
.sc_events_item_button {
position: absolute;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_events_item_date {
top: 0;
left: 0;
width: 6.4286em;
height: 5.2632em;
color: #292929;
text-align: center;
}
.sc_events_default .sc_events_item_date {
background-color: #292929;
color: #fff;
}
.sc_events_default .sc_events_item:hover .sc_events_item_date {
background-color: #efa758;
}
.sc_events_item_day {
display: block;
font-size: 2em;
line-height: 1.5em;
font-weight: 300;
margin-top: 0.2em;
}
.sc_events_item_month {
font-size: 0.7143em;
line-height: 1.3em;
text-transform: uppercase;
display: block;
}
.sc_events_item_title {
font-size: 1.1429em;
line-height: 1.3em;
left: 8em;
color: #292929;
max-width: 75%;
padding-right: 3em;
}
.sc_events_item:hover .sc_events_item_title {
color: #efa758;
}
.sc_events_item_time {
color: #888888;
}
.sc_events_item:hover .sc_events_item_time {
color: #efa758;
}
.sc_events_item_title,
.sc_events_item_button {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sc_events_item_button {
right: 3em;
color: #292929;
text-align: center;
min-height: 1.3em;
}
.sc_events_item:hover .sc_events_item_button {
color: #efa758;
}
.sc_events_item_button:before {
content: "\e884";
font-family: "trx_addons_icons";
}
.sc_events_item_button:before,
.sc_events_item_button:after {
font-size: 0.9286em;
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_events_item_button:after {
left: -30px;
opacity: 0;
}
.sc_events_item:hover .sc_events_item_button:before {
opacity: 0;
left: 30px;
}
.sc_events_item:hover .sc_events_item_button:after {
opacity: 1;
left: 0;
} .sc_events_detailed .sc_events_item {
background-color: transparent;
border: 1px solid #efa758;
white-space: nowrap;
height: auto;
}
.sc_events_detailed .sc_events_item,
.sc_events_detailed .sc_events_item_date,
.sc_events_detailed .sc_events_item_date_wrap,
.sc_events_detailed .sc_events_item_title,
.sc_events_detailed .sc_events_item_time,
.sc_events_detailed .sc_events_item_time_wrap:before,
.sc_events_detailed .sc_events_item_button,
.sc_events_detailed .sc_events_item_button_wrap:before {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.sc_events_detailed .sc_events_item_date_wrap,
.sc_events_detailed .sc_events_item_time_wrap,
.sc_events_detailed .sc_events_item_title_wrap,
.sc_events_detailed .sc_events_item_button_wrap {
position: relative;
display: inline-block;
vertical-align: top;
height: 4em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_events_detailed .sc_events_item_date_wrap {
border-right: 1px solid #efa758;
width: 17%;
}
.sc_events_detailed .sc_events_item_title_wrap {
width: 48%;
}
.sc_events_detailed .sc_events_item_time_wrap {
width: 19%;
}
.sc_events_detailed .sc_events_item_button_wrap {
width: 16%;
}
.sc_events_detailed .sc_events_item_time_wrap:before,
.sc_events_detailed .sc_events_item_button_wrap:before {
content: " ";
display: block;
border-right: 2px solid #efa758;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 0;
height: 1em;
}
.sc_events_detailed .sc_events_item_date,
.sc_events_detailed .sc_events_item_time,
.sc_events_detailed .sc_events_item_title,
.sc_events_detailed .sc_events_item_button {
display: block;
white-space: normal;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: auto;
min-height: 0;
max-height: none;
max-width: none;
padding: 0 1.5em;
background-color: transparent;
text-align: left;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_events_detailed .sc_events_item_date,
.sc_events_detailed .sc_events_item_time,
.sc_events_detailed .sc_events_item_button {
font-size: 0.7368em;
line-height: 1.3em;
font-weight: 700;
text-transform: uppercase;
}
.sc_events_detailed .sc_events_item_title {
font-size: 1.0526em;
line-height: 1.2em;
font-weight: 700;
font-style: italic;
}
.sc_events_detailed .sc_events_item_time,
.sc_events_detailed .sc_events_item_button {
padding: 0 1em;
}
.sc_events_detailed .sc_events_item_button:before,
.sc_events_detailed .sc_events_item_button:after {
display: none;
}
.sc_events_detailed .sc_events_item:hover {
background-color: #efa758;
color: #fff;
}
.sc_events_detailed .sc_events_item:hover .sc_events_item_time_wrap:before,
.sc_events_detailed .sc_events_item:hover .sc_events_item_button_wrap:before {
border-color: #fff;
} .woocommerce div.product form.cart .variations td {
display: block;
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce div.product form.cart .variations tr + tr td.label {
padding: 1em 0 0;
}
.trx_addons_attrib_item {
cursor: pointer !important;
}
.trx_addons_attrib_item span {
overflow: hidden;
display: block;
} .trx_addons_attrib_item.trx_addons_attrib_image {
display: inline-block;
vertical-align: top;
margin: 0 0.5em 5px 0;
padding: 5px;
border: 1px solid #ddd;
background-color: #fff;
}
.trx_addons_attrib_item.trx_addons_attrib_image img {
width: 70px;
height: auto;
} .trx_addons_attrib_item.trx_addons_attrib_color {
display: inline-block;
vertical-align: top;
margin: 0 0.5em 5px 0;
padding: 3px;
border: 1px solid #ddd;
background-color: #fafafa;
}
.trx_addons_attrib_item.trx_addons_attrib_color span {
display: block;
width: 30px;
height: 30px;
} .trx_addons_attrib_item.trx_addons_attrib_button {
display: inline-block;
vertical-align: top;
margin: 0 0.5em 5px 0;
padding: 3px;
border: 1px solid #ddd;
background-color: #fafafa;
}
.trx_addons_attrib_item.trx_addons_attrib_button span {
padding: 0.5em 1.5em;
} .trx_addons_attrib_item.trx_addons_attrib_selected {
background-color: #f0f0f0;
border-color: red;
} .trx_addons_attrib_item.trx_addons_attrib_disabled {
cursor: not-allowed !important;
}
.trx_addons_attrib_item.trx_addons_attrib_disabled span {
position: relative;
}
.trx_addons_attrib_item.trx_addons_attrib_disabled span:before,
.trx_addons_attrib_item.trx_addons_attrib_disabled span:after {
content: " ";
position: absolute;
z-index: 1;
top: 50%;
left: -20%;
width: 140%;
height: 1px;
background-color: #f0f0f0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.trx_addons_attrib_item.trx_addons_attrib_disabled span:after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
} .trx_addons_woocommerce_search .trx_addons_woocommerce_search_button:before {
margin-right: 0.5em;
vertical-align: middle;
text-align: center;
} .trx_addons_woocommerce_search_type_form .trx_addons_woocommerce_search_last_text {
display: block;
margin-bottom: 1.3em;
} .trx_addons_woocommerce_search_type_inline {
font-size: 1.5em;
line-height: 1.7em;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_options,
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_button {
display: inline-block;
vertical-align: top;
width: 80%;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_button {
width: 20%;
text-align: right;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field input[type=text],
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field .trx_addons_woocommerce_search_form_field_label {
width: auto;
border: none;
border-bottom: 2px solid #ddd;
background-color: transparent !important;
color: #ddd;
padding: 0.2em;
margin: 0 0.3em;
border-radius: 0 !important;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field input[type=text] {
width: 4em;
text-align: center;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field .trx_addons_woocommerce_search_form_field_label {
cursor: pointer;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_type_select {
position: relative;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_list {
display: none;
position: absolute;
z-index: 10;
top: 2em;
left: 50%;
width: 280px;
height: auto;
font-size: 0.6667em;
line-height: 1.5em;
margin-left: -140px;
max-height: 400px;
overflow-y: auto;
overflow-x: hidden;
border: 1px solid #ddd;
background-color: #f7f7f7;
padding: 0;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_list li {
cursor: pointer;
display: inline-block;
vertical-align: top;
width: 50%;
padding: 0.5em 1em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_woocommerce_search_type_inline .trx_addons_woocommerce_search_form_field_list li:before {
display: none;
} .yith_magnifier_zoom_wrap .yith_magnifier_zoom_magnifier {
border-width: 1px;
margin-left: 4px;
}
.yith_magnifier_gallery li + li {
padding-left: 20px;
}
.yith_magnifier_gallery li a {
margin-left: 0;
margin-right: 0;
} .sc_layouts_row {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_row_on_top {
z-index: 999999;
}
.sc_layouts_row .sc_layouts_item,
.sc_layouts_row .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin-top: 0.5em !important;
margin-bottom: 0.5em !important;
}
.sc_layouts_item {
max-width: 100%;
}
.sc_layouts_column .sc_layouts_item,
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
display: inline-block;
vertical-align: middle;
margin-right: 1.5em;
}
.sc_layouts_column .sc_layouts_item:last-child,
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text):last-child {
margin-right: 0 !important;
}
.sc_layouts_column_align_right .sc_layouts_item,
.sc_layouts_column_align_right .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin-left: 1.5em;
margin-right: 0;
}
.sc_layouts_column_align_right .sc_layouts_item:first-child {
margin-left: 0 !important;
}
.sc_layouts_row .vc_separator,
.sc_layouts_row .sc_layouts_item + div.vc_separator:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text),
.sc_layouts_row .vc_empty_space,
.sc_layouts_row .sc_layouts_item + div.vc_empty_space:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin: 0 !important;
}
.sc_layouts_column .vc_empty_space {
width: 100%;
}
.sc_layouts_column_align_left,
.sc_layouts_column.sc_layouts_column_align_left .widget,
.sc_layouts_column.sc_layouts_column_align_left .widget_title,
.sc_layouts_column.sc_layouts_column_align_left .widgettitle {
text-align: left;
}
.sc_layouts_column_align_center,
.sc_layouts_column.sc_layouts_column_align_center .widget,
.sc_layouts_column.sc_layouts_column_align_center .widget_title,
.sc_layouts_column.sc_layouts_column_align_center .widgettitle {
text-align: center;
}
.sc_layouts_column_align_right,
.sc_layouts_column.sc_layouts_column_align_right .widget,
.sc_layouts_column.sc_layouts_column_align_right .widget_title,
.sc_layouts_column.sc_layouts_column_align_right .widgettitle {
text-align: right;
}
.sc_layouts_row_delimiter {
border-bottom: 1px solid #ddd;
} body.frontpage:not(.elementor-editor-active) .sc_layouts_hide_on_frontpage,
body.home-page:not(.elementor-editor-active) .sc_layouts_hide_on_frontpage,
body.error404:not(.elementor-editor-active) .sc_layouts_hide_on_frontpage,
body.single:not(.elementor-editor-active) .sc_layouts_hide_on_singular,
body.page:not(.elementor-editor-active) .sc_layouts_hide_on_singular,
body:not(.single):not(.page):not(.elementor-editor-active) .sc_layouts_hide_on_other {
display: none !important;
}  .sc_layouts_iconed_text {
white-space: nowrap;
}
.sc_layouts_item_link {
display: block;
}
.sc_layouts_item_icon {
font-size: 2.25em;
line-height: 1.1em;
display: inline-block;
vertical-align: middle;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_item_icon.sc_icon_type_svg svg,
.sc_layouts_item_icon.sc_icon_type_svg object {
width: 1em;
height: 1em;
}
.sc_layouts_item_details {
display: inline-block;
vertical-align: middle;
white-space: normal;
}
.sc_layouts_item_icon + .sc_layouts_item_details {
margin-left: 0.5em;
}
.sc_layouts_column_icons_position_left .sc_layouts_item_details {
text-align: left;
}
.sc_layouts_column_icons_position_right .sc_layouts_item_details {
text-align: right;
}
.sc_align_center .sc_layouts_item_details {
text-align: center;
}
.sc_layouts_item_details_line1,
.sc_layouts_item_details_line2 {
display: block;
}
.sc_layouts_item_details_line1 {
font-size: 0.8667em;
line-height: 1.2308em;
font-weight: 300;
}
.sc_layouts_item_details_line2 {
font-size: 1.0667em;
line-height: 1.3125em;
font-weight: 600;
}
.sc_layouts_column_icons_position_right .sc_layouts_item:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.sc_layouts_column_icons_position_right .sc_layouts_item_icon {
float: right;
margin-left: 0.4em;
margin-right: 0;
}
.sc_layouts_column_icons_position_right .sc_layouts_item_details {
float: right;
} .sc_layouts_login_menu .menu-item:not(.menu-item-has-children) .trx_addons_login_link {
padding: 1em 0em;
} .sc_layouts_row .sc_button {
background-color: #efa758;
color: #fff;
vertical-align: top;
text-align: center;
} .sc_layouts_row_type_narrow {
font-size: 13px;
line-height: 18px;
padding: 6px 0;
} .sc_layouts_row_type_narrow .sc_layouts_item_icon,
.sc_layouts_row_type_narrow .sc_layouts_item input[type=text] {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.sc_layouts_row_type_narrow .sc_layouts_item_details_line1,
.sc_layouts_row_type_narrow .sc_layouts_item_details_line2 {
display: inline-block;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.sc_layouts_row_type_narrow .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2 {
margin-left: 0.5em;
} .sc_layouts_row_type_narrow .socials_wrap {
margin: 0;
}
.sc_layouts_row_type_narrow .socials_wrap .social_item {
margin: 0 8px 0 0;
}
.sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon {
font-size: 15px;
width: auto;
height: auto;
line-height: inherit;
border-radius: 0;
}
.sc_layouts_row_type_narrow .socials_wrap .social_item_style_bg .social_icon {
width: 1.2em;
height: 1.2em;
}
.sc_layouts_row_type_narrow .socials_wrap .social_icon svg,
.sc_layouts_row_type_narrow .socials_wrap .social_icon object {
width: 1em;
height: 1em;
} .sc_layouts_row_type_narrow .sc_button {
background-color: transparent;
border: 1px solid #efa758;
color: #efa758;
} .sc_layouts_row_type_compact {
padding: 0.75em 0;
}
.sc_layouts_row_type_compact .sc_layouts_item,
.sc_layouts_row_type_normal .sc_layouts_item {
letter-spacing: 0;
} .sc_layouts_row_type_compact .sc_layouts_item_icon {
font-size: 1.25em;
font-weight: 400;
}
.sc_layouts_row_type_compact .sc_layouts_item input[type=text] {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.sc_layouts_row_type_compact .sc_layouts_item_details_line1,
.sc_layouts_row_type_compact .sc_layouts_item_details_line2 {
display: inline-block;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.sc_layouts_row_type_compact .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2 {
margin-left: 0.5em;
} .sc_layouts_row_type_compact .socials_wrap {
margin: 0 -10px 0 0;
}
.sc_layouts_row_type_compact .socials_wrap .social_item {
margin: 0 10px 0 0;
}
.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon {
font-size: 15px;
width: auto;
height: auto;
line-height: inherit;
border-radius: 0;
}
.sc_layouts_row_type_compact .socials_wrap .social_item_style_bg .social_icon {
width: 1.2em;
height: 1.2em;
} .sc_layouts_row_type_normal {
padding: 2em 0;
} .sc_layouts_row_fixed_placeholder {
display: none;
}
.sc_layouts_row_fixed_on + .sc_layouts_row_fixed_placeholder {
display: block;
}
.sc_layouts_row_fixed_on {
position: fixed;
z-index: 100002;
top: 0;
right: -15px;
bottom: auto;
left: -15px;
position: fixed !important;
margin: 0 !important;
background-color: #fff;
}
.sc_layouts_row_fixed_on.elementor-section:not(.elementor-section-justified) {
left: 0;
right: 0;
}
.sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on {
z-index: 100001;
}
.sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on {
z-index: 100000;
} .sc_layouts_row_hide_unfixed {
height: 0;
padding: 0;
overflow: hidden;
}
.sc_layouts_row_type_compact.sc_layouts_row_hide_unfixed {
padding: 0;
}
.elementor-editor-active .sc_layouts_row_hide_unfixed,
.sc_layouts_row_fixed_on.sc_layouts_row_hide_unfixed {
height: unset;
padding: unset;
overflow: unset;
} .sc_layouts_flex {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_flex > .sc_layouts_column {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
}
.sc_layouts_flex > .sc_layouts_column > .sc_layouts_item {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-grow: 1;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.sc_layouts_flex.sc_layouts_columns_stretch {
-ms-flex-line-pack: stretch;
align-content: stretch;
}
.sc_layouts_flex.sc_layouts_columns_top {
-ms-flex-line-pack: start;
align-content: flex-start;
}
.sc_layouts_flex.sc_layouts_columns_bottom {
-ms-flex-line-pack: end;
align-content: flex-end;
}
.sc_layouts_flex.sc_layouts_columns_middle {
-ms-flex-line-pack: center;
align-content: center;
}
.sc_layouts_flex.sc_layouts_content_top > .sc_layouts_column > .sc_layouts_item {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
}
.sc_layouts_flex.sc_layouts_content_top:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.sc_layouts_flex.sc_layouts_content_bottom > .sc_layouts_column > .sc_layouts_item {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
}
.sc_layouts_flex.sc_layouts_content_bottom:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.sc_layouts_flex.sc_layouts_content_middle > .sc_layouts_column > .sc_layouts_item {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.sc_layouts_flex.sc_layouts_content_middle:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.sc_layouts_flex.sc_layouts_columns_bottom:after,
.sc_layouts_flex.sc_layouts_columns_middle:after,
.sc_layouts_flex.sc_layouts_columns_top:after {
content: "";
width: 100%;
height: 0;
overflow: hidden;
visibility: hidden;
display: block;
} .sc_layouts_popup {
display: none;
background-color: #fff;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.sc_layouts_popup > p {
margin: 0;
}
.mfp-content .sc_layouts_popup {
display: block;
}
.mfp-inline-holder div.mfp-content,
.mfp-ajax-holder div.mfp-content {
width: auto;
min-width: 60%;
max-width: 85%;
min-height: 40%;
max-height: 80%;
} .sc_layouts_panel_hide_content {
position: fixed;
z-index: 100000;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
-webkit-transform: translateX(200%);
-ms-transform: translateX(200%);
transform: translateX(200%);
-webkit-transition: background-color 0.8s ease;
-o-transition: background-color 0.8s ease;
transition: background-color 0.8s ease;
}
.sc_layouts_panel_hide_content.sc_layouts_panel_opened {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
background-color: rgba(0, 0, 0, 0.5);
}
.sc_layouts_panel {
background-color: #fff;
-webkit-transition: -webkit-transform 0.8s ease;
transition: -webkit-transform 0.8s ease;
-o-transition: transform 0.8s ease;
transition: transform 0.8s ease;
transition: transform 0.8s ease, -webkit-transform 0.8s ease;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 2em 3em;
}
.sc_layouts_panel_left {
-webkit-transform: translateX(-150%);
-ms-transform: translateX(-150%);
transform: translateX(-150%);
position: fixed;
z-index: 100001;
top: 0;
left: 0;
max-width: 100%;
height: 100%;
}
.sc_layouts_panel_right {
-webkit-transform: translateX(150%);
-ms-transform: translateX(150%);
transform: translateX(150%);
position: fixed;
z-index: 100001;
top: 0;
right: 0;
max-width: 100%;
height: 100%;
}
.sc_layouts_panel_top {
-webkit-transform: translateY(-150%);
-ms-transform: translateY(-150%);
transform: translateY(-150%);
position: fixed;
z-index: 100001;
top: 0;
left: 0;
max-height: 100%;
width: 100%;
}
.sc_layouts_panel_bottom {
-webkit-transform: translateY(150%);
-ms-transform: translateY(150%);
transform: translateY(150%);
position: fixed;
z-index: 100001;
bottom: 0;
left: 0;
max-height: 100%;
width: 100%;
}
.sc_layouts_panel > p {
margin: 0;
}
.sc_layouts_panel.sc_layouts_panel_opened {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.sc_layouts_panel_close {
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.sc_layouts_panel_close:before {
content: "\e875";
font-family: "trx_addons_icons";
display: block;
padding: 1em;
font-size: 1.25em;
line-height: 1.25em;
}
.sc_services {
position: relative;
}
.sc_services .post_featured {
position: relative;
}
.sc_services .post_featured > .sc_services_item_price {
position: absolute;
z-index: 4;
bottom: 6px;
right: 8px;
font-size: 1.5em;
font-weight: normal;
color: #fff;
text-shadow: 0 0 10px #000;
}
.sc_services .sc_services_item_title.with_price .sc_services_item_price {
margin: 0.3em 0;
}
.sc_services .sc_services_item_pictogram img {
height: 2em;
max-height: 100%;
width: auto;
max-width: none;
}
.sc_services_columns_wrap,
.services_page_related .related_columns {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_services_slider .sc_services_item,
.sc_services_columns_wrap .sc_services_item,
.services_page_related .related_columns .sc_services_item {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_services_slider .sc_services_item {
margin-bottom: 0 !important;
} .sc_services_default .sc_services_item {
background-color: #fafafa;
margin-bottom: 2em;
text-align: center;
padding-top: 0.0001px;
}
.sc_services_default.slider_swiper .sc_services_item,
.sc_services_default .columns_padding_bottom .sc_services_item {
margin-bottom: 0;
}
.sc_services_default .sc_services_item_thumb {
margin-bottom: 0;
}
.sc_services_default .sc_services_item_thumb img {
width: 100%;
}
.sc_services_default .sc_services_item_icon,
.sc_services_default .sc_services_item_pictogram {
position: relative;
display: inline-block;
font-size: 3em;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
margin-top: 0.8em;
border: 3px solid #000;
border-radius: 50%;
}
.sc_services_default .sc_services_item_icon img {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_services_default .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
position: relative;
top: 2px;
}
.sc_services_default .sc_services_item_pictogram {
border: none;
width: auto;
}
.sc_services_default .sc_services_item_number {
display: inline-block;
text-align: center;
font-size: 6em;
line-height: 1em;
font-weight: 900;
margin-top: 0.3em;
}
.sc_services_default .sc_services_item_info {
padding: 2.6em 3em;
text-align: center;
}
.sc_services_default .sc_services_item_title {
margin: 0;
}
.sc_services_default .sc_services_item_subtitle {
font-size: 0.9286em;
line-height: 1.5em;
font-style: italic;
margin-top: 0.1em;
letter-spacing: 0;
}
.sc_services_default .sc_services_item_content {
margin-top: 1.6em;
}
.sc_services_default .sc_services_item_content p {
margin: 0;
}
.sc_services_default .sc_services_item_button {
margin: 1.6em 0 0;
}
.sc_services_default .sc_services_item_featured_left,
.sc_services_default .sc_services_item_featured_right {
position: relative;
overflow: hidden;
background-color: transparent;
}
.sc_services_default .sc_services_item_featured_left {
text-align: left;
}
.sc_services_default .sc_services_item_featured_right {
text-align: right;
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_number,
.sc_services_default .sc_services_item_featured_right .sc_services_item_number {
font-size: 2em;
line-height: 1.1em;
margin-top: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_default .sc_services_item_featured_right .sc_services_item_icon {
font-size: 2em;
border-width: 2px;
margin-top: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_services_default .sc_services_item_featured_left.without_content .sc_services_item_icon,
.sc_services_default .sc_services_item_featured_right.without_content .sc_services_item_icon {
font-size: 1.5em;
border-width: 1px;
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_pictogram,
.sc_services_default .sc_services_item_featured_right .sc_services_item_pictogram {
font-size: 2em;
margin-top: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 2em;
height: auto;
}
.sc_services_default .sc_services_item_featured_left.without_content .sc_services_item_pictogram,
.sc_services_default .sc_services_item_featured_right.without_content .sc_services_item_pictogram {
font-size: 1.5em;
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_thumb,
.sc_services_default .sc_services_item_featured_right .sc_services_item_thumb {
width: 30%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_content,
.sc_services_default .sc_services_item_featured_right .sc_services_item_content {
min-height: 0;
}
.sc_services_default .sc_services_item_featured_left .sc_services_item_info {
text-align: left;
padding: 0;
margin-left: 6em;
}
.sc_services_default .sc_services_item_featured_left.with_image .sc_services_item_info {
padding-left: 2em;
margin-left: 30%;
}
.sc_services_default .sc_services_item_featured_right .sc_services_item_thumb,
.sc_services_default .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_default .sc_services_item_featured_right .sc_services_item_pictogram,
.sc_services_default .sc_services_item_featured_right .sc_services_item_number {
left: auto;
right: 0;
}
.sc_services_default .sc_services_item_featured_right .sc_services_item_info {
text-align: right;
padding: 0;
margin-right: 6em;
}
.sc_services_default .sc_services_item_featured_right.with_image .sc_services_item_info {
padding-right: 2em;
margin-right: 30%;
}
.sc_services_default .trx_addons_hover_content .trx_addons_hover_title {
font-size: 1.3333em;
} .sc_services_light .sc_services_item {
margin-bottom: 2em;
text-align: left;
padding-top: 0.0001px;
}
.sc_services_light.slider_swiper .sc_services_item,
.sc_services_light .columns_padding_bottom .sc_services_item {
margin-bottom: 0;
}
.sc_services_light .sc_services_item_thumb {
margin-bottom: 0;
}
.sc_services_light .sc_services_item_icon,
.sc_services_light .sc_services_item_pictogram {
display: inline-block;
text-align: center;
font-size: 3em;
line-height: 1em;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_services_light .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
position: relative;
top: 2px;
}
.sc_services_light .sc_services_item_number {
position: absolute;
z-index: 0;
top: 0;
left: 0;
display: inline-block;
text-align: left;
font-size: 7em;
line-height: 1em;
font-weight: 900;
}
.sc_services_light .sc_services_item_featured_top .sc_services_item_info {
padding-top: 1.5em;
}
.sc_services_light .sc_services_item_featured_top.with_number .sc_services_item_info {
padding-top: 3em;
position: relative;
z-index: 2;
}
.sc_services_light .sc_services_item_title {
margin: 0;
}
.sc_services_light .sc_services_item_subtitle {
font-size: 0.9286em;
line-height: 1.5em;
font-style: italic;
margin-top: 0.1em;
}
.sc_services_light .sc_services_item_featured_top.with_number .sc_services_item_subtitle {
font-weight: bold;
font-style: normal;
}
.sc_services_light .sc_services_item_content {
margin-top: 0.8em;
}
.sc_services_light .sc_services_item_content p {
margin: 0;
}
.sc_services_light .sc_services_item_button {
margin: 1em 0 0;
}
.sc_services_light .sc_services_item_featured_left,
.sc_services_light .sc_services_item_featured_right {
position: relative;
overflow: hidden;
}
.sc_services_light .sc_services_item_featured_left {
text-align: left;
}
.sc_services_light .sc_services_item_featured_right {
text-align: right;
}
.sc_services_light .sc_services_item_featured_top.with_icon {
text-align: center;
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_light .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_light .sc_services_item_featured_left .sc_services_item_pictogram,
.sc_services_light .sc_services_item_featured_right .sc_services_item_pictogram {
font-size: 2.5em;
margin-top: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_pictogram,
.sc_services_light .sc_services_item_featured_right .sc_services_item_pictogram {
width: 1em;
height: 1em;
}
.sc_services_light .sc_services_item_featured_left.without_content .sc_services_item_icon,
.sc_services_light .sc_services_item_featured_right.without_content .sc_services_item_icon,
.sc_services_light .sc_services_item_featured_left.without_content .sc_services_item_pictogram,
.sc_services_light .sc_services_item_featured_right.without_content .sc_services_item_pictogram {
font-size: 1.5em;
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_number,
.sc_services_light .sc_services_item_featured_right .sc_services_item_number {
font-size: 2em;
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_thumb,
.sc_services_light .sc_services_item_featured_right .sc_services_item_thumb {
width: 30%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_button,
.sc_services_light .sc_services_item_featured_right .sc_services_item_button {
display: none;
}
.sc_services_light .sc_services_item_featured_left .sc_services_item_info {
text-align: left;
padding: 0;
margin-left: 4em;
}
.sc_services_light .sc_services_item_featured_left.with_image .sc_services_item_info {
padding-left: 2em;
margin-left: 30%;
}
.sc_services_light .sc_services_item_featured_right .sc_services_item_thumb,
.sc_services_light .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_light .sc_services_item_featured_right .sc_services_item_pictogram,
.sc_services_light .sc_services_item_featured_right .sc_services_item_number {
left: auto;
right: 0;
}
.sc_services_light .sc_services_item_featured_right .sc_services_item_info {
text-align: right;
padding: 0;
margin-right: 4em;
}
.sc_services_light .sc_services_item_featured_right.with_image .sc_services_item_info {
padding-right: 2em;
margin-right: 30%;
} .sc_services_iconed .sc_services_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 3em;
}
.sc_services_iconed .sc_services_item {
background-color: #fafafa;
position: relative;
}
.sc_services_iconed .sc_services_item_header {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 30%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 2rem;
color: #fff;
background-color: #333;
}
.sc_services_iconed .sc_services_item.with_image.with_icon .sc_services_item_header:before,
.sc_services_iconed .sc_services_item.with_image.with_pictogram .sc_services_item_header:before,
.sc_services_iconed .sc_services_item.with_image.with_number .sc_services_item_header:before {
content: " ";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
.sc_services_iconed .sc_services_item_header a {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sc_services_iconed .sc_services_item.without_content .sc_services_item_header {
position: static;
bottom: auto;
width: 100%;
height: auto;
}
.sc_services_iconed .sc_services_item_icon,
.sc_services_iconed .sc_services_item_pictogram {
display: block;
color: #fff;
font-size: 2.8em;
line-height: 1em;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_services_iconed .sc_services_item:hover .sc_services_item_icon {
color: #efa758;
}
.sc_services_iconed .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
}
.sc_services_iconed .sc_services_item.with_content .sc_services_item_icon,
.sc_services_iconed .sc_services_item.with_content .sc_services_item_pictogram {
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 1em;
height: 1em;
}
.sc_services_iconed .sc_services_item_title {
font-size: 1em;
line-height: 1.5em;
margin: 0;
}
.sc_services_iconed .sc_services_item_header .sc_services_item_title {
margin: 1em 0 0;
min-height: 2.8em;
}
.sc_services_iconed .sc_services_item_header .sc_services_item_title a {
color: #fff;
}
.sc_services_iconed .sc_services_item_header .sc_services_item_title a:hover {
color: #efa758;
}
.sc_services_iconed .sc_services_item_subtitle,
.sc_services_iconed .sc_services_item_button {
display: none;
}
.sc_services_iconed .sc_services_item_subtitle {
line-height: 1.2em;
}
.sc_services_iconed .sc_services_item_subtitle,
.sc_services_iconed .sc_services_item_subtitle a {
color: #efa758;
}
.sc_services_iconed .sc_services_item_subtitle a:hover {
color: #fff;
}
.sc_services_iconed .sc_services_item_title + .sc_services_item_subtitle,
.sc_services_iconed .sc_services_item_title + .sc_services_item_text,
.sc_services_iconed .sc_services_item_subtitle + .sc_services_item_text {
margin-top: 0.6em;
}
.sc_services_iconed .sc_services_item_content {
margin-left: 30%;
padding: 2em 3em;
min-height: 7.5em;
}
.sc_services_iconed .sc_services_item_content p {
margin: 0;
}
.sc_services_iconed .sc_services_item_content p + p {
margin-top: 0.4em;
} .sc_services_callouts .sc_services_item {
background-color: #fafafa;
margin-bottom: 2em;
text-align: center;
padding-top: 0.0001px;
position: relative;
}
.sc_services_callouts.slider_swiper .sc_services_item,
.sc_services_callouts .columns_padding_bottom .sc_services_item {
margin-bottom: 0;
}
.sc_services_callouts .sc_services_item_marker_bg,
.sc_services_callouts .sc_services_item_marker {
position: absolute;
z-index: 3;
display: block;
font-size: 2em;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
margin-bottom: 0;
border: 2px solid #ddd;
background-color: #f0f0f0;
color: #efa758;
overflow: hidden;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_services_callouts .sc_services_item_marker img {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_services_callouts .sc_services_item_marker_back {
border-color: #cc9948;
background-color: #efa758;
color: #fff;
}
.sc_services_callouts .sc_services_item_marker_bg {
z-index: 1;
background-color: #fff;
border-color: #fff;
}
.sc_services_callouts .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
position: relative;
top: 2px;
}
.sc_services_callouts .sc_services_item_thumb {
background-size: cover;
background-repeat: no-repeat;
}
.sc_services_callouts .sc_services_item_thumb:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
}
.sc_services_callouts .sc_services_item_thumb.sc_services_item_marker_back:before {
display: none;
}
.sc_services_callouts .sc_services_item_number {
font-weight: 900;
}
.sc_services_callouts .sc_services_item_marker {
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: -webkit-transform 0.6s ease;
transition: -webkit-transform 0.6s ease;
-o-transition: transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.sc_services_callouts .sc_services_item_marker_back {
z-index: 2;
}
.sc_services_callouts .sc_services_item_featured_top .sc_services_item_marker,
.sc_services_callouts .sc_services_item_featured_bottom .sc_services_item_marker {
-webkit-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.sc_services_callouts .sc_services_item_featured_top .sc_services_item_marker_back,
.sc_services_callouts .sc_services_item_featured_bottom .sc_services_item_marker_back {
-webkit-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.sc_services_callouts .sc_services_item_featured_top:hover .sc_services_item_marker,
.sc_services_callouts .sc_services_item_featured_bottom:hover .sc_services_item_marker {
-webkit-transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.sc_services_callouts .sc_services_item_featured_top:hover .sc_services_item_marker_back,
.sc_services_callouts .sc_services_item_featured_bottom:hover .sc_services_item_marker_back {
-webkit-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.sc_services_callouts .sc_services_item_featured_left .sc_services_item_marker,
.sc_services_callouts .sc_services_item_featured_right .sc_services_item_marker {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.sc_services_callouts .sc_services_item_featured_left .sc_services_item_marker_back,
.sc_services_callouts .sc_services_item_featured_right .sc_services_item_marker_back {
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.sc_services_callouts .sc_services_item_featured_left:hover .sc_services_item_marker,
.sc_services_callouts .sc_services_item_featured_right:hover .sc_services_item_marker {
-webkit-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.sc_services_callouts .sc_services_item_featured_left:hover .sc_services_item_marker_back,
.sc_services_callouts .sc_services_item_featured_right:hover .sc_services_item_marker_back {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.sc_services_callouts .sc_services_item_featured_top {
padding-top: 2em;
}
.sc_services_callouts .sc_services_item_featured_bottom {
padding-bottom: 2em;
}
.sc_services_callouts .sc_services_item_featured_left {
padding-left: 2em;
}
.sc_services_callouts .sc_services_item_featured_right {
padding-right: 2em;
}
.sc_services_callouts .sc_services_item_featured_top .sc_services_item_marker_bg,
.sc_services_callouts .sc_services_item_featured_top .sc_services_item_marker {
top: -1em;
left: 50%;
margin-left: -1em;
}
.sc_services_callouts .sc_services_item_featured_bottom .sc_services_item_marker_bg,
.sc_services_callouts .sc_services_item_featured_bottom .sc_services_item_marker {
bottom: -1em;
left: 50%;
margin-left: -1em;
}
.sc_services_callouts .sc_services_item_featured_left .sc_services_item_marker_bg,
.sc_services_callouts .sc_services_item_featured_left .sc_services_item_marker {
left: -1em;
top: 50%;
margin-top: -1em;
}
.sc_services_callouts .sc_services_item_featured_right .sc_services_item_marker_bg,
.sc_services_callouts .sc_services_item_featured_right .sc_services_item_marker {
right: -1em;
top: 50%;
margin-top: -1em;
}
.sc_services_callouts .sc_services_item_info {
padding: 1.5em 2em;
}
.sc_services_callouts .sc_services_item_title {
margin: 0;
}
.sc_services_callouts .sc_services_item_subtitle {
font-size: 0.9286em;
line-height: 1.5em;
font-style: italic;
margin-top: 0.1em;
}
.sc_services_callouts .sc_services_item_content {
margin-top: 1em;
}
.sc_services_callouts .sc_services_item_content p {
margin: 0;
}
.sc_services_callouts .sc_services_item_button {
margin: 1em 0 0;
} .sc_services_timeline .sc_services_item {
padding-top: 0.0001px;
position: relative;
}
.sc_services_timeline .sc_services_item_marker {
position: absolute;
z-index: 2;
display: block;
font-size: 2em;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
margin-bottom: 0;
border: 2px solid #ddd;
background-color: #f0f0f0;
color: #efa758;
overflow: hidden;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_services_timeline .sc_services_item:hover .sc_services_item_marker {
border-color: #cc9948;
background-color: #efa758;
color: #fff;
}
.sc_services_timeline .sc_services_item_marker img {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_services_timeline .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
position: relative;
top: 2px;
}
.sc_services_timeline .sc_services_item_thumb {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_services_timeline .sc_services_item_number {
font-weight: 900;
}
.sc_services_timeline .sc_services_item_timeline {
display: block;
position: absolute;
z-index: 1;
border-style: dashed;
border-color: #ddd;
}
.sc_services_timeline .sc_services_item_featured_top {
padding-top: 4.5em;
}
.sc_services_timeline .sc_services_item_featured_bottom {
padding-bottom: 4.5em;
}
.sc_services_timeline .sc_services_item_featured_left {
padding-left: 6em;
}
.sc_services_timeline .sc_services_item_featured_right {
padding-right: 6em;
}
.sc_services_timeline .sc_services_item_featured_top .sc_services_item_marker {
left: 0;
top: 0;
}
.sc_services_timeline .sc_services_item_featured_top .sc_services_item_timeline {
top: 2em;
left: 0;
border-width: 1px 0 0 0;
width: 100%;
height: 1px;
}
.sc_services_timeline .sc_services_item_featured_bottom .sc_services_item_marker {
left: 0;
bottom: 0;
}
.sc_services_timeline .sc_services_item_featured_bottom .sc_services_item_timeline {
bottom: 2em;
left: 0;
border-width: 1px 0 0 0;
width: 100%;
height: 1px;
}
.sc_services_timeline .sc_services_item_featured_left .sc_services_item_marker {
left: 0;
top: 0;
}
.sc_services_timeline .sc_services_item_featured_left .sc_services_item_timeline {
top: 0;
left: 2em;
border-width: 0 1px 0 0;
width: 1px;
height: 100%;
}
.sc_services_timeline .sc_services_item_featured_right .sc_services_item_marker {
right: 0;
top: 0;
}
.sc_services_timeline .sc_services_item_featured_right .sc_services_item_timeline {
top: 0;
right: 2em;
border-width: 0 1px 0 0;
width: 1px;
height: 100%;
}
.sc_services_timeline .sc_services_item_featured_top .sc_services_item_info,
.sc_services_timeline .sc_services_item_featured_bottom .sc_services_item_info {
padding: 1em 1.5em 1em 0;
}
.sc_services_timeline .sc_services_item_featured_left .sc_services_item_info,
.sc_services_timeline .sc_services_item_featured_right .sc_services_item_info {
padding: 0 0 2em 0;
}
.sc_services_timeline .sc_services_item_info .post_featured,
.sc_services_timeline .sc_services_item_info .post_featured img {
width: 100%;
}
.sc_services_timeline .sc_services_item_title {
margin: 0;
}
.sc_services_timeline .sc_services_item_subtitle {
font-size: 0.9286em;
line-height: 1.5em;
font-style: italic;
margin-top: 0.1em;
}
.sc_services_timeline .sc_services_item_content {
margin-top: 1em;
}
.sc_services_timeline .sc_services_item_content p {
margin: 0;
}
.sc_services_timeline .sc_services_item_button {
margin: 1em 0 0;
} .sc_services_list [class*=column-] {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.sc_services_list.slider_swiper .sc_services_item,
.sc_services_list .columns_padding_bottom .sc_services_item {
margin-bottom: 0;
}
.sc_services_list .sc_services_item.sc_services_item_featured_top {
text-align: center;
}
.sc_services_list .sc_services_item_thumb {
margin-bottom: 0;
}
.sc_services_list .sc_services_item_thumb .icons {
display: none !important;
}
.sc_services_list .sc_services_item_icon,
.sc_services_list .sc_services_item_pictogram {
position: relative;
display: inline-block;
font-size: 3em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
}
.sc_services_list .sc_services_item_icon img {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_services_list .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
}
.sc_services_list .sc_services_item_pictogram {
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
}
.sc_services_list .sc_services_item_number {
display: inline-block;
text-align: center;
font-size: 3em;
line-height: 1em;
}
.sc_services_list .sc_services_item_info {
padding: 1.5em 0 0;
}
.sc_services_list .sc_services_item_title {
margin: 0;
font-weight: 400;
}
.sc_services_list .sc_services_item_title.with_price .sc_services_item_price {
margin: 0;
}
.sc_services_list .sc_services_item_featured_top .sc_services_item_title.with_price {
padding-right: 0;
}
.sc_services_list .sc_services_item_featured_top .sc_services_item_title .sc_services_item_price {
position: static;
}
.sc_services_list .sc_services_item_featured_left,
.sc_services_list .sc_services_item_featured_right {
position: relative;
overflow: hidden;
}
.sc_services_list .sc_services_item_featured_left {
text-align: left;
}
.sc_services_list .sc_services_item_featured_right {
text-align: right;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_list .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_list .sc_services_item_featured_left .sc_services_item_pictogram,
.sc_services_list .sc_services_item_featured_right .sc_services_item_pictogram {
font-size: 0.65em;
border: 1px solid #ddd;
color: #ddd;
border-radius: 50%;
width: 1.8em;
height: 1.8em;
line-height: 1.8em;
text-align: center;
position: absolute;
z-index: 1;
top: 3px;
left: 0;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_pictogram,
.sc_services_list .sc_services_item_featured_right .sc_services_item_pictogram {
border: none;
border-radius: 0;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_icon img,
.sc_services_list .sc_services_item_featured_right .sc_services_item_icon img {
max-width: 70%;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_number,
.sc_services_list .sc_services_item_featured_right .sc_services_item_number {
font-size: 1.2em;
line-height: inherit;
color: #ddd;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_thumb,
.sc_services_list .sc_services_item_featured_right .sc_services_item_thumb {
width: 10%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_title,
.sc_services_list .sc_services_item_featured_right .sc_services_item_title {
font-size: 1em;
line-height: inherit;
padding-bottom: 2px;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_content,
.sc_services_list .sc_services_item_featured_right .sc_services_item_content {
min-height: 0;
}
.sc_services_list .sc_services_item_featured_left .sc_services_item_info {
text-align: left;
padding: 0 0 0 1em;
margin-left: 1em;
}
.sc_services_list .sc_services_item_featured_left.with_image .sc_services_item_info {
margin-left: 10%;
}
.sc_services_list .sc_services_item_featured_right .sc_services_item_thumb,
.sc_services_list .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_list .sc_services_item_featured_right .sc_services_item_pictogram {
left: auto;
right: 0;
}
.sc_services_list .sc_services_item_featured_right .sc_services_item_info {
text-align: right;
padding: 0 2em 0 0;
margin-right: 1em;
}
.sc_services_list .sc_services_item_featured_right.with_image .sc_services_item_info {
margin-right: 10%;
} .sc_services_hover .sc_services_item {
position: relative;
text-align: center;
-webkit-perspective: 600px;
-ms-perspective: 600px;
perspective: 600px;
}
.sc_services_hover .sc_services_item:before {
content: " ";
width: 0;
height: 0;
padding-top: 100%;
display: inline-block;
}
.sc_services_hover .sc_services_item_link {
position: absolute;
z-index: 10;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sc_services_hover .sc_services_item_header,
.sc_services_hover .sc_services_item_content {
color: #fff;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #333;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: -webkit-transform 0.6s ease;
transition: -webkit-transform 0.6s ease;
-o-transition: transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.sc_services_hover .sc_services_item_header {
z-index: 2;
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.sc_services_hover .sc_services_item_content {
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.sc_services_hover .sc_services_item:hover .sc_services_item_header {
-webkit-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.sc_services_hover .sc_services_item:hover .sc_services_item_content {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header:before,
.sc_services_hover .sc_services_item.with_image .sc_services_item_content:before {
content: " ";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header:before,
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_content:before {
background-color: rgba(0, 0, 0, 0.75);
}
.sc_services_hover .sc_services_item_header_inner,
.sc_services_hover .sc_services_item_content_inner {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-height: 100%;
overflow: hidden;
padding: 2em;
}
.sc_services_hover .sc_services_item_icon,
.sc_services_hover .sc_services_item_pictogram {
display: block;
font-size: 3em;
line-height: 1em;
color: #fff;
}
.sc_services_hover .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
}
.sc_services_hover .sc_services_item_number {
display: block;
font-size: 4em;
line-height: 1em;
font-weight: 900;
color: #fff;
}
.sc_services_hover .sc_services_item_title {
margin: 0;
}
.sc_services_hover .sc_services_item_title,
.sc_services_hover .sc_services_item_title a {
color: #fff !important;
}
.sc_services_hover .sc_services_item_title a:hover {
color: #efa758;
}
.sc_services_hover .sc_services_item_subtitle,
.sc_services_hover .sc_services_item_subtitle a {
color: #fff;
}
.sc_services_hover .sc_services_item_subtitle a:hover {
color: #efa758;
}
.sc_services_hover .sc_services_item_header .sc_services_item_title {
margin: 1em 0 0;
}
.sc_services_hover .sc_services_item_featured_none .sc_services_item_header .sc_services_item_title {
margin-top: 0;
}
.sc_services_hover .sc_services_item_subtitle {
line-height: 1.2em;
}
.sc_services_hover .sc_services_item_title + .sc_services_item_subtitle,
.sc_services_hover .sc_services_item_title + .sc_services_item_text,
.sc_services_hover .sc_services_item_subtitle + .sc_services_item_text {
margin-top: 0.6em;
}
.sc_services_hover .sc_services_item_price {
font-size: 1.5em;
font-weight: normal;
color: #fff;
text-shadow: 0 0 10px #000;
margin-top: 0.6em;
}
.sc_services_hover .sc_services_item_text {
color: #aaa;
}
.sc_services_hover .sc_services_item_content p {
margin: 0;
}
.sc_services_hover .sc_services_item_content p + p {
margin-top: 0.2em;
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image:before {
display: none;
}
.sc_services_hover [class*=column-]:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image,
.sc_services_hover .slider-slide:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image {
background-color: #ddd;
}
.sc_services_hover [class*=column-]:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image,
.sc_services_hover .slider-slide:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image {
background-color: #f7f7f7;
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_icon,
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_number {
color: #888;
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a {
color: #333;
}
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover {
color: #efa758;
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a {
color: #efa758;
}
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover {
color: #333;
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_text {
color: #666;
} .sc_services_chess {
overflow: hidden;
}
.sc_services_chess .sc_services_item {
position: relative;
overflow: hidden;
background-color: #f7f7f7;
-webkit-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.sc_services_chess .sc_services_item_header {
width: 50%;
float: left;
margin-bottom: 0 !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_services_chess .sc_services_item_header:before {
content: " ";
display: inline-block;
width: 0;
height: 0;
padding-top: 100%; }
.sc_services_chess .sc_services_item_content {
position: absolute;
z-index: 1;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 50%;
max-height: 100%;
overflow: hidden;
padding: 2em;
}
.sc_services_chess .sc_services_item:hover {
background-color: #333;
}
.sc_services_chess .sc_services_item:hover .sc_services_item_title a {
color: #fff;
}
.sc_services_chess .sc_services_item:hover .sc_services_item_title a:hover {
color: #efa758;
}
.sc_services_chess .sc_services_item_title {
margin: 0;
}
.sc_services_chess .sc_item_columns_1 .sc_services_item_content {
padding: 2em 8%;
}
.sc_services_chess .sc_item_columns_2 .sc_services_item_content {
padding: 2em 6%;
}
.sc_services_chess .sc_item_columns_3 .sc_services_item_content {
padding: 2em 4%;
}
.sc_services_chess .sc_item_columns_3 .sc_services_item_text {
display: none;
}
.sc_services_chess .sc_services_item_title + .sc_services_item_text,
.sc_services_chess .sc_services_item_subtitle + .sc_services_item_text {
margin-top: 1em;
}
.sc_services_chess .sc_item_columns_1 .sc_services_item:nth-child(2n+2) .sc_services_item_header {
float: right;
}
.sc_services_chess .sc_item_columns_1 .sc_services_item:nth-child(2n+2) .sc_services_item_content {
right: auto;
left: 0;
}
.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+3) .sc_services_item_header,
.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+4) .sc_services_item_header {
float: right;
}
.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+3) .sc_services_item_content,
.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+4) .sc_services_item_content {
right: auto;
left: 0;
}
.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+4) .sc_services_item_header,
.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+5) .sc_services_item_header,
.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+6) .sc_services_item_header {
float: right;
}
.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+4) .sc_services_item_content,
.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+5) .sc_services_item_content,
.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+6) .sc_services_item_content {
right: auto;
left: 0;
} .sc_services_tabs_simple .sc_services_tabs_list {
display: block;
overflow: hidden;
text-align: center;
}
.sc_services_tabs_simple .sc_services_tabs_list_item {
display: inline-block;
vertical-align: top;
padding: 0 1.5em;
cursor: pointer;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
max-width: 25%;
}
.sc_services_tabs_simple .sc_services_tabs_list_item.sc_services_tabs_list_item_active {
cursor: default;
}
.sc_services_tabs_simple .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_icon,
.sc_services_tabs_simple .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title {
color: #efa758;
}
.sc_services_tabs_simple .sc_services_tabs_list_item .sc_services_item_icon,
.sc_services_tabs_simple .sc_services_tabs_list_item .sc_services_item_title,
.sc_services_tabs_simple .sc_services_tabs_list_item .sc_services_item_subtitle > a,
.sc_services_tabs_simple .sc_services_tabs_list_item .sc_services_item_subtitle > span {
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_services_tabs_simple .sc_services_item_thumb {
margin-bottom: 0;
}
.sc_services_tabs_simple .sc_services_item_thumb .icons {
display: none !important;
}
.sc_services_tabs_simple .sc_services_item_icon,
.sc_services_tabs_simple .sc_services_item_pictogram,
.sc_services_tabs_simple .sc_services_item_number {
display: inline-block;
vertical-align: top;
text-align: center;
font-size: 3em;
line-height: 1em;
}
.sc_services_tabs_simple .sc_services_item_pictogram,
.sc_services_tabs_simple .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
position: relative;
}
.sc_services_tabs_simple .sc_services_item_number {
font-size: 1.5em;
font-weight: 700;
}
.sc_services_tabs_simple .sc_services_item_title {
margin: 0;
}
.sc_services_tabs_simple .sc_services_item_subtitle {
font-size: 0.9286em;
line-height: 1.5em;
font-style: italic;
margin-top: 0.1em;
}
.sc_services_tabs_simple .sc_services_tabs_content {
margin: 2em auto 0;
max-width: 75%;
text-align: center;
position: relative;
}
.sc_services_tabs_simple .sc_services_tabs_content_item {
width: 100%;
opacity: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.sc_services_tabs_simple .sc_services_tabs_content_item.sc_services_tabs_content_item_active {
position: relative;
z-index: 2;
opacity: 1;
}
.sc_services_tabs_simple .sc_services_tabs_content p {
margin: 0;
}
.sc_services_tabs_simple .sc_services_tabs_content .sc_services_item_button {
margin-top: 2em;
}
.sc_services_tabs_simple .sc_services_item_featured_top .sc_services_item_info {
padding-top: 1em;
}
.sc_services_tabs_simple .sc_services_item_featured_top .sc_services_item_number {
font-size: 3em;
}
.sc_services_tabs_simple .sc_services_item_featured_top .sc_services_item_thumb {
display: inline-block;
}
.sc_services_tabs_simple .sc_services_item_featured_left,
.sc_services_tabs_simple .sc_services_item_featured_right {
position: relative;
overflow: hidden;
}
.sc_services_tabs_simple .sc_services_item_featured_left {
text-align: left;
}
.sc_services_tabs_simple .sc_services_item_featured_right {
text-align: right;
}
.sc_services_tabs_simple .sc_services_item_featured_top.with_icon {
text-align: center;
}
.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_pictogram,
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_pictogram {
font-size: 2em;
margin-top: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0.75em;
}
.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_number,
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_number {
font-size: 2em;
position: absolute;
z-index: 1;
top: 0;
left: 0.75em;
}
.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_thumb,
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_thumb {
font-size: 2em;
width: 1em;
position: absolute;
z-index: 1;
top: 0.25em;
left: 0.75em;
}
.sc_services_tabs_simple .sc_services_item_featured_left .sc_services_item_info {
text-align: left;
padding: 0;
margin-left: 3em;
}
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_thumb,
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_pictogram,
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_number {
left: auto;
right: 0.75em;
}
.sc_services_tabs_simple .sc_services_item_featured_right .sc_services_item_info {
text-align: right;
padding: 0;
margin-right: 3em;
} .sc_services_tabs .sc_services_content {
position: relative;
}
.sc_services_tabs .sc_services_tabs_list {
display: block;
width: 35%;
max-height: 25em;
overflow-y: auto;
position: relative;
z-index: 1;
}
.sc_services_tabs .sc_services_tabs_list_item {
padding: 2em;
background-color: #f7f7f7;
cursor: pointer;
position: relative;
z-index: 1;
-webkit-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2) {
background-color: #ddd;
}
.sc_services_tabs .sc_services_tabs_list_item:hover,
.sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2):hover {
background-color: #eee;
}
.sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active {
background-color: #333;
cursor: default;
}
.sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title {
color: #fff;
}
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_title {
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_title.with_icon {
position: relative;
padding-left: 3em;
}
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_icon,
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_pictogram,
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_number {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: inline-block;
vertical-align: top;
color: #efa758;
font-size: 2em;
line-height: 1em;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_pictogram,
.sc_services_tabs .sc_services_item_icon.sc_icon_type_svg svg {
width: 1em;
height: 1em;
}
.sc_services_tabs .sc_services_tabs_content {
position: absolute;
z-index: 2;
top: 0;
right: 0;
width: 67%;
height: 100%;
}
.sc_services_tabs .sc_services_item {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.sc_services_tabs .sc_services_item_header,
.sc_services_tabs .sc_services_item_content {
position: relative;
display: inline-block;
vertical-align: top;
width: 50%;
height: 100%;
margin-bottom: 0 !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_services_tabs .sc_services_item_header:before {
display: none;
}
.sc_services_tabs .sc_services_item_content {
background-color: #f7f7f7;
overflow: hidden;
}
.sc_services_tabs .sc_services_item_content_inner {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
max-height: 100%;
padding: 2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_services_tabs .sc_services_item_title {
margin: 0;
}
.sc_services_tabs .sc_services_item_title + .sc_services_item_text,
.sc_services_tabs .sc_services_item_subtitle + .sc_services_item_text {
margin-top: 1em;
} .sc_services_tabs.effect_fade .sc_services_item {
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
opacity: 0;
}
.sc_services_tabs.effect_fade .sc_services_item_active {
opacity: 1;
} .sc_services_tabs.effect_slide .sc_services_tabs_content {
overflow: hidden;
}
.sc_services_tabs.effect_slide .sc_services_item {
top: -120%;
-webkit-transition: top 0.3s ease;
-o-transition: top 0.3s ease;
transition: top 0.3s ease;
}
.sc_services_tabs.effect_slide .sc_services_item_flip,
.sc_services_tabs.effect_slide .sc_services_item_active {
top: 0;
}
.sc_services_tabs.effect_slide .sc_services_item_active {
z-index: 2;
} .sc_services_tabs.effect_flip .sc_services_item {
-webkit-perspective: 1300px;
-ms-perspective: 1300px;
perspective: 1300px;
}
.sc_services_tabs.effect_flip .sc_services_item_active {
z-index: 2;
}
.sc_services_tabs.effect_flip .sc_services_item_flip {
z-index: 3;
} .sc_services_tabs.effect_flip .sc_services_item_active.sc_services_item_flipping {
z-index: 4;
}
.sc_services_tabs.effect_flip .sc_services_item_header,
.sc_services_tabs.effect_flip .sc_services_item_content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.6s ease;
transition: -webkit-transform 0.6s ease;
-o-transition: transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.sc_services_tabs.effect_flip .sc_services_item_header {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.sc_services_tabs.effect_flip .sc_services_item_flip .sc_services_item_header {
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.sc_services_tabs.effect_flip .sc_services_item_content {
-webkit-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.sc_services_tabs.effect_flip .sc_services_item_active .sc_services_item_content,
.sc_services_tabs.effect_flip .sc_services_item_flip .sc_services_item_content {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
} .services_single .services_page_header {
margin-bottom: 2em;
}
.services_single .services_page_buttons {
margin-top: 2em;
}
.services_single .services_page_featured {
position: relative;
display: inline-block;
vertical-align: top;
}
.services_single .services_page_featured .sc_services_item_price {
font-size: 2.5em;
font-weight: normal;
position: absolute;
z-index: 4;
bottom: 1em;
right: 1em;
color: #fff;
text-shadow: 0 0 10px #000;
}
.services_single .services_page_title.with_price {
position: relative;
padding-right: 4em;
}
.services_single .services_page_title > .sc_services_item_price {
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.services_single .services_page_content > .sc_services_item_price {
font-size: 1.5em;
font-weight: normal;
float: right;
margin: 0 0 0.5em 1em;
} .services_page_tabs {
margin-top: 3em;
}
.services_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-tabs-active:after {
display: none;
}
.services_page_tabs.trx_addons_tabs .trx_addons_tabs_titles {
border-bottom: 1px solid #ddd;
}
.services_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li {
top: 1px;
}
.services_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:first-child {
margin-left: 1em;
}
.services_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li + li {
margin-left: 0;
}
.services_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li > a {
display: block;
padding: 1em 2em;
background-color: #f7f7f7;
border: 1px solid #f7f7f7;
border-bottom-color: #ddd;
}
.services_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active > a {
border-color: #ddd;
background-color: #fff;
border-bottom-color: #fff;
}
.services_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:not(.ui-state-active) > a:hover {
background-color: #f0f0f0;
border-color: #f7f7f7 #f7f7f7 #ddd;
}
.services_page_tabs.trx_addons_tabs .services_page_section {
padding-top: 3em;
}
.services_page_tabs.trx_addons_tabs .services_page_section + .services_page_section {
display: none;
}
.sc_team_columns_wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_team_slider .sc_team_item,
.sc_team_columns_wrap .sc_team_item {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_team_slider .sc_team_item {
margin-bottom: 0 !important;
}
.sc_team {
position: relative;
} .sc_team_default .sc_team_item {
background-color: #fafafa;
margin-bottom: 2em;
}
.sc_team_default.slider_swiper .sc_team_item,
.sc_team_default .columns_padding_bottom .sc_team_item {
margin-bottom: 0;
}
.sc_team_default .sc_team_item_thumb {
margin-bottom: 0;
}
.sc_team_default .sc_team_item_thumb img {
width: 100%;
}
.sc_team_default .sc_team_item_info {
padding: 2.6em 3em;
text-align: center;
}
.sc_team_default .sc_team_item_title,
.sc_team_short .sc_team_item_title,
.sc_team_featured .sc_team_item_title {
margin: 0;
}
.sc_team_default .sc_team_item_subtitle,
.sc_team_short .sc_team_item_subtitle,
.sc_team_featured .sc_team_item_subtitle {
font-size: 13px;
line-height: 20px;
font-style: italic;
letter-spacing: 0;
margin-top: 1px;
}
.sc_team_default .sc_team_item_content {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.sc_team_default .sc_team_item_content p {
margin: 0;
}
.sc_team_default .sc_team_item_socials {
margin: 0 -0.5em 0 0;
}
.sc_team_default .sc_team_item_socials .social_item {
display: inline-block;
margin: 0 3px 3px 0;
}
.sc_team_default .sc_team_item_socials .social_item .social_icon {
display: block;
width: 2.4em;
height: 2.4em;
line-height: 2.4em;
text-align: center;
}
.sc_team_default .sc_team_item_button {
margin: 1.6em 0 0;
}
.sc_team_default .sc_team_item_socials + .sc_team_item_button {
display: none;
}
.sc_team_default .trx_addons_hover_content .trx_addons_hover_title {
font-size: 1.3333em;
} .sc_team_short .sc_team_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 3em;
}
.sc_team .sc_team_item_thumb .sc_team_item_title a,
.sc_team .sc_team_item_thumb .sc_team_item_subtitle a,
.sc_team .sc_team_item_thumb .sc_team_item_content a {
color: #fff;
}
.sc_team .sc_team_item_thumb .sc_team_item_content {
font-style: normal;
}
.sc_team .sc_team_item_thumb .sc_team_item_socials {
margin: 0;
}
.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item {
margin: 0.25em 0.5em 0.25em 0;
display: inline-block;
vertical-align: top;
line-height: 1;
}
.sc_team .sc_team_item_thumb .sc_team_item_content + .sc_team_item_socials {
margin-top: 1em;
}
.sc_team .sc_team_item_thumb .sc_team_item_content + .sc_team_item_socials .social_item {
margin-bottom: 0;
}
.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon {
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
border-radius: 2px;
background-color: transparent;
border: 1px solid #fff;
color: #fff;
}
.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon span:before {
margin-top: -1px;
}
.sc_team_short .sc_team_item_thumb {
border-bottom: 5px solid #efa758;
} .team_member_page .team_member_header {
overflow: hidden;
}
.team_member_page .team_member_featured {
float: left;
width: 35%;
padding: 0 3em 0 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.team_member_description {
overflow: hidden;
}
.team_member_page .team_member_title {
margin: 0;
}
.team_member_page .team_member_position {
margin: 0;
}
.team_member_page .team_member_details {
margin-top: 2em;
}
.team_member_page .team_member_brief_info {
margin-top: 2em;
}
.team_member_page .team_member_brief_info_title {
margin: 0;
display: none;
}
.team_member_page .team_member_brief_info_text {
letter-spacing: 0;
}
.team_member_page .team_member_socials {
margin: 1em 0 0 0;
}
.team_member_page .team_member_socials .social_item {
display: inline-block;
margin: 0 3px 3px 0;
}
.team_member_page .team_member_socials .social_item .social_icon {
display: block;
width: 2.4em;
height: 2.4em;
line-height: 2.4em;
text-align: center;
}
.team_member_page .team_member_content {
margin-top: 4em;
}
.sc_testimonials_columns_wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_testimonials_slider .sc_testimonials_item,
.sc_testimonials_columns_wrap .sc_testimonials_item {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_testimonials_slider .sc_testimonials_item {
margin-bottom: 0 !important;
}
.sc_testimonials {
position: relative;
}
.sc_testimonials_item_content {
text-align: center;
font-size: 1.1333em;
line-height: 1.8824em;
font-weight: 400;
font-style: normal;
}
.sc_testimonials [class*=column] .sc_testimonials_item_content {
text-align: left;
font-size: 1em;
line-height: 1.4em;
}
.sc_testimonials_item_content:before {
content: "\e8b8";
font-family: "trx_addons_icons";
font-size: 1.5em;
line-height: 1.5em;
color: #efa758;
display: block;
margin-bottom: 0.6em;
}
.sc_testimonials_item_content p {
margin: 0;
}
.sc_testimonials_item_content p + p {
margin-top: 1em;
}
.sc_testimonials_item_author {
margin: 0.6em auto 0;
max-width: none;
padding: 1.5em 0.5em 1.5em 1.3em;
background-color: transparent;
color: #fff;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_testimonials [class*=column] .sc_testimonials_item_author {
text-align: left;
padding-left: 0;
}
.sc_testimonials_item_author_avatar,
.sc_testimonials_item_author_data {
display: inline-block;
vertical-align: middle;
}
.sc_testimonials_item_author_avatar {
overflow: hidden;
margin: 0 1.3em 0 0.6em;
width: 5em;
height: 5em;
border-radius: 50%;
}
.sc_testimonials_avatar_with_initials {
position: relative;
background-color: #e7eaed;
color: #c3c3c3;
}
.sc_testimonials_avatar_with_initials .sc_testimonials_item_author_initials {
font-size: 2em;
line-height: 1em;
font-weight: bold;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_testimonials_item_author_data {
max-width: 50%;
}
.sc_testimonials_item_author_title {
margin: 0;
color: #fff;
font-size: 1.0667em;
font-style: italic;
letter-spacing: 0;
text-transform: none;
}
.sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
margin-top: 0.1em;
color: #ddd;
font-size: 0.9286em;
line-height: 1.3em;
}
.sc_testimonials_simple .sc_testimonials_item_author_data:before {
content: " ";
width: 1px;
height: 1.5em;
margin: 1.3em auto;
background-color: #ddd;
display: inline-block;
vertical-align: middle;
}
.sc_testimonials_simple [class*=column] .sc_testimonials_item_author_data {
border-left: 1px solid #ddd;
padding-left: 1.5em;
}
.sc_testimonials_simple [class*=column] .sc_testimonials_item_author_data:before {
display: none;
}
.sc_blogger .sc_blogger_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 3em;
}
.sc_blogger {
position: relative;
padding-top: 0.0001px;
}
.sc_blogger .sc_blogger_item .sc_blogger_item_title {
margin: 0;
}
.sc_blogger .sc_blogger_item .sc_blogger_item_featured {
margin-bottom: 0;
}
.sc_blogger .sc_blogger_item .sc_blogger_item_featured img {
width: 100%;
height: auto;
}
.sc_blogger .sc_blogger_item .sc_blogger_post_meta {
font-size: 13px;
line-height: 1.5em;
font-weight: 400;
font-style: italic;
}
.sc_blogger_columns_wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_blogger_slider .sc_blogger_item,
.sc_blogger_columns_wrap .sc_blogger_item {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_blogger_slider .sc_blogger_item {
margin-bottom: 0 !important;
}
.sc_blogger .sc_blogger_item blockquote {
margin: 1em 0;
}
.sc_blogger .sc_blogger_item blockquote p {
font-size: 1em;
line-height: 1.5em;
font-weight: inherit;
}
.sc_blogger .sc_blogger_item_button {
margin-top: 1.5em;
}
.sc_blogger .trx_addons_loading {
position: absolute;
z-index: 1000;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.75);
} .sc_blogger_default .sc_blogger_item {
background-color: #f7f7f7;
text-align: center;
}
.sc_blogger_default .sc_blogger_item_content {
padding: 3em;
}
.sc_blogger_default .sc_blogger_post_meta {
margin-top: 0.4em;
font-size: 0.9286em;
}
.sc_blogger_default .sc_blogger_item_excerpt {
margin-top: 1.5em;
}
.sc_blogger_default .sc_blogger_item_excerpt_text {
max-height: 8em;
line-height: 1.6em;
overflow: hidden;
}
.sc_blogger_default .sc_blogger_item_excerpt_text p {
margin: 0;
}
.sc_blogger_default .sc_blogger_item.post_format_quote .sc_blogger_item_excerpt_text {
max-height: none;
}
.sc_blogger_default .sc_blogger_item_excerpt_text + p,
.sc_blogger_default .sc_blogger_item_excerpt_text + a {
margin: 2em 0 0;
}
.sc_blogger_default .sc_blogger_item .more-link {
background-color: transparent;
} .sc_blogger_modern .sc_blogger_item {
background-color: #f7f7f7;
padding: 2em;
overflow: hidden;
position: relative;
}
.sc_blogger_modern .sc_blogger_item + .sc_blogger_item {
margin-top: 2em;
}
.sc_blogger_modern.slider_swiper .sc_blogger_item + .sc_blogger_item {
margin-top: 0;
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_item_featured {
width: 40%;
margin-bottom: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content {
position: absolute;
z-index: 1;
top: 50%;
left: 45%;
width: 55%;
padding-right: 2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_post_meta {
margin-top: 0.6em;
font-size: 0.9286em;
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_item_excerpt {
margin-top: 1em;
}
.sc_blogger_modern .sc_blogger_columns_wrap .sc_blogger_item .sc_blogger_item_excerpt,
.sc_blogger_modern .sc_blogger_slider .sc_blogger_item .sc_blogger_item_excerpt {
display: none;
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_button {
text-align: center;
} .sc_blogger_plain .sc_blogger_item {
background-color: #f7f7f7;
text-align: center;
padding: 1em;
margin-bottom: 2px;
}
.sc_blogger_plain .sc_blogger_post_meta {
margin: 0;
}
.sc_blogger_plain .sc_blogger_item .sc_blogger_post_meta + .sc_blogger_item_excerpt {
margin-top: 1em;
}
.sc_blogger_plain .sc_blogger_item .sc_blogger_item_title {
margin: 0.4em 0 0.6em;
} .sc_blogger_filters {
margin: 2em 0;
}
.sc_blogger_filters .sc_blogger_filters_titles {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
margin: 0;
padding: 0;
font-size: 1.2rem;
list-style-type: none;
}
.sc_blogger_filters .sc_blogger_filters_titles li {
display: inline-block;
padding: 0 0.7em;
}
.sc_blogger_filters .sc_blogger_filters_titles a.active {
border-bottom: 1px solid #e5e5e5;
}
.sc_button_wrap:not([class*=sc_align_]) {
display: inline-block;
} .sc_button {
display: inline-block;
text-transform: uppercase;
white-space: nowrap;
padding: 1.5em 3em;
background-position: center center;
background-repeat: repeat;
overflow: hidden;
background-color: #efa758;
color: #fff;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_button:hover {
background-color: #007fc5;
}
.sc_button + .sc_button {
margin-left: 1em;
}
.sc_button_subtitle {
font-size: 0.85em;
line-height: 1.25em;
text-transform: none;
display: block;
}
.sc_button_icon,
.sc_button_text {
display: inline-block;
vertical-align: middle;
white-space: normal;
text-decoration: inherit; }
.sc_button_icon {
font-size: 2em;
line-height: 1.25em;
font-weight: 400;
font-style: normal;
}
.sc_button .sc_button_icon svg {
stroke: currentColor;
fill: currentColor;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_button .sc_button_icon svg,
.sc_button .sc_button_icon object {
width: 1em;
height: 1em;
}
.sc_button_icon img {
max-height: 2.5em;
width: auto;
}
.sc_button_icon_left .sc_button_icon {
margin-right: 0.8em;
}
.sc_button_icon_right .sc_button_icon {
float: right;
margin-left: 0.8em;
}
.sc_button_icon_top .sc_button_icon {
display: block;
margin-bottom: 0.25em;
text-align: center;
} .sc_button.sc_button_size_small {
padding: 1em 2.5em;
}
.sc_button.sc_button_size_small .sc_button_icon img {
max-height: 1.6em;
width: auto;
}
.sc_button.sc_button_size_large {
font-size: 1.25em;
}
.sc_button.sc_button_size_large .sc_button_icon img {
max-height: 4em;
width: auto;
} .sc_button_bg_image {
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_button.sc_button_bg_image,
.sc_button.sc_button_bg_image:hover {
color: #fff !important;
}
.sc_button_bg_image .sc_button_text {
position: relative;
z-index: 2;
}
.sc_button_bg_image:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
margin: 0 !important;
}
.sc_button_bg_image:hover:before {
background-color: rgba(0, 0, 0, 0.75);
} .sc_button_bordered {
background: none !important;
border: 2px solid #efa758;
color: #efa758;
}
.sc_button_bordered:hover {
border-color: #007fc5;
color: #007fc5;
} .sc_button_simple {
display: inline-block;
background-color: transparent;
color: #efa758;
position: relative;
padding: 0 1.8em 0 0;
}
.sc_button_simple:hover {
color: #000;
background-color: transparent;
}
.sc_button.sc_button_simple:before,
.sc_button.sc_button_simple:after {
content: "\e911";
font-family: "trx_addons_icons";
margin: 0;
line-height: inherit;
position: absolute;
z-index: 1;
top: 0;
right: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_button_with_icon.sc_button_simple:before,
.sc_button_with_icon.sc_button_simple:after {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: -1px;
}
.sc_button.sc_button_simple:before {
right: 20px;
opacity: 0;
}
.sc_button.sc_button_simple:hover:before {
opacity: 1;
right: 0;
}
.sc_button.sc_button_simple:hover:after {
opacity: 0;
right: -20px;
}
.sc_button_simple.sc_button_icon_left {
padding-left: 1px;
}
.sc_button_simple.sc_button_icon_left .sc_button_icon {
margin-right: 0.4em;
}
.sc_button_simple.sc_button_icon_right {
padding-right: 1px;
}
.sc_button_simple.sc_button_icon_right .sc_button_icon {
margin-left: 0.4em;
}
.sc_content {
position: relative;
}
.sc_content:not([class*=sc_padding_]) {
padding-top: 0.0001px;
}
[class*=sc_content_width_] {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
[class*=sc_content_width_]:not([class*=sc_margin_]) {
margin-left: auto;
margin-right: auto;
}
.sc_content_width_1_1, .sc_inner_width_1_1 > .elementor-column-wrap {
width: 1170px;
}
.sc_content_width_1_2, .sc_inner_width_1_2 > .elementor-column-wrap {
width: 585px;
}
.sc_content_width_1_3, .sc_inner_width_1_3 > .elementor-column-wrap {
width: 390px;
}
.sc_content_width_2_3, .sc_inner_width_2_3 > .elementor-column-wrap {
width: 780px;
}
.sc_content_width_1_4, .sc_inner_width_1_4 > .elementor-column-wrap {
width: 292.5px;
}
.sc_content_width_3_4, .sc_inner_width_3_4 > .elementor-column-wrap {
width: 877.5px;
}
.sc_inner_width_none > .elementor-column-wrap {
width: 100%;
}
.sc_content_width_100p {
width: 100%;
}
.sc_content_width_90p {
width: 90%;
}
.sc_content_width_80p {
width: 80%;
}
.sc_content_width_75p {
width: 75%;
}
.sc_content_width_70p {
width: 70%;
}
.sc_content_width_60p {
width: 60%;
}
.sc_content_width_50p {
width: 50%;
}
.sc_content_width_45p {
width: 45%;
}
.sc_content_width_40p {
width: 40%;
}
.sc_content_width_30p {
width: 30%;
}
.sc_content_width_25p {
width: 25%;
}
.sc_content_width_20p {
width: 20%;
}
.sc_content_width_15p {
width: 15%;
}
.sc_content_width_10p {
width: 10%;
}
.sc_content_container.with_number {
position: relative;
}
.sc_content_number {
position: absolute;
z-index: 0;
color: #f0f0f0;
letter-spacing: -10px;
font-size: 10em;
line-height: 1em;
font-weight: 900;
-webkit-transform: translate(-75%, -50%);
-ms-transform: translate(-75%, -50%);
transform: translate(-75%, -50%);
}
.sc_content_number_tl {
left: 0;
top: 0;
}
.sc_content_number_tc {
left: 50%;
top: 0;
}
.sc_content_number_tr {
left: 100%;
top: 0;
}
.sc_content_number_ml {
left: 0;
top: 50%;
}
.sc_content_number_mc {
left: 50%;
top: 50%;
}
.sc_content_number_mr {
left: 100%;
top: 50%;
}
.sc_content_number_bl {
left: 0;
top: 100%;
}
.sc_content_number_bc {
left: 50%;
top: 100%;
}
.sc_content_number_br {
left: 100%;
top: 100%;
}
.sc_countdown {
position: relative;
overflow: hidden;
}
.sc_countdown.alignleft .sc_countdown_content {
text-align: left;
}
.sc_countdown.aligncenter .sc_countdown_content {
text-align: center;
}
.sc_countdown.alignright .sc_countdown_content {
text-align: right;
}
.sc_countdown .sc_countdown_inner {
display: inline-block;
}
.sc_countdown .sc_countdown_item {
display: block;
float: left;
text-align: center;
}
.sc_countdown .sc_countdown_digits {
display: block;
overflow: hidden;
text-align: center;
margin-bottom: 12px;
}
.sc_countdown .sc_countdown_digits span {
display: inline-block;
}
.sc_countdown .sc_countdown_separator {
display: block;
float: left;
margin: 0 8px;
font-weight: 400;
}
.sc_countdown .sc_countdown_label {
font-weight: 400;
} .sc_countdown_default .sc_countdown_digits,
.sc_countdown_default .sc_countdown_separator {
font-size: 3em;
line-height: 1.3333em;
height: 1.3333em;
}
.sc_countdown_default .sc_countdown_digits span {
display: inline-block;
text-align: center;
width: 1.1333em;
background-color: #f0f0f0;
}
.sc_countdown_default .sc_countdown_digits span + span {
margin-left: 2px;
} .sc_countdown_circle .sc_countdown_digits,
.sc_countdown_circle .sc_countdown_separator {
font-size: 2.4em;
line-height: 2.5em;
height: 2.5em;
margin-bottom: 6px;
}
.sc_countdown_circle .sc_countdown_item {
position: relative;
}
.sc_countdown_circle .sc_countdown_digits {
width: 2.5em;
border-width: 6px;
border-style: solid;
background-color: #f0f0f0;
border-radius: 50%;
}
.sc_countdown_circle canvas {
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
} .sc_form {
position: relative;
padding-top: 0.0001px;
}
.trx_addons_field_error,
.wpcf7-not-valid {
border-color: #CC0000 !important;
-webkit-box-shadow: 0px 0px 8px 0px rgba(200, 0, 0, 0.2);
-ms-box-shadow: 0px 0px 8px 0px rgba(200, 0, 0, 0.2);
box-shadow: 0px 0px 8px 0px rgba(200, 0, 0, 0.2);
}
.sc_form form input.filled.trx_addons_field_error,
.sc_form form input.filled.trx_addons_field_error:hover,
.sc_form form input.filled.trx_addons_field_error:focus {
color: #ff0000 !important;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.sc_form.sc_align_left .sc_form_field {
text-align: left;
}
.sc_form.sc_align_center .sc_form_field {
text-align: center;
}
.sc_form.sc_align_right .sc_form_field {
text-align: right;
}
.sc_form.sc_align_justify .sc_form_field {
text-align: justify;
}
.sc_form_title,
.sc_form_description {
margin-bottom: 2rem;
}
.sc_form_form {
position: relative;
}
.sc_form_field {
display: block;
margin-bottom: 1.3em;
}
span.sc_form_field_title {
display: block;
font-size: 1em;
line-height: 1.8em;
font-weight: normal;
margin-bottom: 0.7em;
color: #292929;
}
label.required span.sc_form_field_title:after {
content: "*";
display: inline-block;
vertical-align: text-top;
margin: -0.5em 0 0 0.5em;
font-size: 80%;
color: #da6f5b;
}
.sc_form_field_tooltip {
position: relative;
font-size: 10px;
display: inline-block;
vertical-align: top;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
background-color: #000;
color: #fff;
padding: 2px;
margin: -2px 0 0 2px;
cursor: help;
border-radius: 50%;
}
.sc_form_field_tooltip:before {
content: " ";
display: block;
position: absolute;
z-index: 1000;
top: -4px;
left: 18px;
width: 0;
height: 0;
opacity: 0;
border: 5px solid #000;
border-color: transparent transparent #000;
}
.sc_form_field_tooltip:after {
content: attr(data-tooltip-text);
display: block;
text-align: left;
line-height: 13px;
width: 150px;
background-color: #000;
color: #fff;
padding: 6px 10px;
border-radius: 3px;
display: none;
opacity: 0;
pointer-events: none;
position: absolute;
z-index: 1000;
top: -10px;
left: 23px;
}
.sc_form_field_title:hover .sc_form_field_tooltip:before,
.sc_form_field_title:hover .sc_form_field_tooltip:after {
opacity: 1;
display: block;
}
.sc_form_field_range .sc_form_field_wrap,
.sc_form_field_slider .sc_form_field_wrap {
display: block;
margin: 0 0.6em;
}
.sc_form_field_checklist .sc_form_field_choises_dir_vertical {
max-height: 12em;
overflow-y: auto;
}
.sc_form_field_checklist .sc_form_field_choises_dir_vertical .sc_form_field_choises_item {
display: block;
}
.sc_form input[type=text],
.sc_form textarea {
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_form.sc_align_left input,
.sc_form.sc_align_left textarea {
text-align: left;
}
.sc_form.sc_align_center input,
.sc_form.sc_align_center textarea {
text-align: center;
}
.sc_form.sc_align_right input,
.sc_form.sc_align_right textarea {
text-align: right;
}
.sc_form .sc_form_info_data > a,
.sc_form .sc_form_info_data > span {
display: block;
color: #000;
}
.sc_form .sc_form_info_data > a:hover {
color: #efa758;
}
.sc_form button:after {
content: " ";
} .sc_form_default .sc_form_field_button:before {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.sc_form_default .sc_form_field_button {
text-align: left;
} .sc_form_detailed .sc_form_form {
width: 90%;
}
.sc_form_detailed .sc_form_title,
.sc_form_detailed .sc_form_description {
text-align: left;
}
.sc_form_detailed button {
width: 100%;
}
.sc_form_detailed .sc_form_info_item {
overflow: hidden;
}
.sc_form_detailed .sc_form_info_item + .sc_form_info_item {
margin-top: 3.5em;
}
.sc_form_detailed .sc_form_info_icon {
float: left;
color: #c7c7c7;
display: block;
width: 2em;
text-align: center;
}
.sc_form_detailed .sc_form_info_icon:before {
font-family: "trx_addons_icons";
font-size: 2.3em;
line-height: 1.2em;
}
.sc_form_detailed .sc_form_info_item_phone .sc_form_info_icon:before {
content: "\e893";
}
.sc_form_detailed .sc_form_info_item_email .sc_form_info_icon:before {
content: "\e86d";
}
.sc_form_detailed .sc_form_info_item_address .sc_form_info_icon:before {
content: "\e88a";
}
.sc_form_detailed .sc_form_info_area {
float: left;
display: block;
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-left: -3em;
padding-left: 4.5em;
font-size: 0.9231em;
text-transform: uppercase;
color: #292929;
}
.sc_form_detailed .sc_form_info_area > span {
display: block;
line-height: 1.5em;
}
.sc_form_detailed .sc_form_info_area .sc_form_info_title {
font-weight: 600;
}
.sc_form_detailed button {
display: block;
} .sc_form_modern .sc_form_info {
margin-bottom: 2.2em;
}
.sc_form_modern .sc_form_info_item {
text-align: center;
}
.sc_form_modern .sc_form_info_icon {
color: #c7c7c7;
display: block;
}
.sc_form_modern .sc_form_info_icon:before {
font-family: "trx_addons_icons";
font-size: 4.8em;
line-height: 1.5em;
}
.sc_form_modern .sc_form_info_item_address .sc_form_info_icon:before {
content: "\e88a";
}
.sc_form_modern .sc_form_info_item_email .sc_form_info_icon:before {
content: "\e86d";
}
.sc_form_modern .sc_form_info_item_phone .sc_form_info_icon:before {
content: "\e893";
}
.sc_form_modern .sc_form_field {
margin-bottom: 2.2em;
}
.sc_form_modern textarea {
min-height: 10.75em;
}
.sc_form_modern .sc_form_field_button {
text-align: center;
}
.sc_form_modern button {
margin-top: 0;
} .sc_googlemap_content .sc_form_default .sc_form_details {
width: 100%;
float: none;
}
.sc_googlemap_content .sc_form_default .sc_form_details > div {
width: 100%;
padding-right: 0;
}
.sc_googlemap_content .sc_form_default .sc_form_field_message {
width: 100%;
float: none;
padding-left: 0;
}
.sc_googlemap_content .sc_form .sc_form_field input[type=text],
.sc_googlemap_content .sc_form .sc_form_field textarea {
padding: 0.5em 1em;
}
.sc_googlemap_content .sc_form .sc_form_field textarea {
min-height: 3em;
} span.wpcf7-not-valid-tip {
display: none;
font-size: 0.75em;
}
.wpcf7-not-valid + span.wpcf7-not-valid-tip {
display: block;
}
textarea.wpcf7-form-control,
.wpcf7-form-control[type=text],
.wpcf7-form-control[type=number],
.wpcf7-form-control[type=email],
.wpcf7-form-control[type=password],
.wpcf7-form-control[type=search] {
width: 100%;
}
.wpcf7 div.wpcf7-response-output {
margin: 2em 0 0;
}
.wpcf7 p {
margin: 0 0 1em;
}
.wpcf7 p:last-child {
margin-bottom: 0;
}
.wpcf7-wpgdprc {
display: inline-block;
}  [class*=sc_input_hover_] .sc_form_field_wrap,
[class*=sc_input_hover_] .comments_field_wrap {
position: relative;
z-index: 1;
display: block;
}
[class*=sc_input_hover_] input[type=text],
[class*=sc_input_hover_] input[type=number],
[class*=sc_input_hover_] input[type=email],
[class*=sc_input_hover_] input[type=password],
[class*=sc_input_hover_] input[type=search],
[class*=sc_input_hover_] select,
[class*=sc_input_hover_] textarea {
font-size: 1em !important;
line-height: 1.2em;
font-weight: 400;
font-style: normal;
letter-spacing: 1px;
text-align: left !important;
padding: 1.4em !important;
width: 100%;
}
[class*=sc_input_hover_] input:focus,
[class*=sc_input_hover_] select:focus,
[class*=sc_input_hover_] textarea:focus {
outline: none;
}
[class*=sc_input_hover_] .sc_form_field_hover {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
font-size: 1em;
text-align: left !important;
overflow: visible;
padding: 0;
pointer-events: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-font-smoothing: antialiased;
-webkit-touch-callout: none;
}
[class*=sc_input_hover_] .sc_form_field_content {
position: relative;
display: block;
width: 100%;
font-size: 1em;
line-height: 1.2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
[class*=sc_input_hover_] label.required .sc_form_field_content:after {
content: "*";
vertical-align: top;
margin-left: 0.3em;
font-size: 110%;
color: #da6f5b;
}
[class*=sc_input_hover_] label.required:after {
display: none;
} .sc_input_hover_accent input[type=text],
.sc_input_hover_accent input[type=number],
.sc_input_hover_accent input[type=email],
.sc_input_hover_accent input[type=password],
.sc_input_hover_accent input[type=search],
.sc_input_hover_accent select,
.sc_input_hover_accent .select2-container .select2-selection,
.sc_input_hover_accent textarea {
-webkit-box-shadow: 0px 0px 0px 2px transparent;
-ms-box-shadow: 0px 0px 0px 2px transparent;
box-shadow: 0px 0px 0px 2px transparent;
-webkit-transition: box-shadow 0.3s ease;
-webkit-transition: -webkit-box-shadow 0.3s ease;
transition: -webkit-box-shadow 0.3s ease;
-o-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
-webkit-appearance: none; }
.sc_input_hover_accent textarea {
min-height: 11.5em;
}
.sc_input_hover_accent .sc_form_field_hover {
position: static;
}
.sc_input_hover_accent .sc_form_field_content {
padding: 0.3em 0 0;
}
.sc_input_hover_accent .sc_form_field_hover:before {
content: " ";
display: block !important;
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 3em;
-webkit-box-shadow: 0px 0px 0px 0px;
-ms-box-shadow: 0px 0px 0px 0px;
box-shadow: 0px 0px 0px 0px;
color: rgba(239, 167, 88, 0.6);
}
.sc_input_hover_accent textarea + .sc_form_field_hover:before {
height: 9em;
}
.sc_input_hover_accent input:focus + .sc_form_field_hover,
.sc_input_hover_accent select:focus + .sc_form_field_hover,
.sc_input_hover_accent .select2-container--focus + .sc_form_field_hover,
.sc_input_hover_accent .select2-container--open + .sc_form_field_hover,
.sc_input_hover_accent textarea:focus + .sc_form_field_hover {
pointer-events: none;
}
.sc_input_hover_accent input:focus + .sc_form_field_hover:before,
.sc_input_hover_accent select:focus + .sc_form_field_hover:before,
.sc_input_hover_accent .select2-container--focus + .sc_form_field_hover:before,
.sc_input_hover_accent .select2-container--open + .sc_form_field_hover:before,
.sc_input_hover_accent textarea:focus + .sc_form_field_hover:before {
-webkit-animation: anim-accent 0.3s forwards;
animation: anim-accent 0.3s forwards;
}
.sc_input_hover_accent input[type=text]:focus,
.sc_input_hover_accent input[type=number]:focus,
.sc_input_hover_accent input[type=email]:focus,
.sc_input_hover_accent input[type=password]:focus,
.sc_input_hover_accent input[type=search]:focus,
.sc_input_hover_accent select:focus,
.sc_input_hover_accent .select2-container--focus .select2-selection,
.sc_input_hover_accent .select2-container--open .select2-selection,
.sc_input_hover_accent textarea:focus {
border-color: #efa758 !important;
}
@-webkit-keyframes anim-accent {
to {
-webkit-box-shadow: 0px 0px 100px 50px;
-ms-box-shadow: 0px 0px 100px 50px;
box-shadow: 0px 0px 100px 50px;
opacity: 0;
}
}
@keyframes anim-accent {
to {
-webkit-box-shadow: 0px 0px 100px 50px;
-ms-box-shadow: 0px 0px 100px 50px;
box-shadow: 0px 0px 100px 50px;
opacity: 0;
}
} .sc_input_hover_path .sc_form_field_wrap {
margin-bottom: 3em;
}
.sc_input_hover_path input[type=text],
.sc_input_hover_path input[type=number],
.sc_input_hover_path input[type=email],
.sc_input_hover_path input[type=password],
.sc_input_hover_path input[type=search],
.sc_input_hover_path textarea {
border: none !important;
background: transparent !important;
}
.sc_input_hover_path textarea {
height: 4.1em;
overflow: hidden;
min-height: 0 !important;
}
.sc_input_hover_path textarea.filled,
.sc_input_hover_path textarea:focus {
height: auto;
min-height: 10.5em !important;
}
.sc_input_hover_path .sc_form_field_hover {
height: 100%;
cursor: text;
display: block;
}
.sc_input_hover_path .sc_form_field_content {
padding: 2em 1.5em 1.5em;
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sc_input_hover_path textarea + .sc_form_field_hover > .sc_form_field_content {
padding-top: 2em;
}
.sc_input_hover_path .sc_form_field_graphic {
fill: none;
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-transform: scale3d(1, -1, 1);
-ms-transform: scale3d(1, -1, 1);
transform: scale3d(1, -1, 1);
-webkit-transition: stroke-dashoffset 0.5s ease;
-o-transition: stroke-dashoffset 0.5s ease;
transition: stroke-dashoffset 0.5s ease;
pointer-events: none;
stroke: #333;
stroke-width: 2px;
stroke-dasharray: 1190;
stroke-dashoffset: 670;
}
.sc_input_hover_path textarea + .sc_form_field_hover > .sc_form_field_graphic {
stroke-dasharray: 1420;
stroke-dashoffset: 900;
}
.sc_input_hover_path input:focus + .sc_form_field_hover,
.sc_input_hover_path textarea:focus + .sc_form_field_hover,
.sc_input_hover_path input.filled + .sc_form_field_hover,
.sc_input_hover_path textarea.filled + .sc_form_field_hover {
cursor: default;
pointer-events: none;
}
.sc_input_hover_path input:focus + .sc_form_field_hover > .sc_form_field_graphic,
.sc_input_hover_path textarea:focus + .sc_form_field_hover > .sc_form_field_graphic,
.sc_input_hover_path input.filled + .sc_form_field_hover > .sc_form_field_graphic,
.sc_input_hover_path textarea.filled + .sc_form_field_hover > .sc_form_field_graphic {
stroke-dashoffset: 0;
}
.sc_input_hover_path input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path input.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path textarea.filled + .sc_form_field_hover > .sc_form_field_content {
-webkit-transform: scale3d(0.875, 0.875, 1) translate3d(0, 2.8em, 0);
-ms-transform: scale3d(0.875, 0.875, 1) translate3d(0, 2.8em, 0);
transform: scale3d(0.875, 0.875, 1) translate3d(0, 2.8em, 0);
}
.sc_input_hover_path textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path textarea.filled + .sc_form_field_hover > .sc_form_field_content {
-webkit-transform: scale3d(0.875, 0.875, 1) translate3d(0, 10em, 0);
-ms-transform: scale3d(0.875, 0.875, 1) translate3d(0, 10em, 0);
transform: scale3d(0.875, 0.875, 1) translate3d(0, 10em, 0);
} .sc_input_hover_jump .sc_form_field_wrap {
padding-top: 2em;
overflow: hidden;
}
.sc_input_hover_jump input[type=text],
.sc_input_hover_jump input[type=number],
.sc_input_hover_jump input[type=email],
.sc_input_hover_jump input[type=password],
.sc_input_hover_jump input[type=search],
.sc_input_hover_jump textarea {
border: 2px solid #ddd;
}
.sc_input_hover_jump textarea {
min-height: 11.9em !important;
}
.sc_input_hover_jump .sc_form_field_hover {
overflow: hidden;
-webkit-transform: translate3d(0, 2em, 0);
-ms-transform: translate3d(0, 2em, 0);
transform: translate3d(0, 2em, 0);
}
.sc_input_hover_jump .sc_form_field_content {
padding: 1.5em;
}
.sc_input_hover_jump .sc_form_field_content:before {
content: attr(data-content);
position: absolute;
top: -190%;
left: 0;
font-weight: bold;
margin: 0;
color: #efa758;
}
.sc_input_hover_jump input:focus + .sc_form_field_hover,
.sc_input_hover_jump textarea:focus + .sc_form_field_hover,
.sc_input_hover_jump input.filled + .sc_form_field_hover,
.sc_input_hover_jump textarea.filled + .sc_form_field_hover {
-webkit-animation: anim-jump-1 0.25s forwards;
animation: anim-jump-1 0.25s forwards;
}
.sc_input_hover_jump input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_jump textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_jump input[type=text].filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_jump textarea.filled + .sc_form_field_hover > .sc_form_field_content {
-webkit-animation: anim-jump-2 0.25s forwards ease-in;
animation: anim-jump-2 0.25s forwards ease-in;
}
.sc_input_hover_path input:focus,
.sc_input_hover_path textarea:focus,
.sc_input_hover_path input.filled,
.sc_input_hover_path textarea.filled {
border-color: #efa758;
}
@-webkit-keyframes anim-jump-1 {
0%, 70% {
-webkit-transform: translate3d(0, 3em, 0);
-ms-transform: translate3d(0, 3em, 0);
transform: translate3d(0, 3em, 0);
}
71%, 100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes anim-jump-1 {
0%, 70% {
-webkit-transform: translate3d(0, 3em, 0);
-ms-transform: translate3d(0, 3em, 0);
transform: translate3d(0, 3em, 0);
}
71%, 100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes anim-jump-2 {
0% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
70%, 71% {
-webkit-transform: translate3d(0, 125%, 0);
-ms-transform: translate3d(0, 125%, 0);
transform: translate3d(0, 125%, 0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 200%, 0);
-ms-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0);
}
}
@keyframes anim-jump-2 {
0% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
70%, 71% {
-webkit-transform: translate3d(0, 125%, 0);
-ms-transform: translate3d(0, 125%, 0);
transform: translate3d(0, 125%, 0);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 200%, 0);
-ms-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0);
}
} .sc_input_hover_underline .sc_form_field {
margin-bottom: 2em;
}
.sc_input_hover_underline .sc_form_field_button {
margin-bottom: 0;
margin-top: 3em;
}
.sc_input_hover_underline .sc_form_field_wrap {
margin-bottom: 0;
}
[class*=sc_input_hover_].sc_input_hover_underline input[type=text],
[class*=sc_input_hover_].sc_input_hover_underline input[type=number],
[class*=sc_input_hover_].sc_input_hover_underline input[type=email],
[class*=sc_input_hover_].sc_input_hover_underline input[type=password],
[class*=sc_input_hover_].sc_input_hover_underline input[type=search],
[class*=sc_input_hover_].sc_input_hover_underline textarea {
border: none !important;
background-color: transparent !important;
padding: 0.5em 0 !important;
}
.sc_input_hover_underline textarea {
height: 2.5em;
overflow: hidden;
min-height: 0 !important;
}
.sc_input_hover_underline textarea.filled,
.sc_input_hover_underline textarea:focus {
height: auto;
min-height: 6em !important;
}
.sc_input_hover_underline textarea + .sc_form_field_hover > .sc_form_field_content {
display: block; }
.sc_input_hover_underline textarea.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline textarea:focus + .sc_form_field_hover > .sc_form_field_content {
height: 6.3em;
}
.sc_input_hover_underline .sc_form_field_hover {
padding: 0.5em 0;
overflow: visible;
}
.sc_input_hover_underline .sc_form_field_hover:before {
content: " ";
display: block !important;
position: absolute;
top: auto;
right: auto;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
transition: background-color 0.3s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
background-color: #ddd;
}
.sc_input_hover_underline .sc_form_field_content {
padding: 0;
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transition: -webkit-transform 0.3s, color 0.3s;
-webkit-transition: color 0.3s, -webkit-transform 0.3s;
transition: color 0.3s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, color 0.3s;
transition: transform 0.3s, color 0.3s;
transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}
.sc_input_hover_underline input:focus + .sc_form_field_hover:before,
.sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,
.sc_input_hover_underline input.filled + .sc_form_field_hover:before,
.sc_input_hover_underline textarea.filled + .sc_form_field_hover:before {
background-color: #333;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.sc_input_hover_underline input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline input.filled + .sc_form_field_hover > .sc_form_field_content {
color: #333;
-webkit-transform: translate3d(0, 2.2em, 0) scale3d(0.875, 0.875, 1);
-ms-transform: translate3d(0, 2.2em, 0) scale3d(0.875, 0.875, 1);
transform: translate3d(0, 2.2em, 0) scale3d(0.875, 0.875, 1);
}
.sc_input_hover_underline textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline textarea.filled + .sc_form_field_hover > .sc_form_field_content {
color: #333;
height: 5.3em;
-webkit-transform: translate3d(0, 6.2em, 0) scale3d(0.875, 0.875, 1);
-ms-transform: translate3d(0, 6.2em, 0) scale3d(0.875, 0.875, 1);
transform: translate3d(0, 6.2em, 0) scale3d(0.875, 0.875, 1);
} [class*=sc_input_hover_].sc_input_hover_iconed input[type=text],
[class*=sc_input_hover_].sc_input_hover_iconed input[type=number],
[class*=sc_input_hover_].sc_input_hover_iconed input[type=email],
[class*=sc_input_hover_].sc_input_hover_iconed input[type=password],
[class*=sc_input_hover_].sc_input_hover_iconed input[type=search],
[class*=sc_input_hover_].sc_input_hover_iconed textarea {
padding-left: 3em !important;
}
.sc_input_hover_iconed textarea {
min-height: 8.4em;
}
.sc_input_hover_iconed .sc_form_field_hover {
overflow: hidden;
padding: 1.2em !important;
margin: 0;
}
.sc_input_hover_iconed .sc_form_field_content {
display: inline-block !important;
width: auto;
-webkit-transform: translate3d(-1.4em, 0, 0);
-ms-transform: translate3d(-1.4em, 0, 0);
transform: translate3d(-1.4em, 0, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.sc_input_hover_iconed .sc_form_field_icon {
display: inline-block;
font-size: 1.1111em;
text-align: center !important;
position: relative;
width: 1.5em;
height: 1.6em;
line-height: 1.6em;
-webkit-transform: translate3d(-3em, 0, 0);
-ms-transform: translate3d(-3em, 0, 0);
transform: translate3d(-3em, 0, 0);
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sc_input_hover_iconed .sc_form_field_icon:before {
position: static !important;
left: auto;
top: auto;
width: auto;
height: auto;
margin: 0 !important;
padding: 0 !important;
font-style: normal !important;
line-height: inherit;
vertical-align: middle;
}
.sc_input_hover_iconed input:focus + .sc_form_field_hover,
.sc_input_hover_iconed textarea:focus + .sc_form_field_hover,
.sc_input_hover_iconed input.filled + .sc_form_field_hover,
.sc_input_hover_iconed textarea.filled + .sc_form_field_hover {
color: #333;
}
.sc_input_hover_iconed input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed input.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed textarea.filled + .sc_form_field_hover > .sc_form_field_content {
opacity: 0;
-webkit-transform: translate3d(100px, 0, 0);
-ms-transform: translate3d(100px, 0, 0);
transform: translate3d(100px, 0, 0);
}
.sc_input_hover_iconed .sc_form_field_content,
.sc_input_hover_iconed .sc_form_field_icon,
.sc_input_hover_iconed input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed input.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed textarea.filled + .sc_form_field_hover > .sc_form_field_content {
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.sc_input_hover_iconed input:focus + .sc_form_field_hover > .sc_form_field_icon,
.sc_input_hover_iconed textarea:focus + .sc_form_field_hover > .sc_form_field_icon,
.sc_input_hover_iconed input.filled + .sc_form_field_hover > .sc_form_field_icon,
.sc_input_hover_iconed textarea.filled + .sc_form_field_hover > .sc_form_field_icon {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.sc_googlemap_wrap {
position: relative;
}
.sc_googlemap {
position: relative;
padding-top: 0.0001px;
}
.sc_googlemap > iframe {
width: 100%;
height: 100%;
}
.sc_googlemap img {
max-width: none;
}
.sc_googlemap_prevent_scroll {
pointer-events: none;
}
.sc_googlemap_title + .sc_googlemap,
.sc_googlemap_title + .sc_googlemap_content_wrap,
.sc_googlemap_subtitle + .sc_googlemap,
.sc_googlemap_subtitle + .sc_googlemap_content_wrap {
margin-top: 4.2em;
}
.sc_googlemap_descr + .sc_googlemap {
margin-top: 1em;
}
.sc_googlemap_content_wrap {
position: relative;
}
.sc_googlemap_content {
pointer-events: none;
}
.sc_googlemap_content form {
pointer-events: initial;
}
.sc_googlemap_content_default {
position: absolute;
z-index: 1;
top: 10%;
right: 10%;
bottom: 10%;
left: auto;
width: 30%;
padding: 1.5em;
overflow: auto;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_googlemap_content_detailed {
position: relative;
padding: 2em 2em 2em 5em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_googlemap_content_detailed:before {
content: "\e8bb";
font-family: "trx_addons_icons";
font-size: 2em;
line-height: 1.3em;
position: absolute;
top: 1em;
left: 1em;
}
.sc_googlemap_content_detailed p {
margin-bottom: 1em;
}
.sc_googlemap_info_window h1,
.sc_googlemap_info_window h2,
.sc_googlemap_info_window h3,
.sc_googlemap_info_window h4,
.sc_googlemap_info_window h5,
.sc_googlemap_info_window h6 {
margin: 0 0 0.3em;
}
.sc_googlemap_info_window p {
margin: 0;
}
.sc_googlemap_info_window p + p {
margin-top: 0.3em;
} .sc_icons {
position: relative;
padding-top: 0.0001px;
}
.sc_icons_columns_wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_icons_slider .sc_icons_item,
.sc_icons_columns_wrap .sc_icons_item {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_icons_slider .sc_icons_item {
margin-bottom: 0 !important;
}
.sc_icons .sc_icons_item {
position: relative;
}
.sc_icons.sc_align_left .sc_icons_item {
text-align: left;
}
.sc_icons.sc_align_center .sc_icons_item {
text-align: center;
}
.sc_icons.sc_align_right .sc_icons_item {
text-align: right;
}
.sc_icons .sc_icons_item > * {
margin: 0;
}
.sc_icons .sc_icons_image img {
max-width: 75%;
}
.sc_icons .sc_icons_icon {
color: #efa758;
position: relative;
z-index: 2;
display: inline-block;
width: auto;
}
.sc_icon_type_svg.sc_icon_animation {
visibility: hidden;
}
.sc_icon_type_svg svg {
stroke: currentColor;
fill: currentColor;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_icon_type_svg.sc_icon_animation svg {
fill: none !important;
}
.sc_icons .sc_icons_icon:before,
.sc_icons .sc_icons_icon > span:before {
font-size: 6em;
line-height: 1.1em;
}
.sc_icon_type_svg svg,
.sc_icon_type_svg object {
width: 6em;
height: 6em;
display: inline-block;
overflow: visible;
margin-bottom: -0.1em;
}
.sc_icons_size_small .sc_icons_icon:before,
.sc_icons_size_small .sc_icons_icon > span:before {
font-size: 4em;
line-height: 1.1em;
}
.sc_icons_size_small .sc_icon_type_svg svg,
.sc_icons_size_small .sc_icon_type_svg object {
width: 4em;
height: 4em;
}
.sc_icons_size_large .sc_icons_icon:before,
.sc_icons_size_large .sc_icons_icon > span:before {
font-size: 8em;
line-height: 1.1em;
}
.sc_icons_size_large .sc_icon_type_svg svg,
.sc_icons_size_large .sc_icon_type_svg object {
width: 8em;
height: 8em;
}
.sc_icons .sc_icons_icon > span {
display: inline-block;
opacity: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: auto;
}
.sc_icons .sc_icons_icon,
.sc_icons .sc_icons_item_title {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_icons .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_icon + .sc_icons_item_description {
margin-top: 1em;
}
.sc_icons .sc_icons_image + .sc_icons_item_title,
.sc_icons .sc_icons_image + .sc_icons_item_description {
margin-top: 1em;
}
.sc_icons .sc_icons_item_title span,
.sc_icons .sc_icons_item_description span {
display: block;
}
.sc_icons_item_title {
font-size: 1.25em;
line-height: 1.3em;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
}
.sc_icons_item_description {
font-size: 1em;
line-height: 1.6em;
}
.sc_icons_item_title + .sc_icons_item_description {
margin-top: 0.5em;
}
.sc_icons .sc_icons_item_link {
display: block;
position: absolute;
z-index: 10;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .sc_icons_modern .sc_icons_item_description {
font-weight: normal;
color: #292929;
} .sc_icons .sc_icons_item_linked:hover .sc_icons_icon > span {
-webkit-animation: icons-zoom 0.25s ease-out;
animation: icons-zoom 0.25s ease-out;
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon > svg {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image img {
-webkit-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title {
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title + .sc_icons_item_description {
-webkit-transform-origin: center top;
-ms-transform-origin: center top;
transform-origin: center top;
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_image img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_title + .sc_icons_item_description {
-webkit-transform: scale(0.9, 0.9);
-ms-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9);
}
@-webkit-keyframes icons-zoom {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.75, 1.75);
-ms-transform: scale(1.75, 1.75);
transform: scale(1.75, 1.75);
}
}
@keyframes icons-zoom {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.75, 1.75);
-ms-transform: scale(1.75, 1.75);
transform: scale(1.75, 1.75);
}
}
.sc_price .sc_price_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 3em;
}
.sc_price_columns_wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_price_slider .sc_price_item,
.sc_price_columns_wrap .sc_price_item {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_price_slider .sc_price_item {
margin-bottom: 0 !important;
}
.sc_price {
position: relative;
padding-top: 0.0001px;
}
.sc_price_item {
position: relative;
overflow: hidden;
text-align: center;
}
.sc_price_item_inner {
position: relative;
z-index: 2;
}
.sc_price_item.with_image .sc_price_item_inner {
padding: 2em;
}
.sc_price_item_info {
padding: 2em;
}
.sc_price_item_inner .sc_price_item_info {
padding-bottom: 0;
}
.sc_price_slider .sc_price_item_inner .sc_price_item_info {
padding-bottom: 2em;
}
.sc_price_item_icon {
margin-top: 2em;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_price_item_inner .sc_price_item_icon {
margin-top: 0;
}
.sc_price_item .sc_price_item_icon:before {
display: none;
}
.sc_price_item_icon > span {
font-size: 5.5em;
line-height: 1em;
}
.sc_price_item_icon .sc_icon_type_svg svg,
.sc_price_item_icon .sc_icon_type_svg object {
width: 1em;
height: 1em;
}
.sc_price_item_label {
position: absolute;
z-index: 2;
top: 2em;
left: -3em;
width: 12em;
height: 2em;
line-height: 2em;
font-size: 11px;
text-transform: uppercase;
background-color: #efa758;
color: #fff;
text-align: center;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.sc_price_item_subtitle {
font-size: 1em;
line-height: 1.3em;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 0 0.5em;
color: #efa758;
}
.sc_price_item_title {
font-size: 2.4em;
line-height: 1.25em;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_price_item_subtitle + .sc_price_item_title {
margin-top: 0.2em;
}
.sc_price_item_description,
.sc_price_item_details {
font-size: 1.0667em;
line-height: 1.25em;
font-weight: 400;
font-style: italic;
letter-spacing: 0;
margin: 0.65em 0;
color: #000;
}
.sc_price_item_details {
margin-top: 0.9em;
}
.sc_price_item_subtitle + .sc_price_item_description,
.sc_price_item_title + .sc_price_item_description {
margin: 0.5em 0;
}
.sc_price_item_description > span {
display: block;
}
.sc_price_item_description > span + span {
margin-top: 0.3em;
}
.sc_price_item_description ul,
.sc_price_item_details ul {
list-style-type: circle;
}
.sc_price_item_description ul li:before,
.sc_price_item_details ul li:before {
display: none;
}
.sc_price_item_details p,
.sc_price_item_details ul,
.sc_price_item_details ol {
margin-bottom: 0;
}
.sc_price_item_details p + p,
.sc_price_item_details ul.trx_addons_list > li + li {
margin-top: 0.2em;
}
.sc_price_item_price {
color: red;
font-size: 2em;
line-height: 1.25em;
font-weight: 400;
letter-spacing: 1px;
}
.sc_price_item_price_decimals {
font-size: 0.4em;
line-height: 1.8em;
margin-left: 0.2em;
text-decoration: none;
vertical-align: top;
}
.sc_price_item_subtitle + .sc_price_item_price,
.sc_price_item_title + .sc_price_item_price {
margin-top: 0.5em;
}
.sc_price_item_link {
display: inline-block;
margin-top: 2em;
padding: 0.5em 2em;
background-color: #000;
border: 2px solid #fff;
color: #fff;
}
.sc_price_item_link:hover {
background-color: #ff0000;
color: #fff;
}
.sc_price_item_link:after {
display: none;
}
.sc_price_item_subtitle + .sc_price_item_link,
.sc_price_item_title + .sc_price_item_link,
.sc_price_item_description + .sc_price_item_link,
.sc_price_item_details + .sc_price_item_link {
margin-top: 2em;
}
.sc_price_item_link_over {
position: absolute;
z-index: 3;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0 !important;
border: none !important;
display: block !important;
background: none !important;
}
.sc_price_item.with_image {
position: relative;
text-align: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_price_item.with_image .sc_price_item_mask {
position: absolute;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
}
.sc_price_item.with_image:hover .sc_price_item_mask {
opacity: 1;
} .sc_price_item_default.with_image:after {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
.sc_price_item_default.with_bg_color:after {
display: none;
}
.sc_price_item_default.with_image .sc_price_item_icon,
.sc_price_item_default.with_image .sc_price_item_title {
color: #fff;
}
.sc_price_item_default.with_image .sc_price_item_description,
.sc_price_item_default.with_image .sc_price_item_details {
color: #ccc;
}
.sc_skills {
position: relative;
padding-top: 0.0001px;
}
.sc_skills .sc_skills_item_title {
font-size: 12px;
line-height: 16px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
} .sc_skills_pie.sc_skills_compact_off .sc_skills_item {
position: relative;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
font-size: 3.3333em;
line-height: 1.25em;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title {
font-size: 1.0667em;
line-height: 1.3em;
font-weight: 400;
text-align: center;
letter-spacing: 1px;
margin-top: 0.2em;
text-transform: none;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_icon {
margin-right: 0.5em;
}
.sc_skills_pie.sc_skills_compact_off .sc_icon_type_svg svg,
.sc_skills_pie.sc_skills_compact_off .sc_icon_type_svg object {
width: 1.5em;
height: 1.5em;
}
.sc_skills_pie.sc_skills_compact_off .sc_skills_icon img {
width: 1.5em;
}
.sc_skills_pie.sc_skills_compact_on {
overflow: hidden;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_legend {
width: 45%;
float: right;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_item {
line-height: 1.7em;
overflow: hidden;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_marker {
display: inline-block;
vertical-align: middle;
width: 1em;
height: 1em;
margin: 0 0.5em 0.1em 1em;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_title {
width: 60%;
display: inline-block;
vertical-align: middle;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_value {
width: 20%;
display: inline-block;
vertical-align: middle;
text-align: right;
}
.sc_skills_pie.sc_skills_compact_on .sc_skills_item {
width: 50%;
float: left;
} .sc_skills_counter .sc_skills_item_wrap {
max-width: none;
}
.vc_row.vc_inner .sc_skills_counter .sc_skills_item_wrap {
padding: 3.4em 0 0 4em;
}
.vc_row.vc_inner .sc_skills_counter .sc_skills_column + .sc_skills_column:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 1px;
height: 100%;
}
.sc_skills_counter .sc_skills_icon {
position: relative;
display: block;
text-align: center;
font-size: 4.2em;
line-height: 1.15em;
color: #efa758;
}
.sc_skills_counter .sc_icon_type_svg svg,
.sc_skills_counter .sc_icon_type_svg object {
width: 1em;
height: 1em;
}
.sc_skills_counter .sc_skills_total {
display: block;
text-align: center;
font-size: 3.3333em;
line-height: 1.1em;
font-weight: 400;
margin: 0;
}
.sc_skills_counter .sc_skills_icon + .sc_skills_total {
margin-top: 0.2em;
}
.sc_skills_counter .sc_skills_item_title {
text-align: center;
font-size: 1.0667em;
line-height: 1.25em;
font-style: italic;
text-transform: none;
letter-spacing: 0;
} .sc_socials {
position: relative;
padding-top: 0.0001px;
}
.socials_wrap {
display: block;
vertical-align: middle;
white-space: nowrap;
margin: -8px 0 0 0;
}
.socials_wrap .social_item {
display: inline-block;
line-height: inherit;
vertical-align: top;
text-align: center;
margin: 8px 8px 0 0;
}
.socials_wrap .social_item:last-child {
margin-right: 0 !important;
}
.socials_wrap .social_item_style_bg {
overflow: hidden;
}
.socials_wrap .social_item .social_icon {
position: relative;
display: block;
background-size: 100%;
background-position: top center;
overflow: hidden;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
border-radius: 50%;
}
.socials_wrap .social_item .social_icon,
.socials_wrap .social_item .social_name {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.socials_wrap .social_item_type_icons_names .social_icon {
margin: 0 auto;
}
.socials_wrap .social_item .social_name {
font-family: inherit;
}
.socials_wrap .social_item .social_name:before {
display: none;
}
.socials_wrap .sc_icon_type_svg svg,
.socials_wrap .sc_icon_type_svg object {
width: 1.25em;
height: 1.25em;
margin-bottom: -0.2em;
}
.socials_wrap .social_item .social_icon + .social_name {
display: inline-block;
vertical-align: top;
margin-top: 0.5em;
}
.socials_wrap .social_item .social_icon .social_hover {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
background-size: 100%;
background-position: bottom center;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.socials_wrap .social_item .social_icon:hover .social_hover {
opacity: 1;
}
.sc_table {
position: relative;
padding-top: 0.0001px;
max-width: 100%;
overflow-x: auto;
}
.sc_table table {
width: 100%;
}
.sc_table table th,
.sc_table table td {
padding: 1.8em 1em;
}
.sc_table table tr:first-child th,
.sc_table table tr:first-child td {
font-weight: bold;
}
.sc_title {
position: relative;
} .trx_addons_audio_wrap {
position: relative;
}
.trx_addons_audio_list {
position: relative;
}
.trx_addons_audio_wrap.list .trx_addons_audio_player:not(:first-child) {
position: absolute;
z-index: 1;
top: auto;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
}
.trx_addons_audio_wrap.resized.list .trx_addons_audio_player {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.trx_addons_audio_wrap.resized.list .trx_addons_audio_player.current {
opacity: 1;
z-index: 2;
}
.trx_addons_audio_wrap.resized.list .trx_addons_audio_player_wrap {
position: relative;
height: 100%;
}
.trx_addons_audio_wrap.resized.list .audio_frame {
bottom: 0;
position: absolute;
}
.trx_addons_audio_player {
padding: 1em;
position: relative;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_audio_player.with_cover {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.trx_addons_audio_player.with_cover:after {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
.trx_addons_audio_player.without_cover {
border: 1px solid #f0f0f0;
background-color: #f7f7f7;
}
.trx_addons_audio_player .audio_info {
position: relative;
z-index: 2;
overflow: hidden;
}
.trx_addons_audio_player .audio_description {
color: #fff;
}
.trx_addons_audio_player .audio_author,
.trx_addons_audio_player .audio_caption {
margin: 0.5em 0 1em;
}
.trx_addons_audio_player .audio_author + .audio_caption {
margin-top: -0.5em;
}
.trx_addons_audio_player .audio_frame {
width: 100%;
position: relative;
z-index: 2;
}
.trx_addons_audio_player .audio_info + .audio_embed,
.trx_addons_audio_player .audio_info + .audio_frame {
margin-top: 1em;
}
.widget_subtitle + .trx_addons_audio_wrap {
margin-top: 2em;
}
.trx_addons_audio_player .audio_now_playing {
margin-top: 1em;
margin-bottom: 1em;
}
.trx_addons_audio_wrap .trx_addons_audio_navigation,
.trx_addons_audio_player .audio_now_playing {
font-size: 0.9em;
line-height: 1.4rem;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
z-index: 2;
position: relative;
color: #fff;
}
.trx_addons_audio_wrap .trx_addons_audio_navigation {
position: absolute;
z-index: 2;
top: 2.55em;
right: 2.5em;
bottom: auto;
left: auto;
}
.trx_addons_audio_wrap .trx_addons_audio_navigation > span {
padding: 0 5px;
cursor: pointer;
display: inline-block;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0.7;
vertical-align: top;
}
.trx_addons_audio_wrap .trx_addons_audio_navigation > span:hover {
opacity: 1;
}
.trx_addons_audio_wrap .trx_addons_audio_navigation > span span {
font-size: 1.4rem;
line-height: 1em;
font-weight: 400;
vertical-align: top;
}
.trx_addons_audio_wrap.hide_time .mejs-time {
display: none !important;
}
.trx_addons_audio_wrap.hide_scroll .mejs-time-rail {
display: none !important;
}
.trx_addons_audio_wrap.hide_volume .mejs-horizontal-volume-slider {
display: none !important;
}
.hide_scroll .mejs-controls .mejs-duration-container {
margin-left: 10px;
}
.trx_addons_audio_player .mejs-container {
min-height: 40px;
}
@media (max-width: 1439px) {
.audio_now_playing {
margin-top: 0;
}
.trx_addons_audio_navigation {
position: absolute;
z-index: 2;
top: 2em;
right: 2em;
bottom: auto;
left: auto;
}
}
@media (max-width: 1279px) {
.trx_addons_audio_navigation {
position: absolute;
z-index: 2;
top: 2em;
right: 1.6em;
bottom: auto;
left: auto;
}
}
@media (max-width: 767px) {
.trx_addons_audio_wrap.list .trx_addons_audio_player {
padding-top: 5em;
}
.trx_addons_audio_wrap .mejs-horizontal-volume-slider {
display: none !important;
}
.trx_addons_audio_navigation {
position: absolute;
z-index: 2;
top: 2.55em;
right: auto;
bottom: auto;
left: 1.2em;
}
} .widget_contacts p {
margin: 0;
}
.widget_contacts p + p {
margin-top: 1em;
}
.widget_contacts .contacts_logo + .contacts_description,
.widget_contacts .contacts_logo + .contacts_content {
margin-top: 2em;
}
.widget_contacts .contacts_description + .contacts_content,
.widget_contacts .contacts_socials + .contacts_content {
margin-top: 1.5em;
}
.widget_contacts .contacts_content .wpb_single_image {
display: inline-block;
vertical-align: middle;
margin-right: 0.5em;
}
.widget_contacts .contacts_content aside,
.widget_contacts .contacts_content widget,
.widget_contacts .contacts_content .sc_layouts_item {
margin: 0;
}
.widget_contacts .contacts_logo + .contacts_map_top,
.widget_contacts .contacts_description + .contacts_map_top {
margin-top: 2.5em;
}
.widget_contacts .contacts_map_left,
.widget_contacts .contacts_map_right {
overflow: hidden;
margin: 2em 0;
}
.widget_contacts .contacts_map_left .contacts_info .contacts_left,
.widget_contacts .contacts_map_left .contacts_info .contacts_right,
.widget_contacts .contacts_map_right .contacts_info .contacts_left,
.widget_contacts .contacts_map_right .contacts_info .contacts_right,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_right {
margin-left: 0 !important;
text-align: left;
}
.widget_contacts .contacts_map_left .contacts_info .contacts_left span,
.widget_contacts .contacts_map_right .contacts_info .contacts_left span,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left span {
padding-left: 2em;
padding-right: 0;
}
.widget_contacts .contacts_map_left .contacts_info .contacts_left span:before,
.widget_contacts .contacts_map_right .contacts_info .contacts_left span:before,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left span:before {
left: 0;
right: auto;
text-align: left;
}
.widget_contacts .contacts_map_left .contacts_map,
.widget_contacts .contacts_map_left .contacts_info {
float: left;
width: 47%;
}
.widget_contacts .contacts_map_left .contacts_info {
margin-left: 6%;
}
.widget_contacts .contacts_map_right .contacts_map,
.widget_contacts .contacts_map_right .contacts_info {
float: right;
width: 47%;
}
.widget_contacts .contacts_map_right .contacts_info {
margin-right: 6%;
}
.widget_contacts .contacts_logo + .contacts_info,
.widget_contacts .contacts_map_top .contacts_map + .contacts_info,
.widget_contacts .contacts_description + .contacts_info {
margin-top: 2em;
}
.widget_contacts .contacts_info {
line-height: 2.2em;
}
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info {
line-height: inherit;
}
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info span {
margin-bottom: 1em;
}
.widget_contacts .contacts_info .contacts_left,
.widget_contacts .contacts_info .contacts_right {
display: inline-block;
white-space: inherit;
text-align: left;
vertical-align: top;
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget_contacts .contacts_info .contacts_left {
text-align: right;
padding-right: 1.5em;
}
.widget_contacts .contacts_info .contacts_right {
padding-left: 1.5em;
}
.widget_contacts .contacts_info span,
.widget_contacts .contacts_info > div > a,
.widget_contacts .contacts_info > a {
position: relative;
display: block;
padding-left: 2em;
}
.widget_contacts .contacts_info .contacts_left > * {
padding-left: 0;
padding-right: 2em;
}
.widget_contacts .contacts_info span:before,
.widget_contacts .contacts_info > div > a:before,
.widget_contacts .contacts_info > a:before {
display: block;
font-family: "trx_addons_icons";
font-size: 1.2em;
line-height: inherit;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 2em;
text-align: left;
}
.widget_contacts .contacts_info .contacts_left > :before {
left: auto;
right: 0;
text-align: right;
}
.widget_contacts .contacts_info span.contacts_email:before {
content: "\e86d";
}
.widget_contacts .contacts_info span.contacts_phone:before,
.widget_contacts .contacts_info a.contacts_phone:before {
content: "\e8c2";
}
.widget_contacts .contacts_info span.contacts_address:before {
content: "\e8c3";
}
.widget_contacts .contacts_logo + .contacts_socials,
.widget_contacts .contacts_info + .contacts_socials,
.widget_contacts .contacts_map_top + .contacts_socials,
.widget_contacts .contacts_description + .contacts_socials {
margin-top: 1em;
} .slider_container {
display: none;
position: relative;
overflow: hidden;
}
.slider_container.slider_elastistack,
.slider_container.swiper-container-coverflow,
.slider_container.swiper-container-cube,
.slider_container.swiper-container-flip {
overflow: visible;
}
.slider_outer {
position: relative;
}
.slider_container .slider-slide {
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: auto; }
.slider_container:not(.slider_multi):not(.slider_type_images),
.slider_container:not(.slider_multi):not(.slider_type_images) .slider-slide {
min-height: 180px;
}
.slider_container.slider_type_images .slider-slide {
text-align: center;
-webkit-align-self: center;
-ms-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.slider_container.slider_type_images .slider-slide > img {
max-width: 100%;
height: auto;
}
.slider_container .slider-slide > .slide_link {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
} .slider_container .slide_info {
position: absolute;
z-index: 2;
text-align: center;
padding: 0 3em;
line-height: 1.3em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.slider_container .slide_info.slide_info_large {
padding: 2em;
background-color: rgba(0, 0, 0, 0.6);
}
.slider_container .slide_overlay,
.slider_container .slide_info.slide_info_large,
.slider_container .slide_info a {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slider_container .slide_info.slide_info_large .slide_title,
.slider_container .slide_info.slide_info_large .slide_title a,
.slider_container .slide_info.slide_info_large:hover .slide_date,
.slider_container .slide_info.slide_info_large:hover .slide_cats,
.slider_container .slide_info.slide_info_large:hover .slide_cats a {
color: #ffffff;
}
.slider_container .slide_info.slide_info_large:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.slider_container .slide_info.slide_info_large .slide_cats {
color: transparent !important;
}
.slider_container .slide_info.slide_info_large .slide_cats a {
font-size: 0.8667em;
line-height: 1.7333em;
font-weight: 500;
text-transform: uppercase;
}
.slider_container .slide_info.slide_info_large .slide_title {
font-size: 1.4em;
line-height: 1.5em;
font-weight: 400;
text-transform: uppercase;
margin: 0.5em 0;
}
.slider_container .slide_info.slide_info_large .slide_date {
font-size: 0.9333em;
font-style: italic;
}
.slider_container.slider_titles_center .slide_info {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 0;
}
.slider_container.slider_titles_center .slide_info_large {
width: 50%;
padding: 3em 2em;
}
.slider_container.slider_titles_bottom .slide_info_small {
left: 0;
right: 0;
bottom: 2em;
}
.slider_container.slider_titles_bottom .slide_info_large {
left: 0;
right: 0;
bottom: 0;
}
.slider_container.slider_titles_lb .slide_info_small {
text-align: left;
left: 0;
bottom: 2em;
}
.slider_container.slider_titles_lb .slide_info_large {
width: 50%;
left: 0;
bottom: 0;
}
.slider_container.slider_titles_rb .slide_info_small {
text-align: right;
right: 0;
bottom: 2em;
}
.slider_container.slider_titles_rb .slide_info_large {
width: 50%;
right: 0;
bottom: 0;
}
.slider_container .slide_info .slide_title {
margin-top: 0.4em;
}
.slider_titles_outside_wrap .slide_cats,
.slider_titles_outside_wrap .slide_subtitle {
font-style: italic;
letter-spacing: 0;
}
.slider_container .slide_overlay {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
}
.slider_container .slide_overlay:hover {
background-color: rgba(0, 0, 0, 0.7);
}
.slider_container.slider_multi .slide_info_small,
.slider_container .slide_info_small {
text-shadow: 1px 1px #000;
}
.slider_container.slider_pagination_pos_bottom.slider_pagination_custom.slider_multi:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_custom:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_bullets.slider_multi:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_bullets:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_fraction.slider_multi:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_container.slider_pagination_pos_bottom.slider_pagination_fraction:not(.slider_titles_center) .slide_info:not(.slide_info_large) {
bottom: 3.5em;
}
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_custom.slider_multi:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_custom:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_bullets.slider_multi:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_bullets:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_fraction.slider_multi:not(.slider_titles_center) .slide_info:not(.slide_info_large),
.slider_style_modern .slider_container.slider_pagination_pos_bottom.slider_pagination_fraction:not(.slider_titles_center) .slide_info:not(.slide_info_large) {
bottom: 2em;
}
.slider_container.slider_multi .slide_title,
.slider_container .slide_info:not(.slide_info_large) .slide_title {
font-size: 1.5385em;
margin: 0.2em 0;
}
.slider_container.slider_multi .slide_title,
.slider_container.slider_multi .slide_title a,
.slider_container .slide_info:not(.slide_info_large) .slide_title,
.slider_container .slide_info:not(.slide_info_large) .slide_title a {
color: #f0f0f0;
}
.slider_container.slider_multi .slide_title a:hover,
.slider_container .slide_info:not(.slide_info_large) .slide_title a:hover,
.slider_container.slider_multi .slide_cats a:hover,
.slider_container .slide_info:not(.slide_info_large) .slide_cats a:hover {
color: #ffffff;
}
.slider_container.slider_multi .slide_date,
.slider_container.slider_multi .slide_cats,
.slider_container.slider_multi .slide_cats a,
.slider_container .slide_info:not(.slide_info_large) .slide_date,
.slider_container .slide_info:not(.slide_info_large) .slide_cats,
.slider_container .slide_info:not(.slide_info_large) .slide_cats a {
color: #ccc;
} .slider_outer.slider_outer_titles_outside {
padding-bottom: 5rem;
}
.slider_titles_outside_wrap {
position: absolute;
z-index: 8;
bottom: 0;
left: 0;
width: 100%;
max-height: 4em;
text-align: center;
}
.slider_titles_outside_wrap .slide_info {
display: none;
}
.slider_titles_outside_wrap .slide_title {
margin: 0;
} .slider_container .swiper-pagination,
.slider_outer .swiper-pagination {
display: block;
text-align: center;
z-index: 9;
color: #fff;
}
.slider_outer_pagination_pos_bottom_outside .swiper-pagination {
position: static;
display: block;
text-align: center;
margin-top: 1em;
bottom: auto;
left: auto;
} .swiper-pagination-custom .swiper-pagination-button {
width: 3em;
height: 3em;
border: 2px solid #ddd;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-color: #f7f7f7;
opacity: 0.8;
vertical-align: bottom;
margin: 0 4px;
display: inline-block;
border-radius: 4px;
}
.swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active {
opacity: 1;
border-color: #efa758;
}
.slider_outer.slider_outer_pagination_pos_bottom.slider_outer_pagination_custom,
.slider_outer.slider_outer_pagination_pos_bottom_outside.slider_outer_pagination_custom {
padding-bottom: 4em;
}
.slider_container.slider_pagination_pos_bottom .swiper-pagination-custom,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-custom,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-custom {
left: 0;
top: auto;
bottom: 1em;
width: 100%;
height: 3em;
line-height: 3em;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-custom {
left: auto;
bottom: auto;
position: static;
margin-top: 1em;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-custom,
.slider_container.slider_pagination_pos_right .swiper-pagination-custom {
left: 1em;
top: 50%;
bottom: auto;
width: auto;
height: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.slider_container.slider_pagination_pos_right .swiper-pagination-custom {
right: 1em;
left: auto;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-button,
.slider_container.slider_pagination_pos_right .swiper-pagination-button {
display: block;
margin: 4px 0;
width: 2em;
height: 2em;
} .slider_container .swiper-pagination-bullet,
.slider_outer .swiper-pagination-bullet {
opacity: 0.8;
vertical-align: bottom;
border: 2px solid #f0f0f0;
background-color: transparent;
width: 10px;
height: 10px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.slider_container .swiper-pagination-bullet-active,
.slider_outer .swiper-pagination-bullet-active {
opacity: 1;
}
.slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
left: 0;
top: auto;
bottom: 1em;
width: 100%;
height: 1.5em;
line-height: 1.5em;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
left: auto;
bottom: auto;
position: static;
margin-top: 1em;
}
.slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet {
display: inline-block;
margin: 0 8px 0 0;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-bullets,
.slider_container.slider_pagination_pos_right .swiper-pagination-bullets {
left: 1em;
top: 50%;
bottom: auto;
width: auto;
height: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.slider_container.slider_pagination_pos_right .swiper-pagination-bullets {
right: 1em;
left: auto;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-bullets .swiper-pagination-bullet,
.slider_container.slider_pagination_pos_right .swiper-pagination-bullets .swiper-pagination-bullet {
display: block;
margin: 8px 0 0 0;
} .slider_container .swiper-pagination-fraction,
.slider_outer .swiper-pagination-fraction {
font-size: 0.8667em;
left: 0;
top: auto;
bottom: 1.5em;
width: 100%;
height: 1.7em;
line-height: 1.7em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-fraction {
text-align: left;
padding-left: 1em;
}
.slider_container.slider_pagination_pos_right .swiper-pagination-fraction {
text-align: right;
padding-right: 1em;
}
.slider_outer.slider_outer_pagination_pos_left > .swiper-pagination-fraction,
.slider_outer.slider_outer_pagination_pos_right > .swiper-pagination-fraction {
width: 7rem;
bottom: 5rem;
}
.slider_outer.slider_outer_pagination_pos_right > .swiper-pagination-fraction {
left: auto;
right: 0;
}
.slider_container .swiper-pagination-fraction > *,
.slider_outer .swiper-pagination-fraction > * {
line-height: inherit;
vertical-align: middle;
}
.slider_container .swiper-pagination-fraction > .swiper-pagination-current,
.slider_outer .swiper-pagination-fraction > .swiper-pagination-current {
font-size: 2em;
line-height: 1.2em;
} .slider_container.slider_direction_horizontal .swiper-pagination-progress,
.slider_outer.slider_outer_direction_horizontal .swiper-pagination-progress {
height: 6px;
top: auto;
bottom: 0;
}
.slider_container.slider_pagination_pos_right .swiper-pagination-progress,
.slider_outer.slider_outer_pagination_pos_right .swiper-pagination-progress {
left: auto;
right: 0;
} .sc_item_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 2em;
}
.sc_item_slider.slider_outer_pagination_pos_bottom .swiper-pagination {
bottom: 0em;
}
.sc_item_slider.slider_outer_pagination .swiper-pagination-bullet {
border-color: #ddd;
} .sc_slider_controls .slider_prev, .sc_slider_controls .slider_next,
.slider_container .slider_prev, .slider_container .slider_next,
.slider_outer .slider_prev, .slider_outer_controls .slider_next {
background-image: none !important;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
display: inline-block;
vertical-align: middle;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_slider_controls .slider_controls_wrap > a,
.slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap > a,
.slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_top .slider_controls_wrap > a,
.slider_outer_controls_bottom .slider_controls_wrap > a {
width: 4.2em;
height: 2.8em;
line-height: 2.8em;
border-radius: 0;
}
.sc_slider_controls .slider_prev:before, .sc_slider_controls .slider_next:before,
.slider_container .slider_prev:before, .slider_container .slider_next:before,
.slider_outer .slider_prev:before, .slider_outer .slider_next:before {
margin: 0;
font-family: "trx_addons_icons";
}
.sc_slider_controls .slider_prev:before,
.slider_container .slider_prev:before,
.slider_outer .slider_prev:before {
content: "\e858";
}
.sc_slider_controls .slider_next:before,
.slider_container .slider_next:before,
.slider_outer .slider_next:before {
content: "\e859";
}
.sc_slider_controls .slider_prev.with_title,
.sc_slider_controls .slider_next.with_title {
width: auto;
padding: 0 1.5em;
}
.sc_slider_controls .slider_prev.with_title:before,
.sc_slider_controls .slider_next.with_title:before {
display: none;
}
.sc_slider_controls.sc_slider_controls_left {
text-align: left;
}
.sc_slider_controls.sc_slider_controls_center {
text-align: center;
}
.sc_slider_controls.sc_slider_controls_right {
text-align: right;
}
.sc_slider_controls .slider_prev,
.sc_slider_controls .slider_next {
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
margin: 0;
display: inline-block;
vertical-align: middle;
}
.sc_slider_controls .slider_prev + .slider_next {
margin-left: 0.5em;
}
.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap {
position: relative;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap.with_prev {
padding-left: 4.5em;
}
.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap.with_next {
padding-right: 4.5em;
}
.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap .slider_prev {
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap .slider_next {
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.sc_slider_controls:not([class*=slider_pagination_style_none]) .slider_controls_wrap .slider_pagination_wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
position: relative;
text-align: center;
height: 2.8em;
} .sc_slider_controls .slider_pagination_button_wrap {
display: inline-block;
vertical-align: top;
height: 100%;
}
.sc_slider_controls .slider_pagination_button {
display: block;
height: 100%;
margin-left: 1px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
position: relative;
}
.sc_slider_controls .slider_pagination_button_wrap:first-child .slider_pagination_button {
margin-left: 0;
}
.sc_slider_controls .slider_pagination_button:before {
content: " ";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
opacity: 0;
}
.sc_slider_controls .slider_pagination_button:hover:before,
.sc_slider_controls .slider_pagination_button_active:before {
opacity: 0.2;
} .sc_slider_controls.slider_pagination_style_progress .slider_controls_wrap .slider_pagination_wrap {
background-color: #f0f0f0;
cursor: pointer;
}
.sc_slider_controls .slider_progress_bar {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: #ddd;
-webkit-transition: width 0.3s ease;
-o-transition: width 0.3s ease;
transition: width 0.3s ease;
} .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet {
display: inline-block;
vertical-align: top;
border: 2px solid #f0f0f0;
background-color: transparent;
width: 10px;
height: 10px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
}
.sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet + .slider_pagination_bullet {
margin-left: 4px;
cursor: pointer;
} .sc_slider_controls.slider_pagination_style_fraction .slider_pagination_wrap > * {
font-size: 0.8667em;
line-height: 1.7em;
}
.sc_slider_controls.slider_pagination_style_fraction .slider_pagination_wrap > .swiper-pagination-current {
font-size: 2em;
line-height: 1.2em;
}
.slider_container.slider_controls_bottom .slider_controls_wrap,
.slider_outer .slider_controls_bottom .slider_controls_wrap {
text-align: center;
margin-top: 3em;
}
.slider_container.slider_controls_bottom .slider_prev, .slider_container.slider_controls_bottom .slider_next,
.slider_outer .slider_controls_bottom .slider_prev, .slider_outer .slider_controls_bottom .slider_next {
position: static;
display: inline-block;
margin: 0;
border-radius: 0;
background-color: transparent;
border: 2px solid #000;
color: #000;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
}
.slider_container.slider_controls_bottom .slider_prev:hover, .slider_container.slider_controls_bottom .slider_next:hover,
.slider_outer .slider_controls_bottom .slider_prev:hover, .slider_outer .slider_controls_bottom .slider_next:hover {
background-color: #000;
color: #fff;
}
.slider_container.slider_controls_bottom .slider_next,
.slider_outer .slider_controls_bottom .slider_next {
margin-left: 1em;
}
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev {
opacity: 0;
margin-left: -6em;
left: 0;
}
.slider_container.slider_controls_side .slider_next,
.slider_outer_controls_side .slider_controls_wrap > .slider_next {
opacity: 0;
margin-right: -6em;
right: 0;
}
.slider_container.slider_controls_side:hover .slider_controls_wrap > a,
.slider_outer_controls_side:hover .slider_controls_wrap > a {
opacity: 1;
margin-left: 0;
margin-right: 0;
}
.slider_container.slider_controls_outside + .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap > a {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease 0.3s, margin 0.3s ease 0.3s;
-o-transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease 0.3s, margin 0.3s ease 0.3s;
transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease 0.3s, margin 0.3s ease 0.3s;
}
.slider_container.slider_controls_outside + .slider_controls_wrap > .slider_prev,
.slider_outer_controls_outside .slider_controls_wrap > .slider_prev {
opacity: 0;
margin-left: -6em;
left: -6em;
}
.slider_container.slider_controls_outside + .slider_next,
.slider_outer_controls_outside .slider_controls_wrap > .slider_next {
opacity: 0;
margin-right: -6em;
right: -6em;
}
.slider_container.slider_controls_outside:hover + .slider_controls_wrap > a,
.slider_container.slider_controls_outside + .slider_controls_wrap:hover > a,
.slider_container.slider_controls_outside + .slider_controls_wrap > a:hover,
.slider_outer_controls_outside:hover .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap:hover > a,
.slider_outer_controls_outside .slider_controls_wrap > a:hover {
opacity: 1;
margin-left: 0;
margin-right: 0;
} .slider_outer_controls_top > .slider_controls_wrap {
position: absolute;
z-index: 11;
top: -3.3em;
right: 0;
width: auto;
height: 3em;
}
.sc_item_slider.slider_outer_controls_top > .slider_controls_wrap {
top: -5em;
}
.slider_outer_controls_bottom > .slider_controls_wrap {
position: relative;
display: block;
text-align: center;
margin-top: 0.4em;
}
.slider_outer_controls_bottom.slider_outer_pagination_pos_bottom_outside > .slider_controls_wrap {
display: inline-block;
width: 50%;
text-align: right;
}
.slider_outer_controls_bottom.slider_outer_pagination_pos_bottom_outside > .swiper-pagination {
display: inline-block;
width: 50%;
text-align: left;
}
.slider_outer_controls_top > .slider_controls_wrap > a,
.slider_outer_controls_bottom > .slider_controls_wrap > a {
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
margin: 0;
display: inline-block;
vertical-align: middle;
}
.slider_outer_controls_top > .slider_controls_wrap > a + a,
.slider_outer_controls_bottom > .slider_controls_wrap > a + a {
margin-left: 0.5em;
} .slider_container .trx_addons_video_player.with_cover {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
} .slider_style_modern {
padding: 0 7rem;
}
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a {
position: absolute;
top: 3rem;
bottom: 3rem;
width: 7rem;
height: auto;
line-height: 1.2em;
margin: 0;
background-color: #333;
color: #fff;
border-radius: 0;
}
.slider_style_modern.slider_outer_controls_side.slider_outer_pagination_pos_bottom_outside .slider_controls_wrap > a {
bottom: 6rem;
}
.slider_style_modern.slider_outer_controls_side.slider_outer_titles_outside .slider_controls_wrap > a {
bottom: 8rem;
}
.slider_style_modern.slider_outer_controls_side.slider_outer_titles_outside.slider_outer_pagination_pos_bottom_outside .slider_controls_wrap > a {
bottom: 11rem;
}
.slider_style_modern .slider_controls_label,
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a:before {
display: block;
text-align: center;
max-width: 80%;
position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a:before {
top: 58%;
}
.slider_style_modern .slider_controls_label > span {
display: block;
}
.slider_style_modern .slider_controls_label span:first-child {
font-style: italic;
letter-spacing: 0;
}
.sc_slider_controller .slider_outer.slider_outer_controls_side .slider_controls_wrap > a,
.slider_style_modern .slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a {
opacity: 1;
}
.slider_style_modern.slider_outer_titles_outside > .slider_pagination_wrap {
display: none;
} .sc_slider_controller .slider-slide {
cursor: pointer;
min-height: 50px;
}
.sc_slider_controller_horizontal[data-controls="1"] {
padding-left: 4em;
padding-right: 4em;
}
.sc_slider_controller_vertical[data-controls="1"] {
padding-top: 3em;
padding-bottom: 3em;
}
.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap > a {
margin: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > a {
top: 0;
bottom: 0;
width: 4em;
height: auto;
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > a {
left: 0;
right: 0;
width: auto;
height: 3em;
}
.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap > a:before {
display: block;
width: auto;
height: 1em;
line-height: 1em;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap > a {
border-radius: 0;
}
.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > .slider_prev {
left: -4em;
right: auto;
}
.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > .slider_next {
right: -4em;
left: auto;
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_prev {
top: -3em;
bottom: auto;
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_next {
bottom: -3em;
top: auto;
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_prev:before {
content: "\e85a";
font-family: "trx_addons_icons";
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_next:before {
content: "\e857";
font-family: "trx_addons_icons";
}
.sc_slider_controller_info {
display: block;
text-align: left;
letter-spacing: 0;
font-size: 1.3333em;
line-height: 1.2em;
font-weight: normal;
font-style: normal;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 85%;
}
.sc_slider_controller_info_number {
display: inline-block;
color: #eee;
margin-right: 0.4em;
}
.sc_slider_controller_info_title {
display: inline-block;
color: #fff;
}
.sc_slider_controller_thumbs .slider-slide:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: background-color 0.5s ease;
-o-transition: background-color 0.5s ease;
transition: background-color 0.5s ease;
}
.sc_slider_controller_thumbs .slider-slide.swiper-slide-active:before {
background-color: transparent;
}
.sc_slider_controller_thumbs.sc_slider_controller_horizontal {
padding-top: 3px;
}
.sc_slider_controller_thumbs.sc_slider_controller_horizontal .slider-slide {
margin-top: 3px;
}
.sc_slider_controller_thumbs.sc_slider_controller_horizontal .slider-slide.swiper-slide-active {
margin-top: 0;
border-top: 3px solid #efa758;
}
.sc_slider_controller_thumbs .sc_slider_controller_info {
font-size: 1.2em;
line-height: 1.2em;
display: none;
}
.sc_slider_controller_thumbs .sc_slider_controller_info_number {
color: #ccc;
}
.sc_slider_controller_thumbs .sc_slider_controller_info_title {
color: #fff;
}
.sc_slider_controller_titles .sc_slider_controller_info {
text-transform: uppercase;
}
.sc_slider_controller_titles.sc_slider_controller_horizontal {
padding-top: 3px;
}
.sc_slider_controller_titles.sc_slider_controller_horizontal .slider-slide {
margin-top: 3px;
}
.sc_slider_controller_titles .slider-slide {
background-color: #f0f0f0;
}
.sc_slider_controller_titles .slider-slide:after {
content: " ";
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: auto;
width: 1px;
background-color: #ddd;
}
.sc_slider_controller_titles .slider-slide.swiper-slide-active {
margin-top: 0;
padding-top: 0px;
background-color: #fff;
}
.sc_slider_controller_titles.sc_slider_controller_horizontal .slider-slide.swiper-slide-active {
border-top: 3px solid #efa758;
}
.sc_slider_controller_titles .slider-slide.swiper-slide-active:after {
display: none;
}
.sc_slider_controller_titles .slider_outer_controls_side .slider_controls_wrap > a {
top: 3px;
}  .slider_elastistack ul[class*=stack__] {
position: relative;
margin: 0 auto;
padding: 0;
list-style: none;
}
.slider_elastistack ul[class*=stack__] li {
position: absolute;
width: 100%;
opacity: 0;
padding: 0;
}
.slider_elastistack ul[class*=stack__] li:before {
display: none;
}
.slider_elastistack ul.stack__images {
width: 100%;
z-index: 10;
-webkit-perspective: 1000px;
-ms-perspective: 1000px;
perspective: 1000px;
-webkit-perspective-origin: 50% -50%;
-ms-perspective-origin: 50% -50%;
perspective-origin: 50% -50%;
}
.slider_elastistack .stack__images li {
top: 0;
z-index: 1;
-webkit-transform: translate3d(0, 0, -180px);
-ms-transform: translate3d(0, 0, -180px);
transform: translate3d(0, 0, -180px);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.slider_elastistack .stack__images li img {
display: block;
width: 100%;
pointer-events: none;
}
.slider_elastistack .stack__images li:active {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.slider_elastistack .stack__images li.animate {
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.slider_elastistack .stack__images li.move-back {
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
} .slider_elastistack_outer.slider_outer_controls {
padding-bottom: 4em;
}
.slider_elastistack_outer.slider_outer_titles_outside.slider_outer_controls {
padding-bottom: 13em;
}
.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap {
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.slider_elastistack.slider_controls > .slider_controls_wrap {
bottom: -4em;
}
.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap > .slider_prev {
display: none;
}
.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap > .slider_next {
position: static;
margin: 0;
left: auto;
right: auto;
opacity: 1;
}
.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap > .slider_next:before {
content: "\e857";
} .widget_socials .socials_description + .socials_wrap {
margin-top: 1.5em;
} .trx_addons_video_player.with_cover {
position: relative;
overflow: hidden;
}
.trx_addons_video_player.with_cover .video_embed {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
opacity: 0;
overflow: hidden;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.trx_addons_video_player.with_cover img {
position: relative;
z-index: 2;
width: 100%;
height: auto;
}
.trx_addons_video_player.with_cover .video_mask {
position: absolute;
z-index: 3;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0;
}
.trx_addons_video_player.with_cover:hover .video_mask {
opacity: 1;
}
.trx_addons_video_player.with_cover .video_hover {
position: absolute;
z-index: 4;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size: 3em;
cursor: pointer;
overflow: hidden;
margin-top: 2em;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
opacity: 0;
}
.trx_addons_video_player.with_cover .video_hover:before {
content: "\e888";
font-family: "trx_addons_icons";
margin: 0;
}
.trx_addons_video_player.with_cover .video_hover:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.trx_addons_video_player.with_cover:hover .video_hover {
opacity: 1;
margin-top: 0;
} .trx_addons_video_player.video_play .video_mask {
opacity: 1;
background-color: #000;
}
.trx_addons_video_player.video_play .video_embed {
opacity: 1;
z-index: 10;
}
.trx_addons_video_player.video_play .video_hover {
display: none;
}
.sc_layouts_cart {
position: relative;
z-index: 2000;
}
.sc_layouts_cart_icon,
.sc_layouts_cart_details {
cursor: pointer;
}
.sc_layouts_cart_items_short {
display: none;
font-size: 7px;
background-color: #333;
color: #fff;
width: 15px;
height: 15px;
line-height: 15px;
text-align: center;
border-radius: 50%;
position: absolute;
z-index: 1;
top: -5px;
right: -5px;
pointer-events: none;
}
.sc_layouts_row_type_compact .sc_layouts_cart_details {
display: none;
}
.sc_layouts_row_type_compact .sc_layouts_cart_details {
display: none;
}
.sc_layouts_row_type_compact .sc_layouts_cart_items_short {
display: block;
} .sc_layouts_cart_widget {
display: none;
text-align: left;
position: absolute;
z-index: 2;
top: 4em;
right: -2em;
width: 280px;
padding: 1em;
border: 1px solid #ddd;
background-color: #fff;
color: #888;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_cart_widget:after {
content: " ";
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 2.5em;
width: 8px;
height: 8px;
margin: -5px 0 0 -4px;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
background-color: #fff;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.sc_layouts_cart_widget .sc_layouts_cart_widget_close {
position: absolute;
z-index: 100;
top: 0;
right: 0;
padding: 5px 6px;
cursor: pointer;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_cart_widget .widget_shopping_cart {
text-align: left !important;
font-size: 0.9333em;
line-height: 1.5em;
}
.sc_layouts_cart_widget .cart_list {
max-height: 215px;
overflow-y: auto;
overflow-x: hidden;
}
.sc_layouts_cart_widget p {
margin-bottom: 0;
}
.sc_layouts_cart_widget p + p {
margin-top: 0.75em;
} .sc_layouts_currency .select_container {
overflow: visible;
background-color: transparent !important;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .woocommerce-currency-switcher {
display: none !important;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .woocommerce-currency-switcher {
padding: 0 !important;
}
.sc_layouts_currency .select_container:after,
.sc_layouts_currency .select_container:before {
display: none;
}
.sc_layouts_currency .chosen-container .chosen-results {
display: block;
}
.sc_layouts_currency .chosen-container {
font-size: inherit;
font-weight: inherit;
letter-spacing: 0px;
min-width: 100%;
position: relative;
}
.sc_layouts_currency .chosen-container-single .chosen-single span {
margin: 0;
}
.sc_layouts_currency .chosen-container-single .chosen-single > div {
display: none;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .chosen-container-active.chosen-with-drop .chosen-single,
.sc_layouts_currency .woocommerce-currency-switcher-form .chosen-container-single .chosen-single,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-select,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-selected,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-selected,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect.wSelect-theme-classic {
display: inline;
font-weight: inherit;
position: relative;
height: auto;
background: transparent !important;
border: none;
line-height: inherit;
padding: 0;
margin: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.sc_layouts_currency .chosen-container-single .chosen-single:after {
content: "\e828";
font-family: "trx_addons_icons";
font-size: 95%;
position: absolute;
z-index: 1;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: none;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-arrow,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-pointer,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-selected-description {
display: none;
}
.sc_layouts_currency .chosen-container .chosen-results,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-options-holder,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-options {
width: 11em !important;
border: none !important;
min-width: 0 !important;
margin: 0;
padding: 1.25em 2em;
background: #ffffff;
text-align: left;
position: absolute;
z-index: 1;
top: 1em;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0 !important;
-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.sc_layouts_currency.hide_drop .chosen-drop,
.sc_layouts_currency.hide_drop .woocommerce-currency-switcher-form .wSelect-options-holder,
.sc_layouts_currency.hide_drop .woocommerce-currency-switcher-form .dd-options {
display: none !important;
}
.sc_layouts_currency .chosen-container .chosen-drop,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect .wSelect-options {
height: auto !important;
border: none;
overflow: visible;
margin-top: 0;
border-radius: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.sc_layouts_currency .chosen-container .chosen-results li,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-option {
background: transparent !important;
border: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #141414;
font-weight: 400;
padding: 0.55em 0;
line-height: inherit;
cursor: pointer;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option-value {
padding: 0;
margin: 0;
}
.sc_layouts_currency .chosen-container .active-result.highlighted,
.sc_layouts_currency .chosen-container .active-result.result-selected,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option-selected {
color: #efa758;
}
.sc_layouts_currency a.woocs_flag_view_item {
width: auto;
height: auto;
margin: 0;
vertical-align: bottom;
display: inline;
}
.sc_layouts_currency a.woocs_flag_view_item img {
width: auto;
height: 1.2em;
vertical-align: bottom;
}
.sc_layouts_featured.with_content {
position: relative;
min-height: 0em;
}
.sc_layouts_featured .sc_layouts_featured_content {
position: static;
}
.sc_layouts_featured.with_image.without_content {
min-height: 40rem;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_layouts_featured.with_image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_layouts_featured.with_image.with_content:before {
content: " ";
position: absolute;
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5); } .sc_layouts_language li.menu-item > a > img,
.sc_layouts_language li.menu-item > a > span {
display: inline-block;
line-height: inherit;
vertical-align: middle;
}
.sc_layouts_language li.menu-item > a > img + span {
margin-left: 0.3em;
}
.custom-logo-link img,
.sc_layouts_logo img {
max-height: 6em;
width: auto;
}
.sc_layouts_row_type_compact .custom-logo-link img,
.sc_layouts_row_type_compact .sc_layouts_logo img {
max-height: 4.5em;
}
.sc_layouts_row_type_narrow .custom-logo-link img,
.sc_layouts_row_type_narrow .sc_layouts_logo img {
max-height: 3em;
}
.sc_layouts_logo .logo_text {
display: block;
}
.sc_layouts_logo .logo_slogan {
display: block;
font-size: 12px;
line-height: 15px;
letter-spacing: 0px;
} .sc_layouts_item_menu_mobile_button,
.sc_layouts_menu_mobile_button {
display: none !important;
}
.sc_layouts_menu_mobile_button .sc_layouts_item_icon {
font-size: 2em;
}
.sc_layouts_menu_mobile_button .sc_layouts_item_icon:before {
line-height: 1.2em;
}
.sc_layouts_menu_mobile_button_burger:not(.without_menu) {
display: inline-block !important;
} .sc_layouts_menu {
position: relative;
z-index: 1000;
overflow: hidden;
visibility: hidden;
max-height: 3em;
}
.sc_layouts_menu.inited,
.sc_layouts_menu > nav {
overflow: visible;
visibility: visible;
max-height: none;
}
.sc_layouts_menu_nav, .sc_layouts_menu_nav ul {
display: inline-block;
margin: 0;
padding: 0;
list-style-type: none;
}
.sc_layouts_menu_nav:after, .sc_layouts_menu_nav ul:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.sc_layouts_menu_nav li {
margin: 0;
position: relative;
}
.sc_layouts_menu_nav li > a {
display: block;
position: relative;
} .sc_layouts_menu_nav {
text-align: left;
vertical-align: middle;
padding-left: 0 !important;
}
.sc_layouts_menu_nav > li {
position: relative;
float: left;
z-index: 20;
}
.sc_layouts_menu_nav > li + li {
z-index: 19;
}
.sc_layouts_menu_nav > li + li + li {
z-index: 18;
}
.sc_layouts_menu_nav > li + li + li + li {
z-index: 17;
}
.sc_layouts_menu_nav > li + li + li + li + li {
z-index: 16;
}
.sc_layouts_menu_nav > li + li + li + li + li + li {
z-index: 15;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li {
z-index: 14;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li + li {
z-index: 13;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li + li + li {
z-index: 12;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li + li + li + li {
z-index: 11;
}
.sc_layouts_menu_nav > li > a {
padding: 1em;
position: relative;
color: #333;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.sc_layouts_menu_nav > li > a:hover,
.sc_layouts_menu_nav > li.sfHover > a,
.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
color: #efa758;
}
.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
font-weight: 600 !important;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a {
padding-right: 2em;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a:after {
content: "\e882";
font-family: "trx_addons_icons";
font-weight: normal;
display: inline-block;
position: absolute;
z-index: 1;
top: 50%;
right: 1em;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.sc_layouts_menu_nav li li.menu-item-has-children > a:after {
content: "\e884";
font-family: "trx_addons_icons";
font-weight: normal;
position: absolute;
z-index: 1;
top: 0.65em;
right: 0.75em;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
top: 1.2em;
}
.sc_layouts_menu_nav li[class*=icon-]:before {
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_menu_nav > li[class*=icon-] > a {
padding-left: 2em;
}
.sc_layouts_menu_nav > li[class*=icon-]:before {
display: inline-block;
padding: 1em 0;
width: 1em;
line-height: inherit;
position: absolute;
z-index: 1;
top: 0;
left: 0.5em;
}
.sc_layouts_menu_nav > li[class*=columns-][class*=icon-]:before {
position: static;
margin: 0 0 0 0.5em;
float: left;
}
.sc_layouts_menu_nav > li[class*=columns-][class*=icon-] > a {
float: left;
margin-left: -1.5em;
}
.sc_layouts_menu_nav li[class*=image-] > a {
background-position: 1em center;
background-repeat: no-repeat;
background-size: 1em;
padding-left: 2.3em;
} .sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_nav > li ul {
position: absolute;
display: none;
z-index: 10000;
width: 13em;
padding: 1.4em 0;
text-align: left;
background-color: #f0f0f0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.sc_layouts_menu_popup .sc_layouts_menu_nav {
display: block;
}
.widget_nav_menu li.menu-delimiter,
.sc_layouts_menu_nav > li li.menu-delimiter {
margin-top: 0.5em;
padding-top: 0.5em;
border-top: 1px solid #f0f0f0;
text-align: center;
height: 0;
overflow: hidden;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li li > a {
padding: 0.6em 1.5em;
color: #333;
}
.sc_layouts_menu_nav > li li > a:hover,
.sc_layouts_menu_nav > li li.sfHover > a,
.sc_layouts_menu_nav > li li.current-menu-item > a,
.sc_layouts_menu_nav > li li.current-menu-parent > a,
.sc_layouts_menu_nav > li li.current-menu-ancestor > a {
color: #efa758;
}
.sc_layouts_menu_nav > li li[class*=icon-] > a > span {
display: inline-block;
padding-left: 1.5em;
}
.sc_layouts_menu_nav > li li[class*=icon-]:before {
position: absolute;
z-index: 1;
top: 50%;
left: 1.5em;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: #333;
}
.sc_layouts_menu_nav > li li[class*=icon-]:hover:before,
.sc_layouts_menu_nav > li li[class*=icon-].shHover:before,
.sc_layouts_menu_nav > li li.current-menu-item:before,
.sc_layouts_menu_nav > li li.current-menu-parent:before,
.sc_layouts_menu_nav > li li.current-menu-ancestor:before {
color: #efa758;
}
.sc_layouts_menu_nav > li li[class*=image-] > a {
background-position: 1.6667em center;
padding-left: 3em;
}
.sc_layouts_menu_nav > li > ul {
top: 4.2em;     left: 0;
}
.sc_layouts_menu_nav > li:last-child > ul,
.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse > ul {
left: auto;
right: 0;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_nav > li > ul ul {
left: 13em;
top: -1.4em;
margin: 0 0 0 2px;
background-color: #f0f0f0;
}
.sc_layouts_menu_nav > li > ul ul.submenu_left {
left: -13em;
margin: 0 0 0 -2px;
}
.sc_layouts_menu_nav > li > ul ul.sc_layouts_submenu.submenu_left {
left: auto;
right: 13.1428em;
margin: 0;
} .sc_layouts_menu_nav > li[class*=columns-] {
position: static;
}
.sc_layouts_menu_nav > li[class*=columns-] > ul {
left: 0;
right: 0;
width: 100%;
margin-left: 0;
}
.sc_layouts_menu_nav ul li.columns-2 > ul {
width: 26em;
}
.sc_layouts_menu_nav ul li.columns-2 > ul.submenu_left {
left: -26em;
}
.sc_layouts_menu_nav ul li.columns-3 > ul {
width: 39em;
}
.sc_layouts_menu_nav ul li.columns-3 > ul.submenu_left {
left: -39em;
}
.sc_layouts_menu_nav ul li.columns-4 > ul {
width: 52em;
}
.sc_layouts_menu_nav ul li.columns-4 > ul.submenu_left {
left: -52em;
}
.sc_layouts_menu_nav ul li.columns-5 > ul {
width: 65em;
}
.sc_layouts_menu_nav ul li.columns-5 > ul.submenu_left {
left: -65em;
}
.sc_layouts_menu_nav li[class*=columns-] > ul > li {
display: inline-block;
vertical-align: top;
}
.sc_layouts_menu_nav li.columns-2 > ul > li {
width: 50%;
}
.sc_layouts_menu_nav li.columns-3 > ul > li {
width: 33.3333%;
}
.sc_layouts_menu_nav li.columns-4 > ul > li {
width: 25%;
}
.sc_layouts_menu_nav li.columns-5 > ul > li {
width: 20%;
}
.sc_layouts_menu_nav li[class*=columns-] li.menu-item-has-children > a {
font-weight: 600 !important;
font-size: 1.0667em !important;
}
.sc_layouts_menu_nav li[class*=columns-] li.menu-item-has-children > a:after {
display: none;
}
.sc_layouts_menu_nav li[class*=columns-] > ul ul {
position: static !important;
display: block !important;
margin-left: 0; padding: 0;
left: auto;
top: auto;
width: auto;
vertical-align: top;
opacity: 1 !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
-webkit-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
} .sc_layouts_menu li > ul.sc_layouts_submenu {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: auto;
padding: 1.4em;
}
.sc_layouts_menu li > ul.sc_layouts_submenu .vc_row {
overflow: hidden;
}
.sc_layouts_menu li > ul.sc_layouts_submenu .sc_layouts_item {
margin: 0 !important;
display: block !important;
vertical-align: top;
}
.widget_nav_menu [class*=sc_content_width_] {
width: auto !important;
}
.widget_nav_menu ul.sc_layouts_submenu {
padding-left: 0;
margin-top: 1em;
}
.widget_nav_menu ul.sc_layouts_submenu .wpb_column {
width: 100% !important;
float: none;
}
.widget_nav_menu ul.sc_layouts_submenu .wpb_column + .wpb_column {
margin-top: 1.5em;
}
.widget_nav_menu .post_item .post_thumb {
float: none;
display: block;
margin: 0 0 1em;
}
.widget_nav_menu .post_item .post_thumb img {
border-radius: 0;
}
.widget_nav_menu .post_item .post_title {
font-size: 1em;
} .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav {
display: block;
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li {
display: block;
float: none;
width: 100%;
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li:before {
display: none;
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li > a {
padding: 0.25em 0;
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
content: "\e884";
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li:last-child > ul {
left: 100%;
top: -1.4em;
margin: 0 0 0 2px;
} .sc_layouts_menu_item_description {
display: block;
margin-top: 2px;
font-size: 8px;
line-height: 12px;
}
.sc_layouts_menu_nav > li > a .sc_layouts_menu_item_description {
margin-top: 0;
position: absolute;
z-index: 1;
top: 4.8em;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
text-align: left;
padding: 0 1em 0 2em;
} .sc_layouts_dropdown > li > ul {
top: 2.6em;
left: -1.5em;
}
.sc_layouts_column_align_right .sc_layouts_dropdown > li > ul {
left: auto;
right: -1.5em;
}
.sc_layouts_dropdown li.menu-item.menu-item-has-children > a {
padding: 0;
}
.sc_layouts_dropdown li.menu-item.menu-item-has-children > a:after {
position: static;
display: inline-block;
vertical-align: middle;
margin-left: 0.3em;
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .sc_layouts_menu_mobile_button_burger {
position: relative;
}
.sc_layouts_menu_popup {
position: absolute;
z-index: 1000;
top: 2.4em;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
display: none;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav {
position: relative;
left: 0;
top: 0;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li {
display: block;
float: none;
} .sc_layouts_menu_nav .menu-collapse {
display: none;
}
.sc_layouts_menu_nav .menu-collapse > a {
position: relative;
text-align: center;
}
.sc_layouts_menu_nav .menu-collapse > a:before {
position: relative;
z-index: 2;
top: 1px;
left: 0;
}
.sc_layouts_menu_nav .menu-collapse > a:after {
content: " ";
display: block;
background-color: #f7f7f7;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 2em;
height: 2em;
border-radius: 50%;
}  .menu_hover_slide_line > ul > li#blob,
.menu_hover_slide_box > ul > li#blob {
position: absolute;
top: 0;
z-index: 1;
opacity: 0;
-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menu_hover_slide_line > ul > li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover,
.menu_hover_slide_line > ul > li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor).sfHover {
background-color: transparent;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.menu_hover_slide_line > ul > li#blob {
height: 1px;
margin-top: 3em;
} .menu_hover_zoom_line > ul > li > a {
position: relative;
}
.menu_hover_zoom_line > ul > li > a:before {
content: "";
margin-left: 0.25em;
position: absolute;
z-index: 1;
top: 3em;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
height: 1px;
-webkit-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;
}
.menu_hover_zoom_line > ul > li > a:hover:before,
.menu_hover_zoom_line > ul > li.sfHover > a:before,
.menu_hover_zoom_line > ul > li.current-menu-item > a:before,
.menu_hover_zoom_line > ul > li.current-menu-parent > a:before,
.menu_hover_zoom_line > ul > li.current-menu-ancestor > a:before {
width: 80%;
} .menu_hover_path_line > ul > li > a {
position: relative;
}
.menu_hover_path_line > ul > li:before,
.menu_hover_path_line > ul > li:after,
.menu_hover_path_line > ul > li > a:before,
.menu_hover_path_line > ul > li > a:after {
content: " " !important;
position: absolute;
-webkit-transition: -webkit-transform 0.1s ease;
transition: -webkit-transform 0.1s ease;
-o-transition: transform 0.1s ease;
transition: transform 0.1s ease;
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
-o-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
} .menu_hover_path_line > ul > li:before,
.menu_hover_path_line > ul > li:after {
top: 0.5em;
bottom: 0.5em;
width: 1px; -webkit-transform: scale3d(1, 0, 1);
-ms-transform: scale3d(1, 0, 1);
transform: scale3d(1, 0, 1);
} .menu_hover_path_line > ul > li:before {
left: 0.2em;
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
} .menu_hover_path_line > ul > li:after {
right: 0.2em;
-webkit-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
} .menu_hover_path_line > ul > li > a:before,
.menu_hover_path_line > ul > li > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:after {
left: 0.2em;
right: 0.2em; height: 1px;
-webkit-transform: scale3d(0, 1, 1);
-ms-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
} .menu_hover_path_line > ul > li > a:before {
top: 0.5em;
bottom: auto;
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
} .menu_hover_path_line > ul > li > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:after {
top: auto;
bottom: 0.5em;
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}   .menu_hover_path_line > ul > li > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:after {
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.menu_hover_path_line > ul > li > a:hover:after,
.menu_hover_path_line > ul > li.sfHover > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:hover:after,
.menu_hover_path_line > ul > li.sfHover.menu-item-has-children > a:after {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
} .menu_hover_path_line > ul > li:before {
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.menu_hover_path_line > ul > li:hover:before,
.menu_hover_path_line > ul > li.sfHover:before {
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s;
} .menu_hover_path_line > ul > li > a:before {
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.menu_hover_path_line > ul > li.sfHover > a:before,
.menu_hover_path_line > ul > li > a:hover:before {
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
} .menu_hover_path_line > ul > li.sfHover:after,
.menu_hover_path_line > ul > li:hover:after {
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.menu_hover_path_line > ul > li.sfHover:before,
.menu_hover_path_line > ul > li:hover:before,
.menu_hover_path_line > ul > li.sfHover:after,
.menu_hover_path_line > ul > li:hover:after,
.menu_hover_path_line > ul > li.sfHover > a:before,
.menu_hover_path_line > ul > li > a:hover:before,
.menu_hover_path_line > ul > li > a:hover:after,
.menu_hover_path_line > ul > li.sfHover > a:after {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .menu_hover_roll_down > ul > li > a:before {
content: " ";
position: absolute;
top: 3.3em;
right: 1.5em;
bottom: auto;
left: 1.5em;
height: 1px;
opacity: 0;
-webkit-transform: translate3d(0, -3em, 0);
-ms-transform: translate3d(0, -3em, 0);
transform: translate3d(0, -3em, 0);
-webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
-webkit-transition: opacity 0.2s, -webkit-transform 0s 0.3s;
transition: opacity 0.2s, -webkit-transform 0s 0.3s;
-o-transition: transform 0s 0.3s, opacity 0.2s;
transition: transform 0s 0.3s, opacity 0.2s;
transition: transform 0s 0.3s, opacity 0.2s, -webkit-transform 0s 0.3s;
}
.menu_hover_roll_down > ul > li > a:hover:before,
.menu_hover_roll_down > ul > li.sfHover > a:before,
.menu_hover_roll_down > ul > li.current-menu-item > a:before,
.menu_hover_roll_down > ul > li.current-menu-ancestor > a:before,
.menu_hover_roll_down > ul > li.current-menu-parent > a:before {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
-webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
transition: opacity 0.1s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, opacity 0.1s;
transition: transform 0.3s, opacity 0.1s;
transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu_hover_roll_down > ul > li > a > span {
display: block;
pointer-events: none;
}
.menu_hover_roll_down > ul > li.sfHover > a > span,
.menu_hover_roll_down > ul > li > a:hover > span,
.menu_hover_roll_down > ul > li.current-menu-item > a > span,
.menu_hover_roll_down > ul > li.current-menu-ancestor > a > span,
.menu_hover_roll_down > ul > li.current-menu-parent > a > span {
-webkit-animation: anim-roll-down 0.3s forwards;
animation: anim-roll-down 0.3s forwards;
}
@-webkit-keyframes anim-roll-down {
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes anim-roll-down {
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .menu_hover_color_line > ul > li:not(.menu-collapse) > a:hover:before,
.menu_hover_color_line > ul > li:not(.menu-collapse) > a:focus:before {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.menu_hover_color_line > ul > li:not(.menu-collapse) > a:before,
.menu_hover_color_line > ul > li:not(.menu-collapse) > a:after,
.menu_hover_color_line > ul > li.menu-item-has-children > a:after {
content: " " !important;
position: absolute;
top: 3.3em;
right: 1.5em !important;
bottom: auto;
left: 1.5em;
margin: 0;
height: 1px;
-webkit-transform: scale3d(0, 1, 1);
-ms-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: center left;
-ms-transform-origin: center left;
transform-origin: center left;
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
-o-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu_hover_color_line > ul > li:not(.menu-collapse) > a:hover,
.menu_hover_color_line > ul > li.sfHover:not(.menu-collapse) > a:after,
.menu_hover_color_line > ul > li:not(.menu-collapse) > a:hover:after,
.menu_hover_color_line > ul > li:not(.menu-collapse) > a:before {
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.menu_hover_color_line > ul > li.sfHover:not(.menu-collapse) > a:after,
.menu_hover_color_line > ul > li.menu-item-has-children > a:hover:after,
.menu_hover_color_line > ul > li:not(.menu-collapse) > a:hover:after,
.menu_hover_color_line > ul > li.sfHover:not(.menu-collapse) > a:before,
.menu_hover_color_line > ul > li:not(.menu-collapse) > a:hover:before,
.menu_hover_color_line > ul > li.current-menu-item > a:after,
.menu_hover_color_line > ul > li.current-menu-item > a:before,
.menu_hover_color_line > ul > li.current-menu-ancestor > a:after,
.menu_hover_color_line > ul > li.current-menu-ancestor > a:before,
.menu_hover_color_line > ul > li.current-menu-parent > a:after,
.menu_hover_color_line > ul > li.current-menu-parent > a:before {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.menu_hover_color_line > ul > li.sfHover:not(.menu-collapse) > a:before,
.menu_hover_color_line > ul > li:not(.menu-collapse) > a:hover:before {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.search_wrap,
.search_wrap .search_form {
position: relative;
}
.search_wrap .search_field {
width: 6em;
padding: 0 0 0 1.25em !important;
vertical-align: middle;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_column_icons_position_right .search_wrap .search_field {
padding: 0 1.25em 0 0 !important;
}
.search_wrap .search_submit {
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
background-color: transparent;
padding: 0;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.search_wrap .search_submit:before {
margin: 0;
}
.sc_layouts_row_type_narrow .search_wrap .search_field,
.sc_layouts_row_type_compact .search_wrap .search_field {
border: none !important;
background-color: transparent !important;
}
.sc_layouts_row_type_compact .search_wrap .search_submit {
font-size: 1.25em;
font-weight: 400;
}
.sc_layouts_column_icons_position_right .search_wrap .search_submit {
left: auto;
right: 0;
}
.sc_layouts_row_type_normal .search_wrap .search_field {
font-size: 11px;
text-transform: uppercase;
padding: 0 1.5em 0 3em !important;
width: 15em;
height: 4.7727em;
line-height: 4.7727em;
border-radius: 3em;
}
.sc_layouts_row_type_normal .search_wrap .search_submit {
display: block;
font-size: 11px;
text-align: center;
width: 1em;
height: 4.7727em;
line-height: 4.7727em;
position: absolute;
top: 0;
right: auto;
bottom: auto;
left: 1em;
}
.sc_layouts_row_type_normal .search_wrap .search_submit:before {
font-size: 13px;
}
.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_submit {
left: auto;
right: 1em;
}
.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_field {
padding: 1em 3em 1em 1.5em !important;
} .search_wrap.search_style_expand .search_field {
width: 0;
visibility: hidden;
}
.search_style_expand.search_opened .search_field {
width: 6em;
padding-left: 1.75em !important;
visibility: visible;
}
.sc_layouts_column_icons_position_right .search_style_expand.search_opened .search_field {
padding-left: 0 !important;
padding-right: 1.75em !important;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand .search_field {
height: 4.7727em;
line-height: 4.7727em;
padding-top: 0;
padding-bottom: 0;
visibility: visible;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand:not(.search_opened) .search_field {
padding: 0 2.3em !important;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand.search_opened .search_field {
width: 15em;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand:not(.search_opened) .search_submit {
width: 4.7727em;
left: 0;
right: auto;
} .search_style_fullscreen .search_form {
display: inline-block;
}
.search_style_fullscreen.search_opened .search_form {
display: block;
}
.search_style_fullscreen .search_field {
width: 0;
visibility: hidden;
}
.search_style_fullscreen .search_field,
.search_style_fullscreen .search_submit,
.search_style_fullscreen .search_submit:before {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.search_style_fullscreen.search_opened .search_field,
.search_style_fullscreen.search_opened .search_submit,
.search_style_fullscreen.search_opened .search_submit:before {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen .search_field {
width: 0;
height: 4.7727em;
line-height: 4.7727em;
padding-top: 0;
padding-bottom: 0;
visibility: visible;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_field {
padding: 0 2.3em 0 2.3em !important;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_submit {
width: 4.7727em;
left: 0;
right: auto;
}
.search_style_fullscreen .search_close {
display: none;
}
.search_style_fullscreen .search_close:before {
margin: 0;
}
.search_style_fullscreen.search_opened .search_close {
position: absolute;
z-index: 1;
top: 0;
right: 0;
display: inline-block;
font-size: 2rem;
font-weight: 300;
text-align: center;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.search_style_fullscreen.search_opened .search_form_wrap {
position: fixed;
z-index: 10000;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9);
overflow: hidden;
}
.search_style_fullscreen.search_opened .search_form {
position: relative;
width: 50%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-bottom: 1px solid #fff;
font-size: 1em;
}
.search_style_fullscreen.search_opened .search_results {
top: 0;
display: none !important;
}
.search_style_fullscreen.search_opened .search_submit:before {
font-size: inherit;
}
.search_style_fullscreen.search_opened .search_submit,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_submit {
position: absolute;
left: 0 !important;
right: auto !important;
top: 50%;
font-size: 2rem;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.search_style_fullscreen.search_opened .search_field,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_field {
font-size: 2rem !important;
font-weight: 400 !important;
width: 100%;
height: 3em;
line-height: 3em !important;
letter-spacing: 1px;
margin: 0;
padding: 0 0 0 2em !important;
border: none;
white-space: pre-wrap;
word-wrap: break-word;
resize: none;
overflow: hidden;
display: block;
visibility: visible;
}
.search_style_fullscreen.search_opened .search_field,
.search_style_fullscreen.search_opened .search_field:hover,
.search_style_fullscreen.search_opened .search_field:focus {
background-color: transparent !important;
}
.search_style_fullscreen.search_opened .search_field::-ms-clear {
display: none;
} .search_wrap .search_results {
display: none;
position: absolute;
z-index: 10000;
top: 3.5em;
left: 0;
background-color: #fff;
border: 1px solid #e5e5e5;
width: 22em;
padding: 2em 1.5em;
text-align: left;
}
.search_wrap .search_results:after {
content: " ";
position: absolute;
top: -6px;
left: 3em;
width: 10px;
height: 10px;
background-color: #fff;
border-left: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.search_results.widget_area .post_item + .post_item {
border-top: 1px solid #e5e5e5;
margin-top: 1.6em;
padding-top: 1.6em;
}
.sc_layouts_column_align_right .search_wrap .search_results {
left: auto;
right: 1em;
}
.sc_layouts_column_align_right .search_wrap .search_results:after {
left: auto;
right: 3em;
}
.search_wrap .search_results .search_results_close {
display: block;
overflow: hidden;
font-size: 1em;
cursor: pointer;
position: absolute;
top: 3px;
right: 3px;
width: 1.2em;
height: 1.2em;
line-height: 1.2em;
text-align: center;
}
.search_wrap .post_more {
display: block;
text-align: center;
}
.search_wrap .post_meta {
font-style: normal;
}
.sc_layouts_title_caption {
margin: 0 auto;
}
.sc_layouts_row_type_compact .sc_layouts_title_caption {
font-size: 2em;
}
.sc_layouts_title_title > .sc_layouts_title_caption {
float: none;
}
.sc_layouts_title_caption img {
display: inline-block;
max-height: 1.25em;
vertical-align: middle;
width: auto;
margin: -0.1em 0.2em 0 0;
}
.sc_layouts_title_link {
display: inline-block;
margin: 0.5em 0 2em;
}
.sc_layouts_row_fixed_on .sc_layouts_title_link {
display: none;
}
.sc_layouts_title_meta .post_edit:before {
margin-right: 0.5em;
}
.sc_layouts_title_description {
font-size: 13px;
line-height: 19px;
margin: 4px auto 1em;
max-width: 75%;
}
.sc_layouts_title_description p {
margin: 0;
}
.sc_layouts_title_breadcrumbs {
margin-top: 0.5em;
}
.sc_layouts_title.with_content {
position: relative;
min-height: 0em;
}
.sc_layouts_title.with_image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_layouts_title.fixed_height {
min-height: 20rem;
}
.sc_layouts_title.with_tint.with_content:before {
content: " ";
position: absolute;
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
.sc_layouts_title .sc_layouts_title_content {
position: static;
}
.sc_layouts_title.fixed_height .sc_layouts_title_content {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
 [data-animation^="animated"] {
visibility:hidden;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
visibility:visible;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.fast {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes elastic {
0%, 100% {
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
25% {
-webkit-transform: scale3d(1, 1.2, 1);
transform: scale3d(1, 1.2, 1);
}
50% {
-webkit-transform: scale3d(1, 0.85, 1);
transform: scale3d(1, 0.85, 1);
}
75% {
-webkit-transform: scale3d(1, 1.05, 1);
transform: scale3d(1, 1.05, 1);
}
}
@keyframes elastic {
0%, 100% {
-webkit-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
25% {
-webkit-transform: scale3d(1, 1.2, 1);
-ms-transform: scale3d(1, 1.2, 1);
transform: scale3d(1, 1.2, 1);
}
50% {
-webkit-transform: scale3d(1, 0.85, 1);
-ms-transform: scale3d(1, 0.85, 1);
transform: scale3d(1, 0.85, 1);
}
75% {
-webkit-transform: scale3d(1, 1.05, 1);
-ms-transform: scale3d(1, 1.05, 1);
transform: scale3d(1, 1.05, 1);
}
}
@-webkit-keyframes elastic-inner { 
0% {
-webkit-transform: translate3d(0,-25px,0);
opacity:0;
}
25% {
-webkit-transform: translate3d(0,10px,0);
}
50% {
-webkit-transform: translate3d(0,-6px,0);
}
75% {
-webkit-transform: translate3d(0,2px,0);
}
100% {
-webkit-transform: translate3d(0,0,0);
opacity: 1;
}
}
@keyframes elastic-inner { 
0% {
opacity:0;
-webkit-transform: translate3d(0,-25px,0);
-ms-transform: translate3d(0,-25px,0);
transform: translate3d(0,-25px,0);
}
25% {
-webkit-transform: translate3d(0,10px,0);
-ms-transform: translate3d(0,10px,0);
transform: translate3d(0,10px,0);
}
50% {
-webkit-transform: translate3d(0,-6px,0);
-ms-transform: translate3d(0,-6px,0);
transform: translate3d(0,-6px,0);
}
75% {
-webkit-transform: translate3d(0,2px,0);
-ms-transform: translate3d(0,2px,0);
transform: translate3d(0,2px,0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
.elastic {
-webkit-animation-name: elastic;
animation-name: elastic;
-webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
-ms-transition-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
-webkit-transform-origin: center top;
-ms-transform-origin: center top;
transform-origin: center top;
}
.elastic > * {
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
opacity: 1;
-webkit-transition: none;
-ms-transition: none;
transition: none;
-webkit-animation: elastic-inner 0.5s ease-out;
-ms-animation: elastic-inner 0.5s ease-out;
animation: elastic-inner 0.5s ease-out;
}
@-webkit-keyframes wipeInLeftTop {
0% {
-webkit-transform: scale(0,0);
transform: scale(0,0);
}
100% {
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
}
@keyframes wipeInLeftTop {
0% {
-webkit-transform: scale(0,0);
-ms-transform: scale(0,0);
transform: scale(0,0);
}
100% {
-webkit-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
}
}
@-webkit-keyframes wipeInLeftTop-inner { 
0% {
opacity:0;
-webkit-transform: translate3d(0,-10px,0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
}
}
@keyframes wipeInLeftTop-inner { 
0% {
opacity:0;
-webkit-transform: translate3d(0,-10px,0);
-ms-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
.wipeInLeftTop {
-webkit-animation-name: wipeInLeftTop;
animation-name: wipeInLeftTop;
-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
-ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
}
.wipeInLeftTop > * {
opacity: 0;
-webkit-animation: wipeInLeftTop-inner 0.35s ease-out forwards;
-ms-animation: wipeInLeftTop-inner 0.35s ease-out forwards;
animation: wipeInLeftTop-inner 0.35s ease-out forwards;
}
.wipeInLeftTop > *:first-child {	-webkit-animation-delay: 0.05s;	-ms-animation-delay: 0.05s;	animation-delay: 0.05s; }
.wipeInLeftTop > *:nth-child(2) {	-webkit-animation-delay: 0.10s;	-ms-animation-delay: 0.10s;	animation-delay: 0.10s; }
.wipeInLeftTop > *:nth-child(3) {	-webkit-animation-delay: 0.15s;	-ms-animation-delay: 0.15s;	animation-delay: 0.15s; }
.wipeInLeftTop > *:nth-child(4) {	-webkit-animation-delay: 0.20s;	-ms-animation-delay: 0.20s;	animation-delay: 0.20s; }
.wipeInLeftTop > *:nth-child(5) {	-webkit-animation-delay: 0.25s;	-ms-animation-delay: 0.25s;	animation-delay: 0.25s; }
.wipeInLeftTop > *:nth-child(6) {	-webkit-animation-delay: 0.30s;	-ms-animation-delay: 0.30s;	animation-delay: 0.30s; }
.wipeInLeftTop > *:nth-child(7) {	-webkit-animation-delay: 0.35s;	-ms-animation-delay: 0.35s;	animation-delay: 0.35s; }
.wipeInLeftTop > *:nth-child(8) {	-webkit-animation-delay: 0.40s;	-ms-animation-delay: 0.40s;	animation-delay: 0.40s; }
.wipeInLeftTop > *:nth-child(9) {	-webkit-animation-delay: 0.45s;	-ms-animation-delay: 0.45s;	animation-delay: 0.45s; }
.wipeInLeftTop > *:nth-child(10){	-webkit-animation-delay: 0.50s;	-ms-animation-delay: 0.50s;	animation-delay: 0.50s; }
.wipeInLeftTop > *:nth-child(11){	-webkit-animation-delay: 0.55s;	-ms-animation-delay: 0.55s;	animation-delay: 0.55s; }
.wipeInLeftTop > *:nth-child(12){	-webkit-animation-delay: 0.60s;	-ms-animation-delay: 0.60s;	animation-delay: 0.60s; }
.wipeInLeftTop > *:nth-child(12){	-webkit-animation-delay: 0.65s;	-ms-animation-delay: 0.65s;	animation-delay: 0.65s; }
.wipeInLeftTop > *:nth-child(12){	-webkit-animation-delay: 0.70s;	-ms-animation-delay: 0.70s;	animation-delay: 0.70s; }
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
opacity: 1;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpSmall {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpSmall {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpSmall {
-webkit-animation-name: fadeInUpSmall;
animation-name: fadeInUpSmall;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownSmall {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
}
@keyframes fadeOutDownSmall {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
}
.fadeOutDownSmall {
-webkit-animation-name: fadeOutDownSmall;
animation-name: fadeOutDownSmall;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.animate-spin {
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}@font-face {
font-family: 'trx_socials_icons';
src: url(//kartingencarnacao.com/wp-content/plugins/trx_socials/assets/css/font_icons/font/trx_socials_icons.eot?13176568);
src: url(//kartingencarnacao.com/wp-content/plugins/trx_socials/assets/css/font_icons/font/trx_socials_icons.eot?13176568#iefix) format('embedded-opentype'),
url(//kartingencarnacao.com/wp-content/plugins/trx_socials/assets/css/font_icons/font/trx_socials_icons.woff2?13176568) format('woff2'),
url(//kartingencarnacao.com/wp-content/plugins/trx_socials/assets/css/font_icons/font/trx_socials_icons.woff?13176568) format('woff'),
url(//kartingencarnacao.com/wp-content/plugins/trx_socials/assets/css/font_icons/font/trx_socials_icons.ttf?13176568) format('truetype'),
url(//kartingencarnacao.com/wp-content/plugins/trx_socials/assets/css/font_icons/font/trx_socials_icons.svg?13176568#trx_socials_icons) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="trx_socials_icon-"]:before, [class*=" trx_socials_icon-"]:before {
font-family: "trx_socials_icons";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.trx_socials_icon-video:before { content: '\e800'; } .trx_socials_icon-picture:before { content: '\e801'; } .trx_socials_icon-camera:before { content: '\e802'; } .trx_socials_icon-star:before { content: '\e803'; } .trx_socials_icon-star-empty:before { content: '\e804'; } .trx_socials_icon-check:before { content: '\e805'; } .trx_socials_icon-cancel:before { content: '\e806'; } .trx_socials_icon-home:before { content: '\e807'; } .trx_socials_icon-thumbs-up:before { content: '\e808'; } .trx_socials_icon-thumbs-down:before { content: '\e809'; } .trx_socials_icon-eye:before { content: '\e80a'; } .trx_socials_icon-reply:before { content: '\e80b'; } .trx_socials_icon-reply-all:before { content: '\e80c'; } .trx_socials_icon-forward:before { content: '\e80d'; } .trx_socials_icon-quote:before { content: '\e80e'; } .trx_socials_icon-retweet:before { content: '\e80f'; } .trx_socials_icon-heart-empty:before { content: '\e810'; } .trx_socials_icon-attach:before { content: '\e811'; } .trx_socials_icon-tag:before { content: '\e812'; } .trx_socials_icon-feather:before { content: '\e813'; } .trx_socials_icon-heart:before { content: '\e814'; } .trx_socials_icon-film-alt:before { content: '\e815'; } .trx_socials_icon-comment:before { content: '\e816'; } .trx_socials_icon-chat:before { content: '\e817'; } .trx_socials_icon-film:before { content: '\e818'; } .trx_socials_icon-videocam:before { content: '\e819'; } .trx_socials_icon-videocam-alt-empty:before { content: '\e81a'; } .trx_socials_icon-videocam-alt:before { content: '\e81b'; } .trx_socials_icon-videocam-empty:before { content: '\e81c'; } .trx_socials_icon-comment-empty:before { content: '\f0e5'; } .trx_socials_icon-chat-empty:before { content: '\f0e6'; }.widget_instagram {
overflow:hidden;
}
.widget_instagram_images {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.widget_instagram_images_item_wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding:0;
margin:0;
width: 25%;
height: auto;
box-sizing: border-box;
}
@media (max-width: 767px) {
.widget_instagram_images_columns_5 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_6 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_7 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_8 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_9 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_10 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_11 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_12 .widget_instagram_images_item_wrap {
width: 25%;
}
.sidebar .widget_instagram_images_columns_4 .widget_instagram_images_item_wrap,
.sidebar .widget_instagram_images_columns_5 .widget_instagram_images_item_wrap,
.sidebar .widget_instagram_images_columns_6 .widget_instagram_images_item_wrap,
.sidebar .widget_instagram_images_columns_7 .widget_instagram_images_item_wrap,
.sidebar .widget_instagram_images_columns_8 .widget_instagram_images_item_wrap,
.sidebar .widget_instagram_images_columns_9 .widget_instagram_images_item_wrap,
.sidebar .widget_instagram_images_columns_10 .widget_instagram_images_item_wrap,
.sidebar .widget_instagram_images_columns_11 .widget_instagram_images_item_wrap,
.sidebar .widget_instagram_images_columns_12 .widget_instagram_images_item_wrap {
width: 50%;
}
}
@media (max-width: 479px) {
.widget_instagram_images_columns_4 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_5 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_6 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_7 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_8 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_9 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_10 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_11 .widget_instagram_images_item_wrap,
.widget_instagram_images_columns_12 .widget_instagram_images_item_wrap {
width: 50%;
}
}
.widget_instagram_images_item {
display: block;
position: relative;
overflow: hidden;
}
.widget_instagram_images img {
max-width: 100%;
width: 100%;
height: auto;
}
.widget_instagram_images_item:before {
content: ' ';
opacity: 0;
pointer-events: none;
position:absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
opacity:0;
transition: opacity 0.3s ease;
}
.widget_instagram_images_item:hover:before {
opacity: 1;
}
.widget_instagram_images_item .widget_instagram_images_item_counters {
position:absolute;
z-index: 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: all 0.3s ease;
box-sizing: border-box;
margin-top: -100px;
opacity: 0;
color: #fff;
display: block;
width: 100%;
text-align: center;
font-size: 11px;
}
.widget_instagram_images_item:hover .widget_instagram_images_item_counters {
margin-top: 0;
opacity: 1;
}
.widget_instagram_images_item [class*="widget_instagram_images_item_counter_"] {
display: inline-block;
vertical-align: middle;
margin-right: 0.75em;
line-height: 1.5em;
}
.widget_instagram_images_item [class*="widget_instagram_images_item_counter_"]:last-child {
margin-right: 0;
}
.widget_instagram_images_item [class*="widget_instagram_images_item_counter_"]:before {
display: inline-block;
vertical-align: middle;
margin-right: 0.25em;
}
@media (max-width: 767px) {
.widget_instagram_images_item [class*="widget_instagram_images_item_counter_"] {
display: block;
margin-right: 0;
}
}
.widget_instagram_images_item_type_video {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-align-items:center;
flex-align-content:center;
background-position: center;
background-repeat:no-repeat;
background-size:cover;
width: 100%;
}
.widget_instagram_images_item_type_video .trx_socials_video_player.with_cover {
width: 100%;
height: 100%;
}
.widget_instagram_images_item_type_video .trx_socials_video_player.with_cover .video_hover {
font-size: 1.5em;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
background-color: transparent !important;
border-radius: 0;
color: #fff;
margin: -1em 0 0 0;
top: 0;
left: auto;
right: 0;
}
.widget_instagram_images_item_type_video .trx_socials_video_player.with_cover:hover .video_hover {
margin-top: 0;
}
.widget_instagram_images_item_type_video .trx_socials_video_player.with_cover .video_hover:before {
font-family: "trx_socials_icons";
content: '\e81c';
}
.widget_instagram_follow_link_wrap {
margin-top: 2em;
text-align: center;
}:root{--tec-grid-gutter:48px;--tec-grid-gutter-negative:calc(var(--tec-grid-gutter)*-1);--tec-grid-gutter-half:calc(var(--tec-grid-gutter)/2);--tec-grid-gutter-half-negative:calc(var(--tec-grid-gutter-half)*-1);--tec-grid-gutter-small:42px;--tec-grid-gutter-small-negative:calc(var(--tec-grid-gutter-small)*-1);--tec-grid-gutter-small-half:calc(var(--tec-grid-gutter-small)/2);--tec-grid-gutter-small-half-negative:calc(var(--tec-grid-gutter-small-half)*-1);--tec-grid-gutter-page:42px;--tec-grid-gutter-page-small:19.5px;--tec-grid-width-default:1176px;--tec-grid-width-min:320px;--tec-grid-width:calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page)*2);--tec-grid-width-1-of-2:50%;--tec-grid-width-1-of-3:33.333%;--tec-grid-width-1-of-4:25%;--tec-grid-width-1-of-5:20%;--tec-grid-width-1-of-7:14.285%;--tec-grid-width-1-of-8:12.5%;--tec-grid-width-1-of-9:11.111%;--tec-spacer-0:4px;--tec-spacer-1:8px;--tec-spacer-2:12px;--tec-spacer-3:16px;--tec-spacer-4:20px;--tec-spacer-5:24px;--tec-spacer-6:28px;--tec-spacer-7:32px;--tec-spacer-8:40px;--tec-spacer-9:48px;--tec-spacer-10:56px;--tec-spacer-11:64px;--tec-spacer-12:80px;--tec-spacer-13:96px;--tec-spacer-14:160px;--tec-z-index-spinner-container:100;--tec-z-index-views-selector:30;--tec-z-index-dropdown:30;--tec-z-index-events-bar-button:20;--tec-z-index-search:10;--tec-z-index-filters:9;--tec-z-index-scroller:7;--tec-z-index-week-event-hover:5;--tec-z-index-map-event-hover:5;--tec-z-index-map-event-hover-actions:6;--tec-z-index-multiday-event:5;--tec-z-index-multiday-event-bar:2;--tec-color-text-primary:#141827;--tec-color-text-primary-light:#1418279e;--tec-color-text-secondary:#5d5d5d;--tec-color-text-disabled:#d5d5d5;--tec-color-text-events-title:var(--tec-color-text-primary);--tec-color-text-event-title:var(--tec-color-text-events-title);--tec-color-text-event-date:var(--tec-color-text-primary);--tec-color-text-secondary-event-date:var(--tec-color-text-secondary);--tec-color-icon-primary:#5d5d5d;--tec-color-icon-primary-alt:#757575;--tec-color-icon-secondary:#bababa;--tec-color-icon-active:#141827;--tec-color-icon-disabled:#d5d5d5;--tec-color-icon-focus:#334aff;--tec-color-icon-error:#da394d;--tec-color-event-icon:#141827;--tec-color-event-icon-hover:#334aff;--tec-color-accent-primary:#334aff;--tec-color-accent-primary-hover:#334affcc;--tec-color-accent-primary-active:#334affe6;--tec-color-accent-primary-background:#334aff12;--tec-color-accent-secondary:#141827;--tec-color-accent-secondary-hover:#141827cc;--tec-color-accent-secondary-active:#141827e6;--tec-color-accent-secondary-background:#14182712;--tec-color-button-primary:var(--tec-color-accent-primary);--tec-color-button-primary-hover:var(--tec-color-accent-primary-hover);--tec-color-button-primary-active:var(--tec-color-accent-primary-active);--tec-color-button-primary-background:var(--tec-color-accent-primary-background);--tec-color-button-secondary:var(--tec-color-accent-secondary);--tec-color-button-secondary-hover:var(--tec-color-accent-secondary-hover);--tec-color-button-secondary-active:var(--tec-color-accent-secondary-active);--tec-color-button-secondary-background:var(--tec-color-accent-secondary-background);--tec-color-link-primary:var(--tec-color-text-primary);--tec-color-link-accent:var(--tec-color-accent-primary);--tec-color-link-accent-hover:#334affcc;--tec-color-border-default:#d5d5d5;--tec-color-border-secondary:#e4e4e4;--tec-color-border-tertiary:#7d7d7d;--tec-color-border-hover:#5d5d5d;--tec-color-border-active:#141827;--tec-color-background:#fff;--tec-color-background-events:#0000;--tec-color-background-transparent:#fff9;--tec-color-background-secondary:#f7f6f6;--tec-color-background-messages:#14182712;--tec-color-background-secondary-hover:#f0eeee;--tec-color-background-error:#da394d14;--tec-color-box-shadow:rgba(#000,0.14);--tec-color-box-shadow-secondary:rgba(#000,0.1);--tec-color-scroll-track:rgba(#000,0.25);--tec-color-scroll-bar:rgba(#000,0.5);--tec-color-background-primary-multiday:#334aff3d;--tec-color-background-primary-multiday-hover:#334aff57;--tec-color-background-secondary-multiday:#1418273d;--tec-color-background-secondary-multiday-hover:#14182757;--tec-color-accent-primary-week-event:#334aff1a;--tec-color-accent-primary-week-event-hover:#334aff33;--tec-color-accent-primary-week-event-featured:#334aff0a;--tec-color-accent-primary-week-event-featured-hover:#334aff24;--tec-color-background-secondary-datepicker:var(--tec-color-background-secondary);--tec-color-accent-primary-background-datepicker:var(--tec-color-accent-primary-background)}#tribe-events-header,.recurring-info-tooltip,.single-featured-image-header,.tribe-events-ajax-loading,.tribe-events-divider{display:none}#tribe-events-pg-template{margin:0 auto;max-width:1048px;padding:var(--tec-spacer-8) var(--tec-spacer-4) var(--tec-spacer-4)}.tribe-events-after-html p,.tribe-events-before-html p{margin:0 0 10px}.tribe-events-back{margin-bottom:var(--tec-spacer-5)}@media (min-width:768px){.tribe-events-back{margin-bottom:var(--tec-spacer-8)}}.tribe-events-single>.tribe_events{display:flex;flex-wrap:wrap;overflow:hidden;position:relative}.tribe-events-single>.tribe_events>:not(.primary):not(.secondary):not(.tribe-events-related-events-title):not(.tribe-related-events){order:1;width:100%}.tribe-events-notices{margin-bottom:var(--tec-spacer-4);padding-bottom:var(--tec-spacer-2)}.tribe-events-notices li,.tribe-events-notices ul,.tribe-events-single-event-title{margin:0;padding:0}.tribe-events-schedule{align-items:center;display:flex;flex-wrap:wrap;margin:var(--tec-spacer-1) 0 var(--tec-spacer-4)}@media (min-width:768px){.tribe-events-schedule{align-items:baseline;flex-wrap:nowrap;margin:var(--tec-spacer-5) 0 var(--tec-spacer-7)}}.tribe-events-schedule h2{margin-bottom:var(--tec-spacer-1);margin-right:var(--tec-spacer-1);order:0;width:100%}@media (min-width:768px){.tribe-events-schedule h2{margin-bottom:0;width:auto}}.tribe-events-schedule .recurringinfo,.tribe-related-event-info .recurringinfo{margin-right:var(--tec-spacer-1);order:2;padding:0 var(--tec-spacer-1);position:relative}.tribe-events-schedule .recurringinfo:before,.tribe-related-event-info .recurringinfo:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27%3E%3Cpath fill=%27%23141827%27 d=%27M13.333 3.826c0 .065 0 .13-.02.174 0 .022-.02.065-.02.087a.9.9 0 0 1-.197.37L10.45 7.37a.8.8 0 0 1-.592.26.8.8 0 0 1-.593-.26c-.316-.348-.316-.935 0-1.305l1.225-1.348H6.3c-2.547 0-4.64 2.283-4.64 5.11 0 1.369.474 2.651 1.363 3.608.316.348.316.935 0 1.304A.8.8 0 0 1 2.43 15a.8.8 0 0 1-.593-.26C.652 13.434 0 11.695 0 9.847c0-3.826 2.825-6.935 6.301-6.935h4.208L9.284 1.565c-.316-.348-.316-.935 0-1.304.316-.348.85-.348 1.185 0l2.647 2.913a.95.95 0 0 1 .198.37c0 .021.02.065.02.086v.196zM20 10.152c0 3.826-2.825 6.935-6.301 6.935H9.49l1.225 1.348c.336.348.336.935 0 1.304a.8.8 0 0 1-.593.261.83.83 0 0 1-.592-.26l-2.627-2.936a.95.95 0 0 1-.198-.37c0-.021-.02-.064-.02-.086-.02-.065-.02-.109-.02-.174s0-.13.02-.174c0-.022.02-.065.02-.087a.9.9 0 0 1 .198-.37L9.55 12.63c.316-.347.849-.347 1.185 0 .336.348.336.935 0 1.305L9.51 15.283h4.208c2.548 0 4.641-2.283 4.641-5.11 0-1.369-.474-2.651-1.362-3.608a.97.97 0 0 1 0-1.304c.316-.348.849-.348 1.185 0C19.348 6.543 20 8.283 20 10.152%27/%3E%3C/svg%3E") 0 /12px no-repeat;content:"";height:20px;left:8px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.tribe-events-schedule .recurringinfo .tribe-events-divider,.tribe-related-event-info .recurringinfo .tribe-events-divider{display:none}.tribe-events-schedule .recurringinfo .event-is-recurring,.tribe-related-event-info .recurringinfo .event-is-recurring{padding-left:var(--tec-spacer-4);visibility:hidden}.tribe-events-schedule .recurringinfo a,.tribe-related-event-info .recurringinfo a{visibility:visible}.tribe-events-schedule .recurringinfo{margin-right:var(--tec-spacer-1);order:2;padding:0 var(--tec-spacer-1)}@media (min-width:768px){.tribe-events-schedule .recurringinfo{margin-left:var(--tec-spacer-1);padding:var(--tec-spacer-1) var(--tec-spacer-3)}.tribe-events-schedule .recurringinfo:before{left:16px}.tribe-events-schedule .recurringinfo .event-is-recurring{visibility:visible}}.tribe-events-schedule .tribe-events-cost{margin-right:var(--tec-spacer-1);order:1}@media (min-width:768px){.tribe-events-schedule .tribe-events-cost{margin:0 var(--tec-spacer-1)}}.tribe-events-event-image{align-self:flex-start;margin-bottom:var(--tec-spacer-3)}.tribe-events-event-image img{display:block}@media (min-width:768px){.tribe-events-event-image{margin-bottom:var(--tec-spacer-7)}}.tribe-events-content h2,.tribe-events-content h3,.tribe-events-content h4,.tribe-events-content h5,.tribe-events-content h6{margin-bottom:.75em}.tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul{margin-bottom:var(--tec-spacer-3)}.tribe-events-content ol:last-child,.tribe-events-content p:last-child,.tribe-events-content ul:last-child{margin-bottom:var(--tec-spacer-6)}.tribe-events-content ol,.tribe-events-content ul{padding:0}.tribe-events-content ol{list-style-type:decimal}.tribe-events-content pre{margin-bottom:var(--tec-spacer-5);padding:var(--tec-spacer-5)}.tribe-events-content blockquote p{display:inline-block}.tribe-events-cal-links{margin-bottom:var(--tec-spacer-7)}@media (min-width:768px){.tribe-events-cal-links{margin-bottom:var(--tec-spacer-8)}}.tribe-events-cal-links a{display:inline-block}.single-tribe_events .tribe-events-cal-links a,.tribe-events-cal-links a{padding-left:var(--tec-spacer-7)}.tribe-events-cal-links a:not(:last-of-type){margin-right:var(--tec-spacer-5)}@media (min-width:768px){.tribe-events-cal-links a:not(:last-of-type){margin-right:var(--tec-spacer-8)}}.tribe-events-event-meta{display:flex;flex-wrap:wrap;margin:0 0 var(--tec-spacer-7)}@media (min-width:768px){.tribe-events-event-meta{margin-bottom:var(--tec-spacer-3)}}.tribe-events-event-meta dl{margin-top:var(--tec-spacer-1)}.tribe-events-event-meta dd,.tribe-events-event-meta dt{margin:0 0 var(--tec-spacer-0) 0;padding:0}.tribe-events-event-meta dd[class$=url],.tribe-events-event-meta dt:not(:first-child){margin-top:var(--tec-spacer-3)}.tribe-events-event-meta dt[class*=url]+dd{margin-top:0}.tribe-events-event-meta .tribe-events-address{margin:0}.tribe-events-event-meta.primary,.tribe-events-event-meta.secondary{margin-bottom:var(--tec-spacer-1);order:2;padding-top:var(--tec-spacer-5);position:relative;width:100%}@media (min-width:768px){.tribe-events-event-meta.primary,.tribe-events-event-meta.secondary{margin-bottom:0;padding-top:0;position:static;width:auto}}.tribe-events-event-meta.primary+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets{margin-bottom:var(--tec-spacer-7);margin-top:calc(var(--tec-spacer-6)*-1)}@media (min-width:768px){.tribe-events-event-meta.primary+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets{margin-bottom:var(--tec-spacer-8)}}.tribe-events-event-meta.primary+.event-tickets+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets+.event-tickets{margin-bottom:var(--tec-spacer-1);margin-top:calc(var(--tec-spacer-7)*-1)}@media (min-width:768px){.tribe-events-event-meta.primary+.event-tickets+.event-tickets,.tribe-events-event-meta.secondary+.event-tickets+.event-tickets{margin-bottom:var(--tec-spacer-3);margin-top:calc(var(--tec-spacer-8)*-1)}}.tribe-events-event-meta:before{content:"";left:0;position:absolute;right:0;top:0}@media (min-width:768px){.tribe-events-event-meta:before{top:auto}}.tribe-events-meta-group{flex:1 0 140px;margin-right:var(--tec-spacer-5);order:0}@media (min-width:768px){.tribe-events-meta-group{padding:var(--tec-spacer-7) 0 var(--tec-spacer-3);width:168px}}.tribe-events-meta-group.tribe-events-meta-group-venue{order:1}@media (min-width:768px){.tribe-events-meta-group.tribe-events-meta-group-venue{order:0}}.tribe-events-meta-group.tribe-events-meta-group-gmap{flex-basis:100%;margin-top:var(--tec-spacer-1);padding-top:var(--tec-spacer-5);width:auto}@media (min-width:768px){.tribe-events-meta-group.tribe-events-meta-group-gmap{flex-basis:140px;margin-top:0;padding-top:0}}.tribe-events-meta-group .tribe-events-single-section-title{margin-bottom:var(--tec-spacer-1)}.tribe-events-venue-map{margin:0 0 var(--tec-spacer-5) 0;order:-1;width:100%}@media (min-width:768px){.tribe-events-venue-map{margin-top:var(--tec-spacer-7);order:1;width:211px}}.tribe-events-venue-map>div,.tribe-events-venue-map>iframe{margin-bottom:0;max-height:241px}@media (min-width:768px){.tribe-events-venue-map>div,.tribe-events-venue-map>iframe{max-height:211px}}.tribe-events-related-events-title,.tribe-related-events{order:2}.tribe-events-related-events-title{margin-bottom:var(--tec-spacer-5);padding-top:var(--tec-spacer-7);width:100%}.tribe-events-single ul.tribe-related-events{display:flex;flex-direction:column;margin-bottom:0}@media (min-width:768px){.tribe-events-single ul.tribe-related-events{flex-direction:row;justify-content:space-between}}.tribe-events-single ul.tribe-related-events li{display:flex;flex:1;flex-direction:column;margin-bottom:var(--tec-spacer-6);padding:0;width:auto}.tribe-events-single ul.tribe-related-events li:last-child{margin-right:0}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail{margin-bottom:var(--tec-spacer-3);width:100%}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a{display:block;overflow:hidden;padding-top:75%;position:relative}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img{bottom:0;left:50%;position:absolute;right:0;top:50%;transform:translate(-50%,-50%) scale(2)}.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img[src$="tribe-related-events-placeholder.png"]{transform:translate(-50%,-50%) scale(1)}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info{align-items:baseline;display:flex;flex-wrap:wrap;padding:0;width:100%}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-date-start{margin:var(--tec-spacer-0) var(--tec-spacer-0) var(--tec-spacer-2) 0}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .tribe-event-time{margin-left:var(--tec-spacer-0)}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .recurringinfo{margin:0 var(--tec-spacer-1) var(--tec-spacer-2) 0}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info .timezone{margin-left:var(--tec-spacer-0)}.tribe-events-single ul.tribe-related-events li .tribe-related-event-info span:last-of-type{margin-right:var(--tec-spacer-1)}.tribe-events-single ul.tribe-related-events li .tribe-related-events-title{margin-bottom:var(--tec-spacer-1);width:100%}#tribe-events-footer{padding:var(--tec-spacer-4) 0}@media (min-width:768px){#tribe-events-footer{padding:var(--tec-spacer-6) 0}}.tribe-events-single .tribe-events-sub-nav{display:flex;justify-content:space-between;margin-left:0}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous{margin:0}.tribe-events-single .tribe-events-sub-nav a span{display:none}.tribe-events-nav-previous a:before{margin-top:-2px;width:7px}@media (min-width:768px){.tribe-events-nav-previous a:before{margin-right:var(--tec-spacer-1);width:9px}}.tribe-events-nav-next a:after{margin-top:-2px;width:7px}@media (min-width:768px){.tribe-events-nav-next a:after{margin-left:var(--tec-spacer-1);width:9px}}.tribe-theme-twentynineteen .tribe-events-single>.tribe_events{margin-top:0}.tribe-theme-twentytwenty .tribe-events-schedule h2{margin-left:0}.tribe-theme-twentytwenty .tribe-events-content h2,.tribe-theme-twentytwenty .tribe-events-content h3,.tribe-theme-twentytwenty .tribe-events-content h4,.tribe-theme-twentytwenty .tribe-events-content h5,.tribe-theme-twentytwenty .tribe-events-content h6{margin-top:0}.tribe-theme-twentytwenty .tribe-events-content ol,.tribe-theme-twentytwenty .tribe-events-content ul{margin-left:0}.tribe-theme-twentytwenty .tribe-events-related-events-title,.tribe-theme-twentytwenty .tribe-events-single-section-title{margin-top:0}#top.tribe-theme-enfold.single-tribe_events #tribe-events-pg-template{max-width:1048px}#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule{margin-top:var(--tec-spacer-1)}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule{margin-top:var(--tec-spacer-4)}}#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3{margin-right:var(--tec-spacer-1)}#top.tribe-theme-enfold.single-tribe_events .av-single-event-content,#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar{margin-left:0}#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner{display:flex;flex-wrap:wrap;padding-left:0;padding-right:0;position:relative}#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner>.event-tickets{width:100%}#top.tribe-theme-enfold.single-tribe_events .tribe-events-meta-group{margin-right:var(--tec-spacer-5)}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-meta-group{padding:var(--tec-spacer-7) 0 var(--tec-spacer-3);width:168px}}#top.tribe-theme-enfold.single-tribe_events .tribe-events-event-meta{margin-top:0}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-event-meta{margin-top:var(--tec-spacer-5)}#top.tribe-theme-enfold.single-tribe_events .tribe-events-venue-map{margin-top:var(--tec-spacer-7);width:211px}}.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more,.event-tickets .tribe-tickets__rsvp-actions-button-not-going,.event-tickets .tribe-tickets__rsvp-form-button,.event-tickets .tribe-tickets__tickets-item-quantity button{background-color:initial;background-image:none;border:none;outline:none}.event-tickets .tribe-tickets__commerce-checkout-cart-item-details-button--more:focus,.event-tickets .tribe-tickets__rsvp-actions-button-not-going:focus,.event-tickets .tribe-tickets__rsvp-form-button:focus,.event-tickets .tribe-tickets__tickets-item-quantity button:focus{outline:auto}:root{--tec-grid-gutter:48px;--tec-grid-gutter-negative:calc(var(--tec-grid-gutter)*-1);--tec-grid-gutter-half:calc(var(--tec-grid-gutter)/2);--tec-grid-gutter-half-negative:calc(var(--tec-grid-gutter-half)*-1);--tec-grid-gutter-small:42px;--tec-grid-gutter-small-negative:calc(var(--tec-grid-gutter-small)*-1);--tec-grid-gutter-small-half:calc(var(--tec-grid-gutter-small)/2);--tec-grid-gutter-small-half-negative:calc(var(--tec-grid-gutter-small-half)*-1);--tec-grid-gutter-page:42px;--tec-grid-gutter-page-small:19.5px;--tec-grid-width-default:1176px;--tec-grid-width-min:320px;--tec-grid-width:calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page)*2);--tec-grid-width-1-of-2:50%;--tec-grid-width-1-of-3:33.333%;--tec-grid-width-1-of-4:25%;--tec-grid-width-1-of-5:20%;--tec-grid-width-1-of-7:14.285%;--tec-grid-width-1-of-8:12.5%;--tec-grid-width-1-of-9:11.111%;--tec-spacer-0:4px;--tec-spacer-1:8px;--tec-spacer-2:12px;--tec-spacer-3:16px;--tec-spacer-4:20px;--tec-spacer-5:24px;--tec-spacer-6:28px;--tec-spacer-7:32px;--tec-spacer-8:40px;--tec-spacer-9:48px;--tec-spacer-10:56px;--tec-spacer-11:64px;--tec-spacer-12:80px;--tec-spacer-13:96px;--tec-spacer-14:160px;--tec-z-index-spinner-container:100;--tec-z-index-views-selector:30;--tec-z-index-dropdown:30;--tec-z-index-events-bar-button:20;--tec-z-index-search:10;--tec-z-index-filters:9;--tec-z-index-scroller:7;--tec-z-index-week-event-hover:5;--tec-z-index-map-event-hover:5;--tec-z-index-map-event-hover-actions:6;--tec-z-index-multiday-event:5;--tec-z-index-multiday-event-bar:2;--tec-color-text-primary:#141827;--tec-color-text-primary-light:#1418279e;--tec-color-text-secondary:#5d5d5d;--tec-color-text-disabled:#d5d5d5;--tec-color-text-events-title:var(--tec-color-text-primary);--tec-color-text-event-title:var(--tec-color-text-events-title);--tec-color-text-event-date:var(--tec-color-text-primary);--tec-color-text-secondary-event-date:var(--tec-color-text-secondary);--tec-color-icon-primary:#5d5d5d;--tec-color-icon-primary-alt:#757575;--tec-color-icon-secondary:#bababa;--tec-color-icon-active:#141827;--tec-color-icon-disabled:#d5d5d5;--tec-color-icon-focus:#334aff;--tec-color-icon-error:#da394d;--tec-color-event-icon:#141827;--tec-color-event-icon-hover:#334aff;--tec-color-accent-primary:#334aff;--tec-color-accent-primary-hover:#334affcc;--tec-color-accent-primary-active:#334affe6;--tec-color-accent-primary-background:#334aff12;--tec-color-accent-secondary:#141827;--tec-color-accent-secondary-hover:#141827cc;--tec-color-accent-secondary-active:#141827e6;--tec-color-accent-secondary-background:#14182712;--tec-color-button-primary:var(--tec-color-accent-primary);--tec-color-button-primary-hover:var(--tec-color-accent-primary-hover);--tec-color-button-primary-active:var(--tec-color-accent-primary-active);--tec-color-button-primary-background:var(--tec-color-accent-primary-background);--tec-color-button-secondary:var(--tec-color-accent-secondary);--tec-color-button-secondary-hover:var(--tec-color-accent-secondary-hover);--tec-color-button-secondary-active:var(--tec-color-accent-secondary-active);--tec-color-button-secondary-background:var(--tec-color-accent-secondary-background);--tec-color-link-primary:var(--tec-color-text-primary);--tec-color-link-accent:var(--tec-color-accent-primary);--tec-color-link-accent-hover:#334affcc;--tec-color-border-default:#d5d5d5;--tec-color-border-secondary:#e4e4e4;--tec-color-border-tertiary:#7d7d7d;--tec-color-border-hover:#5d5d5d;--tec-color-border-active:#141827;--tec-color-background:#fff;--tec-color-background-events:#0000;--tec-color-background-transparent:#fff9;--tec-color-background-secondary:#f7f6f6;--tec-color-background-messages:#14182712;--tec-color-background-secondary-hover:#f0eeee;--tec-color-background-error:#da394d14;--tec-color-box-shadow:rgba(#000,0.14);--tec-color-box-shadow-secondary:rgba(#000,0.1);--tec-color-scroll-track:rgba(#000,0.25);--tec-color-scroll-bar:rgba(#000,0.5);--tec-color-background-primary-multiday:#334aff3d;--tec-color-background-primary-multiday-hover:#334aff57;--tec-color-background-secondary-multiday:#1418273d;--tec-color-background-secondary-multiday-hover:#14182757;--tec-color-accent-primary-week-event:#334aff1a;--tec-color-accent-primary-week-event-hover:#334aff33;--tec-color-accent-primary-week-event-featured:#334aff0a;--tec-color-accent-primary-week-event-featured-hover:#334aff24;--tec-color-background-secondary-datepicker:var(--tec-color-background-secondary);--tec-color-accent-primary-background-datepicker:var(--tec-color-accent-primary-background);--tec-border-radius-default:4px;--tec-border-width-week-event:2px;--tec-box-shadow-default:0 2px 5px 0 var(--tec-color-box-shadow);--tec-box-shadow-tooltip:0 2px 12px 0 var(--tec-color-box-shadow);--tec-box-shadow-card:0 1px 6px 2px var(--tec-color-box-shadow);--tec-box-shadow-multiday:16px 6px 6px -2px var(--tec-color-box-shadow-secondary);--tec-form-color-background:var(--tec-color-background);--tec-form-color-border-default:var(--tec-color-text-primary);--tec-form-color-border-active:var(--tec-color-accent-secondary);--tec-form-color-border-secondary:var(--tec-color-border-tertiary);--tec-form-color-accent-primary:var(--tec-color-accent-primary);--tec-form-box-shadow-default:var(--tec-box-shadow-default);--tec-opacity-background:0.07;--tec-opacity-select-highlighted:0.3;--tec-opacity-icon-hover:0.8;--tec-opacity-icon-active:0.9;--tec-opacity-default:1;--tec-transition:all 0.2s ease;--tec-transition-background-color:background-color 0.2s ease;--tec-transition-color-border-color:color 0.2s ease,border-color 0.2s ease;--tec-transition-transform:transform 0.2s ease;--tec-transition-border-color:border-color 0.2s ease;--tec-transition-color:color 0.2s ease;--tec-transition-opacity:opacity 0.2s ease;--tec-font-family-sans-serif:"Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;--tec-font-weight-regular:400;--tec-font-weight-bold:700;--tec-font-size-0:11px;--tec-font-size-1:12px;--tec-font-size-2:14px;--tec-font-size-3:16px;--tec-font-size-4:18px;--tec-font-size-5:20px;--tec-font-size-6:22px;--tec-font-size-7:24px;--tec-font-size-8:28px;--tec-font-size-9:32px;--tec-font-size-10:42px;--tec-line-height-0:1.38;--tec-line-height-1:1.42;--tec-line-height-2:1.5;--tec-line-height-3:1.62}#tribe-events-pg-template{background-color:var(--tec-color-background-events)}.tribe-events-single{-webkit-font-smoothing:antialiased}.tribe-events-after-html p,.tribe-events-before-html p{line-height:1.7}.tribe-events-back a,.tribe-events-back a:visited{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-bold);-webkit-text-decoration:none;text-decoration:none}.tribe-events-notices{border-bottom:1px solid var(--tec-color-border-secondary);box-shadow:none}.tribe-events-notices ul{list-style:none;text-align:left;text-transform:none}.tribe-events-single-event-title{color:var(--tec-color-text-primary);color:var(--tec-color-text-event-title);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-7);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-1);text-transform:none}@media (min-width:768px){.tribe-events-single-event-title{font-size:var(--tec-font-size-10);line-height:var(--tec-line-height-0)}}.tribe-events-schedule{background-color:initial;border:0}.tribe-events-schedule h2{color:var(--tec-color-text-primary);color:var(--tec-color-text-event-date);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-bold);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-2);text-transform:none}@media (min-width:768px){.tribe-events-schedule h2{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}}.tribe-events-schedule .recurringinfo,.tribe-related-event-info .recurringinfo{background-color:var(--tec-color-background-secondary);border-radius:40px;color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-0);text-transform:none}.tribe-events-schedule .recurringinfo .event-is-recurring,.tribe-related-event-info .recurringinfo .event-is-recurring{letter-spacing:-9999px}.tribe-events-schedule .recurringinfo a,.tribe-related-event-info .recurringinfo a{color:var(--tec-color-accent-primary);font-weight:var(--tec-font-weight-regular);letter-spacing:normal;line-height:20px;-webkit-text-decoration:none;text-decoration:none}.tribe-events-schedule .recurringinfo{background-color:var(--tec-color-background-secondary);border-radius:40px;color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-0);text-transform:none}@media (min-width:768px){.tribe-events-schedule .recurringinfo{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-events-schedule .recurringinfo .event-is-recurring{letter-spacing:normal}}.tribe-events-schedule .tribe-events-cost{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-2);text-transform:none;text-transform:uppercase}@media (min-width:768px){.tribe-events-schedule .tribe-events-cost{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}}.tribe-events-content{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif)}.tribe-events-content h2,.tribe-events-content h3,.tribe-events-content h4,.tribe-events-content h5,.tribe-events-content h6{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);letter-spacing:normal;text-transform:none}.tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}@media (min-width:768px){.tribe-events-content ol,.tribe-events-content p,.tribe-events-content ul{font-size:var(--tec-font-size-4);line-height:var(--tec-line-height-2)}}.tribe-events-content ol,.tribe-events-content ul{list-style-position:inside}.tribe-events-content ul{list-style-type:disc}.tribe-events-content a{border-bottom:1px solid var(--tec-color-link-accent);color:var(--tec-color-link-primary);transition:var(--tec-transition-color)}.tribe-events-content a:active,.tribe-events-content a:focus,.tribe-events-content a:hover{border-bottom:1px solid;color:var(--tec-color-link-accent)}.tribe-events-content a{-webkit-text-decoration:none;text-decoration:none}.tribe-events-content pre{background-color:var(--tec-color-background-secondary);font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-events-content blockquote{quotes:auto}.tribe-events-content blockquote:before{content:open-quote}.tribe-events-content blockquote:after{content:close-quote}.tribe-events-cal-links{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif)}.tribe-events-cal-links a{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2718%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath fill=%27%23141827%27 d=%27M0 .431V17.57c0 .238.163.431.364.431h17.273c.2 0 .363-.193.363-.431V.43c0-.237-.163-.43-.363-.43H.364C.163 0 0 .193 0 .431m18 7.585h-1.015V4.687H.991v12.07h15.994v-3.753H18zM.99 1.239h15.995v2.315H.991z%27/%3E%3Cpath stroke=%27%23141827%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.2%27 d=%27M22.918 10.5H9.207m11.488-3.255 3.252 3.272-3.213 3.213%27/%3E%3C/g%3E%3C/svg%3E") 0 /24px no-repeat;color:var(--tec-color-link-accent);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3);-webkit-text-decoration:none;text-decoration:none}.tribe-events-event-meta{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2)}.tribe-events-event-meta a,.tribe-events-event-meta a:visited{color:var(--tec-color-link-accent)}.tribe-events-event-meta a:focus,.tribe-events-event-meta a:hover{color:var(--tec-color-link-accent-hover)}.tribe-events-event-meta dd,.tribe-events-event-meta dt{word-break:break-word}.tribe-events-event-meta dt{line-height:var(--tec-line-height-3)}.tribe-events-event-meta .tribe-events-address{font-style:normal;line-height:26px}.tribe-events-event-meta:before,.tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets){border-top:1px solid var(--tec-color-border-secondary)}@media (min-width:768px){.tribe-events-event-meta.secondary:before{content:normal}}.single-tribe_events .tribe-events-single .tribe-events-event-meta{background-color:initial;color:var(--tec-color-text-primary)}.tribe-events-meta-group .tribe-events-single-section-title{color:var(--tec-color-text-primary);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-bold);letter-spacing:1px;text-transform:uppercase}.tribe-events-meta-group a{color:var(--tec-color-link-accent)}.tribe-events-meta-group.tribe-events-meta-group-gmap{border-top:1px solid var(--tec-color-border-secondary)}.tribe-events-venue-map{border:0;border-radius:0}.tribe-events-related-events-title{border-top:1px solid var(--tec-color-border-secondary);color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-6);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-2);text-transform:none}@media (min-width:768px){.tribe-events-related-events-title{font-size:var(--tec-font-size-8);line-height:var(--tec-line-height-1)}}.tribe-events-single ul.tribe-related-events li,.tribe-events-single ul.tribe-related-events li .tribe-related-events-title{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif)}.tribe-events-single ul.tribe-related-events li .tribe-related-events-title{font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-3);text-transform:none}.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a{color:var(--tec-color-link-primary)}#tribe-events-footer{border-top:1px solid var(--tec-color-border-secondary)}.tribe-events-single .tribe-events-sub-nav{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);list-style:none}@media (min-width:768px){.tribe-events-single .tribe-events-sub-nav{font-size:var(--tec-font-size-3)}}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a{color:var(--tec-color-text-secondary);-webkit-text-decoration:none;text-decoration:none;vertical-align:middle}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:before,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:after,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before{content:"";display:inline-block;height:20px;vertical-align:middle;width:11px}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover{color:var(--tec-color-text-primary)}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%235d5d5d%27 d=%27M11.916 17.841 10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z%27/%3E%3C/svg%3E") 0 /7px no-repeat}@media (min-width:768px){.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:before{background-size:9px}}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus:before,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%23141827%27 d=%27M11.916 17.841 10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z%27/%3E%3C/svg%3E")}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%235d5d5d%27 d=%27M.084 2.159 2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z%27/%3E%3C/svg%3E") 100% /7px no-repeat}@media (min-width:768px){.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:after{background-size:9px}}.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus:after,.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%23141827%27 d=%27M.084 2.159 2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z%27/%3E%3C/svg%3E")}.tribe-theme-twentynineteen .tribe-events-content h2:before,.tribe-theme-twentynineteen .tribe-events-related-events-title:before,.tribe-theme-twentynineteen .tribe-events-schedule h2:before,.tribe-theme-twentynineteen .tribe-events-single-event-title:before,.tribe-theme-twentynineteen .tribe-events-single-section-title:before{content:normal}.tribe-theme-twentytwentyone .tribe-events-cal-links a:focus:not(.wp-block-button__link):not(.wp-block-file__button){background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2725%27 height=%2718%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath fill=%27%23141827%27 d=%27M0 .431V17.57c0 .238.163.431.364.431h17.273c.2 0 .363-.193.363-.431V.43c0-.237-.163-.43-.363-.43H.364C.163 0 0 .193 0 .431m18 7.585h-1.015V4.687H.991v12.07h15.994v-3.753H18zM.99 1.239h15.995v2.315H.991z%27/%3E%3Cpath stroke=%27%23141827%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.2%27 d=%27M22.918 10.5H9.207m11.488-3.255 3.252 3.272-3.213 3.213%27/%3E%3C/g%3E%3C/svg%3E") 0 /24px no-repeat}.tribe-theme-twentytwentyone .tribe-events-schedule .recurringinfo a:focus:not(.wp-block-button__link):not(.wp-block-file__button),.tribe-theme-twentytwentyone .tribe-related-event-info .recurringinfo a:focus:not(.wp-block-button__link):not(.wp-block-file__button){background:#0000;-webkit-text-decoration:none;text-decoration:none}#top.tribe-theme-enfold.single-tribe_events .tribe-events-single-event-title{color:var(--tec-color-text-primary);color:var(--tec-color-text-event-title);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-7);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-1);text-transform:none}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-single-event-title{font-size:var(--tec-font-size-10);line-height:var(--tec-line-height-0)}}#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3{color:var(--tec-color-text-primary);color:var(--tec-color-text-event-date);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-bold);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-2);text-transform:none}@media (min-width:768px){#top.tribe-theme-enfold.single-tribe_events .tribe-events-schedule h3{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}}#top.tribe-theme-enfold.single-tribe_events .tribe-events-content pre{background-image:none}#top.tribe-theme-enfold.single-tribe_events #wrap_all .tribe-events-cal-links a,#top.tribe-theme-enfold.single-tribe_events .av-single-event-meta-bar-inner{border:0}.fusion-widget-area .tribe-events-event-meta:before,.fusion-widget-area .tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets){border:none}[class*=tec-events-elementor-event-widget]{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:1rem;font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3);margin:0 0 var(--tec-spacer-0) 0;padding:0}[class*=tec-events-elementor-event-widget] [class*=tec-events-elementor-event-widget]{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:inherit;padding:inherit}[class*=tec-events-elementor-event-widget] a,a[class*=tec-events-elementor-event-widget]{border-bottom-color:initial;-webkit-text-decoration:underline;text-decoration:underline}.e-con-inner [class*=elementor-widget-tec_elementor_widget]:not(:last-child),.elementor-section:not(.elementor-top-section) [class*=elementor-widget-tec_elementor_widget]:not(:last-child){margin-block-end:var(--tec-spacer-3)}.tec-events-elementor-widget-empty{background-color:var(--tec-color-background-secondary);color:var(--tec-color-text-secondary);font-size:1rem;font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3);padding:1em;text-align:center}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio {
font-family: inherit;
font-size: 100%;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
border: 0;
outline: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
html, body {
margin: 0;
padding: 0;
width: 100%;
}
html {
font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow-y: scroll !important;
overflow-x: hidden;
height: 100%;
}
div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
font-family: inherit;
font-size: 1em;
line-height: inherit;
}
div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
color: inherit;
background: none;
border-style: none;
border-radius: 0;
}
div.ui-datepicker {
background-color: #fff;
}
div.ui-accordion .ui-accordion-header {
padding: 0;
}
div.ui-accordion .ui-accordion-header-icon {
display: none;
}
div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
padding: 0;
}
div.ui-tabs .ui-tabs-nav li {
float: none;
margin: 0;
}
div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: none;
} .datepicker td:first-child,
.datepicker td {
font-size: 0.9em;
font-weight: 500;
font-style: normal;
}
.datepicker th {
font-size: 0.8em;
font-weight: 700;
font-style: normal;
}
.datepicker tfoot tr th,
.datepicker .prev,
.datepicker .next,
.datepicker .datepicker-switch {
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active[disabled],
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active[disabled] {
text-shadow: none;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
} html {
font-size: 20px;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block;
}
h1, h2, h3, h4, h5, h6 {
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.ua_gecko h1, .ua_gecko h2, .ua_gecko h3, .ua_gecko h4, .ua_gecko h5, .ua_gecko h6 {
-webkit-hyphens: manual;
-ms-hyphens: manual;
hyphens: manual;
}
h1 a b, h2 a b, h3 a b, h4 a b, h5 a b, h6 a b,
h1 a em, h2 a em, h3 a em, h4 a em, h5 a em, h6 a em {
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
li > ol, li > ul, dl > dd {
margin-bottom: 0;
}
li > p {
margin-bottom: 0;
}
li > p + p {
margin-top: 0.5em;
}
ol, ul {
padding-left: 1.5em;
}
ul ul {
list-style: disc;
}
ol > li, ul > li {
margin: 2px 0;
} a {
text-decoration: none;
background: transparent;
}
a,
a:hover,
a:focus,
a:active {
outline: 0;
}
a img {
border: none;
}
a,
button,
input[type=button],
input[type=submit] {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
display: block;
}
:active, :focus {
outline: 0;
}
a[href="javascript:void(0)"] {
cursor: default;
} table {
border-collapse: collapse;
}
table th {
border: 1px solid #ddd;
}
table td {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
table tr:first-child td {
border-top: 1px solid #ddd;
}
table > p {
margin: 0 !important;
}
.sc_table table th, table th {
padding: 1.1em;
}
.sc_table table td, table td {
padding: 1.2em;
}
table th {
font-size: 0.7em;
font-weight: 800;
font-style: normal;
text-transform: uppercase;
text-align: center;
letter-spacing: 1.2px;
}
table td {
font-size: 0.9em;
font-weight: 500;
font-style: normal;
}
table tr > td:first-child {
font-size: 0.7em;
font-weight: 800;
font-style: normal;
}
caption {
font-weight: 700;
text-align: center;
} blockquote {
position: relative;
text-align: left;
padding: 3.2em 4.3em 2.5em 6.5em;
margin-left: 0;
margin-right: 0;
background-image: url(//kartingencarnacao.com/wp-content/themes/corredo/images/brown_pattern.png);
}
.wp-block-quote.is-style-large:not(.is-style-plain) {
padding: 3.2em 4.3em 2.5em 6.5em;
}
blockquote:before {
content: "\e96f";
font-family: "fontello";
font-size: 2.2em;
display: block;
position: absolute;
z-index: 1;
top: 1.7em;
left: 0.9em;
}
blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
blockquote p {
margin: 0;
font-size: 1.5em;
line-height: 1.17em;
font-weight: 800;
}
blockquote > cite, blockquote > p > cite {
display: block;
font-size: 18px;
line-height: 1.35em;
font-weight: 500;
font-style: normal;
margin-top: 0.9em;
}
.blog_mode_post blockquote,
.blog_mode_page blockquote {
margin: 1.7em 0 1.8em;
}
.blog_mode_post .comments_list blockquote,
.blog_mode_page .comments_list blockquote {
margin: 1.5em 0;
}
.comments_list_wrap blockquote > p > a {
text-decoration: underline;
}
.comments_list_wrap blockquote > p > a:hover {
text-decoration: none;
} dd {
margin-left: 1.5em;
}
dt, b, strong {
font-weight: bold;
}
dfn, em, i {
font-style: italic;
}
pre, code, kbd, tt, var, samp {
font-family: "Courier New", Courier, monospace;
font-size: 1em;
letter-spacing: 0;
}
pre {
overflow: auto;
max-width: 100%;
}
code {
overflow: auto;
max-width: 100%;
padding: 0 1em;
border: 1px solid #888;
background-color: #f7f7f7;
display: inline-block;
vertical-align: middle;
word-wrap: break-word;
}
pre > code {
display: block;
vertical-align: top;
padding: 1em;
}
abbr, acronym {
border-bottom: 1px dotted;
cursor: help;
}
mark, ins {
background-color: transparent;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: 0.5ex;
}
small {
font-size: 80%;
}
big {
font-size: 120%;
}
[hidden], template {
display: none;
}
hr {
height: 0;
border: none;
border-top: 1px solid #eee;
margin: 6.7857em 0;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
} img {
max-width: 100%;
height: auto;
vertical-align: top;
} figure.wp-block-gallery {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
-ms-flex-align: stretch;
-webkit-box-align: stretch;
align-items: stretch;
}
figure,
.wp-caption,
.wp-caption-overlay .wp-caption {
border: 0;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
max-width: 100%;
}
figure figcaption,
.wp-block-image figcaption,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
position: absolute;
z-index: 1;
top: auto;
right: 0;
bottom: 0;
left: 0;
font-size: 11px;
line-height: 17px;
font-weight: 800;
font-style: normal;
-webkit-transition: opacity 0.4s ease-out;
-o-transition: opacity 0.4s ease-out;
transition: opacity 0.4s ease-out;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0;
text-align: center;
padding: 16px 10px;
overflow-y: auto;
max-height: 60%;
}
figure:not(.wp-block-gallery):hover figcaption,
.wp-caption:hover .wp-caption-text,
.wp-caption:hover .wp-caption-dd,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
opacity: 0;
}
figure:not(.wp-block-gallery) figcaption:hover,
figure.wp-block-video:hover figcaption,
figure.wp-block-embed:hover figcaption,
.wp-caption .wp-caption-text:hover,
.wp-caption .wp-caption-dd:hover,
.wp-caption-overlay .wp-caption .wp-caption-text:hover,
.wp-caption-overlay .wp-caption .wp-caption-dd:hover {
opacity: 1;
}
figure figcaption > a {
text-decoration: underline;
}
figure figcaption > a:hover {
text-decoration: none;
}
figure.wp-block-gallery > figcaption {
font-size: 11px;
line-height: 17px;
font-weight: 800;
font-style: normal;
position: static;
width: 100%;
text-align: center;
margin-bottom: 16px !important;
}
.wp-block-gallery .blocks-gallery-item figcaption {
width: auto;
max-height: 4.2em;
overflow: auto;
line-height: normal;
padding-top: 5px;
}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
display: block;
}
.wp-block-image .aligncenter {
display: table;
}
svg:not(:root) {
overflow: hidden;
} audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
iframe, video, embed {
max-width: 100%;
min-height: 100px;
vertical-align: top;
} [class^=icon-]:before,
[class*=" icon-"]:before {
font-size: inherit;
line-height: inherit !important;
font-weight: inherit;
font-style: inherit;
display: inline-block;
vertical-align: top;
width: auto;
margin: 0;
}  form {
margin-bottom: 0;
}
button, input, optgroup, select, textarea, textarea.wp-editor-area {
font-family: inherit;
font-size: 1em; margin: 0; vertical-align: baseline; }
button {
overflow: visible;
}
input[placeholder]::-webkit-input-placeholder,
textarea[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
}
input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::-webkit-input-placeholder, textarea[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::-moz-placeholder, textarea[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
}
input[placeholder]:-ms-input-placeholder, textarea[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::-ms-input-placeholder, textarea[placeholder]::-ms-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::placeholder,
textarea[placeholder]::placeholder {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
input[placeholder],
textarea[placeholder] {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
textarea, textarea.wp-editor-area,
select, option,
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=password],
input[type=checkbox],
input[type=radio] {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0;
}
input[type=checkbox],
input[type=radio] {
padding: 0; }
input[type=number]::-webkit-outer-spin-button {
height: 50%;
}
input[type=number],
input[type=search] {
-webkit-appearance: none; -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
button[disabled],
html input[disabled] {
cursor: default !important;
}
button:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
select:focus,
textarea:focus,
textarea.wp-editor-area:focus {
outline: none;
}
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search],
select,
textarea,
textarea.wp-editor-area {
-webkit-appearance: none;
outline: none;
resize: none;
} label.required:after {
content: "*";
display: none;
vertical-align: text-top;
font-size: 80%;
color: #da6f5b;
} fieldset {
padding: 1em 1.5em;
margin: 1.5em 0.2em;
border: 1px solid #ddd;
position: relative;
}
fieldset legend {
position: absolute;
z-index: 1;
top: -0.6em;
left: 1.5em;
background-color: #fff;
font-weight: 400;
font-style: italic;
padding: 0 0.2em;
letter-spacing: 0;
} button,
input[type=button],
input[type=reset],
input[type=submit],
.theme_button,
.post_item .more-link,
.gallery_preview_show .post_readmore,
#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress a.button,
#buddypress button,
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress input[type=submit],
#buddypress ul.button-nav li a,
#buddypress div.activity-meta a,
a.bp-title-button,
body #booked-profile-page input[type=submit],
body #booked-profile-page button,
body .booked-list-view input[type=submit],
body .booked-list-view button,
body table.booked-calendar input[type=submit],
body table.booked-calendar button,
body .booked-modal input[type=submit],
body .booked-modal button,
.mc4wp-form .mc4wp-form-fields input[type=submit],
.sc_button,
.sc_form button,
.tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type=submit],
#tribe-bar-form .tribe-bar-submit input[type=submit],
#tribe-bar-form button,
#tribe-bar-form a,
#tribe-bar-form input,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
#tribe-events .tribe-events-button,
.tribe-events-button,
.tribe-events-cal-links a,
.tribe-events-read-more,
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button,
.edd_download_purchase_form .button,
#edd-purchase-button,
.edd-submit.button,
.widget_edd_cart_widget .edd_checkout a,
.woocommerce .button, .woocommerce-page .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce input[type=button], .woocommerce-page input[type=button],
.woocommerce input[type=submit], .woocommerce-page input[type=submit],
.woocommerce .woocommerce-message .button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond p.form-submit input[type=submit],
.woocommerce-page #review_form #respond p.form-submit input[type=submit],
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce table.cart td.actions .button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#btn-buy,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled,
.yith-woocompare-widget a.clear-all {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 24px;
font-weight: 800;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-transform: uppercase;
white-space: nowrap;
padding: 1.6em 3.4em;
letter-spacing: 1.3px;
height: auto;
border-width: 0 !important;
vertical-align: top;
border-radius: 0;
}
.wp-block-button__link {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 24px;
font-weight: 800;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-transform: uppercase;
white-space: nowrap;
padding: 1.6em 3.4em;
letter-spacing: 1.3px;
height: auto;
vertical-align: top;
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.sc_button:not(.sc_button_with_icon):not(.sc_button_with_image) .sc_button_text {
vertical-align: inherit;
}
.post_item .more-link {
padding: 0;
line-height: 17px;
}
.sc_button.sc_button_size_small,
.theme_button.theme_button_small {
padding: 1em 2.8em;
}
.sc_button.sc_button_size_large {
font-size: 16px;
padding: 1.4em 3.4em;
} .sc_button.sc_button_simple:before,
.sc_button.sc_button_simple:after {
display: none;
}
.sc_button.sc_button_simple {
padding: 0;
} .sc_button.sc_button_iconic {
padding: 1.1em;
letter-spacing: 0;
}
.sc_button.sc_button_iconic .sc_button_icon {
line-height: 1;
}
.sc_button.sc_button_iconic.sc_button_icon_left .sc_button_icon {
margin-right: 0;
}
.sc_button.sc_button_iconic.sc_button_icon_right .sc_button_icon {
margin-left: 0;
} .sc_button.sc_button_bordered,
.wp-block-button.is-style-outline .wp-block-button__link {
border-width: 2px !important;
padding: 1.3em 2.8em;
}
.sc_layouts_row_type_narrow .sc_button.sc_button_bordered {
padding: 0.8em 1.8em;
}
.sc_button.sc_button_bordered.sc_button_size_small {
padding: 0.6em 1.4em;
} .sc_button_simple {
font-size: 1em;
line-height: 1.25em;
font-weight: 400;
font-style: italic;
letter-spacing: 0;
text-transform: none;
border: none;
padding: 0 1.8em 0 0;
}
.sc_button_simple:before,
.sc_button_simple:after {
content: "\e93a";
font-family: "fontello";
font-style: normal;
} .widget.woocommerce .button,
.widget.WOOCS_CONVERTER .button,
.widget.yith-woocompare-widget a.button,
.widget.yith-woocompare-widget a.clear-all {
font-size: 14px;
line-height: 16px;
padding: 20px 34px;
}
.widget.woocommerce .button + .button {
margin-left: 3px;
}
.widget.widget_shopping_cart a.button {
padding: 18px;
} input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search],
select,
textarea,
textarea.wp-editor-area,
form.mc4wp-form .mc4wp-form-fields input[type=email],
.tourmaster-form-field input[type=text],
.tourmaster-form-field input[type=email],
.tourmaster-form-field input[type=password],
.tourmaster-form-field textarea,
.tourmaster-form-field select,
.tourmaster-form-field.tourmaster-with-border input[type=text],
.tourmaster-form-field.tourmaster-with-border input[type=email],
.tourmaster-form-field.tourmaster-with-border input[type=password],
.tourmaster-form-field.tourmaster-with-border textarea,
.tourmaster-form-field.tourmaster-with-border select,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
#buddypress div.dir-search input[type=search],
#buddypress div.dir-search input[type=text],
#buddypress li.groups-members-search input[type=search],
#buddypress li.groups-members-search input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=password],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week],
#buddypress .standard-form select,
#buddypress .standard-form textarea,
#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=url],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=url],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea,
form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount,
form[id*=give-form] .give-donation-amount .give-currency-symbol,
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before,
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-after,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
padding: 0.8em 1.2em;
border: 2px solid #ddd;
}
textarea,
textarea.wp-editor-area {
overflow: auto; vertical-align: top; min-height: 10em;
} .widget input[type=text],
.widget input[type=number],
.widget input[type=email],
.widget input[type=url],
.widget input[type=tel],
.widget input[type=password],
.widget input[type=search],
.widget select,
.widget textarea,
.widget textarea.wp-editor-area {
padding: 0.86em 1.5em;
} input[type=radio],
input[type=checkbox],
.edd_price_options ul > li > label > input[type=radio],
.edd_price_options ul > li > label > input[type=checkbox],
.wpcf7-radio input[type=radio],
.wpcf7-checkbox input[type=checkbox],
.wpcf7-acceptance input[type=checkbox] {
display: none;
}
label > input[type=radio],
label > input[type=checkbox],
input[type=checkbox].wpcf7-acceptance {
display: inline-block;
vertical-align: baseline;
}
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
cursor: pointer;
}
.edd_price_options ul > li > label > input[type=radio] + span,
.edd_price_options ul > li > label > input[type=checkbox] + span {
display: inline-block;
vertical-align: baseline;
}
input[type=radio] + label,
input[type=checkbox] + label,
input[type=radio] + .wpcf7-list-item-label,
input[type=checkbox] + .wpcf7-list-item-label,
.edd_price_options ul > li > label > input[type=radio] + span,
.edd_price_options ul > li > label > input[type=checkbox] + span {
position: relative;
padding-left: 1.5em;
line-height: 1.5em;
display: inline-block;
vertical-align: top;
}
.wpcf7-list-item-label.wpcf7-list-item-right {
position: relative;
padding-right: 1.4em;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before,
input[type=radio] + .wpcf7-list-item-label:before,
input[type=checkbox] + .wpcf7-list-item-label:before,
.wpcf7-list-item-label.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=radio] + span:before,
.edd_price_options ul > li > label > input[type=checkbox] + span:before {
content: " ";
font-family: "fontello";
font-size: 1.3em;
display: block;
text-align: center;
border: 2px solid #dbd8d1;
background-color: #ffffff;
width: 0.7em;
height: 0.7em;
line-height: 0.55em;
position: absolute;
z-index: 1;
top: 0.18em;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
input[type=radio] + label:before,
input[type=radio] + .wpcf7-list-item-label:before,
.edd_price_options ul > li > label > input[type=radio] + span:before {
line-height: 0.65em;
}
.wpcf7-list-item-label.wpcf7-list-item-right:before {
left: auto;
right: 0;
}
input[type=radio] + label:before,
input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=radio] + span:before {
border-radius: 0;
}
input[type=checkbox]:checked + label:before,
input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-checked.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=checkbox]:checked + span:before {
content: "\e8ab";
}
input[type=radio]:checked + label:before,
input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-checked.wpcf7-list-item-right:before,
.edd_price_options ul > li > label > input[type=radio]:checked + span:before {
content: "\e996";
} select {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
-moz-appearance: none;
-webkit-appearance: none;
}
select::-ms-expand {
display: none;
} select:not(.esg-sorting-select):not([class*=trx_addons_attrib_]) {
visibility: hidden;
} .select_container select:not(.esg-sorting-select):not([class*=trx_addons_attrib_]) {
visibility: visible;
} .select_container {
width: 100%;
position: relative;
}
.select_container,
.select_container:after,
.select_container select {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.select_container:before {
content: " ";
display: block;
position: absolute;
z-index: 1;
top: 3px;
right: 3px;
bottom: 3px;
left: auto;
width: 3em;
z-index: 1;
pointer-events: none;
cursor: pointer;
border-left: none;
}
.sc_input_hover_accent .select_container::before {
right: 2px;
top: 2px;
bottom: 2px;
border-radius: 0;
}
.select_container:after {
content: "\e96d";
font-family: "fontello";
font-size: 0.5em;
display: block;
position: absolute;
z-index: 2;
top: 50%;
right: 2em;
width: 2.6em;
height: 2.6em;
line-height: 2.6em;
text-align: center;
margin-top: -1.3em;
pointer-events: none;
cursor: pointer;
}
.select_container select {
padding: 0.86em 1em;
background: none !important;
width: 100% !important;
max-width: none !important;
padding-right: 3em !important;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget .select_container select {
padding-right: 3em !important;
padding-top: 0.75em;
padding-bottom: 0.75em;
}
.widget .select_container:before {
width: 3em;
}
.widget .select_container:after {
right: 2em;
} .select2-container {
width: 100% !important;
}
.select2-container.select2-container--default span.select2-choice,
.select2-container.select2-container--default span.select2-selection {
height: auto;
border: 2px solid #ddd;
padding: 0.5em 0 0.5em 1.4em;
border-radius: 0;
line-height: 1.2em;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-weight: 400 !important;
}
.select2-container--default .select2-selection--single span.select2-selection__rendered {
line-height: inherit;
padding-left: 0;
}
.select2-container.select2-container--default .select2-selection .select2-selection__arrow {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.select2-drop-active {
border: none;
}
.select2-dropdown {
border: 1px solid #ddd;
}
.select2-search {
padding: 4px 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin: 0 !important;
padding: 0 !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
display: block;
top: 5px;
left: 5px;
width: auto;
height: auto;
font-size: 0.8em;
line-height: normal;
padding: 1em 1.5em;
color: #21759b;
background-color: #f1f1f1;
border-radius: 3px;
clip: auto !important;
text-decoration: none; z-index: 100000;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.alignleft {
display: inline-block;
float: left;
margin-right: 1.4em;
}
.alignright {
display: inline-block;
float: right;
margin-left: 1.4em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto !important;
margin-right: auto !important;
text-align: center;
}
img.alignleft,
img.alignright,
figure.alignleft,
figure.alignright {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
figure.aligncenter {
margin-bottom: 1em;
} .sticky_wrap {
margin-bottom: 5em;
}
.sticky {
position: relative;
border: 2px solid #ddd;
padding: 2em;
}
.sidebar_hide .sticky_wrap .sticky,
.body_style_fullwide .sticky_wrap .sticky,
.body_style_fullscreen .sticky_wrap .sticky {
text-align: center;
}
.sticky .label_sticky {
display: block;
position: absolute;
z-index: 5;
top: -48px;
right: -48px;
width: 0;
height: 0;
border: 48px solid transparent;
border-top-color: #ddd;
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
.sticky .label_sticky:before {
font-size: 16px;
content: "\e959";
font-family: "fontello";
position: absolute;
z-index: 1;
bottom: 14px;
left: -8px;
-webkit-transform: rotate(65deg);
-ms-transform: rotate(65deg);
transform: rotate(65deg);
}
.sticky_wrap .sticky .post_featured {
display: inline-block;
}
.sticky_wrap .sticky .post_categories {
margin-top: 1em;
}
.sticky_wrap .sticky .post_title {
margin-top: 0.5em;
margin-bottom: 0;
text-transform: uppercase;
letter-spacing: 1px;
} .gallery {
margin: 0 -5px;
}
.gallery-item {
display: inline-block;
vertical-align: top;
overflow: hidden;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.gallery-columns-9 .gallery-item {
width: 11.1111111111% !important;
}
.gallery-columns-8 .gallery-item {
width: 12.5% !important;
}
.gallery-columns-7 .gallery-item {
width: 14.2857142857% !important;
}
.gallery-columns-6 .gallery-item {
width: 16.6666666667% !important;
}
.gallery-columns-5 .gallery-item {
width: 20% !important;
}
.gallery-columns-4 .gallery-item {
width: 25% !important;
}
.gallery-columns-3 .gallery-item {
width: 33.3333333333% !important;
}
.gallery-columns-2 .gallery-item {
width: 50% !important;
}
.gallery-columns-1 .gallery-item {
width: 100% !important;
}
.gallery-item a {
display: block;
}
.gallery-item a img {
border: none !important;
display: block;
width: 100%;
}
.gallery-item .gallery-icon {
margin: 5px;
}
.gallery-item .gallery-caption {
max-height: 42px;
left: 5px;
right: 5px;
bottom: 5px;
}
.sidebar .gallery-item .gallery-caption,
.footer_wrap .gallery-item .gallery-caption {
padding: 15px 5px;
font-size: 9px;
max-height: 22px;
}
.gallery-columns-9 .gallery-caption {
max-height: 27px;
line-height: 14px;
padding: 4px 6px;
}
.gallery-columns-8 .gallery-caption {
max-height: 25px;
line-height: 15px;
padding: 6px 8px;
}
.gallery-columns-7 .gallery-caption {
max-height: 28px;
line-height: 16px;
padding: 7px 10px;
}
.gallery-columns-6 .gallery-caption {
max-height: 45px;
padding: 10px;
}
.gallery-columns-6 .gallery-caption {
max-height: 40px;
padding: 10px;
} .post-password-form label {
display: inline-block;
vertical-align: top;
}
.post-password-form input[type=submit] {
display: inline-block;
margin-left: 0.2em;
}
.post-password-form input[type=submit],
.post-password-form input[type=password] {
height: 60px;
line-height: 60px;
padding: 0 1.2em;
}
.post-password-form input[type=submit] {
padding: 0 3.4em;
} .container, .container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row, .columns_wrap {
margin-left: 0;
margin-right: -30px;
}
.columns_wrap.single_column {
margin-right: 0;
}
.columns_wrap.single_column > [class*=column-] {
padding-right: 0;
}
.row > [class*=column-],
.columns_wrap > [class*=column-] {
display: inline-block;
vertical-align: top;
position: relative;
min-height: 1px;
padding-left: 0;
padding-right: 30px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.row.columns_padding_left, .columns_wrap.columns_padding_left, .vc_row.columns_padding_left {
margin-left: -30px;
margin-right: 0;
}
.vc_row.columns_padding_left .vc_column_container > .vc_column-inner,
.row.columns_padding_left > [class*=column-], .columns_wrap.columns_padding_left > [class*=column-],
.row > [class*=column-].columns_padding_left, .columns_wrap > [class*=column-].columns_padding_left {
padding-left: 30px;
padding-right: 0;
}
.vc_row.columns_padding_right,
.row.columns_padding_right,
.columns_wrap.columns_padding_right {
margin-left: 0;
margin-right: -30px;
}
.vc_row.columns_padding_right .vc_column_container > .vc_column-inner,
.row.columns_padding_right > [class*=column-], .columns_wrap.columns_padding_right > [class*=column-],
.row > [class*=column-].columns_padding_right, .columns_wrap > [class*=column-].columns_padding_right {
padding-left: 0;
padding-right: 30px;
}
.vc_row,
.row.columns_padding_center,
.columns_wrap.columns_padding_center {
margin-left: -15px;
margin-right: -15px;
}
.vc_column_container > .vc_column-inner,
.row.columns_padding_center > [class*=column-], .columns_wrap.columns_padding_center > [class*=column-],
.row > [class*=column-].columns_padding_center, .columns_wrap > [class*=column-].columns_padding_center {
padding-left: 15px;
padding-right: 15px;
}
.row.columns_padding_bottom > [class*=column-], .columns_wrap.columns_padding_bottom > [class*=column-],
.row > [class*=column-].columns_padding_bottom, .columns_wrap > [class*=column-].columns_padding_bottom {
padding-bottom: 30px;
}
.sc_blogger.no_margin .row, .sc_blogger.no_margin .columns_wrap,
.row.no_margin, .columns_wrap.no_margin {
margin-left: 0 !important;
margin-right: 0 !important;
}
.sc_blogger.no_margin .row > [class*=column-], .sc_blogger.no_margin .columns_wrap > [class*=column-],
.row.no_margin > [class*=column-], .columns_wrap.no_margin > [class*=column-] {
padding: 0 !important;
} .column-1,
.column-1_1 {
width: 100%;
}
.column-1_2 {
width: 50%;
}
.push-1_2 {
left: 50%;
}
.pull-1_2 {
right: 50%;
}
.offset-1_2 {
margin-left: 50%;
}
.column-1_3 {
width: 33.3333333333%;
}
.push-1_3 {
left: 33.3333333333%;
}
.pull-1_3 {
right: 33.3333333333%;
}
.offset-1_3 {
margin-left: 33.3333333333%;
}
.column-1_4 {
width: 25%;
}
.push-1_4 {
left: 25%;
}
.pull-1_4 {
right: 25%;
}
.offset-1_4 {
margin-left: 25%;
}
.column-1_5 {
width: 20%;
}
.push-1_5 {
left: 20%;
}
.pull-1_5 {
right: 20%;
}
.offset-1_5 {
margin-left: 20%;
}
.column-1_6 {
width: 16.6666666667%;
}
.push-1_6 {
left: 16.6666666667%;
}
.pull-1_6 {
right: 16.6666666667%;
}
.offset-1_6 {
margin-left: 16.6666666667%;
}
.column-1_7 {
width: 14.2857142857%;
}
.push-1_7 {
left: 14.2857142857%;
}
.pull-1_7 {
right: 14.2857142857%;
}
.offset-1_7 {
margin-left: 14.2857142857%;
}
.column-1_8 {
width: 12.5%;
}
.push-1_8 {
left: 12.5%;
}
.pull-1_8 {
right: 12.5%;
}
.offset-1_8 {
margin-left: 12.5%;
}
.column-1_9 {
width: 11.1111111111%;
}
.push-1_9 {
left: 11.1111111111%;
}
.pull-1_9 {
right: 11.1111111111%;
}
.offset-1_9 {
margin-left: 11.1111111111%;
}
.column-1_10 {
width: 10%;
}
.push-1_10 {
left: 10%;
}
.pull-1_10 {
right: 10%;
}
.offset-1_10 {
margin-left: 10%;
}
.column-1_11 {
width: 9.0909090909%;
}
.push-1_11 {
left: 9.0909090909%;
}
.pull-1_11 {
right: 9.0909090909%;
}
.offset-1_11 {
margin-left: 9.0909090909%;
}
.column-1_12 {
width: 8.3333333333%;
}
.push-1_12 {
left: 8.3333333333%;
}
.pull-1_12 {
right: 8.3333333333%;
}
.offset-1_12 {
margin-left: 8.3333333333%;
}
.column-2_2 {
width: 100%;
}
.column-2_3 {
width: 66.6666666667%;
}
.push-2_3 {
left: 66.6666666667%;
}
.pull-2_3 {
right: 66.6666666667%;
}
.offset-2_3 {
margin-left: 66.6666666667%;
}
.column-2_4 {
width: 50%;
}
.push-2_4 {
left: 50%;
}
.pull-2_4 {
right: 50%;
}
.offset-2_4 {
margin-left: 50%;
}
.column-2_5 {
width: 40%;
}
.push-2_5 {
left: 40%;
}
.pull-2_5 {
right: 40%;
}
.offset-2_5 {
margin-left: 40%;
}
.column-2_6 {
width: 33.3333333333%;
}
.push-2_6 {
left: 33.3333333333%;
}
.pull-2_6 {
right: 33.3333333333%;
}
.offset-2_6 {
margin-left: 33.3333333333%;
}
.column-2_7 {
width: 28.5714285714%;
}
.push-2_7 {
left: 28.5714285714%;
}
.pull-2_7 {
right: 28.5714285714%;
}
.offset-2_7 {
margin-left: 28.5714285714%;
}
.column-2_8 {
width: 25%;
}
.push-2_8 {
left: 25%;
}
.pull-2_8 {
right: 25%;
}
.offset-2_8 {
margin-left: 25%;
}
.column-2_9 {
width: 22.2222222222%;
}
.push-2_9 {
left: 22.2222222222%;
}
.pull-2_9 {
right: 22.2222222222%;
}
.offset-2_9 {
margin-left: 22.2222222222%;
}
.column-2_10 {
width: 20%;
}
.push-2_10 {
left: 20%;
}
.pull-2_10 {
right: 20%;
}
.offset-2_10 {
margin-left: 20%;
}
.column-2_11 {
width: 18.1818181818%;
}
.push-2_11 {
left: 18.1818181818%;
}
.pull-2_11 {
right: 18.1818181818%;
}
.offset-2_11 {
margin-left: 18.1818181818%;
}
.column-2_12 {
width: 16.6666666667%;
}
.push-2_12 {
left: 16.6666666667%;
}
.pull-2_12 {
right: 16.6666666667%;
}
.offset-2_12 {
margin-left: 16.6666666667%;
}
.column-3_3 {
width: 100%;
}
.column-3_4 {
width: 75%;
}
.push-3_4 {
left: 75%;
}
.pull-3_4 {
right: 75%;
}
.offset-3_4 {
margin-left: 75%;
}
.column-3_5 {
width: 60%;
}
.push-3_5 {
left: 60%;
}
.pull-3_5 {
right: 60%;
}
.offset-3_5 {
margin-left: 60%;
}
.column-3_6 {
width: 50%;
}
.push-3_6 {
left: 50%;
}
.pull-3_6 {
right: 50%;
}
.offset-3_6 {
margin-left: 50%;
}
.column-3_7 {
width: 42.8571428571%;
}
.push-3_7 {
left: 42.8571428571%;
}
.pull-3_7 {
right: 42.8571428571%;
}
.offset-3_7 {
margin-left: 42.8571428571%;
}
.column-3_8 {
width: 37.5%;
}
.push-3_8 {
left: 37.5%;
}
.pull-3_8 {
right: 37.5%;
}
.offset-3_8 {
margin-left: 37.5%;
}
.column-3_9 {
width: 33.3333333333%;
}
.push-3_9 {
left: 33.3333333333%;
}
.pull-3_9 {
right: 33.3333333333%;
}
.offset-3_9 {
margin-left: 33.3333333333%;
}
.column-3_10 {
width: 30%;
}
.push-3_10 {
left: 30%;
}
.pull-3_10 {
right: 30%;
}
.offset-3_10 {
margin-left: 30%;
}
.column-3_11 {
width: 27.2727272727%;
}
.push-3_11 {
left: 27.2727272727%;
}
.pull-3_11 {
right: 27.2727272727%;
}
.offset-3_11 {
margin-left: 27.2727272727%;
}
.column-3_12 {
width: 25%;
}
.push-3_12 {
left: 25%;
}
.pull-3_12 {
right: 25%;
}
.offset-3_12 {
margin-left: 25%;
}
.column-4_4 {
width: 100%;
}
.column-4_5 {
width: 80%;
}
.push-4_5 {
left: 80%;
}
.pull-4_5 {
right: 80%;
}
.offset-4_5 {
margin-left: 80%;
}
.column-4_6 {
width: 66.6666666667%;
}
.push-4_6 {
left: 66.6666666667%;
}
.pull-4_6 {
right: 66.6666666667%;
}
.offset-4_6 {
margin-left: 66.6666666667%;
}
.column-4_7 {
width: 57.1428571429%;
}
.push-4_7 {
left: 57.1428571429%;
}
.pull-4_7 {
right: 57.1428571429%;
}
.offset-4_7 {
margin-left: 57.1428571429%;
}
.column-4_8 {
width: 50%;
}
.push-4_8 {
left: 50%;
}
.pull-4_8 {
right: 50%;
}
.offset-4_8 {
margin-left: 50%;
}
.column-4_9 {
width: 44.4444444444%;
}
.push-4_9 {
left: 44.4444444444%;
}
.pull-4_9 {
right: 44.4444444444%;
}
.offset-4_9 {
margin-left: 44.4444444444%;
}
.column-4_10 {
width: 40%;
}
.push-4_10 {
left: 40%;
}
.pull-4_10 {
right: 40%;
}
.offset-4_10 {
margin-left: 40%;
}
.column-4_11 {
width: 36.3636363636%;
}
.push-4_11 {
left: 36.3636363636%;
}
.pull-4_11 {
right: 36.3636363636%;
}
.offset-4_11 {
margin-left: 36.3636363636%;
}
.column-4_12 {
width: 33.3333333333%;
}
.push-4_12 {
left: 33.3333333333%;
}
.pull-4_12 {
right: 33.3333333333%;
}
.offset-4_12 {
margin-left: 33.3333333333%;
}
.column-5_5 {
width: 100%;
}
.column-5_6 {
width: 83.3333333333%;
}
.push-5_6 {
left: 83.3333333333%;
}
.pull-5_6 {
right: 83.3333333333%;
}
.offset-5_6 {
margin-left: 83.3333333333%;
}
.column-5_7 {
width: 71.4285714286%;
}
.push-5_7 {
left: 71.4285714286%;
}
.pull-5_7 {
right: 71.4285714286%;
}
.offset-5_7 {
margin-left: 71.4285714286%;
}
.column-5_8 {
width: 62.5%;
}
.push-5_8 {
left: 62.5%;
}
.pull-5_8 {
right: 62.5%;
}
.offset-5_8 {
margin-left: 62.5%;
}
.column-5_9 {
width: 55.5555555556%;
}
.push-5_9 {
left: 55.5555555556%;
}
.pull-5_9 {
right: 55.5555555556%;
}
.offset-5_9 {
margin-left: 55.5555555556%;
}
.column-5_10 {
width: 50%;
}
.push-5_10 {
left: 50%;
}
.pull-5_10 {
right: 50%;
}
.offset-5_10 {
margin-left: 50%;
}
.column-5_11 {
width: 45.4545454545%;
}
.push-5_11 {
left: 45.4545454545%;
}
.pull-5_11 {
right: 45.4545454545%;
}
.offset-5_11 {
margin-left: 45.4545454545%;
}
.column-5_12 {
width: 41.6666666667%;
}
.push-5_12 {
left: 41.6666666667%;
}
.pull-5_12 {
right: 41.6666666667%;
}
.offset-5_12 {
margin-left: 41.6666666667%;
}
.column-6_6 {
width: 100%;
}
.column-6_7 {
width: 85.7142857143%;
}
.push-6_7 {
left: 85.7142857143%;
}
.pull-6_7 {
right: 85.7142857143%;
}
.offset-6_7 {
margin-left: 85.7142857143%;
}
.column-6_8 {
width: 75%;
}
.push-6_8 {
left: 75%;
}
.pull-6_8 {
right: 75%;
}
.offset-6_8 {
margin-left: 75%;
}
.column-6_9 {
width: 66.6666666667%;
}
.push-6_9 {
left: 66.6666666667%;
}
.pull-6_9 {
right: 66.6666666667%;
}
.offset-6_9 {
margin-left: 66.6666666667%;
}
.column-6_10 {
width: 60%;
}
.push-6_10 {
left: 60%;
}
.pull-6_10 {
right: 60%;
}
.offset-6_10 {
margin-left: 60%;
}
.column-6_11 {
width: 54.5454545455%;
}
.push-6_11 {
left: 54.5454545455%;
}
.pull-6_11 {
right: 54.5454545455%;
}
.offset-6_11 {
margin-left: 54.5454545455%;
}
.column-6_12 {
width: 50%;
}
.push-6_12 {
left: 50%;
}
.pull-6_12 {
right: 50%;
}
.offset-6_12 {
margin-left: 50%;
}
.column-7_7 {
width: 100%;
}
.column-7_8 {
width: 87.5%;
}
.push-7_8 {
left: 87.5%;
}
.pull-7_8 {
right: 87.5%;
}
.offset-7_8 {
margin-left: 87.5%;
}
.column-7_9 {
width: 77.7777777778%;
}
.push-7_9 {
left: 77.7777777778%;
}
.pull-7_9 {
right: 77.7777777778%;
}
.offset-7_9 {
margin-left: 77.7777777778%;
}
.column-7_10 {
width: 70%;
}
.push-7_10 {
left: 70%;
}
.pull-7_10 {
right: 70%;
}
.offset-7_10 {
margin-left: 70%;
}
.column-7_11 {
width: 63.6363636364%;
}
.push-7_11 {
left: 63.6363636364%;
}
.pull-7_11 {
right: 63.6363636364%;
}
.offset-7_11 {
margin-left: 63.6363636364%;
}
.column-7_12 {
width: 58.3333333333%;
}
.push-7_12 {
left: 58.3333333333%;
}
.pull-7_12 {
right: 58.3333333333%;
}
.offset-7_12 {
margin-left: 58.3333333333%;
}
.column-8_8 {
width: 100%;
}
.column-8_9 {
width: 88.8888888889%;
}
.push-8_9 {
left: 88.8888888889%;
}
.pull-8_9 {
right: 88.8888888889%;
}
.offset-8_9 {
margin-left: 88.8888888889%;
}
.column-8_10 {
width: 80%;
}
.push-8_10 {
left: 80%;
}
.pull-8_10 {
right: 80%;
}
.offset-8_10 {
margin-left: 80%;
}
.column-8_11 {
width: 72.7272727273%;
}
.push-8_11 {
left: 72.7272727273%;
}
.pull-8_11 {
right: 72.7272727273%;
}
.offset-8_11 {
margin-left: 72.7272727273%;
}
.column-8_12 {
width: 66.6666666667%;
}
.push-8_12 {
left: 66.6666666667%;
}
.pull-8_12 {
right: 66.6666666667%;
}
.offset-8_12 {
margin-left: 66.6666666667%;
}
.column-9_9 {
width: 100%;
}
.column-9_10 {
width: 90%;
}
.push-9_10 {
left: 90%;
}
.pull-9_10 {
right: 90%;
}
.offset-9_10 {
margin-left: 90%;
}
.column-9_11 {
width: 81.8181818182%;
}
.push-9_11 {
left: 81.8181818182%;
}
.pull-9_11 {
right: 81.8181818182%;
}
.offset-9_11 {
margin-left: 81.8181818182%;
}
.column-9_12 {
width: 75%;
}
.push-9_12 {
left: 75%;
}
.pull-9_12 {
right: 75%;
}
.offset-9_12 {
margin-left: 75%;
}
.column-10_10 {
width: 100%;
}
.column-10_11 {
width: 90.9090909091%;
}
.push-10_11 {
left: 90.9090909091%;
}
.pull-10_11 {
right: 90.9090909091%;
}
.offset-10_11 {
margin-left: 90.9090909091%;
}
.column-10_12 {
width: 83.3333333333%;
}
.push-10_12 {
left: 83.3333333333%;
}
.pull-10_12 {
right: 83.3333333333%;
}
.offset-10_12 {
margin-left: 83.3333333333%;
}
.column-11_11 {
width: 100%;
}
.column-11_12 {
width: 91.6666666667%;
}
.push-11_12 {
left: 91.6666666667%;
}
.pull-11_12 {
right: 91.6666666667%;
}
.offset-11_12 {
margin-left: 91.6666666667%;
}
.column-12_12 {
width: 100%;
} .clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.columns_wrap:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
.show {
display: block !important;
}
.hide {
display: none !important;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.text-hide {
font-size: 0;
line-height: 0;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.vertical-centered {
overflow: hidden;
}
.vertical-centered:before {
content: " ";
width: 0;
height: 100%;
margin-left: -0.3em;
}
.vertical-centered:before,
.vertical-centered > * {
display: inline-block;
vertical-align: middle;
}
.corredo_loading {
background-image: url(//kartingencarnacao.com/wp-content/themes/corredo/images/preloader.gif);
background-position: center;
background-repeat: no-repeat;
} .page_wrap {
min-height: 100vh;
overflow: hidden;
}
.page_wrap,
.content_wrap {
margin: 0 auto;
}
.body_style_boxed {
background-color: #f0f0f0;
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.body_style_boxed .page_wrap {
width: 1650px;
}
.page_content_wrap {
padding-top: 7.5rem;
padding-bottom: 7.5rem;
}
.remove_margins .page_content_wrap {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.content_wrap,
.content_container {
width: 1170px;
margin: 0 auto;
}
.content_wrap .content_wrap,
.content_wrap .content_container,
.content_container .content_wrap,
.content_container .content_container {
width: 100%;
}
.content_wrap:after,
.content_container:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.body_style_fullwide .content_wrap {
max-width: 1920px;
margin: 0 auto;
width: 100% !important;
padding-left: 130px;
padding-right: 130px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.content, .sidebar, .sidebar_inner {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.page_content_wrap .content_wrap {
position: relative;
} body.body_style_wide:not(.expand_content) [class*=content_wrap] > .content,
body.body_style_boxed:not(.expand_content) [class*=content_wrap] > .content {
width: 736px;
}
[class*=content_wrap] > .sidebar {
width: 370px;
}
.sidebar_hide [class*=content_wrap] > .content {
margin-left: auto;
margin-right: auto;
}
.sidebar_right [class*=content_wrap] > .content {
float: left;
}
.sidebar_right [class*=content_wrap] > .sidebar {
float: right;
}
.sidebar_left [class*=content_wrap] > .content {
float: right;
}
.sidebar_left [class*=content_wrap] > .sidebar {
float: left;
} .body_style_fullwide [class*=content_wrap] > .content,
.body_style_fullscreen [class*=content_wrap] > .content {
width: 100%;
}
.body_style_fullwide.sidebar_right [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .content {
padding-right: 434px;
}
.body_style_fullwide.sidebar_right [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .sidebar {
margin-left: -370px;
}
.body_style_fullwide.sidebar_left [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .content {
padding-left: 434px;
}
.body_style_fullwide.sidebar_left [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .sidebar {
margin-right: -370px;
}
.body_style_fullscreen .page_content_wrap {
overflow: hidden;
padding: 0;
position: relative; } .body_style_fullscreen [class*=content_wrap] > .content > article.page {
padding: 0;
}   .top_panel {
position: relative;
z-index: 8000;
padding: 0.1px 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.top_panel .row > [class*=column-],
.top_panel .columns_wrap > [class*=column-] {
vertical-align: middle;
}
.top_panel.with_bg_image:before {
content: " ";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
} #background_video {
-o-object-fit: cover;
object-fit: cover;
overflow: hidden;
position: absolute;
z-index: -1 !important;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}
div#background_video {
position: absolute !important;
}
div#background_video:after {
content: " ";
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.3);
}
div#background_video iframe,
div#background_video video {
position: absolute;
z-index: 1;
top: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%, 50%) !important;
-ms-transform: translate(-50%, 50%) !important;
transform: translate(-50%, 50%) !important;
max-width: none;
}
#tubular-container {
display: none;
}
.top_panel.with_bg_video {
background: #000;
} .header_position_over .page_wrap {
position: relative;
}
.header_position_over .top_panel {
position: absolute;
z-index: 8000;
top: 0;
left: 0;
width: 100%;
background: none !important;
}
.header_position_over .top_panel .sc_layouts_row[class*=scheme_]:not(.sc_layouts_row_fixed_on) {
background-color: transparent;
}
.header_position_under .top_panel {
position: relative;
z-index: 2;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.header_position_under .top_panel_mask {
display: none;
background-color: #000;
opacity: 0;
pointer-events: none;
position: absolute;
z-index: 9999;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.header_position_under .page_content_wrap {
position: relative;
z-index: 4;
}
.header_position_under .footer_wrap {
position: relative;
z-index: 3;
}  .top_panel_default .sc_layouts_row_fixed_on {
-webkit-transition: padding 0.3s ease;
-o-transition: padding 0.3s ease;
transition: padding 0.3s ease;
}
.top_panel_default .sc_layouts_row .custom-logo-link img,
.top_panel_default .sc_layouts_row .sc_layouts_logo img {
-webkit-transition: max-height 0.3s ease;
-o-transition: max-height 0.3s ease;
transition: max-height 0.3s ease;
} .top_panel_default .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
content: "\e828";
font-family: "fontello";
display: none;
}
.top_panel_default .sc_layouts_menu_nav li li.menu-item-has-children > a:after {
content: "\e836";
font-family: "fontello";
}
.top_panel_default .sc_layouts_menu_mobile_button .sc_layouts_item_icon:before {
content: "\e8ba";
font-family: "fontello";
}
.top_panel_default .sc_layouts_row_type_normal {
padding: 5em 0;
} .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav li.menu-item-has-children > a > .open_child_menu {
display: none;
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: 0;
width: 2.2em;
} body.menu_style_side {
width: auto;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}
body.menu_style_left {
margin-left: 6rem;
}
body.menu_style_right {
margin-right: 6rem;
}
.menu_style_side .body_wrap {
position: relative;
overflow: hidden;
max-width: 100%;
}
.menu_style_side .menu_side_wrap {
position: fixed;
z-index: 20000;
top: 0;
right: auto;
bottom: 0;
left: 0;
width: 6rem;
-webkit-transition: left 0.3s ease, right 0.3s ease;
-o-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
.menu_style_right .menu_side_wrap {
left: auto;
right: 0;
}
.admin-bar .menu_side_wrap {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .menu_side_wrap {
top: 46px;
}
}
@media (max-width: 600px) {
.admin-bar .menu_side_wrap {
top: 0;
}
}
.menu_side_wrap .menu_side_inner {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.menu_style_side .menu_side_wrap .sc_layouts_logo {
display: block;
padding: 25% 10%;
text-align: center;
border-bottom: 1px solid #ddd;
position: relative;
z-index: 1;
}
.menu_style_side .menu_side_wrap .logo_text {
font-size: 1em;
letter-spacing: 0;
text-align: center;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.menu_style_side .menu_side_wrap .logo_slogan {
display: none;
}
.menu_side_wrap .menu_mobile_button {
display: block;
position: relative;
left: 0;
right: auto;
top: 0;
}
.menu_side_wrap .menu_side_button {
display: none;
font-size: 16px;
margin-top: -1.5em;
overflow: hidden;
cursor: pointer;
position: absolute;
z-index: 1;
top: 50%;
left: -1.5em;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: left 0.3s ease, right 0.3s ease;
-o-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
.menu_style_right .menu_side_wrap .menu_side_button {
text-align: left;
padding-left: 10px;
border-radius: 50% 0 0 50%;
}
.menu_style_left .menu_side_wrap .menu_side_button {
left: auto;
right: -1.5em;
text-align: right;
padding-right: 10px;
border-radius: 0 50% 50% 0;
}
.menu_style_right .menu_side_wrap .menu_side_button:before {
content: "\e92a";
}
.menu_style_right .menu_side_wrap.opened .menu_side_button:before {
content: "\e92b";
}
.menu_style_left .menu_side_wrap .menu_side_button:before {
content: "\e92b";
}
.menu_style_left .menu_side_wrap.opened .menu_side_button:before {
content: "\e92a";
}
#toc_menu {
display: none;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
margin: -50% 0 0 -50%;
}
.toc_menu_item {
position: relative;
z-index: 1;
}
.toc_menu_item .toc_menu_icon {
display: block;
position: relative;
color: #888;
height: 1.5em;
line-height: 1.5em;
text-align: center;
}
.toc_menu_item .toc_menu_icon:before {
display: inline-block;
line-height: inherit;
color: inherit;
}
.toc_menu_item .toc_menu_icon_default:before {
content: " ";
margin-top: 0.75em;
width: 0.5em;
height: 1px;
background-color: #888;
}
.toc_menu_item:hover .toc_menu_icon,
.toc_menu_item_active .toc_menu_icon {
color: #292929;
}
.toc_menu_item:hover .toc_menu_icon_default:before,
.toc_menu_item_active .toc_menu_icon_default:before {
background-color: #292929;
}
.toc_menu_item_active .toc_menu_icon_default:before {
width: 1.5em;
}
.toc_menu_item .toc_menu_description {
position: absolute;
top: 0;
right: -20em;
opacity: 0;
white-space: nowrap;
-webkit-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}
.toc_menu_item:hover .toc_menu_description {
right: 100%;
margin-right: 1.5em;
opacity: 1;
}
.menu_side_inner #toc_menu {
display: block;
position: relative;
z-index: 0;
-webkit-transition: top 0.3s ease;
-o-transition: top 0.3s ease;
transition: top 0.3s ease;
}
.menu_side_icons #toc_menu {
left: 0;
top: 0;
margin: 0;
}
.menu_side_icons .toc_menu_item .toc_menu_description {
height: 6rem;
font-size: 1.0667em;
line-height: 6rem;
font-weight: bold;
text-transform: uppercase;
top: 0;
}
.menu_side_icons .toc_menu_item:hover .toc_menu_description {
margin-right: 0;
}
.menu_side_icons .toc_menu_item .toc_menu_description span {
display: inline-block;
vertical-align: middle;
padding: 0 3em;
letter-spacing: 1px;
}
.menu_side_icons .toc_menu_item .toc_menu_icon {
width: 100%;
height: 6rem;
line-height: 6rem;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
border-bottom: 1px solid #ddd;
}
.menu_side_icons .toc_menu_item .toc_menu_icon:before {
font-size: 2rem;
line-height: inherit;
font-weight: normal;
}
.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon {
text-align: center;
}
.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon:before {
content: " ";
width: 5px;
height: 5px;
line-height: inherit;
border-radius: 50%;
}
.menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon:before {
width: 9px;
height: 9px;
line-height: 9px;
text-align: center;
}
.menu_style_left .toc_menu_item .toc_menu_description {
left: -20em;
right: auto;
}
.menu_style_left .toc_menu_item:hover .toc_menu_description {
left: 100%;
right: auto;
} .top_panel_mobile_info p {
margin: 0;
} body.mobile_layout.menu_style_left {
margin-left: 0;
}
body.mobile_layout.menu_style_right {
margin-right: 0;
}
body.mobile_layout.menu_style_right .menu_side_wrap {
right: -6rem;
}
body.mobile_layout.menu_style_left .menu_side_wrap {
left: -6rem;
}
body.mobile_layout.menu_style_right .menu_side_wrap.opened {
right: 0;
}
body.mobile_layout.menu_style_left .menu_side_wrap.opened {
left: 0;
}
body.mobile_layout.menu_style_side .menu_side_wrap .menu_side_button {
display: block;
}
body.mobile_layout.menu_style_left .menu_side_wrap .menu_side_button:hover {
right: -2em;
}
body.mobile_layout.menu_style_right .menu_side_wrap .menu_side_button:hover {
left: -2em;
}
.menu_mobile_close {
display: block;
cursor: pointer;
width: 5em;
height: 5em;
line-height: 5em;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.menu_mobile_close:before,
.menu_mobile_close:after {
content: " ";
position: absolute;
z-index: 2;
top: 50%;
left: 38%;
width: 25%;
height: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-top: -1px;
border-top: 2px solid #fff;
}
.menu_mobile_close:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_mobile_close:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.menu_mobile_overlay {
display: none !important;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 100000;
}
.menu_mobile {
position: fixed;
z-index: 100002;
top: 0;
left: 0;
width: 100%;
height: 0;
-webkit-transition: height 0.3s ease;
-o-transition: height 0.3s ease;
transition: height 0.3s ease;
}
.menu_mobile.opened {
height: 100%;
}
.menu_mobile_inner {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
overflow: hidden;
}
.menu_mobile a {
display: block;
}
.menu_mobile .sc_layouts_logo {
text-align: center;
margin: 4.4rem 0 0;
font-size: 1em !important; }
.menu_mobile .menu_mobile_nav_area {
position: absolute;
z-index: 1;
top: 48%;
left: 0;
width: 100%;
height: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
max-height: 49%;
padding-right: 20px; overflow-y: scroll;
}
.menu_mobile .menu_mobile_nav_area ul {
margin: 0 auto;
padding: 0;
list-style: none;
width: auto;
}
.menu_mobile .menu_mobile_nav_area ul ul {
margin: 5px 0;
display: none;
}
.menu_mobile .menu_mobile_nav_area li {
margin-bottom: 0;
margin-top: 0;
width: auto;
}
.menu_mobile .menu_mobile_nav_area li > a {
font-size: 1.25em;
line-height: 1.5em;
padding: 1px 2.5em 1px 0;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
display: inline-block;
width: 28rem;
text-align: left;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.menu_mobile .menu_mobile_nav_area > ul > li > a {
font-size: 2em;
line-height: 1.5em;
padding-top: 0.25em;
padding-bottom: 0.25em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li > a {
padding-left: 1em;
padding-top: 0.22em;
padding-bottom: 0.22em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li li > a {
padding-left: 2em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li li li > a {
padding-left: 3em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter {
margin-top: 0 !important;
padding-top: 0 !important;
text-align: center;
overflow: hidden;
}
.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter > a {
overflow: hidden;
padding-top: 0.25em;
padding-bottom: 0.25em;
padding-right: 0.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter > a > span {
display: block;
border-top: 1px solid #f0f0f0;
width: 100%;
height: 0;
}
.menu_mobile .menu_mobile_nav_area .open_child_menu {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
padding: 0.36em;
background-color: rgba(255, 255, 255, 0.1);
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.menu_mobile .menu_mobile_nav_area li li .open_child_menu {
background-color: transparent;
padding: 0.25em 0.7em;
}
.menu_mobile .menu_mobile_nav_area a:hover > .open_child_menu {
background-color: rgba(255, 255, 255, 0.2);
}
.menu_mobile .menu_mobile_nav_area .open_child_menu:before {
font-family: "fontello";
content: "\e828";
}
.menu_mobile .menu_mobile_nav_area li.opened > a > .open_child_menu:before {
content: "\e835";
}
.sc_layouts_menu_mobile_button .sc_layouts_item_icon {
font-size: 2.3em;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu {
display: block;
width: 26rem;
text-align: left;
padding: 1em;
margin: 0 auto;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .sc_content {
width: 100% !important;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .wpb_column:not([class*=vc_col-xs-]),
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .elementor-column:not([class*=elementor-xs-]) {
width: 100%;
float: none;
}
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .wpb_column:not([class*=vc_col-xs-]) + .wpb_column:not([class*=vc_col-xs-]),
.menu_mobile .menu_mobile_nav_area ul.sc_layouts_submenu .elementor-column:not([class*=elementor-xs-]) + .elementor-column:not([class*=elementor-xs-]) {
margin-top: 2em;
}
.menu_mobile .search_mobile {
position: absolute;
z-index: 1;
bottom: 8rem;
left: 50%;
width: 28rem;
margin-left: -14rem;
}
.menu_mobile .search_mobile form {
position: relative;
}
.menu_mobile .search_mobile .search_field {
width: 100%;
padding: 0.8em 3.8em 0.8em 1.2em !important;
}
.menu_mobile .search_mobile .search_submit {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: auto;
left: auto;
font-size: 1.4em;
padding: 0.65em 0.8em;
background-color: transparent;
}
.menu_mobile .search_mobile .search_submit:before {
font-family: "fontello";
content: "\e975";
}
.menu_mobile .socials_mobile {
position: absolute;
z-index: 1;
bottom: 4rem;
left: 0;
text-align: center;
display: block;
width: 100%;
}
.menu_mobile .social_item {
display: inline-block;
margin: 1.5em 1.5em 0 0;
}
.menu_mobile .social_item:last-child {
margin-right: 0;
}
.menu_mobile .social_item .social_icon {
display: block;
font-size: 1em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
} .menu_mobile_narrow {
margin-top: 0;
margin-left: -320px;
width: 320px;
height: 100%;
-webkit-transition: margin-left 0.3s ease, margin-right 0.3s ease;
-o-transition: margin-left 0.3s ease, margin-right 0.3s ease;
transition: margin-left 0.3s ease, margin-right 0.3s ease;
}
.menu_mobile_narrow.opened {
margin-left: 0;
}
.menu_style_right .menu_mobile_narrow {
margin-right: -320px;
margin-left: 0;
left: auto;
right: 0;
}
.menu_style_right .menu_mobile_narrow.opened {
margin-right: 0;
}
.menu_mobile_narrow .menu_mobile_nav_area li > a {
font-size: 1em;
line-height: 1.5em;
text-transform: none;
letter-spacing: 0;
width: 18rem;
}
.menu_mobile_narrow .menu_mobile_nav_area > ul > li > a {
font-size: 1.25em;
line-height: 1.5em;
}
.menu_mobile_narrow .menu_mobile_nav_area > ul > li > a > .open_child_menu:before {
font-size: 1em;
line-height: inherit;
}
.menu_mobile_narrow .menu_mobile_nav_area li li .open_child_menu {
padding: 0.4em;
}
.menu_mobile_narrow .search_mobile {
width: 18rem;
margin-left: -9rem;
} .mobile_device .menu_mobile .menu_mobile_nav_area,
.mobile_layout .menu_mobile .menu_mobile_nav_area {
position: relative;
top: auto;
max-height: none;
margin: 3.5em 0 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.mobile_device .menu_mobile .search_mobile,
.mobile_layout .menu_mobile .search_mobile {
position: relative;
bottom: auto;
left: 0;
margin: 3em auto 0;
}
.mobile_device .menu_mobile .socials_mobile,
.mobile_layout .menu_mobile .socials_mobile {
position: relative;
bottom: auto;
margin: 0.5em 0 1em;
} .header_widgets_wrap {
position: relative;
z-index: 2;
}
.header_widgets_wrap.header_fullwidth {
overflow: hidden;
}
.header_widgets_wrap.header_fullwidth .widget {
margin-bottom: 0;
}  .slider_wrap .rev_slider_wrapper,
.revslider-initialised .rev_slider_wrapper {
z-index: 0;
}  .blog_archive {
padding-bottom: 0;
}
.post_item p {
margin-bottom: 0;
}
.post_item > .post_title {
margin-top: 0;
}
.post_item .more-link,
.gallery_preview_show .post_readmore {
margin-top: 2.1em;
} .mptt-navigation-tabs,
div.corredo_tabs .corredo_tabs_titles {
list-style-type: none;
padding: 0;
text-align: center;
letter-spacing: 0;
margin: -0.85em 0 3.2em;
}
div.esg-filter-wrapper .esg-filterbutton,
.mptt-navigation-tabs li,
div.corredo_tabs .corredo_tabs_titles li {
display: inline-block;
margin: 0;
font-size: 12px;
line-height: 1.4em;
font-weight: normal;
text-transform: uppercase;
padding: 0;
border: none;
border-radius: 0;
}
div.esg-filter-wrapper .esg-filterbutton {
position: relative;
}
div.esg-filter-wrapper .esg-filterbutton:hover,
div.esg-filter-wrapper .esg-filterbutton.selected {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
div.esg-filter-wrapper.custom_filter .esg-filterbutton + .esg-filterbutton {
margin-left: 0;
}
div.esg-filter-wrapper .esg-filterbutton + .esg-filterbutton,
.mptt-navigation-tabs li + li,
div.corredo_tabs .corredo_tabs_titles li + li {
margin-left: 2px;
}
div.esg-filter-wrapper .esg-filterbutton > span:not(.esg-filter-checked),
.mptt-navigation-tabs li a,
div.corredo_tabs .corredo_tabs_titles li a,
div.corredo_tabs .corredo_tabs_titles li a.ui-tabs-anchor {
display: block;
float: none;
padding: 1.75em 2.8em;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
div.corredo_tabs .corredo_tabs_content {
padding: 0;
}
div.corredo_tabs .corredo_tab_content_remove {
opacity: 0;
}
div.corredo_tabs .nav-links {
margin-top: 1em;
} .minimal-light.esg-filter-wrapper span.esg-filter-checked {
position: absolute;
z-index: 1;
top: 50%;
right: 0.5em;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0 !important;
background-color: transparent !important;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.minimal-light .esg-filterbutton .esg-filter-checked,
.minimal-light .esg-filterbutton.selected .esg-filter-checked,
.minimal-light .esg-filterbutton:hover .esg-filter-checked {
font-size: 16px !important;
line-height: 19px !important;
font-weight: 400 !important;
font-style: normal !important;
}
.minimal-light .esg-filterbutton .esg-filter-checked {
display: none;
}
div.esg-filter-wrapper .esg-filterbutton > span.esg-filter-checked > i {
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
} .post_featured {
overflow: hidden;
position: relative;
margin-bottom: 1.15em;
}
.post_featured_bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.post_featured_bg:before {
content: " ";
width: 0;
height: 0;
padding-top: 56.25%;
display: inline-block;
vertical-align: top;
margin-left: -0.3em;
}
.post_featured_right {
float: right;
width: 50%;
margin-left: 4.3478%;
}
.post_featured_left {
float: left;
width: 50%;
margin-right: 4.3478%;
} .post_meta .post_meta_item,
.post_meta .vc_inline-link {
margin-left: 0;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.post_meta .post_meta_item:after,
.post_meta .post_meta_item.post_edit:after,
.post_meta .vc_inline-link:after {
content: "|";
display: inline;
font-family: inherit;
font-size: inherit;
font-weight: 400;
font-style: normal;
vertical-align: baseline;
margin: 0 0.1em;
}
.post_meta .post_meta_item.post_counters_item:after {
margin: 0 0.12em 0 0.3em;
}
.post_meta .post_meta_item.post_share:after {
margin: 0 0.3em;
}
.post_meta .post_meta_item.post_date:after {
margin: 0 0.5em;
}
.post_meta .post_meta_item.post_date a {
font-size: 0.933em;
line-height: 1.2em;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1.3px;
display: inline-block;
padding: 0.25em 0.44em 0.15em;
text-align: center;
}
.post_meta .post_meta_item:first-child.post_date:after {
content: "";
}
.post_meta .post_meta_item:last-child:after,
.post_meta .post_meta_item.post_edit:last-child:after,
.post_meta .vc_inline-link:last-child:after {
display: none;
}
.post_meta a.post_meta_item:before,
.post_meta .vc_inline-link:before,
.post_meta a.post_meta_item > .post_counters_number {
margin-right: 0.2em;
}
.post_meta a.post_meta_item:before,
.post_counters_item:before {
display: none;
}
.socials_share .socials_caption:before {
display: none;
}
.post_counters_item .post_counters_number,
.comment_counters .comment_counters_number {
margin-left: 0;
}
.post_meta .vc_inline-link:before {
content: "\e8bb";
font-family: "fontello";
} .post_share .social_items {
font-size: 1em;
}
.socials_share.socials_type_drop .social_items {
padding: 0.8em 1em;
}
.post_share .social_items .social_item .social_icon i {
font-style: normal;
text-transform: capitalize;
}
.post_meta .socials_share {
display: inline;
vertical-align: baseline;
}
.post_meta_item .socials_share .social_items {
bottom: auto;
top: 2.5em;
}
.post_meta_item .socials_share .social_items:before {
bottom: auto;
top: -5px;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
} .post_featured .mask {
background-color: rgba(0, 0, 0, 0.5);
} .wp-playlist .wp-playlist-current-item img {
background-color: #fff;
} div.mejs-container, div.mejs-container div.mejs-controls,
div.mejs-embed, div.mejs-embed body {
background: transparent;
}
.format-audio .post_featured {
position: relative;
max-height: 16em;
}
.trx_addons_audio_player.without_cover,
.format-audio .post_featured.without_thumb .post_audio {
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/light_pattern.png) center center repeat;
}
.single .format-audio .post_featured {
max-height: none;
}
.format-audio .post_featured img {
position: relative;
}
.format-audio .post_featured.with_thumb .mask {
background-color: rgba(0, 0, 0, 0.6);
}
.format-audio .post_featured .mask {
opacity: 1;
}
.trx_addons_audio_player.without_cover .mejs-controls,
.format-audio .post_featured.without_thumb .mejs-controls {
padding: 0;
}
.mejs-container .mejs-controls .mejs-time,
.wp-playlist .mejs-container .mejs-controls .mejs-time,
.trx_addons_audio_player.without_cover .mejs-controls .mejs-time,
.format-audio .post_featured.without_thumb .mejs-controls .mejs-time {
font-size: 16px;
font-weight: 500;
}
.masonry_item-1_3 .mejs-container .mejs-controls .mejs-time,
.masonry_item-1_3 .post_featured.without_thumb .mejs-controls .mejs-time {
font-size: 14px;
}
.format-audio .post_featured .post_audio.with_iframe .post_audio_author,
.format-audio .post_featured .post_audio.with_iframe .post_audio_title {
display: none;
}
.format-audio .post_featured .post_audio_author,
.trx_addons_audio_player .audio_author {
font-size: 0.7em;
font-weight: 800;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1.3px;
}
.trx_addons_audio_player .audio_author {
margin-left: 0;
margin-right: 0;
}
.format-audio .post_featured .post_audio_title,
.trx_addons_audio_player .audio_caption {
font-size: 1em;
line-height: 1.35em;
font-weight: 500;
letter-spacing: 0;
text-transform: none;
}
.format-audio .post_featured .post_audio_title {
font-size: 1em;
line-height: 1.3em;
margin-top: 0.4em;
margin-bottom: 0.9em;
}
.format-audio .post_featured.with_thumb .post_audio_author,
.trx_addons_audio_player.with_cover .audio_author,
.format-audio .post_featured.with_thumb .post_audio_title,
.trx_addons_audio_player.with_cover .audio_caption {
color: #ffffff;
}
.vc_row .trx_addons_audio_player .audio_caption {
font-size: 1.2em;
line-height: 1.35em;
}
.trx_addons_audio_player .audio_author + .audio_caption {
margin: -0.1em 0 0.25em;
}
.format-audio .post_featured.with_thumb .post_audio {
position: absolute;
z-index: 1000;
top: auto;
right: 6%;
bottom: 2em;
left: 6%;
text-align: left;
}
.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
padding: 2em 2.5em;
border: none;
} .trx_addons_audio_player {
padding: 2em 2.35em;
}
.trx_addons_audio_player.without_cover {
border: none;
}
.trx_addons_audio_player .audio_info + .audio_embed,
.trx_addons_audio_player .audio_info + .audio_frame {
margin-top: 0.5em;
}
.post_featured.with_thumb .mejs-container,
.post_featured.with_thumb .mejs-controls,
.post_featured > div > .mejs-container,
.post_featured > div > .mejs-container .mejs-controls,
.trx_addons_audio_player.with_cover .mejs-container,
.trx_addons_audio_player.with_cover .mejs-controls {
background: none;
padding: 0;
}
.sidebar .mejs-controls .mejs-time,
.footer_wrap .mejs-controls .mejs-time {
display: none;
}
.mejs-button > button {
border-radius: 0;
}
.mejs-time-buffering, .mejs-time-current,
.mejs-time-float-corner, .mejs-time-hovered,
.mejs-time-loaded, .mejs-time-marker, .mejs-time-total {
height: 8px !important;
}
.widget_media_audio .mejs-controls .mejs-button > button,
.widget_media_video .mejs-controls .mejs-button > button {
font-size: 1.5em;
} .mejs-controls .mejs-time-float-corner {
border-top-color: #333;
}
.mejs-controls .mejs-time-total {
margin: 6px 0 0;
}
.mejs-controls .mejs-button > button {
font-size: 1.8em;
background-image: none !important;
}
.mejs-controls .mejs-time-rail .mejs-time-handle-content {
display: none;
}
.mejs-controls .mejs-playpause-button > button {
margin-left: 0;
}
.mejs-controls .mejs-button > button:focus {
outline: none;
}
.mejs-controls .mejs-fullscreen-button > button:before,
.mejs-controls .mejs-volume-button.mejs-mute > button:before,
.mejs-controls .mejs-volume-button.mejs-unmute > button:before,
.mejs-controls .mejs-playpause-button.mejs-pause > button:before,
.mejs-controls .mejs-playpause-button.mejs-replay > button:before,
.mejs-controls .mejs-playpause-button.mejs-play > button:before {
font-family: "fontello";
}
.mejs-controls .mejs-volume-button.mejs-unmute > button:before {
content: "\e904";
}
.mejs-controls .mejs-volume-button.mejs-mute > button:before {
content: "\e98e";
}
.mejs-controls .mejs-playpause-button.mejs-pause > button:before {
content: "\e986";
}
.mejs-controls .mejs-playpause-button.mejs-replay > button:before,
.mejs-controls .mejs-playpause-button.mejs-play > button:before {
content: "\e988";
}
.mejs-controls .mejs-fullscreen-button > button:before {
content: "\e98a";
}
.mejs-controls .mejs-fullscreen-button.mejs-unfullscreen > button:before {
content: "\e98d";
} .format-video .post_featured.without_thumb {
display: block;
}
.format-video .post_featured.with_thumb {
position: relative;
}
.format-video .post_featured.with_thumb .post_video {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-align: center;
opacity: 0;
overflow: hidden;
}
.format-video .post_featured.with_thumb .post_video:before {
content: " ";
display: inline-block;
padding-top: 55%;
width: 0;
height: 0;
}
.format-video .post_featured.with_thumb img {
position: relative;
z-index: 2;
}
.format-video .post_featured.with_thumb .mask {
z-index: 3;
background-color: rgba(39, 36, 32, 0.5);
opacity: 0;
}
.format-video .post_featured.with_thumb .mask,
.format-video .post_featured.with_thumb:hover .mask {
opacity: 1;
}
.trx_addons_video_player.with_cover .video_hover,
.format-video .post_featured.with_thumb .post_video_hover {
width: 2.3em;
height: 2.3em;
line-height: 2.3em;
text-align: center;
border-radius: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
z-index: 4;
top: 50%;
left: 50%;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin: 2.3em 0 0 -1.15em;
font-size: 1.8em;
opacity: 0;
cursor: pointer;
overflow: hidden;
background-color: transparent;
border: 3px solid #ffffff;
}
.format-video .post_featured.with_thumb .post_video_hover,
.trx_addons_video_player.with_cover .video_hover,
.trx_addons_video_player.with_cover:hover .video_hover,
.format-video .post_featured.with_thumb:hover .post_video_hover {
opacity: 1;
margin-top: -1.15em;
}
.trx_addons_video_player.with_cover .video_hover,
.body_style_fullwide .format-video .post_featured.with_thumb .post_video_hover,
.post_layout_excerpt.format-video .post_featured.with_thumb .post_video_hover,
.post_layout_chess_1.format-video .post_featured.with_thumb .post_video_hover {
font-size: 1.8em;
width: 2.3em;
height: 2.3em;
line-height: 2.3em;
text-align: center;
}
.body_style_fullwide .format-video .post_featured.with_thumb .post_video_hover,
.post_layout_excerpt.format-video .post_featured.with_thumb .post_video_hover,
.post_layout_chess_1.format-video .post_featured.with_thumb .post_video_hover {
line-height: 2.25em;
}
.widget_video .trx_addons_video_player.with_cover .video_hover {
font-size: 1.8em;
}
.sidebar .trx_addons_video_player.with_cover .video_hover,
.footer_wrap .trx_addons_video_player.with_cover .video_hover {
font-size: 1.5em;
}
.trx_addons_video_player.with_cover .video_hover:before,
.format-video .post_featured.with_thumb .post_video_hover:before {
content: "\e984";
font-family: "fontello";
letter-spacing: -3px;
}
.format-video .post_featured.post_video_play .post_video {
opacity: 1;
z-index: 10;
}
.format-video .post_featured.post_video_play .mask {
opacity: 1;
background-color: #000;
}
.format-video .post_featured.post_video_play .post_video_hover {
display: none;
}
.trx_addons_video_player.with_cover .video_mask {
background: rgba(39, 36, 32, 0.5);
opacity: 1;
}
.trx_addons_video_player.with_cover.video_play .video_mask {
background: #000;
} .format-gallery .post_featured.with_thumb .slider_outer {
position: absolute;
z-index: 1000;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
} .format-quote .post_content,
.format-aside .post_content,
.format-link .post_content,
.format-status .post_content {
padding: 0;
text-align: left;
}
.format-aside .post_content_inner, .post_item_single.format-aside .post_content > p,
.format-link .post_content_inner, .post_item_single.format-link .post_content > p,
.format-status .post_content_inner, .post_item_single.format-status .post_content > p {
font-size: 1.6667rem;
line-height: 1.4em;
}
.format-aside .post_content_inner {
padding: 1em 1.3158em;
}
.format-quote .post_content p,
.format-aside .post_content p,
.format-link .post_content p,
.format-status .post_content p {
margin-bottom: 0;
}
.format-aside .post_content p + p,
.format-link .post_content p + p,
.format-status .post_content p + p {
margin-top: 1em;
}
.format-aside .post_content_inner:after {
display: none;
}
.format-aside .post_content_inner + .post_meta,
.format-link .post_content_inner + .post_meta,
.format-status .post_content_inner + .post_meta {
margin-top: 1.6em;
} .format-chat p {
margin-bottom: 0;
}
.format-chat p > em,
.format-chat p > b,
.format-chat p > strong {
display: inline-block;
margin-top: 1.7em;
}
.format-chat p:first-child > em,
.format-chat p:first-child > b,
.format-chat p:first-child > strong {
margin-top: 0;
}  .nav-links-more {
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
margin-top: 2em;
}
[class*=blog_style_classic] .nav-links-more,
[class*=blog_style_masonry] .nav-links-more {
margin-top: 0;
}
.nav-links-more.nav-links-infinite {
display: none;
}
.nav-links-more a {
display: inline-block;
padding-top: 2em;
position: relative;
}
.nav-links-more a:before {
content: "\e929";
font-family: "fontello";
font-size: 1.6em;
font-weight: normal;
display: block;
text-align: center;
margin-left: -0.5em;
position: absolute;
z-index: 1;
top: 0;
left: 50%;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
}
.nav-links-more a:hover {
-webkit-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
}
.nav-links-more.loading a:before {
content: "\e810";
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
.nav-links-infinite a span {
opacity: 0;
}
.nav-links-infinite.loading {
display: block;
} .nav-links-old {
overflow: hidden;
font-size: 0.9333em;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 3em;
}
body[class*=blog_style_portfolio] .nav-links-old,
body[class*=blog_style_classic] .nav-links-old {
margin-top: 1.3em;
}
.nav-links-old .nav-prev a:before,
.nav-links-old .nav-next a:after {
font-family: "fontello";
font-weight: normal;
display: inline;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.nav-links-old .nav-prev {
float: left;
position: relative;
padding-left: 2em;
}
.nav-links-old .nav-prev a:before {
content: "\e939";
}
.nav-links-old .nav-next {
float: right;
position: relative;
padding-right: 2em;
}
.nav-links-old .nav-next a:after {
content: "\e93a";
left: auto;
right: 0;
}
.nav-links-old a {
border-bottom: 1px dotted transparent;
} div.esg-filters,
.comments_pagination,
.nav-links,
.page_links {
font-size: 1em;
text-transform: uppercase;
margin-top: 2.5em;
text-align: center;
border: none;
list-style-type: none;
clear: both;
}
.page_links {
margin-top: 0;
padding-top: 2.5em;
}
.page_links .page_links_title {
display: inline-block;
vertical-align: top;
margin: 1.1em 1em 0 0;
}
.esg-filters div.esg-navigationbutton,
.page_links > span:not(.page_links_title),
.page_links > a,
.comments_pagination .page-numbers,
.nav-links .page-numbers,
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
font-size: 0.7em;
line-height: 1.3em;
font-weight: 800;
display: inline-block;
vertical-align: top;
margin: 0.1em 0.1em 0 0;
padding: 0;
border: none;
width: 3.8em;
height: 3.8em;
line-height: 3.8em;
text-align: center;
border-radius: 0;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease;
}
.page_links > a,
.page_links > span:not(.page_links_title) {
margin: 0.5em 0.5em 0 0;
}
.nav-links .page-numbers + .page-numbers.next {
margin-left: 1em;
}
.nav-links .page-numbers.prev + .page-numbers {
margin-left: 1em;
}
.esg-filters .esg-navigationbutton i[class*=eg-icon-] {
color: inherit;
}
.esg-filters .esg-navigationbutton i.eg-icon-left-open:before {
content: "\e939";
font-family: "fontello";
}
.esg-filters .esg-navigationbutton i.eg-icon-right-open:before {
content: "\e93a";
font-family: "fontello";
}
.woocommerce nav.woocommerce-pagination ul li {
border: none;
display: inline-block;
margin: 0 0.6667em 0 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
margin-right: 0;
}
.esg-filters div.esg-navigationbutton:hover,
.esg-filters div.esg-navigationbutton.selected {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
position: relative;
}
.nav-links .page-numbers.next:after,
.nav-links .page-numbers.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.next:after,
.woocommerce nav.woocommerce-pagination ul li a.prev:before {
font-family: "fontello";
font-size: 0.6em;
line-height: 53px;
width: auto;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.nav-links .page-numbers.prev:before {
content: "\e976";
position: absolute;
z-index: 1;
top: 0;
left: -10px;
}
.woocommerce nav.woocommerce-pagination ul li a.next:after,
.nav-links .page-numbers.next:after {
content: "\e977";
position: absolute;
z-index: 1;
top: 0;
right: -10px;
}
.comments_pagination .page-numbers.prev,
.comments_pagination .page-numbers.next {
text-indent: 200px;
overflow: hidden;
position: relative;
}
.comments_pagination .page-numbers.prev:before,
.comments_pagination .page-numbers.next:before {
font-family: "fontello";
font-size: 0.5rem;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
text-align: center;
text-indent: 0;
}
.comments_pagination .page-numbers.prev:before {
content: "\e976";
}
.comments_pagination .page-numbers.next:before {
content: "\e977";
} .nav-links-single .nav-links {
font-size: 1em;
text-align: left;
margin-top: 2.4em;
padding-top: 2em;
border-top: 1px solid #ddd;
overflow: hidden;
text-transform: none;
}
.nav-links-single .nav-links .screen-reader-text {
font-size: 14px;
line-height: 19px;
font-weight: 800;
letter-spacing: 1.3px;
text-transform: uppercase;
width: auto;
height: auto;
top: 0;
clip: auto !important;
position: relative !important;
display: inline-block;
overflow: visible;
}
.nav-links-single .nav-links .screen-reader-text:hover {
display: inline-block;
line-height: 19px;
background: transparent;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border-radius: 0;
top: 0;
left: 0;
}
.nav-links-single .nav-links a .post-title > em,
.nav-links-single .nav-links a .post-title > b {
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.nav-links-single .nav-links .screen-reader-text + .post-title {
margin-top: 0.45em;
}
.nav-links-single .nav-links a {
display: block;
position: relative;
min-height: 4em;
z-index: 1;
}
.nav-links-single .nav-links a .nav-arrow {
display: none;
width: 5em;
height: 4.6em;
line-height: 4.6em;
overflow: hidden;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.nav-links-single .nav-links a .nav-arrow:before {
content: " ";
display: block;
background-color: #fff;
opacity: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.nav-links-single .nav-links a:hover .nav-arrow:before {
opacity: 0.5;
}
.nav-links-single .nav-links a .nav-arrow:after {
content: "\e939";
font-family: "fontello";
display: inline-block;
position: relative;
z-index: 2;
top: 3em;
opacity: 0;
color: #292929;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.nav-links-single .nav-links a:hover .nav-arrow:after {
top: 0;
opacity: 1;
}
.nav-links-single .nav-links .nav-next a .nav-arrow {
right: 0;
left: auto;
}
.nav-links-single .nav-links .nav-next a .nav-arrow:after {
content: "\e93a";
}
.nav-links-single .nav-links .nav-previous,
.nav-links-single .nav-links .nav-next {
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.nav-links-single .nav-links .nav-previous {
float: left;
text-align: left;
padding-right: 15px;
}
.nav-links-single .nav-links .nav-previous a {
padding-left: 0;
}
.nav-links-single .nav-links .nav-previous .post-title {
text-align: left;
}
.nav-links-single .nav-links .nav-next {
float: right;
text-align: right;
padding-left: 15px;
}
.nav-links-single .nav-links .nav-next a {
padding-right: 0;
}
.nav-links-single .nav-links .nav-next .post-title {
text-align: right;
}
.nav-links-single .nav-links .post-title,
.nav-links-single .nav-links .post_date {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.nav-links-single .nav-links .post-title {
font-size: 1em;
line-height: 1.4em;
font-weight: 500;
font-style: normal;
text-decoration: underline;
margin: 0;
}
.nav-links-single .nav-links .meta-nav,
.nav-links-single .nav-links .post_date {
font-size: 0.9286em;
font-weight: normal;
}
.nav-links-single .nav-links .post_date {
display: none;
} .image-navigation .nav-previous,
.image-navigation .nav-next {
float: none;
width: auto;
text-align: left;
padding: 0;
margin: 0;
position: absolute;
z-index: 1;
top: 50%;
left: 1.5em;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.image-navigation .nav-next {
left: auto;
right: 1.5em;
text-align: right;
}
.image-navigation .nav-previous a,
.image-navigation .nav-next a {
display: block;
padding: 1.1em 1em;
width: 0;
max-width: 20em;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
background-color: rgba(0, 0, 0, 0);
border: 1px solid rgba(0, 0, 0, 0);
color: #fff;
border-radius: 50%;
}
.image-navigation .nav-previous a:hover,
.image-navigation .nav-next a:hover {
width: auto;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
border-color: rgba(0, 0, 0, 0.6);
border-radius: 2em;
}
.image-navigation .nav-previous a:hover {
padding-left: 3.5em;
}
.image-navigation .nav-next a:hover {
padding-right: 3.5em;
}
.image-navigation .nav-previous a:after,
.image-navigation .nav-next a:after {
content: "\e8ef";
font-family: "fontello";
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 4em;
height: 4em;
line-height: 4em;
text-align: center;
border-radius: 50%;
border: 1px solid #000;
background-color: #333;
color: #fff;
}
.image-navigation .nav-next a:after {
content: "\e8f0";
left: auto;
right: 0;
}
.image-navigation .nav-previous a:hover:after,
.image-navigation .nav-next a:hover:after {
border-color: transparent;
background-color: transparent;
} .structured_data_snippets {
display: none;
}
.post_item_single.format-aside .post_content,
.post_item_single.format-link .post_content,
.post_item_single.format-status .post_content {
padding: 0;
text-align: left;
}
.post_item_single.format-quote .post_content {
background-color: transparent;
padding-top: 0;
}
.section_title {
font-size: 2.5em;
line-height: 1.3em;
font-weight: 800;
margin: 0 0 1em;
text-align: left;
} .post_item_single > .post_featured {
margin-bottom: 2em;
text-align: center;
}
.post_item_single > .post_featured > img {
width: auto;
max-height: 80vh;
}
.post_featured.post_attachment {
margin-bottom: 0.5em;
}
.entry-caption {
text-align: center;
font-style: italic;
}
.post_item_single .post_header_single {
margin-bottom: 2.5em;
}
.post_item_single .post_content > h1:first-child,
.post_item_single .post_content > h2:first-child,
.post_item_single .post_content > h3:first-child,
.post_item_single .post_content > h4:first-child,
.post_item_single .post_content > h5:first-child,
.post_item_single .post_content > h6:first-child,
.post_item_single .post_content > .vc_row:first-child h1:first-child,
.post_item_single .post_content > .vc_row:first-child h2:first-child,
.post_item_single .post_content > .vc_row:first-child h3:first-child,
.post_item_single .post_content > .vc_row:first-child h4:first-child,
.post_item_single .post_content > .vc_row:first-child h5:first-child,
.post_item_single .post_content > .vc_row:first-child h6:first-child,
.post_item_single .post_title {
margin-top: -0.2em;
}
.post_item_single .post_header_single .post_title {
margin-bottom: 0;
} .post_item_single > .post_meta {
margin-top: 0;
margin-bottom: 1.8em;
}
.post_item_single .post_meta .post_meta_item.post_date {
font-size: 0.933em;
line-height: 1.22em;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1.3px;
display: inline-block;
padding: 0.18em 0.44em;
text-align: center;
}
.post_item_single .post_meta .post_meta_item.post_date:first-child {
margin-right: 1em;
}
.post_item_single .post_meta .post_meta_item.post_date:after {
display: none;
}
.post_item_single .post_meta_item.post_date + .post_meta_item.post_share:before,
.post_item_single .post_meta_item.post_date + .post_meta_item.post_categories:before,
.post_item_single .post_meta_item.post_date + .post_meta_item.post_counters_item:before {
content: "|";
display: inline;
font-family: inherit;
font-size: inherit;
font-weight: 400;
font-style: normal;
vertical-align: baseline;
margin: 0 0.3em;
pointer-events: none;
} .post_item_single .post_content > .post_meta_single {
font-size: 12px;
line-height: 15px;
font-weight: 800;
font-style: normal;
text-transform: uppercase;
margin-top: 4em;
letter-spacing: 1.3px;
overflow: hidden;
clear: both;
}
.post_item_single .post_content > .post_meta_single .post_tags {
display: block;
max-width: 100%;
}
.post_item_single .post_content > .post_meta_single .post_tags:after {
display: none;
} .post_item_single .post_content > .post_meta_single .post_share {
display: block;
max-width: 100%;
}
.post_item_single .post_content > .post_meta_single .post_share .socials_wrap {
white-space: normal;
}
.post_item_single .post_content > .post_meta_single .post_share .social_item .social_icon {
font-size: inherit;
padding: 1.25em 1.3em 1.1em;
display: block;
width: auto;
height: auto;
line-height: 1em;
border-radius: 0;
}
.post_item_single .post_content > .post_meta_single .post_share .social_item .social_icon span {
font-size: 1.1em;
display: inline-block;
margin-left: 0;
margin-right: 0.75em;
width: 1em;
line-height: 1em;
font-weight: 400;
}
.post_item_single .post_content > .post_meta_single .post_share:before {
display: none;
}
.post_item_single .post_content > .post_meta_single .post_share .social_item {
margin: 0 0.55em 0.55em 0;
}
.post_item_single .post_content > .post_meta_single .post_share .social_item:last-child {
margin-right: 0;
}
.post_item_single .post_content > .post_meta_single .post_share .social_items .social_item .social_icon i {
text-transform: uppercase;
}
.post_item_single .post_content > .post_meta_single .post_tags + .post_share {
margin-top: 1.8em;
} .author_info {
margin-top: 2.2em;
padding-top: 3.4em;
position: relative;
border-top: 1px solid #ddd;
}
.author_info .author_info_wrapper {
position: relative;
overflow: hidden;
}
.author_info .author_link {
display: inline-block;
margin-bottom: 0.85em;
}
.author_avatar {
float: left;
margin-top: 0.3em;
width: 8.5rem;
height: 8.5rem;
line-height: 8.5rem;
text-align: center;
}
.author_description {
overflow: hidden;
margin-left: 10em;
}
.author_avatar img {
width: 100%;
height: auto;
}
.author_title {
padding-bottom: 24px;
position: relative;
font-size: 0.7em;
line-height: 1.3em;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1.3px;
margin-top: 0;
margin-bottom: 0;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.author_title:after {
content: "";
display: block;
width: 30px;
height: 3px;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
background-color: #a49680;
}
.author_bio p {
margin: 0;
}
.author_bio p + p {
margin-top: 0.6em;
}
.author_bio .author_link {
display: block;
margin-top: 0.8em;
font-style: italic;
letter-spacing: 0;
}
.author_bio .socials_wrap {
margin-top: 1em;
} .related_wrap {
margin-top: 6.8em;
}
.related_wrap .related_item {
text-align: left;
}
.related_wrap .post_categories {
font-weight: 700;
text-transform: uppercase;
font-size: 12px;
}
.related_wrap .post_categories ul {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.related_wrap .post_categories li {
display: inline-block;
margin: 0;
}
.related_wrap .post_categories li + li {
margin-left: 0.5em;
}
.related_wrap .post_categories li:nth-child(n+3) {
display: none;
}
.related_wrap .post_title {
margin: 0.4em 0 0.1em;
}
.related_wrap .post_date {
font-size: 0.7368em;
} .related_wrap .related_item_style_1 .post_featured .post_header {
display: block;
max-width: 70%;
padding: 3em 2em;
position: absolute;
z-index: 8;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.related_wrap .related_item_style_1.format-video .post_featured.with_thumb .post_video_hover {
top: 90%;
}
.related_wrap .related_item_style_1 .post_title {
margin: 0.8em 0;
letter-spacing: 1px;
line-height: 1.5em;
} .related_wrap .related_item_style_2 .post_featured {
margin-bottom: 1.1em;
}
.related_wrap .related_item_style_2 .post_featured img {
width: 100%;
}
.related_wrap .related_item_style_2 .post_title {
font-size: 1.2em;
line-height: 1.3em;
font-weight: 800;
}
.related_wrap .related_item_style_2 .post_date a {
display: inline-block;
padding: 0.18em 0.44em;
text-align: center;
font-size: 14px;
line-height: 1.3em;
font-weight: 800;
letter-spacing: 1.3px;
text-transform: uppercase;
}
.related_wrap .related_item_style_2.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
padding: 1.34em 1.5em;
}
.related_wrap .related_item_style_2.post_format_gallery .slider_controls_wrap {
display: none;
}
.related_wrap .related_item_style_2.post_format_gallery .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets,
.related_wrap .related_item_style_2.post_format_gallery .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets {
bottom: 1em;
} .related_wrap .related_item_style_3.related_item {
text-align: left;
border-bottom: 1px solid #c1c1c1;
}
.related_wrap .related_wrap_slider .related_item_style_3.related_item {
border-bottom: none;
}
.related_wrap .related_item_style_3 .post_date {
font-size: 1em;
line-height: inherit;
vertical-align: baseline;
}
.related_wrap .related_item_style_3 .post_date [class^=icon-] {
font-size: 1.2em;
line-height: inherit;
margin-right: 0.3em;
margin-left: 0;
vertical-align: baseline;
}
.related_wrap .columns_wrap .column-1_4:last-child .related_item_style_3,
.related_wrap .columns_wrap .column-1_4:nth-last-child(2) .related_item_style_3,
.related_wrap .columns_wrap .column-1_4:nth-last-child(3) .related_item_style_3,
.related_wrap .columns_wrap .column-1_4:nth-last-child(4) .related_item_style_3,
.related_wrap .columns_wrap .column-1_3:last-child .related_item_style_3,
.related_wrap .columns_wrap .column-1_3:nth-last-child(2) .related_item_style_3,
.related_wrap .columns_wrap .column-1_3:nth-last-child(3) .related_item_style_3,
.related_wrap .columns_wrap .column-1_2:last-child .related_item_style_3,
.related_wrap .columns_wrap .column-1_2:nth-last-child(2) .related_item_style_3,
.related_wrap .columns_wrap .column-1_1:last-child .related_item_style_3 {
border-bottom: none;
} .comments_wrap {
clear: both;
}
.body_style_fullscreen .comments_wrap {
margin-bottom: 3em;
} .comments_list_wrap {
margin-top: 5em;
overflow: hidden;
}
.comments_list_wrap .comments_closed {
margin-top: 2em;
color: #1d1d1d;
}
.comments_list_wrap > ul {
padding: 0;
margin: 0;
list-style: none;
}
.comments_list_wrap ul li + li,
.comments_list_wrap li > ul > li {
padding-top: 2.4em;
}
.comments_list_wrap ul > li {
display: block;
overflow: hidden;
position: relative;
min-height: 5em;
}
.comments_list_wrap ul > li .comment_body {
min-height: inherit;
}
.comments_list_wrap ul > li:before {
display: none;
}
.comments_list_wrap ul ul {
margin-left: 3.6em;
padding-left: 0;
}
.comments_list_wrap ul ul ul ul ul {
margin-left: 0;
}
.comments_list_wrap li + li,
.comments_list_wrap li ul {
margin-top: 1.7em;
border-top: 1px solid #eee;
}
.comments_list_wrap .comment_author_avatar {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 5em;
height: 5em;
line-height: 5em;
text-align: center;
overflow: hidden;
}
.comments_list_wrap ul li + li > .comment_body > .comment_author_avatar,
.comments_list_wrap li > ul > li > .comment_body > .comment_author_avatar {
top: 2.4em;
}
.comments_list_wrap .bypostauthor > .comment_body .comment_author_avatar:after {
content: " ";
display: block;
border: 12px solid transparent;
border-top-color: #ddd;
position: absolute;
z-index: 1;
top: -14px;
right: -14px;
width: 0;
height: 0;
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
.comments_list_wrap .comment_author_avatar img {
width: 100%;
}
.comments_list_wrap .comment_content {
padding-left: 6.5em;
overflow: hidden;
}
.comments_list_wrap .comment_info {
margin: -0.3em 0 0.8em;
position: relative;
}
.comments_list_wrap .comment_author {
font-size: 0.75em;
line-height: 1.3em;
font-weight: 500;
margin: 0;
display: inline-block;
}
.comments_list_wrap .comment_author > a {
display: inline-block;
}
.comments_list_wrap .comment_author:after {
content: "|";
display: inline;
font-family: inherit;
font-size: inherit;
font-weight: 400;
font-style: normal;
vertical-align: baseline;
margin: 0 0.1em;
}
.comments_list_wrap .comment_counters:before {
content: "|";
display: inline;
font-family: inherit;
font-size: inherit;
font-weight: 400;
font-style: normal;
vertical-align: baseline;
margin: 0 0.1em;
}
.comments_list_wrap .comment_posted {
display: inline-block;
position: relative;
letter-spacing: 0;
vertical-align: baseline;
font-size: 0.75em;
line-height: 1.3em;
font-weight: 500;
font-style: normal;
}
.comments_list_wrap .comment_posted_label {
display: none;
}
.comments_list_wrap .comment_counters,
.comments_list_wrap .comment_date,
.comments_list_wrap .comment_time {
display: inline-block;
vertical-align: baseline;
}
.comments_list_wrap .comment_date,
.comments_list_wrap .comment_time {
margin-right: 0.3em;
}
.comments_list_wrap .comment_counters,
.comments_list_wrap .comment_time {
display: none;
}
.comments_list_wrap .comment_not_approved {
padding: 0.2em 0 0.5em 0;
font-style: italic;
}
.comments_list_wrap .comment_text {
margin-bottom: 0.5em;
}
.comments_list_wrap .comment_text p {
margin: 0;
}
.comments_list_wrap .comment_text p + p {
margin-top: 0.6em;
}
.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ol {
margin: 0;
padding: 0 0 0 1.5em;
}
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
display: list-item;
}
.comments_list_wrap .comment_text ul {
list-style: disc outside;
}
.comments_list_wrap .comment_text ul ul {
list-style-type: disc;
}
.comments_list_wrap .comment_text ul ul ul {
list-style-type: disc;
}
.comments_list_wrap .comment_text ul ul ul ul {
list-style-type: disc;
}
.comments_list_wrap .comment_text ol {
list-style: decimal outside;
}
.comments_list_wrap .comment_text ol ol {
list-style-type: lower-alpha;
}
.comments_list_wrap .comment_text ol ol ol {
list-style-type: upper-roman;
}
.comments_list_wrap .comment_text ul > li > ul,
.comments_list_wrap .comment_text ol > li > ol {
margin-top: 0.5em;
}
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
min-height: 0;
padding: 0;
margin: 0 0 0.5em 0;
overflow: visible;
}
.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol,
.comments_list_wrap .comment_text ol > li {
border: none;
}
.comments_list_wrap .comment_reply {
float: right;
margin-top: 0.4em;
font-size: 0.7em;
line-height: 1.2em;
font-weight: 800;
font-style: normal;
letter-spacing: 1.3px;
text-transform: uppercase;
}
.comments_list_wrap .comment_reply a {
display: inline-block;
}
.comments_list_wrap .comment_reply a:before {
content: "\e802";
font-family: "fontello";
margin-right: 0.2em;
display: none;
} .comments_list_wrap ul > li.pingback,
.comments_list_wrap ul > li.trackback {
min-height: 0;
padding-right: 2em;
}
.comments_list_wrap ul li.pingback + li.pingback,
.comments_list_wrap ul li.trackback + li.trackback,
.comments_list_wrap ul li.trackback + li.pingback,
.comments_list_wrap ul li.pingback + li.trackback {
padding-top: 1em;
}
.comments_list > li.trackback {
list-style: none;
margin-left: 0;
padding-left: 0;
padding-right: 4em;
padding-top: 1em;
min-height: 0;
position: relative;
}
.comments_list > li.trackback + li {
margin-top: 1em;
}
.comments_list > li.trackback p {
font-style: italic;
padding-bottom: 0.8em;
}
.comments_list > li.trackback p a {
font-style: normal;
}
.comments_list > li.pingback .edit-link,
.comments_list > li.trackback .edit-link {
position: absolute;
z-index: 1;
top: 1em;
right: 0;
}
.comments_list > li.pingback:first-child .edit-link,
.comments_list > li.trackback:first-child .edit-link {
top: 0;
} .comments_form_wrap {
margin-top: 5.7em;
overflow: hidden;
}
.comments_form_wrap form {
position: relative;
}
.comments_wrap .comments_list_wrap .comments_form_title {
margin-top: 1.5em;
position: relative;
}
.comments_wrap #cancel-comment-reply-link {
font-size: 0;
}
.comments_wrap #cancel-comment-reply-link:before {
content: "\e916";
font-family: "fontello";
font-size: 18px;
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
}
.comments_wrap .comments_notes {
font-size: 0.8667em;
}
.comments_wrap .comments_field {
margin-bottom: 0.7em;
}
.comments_wrap .comments_author,
.comments_wrap .comments_email {
width: 48%;
float: left;
}
.comments_wrap .comments_email {
float: right;
}
.comments_wrap .comments_url {
clear: both;
}
.comments_wrap .comments_comment:before {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.comments_wrap .comments_field label {
display: none;
}
.comments_wrap .comments_field input[type=checkbox] + label,
.comments_wrap .comments_field input[type=radio] + label {
display: block;
}
.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea {
width: 100%;
padding: 0.8em 1.4em;
}
.comments_wrap .comments_field textarea {
min-height: 11em;
}
.comment-form .gdpr-terms-container,
.comments_form .gdpr-terms-container {
font-size: 16px;
} .wpgdprc-checkbox {
font-size: 18px;
}
.wpgdprc-checkbox label {
padding-left: 1.15em;
position: relative;
padding-bottom: 0 !important;
}
.wpgdprc-checkbox label input[type=checkbox] {
width: 0;
-webkit-appearance: none;
-moz-appearance: none;
}
.wpgdprc-checkbox label input[type=checkbox]:before {
content: "";
font-family: "fontello";
font-size: 1.3em;
display: block;
text-align: center;
border: 2px solid #ddd;
width: 0.7em;
height: 0.7em;
line-height: 0.6em;
position: absolute;
z-index: 1;
top: 0.13em;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.wpgdprc-checkbox label input[type=checkbox]:checked:before {
content: "\e8ab";
}
.ua_ie .wpgdprc-checkbox label {
padding-left: 0;
}
.ua_ie .wpgdprc-checkbox input[type=checkbox] {
width: auto;
margin-right: 5px;
}
.ua_ie .wpgdprc-checkbox input[type=checkbox]:before {
display: none;
} .comments_wrap .form-submit {
margin: 2em 0 0;
}
.comments_wrap .form-submit:before {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.comments_wrap .form-submit input[type=submit] {
display: inline-block;
border-radius: 0;
}
form .error_field {
border-color: #CC6868 !important;
-webkit-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
-ms-box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
box-shadow: 0px 0px 8px 0px rgba(200, 100, 100, 0.2);
} .comments_form_wrap form .wp-social-login-widget {
position: absolute;
z-index: 1;
top: -6.2em;
right: 0;
}
.comments_form_wrap form .wp-social-login-widget .wp-social-login-connect-with {
display: none;
}
.comments_form_wrap form .wp-social-login-widget .wp-social-login-provider-list {
padding: 0;
} .post_item_404 .post_content {
padding: 6em 0 5em;
overflow: hidden;
}
.post_item_404 .page_title {
float: left;
width: 50%;
font-size: 13em;
line-height: 1em;
margin: 0;
margin-top: 0 !important;
letter-spacing: 0;
text-align: center;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.post_item_404 .page_info {
float: left;
width: 50%;
text-align: left;
padding: 0 0 0 5rem;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_item_404 .page_subtitle {
font-size: 2em;
line-height: 1.3em;
margin: 0;
letter-spacing: 0.5px;
}
.post_item_404 .page_description {
margin-top: 1em;
margin-bottom: 2em;
text-transform: none;
letter-spacing: 0;
line-height: 1.6em;
}
.post_item_404 .page_description > a {
text-decoration: underline;
}
.post_item_404 .page_description > a:hover {
text-decoration: none;
}
.post_item_404 .go_home:after {
content: "\e93a";
font-family: "fontello";
margin-left: 0.5em;
line-height: inherit;
} .post_item_none_search .post_content {
padding: 1.5em 0;
}
.post_item_none_search .page_title,
.post_item_none_archive .page_title {
font-size: 6em;
line-height: 1.2em;
}  .sidebar .widget {
font-size: 18px;
}
.sidebar.scheme_default .sidebar_inner .widget:not(.widget_search):not(.widget_product_search) {
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/light_pattern.png) center center repeat;
}
.sidebar[class*=scheme_] .sidebar_inner {
padding: 0;
}
.sidebar[class*=scheme_] .widget {
padding: 3rem 2.2rem 1.85rem;
}
.sidebar[class*=scheme_] .widget.widget_search,
.sidebar[class*=scheme_] .widget.widget_product_search {
padding: 3rem 2.2rem;
}
.sidebar[class*=scheme_] .widget.widget_media_video,
.sidebar[class*=scheme_] .widget.widget_media_audio {
padding: 3rem 2.2rem;
}
.sidebar[class*=scheme_] .widget .widget {
padding: 0;
}
.sidebar .widget + .widget,
.sidebar[class*=scheme_] .widget + .widget {
margin-top: 1.5rem;
}
.sidebar .widget + .widget.widget_bg_image,
.sidebar[class*=scheme_] .widget + .widget.widget_bg_image,
.sidebar .widget + .widget.widget_fullwidth,
.sidebar[class*=scheme_] .widget + .widget.widget_fullwidth {
border-top: none;
padding-top: 4rem;
padding-bottom: 4rem;
}
.sidebar .widget.widget_bg_image + .widget,
.sidebar[class*=scheme_] .widget.widget_bg_image + .widget,
.sidebar .widget.widget_fullwidth + .widget,
.sidebar[class*=scheme_] .widget.widget_fullwidth + .widget {
border-top: none;
margin-top: 0;
}
.widget p {
margin: 0;
}
.widget p + p,
.widget p + div,
.widget p + form {
margin-top: 1em;
}
.widget .widgettitle {
font-size: 1.4286em;
line-height: 1.35em;
}
.widget .widget_title,
.widget .widgettitle {
position: relative;
padding-bottom: 24px;
margin-top: 0;
margin-bottom: 1.5em;
font-size: 0.778em;
line-height: 1.3em;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1.4px;
}
.widget .widget_title:after,
.widget .widgettitle:after {
content: "";
display: block;
width: 30px;
height: 3px;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
background-color: #a49680;
}
.widget_fullwidth .widget_title,
.widget_fullwidth .widgettitle {
text-align: center;
}
.widget ul {
margin: 0;
padding-left: 1em;
list-style-type: none;
}
.widget li {
position: relative;
}
.widget ul > li:before {
font-family: "fontello";
content: "\e96c";
font-size: 0.5em;
display: inline-block;
position: absolute;
z-index: 1;
top: 0;
left: -2em;
line-height: inherit;
}
.widget li a img {
vertical-align: baseline;
}
.widget_area .post_item .post_title,
aside .post_item .post_title {
font-size: 1.111em;
line-height: 1.38em;
font-weight: 500;
font-style: normal;
}
.widget_area .post_item .post_title + .post_info,
aside .post_item .post_title + .post_info {
margin-top: 15px;
}
.widget_area .post_item .post_title a,
aside .post_item .post_title a {
text-decoration: underline;
}
.widget_area .post_item .post_info,
aside .post_item .post_info {
font-size: 14px;
line-height: 18px;
font-weight: 800;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1.4px;
} .widgets_above_page_wrap,
.widgets_above_content_wrap {
font-size: 1em;
margin-bottom: 6em;
}
.widgets_below_content_wrap,
.widgets_below_page_wrap {
font-size: 1em;
margin-top: 6em;
}
.widgets_below_page_wrap {
clear: both;
} .widgets_additional_single_content {
margin-top: 3.5rem;
} .widget_instagram .widget_title {
font-size: 1.25em;
line-height: 1.3em;
font-weight: 800;
font-style: normal;
letter-spacing: 0;
margin: 0 0 1.7em 0;
padding: 0;
}
.widget_instagram .widget_title:after {
display: none;
}
.widget_instagram_images_item .widget_instagram_images_item_counters {
font-weight: 800;
}
.widget_instagram_images_item [class*=widget_instagram_images_item_counter_]:before {
font-weight: 400;
}
.widget_instagram_images_item [class*=widget_instagram_images_item_counter_]::before {
margin-right: 0.35em;
}
.widget_instagram_images_item .widget_instagram_images_item_counter_comments:before {
font-family: "fontello";
content: "\e994";
margin-top: 2px;
} .wp-block-calendar table,
.widget_calendar table {
width: 100%;
position: relative;
}
.wp-block-calendar caption,
.widget_calendar caption {
margin-bottom: 1.8em;
padding: 1.4em 0 0.9em;
font-size: 12px;
line-height: 17px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1.4px;
}
.wp-block-calendar table > thead > tr,
.widget_calendar table > thead > tr {
background-color: transparent !important;
}
.wp-block-calendar th,
.widget_calendar th,
.wp-block-calendar td,
.widget_calendar td {
font-size: 1em !important;
line-height: 2em;
font-weight: 500 !important;
font-style: normal;
text-align: center;
text-transform: uppercase;
padding: 2px;
border: none !important;
background-color: transparent !important;
width: 14.2857%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-calendar td,
.widget_calendar td {
line-height: 2.2em;
padding: 0;
}
.wp-block-calendar tbody td a,
.widget_calendar tbody td a {
display: block;
position: relative;
font-weight: normal;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-calendar tbody td a:after,
.widget_calendar tbody td a:after {
content: " ";
position: absolute;
z-index: 1;
bottom: 6px;
left: 48%;
width: 3px;
height: 3px;
line-height: 3px;
text-align: center;
-webkit-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.wp-block-calendar td#today,
.widget_calendar td#today {
position: relative;
z-index: 2;
}
.wp-block-calendar td#today:before,
.widget_calendar td#today:before {
content: " ";
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
}
.wp-block-calendar tfoot,
.widget_calendar tfoot {
position: relative;
top: 0.6em;
}
.wp-block-calendar tfoot td,
.widget_calendar tfoot td {
text-transform: none !important;
}
.wp-block-calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-prev {
text-align: left;
overflow: hidden;
}
.wp-block-calendar .wp-calendar-nav-next,
.widget_calendar .wp-calendar-nav-next {
text-align: right;
}
.wp-block-calendar .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav-prev a,
.wp-block-calendar .wp-calendar-nav-next a,
.widget_calendar .wp-calendar-nav-next a {
position: relative;
font-size: 14px;
line-height: 19px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1.4px;
text-decoration: none;
}
.wp-block-calendar .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav-prev a {
padding-left: 0.2em;
}
.wp-block-calendar .wp-calendar-nav-next a,
.widget_calendar .wp-calendar-nav-next a {
padding-right: 0.2em;
} .widget_recent_entries .post-date {
display: inline-block;
margin-left: 0.5em;
}
.widget .wp-block-latest-posts {
padding-left: 0.9em;
} .widget_recent_comments ul {
padding-left: 0;
}
.widget_recent_comments ul li {
font-size: 15px;
line-height: 19px;
font-weight: 500;
font-style: normal;
}
.widget_recent_comments ul li > a {
font-size: 20px;
line-height: 28px;
font-weight: 500;
display: block !important;
margin-top: 10px !important;
text-decoration: underline;
}
.widget_recent_comments ul li + li {
margin-top: 33px;
}
.widget_recent_comments ul li:before {
display: none;
}
.widget .wp-block-latest-comments {
padding-left: 0;
}
.widget .wp-block-latest-comments li {
font-size: 15px;
line-height: 19px;
font-weight: 500;
font-style: normal;
}
.widget .wp-block-latest-comments li + li {
margin-top: 33px;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-link {
font-size: 20px;
line-height: 28px;
font-weight: 500;
display: block;
margin-top: 10px;
text-decoration: underline;
} .wp-block-search .wp-block-search__inside-wrapper,
.wc-block-product-search .wc-block-product-search__fields,
.widget_search form,
.woocommerce.widget_product_search form,
.widget_display_search form,
#bbpress-forums #bbp-search-form {
width: 100%;
overflow: hidden;
position: relative;
}
.wp-block-search .wp-block-search__inside-wrapper {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wc-block-product-search .wc-block-product-search__fields:after,
.widget_search form.search-form:after,
.woocommerce.widget_product_search form:after,
.widget_display_search form:after,
#bbpress-forums #bbp-search-form:after {
font-size: 1.5em;
content: "\e975";
font-family: "fontello";
display: block;
position: absolute;
z-index: 0;
top: 50%;
right: 0.7em;
margin-top: -0.5em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
pointer-events: none;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wc-block-product-search input.wc-block-product-search__field,
.widget_search .search-field,
.woocommerce.widget_product_search .search_field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search {
width: 100%;
padding: 1.25em 1.5em;
padding-right: 3em !important;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-size: 18px;
max-height: 61px;
}
.wc-block-product-search button.wc-block-product-search__button,
.widget_search input.search-submit,
.woocommerce.widget_product_search .search_button,
.widget_display_search #bbp_search_submit,
#bbpress-forums #bbp-search-form #bbp_search_submit {
display: block;
text-indent: -1000px;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 4em;
height: 100%;
padding: 0;
border: none !important;
background: none !important;
cursor: pointer;
font-size: 14px;
} .wp-block-search {
max-width: 100%;
}
.wp-block-search .wp-block-search__label {
margin-bottom: 8px;
display: inline-block;
}
.wp-block-search input.wp-block-search__input {
max-height: 61px;
padding: 1em;
border-width: 1px;
border-style: solid;
}
.wp-block-search button.wp-block-search__button {
padding: 6px 20px !important;
border: none;
}
.wp-block-search button.wp-block-search__button.has-icon {
padding: 0 !important;
margin-left: 5px;
overflow: hidden;
width: 61px;
min-width: 61px;
height: 61px;
line-height: 61px;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wp-block-search button.wp-block-search__button.has-icon #search-icon {
display: inline-block;
vertical-align: middle;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper input.wp-block-search__input {
border-radius: 0;
border: none;
padding: 0 0 0 1em;
min-height: 42px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon {
width: 42px;
min-width: 42px;
height: 42px;
line-height: 42px;
margin-left: 1em;
} .widget_block h1:first-child, .widget_block h2:first-child, .widget_block h3:first-child, .widget_block h4:first-child, .widget_block h5:first-child, .widget_block h6:first-child {
margin-top: 0;
}
.widget_block h1:last-child, .widget_block h2:last-child, .widget_block h3:last-child, .widget_block h4:last-child, .widget_block h5:last-child, .widget_block h6:last-child {
margin-bottom: 0;
} .widget_rss .widget_title a {
display: inline-block;
margin-right: 6px;
}
.widget_rss .widget_title a:first-child:before {
content: "\e8ed";
font-family: "fontello";
display: inline-block;
font-size: 1em;
}
.widget_rss .widget_title img {
display: none;
}
.widget_rss ul,
.widget_rss li {
padding-left: 0;
}
.widget_rss li:before {
display: none;
}
.widget_rss li + li {
margin-top: 2em;
} .wp-block-tag-cloud,
.widget_product_tag_cloud,
.widget_tag_cloud {
overflow: hidden;
}
.sc_edd_details .downloads_page_tags .downloads_page_data > a,
.wp-block-tag-cloud a,
.widget_product_tag_cloud a,
.widget_tag_cloud a {
display: block;
float: left;
padding: 5px 12px 2px;
margin: 0 4px 4px 0;
font-size: 12px !important;
line-height: 15px;
font-weight: 800;
letter-spacing: 1.4px;
text-transform: uppercase;
} #sb_instagram .sbi_header_text {
padding-top: 0 !important;
margin-top: -2px;
}
#sb_instagram .sb_instagram_header {
padding: 0 !important;
margin-bottom: 0.5em !important;
}
.footer_fullwidth #sb_instagram .sb_instagram_header {
float: none;
text-align: center;
overflow: hidden;
}
.footer_fullwidth #sb_instagram .sb_instagram_header > a {
float: none;
display: inline-block;
overflow: hidden;
}
#sb_instagram .sb_instagram_header h3 {
font-size: 1.2308em;
line-height: 1.5em;
}
#sb_instagram .sb_instagram_header p {
font-size: 1em;
line-height: 1.5em;
}
#sb_instagram #sbi_load {
margin-top: 0.5em;
} ul.instagram-pics {
margin-right: -5px;
}
ul.instagram-pics li {
float: left;
padding: 0 5px 5px 0;
margin: 0;
overflow: hidden;
width: 33.3333%;
height: auto;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.column-1_3 ul.instagram-pics li {
width: 25%;
}
.column-1_2 ul.instagram-pics li {
width: 20%;
}
.column-1_1 ul.instagram-pics li {
width: 16.6666%;
}
ul.instagram-pics li:before {
display: none;
} .wp-widget-nav_menu ul {
padding-left: 0;
}
.wp-widget-nav_menu ul > li {
line-height: 1.333em;
}
.wp-widget-nav_menu ul > li:before {
display: none;
}  .footer_wrap .widget {
font-size: 18px;
}
.footer_wrap .widget[class*=column-] {
margin: 1.5em 0;
}
.footer_wrap .vc_col-sm-4 .widget li {
display: inline-block;
width: 45%;
margin-right: 3%;
vertical-align: top;
}
.footer_wrap .vc_col-sm-4 .widget li li {
display: block;
width: 100%;
margin-right: 0;
}
.footer_wrap .footer_fullwidth {
overflow: hidden;
}
.footer_wrap .widget_title,
.footer_wrap .widgettitle {
text-align: left;
}
.footer_wrap .footer_fullwidth .widget_title,
.footer_wrap .footer_fullwidth .widgettitle {
text-align: center;
margin-bottom: 1.5em;
} .footer_logo_inner {
padding: 4em 0;
overflow: hidden;
text-align: center;
position: relative;
}
.footer_widgets_wrap + .footer_logo_wrap .footer_logo_inner {
border-top-width: 1px;
border-top-style: solid;
}
.footer_logo_inner:after {
content: " ";
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
width: 1px;
height: 3em;
}
.trx_addons_absent .footer_logo_inner {
padding: 1em 0;
}
.trx_addons_absent .footer_logo_inner:after {
display: none;
}
.footer_logo_inner img {
max-width: 25%;
}
.logo_footer_text {
font-size: 3.3333em;
line-height: 1em;
letter-spacing: 6px;
margin: 0;
}
.logo_footer_image + .logo_footer_text {
margin: 0.63em 0 2em;
} .widget.widget_block .wp-block-social-links {
padding: 0;
}
.widget.widget_block .wp-block-social-links li:before {
display: none;
} .footer_socials_inner {
padding: 2em 0 3em;
text-align: center;
} .footer_menu_inner {
padding: 2em 0;
text-align: center;
}
.menu_footer_nav_area > ul,
.footer_wrap .sc_layouts_menu > ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.menu_footer_nav_area > ul > li,
.footer_wrap .sc_layouts_menu > ul > li {
display: inline-block;
vertical-align: baseline;
font-size: 12px;
}
.menu_footer_nav_area > ul > li + li:before,
.footer_wrap .sc_layouts_menu > ul > li + li:before {
content: " ";
display: inline-block;
width: 0;
height: 0.8em;
margin: 0;
vertical-align: baseline;
border-left: 1px dotted #ddd;
}
.menu_footer_nav_area > ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li > a {
padding: 0.5em 2.5em;
display: inline-block;
}
.mobile_layout .menu_footer_nav_area > ul > li > a,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li > a {
padding: 0.5em 1em;
}
.menu_footer_nav_area > ul > li.menu-item-has-children > a,
.footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a {
padding-right: 3.5em;
}
.mobile_layout .menu_footer_nav_area > ul > li.menu-item-has-children > a,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a {
padding-right: 2em;
}
.menu_footer_nav_area > ul > li.menu-item-has-children > a:after,
.footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a:after {
content: "\e828";
font-family: "fontello";
right: 2em;
}
.mobile_layout .menu_footer_nav_area > ul > li.menu-item-has-children > a:after,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a:after {
right: 0.5em;
}
.menu_footer_nav_area li li.menu-item-has-children > a:after,
.footer_wrap .sc_layouts_menu li li.menu-item-has-children > a:after {
content: "\e836";
font-family: "fontello";
}
.menu_footer_nav_area > ul > li ul,
.footer_wrap .sc_layouts_menu > ul > li ul {
top: auto;
bottom: 3em;
border: 1px solid #ddd;
}
.menu_footer_nav_area > ul > li ul ul,
.footer_wrap .sc_layouts_menu > ul > li ul ul {
top: auto;
bottom: -1.4em;
margin-left: 2px;
}
.menu_footer_nav_area > ul > li ul ul.submenu_left,
.footer_wrap .sc_layouts_menu > ul > li ul ul.submenu_left {
margin-left: -2px;
}
.menu_footer_nav_area > ul > li ul > li,
.menu_footer_nav_area > ul > li ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li ul > li,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
font-size: 12px;
}
.menu_footer_nav_area > ul > li ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
display: block;
} .footer_widgets_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_logo_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_socials_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_menu_wrap + .footer_copyright_wrap .footer_copyright_inner {
border-top-width: 1px;
border-top-style: solid;
}
.footer_copyright_inner {
font-size: 0.9333em;
padding: 2em 0;
overflow: hidden;
text-align: center;
}
.footer_copyright_wrap p {
margin: 0;
}  .corredo_customizer_message {
padding: 2em;
margin: 0 auto;
max-width: 60%;
background-color: #f3e6ce;
color: #996600;
border-left: 3px solid #666600;
}
.corredo_customizer_message b {
color: #333300;
} #debug_log {
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
display: block;
width: 100%;
background: rgba(0, 0, 0, 0.8);
color: #ffffff;
}
.admin-bar #debug_log {
top: 32px;
}
#debug_log_close {
position: absolute;
z-index: 1;
top: -6px;
right: 0;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
font-size: 18px;
font-weight: bold;
cursor: pointer;
}
#debug_log_content {
font-size: 12px;
line-height: 15px;
max-height: 66px;
padding: 16px 16px 6px;
overflow: auto;
word-wrap: normal;
white-space: pre-line;
} .popup_wrap {
position: absolute;
z-index: 1;
top: 3.3333em;
right: 0;
width: 37.5em;
padding: 3em 2.5em 2em;
display: none;
}
.popup_registration {
right: -5.5em;
}
.popup_wrap .popup_close {
display: block;
font-size: 1.25em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
right: 0;
margin: 0.5em 0.5em 0 0;
color: #cccccc;
border: 2px solid #ebebeb;
background-color: #f4f7f9;
}
.popup_wrap .popup_close:hover {
color: #909090;
border: 2px solid #cccccc;
background-color: #ffffff;
}
.popup_wrap .popup_close:before {
content: "\e8ac";
font-family: "fontello";
line-height: 1em;
padding: 0 !important;
margin: 0 !important;
}
.popup_wrap .form_wrap {
position: relative;
overflow: hidden;
}
.popup_wrap .form_left {
float: left;
padding-right: 2.5em;
width: 54%;
border-right: 1px solid #e0e0e0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.popup_wrap .form_right {
float: right;
padding-left: 2.5em;
width: 45%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.popup_wrap.popup_registration .form_left {
width: 50%;
padding-right: 5px;
border-right: none;
}
.popup_wrap.popup_registration .form_right {
width: 50%;
padding-left: 5px;
}
.popup_wrap .popup_form_field {
margin-bottom: 0.625em;
}
.popup_wrap input[type=text],
.popup_wrap input[type=email],
.popup_wrap input[type=url],
.popup_wrap input[type=password] {
width: 100%;
border: 2px solid #ebebeb;
background-color: #fafafa;
}
.popup_wrap input:not([type=submit]):focus {
background-color: #ffffff;
}
.popup_wrap .popup_form_field.iconed_field {
position: relative;
}
.popup_wrap .popup_form_field.iconed_field:before {
position: absolute;
z-index: 1;
top: 10px;
right: 8px;
margin-right: 0;
color: #c9c9c9;
width: 1em;
}
.popup_wrap .popup_form_field.iconed_field input {
padding-right: 30px;
}
.popup_wrap .popup_form_field .forgot_password {
float: right;
line-height: 1.5em;
}
.popup_wrap .popup_form_field.submit_field {
padding: 1em 0 4px 4px;
}
.popup_wrap .popup_form_field .submit_button {
width: 100%;
}
.popup_wrap .login_socials_title {
color: #222222;
font-size: 1.5em;
line-height: 1.3em;
margin-bottom: 0.5em;
}
.popup_wrap .login_socials_problem {
line-height: 1.3em;
}
.popup_wrap .popup_form_field.remember_field {
margin-top: 1.2em;
}  .wpb_row,
.wpb_text_column,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
margin-bottom: 0 !important;
}
.sc_gap .vc_row {
margin-left: 0;
margin-right: 0;
}
.sc_gap .vc_column_container {
padding-left: 0;
padding-right: 0;
}
h1 .wpb_text_column p,
h2 .wpb_text_column p,
h3 .wpb_text_column p,
h4 .wpb_text_column p,
h5 .wpb_text_column p,
h6 .wpb_text_column p {
padding-bottom: 0 !important;
}
.top_panel > .vc_row > .wpb_column {
z-index: 10;
}
.top_panel > .vc_row:nth-child(2) > .wpb_column {
z-index: 9;
}
.top_panel > .vc_row:nth-child(3) > .wpb_column {
z-index: 8;
}
.top_panel > .vc_row:nth-child(4) > .wpb_column {
z-index: 7;
}
.top_panel > .vc_row:nth-child(5) > .wpb_column {
z-index: 6;
}
.top_panel > .vc_row:nth-child(6) > .wpb_column {
z-index: 5;
}
.top_panel > .vc_row:nth-child(7) > .wpb_column {
z-index: 4;
}
.top_panel > .vc_row:nth-child(8) > .wpb_column {
z-index: 3;
}
.top_panel > .vc_row:nth-child(9) > .wpb_column {
z-index: 2;
}
.top_panel > .vc_row:nth-child(10) > .wpb_column {
z-index: 1;
}
.post_item_single .post_edit .vc_inline-link {
display: none;
} iframe[name=google_conversion_frame] {
height: 1px;
min-height: 0;
display: none;
} .mfp-bg {
z-index: 200001;
}
.mfp-wrap {
z-index: 200002;
}
.mfp-arrow {
background-color: transparent !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
right: -20px;
padding: 0;
width: 44px;
text-align: center;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
background: none !important;
}
.mfp-content figcaption .mfp-counter {
color: #fff;
} .gdpr-terms-container {
clear: both;
margin: 1em 0 !important;
} table.wpgdprc-table {
margin-bottom: 2em;
}
div.wpgdprc .wpgdprc-checkbox {
display: inline;
} .wpcf7 textarea, .wpcf7 select,
.wpcf7 input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
.wpcf7 textarea, .wpcf7 .select_container,
.wpcf7 input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
margin-bottom: 0.65em;
}
.wpcf7 input[type=submit] {
margin-top: 2.1em;
border-radius: 0;
}
.wpcf7 textarea {
min-height: 6.8em;
height: 7.344em;
}
.ua_ie .wpcf7 textarea {
height: 6.894em;
}
.ua_safari .wpcf7 textarea {
height: 7.28em;
}
.wpcf7 .columns_wrap {
white-space: nowrap;
letter-spacing: -20px;
}
.wpcf7 .columns_wrap.normal {
white-space: normal;
}
.wpcf7 .columns_wrap + .columns_wrap .checkbox_question {
margin-top: 0.3em;
}
.wpcf7 .columns_wrap .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item,
.wpcf7 .columns_wrap .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
margin-top: 0.3em;
}
.wpcf7 .columns_wrap div {
letter-spacing: 0;
}
.wpcf7 .columns_wrap .wpcf7-list-item-label {
font-size: 18px;
}
.wpcf7 .columns_wrap .wpcf7-wpgdprc .wpcf7-list-item-label {
white-space: normal;
}
.wpcf7 .columns_wrap .checkbox_question {
white-space: normal;
}
.wpcf7 .columns_wrap span.wpcf7-list-item {
margin: 0.5em 0 0 0;
}
.wpcf7 .columns_wrap .wpcf7-wpgdprc span.wpcf7-list-item {
margin: 1em 0 0 0;
}
.wpcf7 textarea + .wpcf7-not-valid-tip,
.wpcf7 input:not([type=submit]):not([type=radio]):not([type=checkbox]) + .wpcf7-not-valid-tip {
margin-top: -0.7em;
margin-bottom: 0.5em;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
display: block;
}
.wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
margin-top: 0.5em;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
margin-top: 0.5em;
}
.wpcf7 p.checkbox_question {
font-size: 18px;
}
div.wpcf7 .columns_wrap .ajax-loader,
div.wpcf7 .columns_wrap .wpcf7-spinner {
margin: 55px 0 0 10px;
}  .esg-filter-wrapper.custom_filter .esg-filterbutton .esg-filter-checked {
display: none !important;
}
.esg-filter-wrapper.custom_filter {
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/light_pattern.png) center center repeat;
display: block;
visibility: visible;
margin-left: 0 !important;
margin-right: 0 !important;
z-index: 1;
}
.esg-filter-wrapper.custom_filter .esg-filterbutton {
position: relative;
}
.esg-filter-wrapper.custom_filter .esg-filterbutton:not(.selected) {
background: transparent !important;
}
.esg-filter-wrapper.custom_filter .esg-filterbutton span {
position: relative;
z-index: 100;
}
.esg-filter-wrapper.custom_filter .esg-filterbutton span:after {
content: "";
display: block;
height: 40px;
width: 1px;
position: absolute;
z-index: -1;
top: 50%;
right: -1px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1;
background-color: #fff;
-webkit-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
-o-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
.esg-filter-wrapper.custom_filter div:nth-last-child(2) span:after,
.esg-filter-wrapper.custom_filter div:last-child span:after {
display: none;
}
.esg-filter-wrapper.custom_filter .esg-filterbutton.selected span:hover:after,
.esg-filter-wrapper.custom_filter .esg-filterbutton:not(.selected) span:hover:after,
.esg-filter-wrapper.custom_filter .esg-filterbutton.selected span:after {
opacity: 0;
}
.minimal-light .esg-grid .esg-loadmore-wrapper {
text-align: left !important;
}
.minimal-light .esg-grid .esg-navigationbutton.esg-loadmore {
margin: 0 !important;
padding: 1em 2.8em !important;
font-size: 14px !important;
line-height: 24px !important;
font-weight: 800 !important;
letter-spacing: 1.3px;
text-transform: uppercase;
border: none !important;
-webkit-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
border-radius: 0 !important;
-webkit-transition: color 0.3s ease, background-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease;
} .rev_slider .trx-addons-button,
.revslider-initialised .trx-addons-button {
-webkit-transition: color 0.3s ease, background-color 0.3s ease !important;
-o-transition: color 0.3s ease, background-color 0.3s ease !important;
transition: color 0.3s ease, background-color 0.3s ease !important;
}
.rev_slider .custom .tp-bullet,
.revslider-initialised .custom .tp-bullet {
width: 8px;
height: 8px;
} .rev_slider .sc_countdown_default.sc_countdown .sc_countdown_inner,
.revslider-initialised .sc_countdown_default.sc_countdown .sc_countdown_inner {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.rev_slider .sc_countdown_default.sc_countdown .sc_countdown_item,
.revslider-initialised.sc_countdown_default.sc_countdown .sc_countdown_item {
width: 3.5em;
height: 3.5em;
line-height: 3.5em;
text-align: center;
margin-right: 5px;
}
.rev_slider .sc_countdown_default.sc_countdown .sc_countdown_item.sc_countdown_seconds,
.revslider-initialised .sc_countdown_default.sc_countdown .sc_countdown_item.sc_countdown_seconds {
margin-right: 0;
}
.rev_slider .sc_countdown_default.sc_countdown .sc_countdown_digits,
.revslider-initialised .sc_countdown_default.sc_countdown .sc_countdown_digits {
font-size: 25px;
line-height: 25px;
font-weight: 800;
font-style: normal;
}
.rev_slider .sc_countdown_default.sc_countdown .sc_countdown_label,
.revslider-initialised .sc_countdown_default.sc_countdown .sc_countdown_label {
font-size: 16px;
line-height: 16px;
font-weight: 500;
font-style: normal;
} body.sidebar_hide .alignfull {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
width: 100vw;
max-width: 100vw;
}
body.sidebar_hide .alignwide {
position: relative;
left: calc(-44vw + 50%);
width: 88vw;
max-width: none;
}
.alignfull > img,
.alignwide > img {
max-width: none;
width: 100%;
} .wp-block-cover.aligncenter {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
table.is-style-stripes > tbody > tr:nth-child(even) > td {
background-color: transparent;
}
.wp-block-image figcaption {
padding: 10px;
margin-bottom: 0;
max-height: 35%;
font-size: 12px;
}
p[style*="font-size:"],
.has-large-font-size,
.has-huge-font-size,
.has-small-font-size,
.has-normal-font-size,
.has-medium-font-size {
line-height: 1.1em;
}
.has-large-font-size,
.has-large-font-size + p {
line-height: 1.1;
}
.wp-block-column .wp-block-quote {
padding: 1em;
}
.wp-block-column .wp-block-quote:first-child {
margin-top: 0;
}
.wp-block-column .wp-block-quote:before {
right: 0.2em;
bottom: 1.2em;
top: auto;
left: auto;
}
.wp-block-pullquote blockquote {
background-image: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
background-color: transparent;
}
.wp-block-button a.wp-block-button__link {
color: inherit;
}
.wp-block-media-text, .wp-block-media-text {
margin: 2em 0;
}
.wp-block-media-text .wp-block-media-text__content p:first-child {
margin-top: 1.6em;
}
.wp-block-separator:not([class*=is-style]) {
width: 15%;
}
.wp-block-separator {
margin: 3em 0;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
}
.wp-block-separator.is-style-dots:before {
font-size: 30px;
letter-spacing: 1.5em;
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
max-width: 400px;
}
.wp-block-cover-text,
.wp-block-cover .wp-block-cover-text strong {
color: inherit;
font-size: inherit;
}
.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: #ffffff;
}
.wp-block-table {
width: 100%;
}
.wp-block-table + .wp-block-table {
margin-top: 2em;
}
.wp-block-image figure.aligncenter {
display: table !important;
}
.wp-block-embed-twitter .twitter-widget {
margin-bottom: 0 !important;
}
figcaption,
figure.wp-block-video figcaption,
figure.wp-block-embed figcaption {
position: static;
-webkit-transition: none;
-o-transition: none;
transition: none;
margin: 0;
}
figure.wp-block-audio:hover figcaption,
figure.wp-block-video:hover figcaption,
figure.wp-block-embed:hover figcaption {
opacity: 1;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.sidebar_hide.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.sidebar_hide.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
content: "";
display: block;
padding-top: 50%;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 56.25%;
}
body.sidebar_hide .wp-block-columns.alignfull .wp-block-column {
padding: 0 1.5em;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
padding: 10px;
}
.wp-block-embed__wrapper {
position: relative;
}
.wp-block-video figcaption {
position: static;
}
.wp-block-audio {
overflow: visible;
}
[class*=wp-block-embed] figcaption {
position: static;
}
figure.wp-block-audio .mejs-container {
height: 40px !important;
}
.wp-block-gallery[class*=align] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.has-drop-cap:not(:focus):first-letter {
font-size: 6em;
}
.wp-block-group.has-background {
padding: 1.5em 2em;
}
.wp-block-group.has-background .wp-block-group__inner-container > *:last-child {
margin-bottom: 0;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border: 1px solid #949494;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} div.wpcf7-response-output {
font-size: 18px;
padding: 0.4em 1em;
}
.trx_addons_field_error, .wpcf7-not-valid {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.trx_addons_message_box_error {
border-width: 2px;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
} .woocommerce #modal,
.woocommerce-page #modal {
z-index: 1;
}
.woocommerce-page #elegro-reset-wrapper .elegro-widget__button,
.woocommerce #elegro-reset-wrapper .elegro-widget__button {
padding: revert;
}
#modal {
position: static !important;
background: none !important;
overflow: visible;
padding: 0 !important;
}
#elegro-reset-wrapper .elegro-widget {
margin: 0 !important;
}
#modal #elegro-reset-wrapper {
margin: 2em 0 3em;
}
#modal #elegro-reset-wrapper .elegro-widget {
margin: 0 !important;
}
#modal[style] + #btn-buy {
display: none;
} .push_negative {
margin-top: -3em !important;
}
.no_padding_lg .trx_addons_columns_wrap.columns_padding_bottom > [class*=trx_addons_column-],
.no_padding_lg .trx_addons_columns_wrap > [class*=trx_addons_column-].columns_padding_bottom {
padding-bottom: 0;
}
.copyright_text {
font-size: 18px;
}
.height_60 {
height: 60px;
}
.bg_color_white {
background-color: #ffffff;
}
.colorpicker_td_extra_style {
vertical-align: middle;
text-align: center;
border: 1px solid #000;
background: #fff;
}
.colorpicker_input_extra_style {
width: 55px;
color: #000;
border: 1px solid rgb(0, 0, 0);
padding: 5px;
background-color: #fff;
font: 11px Arial, Helvetica, sans-serif;
}  .rounded_none {
border-radius: 0;
}
.rounded_tiny {
border-radius: 4px;
}
.rounded_small {
border-radius: 6px;
}
.rounded_medium {
border-radius: 10px;
}
.rounded_large {
border-radius: 15px;
}
.rounded {
border-radius: 50%;
} .theme_scroll_down {
display: inline-block;
text-align: center;
cursor: pointer;
text-transform: uppercase;
font-size: 11px !important;
line-height: 15px !important;
letter-spacing: 2px;
}
.theme_scroll_down:after {
content: "\e938";
font-family: "fontello";
font-size: 16px !important;
line-height: 30px !important;
display: block;
text-align: center;
}
.theme_scroll_down:hover {
-webkit-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
} #makeup {
position: absolute;
z-index: 1000000;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
opacity: 0.5;
}
.admin-bar #makeup {
top: 32px;
}
#makeup {
margin-left: 0;
margin-top: 0;
}
@supports (-ms-ime-align: auto) {
.wpgdprc-checkbox label input[type=checkbox] {
width: auto !important;
}
.wpgdprc-checkbox label {
padding-left: 0 !important;
}
}
.portfolio_wrap .post_featured.hover_icon .post_info {
top: 35%;
font-size: 1em;
max-height: 4em;
overflow: hidden;
}
.woocommerce ul.products li.product.product-type-external .button {
font-size: 12px;
}
.wpcf7-form .wpgdprc {
font-family: inherit;
font-size: inherit;
color: inherit;
font-weight: inherit;
}
.wp-block-cover-image p, .wp-block-cover p {
margin-bottom: 0 !important;
line-height: 1.5em !important;
}
.wp-block-pullquote {
padding: 0;
}
nav.wp-calendar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.wp-block-audio figcaption {
position: relative;
}
header .woocommerce.widget_shopping_cart ul.cart_list li {
padding-right: 1.5em;
}
.sidebar .trx_addons_audio_wrap .trx_addons_audio_navigation {
top: 1em;
}   .post_layout_excerpt {
position: relative;
border-bottom: 1px solid #eee;
padding-bottom: 2.3rem;
margin-bottom: 2.6rem;
}
.post_layout_excerpt.sticky,
.post_layout_excerpt.post_format_quote {
margin-bottom: 2.7rem;
padding-bottom: 2.7rem;
}
.post_layout_excerpt.sticky {
padding: 0 0 2.7rem 0;
border: none;
border-bottom: 1px solid #eee;
}
.post_layout_excerpt.sticky .post_featured {
display: block;
margin-bottom: 0;
}
.post_layout_excerpt.sticky .post_content_sticky_wrapper {
padding: 2.4em 2.25em 2.1em;
}
.post_layout_excerpt.sticky .post_content_sticky_wrapper {
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/light_pattern.png) center center repeat;
}
.post_layout_excerpt .post_featured {
display: inline-block;
}
.post_layout_excerpt.post_format_audio .post_featured.without_thumb,
.post_layout_excerpt.post_format_gallery .post_featured.without_thumb {
display: block;
}
.post_layout_excerpt.post_format_gallery .post_featured.without_thumb {
margin-bottom: 1.6em;
}
.post_layout_excerpt.post_format_gallery.sticky .post_featured.without_thumb {
margin-bottom: 0;
}
.post_layout_excerpt.post_format_audio .post_featured.without_thumb {
margin-bottom: 1.4em;
}
.post_layout_excerpt.post_format_audio.sticky .post_featured.without_thumb {
margin-bottom: 0;
}
.post_layout_excerpt.post_format_gallery .slider_container .slider_prev,
.post_layout_excerpt.post_format_gallery .slider_container .slider_next {
display: none;
}
.post_layout_excerpt .post_header {
margin: 0;
position: relative;
}
.post_layout_excerpt .post_header .post_price {
width: auto;
position: absolute;
z-index: 1;
top: 0;
right: 0;
font-size: 2.5em;
line-height: 1.5em;
}
.post_layout_excerpt .post_title {
font-size: 1.5em;
line-height: 1.2em;
font-weight: 800;
text-transform: none;
margin: 0;
}
.post_layout_excerpt .post_meta_categories_top + .post_title {
margin-top: 0.4em;
}
.post_layout_excerpt .post_meta {
margin-top: 0.9rem;
}
.post_layout_excerpt.post_format_quote .post_meta {
margin-top: 1.7rem;
}
.post_layout_excerpt .post_header + .post_content {
margin-top: 1.2rem;
}
.post_layout_excerpt.post_format_quote blockquote {
margin-left: 0;
margin-right: 0;
}
body[class*=blog_style_classic] .post_layout_excerpt,
body[class*=blog_style_masonry] .post_layout_excerpt {
margin-bottom: 3em;
} .post_layout_excerpt .post_meta .post_meta_item.post_categories {
display: none;
}
.post_layout_excerpt .post_meta_categories_top {
font-size: 0.7em;
line-height: 1.3em;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1.3px;
} .posts_container.columns_wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.posts_container.columns_wrap .post_layout_classic {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_layout_classic {
position: relative;
}
.post_layout_classic .post_featured img {
width: 100%;
}
.post_layout_classic .post_header {
padding-top: 0.01px;
}
.post_layout_classic .post_title {
font-size: 1.5em;
line-height: 1.17em;
margin: 0;
}
.post_layout_classic .post_meta {
margin-top: 0;
}
.post_layout_classic .post_meta + .post_title {
margin-top: 0.6em;
}
.post_layout_classic blockquote {
margin: 0 0 1.4em;
}
.post_layout_classic .post_header + .post_content {
padding-top: 1em;
}
.post_layout_classic.format-aside .post_content_inner + .post_meta,
.post_layout_classic.format-link .post_content_inner + .post_meta,
.post_layout_classic.format-status .post_content_inner + .post_meta {
margin-top: 1em;
} .blog_style_classic_4 .columns_wrap.columns_padding_bottom > .column-1_4 + .column-1_4,
.blog_style_classic_3 .columns_wrap.columns_padding_bottom > .column-1_3 + .column-1_3,
.blog_style_classic_2 .columns_wrap.columns_padding_bottom > .column-1_2 + .column-1_2 {
margin-top: 30px;
}
.blog_style_classic_2 .columns_wrap.columns_padding_bottom > .column-1_2 + .column-1_2:nth-child(2) {
margin-top: 0;
}
.blog_style_classic_3 .columns_wrap.columns_padding_bottom > .column-1_3 + .column-1_3:nth-child(2) {
margin-top: 0;
}
.blog_style_classic_3 .columns_wrap.columns_padding_bottom > .column-1_3 + .column-1_3:nth-child(3) {
margin-top: 0;
}
.blog_style_classic_4 .columns_wrap.columns_padding_bottom > .column-1_4 + .column-1_4:nth-child(2) {
margin-top: 0;
}
.blog_style_classic_4 .columns_wrap.columns_padding_bottom > .column-1_4 + .column-1_4:nth-child(3) {
margin-top: 0;
}
.blog_style_classic_4 .columns_wrap.columns_padding_bottom > .column-1_4 + .column-1_4:nth-child(4) {
margin-top: 0;
} .blog_style_classic_2 .nav-links,
.blog_style_classic_3 .nav-links {
margin-top: 0.7em;
} .masonry_wrap {
position: relative;
margin-right: -30px;
}
.masonry_wrap .masonry_item {
position: relative;
display: inline-block;
vertical-align: top;
padding: 0 30px 0 0;
margin-bottom: 0;
width: 50%;
border-width: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.masonry_wrap .post_layout_masonry {
margin-bottom: 3em;
}
.masonry_wrap .masonry_item-1_3 {
width: 33.3333%;
}
.masonry_wrap .masonry_item-1_4 {
width: 25%;
} .post_layout_portfolio .post_title {
margin: 1em 0 0.4em;
}
.post_layout_portfolio .post_featured {
margin-bottom: 0;
}
.post_layout_portfolio .post_featured img {
width: 100%;
}
.portfolio_wrap {
position: relative;
margin-right: -30px;
}
.post_layout_portfolio {
position: relative;
display: inline-block;
vertical-align: top;
padding: 0 30px 30px 0;
margin-bottom: 0;
width: 50%;
border-width: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.portfolio_wrap.portfolio_3 .post_layout_portfolio {
width: 33.3333%;
}
.portfolio_wrap.portfolio_4 .post_layout_portfolio {
width: 25%;
}
.post_layout_portfolio .label_sticky {
top: -48px;
right: -18px;
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
.post_layout_portfolio.slider-slide {
padding: 0;
} .post_layout_gallery * {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_layout_gallery .post_details {
display: none;
}
.gallery_item_current {
opacity: 0 !important;
}
.gallery_preview {
position: fixed;
z-index: 200000;
top: 0;
left: 0;
width: 50%;
height: 100%;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
pointer-events: none;
}
.gallery_preview:before {
content: " ";
opacity: 0;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
-webkit-transition: opacity 0.6s ease;
-o-transition: opacity 0.6s ease;
transition: opacity 0.6s ease;
}
.gallery_preview_show {
pointer-events: auto;
}
.gallery_preview_show:before {
opacity: 1;
}
.gallery_preview_image_clone {
position: fixed;
z-index: 110;
-webkit-transition: -webkit-transform 0.5s ease;
transition: -webkit-transform 0.5s ease;
-o-transition: transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-backface-visibility: hidden;
}
.gallery_preview_image_original {
position: relative;
z-index: 120;
display: block;
-o-object-fit: contain;
object-fit: contain;
-webkit-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
-webkit-backface-visibility: hidden;
}
.gallery_preview_show .gallery_preview_image_animate { -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
-webkit-transition: opacity 0.2s, -webkit-transform 0.6s;
transition: opacity 0.2s, -webkit-transform 0.6s;
-o-transition: transform 0.6s, opacity 0.2s;
transition: transform 0.6s, opacity 0.2s;
transition: transform 0.6s, opacity 0.2s, -webkit-transform 0.6s;
}
.gallery_preview_image_animate { -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
-webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
transition: opacity 0.2s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}
.gallery_preview_description {
position: absolute;
z-index: 140;
top: 0;
left: 100%;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-webkit-transition: -webkit-transform 1s, opacity 1s;
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, -webkit-transform 1s;
-o-transition: transform 1s, opacity 1s;
transition: transform 1s, opacity 1s;
transition: transform 1s, opacity 1s, -webkit-transform 1s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-webkit-transform: translate3d(0, 30px, 0);
-ms-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
padding: 0 3em;
opacity: 0;
}
.gallery_preview_show .gallery_preview_description {
opacity: 1;
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.gallery_preview_show .post_title {
margin: 0 0 0.5em;
}
.gallery_preview_show .post_meta {
font-size: 1em;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 2em;
}
.gallery_preview_show .post_description_content {
max-width: 100%;
font-size: 1.1429em;
line-height: 2em;
}
.gallery_preview_close {
font-size: 2em;
margin: 0;
padding: 0;
cursor: pointer;
vertical-align: top;
border: none;
background: none;
padding: 1em;
opacity: 0;
position: fixed;
z-index: 150;
top: 0;
right: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-webkit-transform: scale3d(0.6, 0.6, 1);
-ms-transform: scale3d(0.6, 0.6, 1);
transform: scale3d(0.6, 0.6, 1);
}
.gallery_preview_image_loaded .gallery_preview_close {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .chess_wrap {
overflow: hidden;
}
.post_layout_chess {
position: relative;
overflow: hidden;
margin-bottom: 0;
}
.post_layout_chess.sticky {
padding: 0;
border-width: 0;
}
.post_layout_chess .label_sticky {
top: -12px;
left: -12px;
right: auto;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.post_layout_chess .post_featured {
margin-bottom: 0;
width: 50%;
float: right;
max-height: none !important;
}
.post_layout_chess .post_featured_bg:before {
padding-top: 100%;
}
.post_layout_chess .post_inner {
width: 50%;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.post_layout_chess blockquote {
margin: 0;
}
.post_layout_chess_1 .post_inner_content {
padding: 0 14%;
}
.post_layout_chess_2 .post_inner_content {
padding: 0 12%;
}
.post_layout_chess_3 .post_inner_content {
padding: 0 10%;
}
.post_layout_chess .post_header {
padding-top: 0.01px;
}
.post_layout_chess .post_title {
margin: 0;
}
.post_layout_chess .post_meta {
margin-top: 1em;
margin-bottom: 0 !important;
}
.post_layout_chess .post_header + .post_content {
margin-top: 1em;
}
.post_layout_chess .post_content_inner {
overflow: hidden;
position: relative;
padding-bottom: 1em;
}
.post_layout_chess:not(.post_format_aside) .post_content_inner {
padding-top: 0;
}
.post_layout_chess .post_content_inner:after {
content: " ";
width: 100%;
height: 1em;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
}
.post_layout_chess_1.post_format_quote .post_content_inner .post_meta,
.post_layout_chess_1.post_format_link .post_content_inner .post_meta,
.post_layout_chess_1.post_format_status .post_content_inner .post_meta {
margin-top: 1rem;
}
.post_layout_chess_1.post_format_aside .post_content_inner .post_meta {
margin-top: 3rem;
}
.post_layout_chess_1 .post_header + .post_content {
margin-top: 2rem;
}
.post_layout_chess.post_layout_chess_1 .more-link {
margin-top: 1rem;
}
.post_layout_chess_1.post_format_quote .post_header,
.post_layout_chess_1.post_format_link .post_header,
.post_layout_chess_1.post_format_aside .post_header,
.post_layout_chess_1.post_format_status .post_header,
.post_layout_chess_2.post_format_quote .post_header,
.post_layout_chess_2.post_format_link .post_header,
.post_layout_chess_2.post_format_aside .post_header,
.post_layout_chess_2.post_format_status .post_header {
display: none;
}
.post_layout_chess_2 .post_title {
font-size: 1.4rem;
}
.post_layout_chess_2:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner {
font-size: 0.9333rem;
line-height: 1.5em;
max-height: 15.4em;
}
.post_layout_chess_2.post_format_aside .post_meta {
margin-top: 1.3333rem;
}
.post_layout_chess_2.post_format_audio .post_featured .post_audio_title,
.post_layout_chess_3.post_format_audio .post_featured .post_audio_title {
letter-spacing: 0;
}
.post_layout_chess_2.format-chat p > em, .post_layout_chess_2.format-chat p > b, .post_layout_chess_2.format-chat p > strong {
margin-top: 0.8em;
}
.post_layout_chess.post_layout_chess_2 .more-link,
.post_layout_chess.post_layout_chess_3 .more-link {
padding: 0;
letter-spacing: 1.3px;
margin-top: 0.5rem;
}
.post_layout_chess_3 .post_title {
font-size: 1.15rem;
line-height: 1.2em;
}
.post_layout_chess_3 .post_meta {
font-size: 13px;
line-height: 17px;
}
.post_layout_chess_3 .post_content_inner {
font-size: 0.8667rem;
line-height: 1.3486em;
max-height: 6.2rem;
}
.post_layout_chess_3 .post_content {
display: none;
}
.body_style_boxed .post_layout_chess_2 .post_content_inner,
.body_style_boxed .post_layout_chess_2 .post_content_inner + p,
.body_style_boxed .post_layout_chess_3 .post_meta,
.body_style_boxed .post_layout_chess_3 .post_content_inner + p,
.body_style_wide .post_layout_chess_2 .post_content_inner,
.body_style_wide .post_layout_chess_2 .post_content_inner + p,
.body_style_wide .post_layout_chess_3 .post_meta,
.body_style_wide .post_layout_chess_3 .post_content_inner + p {
display: none;
}
.post_layout_chess.post_layout_chess_3 .more-link {
padding: 0;
}
.post_layout_chess_1:nth-child(2n+2) .post_featured {
float: left;
}
.post_layout_chess_1:nth-child(2n+2) .post_inner {
left: auto;
right: 0;
}
.post_layout_chess_2 {
width: 50%;
float: left;
}
.post_layout_chess_2:nth-child(4n+3) .post_featured,
.post_layout_chess_2:nth-child(4n+4) .post_featured {
float: left;
}
.post_layout_chess_2:nth-child(4n+3) .post_inner,
.post_layout_chess_2:nth-child(4n+4) .post_inner {
left: auto;
right: 0;
}
.post_layout_chess_3 {
width: 33.3333%;
float: left;
}
.post_layout_chess_3:nth-child(6n+4) .post_featured,
.post_layout_chess_3:nth-child(6n+5) .post_featured,
.post_layout_chess_3:nth-child(6n+6) .post_featured {
float: left;
}
.post_layout_chess_3:nth-child(6n+4) .post_inner,
.post_layout_chess_3:nth-child(6n+5) .post_inner,
.post_layout_chess_3:nth-child(6n+6) .post_inner {
left: auto;
right: 0;
} .home-page.with_bg_image,
.frontpage.with_bg_image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.home-page.with_bg_image .page_content_wrap,
.frontpage.with_bg_image .page_content_wrap {
background-color: transparent;
} .front_page_section {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.front_page_section > .customize-partial-edit-shortcut button {
left: 2px !important;
}
.front_page_section_paddings_none .front_page_section_content_wrap {
padding: 0;
}
.front_page_section_paddings_small .front_page_section_content_wrap {
padding: 4% 0;
}
.front_page_section_paddings_medium .front_page_section_content_wrap {
padding: 8% 0;
}
.front_page_section_paddings_large .front_page_section_content_wrap {
padding: 12% 0;
}
.front_page_section_paddings_huge .front_page_section_content_wrap {
padding: 16% 0;
}
.front_page_block_empty {
height: 0 !important;
overflow: hidden !important;
clip: rect(0 0 0 0) !important;
margin: 0 !important;
padding: 0 !important;
}
.front_page_section_description,
.front_page_section_content,
.front_page_section_output,
.front_page_section_buttons {
font-size: 1.1429em;
}
.front_page_section .front_page_section_caption {
margin: 0;
text-align: center;
}
.front_page_section_description {
line-height: 1.5em;
text-align: center;
}
.front_page_section_description p:last-child,
.front_page_section_content p:last-child,
.front_page_section_output p:last-child {
margin-bottom: 0;
}
.front_page_section_buttons {
text-align: center;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_description {
margin-top: 1em;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_content,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_content {
margin-top: 3em;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_output,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_output,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_output {
margin-top: 3em;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_columns,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_columns,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_columns {
margin-top: 3em;
}
.front_page_section_caption:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_description:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_content:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_output:not(.front_page_block_empty) + .front_page_section_buttons,
.front_page_section_columns:not(.front_page_block_empty) + .front_page_section_buttons {
margin-top: 2em;
}
.front_page_section_buttons > .front_page_section_button {
margin-top: 1em;
margin-right: 1em;
font-size: 0.8em;
}
.front_page_section_buttons > .front_page_section_button + .front_page_section_button {
margin-right: 0;
}
.front_page_section_columns .front_page_section_caption {
font-size: 2.5em;
line-height: 1.2em;
text-align: left;
}
.front_page_section_columns .front_page_section_output,
.front_page_section_columns .front_page_section_content,
.front_page_section_columns .front_page_section_description {
font-size: 1em;
line-height: 1.5em;
text-align: left;
}
.front_page_section_columns h1,
.front_page_section_columns h2,
.front_page_section_columns h3,
.front_page_section_columns h4,
.front_page_section_columns h5,
.front_page_section_columns h6 {
margin-top: 1em;
margin-bottom: 0.3em;
}
.front_page_section_columns h1:first-child,
.front_page_section_columns h2:first-child,
.front_page_section_columns h3:first-child,
.front_page_section_columns h4:first-child,
.front_page_section_columns h5:first-child,
.front_page_section_columns h6:first-child {
margin-top: 0;
}
.front_page_section_columns p {
margin: 0;
}
.front_page_section_columns p + p {
margin-top: 0.5em;
} .front_page_section_title_description {
line-height: 1.75em;
}
.front_page_section_title_caption:not(.front_page_block_empty) + .front_page_section_title_description {
margin-top: 2em;
} .front_page_section_features .sc_item_descr {
padding: 1em 0;
}
.front_page_section_features .sc_services_light .sc_services_item_icon {
font-size: 4em;
} .front_page_section_subscribe .front_page_section_output {
max-width: 50%;
margin-left: auto;
margin-right: auto;
}
.front_page_section_subscribe .mc4wp-form .mc4wp-form-fields input[type=email] {
padding: 1em;
} .front_page_section_googlemap .front_page_section_output {
-webkit-box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
-ms-box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.4);
}  [class*=sc_button_hover_slide] {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_button_hover_just_init {
-webkit-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
[class*=sc_button_hover_]:not(.sc_button_bg_image) {
-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0.3s linear;
-o-transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0.3s linear;
transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0.3s linear;
} .sc_button_hover_arrow {
position: relative;
overflow: hidden;
padding-left: 2em !important;
padding-right: 2em !important;
}
.sc_button_hover_arrow:before {
content: "\e8f4";
font-family: "fontello";
position: absolute;
z-index: 1;
right: -2em !important;
left: auto !important;
top: 50% !important;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: transparent !important;
color: inherit !important;
}
.sc_button_hover_arrow:hover:before,
.sc_button_hover_arrow.active:before,
.vc_active .sc_button_hover_arrow:before {
right: 0.5em !important;
} .post_featured[class*=hover_] {
position: relative;
-webkit-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.post_featured[class*=hover_],
.post_featured[class*=hover_] * {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_featured .mask {
content: " ";
position: absolute;
z-index: 4;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.post_featured .post_info {
position: absolute;
z-index: 6;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
-ms-transform: translate(-50%, -50%) scale(0.5, 0.5);
transform: translate(-50%, -50%) scale(0.5, 0.5);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
display: none;
font-size: 1.1429em;
line-height: 1.3em;
width: 90%;
text-align: center;
margin: -1em auto 0;
opacity: 0;
} .post_featured.hover_ .icons {
position: absolute;
z-index: 7;
top: 0;
left: 0;
right: 0;
bottom: 0;
} .post_featured.hover_icon,
.post_featured.hover_icons {
position: relative;
}
.post_featured.hover_icon .mask {
background-color: rgba(39, 36, 32, 0.4);
}
.post_featured.hover_icon:hover .mask {
opacity: 1;
}
.post_featured.hover_icon .icons,
.post_featured.hover_icons .icons {
position: absolute;
z-index: 5;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.post_featured.hover_icon .icons a,
.post_featured.hover_icons .icons a {
display: inline-block;
font-size: 1.7143em;
cursor: pointer;
opacity: 0;
margin: -1em 0 0 -1em;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
-webkit-transform: scale(0.3, 0.3);
-ms-transform: scale(0.3, 0.3);
transform: scale(0.3, 0.3);
-webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
-webkit-transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
-o-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s, -webkit-transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
border-radius: 50%;
}
.post_featured.hover_icon .icons a {
font-size: 3.8em;
}
.post_featured.hover_icons .icons a {
margin-left: -2.25em;
}
.post_featured.hover_icons .icons a + a {
margin-left: 0.25em;
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.post_featured.hover_icons .icons a.single_icon {
margin-left: 0;
}
.post_featured.hover_icon:hover .icons a,
.post_featured.hover_icons:hover .icons a {
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
-webkit-transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: all 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
-o-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.post_featured.hover_icons:hover .icons a + a {
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s;
} .post_featured.hover_zoom:before {
content: " ";
position: absolute;
z-index: 5;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
border: 2px solid #fff;
background-color: rgba(0, 0, 0, 0.15);
-webkit-transform: scale(0, 0) rotate(0deg);
-ms-transform: scale(0, 0) rotate(0deg);
transform: scale(0, 0) rotate(0deg);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_zoom:hover:before {
-webkit-transform: scale(1, 1) rotate(45deg);
-ms-transform: scale(1, 1) rotate(45deg);
transform: scale(1, 1) rotate(45deg);
}
.post_featured.hover_zoom .mask {
background-color: rgba(255, 255, 255, 0.15);
}
.post_featured.hover_zoom:hover .mask {
opacity: 1;
}
.post_featured.hover_zoom .icons {
position: absolute;
z-index: 6;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
}
.post_featured.hover_zoom .icons a {
display: inline-block;
font-size: 18px;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
color: #fff;
position: relative;
left: -50px;
opacity: 0;
border-radius: 3px;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_zoom .icons a + a {
margin-left: 8px;
left: 50px;
}
.post_featured.hover_zoom .icons a:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
}
.post_featured.hover_zoom:hover .icons a {
left: 0;
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
} .post_featured.hover_dots:hover .mask {
opacity: 1;
}
.post_featured.hover_dots .icons {
position: absolute;
z-index: 6;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.post_featured.hover_dots .icons span {
display: inline-block;
opacity: 0;
position: absolute;
z-index: 5;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 6px;
height: 6px;
border-radius: 50%;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.post_featured.hover_dots:hover .icons span {
opacity: 1;
display: inline-block;
}
.post_featured.hover_dots:hover .icons span:first-child {
margin-left: -13px;
}
.post_featured.hover_dots:hover .icons span + span + span {
margin-left: 13px;
}
.post_featured.hover_dots.hover_with_info .icons span {
margin-top: 1em;
}
.post_featured.hover_dots .post_info,
.post_featured.hover_icon .post_info {
display: block;
top: 45%;
}
.post_featured.hover_icon.hover_with_info .icons a {
margin-top: -0.5em;
}
.post_featured.hover_dots:hover .post_info,
.post_featured.hover_icon:hover .post_info {
-webkit-transform: translate(-50%, -50%) scale(1, 1);
-ms-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1);
opacity: 1;
} .post_featured.hover_fade,
.post_featured.hover_slide,
.post_featured.hover_pull,
.post_featured.hover_border {
position: relative;
overflow: hidden;
}
.post_featured.hover_fade .post_info,
.post_featured.hover_slide .post_info,
.post_featured.hover_pull .post_info,
.post_featured.hover_border .post_info {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
overflow: hidden;
text-align: center;
display: block;
margin: 0;
opacity: 1;
font-size: 1em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: none;
-o-transition: none;
transition: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_border .post_info .post_title {
font-weight: 400;
font-size: 1.5em;
line-height: 1.4em;
margin: 0 0 0.5em;
text-transform: uppercase;
text-align: center;
}
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border .post_info .post_descr {
margin: 0;
position: relative;
padding: 0.5em 1em;
text-align: center;
}
.post_featured.hover_fade .post_info .post_title span,
.post_featured.hover_slide .post_info .post_title span,
.post_featured.hover_pull .post_info .post_title span,
.post_featured.hover_border .post_info .post_title span {
font-weight: 700;
}
.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
display: none;
}
.post_featured.hover_fade img,
.post_featured.hover_fade .post_info .post_info_back,
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_info_back,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull img,
.post_featured.hover_pull .post_info .post_info_back,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_info_back,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
margin-top: 1em;
display: none;
} .post_featured.hover_fade:hover .mask {
opacity: 1;
}
.post_featured.hover_fade .post_info .post_info_back {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
text-align: center;
padding: 15px;
margin-top: 100%;
opacity: 0;
}
.post_featured.hover_fade.top_to_bottom .post_info .post_info_back {
margin-top: -100%;
}
.post_featured.hover_fade.bottom_to_top .post_info .post_info_back {
margin-top: 100%;
}
.post_featured.hover_fade.left_to_right .post_info .post_info_back {
margin-left: -100%;
}
.post_featured.hover_fade.right_to_left .post_info .post_info_back {
margin-left: 100%;
}
.post_featured.hover_fade:hover .post_info .post_info_back {
margin: 0 !important;
opacity: 1;
} .post_featured.hover_slide .mask {
opacity: 0.3;
}
.post_featured.hover_slide:hover .mask {
opacity: 1;
}
.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
text-align: left;
}
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
position: relative;
margin: 0;
}
.post_featured.hover_slide .post_info .post_title {
padding: 0 0 15px;
margin: 30px 30px 15px !important;
overflow: hidden;
}
.post_featured.hover_slide .post_info .post_title:after {
content: " ";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.post_featured.hover_slide:hover .post_info .post_title:after {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.post_featured.hover_slide img {
max-width: none;
width: calc(100% + 20px);
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
.post_featured.hover_slide:hover img {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
text-align: left;
}
.post_featured.hover_slide .post_info .post_descr {
padding: 0 30px 30px;
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.post_featured.hover_slide:hover .post_info .post_descr {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
} .post_featured.hover_pull .post_info,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
text-align: left;
}
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
}
.post_featured.hover_pull .mask {
opacity: 0.3;
}
.post_featured.hover_pull:hover .mask {
opacity: 1;
}
.post_featured.hover_pull:hover img {
-webkit-transform: translateY(-60px);
-ms-transform: translateY(-60px);
transform: translateY(-60px);
}
.post_featured.hover_pull .post_info .post_title {
padding: 20px;
}
.post_featured.hover_pull:hover .post_info .post_title {
-webkit-transform: translateY(-70px);
-ms-transform: translateY(-70px);
transform: translateY(-70px);
}
.post_featured.hover_pull .post_info .post_descr {
height: 60px;
-webkit-transform: translateY(60px);
-ms-transform: translateY(60px);
transform: translateY(60px);
}
.post_featured.hover_pull:hover .post_info .post_descr {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_pull .post_info .post_descr .post_meta {
max-height: 60px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
padding: 0 10px 0 20px;
} .post_featured.hover_border:hover .mask {
opacity: 1;
}
.post_featured.hover_border .post_info:before,
.post_featured.hover_border .post_info:after {
content: " ";
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
pointer-events: none;
}
.post_featured.hover_border .post_info:before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
}
.post_featured.hover_border:hover .post_info:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.post_featured.hover_border .post_info:after {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
}
.post_featured.hover_border:hover .post_info:after {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
}
.post_featured.hover_border .post_info .post_info_back {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
text-align: center;
padding: 45px;
}
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.post_featured.hover_border:hover img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
opacity: 0;
position: relative;
text-align: center;
margin: 0;
}
.post_featured.hover_border .post_info .post_title {
font-size: 1.2em;
padding: 0 0 15px;
-webkit-transform: translateY(-1em);
-ms-transform: translateY(-1em);
transform: translateY(-1em);
}
.post_featured.hover_border:hover .post_info .post_title {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_border .post_info .post_descr {
padding: 0;
-webkit-transform: translateY(1em);
-ms-transform: translateY(1em);
transform: translateY(1em);
}
.post_featured.hover_border:hover .post_info .post_descr {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_border .post_info .post_info_item + .post_info_item:before {
content: " ";
display: block;
margin: 0.5em 0 0 0;
} .post_featured.hover_shop {
position: relative;
display: block;
}
.post_item:hover .post_featured.hover_shop .mask,
.post_item:hover .post_featured.hover_shop:hover .mask {
opacity: 1;
}
.post_featured.hover_shop .icons {
position: absolute;
z-index: 1002;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
}
.post_featured.hover_shop .icons a {
display: inline-block;
pointer-events: all;
font-size: 1.2632em !important;
padding: 0 !important;
letter-spacing: 0 !important;
cursor: pointer;
text-align: center;
border: 3px solid #ddd !important;
opacity: 0;
margin-left: -1.76em;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
width: 2.5em;
height: 2.5em;
line-height: 2.5em !important;
border-radius: 0 !important;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
-webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
-o-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
}
.post_featured.hover_shop .icons a.added_to_cart {
display: none;
}
.post_featured.hover_shop .icons a.product_out_stock {
display: none;
}
.product-category .post_featured.hover_shop .icons a,
.post_featured.hover_shop .icons a.product_out_stock + a {
margin-left: 0;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
.post_featured.hover_shop .icons a + a,
.post_featured.hover_shop .icons a + a + a {
margin-left: 1.76em;
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.post_featured.hover_shop .icons a.shop_cart:before {
font-family: "fontello" !important;
font-weight: 400 !important;
content: "\e93d" !important;
}
.post_featured.hover_shop .icons a:before,
.post_featured.hover_shop .icons a:after {
margin: 0 !important;
padding: 0 !important;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.post_featured.hover_shop .icons a:after {
position: absolute;
top: 25%;
left: 25%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
font-size: 0.6em;
}
.post_item:hover .post_featured.hover_shop .icons a,
.post_featured.hover_shop:hover .icons a {
opacity: 1;
-webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
-ms-transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
-webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
-o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.post_item:hover .post_featured.hover_shop .icons a + a,
.post_item:hover .post_featured.hover_shop .icons a + a + a,
.post_featured.hover_shop:hover .icons a + a,
.post_featured.hover_shop:hover .icons a + a + a {
-webkit-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s;
} .post_featured.hover_shop_buttons {
position: relative;
display: block;
overflow: hidden !important;
}
.post_featured.hover_shop_buttons .mask {
display: none;
}
.post_featured.hover_shop_buttons .icons {
position: absolute;
z-index: 1002;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
}
.post_featured.hover_shop_buttons .icons a {
position: absolute;
z-index: 10;
bottom: -5em;
left: 0;
font-size: 1em !important;
letter-spacing: 0 !important;
display: block;
text-transform: none !important;
width: 50%;
text-align: center;
padding: 0.5em 1em !important;
pointer-events: all;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_shop_buttons .icons a + a,
.post_featured.hover_shop_buttons .icons a + a + a {
left: 50%;
}
.post_featured.hover_shop_buttons .icons a:before {
font-family: "fontello" !important;
font-weight: 400 !important;
content: "\e93d" !important;
margin-right: 0.3em;
}
.post_featured.hover_shop_buttons .icons a.shop_link:before {
content: "\e8b5" !important;
}
.post_item:hover .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons:hover .icons a {
bottom: 0;
border-radius: 0;
}
.post_featured.hover_shop_buttons .icons a.added_to_cart {
display: none;
}
.post_featured.hover_shop_buttons .icons a.product_out_stock {
display: none;
}
.product-category .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons .icons a.product_out_stock + a {
width: 100%;
left: 0 !important;
}  .sidebar .trx_addons_columns_wrap {
margin-right: 0;
}
.sidebar .trx_addons_columns_wrap [class*=trx_addons_column-] {
display: block;
width: 100%;
padding: 0;
} .menu_style_right .trx_addons_scroll_to_top {
left: 2em;
right: auto;
} .menu_style_left .sc_layouts_row_fixed_on {
margin-left: 6rem !important;
}
.menu_style_right .sc_layouts_row_fixed_on {
margin-right: 6rem !important;
}
body.mobile_layout.menu_style_left .sc_layouts_row_fixed_on {
margin-left: 0 !important;
}
body.mobile_layout.menu_style_right .sc_layouts_row_fixed_on {
margin-right: 0 !important;
}
.header_position_under:not(.mobile_layout) .top_panel .wpb_row {
background-color: transparent !important;
}
.top_panel.with_bg_image .sc_layouts_row:not(.sc_layouts_row_fixed_on) {
background-color: transparent;
} .content .search_wrap {
max-width: 50%;
margin: 0;
}
.post_item_none_search .search_wrap,
.post_item_none_archive .search_wrap {
max-width: none;
}
.content .search_wrap .search_form_wrap {
width: 100%;
}
.content .search_wrap .search_form_wrap .search_field {
width: 100%;
}
.content .search_wrap .search_submit {
background-color: transparent;
}
.post_item_none_search .search_wrap .search_field,
.post_item_none_archive .search_wrap .search_field {
padding: 1em 3em 1em 1.3em !important;
}
.post_item_none_search .search_wrap .search_submit,
.post_item_none_archive .search_wrap .search_submit {
left: auto;
right: 0;
top: 0;
padding: 0 1em;
}
.post_item_none_search .search_wrap .search_submit:before,
.post_item_none_archive .search_wrap .search_submit:before {
content: "\e975";
font-family: "fontello";
font-size: 20px;
}
.content .search_wrap .search_results {
width: 100%;
}  .sidebar .slider_pagination_pos_bottom > .swiper-pagination,
.sidebar .slider_outer_pagination_pos_bottom > .swiper-pagination {
bottom: 0.5em;
}
.sidebar .slider_container .swiper-pagination-bullet,
.sidebar .slider_outer .swiper-pagination-bullet {
width: 8px;
height: 8px;
line-height: 8px;
text-align: center;
}
.slider_container .swiper-pagination-bullet, .slider_outer .swiper-pagination-bullet {
border-radius: 0;
border: none;
width: 8px;
height: 8px;
opacity: 1;
}
.slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 22px 0 0;
}
.slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet:last-child,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet:last-child,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
margin-right: 0;
}
.slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
bottom: 1.8em;
}
.sc_slider_controls .slider_controls_wrap > a,
.slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap > a,
.slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_top .slider_controls_wrap > a,
.slider_outer_controls_bottom .slider_controls_wrap > a {
width: 2.6em;
height: 2.6em;
line-height: 2.7em;
margin-top: -1.3em;
}  .sc_slider_controls .slider_controls_wrap > a:before,
.slider_container.slider_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_outside .slider_controls_wrap > a:before,
.slider_outer_controls_top .slider_controls_wrap > a:before,
.slider_outer_controls_bottom .slider_controls_wrap > a:before {
font-family: "fontello";
font-size: 1em;
}
.sc_slider_controls .slider_controls_wrap > .slider_prev:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_outside .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_prev:before {
content: "\e981";
}
.sc_slider_controls .slider_controls_wrap > .slider_next:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_outside .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_next:before {
content: "\e982";
}
.slider_elastistack_outer.slider_outer_controls > .slider_controls_wrap > .slider_next:before,
.slider_elastistack.slider_controls > .slider_controls_wrap > .slider_next:before {
content: "\e929";
} .sc_slider_controls.slider_pagination_style_bullets.sc_align_left .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
}
.sc_slider_controls.slider_pagination_style_bullets.sc_align_right .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
}
.sc_slider_controls.slider_pagination_style_bullets.sc_align_center .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet + .slider_pagination_bullet {
margin-left: 20px;
}
.sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet {
width: 8px;
height: 8px;
border-radius: 0;
border-width: 0;
cursor: pointer;
} .sc_slider_controller_titles .sc_slider_controller_info {
font-size: 0.75rem;
line-height: 1.1em;
font-weight: 800;
font-style: normal;
text-transform: none;
letter-spacing: 0;
} .header_widgets_wrap .slider_container .slide_overlay.slide_overlay_large {
background-color: transparent;
}
.header_widgets_wrap .slider_container.slider_titles_center:not(.slider_multi) .slide_info.slide_info_large {
width: 18em;
}
.sidebar .slider_container.slider_multi .slide_info:not(.slide_info_large),
.sidebar .slider_container .slide_info:not(.slide_info_large),
.footer_wrap .slider_container.slider_multi .slide_info:not(.slide_info_large),
.footer_wrap .slider_container .slide_info:not(.slide_info_large) {
bottom: 8px;
}
.sidebar .slider_container.slider_multi .slide_title,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_title,
.footer_wrap .slider_container.slider_multi .slide_title,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_title {
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: 6px;
}
.sidebar .slider_container.slider_multi .slide_date,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_date,
.footer_wrap .slider_container.slider_multi .slide_date,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_date {
font-size: 12px;
line-height: 16px;
}  .footer_wrap .sc_layouts_row {
line-height: 1.7857em;
}
.footer_wrap .sc_layouts_item,
.footer_wrap .sc_layouts_row .widget {
vertical-align: top;
margin-top: 0.5em !important;
margin-bottom: 0.5em !important;
}
.footer_wrap .sc_layouts_item .widget {
margin-top: 0 !important;
margin-bottom: 0 !important;
} .widget_categories_list[class*=column-] [class*=column-],
.sidebar .widget_categories_list [class*=column-] {
width: 100%;
float: none;
overflow: hidden;
}
.widget_categories_list[class*=column-] [class*=column-] + [class*=column-],
.sidebar .widget_categories_list [class*=column-] + [class*=column-] {
margin-top: 0.5em;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_item,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_item {
text-align: left;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image {
display: inline-block;
width: 20%;
}
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image {
display: inline-block;
width: 32px;
vertical-align: middle;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image img,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img {
width: 100%;
height: auto;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_title {
display: inline-block;
vertical-align: middle;
width: 70%;
margin: 0;
font-size: 1em;
text-align: left;
text-transform: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget_categories_list[class*=column-] .categories_list_style_1 .categories_list_image + .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image + .categories_list_title {
padding-left: 1em;
} .footer_wrap .widget_contacts .contacts_description,
.footer_wrap .widget_contacts .contacts_content {
margin-left: auto;
margin-right: auto;
}
.footer_wrap .columns_wrap .widget_contacts .contacts_description,
.footer_wrap .columns_wrap .widget_contacts .contacts_content {
max-width: none;
} body.expand_content .sc_recent_news_style_news-announce .post_size_full,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_full {
height: 656px;
}
body.expand_content .sc_recent_news_style_news-announce .post_size_big,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_big {
height: 328px;
}
body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_medium,
body.expand_content .sc_recent_news_style_news-announce .post_size_small,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_small {
height: 164px;
}
.sidebar .sc_recent_news .post_item .post_title,
.footer_wrap .sc_recent_news .post_item .post_title {
font-size: 1em;
}
.sidebar .sc_recent_news .post_item .post_content,
.footer_wrap .sc_recent_news .post_item .post_content {
font-size: 0.8667em;
line-height: 1.3846em;
} .mfp-inline-holder div.mfp-content,
.mfp-ajax-holder div.mfp-content {
width: auto;
min-width: 55%;
max-width: 85%;
min-height: 40%;
max-height: 80%;
} .sc_layouts_logo .logo_text {
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}  .sc_layouts_title_caption {
font-size: 3.5em;
}
h3.sc_item_title_tag + .sc_item_descr,
h3.sc_item_title_tag + .sc_item_slider,
h3.sc_item_title_tag + .sc_item_columns,
h3.sc_item_title_tag + .sc_item_content {
margin-top: 2.75em;
}
.sc_title_extra .sc_item_title {
text-transform: uppercase;
}
h6.sc_item_title_style_extra.sc_item_title_tag,
.sc_title_extra h6.sc_item_title_tag {
font-size: 1.25em;
line-height: 1em;
font-weight: 800;
font-style: normal;
} .trx_addons_title_decoration {
position: relative;
padding-bottom: 22px;
margin: 0 0 0.5em 0;
}
h6.trx_addons_title_decoration {
font-size: 14px;
line-height: 18px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1.4px;
margin-bottom: 1.1em;
}
h6.trx_addons_title_decoration + p {
margin-bottom: 2em;
}
.trx_addons_title_decoration:after {
content: "";
display: block;
width: 30px;
height: 3px;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
background-color: #a49680;
} .trx_addons_title_extra {
margin: 0 0 0.5em 0;
}
.trx_addons_title_extra:last-child {
margin-bottom: 0;
}
h6.trx_addons_title_extra {
font-size: 14px;
line-height: 18px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1.4px;
margin-bottom: 1.1em;
}
ul[class*=trx_addons_list] + h6.trx_addons_title_extra {
margin: 2.3em 0 0 0;
} .sc_item_subtitle {
font-size: 0.7em;
line-height: 1.3em;
font-weight: 800;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1.3px;
}
.sc_item_subtitle + .sc_item_title {
margin-top: 0.25em;
} .alter_text_small {
font-size: 18px;
} .sc_table_extra.sc_table tr > td {
-webkit-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.sc_table_extra.sc_table tr > td:first-child {
letter-spacing: 1.3px;
white-space: nowrap;
}
.sc_table_extra.sc_table tr > td > a:hover {
text-decoration: underline;
} .trx_addons_scroll_to_top {
width: 2.8em;
height: 2.8em;
line-height: 2.8em;
text-align: center;
} .breadcrumbs {
font-size: 0.6em;
line-height: 1em;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1.3px;
}
.breadcrumbs .breadcrumbs_delimiter {
margin: 0 1em;
}
.breadcrumbs .breadcrumbs_delimiter:before {
display: none;
}
.sc_layouts_title_breadcrumbs {
margin-top: 0.85em;
} .trx_addons_tooltip {
display: inline-block;
line-height: 18px;
}
.trx_addons_tooltip:before {
padding: 0.25em 1em;
font-size: 20px;
line-height: 25px;
font-weight: 500;
white-space: nowrap;
}
.trx_addons_tooltip:after {
border-width: 5px;
margin: 0 0 -9px -4px;
}
.trx_addons_tooltip:before,
.trx_addons_tooltip:after {
bottom: 175%;
}
.trx_addons_tooltip:hover:before,
.trx_addons_tooltip:hover:after {
bottom: 140%;
} .trx_addons_dropcap {
margin: 0.11em 0.4em 0 0;
font-size: 2.5em;
font-weight: 800;
width: 1.4em;
height: 1.4em;
line-height: 1.4em;
text-align: center;
line-height: 1.5;
border-radius: 0;
} ul[class*=trx_addons_list] > li {
line-height: 1.6em;
}
ul[class*=trx_addons_list] > li:first-child {
margin-top: 0;
}
ul[class*=trx_addons_list_custom] > li:before {
font-family: "fontello";
content: "\e96c";
font-size: 0.45em;
left: -2em;
}
ul.trx_addons_list_square > li:before {
content: "\e968";
font-family: "fontello";
font-size: 0.3em;
display: inline-block;
position: absolute;
z-index: 1;
top: 0;
left: -3em;
line-height: inherit;
} .sc_layouts_column_align_right .sc_layouts_item,
.sc_layouts_column_align_right .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin-left: 1.25em;
margin-right: 0;
}
.sc_layouts_column .sc_layouts_item,
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin-right: 1.25em;
margin-left: 0;
} .sc_layouts_row_type_compact {
padding: 1em 0;
}
.sc_layouts_row_type_compact .sc_layouts_item_details_line1,
.sc_layouts_row_type_compact .sc_layouts_item_details_line2 {
font-size: 14px;
line-height: 20px;
font-weight: 800;
letter-spacing: 1.4px;
text-transform: uppercase;
} .sc_layouts_row_type_normal .sc_layouts_item_details_line1,
.sc_layouts_row_type_normal .sc_layouts_item_details_line2 {
font-size: 25px;
line-height: 28px;
font-weight: 800;
text-transform: uppercase;
}
.sc_layouts_row_type_normal .search_wrap .search_submit {
display: block;
font-size: 11px;
text-align: center;
width: 2em;
height: 4em;
line-height: 4em;
position: absolute;
top: 0;
right: 1em;
bottom: auto;
left: auto;
}
.sc_layouts_row_type_normal .search_wrap .search_submit:before {
font-size: 28px;
}
.sc_layouts_row_type_normal .search_wrap.search_style_fullscreen:not(.search_opened) .search_field,
.sc_layouts_row_type_normal .search_wrap.search_style_fullscreen:not(.search_opened) .search_submit,
.sc_layouts_row_type_normal .search_wrap.search_style_fullscreen:not(.search_opened) .search_submit:before {
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
background-color: transparent;
}
.sc_layouts_row_type_normal .search_wrap .search_field {
border: none;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen .search_field {
height: 4em;
line-height: 4em;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_submit {
width: 4em;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_field {
padding: 0 2em 0 2em !important;
} .sc_layouts_search .search_wrap {
min-width: 1em;
}
.search_style_fullscreen.search_opened .search_field,
.search_style_fullscreen.search_opened .search_submit,
.search_style_fullscreen.search_opened .search_submit:before {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.sc_layouts_search .search_submit:before {
font-family: "fontello";
content: "\e975";
}
.sc_layouts_search .search_close:before {
font-family: "fontello";
content: "\e97f";
}
.search_style_fullscreen.search_opened .search_submit,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_submit {
font-size: 1.2rem;
}
.search_style_fullscreen.search_opened .search_field,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_field {
padding: 0 2.2em !important;
font-size: 1.2rem !important;
font-weight: 500 !important;
text-transform: none;
letter-spacing: 0;
}
.search_style_fullscreen.search_opened .search_close {
font-size: 0.8rem;
}
.sc_layouts_row_type_normal .search_wrap.search_style_fullscreen.search_opened .search_field {
border-radius: 0;
}
.ua_chrome .sc_layouts_row_type_normal .search_wrap.search_style_fullscreen input:-webkit-autofill,
.ua_chrome .sc_layouts_row_type_normal .search_wrap.search_style_fullscreen input:-webkit-autofill:hover,
.ua_chrome .sc_layouts_row_type_normal .search_wrap.search_style_fullscreen input:-webkit-autofill:focus,
.ua_chrome .sc_layouts_row_type_normal .search_wrap.search_style_fullscreen input:-webkit-autofill:active {
-webkit-transition: color 50000s ease-in-out 90000s, background-color 50000s ease-in-out 90000s !important;
transition: color 50000s ease-in-out 90000s, background-color 50000s ease-in-out 90000s !important;
}
.trx_addons_woocommerce_search .trx_addons_woocommerce_search_button {
margin-top: 1em;
}
.trx_addons_woocommerce_search .trx_addons_woocommerce_search_button:before {
margin-right: 10px;
} .sc_layouts_menu_nav > li > ul {
top: 3.3em;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_nav > li ul {
width: 15.3em;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_nav > li > ul ul {
left: 15.3em;
top: -2em;
}
.sc_layouts_menu_nav > li > ul ul.submenu_left {
left: -15.3em;
}
.sc_layouts_menu_nav > li.menu-collapse > ul {
right: -12.9em;
}
.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse > ul {
right: -12.9em;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_nav > li ul {
padding: 2em 0;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li li > a {
margin: 0 1.2em;
padding: 1.2em 1.6em;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.sc_layouts_menu_nav li li.menu-item-has-children > a:after {
font-family: "fontello";
content: "\e982";
font-size: 1.2em;
width: 2em;
height: 2em;
line-height: 2.1em;
text-align: center;
top: 0.65em;
right: 1em;
-webkit-transition: background 0.3s ease, color 0.3s ease;
-o-transition: background 0.3s ease, color 0.3s ease;
transition: background 0.3s ease, color 0.3s ease;
}
.sc_layouts_menu_nav > li > a {
padding: 0.6em;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a {
padding-right: 0.6em;
}
.sc_layouts_menu_nav > li > ul:before {
content: "";
pointer-events: none;
display: block !important;
position: absolute;
z-index: 2;
left: 10%;
top: -4px;
opacity: 1;
width: 0;
height: 0;
border-style: solid;
border-width: 0 4px 4px 4px;
border-color: transparent transparent #272420 transparent;
}
.sc_layouts_menu_nav .menu-collapse > a:before {
font-size: 14px;
top: -1px;
}
.menu_hover_color_line > ul > li:not(.menu-collapse) > a:before,
.menu_hover_color_line > ul > li:not(.menu-collapse) > a:after,
.menu_hover_color_line > ul > li.menu-item-has-children:not(.menu-collapse) > a:after {
top: 1.7em;
right: 0.25em !important;
left: 0.2em;
height: 3px;
}
.sc_layouts_row .sc_layouts_column_align_left .sc_layouts_menu.menu_hover_color_line > ul > li:first-child {
margin-left: 0;
}
.menu_hover_color_line .sc_layouts_menu_nav > li > a {
padding: 0;
}
.menu_hover_color_line .sc_layouts_menu_nav > li {
margin: 0.6em;
}
.menu_hover_color_line .sc_layouts_menu_nav > li.menu-item-has-children > a {
padding-right: 0;
}
.menu_hover_roll_down .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.menu_hover_zoom_line .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.menu_hover_slide_box .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.menu_hover_slide_line .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.menu_hover_fade_box .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.menu_hover_fade .sc_layouts_menu_nav > li.menu-item-has-children > a:after {
display: none;
}
#trx_addons_login_popup.trx_addons_popup {
width: 630px;
max-width: 100%;
} .socials_wrap .social_item .social_icon {
font-size: 0.7em;
border-radius: 0;
}
.footer_wrap .socials_wrap .social_item .social_icon {
font-size: 0.86em;
} .sc_events_item_button:before,
.sc_events_item_button:after {
content: "\e93a";
font-family: "fontello";
} .sc_form .sc_form_info_item .sc_form_info_icon:before {
font-family: "fontello";
}
.sc_form .sc_form_info_item_address .sc_form_info_icon:before {
content: "\e8fd";
}
.sc_form .sc_form_info_item_email .sc_form_info_icon:before {
content: "\e8fa";
}
.sc_form .sc_form_info_item_phone .sc_form_info_icon:before {
content: "\e8f5";
} .footer_wrap .sc_icons .sc_icons_icon + .sc_icons_item_title {
margin-top: 1em;
margin-bottom: 2em;
}
.sc_icons .sc_icons_item {
padding: 2.3em 2em;
}
.sc_icons .sc_icons_item_title {
font-size: 1.75em;
line-height: 1.3em;
font-weight: 800;
font-style: normal;
letter-spacing: 1px;
text-transform: uppercase;
}
.sc_icons_item_description {
padding-top: 1.4em;
font-size: 0.7em;
line-height: 1.3em;
font-weight: 800;
font-style: normal;
letter-spacing: 1.3px;
text-transform: uppercase;
position: relative;
}
.sc_icons .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_icon + .sc_icons_item_description {
margin-top: 0.7em;
}
.sc_icons_item_title + .sc_icons_item_description {
margin-top: 0.9em;
}
.sc_icons .sc_icons_item_description:before {
content: "";
display: block;
width: 30px;
height: 3px;
position: absolute;
z-index: 1;
top: 0;
left: 0;
background-color: #a49680;
}
.sc_icons.sc_align_center .sc_icons_item_description:before {
position: absolute;
z-index: 1;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.sc_icons.sc_align_right .sc_icons_item_description:before {
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.sc_icons .sc_icons_icon:before,
.sc_icons .sc_icons_icon > span:before {
font-size: 4rem;
line-height: 1.1em !important;
}
.sc_icons_size_small .sc_icons_icon:before,
.sc_icons_size_small .sc_icons_icon > span:before {
font-size: 2.5rem;
}
.sc_icons_size_large .sc_icons_icon:before,
.sc_icons_size_large .sc_icons_icon > span:before {
font-size: 6rem;
} .sc_icons_modern .sc_icons_item {
padding: 0;
text-align: left;
width: 100%;
height: 100%;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
}
.sc_icons_modern.sc_align_center .sc_icons_item {
text-align: left;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.sc_icons_modern.sc_align_right .sc_icons_item {
text-align: left;
-ms-flex-pack: right;
-webkit-box-pack: right;
justify-content: right;
}
.sc_icons_modern .sc_icons_item .sc_icons_item_title {
font-size: 1.5em;
line-height: 1.2em;
font-weight: 800;
font-style: normal;
letter-spacing: 0;
text-transform: none;
margin: 0;
}
.sc_icons_modern .sc_icons_icon {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 4.2em;
height: 4.2em;
line-height: 4.2em;
border: 3px solid #fff;
text-align: center;
max-width: 100%;
}
.sc_icons_modern .sc_icons_item_content {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
margin-top: 6px;
max-width: 100%;
}
.sc_icons_modern .sc_icons_icon + .sc_icons_item_content {
margin-left: 1.35em;
}
.sc_icons_modern .sc_icons_item_description {
font-size: 1em;
line-height: 1.2em;
font-weight: 500;
font-style: normal;
text-transform: none;
letter-spacing: 0;
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon > span {
-webkit-animation: none;
animation: none;
}
.sc_icons_modern .sc_icons_icon:before,
.sc_icons_modern .sc_icons_icon > span:before {
font-size: 1.6rem;
line-height: inherit !important;
}
.sc_icons_modern.sc_icons_size_small .sc_icons_icon:before,
.sc_icons_modern.sc_icons_size_small .sc_icons_icon > span:before {
font-size: 1.3rem;
}
.sc_icons_modern.sc_icons_size_large .sc_icons_icon:before,
.sc_icons_modern.sc_icons_size_large .sc_icons_icon > span:before {
font-size: 2rem;
} .sc_portfolio_default .sc_portfolio_item {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
} .services_page_tabs {
margin-top: 5em;
}
.services_page_tabs .comments_list_wrap,
.services_page_tabs .comments_form_wrap:first-child {
margin-top: 0;
padding-top: 0;
border-top-width: 0;
}
.services_page_tabs .comments_list_wrap + .comments_form_wrap {
margin-top: 3em;
padding-top: 3em;
border-top-width: 1px;
} .sc_services_default .sc_services_item_title {
font-size: 1.2em;
line-height: 1.3em;
font-weight: 800;
}
.sc_services_default .sc_services_item_subtitle {
font-size: 0.9286em;
line-height: 1.5em;
font-weight: 500;
font-style: normal;
letter-spacing: 0;
}
.sc_services_default .sc_services_item_info {
padding: 2.5em 2em;
}
.sc_services_default .sc_services_item_content {
margin-top: 1.3em;
}
.sc_services_hover .sc_services_item {
position: relative;
text-align: center;
-webkit-perspective: none;
-ms-perspective: none;
perspective: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.sc_services_hover .sc_services_item_number {
font-size: 2em;
}
.sc_services_hover .sc_services_item_header {
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.sc_services_hover .sc_services_item:hover .sc_services_item_header {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.sc_services_hover .sc_services_item_header_inner {
padding: 2em 3.2em;
}
.sc_services_hover .sc_services_item::before {
padding-top: 90%;
}
.sc_services_hover .sc_services_item.with_image .sc_services_item_header:before {
background: rgba(39, 36, 32, 0.5);
}
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header:before {
background: rgba(39, 36, 32, 0.55);
}
.sc_services_hover .sc_button.sc_button_simple {
padding: 0;
}
.sc_services_hover .sc_button.sc_button_simple:before,
.sc_services_hover .sc_button.sc_button_simple:after {
display: none;
}
.sc_services_hover .sc_services_item_title + .sc_services_item_button {
margin-top: 1em;
}
.sc_services_hover .sc_services_item_icon,
.sc_services_hover .sc_services_item_pictogram {
font-size: 2em;
}
.sc_services_hover .sc_services_item_price {
text-shadow: none;
}
.sc_services_hover .sc_services_item_header .sc_services_item_title {
margin: 0;
}
.sc_services_hover .sc_services_item_header .sc_services_item_icon + .sc_services_item_title,
.sc_services_hover .sc_services_item_header .sc_services_item_pictogram + .sc_services_item_title,
.sc_services_hover .sc_services_item_header .sc_services_item_number + .sc_services_item_title {
margin-top: 0.5em;
} .sc_price_item {
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/light_pattern.png) center center repeat;
}
.sc_price_item_info {
padding: 2.8em 2em;
}
.sc_price_item_title {
position: relative;
padding-bottom: 24px;
font-size: 0.7em;
line-height: 1.3em;
font-weight: 800;
}
.sc_price_item_title:after {
content: "";
display: block;
width: 30px;
height: 3px;
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #a49680;
}
.sc_price_item_title > span {
display: block;
}
.sc_price_item_price {
font-size: 2.5em;
line-height: 1.3em;
font-weight: 800;
}
.sc_price_item_description,
.sc_price_item_details {
font-size: 0.9em;
line-height: 1.3em;
font-weight: 500;
font-style: normal;
}
.sc_price_item_details > ul {
padding-left: 0;
list-style-type: none;
}
.sc_price_item_details > ul.trx_addons_list {
padding-left: 1.2em;
}
.sc_price_item_link.sc_button {
padding: 1em 2.2em;
}
.sc_price_item_price + .sc_price_item_title {
margin-top: 0.5em;
}
.sc_price_item_details {
margin-top: 1.2em;
}
.sc_price_item_subtitle + .sc_price_item_link,
.sc_price_item_title + .sc_price_item_link,
.sc_price_item_description + .sc_price_item_link,
.sc_price_item_details + .sc_price_item_link {
margin-top: 1.4em;
} .single-cpt_team .comments_list_wrap {
margin-top: 0;
border-top: none;
}
.sc_team_default .sc_team_item_info {
padding: 1.9em 3em 1.7em;
}
.sc_team_default .sc_team_item_title {
position: relative;
padding-bottom: 22px;
margin-bottom: 1.3em;
font-size: 0.7em;
line-height: 1.3em;
font-weight: 800;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1.3px;
}
.sc_team_default .sc_team_item_title:after {
content: "";
display: block;
width: 30px;
height: 3px;
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #a49680;
}
.sc_team_default .sc_team_item_subtitle {
font-size: 0.9em;
line-height: 1.3em;
font-weight: 500;
font-style: normal;
}
.sc_team_default .sc_team_item_socials {
margin: 0;
}
.sc_team_default .sc_team_item_socials .social_item {
margin: 0 5px 5px 0;
}
.sc_team_default .sc_team_item_socials .social_item .social_icon {
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
}
.sc_team_default .sc_team_item_header + .sc_team_item_socials {
margin-top: 1.4em;
}
.team_member_page .team_member_socials .social_item .social_icon {
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
}
.team_member_page .team_member_socials .social_item {
margin: 0 8px 8px 0;
}
.team_member_page .team_member_position {
font-size: 2em;
line-height: 1.3em;
}
.team_member_page .team_member_details {
margin-top: 1em;
}
.team_member_page .team_member_brief_info {
margin-top: 1.5em;
} .sc_testimonials_item_content:before {
content: "\e96f";
font-family: "fontello";
}
.sc_testimonials_item_content {
text-align: left;
font-size: 1em;
line-height: 1.3em;
font-weight: 500;
font-style: normal;
}
.sc_testimonials_item_author_avatar {
border-radius: 0;
}
.sc_testimonials_extra h3.sc_item_title_tag + .sc_item_descr,
.sc_testimonials_extra h3.sc_item_title_tag + .sc_item_slider,
.sc_testimonials_extra h3.sc_item_title_tag + .sc_item_columns,
.sc_testimonials_extra h3.sc_item_title_tag + .sc_item_content {
margin-top: 2.4em;
}
.sc_testimonials_extra .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets,
.sc_testimonials_extra .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets,
.sc_testimonials_extra .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
bottom: 0;
}
.sc_testimonials_extra .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.sc_testimonials_extra .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.sc_testimonials_extra .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 12px 0 0;
}
.sc_testimonials_extra .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet:last-child,
.sc_testimonials_extra .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet:last-child,
.sc_testimonials_extra .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
margin-right: 0;
}
.sc_testimonials_extra {
padding: 5.8em 5em 4.5em;
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/dark_pattern.png) center center repeat;
}
.sc_testimonials_extra .sc_testimonials_item {
padding: 0.2em 0;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.sc_testimonials_extra .sc_testimonials_content > .sc_testimonials_item + .sc_testimonials_item {
margin-top: 2em;
}
.sc_testimonials_extra .sc_testimonials_item_container {
padding-right: 4em;
margin-top: -0.2em;
}
.sc_testimonials_extra .sc_testimonials_item_container .sc_testimonials_item_content {
position: relative;
}
.sc_testimonials_extra .sc_testimonials_item_container .sc_testimonials_item_content:before {
font-size: 2.2rem;
line-height: 1em;
position: absolute;
z-index: 1;
top: 0;
right: -1.8em;
margin-bottom: 0;
}
.sc_testimonials_extra .sc_testimonials_item .sc_testimonials_item_author_avatar_container {
margin-right: 2.5em;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.sc_testimonials_extra .sc_testimonials_item .sc_testimonials_item_container {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.sc_testimonials_extra .sc_testimonials_item_author_avatar {
border-radius: 0;
margin: 0;
width: 4.7em;
height: 5em;
}
.sc_testimonials_extra .sc_item_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 2em;
}
.sc_testimonials_extra .slider_container .swiper-pagination,
.sc_testimonials_extra .slider_outer .swiper-pagination {
text-align: left;
}
.sc_testimonials_extra .sc_testimonials_item_author_title {
font-size: 0.9em;
line-height: 1.3em;
font-weight: 500;
font-style: normal;
}
.sc_testimonials_extra .sc_testimonials_item_author_data {
max-width: 75%;
}
.sc_testimonials_extra .sc_testimonials_item_content + .sc_testimonials_item_author_data {
margin-top: 1.4em;
} .sc_testimonials_simple .sc_testimonials_item_content:before {
display: none;
}
.sc_testimonials_simple [class*=column] .sc_testimonials_item_author_data {
border: none;
padding-left: 0;
}
.sc_testimonials_simple .sc_testimonials_item_author_title {
font-size: 0.9em;
line-height: 1.3em;
font-weight: 500;
font-style: normal;
}
.sc_testimonials_simple .sc_testimonials_item_author {
margin: 0.6em auto 0;
padding: 0.5em 0.5em 0.5em 1.3em;
}
.sc_testimonials_simple .slider_container .swiper-pagination,
.sc_testimonials_simple .slider_outer .swiper-pagination {
text-align: left;
}
.sc_testimonials_simple .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.sc_testimonials_simple .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.sc_testimonials_simple .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 12px 0 0;
}
.sc_testimonials_simple .sc_item_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 1.5em;
}
.sc_testimonials_simple .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets,
.sc_testimonials_simple .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets,
.sc_testimonials_simple .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
bottom: 0;
} .sc_countdown_default.sc_countdown .sc_countdown_item {
margin-right: 5px;
width: 3.5em;
height: 3.5em;
line-height: 3.5em;
text-align: center;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.sc_countdown_default.sc_countdown .sc_countdown_item.sc_countdown_seconds {
margin-right: 0;
}
.sc_countdown .sc_countdown_digits {
font-size: 1.25em;
line-height: 1em;
font-weight: 800;
height: auto;
margin-bottom: 0;
}
.sc_countdown_default .sc_countdown_separator {
display: none;
font-size: 1.3em;
line-height: 1.3em;
height: 1.3em;
}
.sc_countdown .sc_countdown_label {
font-size: 0.8em;
line-height: 1em;
font-weight: 500;
}
.sc_countdown_default .sc_countdown_digits span {
width: auto;
}
.sc_countdown_default .sc_countdown_digits span + span {
margin-left: 0;
}
.sc_countdown .sc_countdown_title {
font-size: 1.25em;
line-height: 1em;
font-weight: 800;
font-style: normal;
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
}
.sc_countdown .sc_countdown_title + .sc_countdown_content {
margin: 0 0 0 2em;
display: inline-block;
vertical-align: middle;
} .sc_skills_counter .sc_skills_total {
font-size: 3em;
line-height: 1.35em;
font-weight: 800;
text-align: left;
}
.sc_skills_counter .sc_skills_item_title {
font-size: 0.7em;
line-height: 1.3em;
font-weight: 800;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1.3px;
text-align: left;
}
.sc_skills_counter .sc_skills_column.trx_addons_column-1_1 + .trx_addons_column-1_1 {
margin-top: 2.15em;
} .sc_skills_decoration .sc_skills_item_wrap {
max-width: none;
}
.sc_skills_decoration .sc_skills_item_wrap .sc_skills_item {
position: relative;
padding-bottom: 1em;
}
.sc_skills_decoration .sc_skills_item_wrap .sc_skills_item:after {
content: "";
display: block;
width: 30px;
height: 3px;
background-color: #a49680;
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.sc_skills_decoration .sc_skills_total {
display: block;
font-size: 1.75em;
line-height: 1em;
font-weight: 800;
text-align: center;
}
.sc_skills_decoration .sc_skills_item_title {
font-size: 0.7em;
line-height: 1.3em;
font-weight: 800;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1.3px;
text-align: center;
margin-top: 1em;
}
.sc_skills_decoration .sc_skills_column.trx_addons_column-1_1 + .trx_addons_column-1_1 {
margin-top: 2.3em;
} .sc_blogger_default .sc_blogger_item_content {
padding: 0;
}
.sc_blogger_default .sc_blogger_item_title {
font-size: 1.5em;
line-height: 1.18em;
font-weight: 800;
}
.sc_blogger_default .sc_blogger_item {
text-align: left;
}
.sc_blogger_default .sc_blogger_item .sc_blogger_item_featured {
margin-bottom: 1.15em;
}
.sc_blogger_default .post_meta {
margin: 0;
}
.sc_blogger_default .post_meta + .sc_blogger_item_title {
margin-top: 0.6em;
}
.sc_blogger_default .sc_blogger_item_excerpt {
margin-top: 1em;
}
.sc_blogger_default .sc_blogger_item_excerpt_text {
max-height: 8em;
line-height: 1.4em;
overflow: hidden;
} .sc_blogger_modern .sc_blogger_item_title {
font-size: 1em;
line-height: 1.42em;
font-weight: 500;
font-style: normal;
}
.sc_blogger_modern .sc_blogger_item_title a {
-webkit-transition: color 0.2s ease-out;
-o-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
.sc_blogger_modern .post_meta {
margin-top: 0;
}
.sc_blogger_modern .post_meta .post_meta_item.post_date:first-child {
margin-right: 0;
}
.sc_blogger_modern .sc_blogger_item_header .post_meta + .sc_blogger_item_title {
margin-top: 0.7em;
}
.sc_blogger_modern .sc_blogger_item_content > .post_meta {
margin-top: 1em;
}
.sc_blogger_modern .sc_blogger_item {
padding: 2.3em;
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/light_pattern.png) repeat center center;
background-size: auto;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.sc_blogger_modern .sc_blogger_item + .sc_blogger_item {
margin-top: 1em;
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content {
-webkit-box-flex: 1;
-ms-flex: 1 1 60%;
flex: 1 1 60%;
padding-right: 0;
position: static;
top: 0;
left: 0;
width: auto;
max-width: 100%;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
.sc_blogger_modern .sc_blogger_item_title a {
text-decoration: underline;
}
.sc_blogger_modern .sc_blogger_item_title a:hover {
text-decoration: underline;
}
.sc_blogger_modern .sc_blogger_item_excerpt_text p {
font-size: 0.9em;
line-height: 1.2em;
font-weight: 500;
font-style: normal;
}
.sc_blogger_modern .sc_blogger_item_excerpt_text p:last-child {
margin-bottom: 0;
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_item_featured {
-webkit-box-flex: 0;
-ms-flex: 0 0 160px;
flex: 0 0 160px;
width: auto;
height: auto;
max-width: 100%;
margin-right: 1.7em;
}
.sc_blogger_modern .sc_blogger_slider .slider-wrapper:not(.sc_item_columns_2) .sc_blogger_item .sc_blogger_item_featured,
.sc_blogger_modern .sc_blogger_columns_wrap :not(.trx_addons_column-1_2) .sc_blogger_item .sc_blogger_item_featured {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.sc_blogger_modern .sc_blogger_item .sc_blogger_item_featured.hover_icon .icons a {
font-size: 3em;
}
.sc_blogger_modern .sc_blogger_item.format-video .post_featured.with_thumb .post_video_hover {
font-size: 1.3em;
line-height: 2.2em;
} .sc_blogger_modern .slider-wrapper[class*=sc_item_columns_]:not(.sc_item_columns_1):not(.sc_item_columns_2) .sc_blogger_item {
padding: 1.5em;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.sc_blogger_modern .slider-wrapper[class*=sc_item_columns_]:not(.sc_item_columns_1):not(.sc_item_columns_2) .sc_blogger_item .sc_blogger_item_content {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.sc_blogger_modern .slider-wrapper[class*=sc_item_columns_]:not(.sc_item_columns_1):not(.sc_item_columns_2) .sc_blogger_item .sc_blogger_item_featured {
margin: 0 0 1em 0;
} .sc_blogger_modern .sc_blogger_columns_wrap [class*=trx_addons_column-1_]:not(.trx_addons_column-1_1):not(.trx_addons_column-1_2) .sc_blogger_item {
padding: 1.5em;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.sc_blogger_modern .sc_blogger_columns_wrap [class*=trx_addons_column-1_]:not(.trx_addons_column-1_1):not(.trx_addons_column-1_2) .sc_blogger_item .sc_blogger_item_featured {
margin: 0 0 1em 0;
} .sc_blogger_default .sc_blogger_columns_wrap .trx_addons_column-1_2 + .trx_addons_column-1_2 {
margin-top: 30px;
}
.sc_blogger_default .sc_blogger_columns_wrap .trx_addons_column-1_2:nth-child(2) {
margin-top: 0;
} .sc_blogger_default .sc_blogger_columns_wrap .trx_addons_column-1_3 .sc_blogger_item .sc_blogger_item_title {
font-size: 1.1em;
line-height: 1.15em;
font-weight: 800;
letter-spacing: 0.3px;
}
.sc_blogger_default .sc_blogger_columns_wrap .trx_addons_column-1_3 + .trx_addons_column-1_3 {
margin-top: 30px;
}
.sc_blogger_default .sc_blogger_columns_wrap .trx_addons_column-1_3:nth-child(2) {
margin-top: 0;
}
.sc_blogger_default .sc_blogger_columns_wrap .trx_addons_column-1_3:nth-child(3) {
margin-top: 0;
} .sc_blogger_default .sc_blogger_columns_wrap .trx_addons_column-1_4 + .trx_addons_column-1_4 {
margin-top: 30px;
}
.sc_blogger_default .sc_blogger_columns_wrap .trx_addons_column-1_4:nth-child(2) {
margin-top: 0;
}
.sc_blogger_default .sc_blogger_columns_wrap .trx_addons_column-1_4:nth-child(3) {
margin-top: 0;
}
.sc_blogger_default .sc_blogger_columns_wrap .trx_addons_column-1_4:nth-child(4) {
margin-top: 0;
}  .post_content > .elementor {
margin-left: -15px;
margin-right: -15px;
} .elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated {
padding: 5px;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
padding: 10px;
}
.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
padding: 15px;
}
.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
padding: 20px;
}
.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
padding: 30px;
} .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container:not(.elementor-column-gap-no) {
max-width: none;
position: relative;
} .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
width: 1180px;
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
width: 746px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
left: -5px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
margin-left: -5px;
margin-right: -5px;
} .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
width: 1190px;
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
width: 756px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
left: -10px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
margin-left: -10px;
margin-right: -10px;
} .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
width: 1200px;
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
width: 766px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
left: -15px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
margin-left: -15px;
margin-right: -15px;
} .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
width: 1210px;
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
width: 776px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
left: -20px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
margin-left: -20px;
margin-right: -20px;
} .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
width: 1230px;
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
width: 796px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
left: -30px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
margin-left: -30px;
margin-right: -30px;
} .elementor-toggle .elementor-tab-title {
padding: 1.08em 1.3em 1.08em 2em;
font-size: 1em;
line-height: 1.3em;
font-weight: 500;
}
.elementor-toggle .elementor-toggle-icon.elementor-toggle-icon-right {
margin-left: 15px;
}
.elementor-toggle .elementor-toggle-icon.elementor-toggle-icon-left {
margin-right: 15px;
}
.elementor-toggle .elementor-tab-content {
font-size: 0.9em;
line-height: 1.5em;
font-weight: 500;
padding: 0.2em 2.2em;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
text-align: center;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .fa {
line-height: 1.5em;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left,
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
text-align: center;
}
.elementor-toggle .elementor-tab-title a,
.elementor-toggle .elementor-tab-title a:hover {
color: inherit;
} .elementor-widget-tabs .elementor-tabs-wrapper {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.elementor-widget-tabs .elementor-tab-title {
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/light_pattern.png) center center repeat;
}
.elementor-widget-tabs .elementor-tab-title.elementor-active {
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/brown_pattern.png) center center repeat;
}
.elementor-widget-tabs .elementor-tab-title:not(.elementor-active) + .elementor-tab-title:not(.elementor-active):before {
content: "";
display: block;
height: 40px;
width: 1px;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.elementor-widget-tabs .elementor-tab-title {
padding: 26px 36px;
font-size: 0.7em;
line-height: 1.3em;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1.3px;
text-align: center;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
.elementor-widget-tabs .elementor-tab-mobile-title {
margin-top: 5px;
}
.elementor-widget-tabs .elementor-tab-mobile-title:first-child {
margin-top: 0;
}
.elementor-widget-tabs .elementor-tab-content {
padding: 45px 0 0 0;
}
.elementor-widget-tabs .elementor-tab-content [class*=trx_addons_title_],
.elementor-widget-tabs .elementor-tab-content ul,
.elementor-widget-tabs .elementor-tab-content ol {
overflow: hidden;
}
.elementor-widget-tabs .elementor-tab-content img[class*=wp-image-] {
margin-bottom: 0;
}
.elementor-widget-tabs .elementor-tab-content img.alignleft {
margin-right: 1.5em;
}
.elementor-widget-tabs .elementor-tab-content img.alignright {
margin-left: 1.5em;
}
.elementor-widget-tabs .elementor-tab-title a,
.elementor-widget-tabs .elementor-tab-title a:hover {
color: inherit;
} .elementor-column.sc_shift_y_large_negative {
top: -7em !important;
} .elementor-widget-spacer.sc_height_huge .elementor-spacer-inner {
height: 7.5rem !important;
}
.elementor-widget-spacer.sc_height_large .elementor-spacer-inner,
.elementor-widget-spacer.sc_height_big .elementor-spacer-inner {
height: 6rem !important;
}
.elementor-widget-spacer.sc_height_medium .elementor-spacer-inner {
height: 4.5rem !important;
}
.elementor-widget-spacer.sc_height_small .elementor-spacer-inner {
height: 2.75rem !important;
}
.elementor-widget-spacer.sc_height_extra_tiny .elementor-spacer-inner {
height: 2rem !important;
}
.elementor-widget-spacer.sc_height_tiny .elementor-spacer-inner {
height: 1.75rem !important;
} body.body_style_boxed .elementor-element-edit-mode .rev_slider > ul,
body.body_style_boxed .elementor-element-edit-mode .revslider-initialised > ul,
body.body_style_boxed .elementor-element-edit-mode .tp-simpleresponsive > ul {
width: 100% !important;
} [data-type^="trx-addons/socials"],
[data-type^="trx-addons/button"],
[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]):not([data-type^="trx-addons/layouts-container"]):not([data-type^="trx-addons/layouts-featured"]):not([data-type^="trx-addons/layouts-title"]),
.wp-block-column > .sc_layouts_item,
.sc_layouts_column .sc_layouts_item,
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
width: auto !important;
}
.sc_layouts_column_align_left .elementor-widget-wrap {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
}
.sc_layouts_column_align_center .elementor-widget-wrap {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.sc_layouts_column_align_right .elementor-widget-wrap {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
} .elementor-section-content-middle .elementor-widget-wrap {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.elementor-section-content-top .elementor-widget-wrap {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.elementor-section-content-bottom .elementor-widget-wrap {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
} .sc_content_align_center[class*=sc_inner_width_],
.sc_content_align_center.elementor-column .elementor-widget-wrap {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
}
.sc_content_align_left[class*=sc_inner_width_],
.sc_content_align_left.elementor-column .elementor-widget-wrap {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
}
.sc_content_align_right[class*=sc_inner_width_],
.sc_content_align_right.elementor-column .elementor-widget-wrap {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
} .instagram_custom_padding #sb_instagram #sbi_images {
padding: 15px !important;
margin: -30px !important;
float: none !important;
text-align: center;
width: calc(100% + 60px) !important;
} form.mc4wp-form {
position: relative;
}
form.mc4wp-form .mc4wp-form-fields .mc4wp-form-fields_wrapper {
position: relative;
overflow: hidden;
}
form.mc4wp-form .mc4wp-form-fields input[type=email] {
width: 100%;
vertical-align: top;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 0 4.5em 0 1.2em;
height: 60px !important;
line-height: 60px !important;
}
form.mc4wp-form .mc4wp-form-fields input[type=submit] {
position: absolute;
z-index: 1;
top: 0;
right: 0;
height: 60px !important;
line-height: 60px !important;
min-width: 4.2em;
vertical-align: top;
text-align: center;
padding: 0 10px;
}
form.mc4wp-form .mc4wp-alert {
font-size: 15px;
line-height: 1.2em;
font-weight: 500;
margin: 0.4em 0 0 0;
padding: 0.45em 1em;
min-height: 2em;
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
form.mc4wp-form .mc4wp-alert {
position: absolute;
z-index: 1;
bottom: -2.5em;
left: 0;
}
.widgets_additional_single_content form.mc4wp-form .mc4wp-alert {
position: relative;
bottom: 0;
left: 0;
}
form.mc4wp-form p {
margin: 0;
}
form.mc4wp-form p + p,
form.mc4wp-form input + p {
margin-top: 1em;
}
form.mc4wp-form .mc4wp-form-fields label {
font-size: 16px;
line-height: 24px;
display: inline-block;
margin-top: 0.3em;
}
form.mc4wp-form .mc4wp-alert a {
text-decoration: underline;
}
form.mc4wp-form .mc4wp-alert a:hover {
text-decoration: none;
} .widget_mc4wp_form_widget {
padding: 2.6em 4.2em !important;
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/dark_pattern2.png) center center repeat;
}
.widget_mc4wp_form_widget form.mc4wp-form,
.widget_mc4wp_form_widget .widget_title {
display: inline-block;
vertical-align: middle;
}
.widget_mc4wp_form_widget form.mc4wp-form {
width: 65%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget_mc4wp_form_widget .widget_title {
width: calc(100% - (65% + 15px));
font-size: 1.25em;
line-height: 1em;
font-weight: 800;
letter-spacing: 0;
padding: 0;
margin: 0 15px 0 0;
}
.widget_mc4wp_form_widget .widget_title:after {
display: none;
} .woocommerce table th, .woocommerce table td {
border-width: 0;
} .woocommerce ul.products:before, .woocommerce-page ul.products:before,
.woocommerce .products ul:before, .woocommerce-page .products ul:before,
.woocommerce div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:before,
.woocommerce #content div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:before,
.woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:before {
display: none;
}
.woocommerce nav.woocommerce-pagination {
padding-top: 2.5em;
border-top: 1px solid transparent;
}
.woocommerce nav.woocommerce-pagination ul {
border: none;
}
.woocommerce .list_products_header, .woocommerce-page .list_products_header {
padding: 1em 0;
margin-bottom: 2em;
display: none;
}
.woocommerce .woocommerce-breadcrumb {
font-size: 0.9333em;
display: none;
}
.woocommerce .post_item_single .woocommerce-breadcrumb {
margin: -1.2em 0 3em;
}
.woocommerce .page-title {
margin: 0;
text-align: center;
font-size: 2em;
}
.woocommerce .corredo_shop_mode_buttons,
.woocommerce-page .corredo_shop_mode_buttons {
float: left;
font-size: 24px;
margin: 0 0.5em 1.25em 0.5em;
display: block;
}
.woocommerce .corredo_shop_mode_buttons a,
.woocommerce-page .corredo_shop_mode_buttons a {
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
text-align: center;
display: inline-block;
}
.woocommerce .corredo_shop_mode_buttons a + a,
.woocommerce-page .corredo_shop_mode_buttons a + a {
margin-left: 0.5em;
}
.woocommerce .woocommerce-message .button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button {
margin-top: 0;
}
.woocommerce ul.products li.product .add_to_cart:before,
.woocommerce div.product form.cart .button:before {
content: "\e93d";
font-family: "fontello";
margin-right: 0.6em;
}
.woocommerce ul.products li.product.outofstock a[class*=add_to_cart],
.woocommerce ul.products li.product.outofstock a.button,
.woocommerce ul.products li.product.product-type-external .button,
.woocommerce-page ul.products li.product.product-type-external .button {
display: none;
}
.woocommerce div.product.product-type-external form.cart .button,
.woocommerce-page div.product.product-type-external form.cart .button {
white-space: normal;
}
.woocommerce ul.products li.product .outofstock_label {
position: absolute;
z-index: 1;
top: 1.7em;
left: -2.3em;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 10em;
height: 2em;
line-height: 2em;
font-size: 10px;
letter-spacing: 0.5px;
background-color: #a00000;
color: #fff;
text-align: center;
display: block;
}
.woocommerce .woocommerce-result-count {
margin: 0.8em 0.5em 1.2em 0.3em;
}
.woocommerce .woocommerce-ordering {
margin-top: 0;
margin-bottom: 2em;
}
.sidebar_show.woocommerce ul.products.columns-4, .sidebar_show.woocommerce-page ul.products.columns-4,
.woocommerce ul.products.columns-5, .woocommerce-page ul.products.columns-5,
.woocommerce ul.products.columns-6, .woocommerce-page ul.products.columns-6 {
font-size: 0.9286em;
}
.sidebar_show.woocommerce ul.products.columns-4 a.button, .sidebar_show.woocommerce-page ul.products.columns-4 a.button,
.woocommerce ul.products.columns-5 a.button, .woocommerce-page ul.products.columns-5 a.button,
.woocommerce ul.products.columns-6 a.button, .woocommerce-page ul.products.columns-6 a.button {
padding: 1em 1.5em;
}
.woocommerce ul.products, .woocommerce-page ul.products {
margin-right: -2em;
margin-bottom: 0;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.woocommerce ul.products li.product > .post_item.post_layout_thumbs {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.woocommerce .products.related ul.products li.product > .post_item.post_layout_thumbs {
height: auto;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
.woocommerce[class*=columns-] ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product,
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
margin: 0;
clear: none;
padding: 0 2em 2em 0;
position: relative;
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product,
.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product,
.woocommerce ul.products li.product.column-1_1, .woocommerce-page ul.products li.product.column-1_1,
.woocommerce .related.products ul.products.columns-1 li.product, .woocommerce-page .related.products ul.products.columns-1 li.product,
.woocommerce .related.products ul.products li.product.column-1_1, .woocommerce-page .related.products ul.products li.product.column-1_1,
.woocommerce .upcells.products ul.products.columns-1 li.product, .woocommerce-page .upcells.products ul.products.columns-1 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_1, .woocommerce-page .upcells.products ul.products li.product.column-1_1 {
width: 100%;
}
.woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product,
.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product,
.woocommerce ul.products li.product.column-1_2, .woocommerce-page ul.products li.product.column-1_2,
.woocommerce .related.products ul.products.columns-2 li.product, .woocommerce-page .related.products ul.products.columns-2 li.product,
.woocommerce .related.products ul.products li.product.column-1_2, .woocommerce-page .related.products ul.products li.product.column-1_2,
.woocommerce .upcells.products ul.products.columns-2 li.product, .woocommerce-page .upcells.products ul.products.columns-2 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_2, .woocommerce-page .upcells.products ul.products li.product.column-1_2 {
width: 50%;
}
.woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product,
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products li.product.column-1_3, .woocommerce-page ul.products li.product.column-1_3,
.woocommerce .related.products ul.products.columns-3 li.product, .woocommerce-page .related.products ul.products.columns-3 li.product,
.woocommerce .related.products ul.products li.product.column-1_3, .woocommerce-page .related.products ul.products li.product.column-1_3,
.woocommerce .upcells.products ul.products.columns-3 li.product, .woocommerce-page .upcells.products ul.products.columns-3 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_3, .woocommerce-page .upcells.products ul.products li.product.column-1_3 {
width: 33.3333333333%;
}
.woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product,
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product,
.woocommerce ul.products li.product.column-1_4, .woocommerce-page ul.products li.product.column-1_4,
.woocommerce .related.products ul.products.columns-4 li.product, .woocommerce-page .related.products ul.products.columns-4 li.product,
.woocommerce .related.products ul.products li.product.column-1_4, .woocommerce-page .related.products ul.products li.product.column-1_4,
.woocommerce .upcells.products ul.products.columns-4 li.product, .woocommerce-page .upcells.products ul.products.columns-4 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_4, .woocommerce-page .upcells.products ul.products li.product.column-1_4 {
width: 25%;
}
.woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product,
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product,
.woocommerce ul.products li.product.column-1_5, .woocommerce-page ul.products li.product.column-1_5,
.woocommerce .related.products ul.products.columns-5 li.product, .woocommerce-page .related.products ul.products.columns-5 li.product,
.woocommerce .related.products ul.products li.product.column-1_5, .woocommerce-page .related.products ul.products li.product.column-1_5,
.woocommerce .upcells.products ul.products.columns-5 li.product, .woocommerce-page .upcells.products ul.products.columns-5 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_5, .woocommerce-page .upcells.products ul.products li.product.column-1_5 {
width: 20%;
}
.woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product,
.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product,
.woocommerce ul.products li.product.column-1_6, .woocommerce-page ul.products li.product.column-1_6,
.woocommerce .related.products ul.products.columns-6 li.product, .woocommerce-page .related.products ul.products.columns-6 li.product,
.woocommerce .related.products ul.products li.product.column-1_6, .woocommerce-page .related.products ul.products li.product.column-1_6,
.woocommerce .upcells.products ul.products.columns-6 li.product, .woocommerce-page .upcells.products ul.products.columns-6 li.product,
.woocommerce .upcells.products ul.products li.product.column-1_6, .woocommerce-page .upcells.products ul.products li.product.column-1_6 {
width: 16.6666666667%;
}
.woocommerce ul.products li.product-category mark,
.woocommerce-page ul.products li.product-category mark {
background: none;
}
.woocommerce ul.products li.product .post_item,
.woocommerce-page ul.products li.product .post_item {
margin-bottom: 0;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.woocommerce ul.products li.product .post_featured {
overflow: hidden;
margin-bottom: 0;
border: 1px solid transparent;
} .woocommerce .shop_mode_thumbs ul.products li.product .post_item,
.woocommerce-page .shop_mode_thumbs ul.products li.product .post_item {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
margin: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
font-size: 11px;
width: 4em;
height: 4em;
line-height: 4.2em;
margin: 0;
padding: 0;
right: 5%;
text-transform: uppercase;
top: 5%;
}
.woocommerce ul.products li.product strong {
margin-top: 0.5em;
}
.woocommerce ul.products li.product .post_data,
.woocommerce-page ul.products li.product .post_data {
padding: 1.75em 0 0;
text-align: left;
overflow: hidden;
}
.woocommerce ul.products li.product .post_featured:not(.hover_none) + .post_data a.button,
.woocommerce ul.products li.product .post_featured:not(.hover_none) + .post_data .add_to_cart_button,
.woocommerce-page ul.products li.product .post_featured:not(.hover_none) + .post_data .add_to_cart_button,
.woocommerce ul.products li.product .post_featured:not(.hover_none) + .post_data .button.product_type_grouped,
.woocommerce-page ul.products li.product .post_featured:not(.hover_none) + .post_data .button.product_type_grouped {
display: none;
}
.woocommerce ul.products li.product .post_header .post_tags {
font-size: 1em;
line-height: 1.4em;
font-weight: 400;
font-style: italic;
letter-spacing: 0;
margin-bottom: 0.5em;
}
.woocommerce ul.products li.product .post_header, .woocommerce-page ul.products li.product .post_header {
margin-bottom: 0;
}
.woocommerce .shop_mode_thumbs ul.products li.product .post_header + .button {
margin-top: 1em;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
font-size: 0.7em;
line-height: 1.429em;
font-weight: 700;
text-align: center;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
text-align: left;
}
.woocommerce .related ul.products li.product .woocommerce-loop-product__title a {
text-align: center;
}
.woocommerce .shop_mode_list ul.products li.product .woocommerce-loop-category__title,
.woocommerce .shop_mode_list ul.products li.product .woocommerce-loop-product__title,
.woocommerce .shop_mode_list ul.products li.product h3 {
font-size: 1em;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
font-size: 1.5em;
line-height: 1em;
font-weight: 700;
margin: 0.8em auto;
}
span.amount {
line-height: 1em;
}
span.amount > .decimals {
position: relative;
display: inline;
font-size: 0.75em;
line-height: 1em;
vertical-align: top;
margin-left: 0.2em;
}
span.amount > .decimals_separator {
display: none;
}
.woocommerce ul.products li.product .price .decimals,
.woocommerce-page ul.products li.product .price .decimals {
top: -0.2em;
}
.woocommerce ul.products li.product .price ins {
text-decoration: none;
font-weight: inherit;
font-style: inherit;
}
.woocommerce ul.products li.product .price del {
display: inline-block;
margin-right: 6px;
font-size: 0.8em;
opacity: 1;
text-decoration: none;
position: relative;
}
.woocommerce ul.products li.product .price del:before {
content: " ";
position: absolute;
z-index: 1;
top: 45%;
left: 0;
width: 100%;
height: 1px;
} .woocommerce .shop_mode_thumbs ul.products li.product .post_data,
.woocommerce-page .shop_mode_thumbs ul.products li.product .post_data {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-grow: 10;
-webkit-box-flex: 10;
-ms-flex-positive: 10;
flex-grow: 10;
-ms-flex-align: stretch;
-webkit-box-align: stretch;
align-items: stretch;
-ms-flex-pack: left;
-webkit-box-pack: left;
justify-content: left;
}
.woocommerce .shop_mode_thumbs ul.products li.product .post_data_inner,
.woocommerce-page .shop_mode_thumbs ul.products li.product .post_data_inner {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-pack: stretch;
-webkit-box-pack: stretch;
justify-content: stretch;
}
.woocommerce .shop_mode_thumbs ul.products li.product .price_wrap,
.woocommerce-page .shop_mode_thumbs ul.products li.product .price_wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-grow: 10;
-webkit-box-flex: 10;
-ms-flex-positive: 10;
flex-grow: 10;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.woocommerce .shop_mode_thumbs ul.products li.product .price,
.woocommerce-page .shop_mode_thumbs ul.products li.product .price {
margin: 0.75em 0;
} .woocommerce .shop_mode_list ul.products li.product, .woocommerce-page .shop_mode_list ul.products li.product {
overflow: hidden;
margin: 0;
float: none;
width: 100%;
}
.woocommerce .shop_mode_list ul.products li.product .post_item, .woocommerce-page .shop_mode_list ul.products li.product .post_item {
overflow: hidden;
text-align: left;
border: none;
}
.woocommerce .shop_mode_list ul.products li.product + li.product .post_item, .woocommerce-page .shop_mode_list ul.products li.product + li.product .post_item {
border-top: 1px solid #ddd;
margin-top: 3em;
padding-top: 5em;
}
.woocommerce .shop_mode_list ul.products li.product .post_data, .woocommerce-page .shop_mode_list ul.products li.product .post_data {
height: auto;
overflow: hidden;
text-align: left;
padding: 0;
}
.woocommerce .shop_mode_list ul.products li.product .post_featured, .woocommerce-page .shop_mode_list ul.products li.product .post_featured {
float: left;
margin: 0 2em 0 0;
width: 33%;
max-width: 270px;
position: relative;
border: 1px solid #ddd;
}
.woocommerce .shop_mode_list ul.products li.product .description, .woocommerce-page .shop_mode_list ul.products li.product .description {
margin-bottom: 1.5em;
line-height: 1.3em;
overflow: hidden;
max-height: 6.6em;
}
.woocommerce .shop_mode_list ul.products li.product-category .description, .woocommerce-page .shop_mode_list ul.products li.product-category .description {
border-bottom: none;
}
.woocommerce .shop_mode_list ul.products li.product .post_content, .woocommerce-page .shop_mode_list ul.products li.product .post_content {
font-size: 0.9em;
margin: 1.2em 0 1.6em;
}
.woocommerce .shop_mode_list ul.products li.product .description p, .woocommerce-page .shop_mode_list ul.products li.product .description p,
.woocommerce .shop_mode_list ul.products li.product .description ul, .woocommerce-page .shop_mode_list ul.products li.product .description ul {
padding-bottom: 0;
margin-bottom: 0;
line-height: 1.3em;
}
.woocommerce .shop_mode_list ul.products li.product .price,
.woocommerce-page .shop_mode_list ul.products li.product .price {
margin: 0;
}
.woocommerce .shop_mode_list ul.products li.product .post_data .add_to_cart_button, .woocommerce-page .shop_mode_list ul.products li.product .post_data .add_to_cart_button,
.woocommerce .shop_mode_list ul.products li.product .post_data .added_to_cart, .woocommerce-page .shop_mode_list ul.products li.product .post_data .added_to_cart {
margin-top: 2em;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
padding: 1.3em 0 0 1em;
vertical-align: top;
line-height: 1em;
}
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
display: none;
} .woocommerce .products .star-rating {
float: none;
margin: 0.6em auto -0.6em;
}
.woocommerce ul.products li.product .post_header {
position: relative;
overflow: visible;
}
.woocommerce ul.products li.product .star-rating {
font-size: 0.7em;
width: 5.4em;
margin: 1em 0 0;
}
.woocommerce .related ul.products li.product .star-rating {
margin: 1em auto 0;
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
font-size: 0.7em;
width: 5.5em;
}
.woocommerce .shop_mode_list .products .star-rating,
.woocommerce .shop_mode_list ul.products li.product .star-rating {
position: relative;
top: auto;
left: auto;
font-size: 0.8em;
float: none;
margin: 0.5em 0 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.woocommerce .products .star-rating:before,
.woocommerce .products .star-rating span {
top: 1px;
}  .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
margin: 0 0 0.5em 1em;
} .woocommerce div.product .product_title {
display: none;
margin: -0.35em 0 0;
} .woocommerce div.product p.price,
.woocommerce div.product span.price {
position: relative;
font-size: 1.5em;
font-weight: 700;
}
.woocommerce div.product p.price {
margin: 0 0 1.5em;
}
.woocommerce div.product p.price ins {
text-decoration: none;
font-style: normal;
font-weight: 700;
}
.woocommerce div.product p.price del {
font-size: 1em;
font-weight: 700;
font-style: normal;
margin-right: 1em;
} .woocommerce-main-image {
position: relative;
display: block;
}
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
margin-bottom: 2em;
width: 45%;
float: left;
}
.woocommerce div.product div.images img {
border: 1px solid #ddd;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
margin-bottom: 6px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
padding: 0 6px 6px 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
max-width: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
border: 1px solid red;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
margin-bottom: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
border: none !important;
}
.woocommerce div.product div.images .flex-viewport {
border: 1px solid #ddd;
margin-bottom: 6px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding: 0 6px 6px 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce div.product div.images .flex-control-thumbs li:last-child {
padding-right: 0;
}
.woocommerce div.product span.onsale {
position: absolute;
z-index: 1;
top: 2em;
left: 2em;
width: 5.5em;
height: 5.5em;
line-height: 5.8em;
font-size: 12px;
margin: 0;
padding: 0;
text-transform: uppercase;
}
.woocommerce div.product div.thumbnails > div,
.woocommerce div.product div.thumbnails > ul {
max-height: 12em;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
margin-right: 1.5%;
width: 18.5%;
position: relative;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce #content div.product div.thumbnails a:hover, .woocommerce div.product div.thumbnails a:hover,
.woocommerce-page #content div.product div.thumbnails a:hover, .woocommerce-page div.product div.thumbnails a:hover {
border-style: solid;
}
.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
margin-right: 2.6666%;
width: 23%;
}
.woocommerce #content div.product div.thumbnails.columns-3 a, .woocommerce div.product div.thumbnails.columns-3 a,
.woocommerce-page #content div.product div.thumbnails.columns-3 a, .woocommerce-page div.product div.thumbnails.columns-3 a {
margin-right: 3.5%;
width: 31%;
}
.woocommerce #content div.product div.thumbnails a:before, .woocommerce div.product div.thumbnails a:before, .woocommerce-page #content div.product div.thumbnails a:before, .woocommerce-page div.product div.thumbnails a:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.woocommerce #content div.product div.thumbnails a:hover:before, .woocommerce div.product div.thumbnails a:hover:before, .woocommerce-page #content div.product div.thumbnails a:hover:before, .woocommerce-page div.product div.thumbnails a:hover:before {
background-color: rgba(255, 255, 255, 0.4);
}
.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
clear: none;
}
.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
margin-right: 0;
}
.woocommerce #content div.product div.thumbnails a:nth-child(4n+1), .woocommerce div.product div.thumbnails a:nth-child(4n+1), .woocommerce-page #content div.product div.thumbnails a:nth-child(4n+1), .woocommerce-page div.product div.thumbnails a:nth-child(4n+1) {
clear: both;
}
div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous {
margin-top: 4px;
} .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
width: 55%;
padding-left: 3.5em;
float: right;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 5em;
}
.woocommerce #content div.product div.summary:after, .woocommerce div.product div.summary:after, .woocommerce-page #content div.product div.summary:after, .woocommerce-page div.product div.summary:after {
content: " ";
float: none;
clear: both;
width: 100%;
height: 0;
display: block;
}
.woocommerce div.product form.cart table.group_table {
margin-bottom: 1.5em;
} .woocommerce .product_meta span {
display: block;
}
.woocommerce .product_meta span span {
display: inline;
}
.woocommerce .product_meta span,
.woocommerce .product_meta span span,
.woocommerce .product_meta a {
font-weight: 400;
text-transform: none;
}
.woocommerce .product_meta > span {
font-size: 0.7em;
text-transform: uppercase;
font-weight: 700;
}
.woocommerce div.product .product_meta span > a,
.woocommerce div.product .product_meta span > span {
font-size: 1.286em;
letter-spacing: 0;
}
.woocommerce div.product .summary .stock {
font-size: 12px;
font-weight: bold;
text-decoration: underline;
text-transform: uppercase;
letter-spacing: 1px;
} .woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
padding: 0;
margin-bottom: 2em;
}
.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity,
.woocommerce .shop_table.cart div.quantity, .woocommerce-page .shop_table.cart div.quantity {
margin: 0 0.5em 0 0;
width: 8em;
height: 3.2em;
position: relative;
}
.woocommerce .shop_table.cart div.quantity, .woocommerce-page .shop_table.cart div.quantity {
margin: 0 auto;
width: 6em;
}
.woocommerce div.product form.cart div.quantity span, .woocommerce-page div.product form.cart div.quantity span,
.woocommerce .shop_table.cart div.quantity span, .woocommerce-page .shop_table.cart div.quantity span {
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 1.75em;
height: 50%;
line-height: 1.5em;
text-align: center;
cursor: pointer;
}
.woocommerce div.product form.cart div.quantity span.q_dec, .woocommerce-page div.product form.cart div.quantity span.q_dec,
.woocommerce .shop_table.cart div.quantity span.q_dec, .woocommerce-page .shop_table.cart div.quantity span.q_dec {
top: auto;
bottom: 0;
border-top: 1px solid #ffffff;
}
.woocommerce div.product form.cart div.quantity span:before, .woocommerce-page div.product form.cart div.quantity span:before,
.woocommerce .shop_table.cart div.quantity span:before, .woocommerce-page .shop_table.cart div.quantity span:before {
font-family: "fontello";
}
.woocommerce div.product form.cart div.quantity span.q_inc:before, .woocommerce-page div.product form.cart div.quantity span.q_inc:before,
.woocommerce .shop_table.cart div.quantity span.q_inc:before, .woocommerce-page .shop_table.cart div.quantity span.q_inc:before {
content: "\e835";
}
.woocommerce div.product form.cart div.quantity span.q_dec:before, .woocommerce-page div.product form.cart div.quantity span.q_dec:before,
.woocommerce .shop_table.cart div.quantity span.q_dec:before, .woocommerce-page .shop_table.cart div.quantity span.q_dec:before {
content: "\e828";
}
.woocommerce div.product form.cart div.quantity input[type=number], .woocommerce-page div.product form.cart div.quantity input[type=number],
.woocommerce .shop_table.cart div.quantity input[type=number], .woocommerce-page .shop_table.cart div.quantity input[type=number] {
width: 100%;
height: 100%;
padding: 0;
font-size: 1.25em;
}
.woocommerce div.product form.cart .button {
font-size: 0.8em !important;
padding: 1.25em 2.5em;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
padding: 1.05em 1.2em;
}
.checkout_coupon #coupon_code {
padding: 1.2em;
} .woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
padding: 0 0 0.5em;
background-color: transparent;
display: block;
text-align: left;
}
.woocommerce div.product form.cart .variations .label {
font-size: 0.8em;
font-weight: 700;
vertical-align: middle;
text-transform: uppercase;
}
.woocommerce div.product form.cart .variations label {
font-weight: 700;
}
.woocommerce div.product form.cart .reset_variations {
font-style: italic;
font-size: 1em;
letter-spacing: 0;
}
.woocommerce-variation-price {
margin: 2em 0 1em;
}
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
font-size: 0.9333em;
line-height: 1.25em;
font-weight: 400;
padding: 0;
margin: 0;
}
.woocommerce td.product-name dl.variation dd {
padding-left: 0.5em;
}
.woocommerce .reset_variations {
display: none !important;
} .woocommerce div.product div.summary .yith-wcwl-add-to-wishlist {
float: left;
width: auto;
margin-top: 0;
margin-bottom: 2em;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .feedback {
display: block;
}
.woocommerce div.product div.summary .compare {
float: left;
margin-bottom: 2em;
margin-right: 2em;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:before,
.woocommerce div.product div.summary .compare:before {
content: "\e93d";
font-family: "fontello";
margin-right: 0.6em;
}
.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
content: "\e909";
}
.woocommerce div.product div.summary .compare:before {
content: "\e8e7";
}
.woocommerce table.wishlist_table {
font-size: 1em;
}
.woocommerce .yith-wcwl-share h4.yith-wcwl-share-title {
font-size: 1.25em;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
display: inline-block !important;
} .woocommerce div.product .product_meta {
clear: both;
} .woocommerce div.product .woocommerce-tabs ul.tabs {
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/light_pattern.png) center center repeat;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
border-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
border: none;
padding: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
border: none;
border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
font-size: 0.7em;
letter-spacing: 1px;
font-weight: 700;
padding: 1.4em 3.2em;
text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
margin: 0;
padding: 0.5em 0 2em;
display: none;
}
.woocommerce div.product .woocommerce-tabs h2, .woocommerce #content div.product .woocommerce-tabs h2, .woocommerce-page div.product .woocommerce-tabs h2, .woocommerce-page #content div.product .woocommerce-tabs h2 {
margin: 0 0 1em;
font-size: 1.5385em;
font-weight: 700;
letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs h3, .woocommerce #content div.product .woocommerce-tabs h3, .woocommerce-page div.product .woocommerce-tabs h3, .woocommerce-page #content div.product .woocommerce-tabs h3 {
font-size: 1.5385em;
margin-bottom: 0.25em !important;
letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs p, .woocommerce #content div.product .woocommerce-tabs p, .woocommerce-page div.product .woocommerce-tabs p, .woocommerce-page #content div.product .woocommerce-tabs p {
margin: 0;
}
.woocommerce div.product .woocommerce-tabs p + p, .woocommerce #content div.product .woocommerce-tabs p + p, .woocommerce-page div.product .woocommerce-tabs p + p, .woocommerce-page #content div.product .woocommerce-tabs p + p {
margin-top: 0.5em;
}
.woocommerce div.product .woocommerce-tabs #tab-description h2 {
display: none;
} .single-product div.product .trx-stretch-width-wrap {
clear: both;
padding-top: 3em;
}
.single-product div.product .trx-stretch-width .woocommerce-tabs {
padding: 5em 0 0;
border-top-width: 1px;
border-top-style: solid;
}
.single-product div.product .trx-stretch-width .woocommerce-tabs .panel {
border: none;
padding: 3em 0 0 0;
}
.single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs {
padding-left: 0;
margin-bottom: -1px;
}
.single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs:before,
.single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs:after {
display: none;
}
.single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs li {
border: none !important;
background-color: transparent !important;
margin: 0 !important;
padding: 0 !important;
}
.single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs a {
position: relative;
font-size: 12px;
font-weight: normal;
font-style: normal;
padding: 1.1em 3em 0.9em;
text-transform: uppercase;
letter-spacing: 1px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.single-product div.product .trx-stretch-width .woocommerce-tabs #review_form_wrapper {
margin-top: 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: transparent;
} .woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
font-weight: 400;
text-align: left;
font-style: normal;
}
.woocommerce table.shop_attributes th.woocommerce-product-attributes-item__label {
font-weight: 700;
text-align: center;
} .woocommerce div.product .woocommerce-product-rating, .woocommerce-page div.product .woocommerce-product-rating {
float: right;
margin-top: 0.15em;
margin-bottom: 1em;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link, .woocommerce-page .woocommerce-product-rating .woocommerce-review-link {
display: none;
}
.woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating {
margin-top: 4px;
margin-bottom: 4px;
}
.woocommerce .star-rating, .woocommerce-page .star-rating {
width: 5.25em;
height: 1.2em;
margin-top: 4px;
margin-bottom: 4px;
} .woocommerce #reviews #comments ol.commentlist {
padding: 0;
font-style: inherit;
font-weight: inherit;
}
.woocommerce #reviews #comments ol.commentlist li {
margin-bottom: 0;
}
.woocommerce .woocommerce-tabs .form-submit {
display: block;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
background: none;
border: none;
padding: 0;
width: 4em;
float: left;
margin: 0 1.5em 0.5em 0;
position: static;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
margin: 0;
padding: 0;
border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
margin-top: -5px;
margin-bottom: 4px;
font-size: 0.9333em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta strong {
font-size: 1em;
font-weight: 400;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta time {
letter-spacing: 0;
}
.woocommerce #comments + #review_form_wrapper {
margin-top: 2em;
}
.woocommerce #review_form_wrapper .comments_i_agree_privacy_policy {
margin-bottom: 1.5em;
}
.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
height: 10em;
font-weight: 400;
overflow: auto;
}
.woocommerce #review_form #respond #reply-title {
font-size: 1.5385em;
line-height: 1.25em;
font-weight: 400;
letter-spacing: 1px;
margin-bottom: 0.2em;
}
.woocommerce #review_form #respond p {
margin: 0 0 1.5em;
}
.woocommerce #review_form #respond p.comment-form-rating,
.woocommerce #review_form #respond p.comment-form-rating .stars {
margin-bottom: 0;
}
.woocommerce #review_form #respond p.stars {
margin-bottom: 0;
}
.woocommerce .comment-form .comment-form-author label,
.woocommerce .comment-form .comment-form-email label {
min-width: 60px;
display: inline-block;
}
.woocommerce .comment-form .comment-form-author input,
.woocommerce .comment-form .comment-form-email input {
margin-left: 1.5em;
} .single-product .related {
margin-top: 2.5em;
padding-top: 4em;
border-top: 1px solid #ddd;
}
.single-product .woocommerce-tabs + .related {
padding-top: 0;
border-top: none;
}
.single-product .related h2 {
font-size: 2.5em;
text-align: left;
margin: 0 0 1em 0;
text-transform: none;
}
.single-product ul.products li.product .post_item {
padding: 0;
position: relative;
}
.single-product ul.products li.product .post_featured {
margin: 0;
min-height: 11em;
}
.single-product ul.products li.product .post_featured.hover_shop .icons {
top: 60%;
height: 40%;
}
.single-product ul.products li.product .post_data {
position: absolute;
z-index: 1001;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
padding: 1.5em;
opacity: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.single-product ul.products li.product:hover .post_data {
opacity: 1;
}
.single-product ul.products li.product .post_data_inner {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.single-product ul.products li.product .post_data .post_header {
position: relative;
}
.single-product ul.products li.product .post_data .post_header .post_tags {
font-size: 1em;
}
.single-product ul.products li.product .post_data .post_header h3,
.single-product ul.products li.product .post_data .post_header .woocommerce-loop-product__title {
font-size: 1.1em;
}
.single-product ul.products li.product .post_data .price {
font-size: 1.6667em;
line-height: 1.25em;
margin: 1em 0;
}
.single-product ul.products li.product .post_data .add_to_cart_button {
display: inline-block;
padding: 1.1em 2em;
}
.single-product .footer_copyright_wrap {
margin-top: 5em;
}
.single-product .footer_logo_wrap + .footer_copyright_wrap,
.single-product .footer_socials_wrap + .footer_copyright_wrap,
.single-product .footer_menu_wrap + .footer_copyright_wrap {
margin-top: 0;
}
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
} .woocommerce ul.products li.product.product-category .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category .thumb_wrapper {
border-radius: 50%;
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/woo/shop-cat-bg-1.jpg) center center no-repeat;
padding: 1em;
overflow: hidden;
} .woocommerce ul.products li.product.product-category .thumb_wrapper img,
.woocommerce-page ul.products li.product.product-category .thumb_wrapper img {
-moz-transform: scale(1.7) translate(15%, 15%);
-ms-transform: scale(1.7) translate(15%, 15%);
-o-transform: scale(1.7) translate(15%, 15%);
}
.woocommerce ul.products li.product.product-category .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category .thumb_wrapper {
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/woo/shop-cat-bg-1.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper {
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/woo/shop-cat-bg-2.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper {
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/woo/shop-cat-bg-3.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper {
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/woo/shop-cat-bg-4.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper {
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/woo/shop-cat-bg-5.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper,
.woocommerce-page ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper {
background: url(//kartingencarnacao.com/wp-content/themes/corredo/images/woo/shop-cat-bg-6.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category img,
.woocommerce-page ul.products li.product.product-category img {
width: 100%;
height: auto;
}
.woocommerce ul.products li.product.product-category h3, .woocommerce ul.products li.product.product-category .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product.product-category h3, .woocommerce-page ul.products li.product.product-category .woocommerce-loop-category__title {
margin-bottom: 0;
border-bottom: none;
}
.woocommerce ul.products li.product.product-category mark.count,
.woocommerce-page ul.products li.product.product-category mark.count {
font-weight: 400;
font-style: normal;
}  .woocommerce a.remove {
margin-top: 0;
text-align: center;
}
.woocommerce table.shop_table {
border-collapse: collapse;
margin-bottom: 2em;
border: none;
}
.woocommerce table.shop_table tr:first-child th {
border-style: solid;
border-width: 0 0 1px 0 !important;
}
.woocommerce table.shop_table tr:nth-child(n+1) th:first-child,
.woocommerce table.shop_table tr:nth-child(n+1) td:first-child,
.woocommerce table.shop_table td {
border-style: solid;
border-width: 1px 0;
}
.woocommerce .shop_table p {
margin: 0;
}
.woocommerce .shop_table a.remove {
margin: 0 auto;
font-weight: 400;
text-align: center;
}
.woocommerce ul.product_list_widget li, .woocommerce-page ul.product_list_widget li {
padding: 0 0 1em 5.25em;
}
.woocommerce.widget_shopping_cart ul.cart_list li {
padding: 0 0 1em 5.25em;
min-height: 4.167em;
}
.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after {
clear: none;
}
.woocommerce ul.cart_list li:before, .woocommerce-page ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:before {
display: none;
}
.woocommerce ul.cart_list li a, .woocommerce-page ul.cart_list li a,
.woocommerce ul.product_list_widget li a, .woocommerce-page ul.product_list_widget li a {
font-weight: 700;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
font-size: 1.389em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
line-height: 0.9;
right: -1em;
left: auto;
border-radius: 0;
}
.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img {
width: 4.167em;
height: 4.167em;
float: none;
margin: 0;
position: absolute;
z-index: 1;
top: 6px;
left: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img {
left: 0;
}
.woocommerce ul.cart_list li dl, .woocommerce-page ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl, .woocommerce-page ul.product_list_widget li dl {
overflow: hidden;
font-size: 12px;
border-left-width: 1px;
padding-left: 8px;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
padding: 0;
margin: 0;
}
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
font-weight: 400;
margin-right: 0.3em;
}
.woocommerce ul.product_list_widget li dl dt:before,
.woocommerce-page ul.product_list_widget li dl dt:before {
content: " ";
display: block;
width: 100%;
height: 0;
}
.woocommerce ul.cart_list li dl dd, .woocommerce-page ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.product_list_widget li dl dd {
margin-right: 2em;
}
.woocommerce.widget_shopping_cart .quantity, .woocommerce .widget_shopping_cart .quantity, .woocommerce-page.widget_shopping_cart .quantity, .woocommerce-page .widget_shopping_cart .quantity {
margin: 0.1em 0 0;
display: inline-block;
}
.woocommerce ul.cart_list li > .amount, .woocommerce ul.product_list_widget li > .amount, .woocommerce-page ul.cart_list li > .amount, .woocommerce-page ul.product_list_widget li > .amount,
.woocommerce ul.cart_list li span .amount, .woocommerce ul.product_list_widget li span .amount, .woocommerce-page ul.cart_list li span .amount, .woocommerce-page ul.product_list_widget li span .amount,
.woocommerce ul.cart_list li ins .amount, .woocommerce ul.product_list_widget li ins .amount, .woocommerce-page ul.cart_list li ins .amount, .woocommerce-page ul.product_list_widget li ins .amount {
font-size: 0.889em;
font-weight: 700;
}
.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li ins, .woocommerce-page ul.product_list_widget li ins {
text-decoration: none;
font-style: normal;
}
.woocommerce ul.cart_list li del, .woocommerce ul.product_list_widget li del, .woocommerce-page ul.cart_list li del, .woocommerce-page ul.product_list_widget li del {
font-size: 0.875em;
}
.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
font-size: 0.889em;
padding: 0.75em 0 0;
text-transform: uppercase;
}
.woocommerce.widget_shopping_cart .total .amount, .woocommerce .widget_shopping_cart .total .amount, .woocommerce-page.widget_shopping_cart .total .amount, .woocommerce-page .widget_shopping_cart .total .amount {
font-size: 1em;
font-weight: 700;
}
.woocommerce .top_panel .sc_layouts_cart_widget {
width: 320px;
padding: 1.5em;
}
.woocommerce .top_panel .widget.widget_shopping_cart a.button {
font-size: 12px;
padding: 15px;
}
.woocommerce .sc_layouts_cart_widget .sc_layouts_cart_widget_close {
top: -2px;
right: 8px;
}
.woocommerce .top_panel .widget_shopping_cart .cart_list li a.remove,
.top_panel .woocommerce.widget_shopping_cart .cart_list li a.remove {
right: 0;
}
.woocommerce .sidebar .widget_shopping_cart .variation {
display: none;
}
.woocommerce table.shop_table tr > td:first-child {
font-size: 1em;
}
.ua_ie.woocommerce .quantity label.screen-reader-text {
display: none;
} .woocommerce .widget_layered_nav_filters > ul > li {
padding: 0 0.625em 0.5em 0;
display: block;
}
.woocommerce .widget_layered_nav_filters > ul > li:before {
display: none;
}
.woocommerce .widget_layered_nav ul {
padding-left: 1.2em;
}
.woocommerce .widget_layered_nav_filters > ul > li a,
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a {
background-color: transparent;
border: none;
padding: 0;
} .woocommerce .widget_rating_filter ul li .star-rating {
vertical-align: middle;
} .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
margin-bottom: 2em;
height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
border-radius: 0;
width: 9px;
height: 9px;
margin-left: -6px;
top: -2px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 4px;
top: 0;
}
.woocommerce .widget_price_filter .price_slider_amount {
font-size: 0.778em;
line-height: 4em;
}
.woocommerce .widget_price_filter .price_slider_amount span,
.woocommerce .widget_price_filter .price_slider_amount .price_label {
font-weight: 700;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
font-size: 12px;
} .trx_addons_woocommerce_search_form_options span {
margin-right: 0.75em;
}
.trx_addons_woocommerce_search_form_options .trx_addons_woocommerce_search_form_field_type_select .trx_addons_woocommerce_search_form_field_list {
display: none;
margin: 0.75em 0;
}
.trx_addons_woocommerce_search_form_options .trx_addons_woocommerce_search_form_field_type_input input {
width: auto;
display: inline-block;
max-width: 4em;
line-height: 3em;
padding-top: 0;
padding-bottom: 0;
height: 2em;
vertical-align: middle;
}
.trx_addons_woocommerce_search_form_button button {
padding: 1.2em 2.4em;
} .woocommerce.widget_rating_filter ul li:before {
display: none !important;
} aside.woocommerce .product-title,
aside.woocommerce .mini_cart_item > a:not(.remove) {
display: block;
line-height: 1.5em;
}
.widget.WOOCS_CONVERTER .woocs_converter_shortcode > * {
vertical-align: middle;
}
.widget.WOOCS_CONVERTER .woocs_converter_shortcode .select_container {
display: inline-block;
width: 43%;
margin-right: 0.3em;
}
.widget.WOOCS_CONVERTER .woocs_converter_shortcode .select_container + .select_container {
margin-left: 0.3em;
margin-right: 0;
}
.widget.WOOCS_CONVERTER .button {
margin-top: 1em;
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single {
height: auto;
padding: 1em 0 1em 1em;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container-single .chosen-single div {
background: none;
}
.widget.WOOCS_SELECTOR .chosen-container-single .chosen-drop {
margin-top: 1px;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border-radius: 4px;
}
.widget.WOOCS_SELECTOR .woocommerce-currency-switcher-form .chosen-container .chosen-results li {
background-position: right center !important;
}
.yith-woocompare-widget ul.products-list {
padding-left: 0;
}
.yith-woocompare-widget ul.products-list li:before {
display: none;
}
.yith-woocompare-widget ul.products-list li .remove {
margin-top: 0;
}
.yith-woocompare-widget a.compare {
float: left;
}
.yith-woocompare-widget a.clear-all {
display: inline-block;
float: right;
} .woocommerce .woocommerce-cart-form table.shop_table_responsive tr.woocommerce-cart-form__cart-item td {
vertical-align: middle;
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
font-weight: 400;
padding-left: 0.75em;
padding-right: 0;
width: 4em;
font-size: 0.8421em;
line-height: 1em;
}
.woocommerce table.cart .product-remove, .woocommerce #content table.cart .product-remove, .woocommerce-page table.cart .product-remove, .woocommerce-page #content table.cart .product-remove,
.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
text-align: center;
width: 40px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
width: 40px;
}
.woocommerce table.cart .product-name, .woocommerce #content table.cart .product-name, .woocommerce-page table.cart .product-name, .woocommerce-page #content table.cart .product-name {
text-align: left !important;
}
.woocommerce table.cart th, .woocommerce #content table.cart th, .woocommerce-page table.cart th, .woocommerce-page #content table.cart th,
.woocommerce table.cart td, .woocommerce #content table.cart td, .woocommerce-page table.cart td, .woocommerce-page #content table.cart td {
padding: 12px;
text-align: center;
}
.woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
border-bottom: none !important;
padding-top: 1em;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
width: 10.7em;
margin-right: 0.3em;
}
.woocommerce table.cart td.actions .coupon + .button,
.woocommerce #content table.cart td.actions .coupon + .button,
.woocommerce-page table.cart td.actions .coupon + .button,
.woocommerce-page #content table.cart td.actions .coupon + .button {
float: right;
}
.woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {
text-align: center;
}
.woocommerce .cart-collaterals h2, .woocommerce-page .cart-collaterals h2 {
font-size: 1.5em;
line-height: 1.3em;
font-weight: 700;
margin: 1em 0 0.6em;
}
.woocommerce .cart-collaterals .cart-subtotal .amount, .woocommerce-page .cart-collaterals .cart-subtotal .amount {
font-size: 1em;
font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals table {
border-collapse: collapse;
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
padding: 12px;
vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
padding: 12px;
font-weight: 700;
text-align: left;
vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals table select, .woocommerce-page .cart-collaterals .cart_totals table select {
font-size: 1em;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
width: 100px;
}
.woocommerce ul#shipping_method li {
padding-left: 0;
text-indent: 0;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form,
.woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
margin: 1em 0;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
font-size: 1em;
font-weight: 400;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
display: block;
}
.woocommerce-shipping-calculator .select2-container.select2-container--default .select2-selection .select2-selection__arrow {
display: none;
}
.woocommerce-shipping-calculator .select_container:before {
top: 2px;
right: 2px;
bottom: 2px;
} .woocommerce form .form-row {
padding: 0;
margin-bottom: 1em;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
line-height: 1.5em;
}
.woocommerce form .form-row label.inline {
margin-left: 1em;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
line-height: 1.2em;
}
.woocommerce form.checkout_coupon {
padding-bottom: 0.6em;
}
.woocommerce form.checkout_coupon p + p {
float: left;
padding-left: 0.3em;
}
.woocommerce-checkout h3 {
margin-bottom: 0.6em;
margin-top: 0;
}
.woocommerce .checkout input[type=checkbox] {
display: inline;
}
.woocommerce .checkout .col-2 h3#ship-to-different-address label, .woocommerce-page .checkout .col-2 h3#ship-to-different-address label {
display: inline-block;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
font-weight: 400;
}
.woocommerce .checkout table.shop_table {
margin-bottom: 3em;
}
.woocommerce .checkout table.shop_table th, .woocommerce .checkout table.shop_table td {
text-align: left;
}
.woocommerce .checkout table.shop_table tfoot th {
text-align: right;
}
.woocommerce .checkout table.shop_table tfoot td,
.woocommerce .checkout table.shop_table tfoot th {
font-weight: 400;
}
.woocommerce table.shop_table .cart-subtotal .amount, .woocommerce-page table.shop_table .cart-subtotal .amount,
.woocommerce table.shop_table .shipping td, .woocommerce-page table.shop_table .shipping td {
font-weight: 400;
}
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
clear: none;
float: left;
margin-bottom: 30px;
}
.woocommerce .checkout #order_review, .woocommerce-page .checkout #order_review {
margin-bottom: 3em;
}
.woocommerce .checkout #order_review_heading, .woocommerce-page .checkout #order_review_heading {
padding-top: 1.825em;
}
.woocommerce .checkout #order_review .order-total .amount, .woocommerce-page .checkout #order_review .order-total .amount {
letter-spacing: 0;
}
.woocommerce .checkout #order_review .payment_methods li, .woocommerce-page .checkout #order_review .payment_methods li {
list-style: none;
}
.woocommerce .checkout #order_review .payment_methods li label, .woocommerce-page .checkout #order_review .payment_methods li label {
display: inline-block;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
margin: -5px 0.5em 0;
max-height: 30px;
}
.woocommerce-checkout #payment div.payment_box:after {
top: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background-color: transparent;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
border-top: 1px solid #ddd;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
line-height: 1.7em;
float: none;
}
.woocommerce .order_details.woocommerce-thankyou-order-details {
padding: 1em;
}
.woocommerce .order_details.woocommerce-thankyou-order-details li strong {
font-weight: 400;
margin-top: 0.2em;
}
.woocommerce .shop_table.order_details th,
.woocommerce .shop_table.customer_details th {
text-align: left;
}
.woocommerce .shop_table.order_details tfoot th {
text-align: right;
}
.woocommerce .shop_table.order_details td.product-name strong {
font-style: normal;
}
.woocommerce .order_details li,
.woocommerce-page .order_details li {
font-size: 1em;
line-height: 1em;
list-style: none;
}
.woocommerce .woocommerce-customer-details address {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.woocommerce form .form-row #createaccount {
margin-right: 4px;
vertical-align: middle;
}
.woocommerce form .form-row input[type=radio] + label:before,
.woocommerce form .form-row input[type=checkbox] + label:before {
top: 10px;
} .woocommerce form .form-row label.inline input[type=checkbox] {
display: inline;
position: relative;
top: 2px;
}
.woocommerce-account h2,
.woocommerce-account .address .title h3 {
margin: 1em 0 0.4em;
}
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content .woocommerce-Address-title a {
font-size: 1em;
line-height: 1.4em;
font-weight: 400;
text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 20%;
float: left;
}
.woocommerce-MyAccount-navigation ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li {
padding: 0;
margin: 0;
}
.woocommerce-MyAccount-navigation ul li + li {
border-top: 1px dotted #ddd;
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 1.2em 0 0.8em;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.woocommerce table.my_account_orders {
font-size: 1em;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
font-weight: 400;
}
.woocommerce table.shop_table tfoot tr:last-child td {
font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 75%;
float: right;
}
.woocommerce-MyAccount-content .my_account_orders th {
text-align: left;
}
.woocommerce-MyAccount-content .my_account_orders .button {
padding: 0;
background-color: transparent !important;
}
.woocommerce-MyAccount-content .my_account_orders .button + .button:before {
content: "|";
display: inline-block;
line-height: inherit;
margin: 0 0.5em;
}
.woocommerce-MyAccount-content .woocommerce-Address-title {
position: relative;
}
.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
display: inline-block;
margin-top: 0.5em;
}
.woocommerce-MyAccount-content .woocommerce-Address-title a {
display: inline-block;
vertical-align: text-top;
margin: 0 0 0 2em;
text-decoration: underline;
float: none !important;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
margin-top: 2em;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
top: -1em;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
padding: 10px 8px 7px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border-radius: 0;
}
.woocommerce .woocommerce-MyAccount-content h3 {
margin-top: 0;
}
.woocommerce .woocommerce-address-fields .select_container:before {
top: 2px;
right: 2px;
}
.woocommerce .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
display: none;
} .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
display: table-row-group;
}
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
display: table-row;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
display: table-cell;
text-align: left !important;
vertical-align: top;
}
.woocommerce table.shop_table_responsive tr td.product-price, .woocommerce-page table.shop_table_responsive tr td.product-price,
.woocommerce table.shop_table_responsive tr td.product-quantity, .woocommerce-page table.shop_table_responsive tr td.product-quantity,
.woocommerce table.shop_table_responsive tr td.product-subtotal, .woocommerce-page table.shop_table_responsive tr td.product-subtotal {
text-align: center !important;
}
.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
display: none;
}
.pswp {
z-index: 8001;
} .esg-grid i[class*=eg-icon-] {
color: #fff;
-webkit-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
transition: color 0.5s ease;
}
.esg-grid a:hover i[class*=eg-icon-] {
color: #f56331;
}
.esg-navigationbutton i[class*=eg-icon-] {
color: #888;
}
.esg-navigationbutton:hover i[class*=eg-icon-] {
color: #333;
}
.esg-entry-cover .eec > div {
margin-right: 0 !important;
}
.esg-entry-cover .eec > div[class*=-element-1-a] {
margin-left: 10px !important;
}
.esg-starring {
vertical-align: top;
}
.esg-starring .star-rating, .esg-starring-page .star-rating {
width: 6em;
}
.flat-light .esg-filters .esg-sortbutton-order,
.flat-light .esg-filters .esg-cartbutton-order {
line-height: 36px;
margin: 0;
}
.flat-light .esg-filters .esg-sortbutton {
padding-right: 0;
}
.esgbox-overlay {
z-index: 228010 !important;
}
.esgbox-opened {
z-index: 228030 !important;
}
.wp-widget-ess-grid-widget ul > li:before {
display: none !important;
}
.esgbox-toolbar .esgbox-button.esgbox-button--fullscreen {
display: none;
}
.esgbox-stage .esgbox-slide .esgbox-share {
border-radius: 0;
}
.esgbox-share .esgbox-close-small:after {
border: none;
border-radius: 0;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
} div.eg-corredo-skin-element-3 {
letter-spacing: 1.3px;
} :root {
--tec-border-radius-default: 0px;
--tec-font-size-0: 14px;
--tec-font-size-1: 14px;
}
.events-archive .entry-content, .events-archive .entry-header {
width: 100%;
}
#tribe-events-bar {
margin: 6px 0 1.5em;
}
#tribe-bar-form.tribe-bar-mini *,
#tribe-bar-form.tribe-bar-mini label {
font-size: 11px;
}
#tribe-bar-form {
background: none;
}
#tribe-bar-form input {
border-bottom-width: 1px !important;
} .tribe-bar-views-inner {
padding: 0;
background: none;
}
.tribe-bar-mini .tribe-bar-views-inner {
padding: 0;
}
#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
padding: 0;
}
#tribe-bar-views .select_container {
display: none;
}
#tribe-bar-views .tribe-bar-views-list {
padding: 0;
border: none;
background-color: transparent;
margin-top: 0;
}
#tribe-bar-form.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list {
padding: 0;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views .tribe-bar-views-list {
padding: 1em 0;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option,
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option {
font-size: 14px;
line-height: 24px;
font-weight: 800;
font-style: normal;
text-transform: uppercase;
height: 60px;
line-height: 60px;
letter-spacing: 1px;
padding: 0 1.5em;
display: block;
text-align: left;
background: unset;
}
#tribe-bar-views-toggle:after,
.tribe-bar-collapse #tribe-bar-views-toggle:after {
position: absolute;
z-index: 1;
top: 50%;
right: 1.5em;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-width: 6px;
margin-top: 3px;
}
.tribe-bar-views-open #tribe-bar-views-toggle:after {
margin-top: -3px;
top: 50%;
}
#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow {
position: absolute;
z-index: 1;
top: 50%;
right: 1em;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
position: absolute;
z-index: 1;
top: 0;
right: 0;
border-width: 6px;
margin-top: -3px;
}
#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
margin-top: -9px;
}
#tribe-bar-views-toggle,
#tribe-bar-views .tribe-bar-views-option {
-webkit-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
#tribe-bar-views [class^=tribe-icon-] {
display: inline-block;
vertical-align: top;
}
#tribe-bar-views.tribe-bar-views span.tribe-icon-month,
#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) [class^=tribe-icon-],
#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-month,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-month {
background-image: url(//kartingencarnacao.com/wp-content/themes/corredo/plugins/the-events-calendar/images/events-bar/icon-month.png);
}
#tribe-bar-views.tribe-bar-views span.tribe-icon-list,
#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-list,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-list {
background-image: url(//kartingencarnacao.com/wp-content/themes/corredo/plugins/the-events-calendar/images/events-bar/icon-list.png);
}
#tribe-bar-views.tribe-bar-views span.tribe-icon-week,
#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-week,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-week {
background-image: url(//kartingencarnacao.com/wp-content/themes/corredo/plugins/the-events-calendar/images/events-bar/icon-week.png);
}
#tribe-bar-views.tribe-bar-views span.tribe-icon-day,
#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-day,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-day {
background-image: url(//kartingencarnacao.com/wp-content/themes/corredo/plugins/the-events-calendar/images/events-bar/icon-day.png);
}
#tribe-bar-views.tribe-bar-views span.tribe-icon-photo,
#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-photo,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-photo {
background-image: url(//kartingencarnacao.com/wp-content/themes/corredo/plugins/the-events-calendar/images/events-bar/icon-photo.png);
}
#tribe-bar-views.tribe-bar-views span.tribe-icon-map,
#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-map,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-map {
background-image: url(//kartingencarnacao.com/wp-content/themes/corredo/plugins/the-events-calendar/images/events-bar/icon-map.png);
}
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
#tribe-bar-views [class^=tribe-icon-],
#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-month,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-month {
background-image: url(//kartingencarnacao.com/wp-content/themes/corredo/plugins/the-events-calendar/images/events-bar/icon-month@2x.png);
}
#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-list,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-list {
background-image: url(//kartingencarnacao.com/wp-content/themes/corredo/plugins/the-events-calendar/images/events-bar/icon-list@2x.png);
}
#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-week,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-week {
background-image: url(//kartingencarnacao.com/wp-content/themes/corredo/plugins/the-events-calendar/images/events-bar/icon-week@2x.png);
}
#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-day,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-day {
background-image: url(//kartingencarnacao.com/wp-content/themes/corredo/plugins/the-events-calendar/images/events-bar/icon-day@2x.png);
}
#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-photo,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-photo {
background-image: url(//kartingencarnacao.com/wp-content/themes/corredo/plugins/the-events-calendar/images/events-bar/icon-photo@2x.png);
}
#tribe-bar-views .tribe-bar-views-option:not(:hover):not(.tribe-bar-active) .tribe-icon-map,
#tribe-bar-views-toggle:not(:hover) .tribe-icon-map {
background-image: url(//kartingencarnacao.com/wp-content/themes/corredo/plugins/the-events-calendar/images/events-bar/icon-map@2x.png);
}
}
#tribe-bar-views .tribe-bar-views-option:focus,
#tribe-bar-views-toggle:focus {
outline: none;
}
#tribe-bar-views .tribe-bar-views-list li.tribe-bar-views-option {
position: relative;
}
#tribe-bar-views .tribe-bar-views-list li.tribe-bar-views-option:after {
content: "";
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background-color: rgba(255, 255, 255, 0.15);
opacity: 0;
-webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
-o-transition: background-color 0.3s ease, opacity 0.3s ease;
transition: background-color 0.3s ease, opacity 0.3s ease;
}
#tribe-bar-views .tribe-bar-views-list li.tribe-bar-views-option:hover:after {
opacity: 1;
}
#tribe-bar-views .tribe-bar-views-option:last-child,
#tribe-bar-views .tribe-bar-views-list {
border-radius: 0;
} #tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-views #tribe-bar-filters-wrap,
#tribe-bar-form.tribe-bar-full.tribe-events-bar--has-views #tribe-bar-filters-wrap {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding-right: 1em;
}
#tribe-bar-form #tribe-bar-collapse-toggle {
display: none;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-collapse-toggle {
display: block;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-filters > .tribe-bar-filters-inner {
padding: 1.5em;
}
.tribe-bar-date-filter, .tribe-bar-search-filter, .tribe-bar-submit,
.tribe-bar-mini .tribe-bar-date-filter, .tribe-bar-mini .tribe-bar-search-filter, .tribe-bar-mini .tribe-bar-submit {
padding: 0;
}
.tribe-bar-collapse .tribe-bar-date-filter,
.tribe-bar-collapse .tribe-bar-search-filter,
.tribe-bar-collapse .tribe-bar-submit {
padding: 0;
}
.datepicker {
z-index: 10005 !important;
}
.datepicker table {
border-collapse: collapse !important;
}
.datepicker table,
.datepicker table td,
.datepicker table th {
border-width: 0 !important;
}
.datepicker table tr td span {
border-radius: 0;
}
.datepicker.dropdown-menu {
border-radius: 0;
}
.tribe-bar-date-filter,
.tribe-bar-mini .tribe-bar-date-filter {
width: 37.9%;
padding-right: 3.1em;
}
.tribe-bar-mini .tribe-bar-date-filter {
padding-left: 0;
}
.datepicker th, .datepicker td,
.datepicker thead tr:first-child th, .datepicker tfoot tr th {
border-radius: 0;
}
.tribe-bar-search-filter,
.tribe-bar-mini .tribe-bar-search-filter {
width: 40.9%;
padding-right: 3.1em;
}
.tribe-bar-submit,
.tribe-bar-mini .tribe-bar-submit {
width: 21.2%;
margin: 0;
}
#tribe-bar-form label {
display: none;
text-transform: none;
font-size: 1em;
margin-bottom: 1.1em;
}
#tribe-bar-form input[type=text] {
border: none;
border-bottom: 2px solid #ddd;
padding: 1.95em 0.8em 1.2em;
}
#tribe-bar-form button,
#tribe-bar-form .tribe-bar-submit input[type=submit],
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit] {
height: 60px;
line-height: 60px;
padding: 0 1.5em;
border: none;
margin: 0;
}
#tribe-bar-views [class^=tribe-icon-] {
height: 60px;
line-height: 60px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
font-size: 0.9em;
font-weight: 700;
letter-spacing: 0 !important;
padding: 0 15px;
text-transform: none;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3:after {
display: none;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button,
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
-webkit-transition: all 0.3s ease !important;
-o-transition: all 0.3s ease !important;
transition: all 0.3s ease !important;
border-radius: 0;
}
.tribe-events .tribe-events-c-events-bar__search-button-icon,
.tribe-events .tribe-events-c-top-bar__datepicker-button:after,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:before,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav-link:before,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:after,
.tribe-events .tribe-events-c-nav__prev:before,
.tribe-events .tribe-events-c-nav__next:after,
.tribe-events .datepicker .prev .tribe-common-svgicon,
.tribe-events .datepicker .next .tribe-common-svgicon,
.tribe-events .datepicker .prev:active .tribe-common-svgicon,
.tribe-events .datepicker .prev:focus .tribe-common-svgicon, .tribe-events .datepicker .prev:hover .tribe-common-svgicon,
.tribe-events .datepicker .next:active .tribe-common-svgicon,
.tribe-events .datepicker .next:focus .tribe-common-svgicon, .tribe-events .datepicker .next:hover .tribe-common-svgicon,
.tribe-events .tribe-events-c-nav__prev:disabled:before,
.tribe-events .tribe-events-c-nav__next:disabled:after,
.tribe-events .tribe-events-c-ical__link:before,
.tribe-common .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input,
.tribe-common .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input,
.tribe-common .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus,
.tribe-common .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:hover {
background-image: none !important;
}
.tribe-events .tribe-events-c-ical__link {
padding: 1.6em 3.4em;
}
.tribe-events .tribe-events-c-ical__link:before {
display: none;
}
.tribe-common .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon {
height: 1.5em;
width: 2.4em;
text-align: center;
border: 1px solid transparent;
}
.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-svgicon,
.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-svgicon {
display: none;
}
.tribe-common .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon:before {
width: 100%;
height: 100%;
}
.tribe-events .tribe-events-c-top-bar__nav-list-item {
padding-right: 0.5em;
}
.tribe-events-c-view-selector__list-item-link {
text-transform: uppercase;
}
.tribe-common .tribe-common-h--alt {
font-weight: 800;
}
.tribe-common .tribe-common-svgicon--list:before,
.tribe-events .datepicker .prev .tribe-common-svgicon:before,
.tribe-events .datepicker .next .tribe-common-svgicon:before,
.tribe-events .tribe-events-c-nav__prev:before,
.tribe-events .tribe-events-c-nav__next:after,
.tribe-events .tribe-events-c-events-bar__search-button-icon:before,
.tribe-common .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon:before {
font-family: fontello;
line-height: 1em;
}
.tribe-common .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon:before,
.tribe-common .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon:after {
line-height: 1.5em;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:before,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:after {
font-family: fontello;
line-height: 1em;
font-weight: 800;
}
.tribe-events .tribe-events-c-events-bar__search-button-icon:before {
content: "\e8eb";
}
.tribe-events .tribe-events-c-nav__prev:before,
.tribe-events .datepicker .prev .tribe-common-svgicon:before,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:before,
.tribe-common .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-left:before {
content: "\e837";
}
.tribe-events .tribe-events-c-nav__next:after,
.tribe-events .datepicker .next .tribe-common-svgicon:before,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:after,
.tribe-common .tribe-events-c-top-bar__nav-list .tribe-common-c-btn-icon.tribe-common-c-btn-icon--caret-right:before {
content: "\e836";
}
.tribe-events .datepicker .prev .tribe-common-svgicon,
.tribe-events .datepicker .next .tribe-common-svgicon {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next {
font-size: 14px;
padding: 1.6em 3.4em;
letter-spacing: 0;
text-transform: uppercase;
}
.tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--prev .tribe-events-c-nav__prev,
.tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--next .tribe-events-c-nav__next {
padding: 0;
font-size: 14px;
}
.tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--prev .tribe-events-c-nav__prev:before {
padding-right: 1em;
}
.tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--next .tribe-events-c-nav__next:after {
padding-left: 1em;
}
.tribe-events .tribe-events-c-nav__prev,
.tribe-events .tribe-events-c-nav__next {
text-transform: uppercase;
}
.tribe-events .tribe-events-c-nav__prev .tribe-common-c-svgicon,
.tribe-events .tribe-events-c-nav__next .tribe-common-c-svgicon {
display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
padding: 0;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown,
.tribe-events .tribe-events-c-subscribe-dropdown {
margin: 15px 0 0;
}
.tribe-common .tribe-common-anchor-alt,
.tribe-common .tribe-common-anchor-alt:hover,
.tribe-common .tribe-events-c-ical__link,
.tribe-common .tribe-events-c-ical__link:hover {
font-size: 1.167em;
font-weight: 800;
text-transform: uppercase;
border-radius: 0;
border: none;
-webkit-transition: all ease 0.4s;
-o-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.tribe-events .tribe-events-c-ical {
margin-top: 3em;
}
.tribe-common .tribe-common-anchor:hover,
.tribe-common .tribe-common-anchor-thin:active,
.tribe-common .tribe-common-anchor-thin:focus,
.tribe-common .tribe-common-anchor-thin:hover {
border-bottom-color: transparent;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
font-size: 14px;
text-transform: none;
font-weight: 500;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
font-size: 14px;
font-weight: 500;
}
.tribe-common .tribe-common-c-loader__dot:not(.tribe-events-header__messages) {
-webkit-animation-name: tribe-common-c-loader-bounce-1;
animation-name: tribe-common-c-loader-bounce-1;
-webkit-animation-duration: 2.24s;
animation-duration: 2.24s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button {
position: relative;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
width: 100%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message {
padding-top: 17px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button {
font-weight: 800;
margin-right: 0.75em;
text-transform: uppercase;
border-radius: 0;
}
body .tribe-common .tribe-common-c-btn-border,
body .tribe-common a.tribe-common-c-btn-border {
padding: 11px 16px 10px;
}
body .tribe-common .tribe-common-c-btn-border .tribe-events-c-subscribe-dropdown__button-text,
body .tribe-common a.tribe-common-c-btn-border .tribe-events-c-subscribe-dropdown__button-text {
background: transparent;
padding-top: 1px;
}
.tribe-events .datepicker .datepicker-switch,
.tribe-events .datepicker .next, .tribe-events .datepicker .prev {
vertical-align: top;
text-align: center;
}
.tribe-events .datepicker .day.active {
border-radius: 0;
}
.tribe-events .tribe-events-header {
padding: 16px 0 0;
margin: 0 0 1em;
}
.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
border-radius: 0;
}
.tribe-events .datepicker .prev .tribe-common-svgicon,
.tribe-events .datepicker .next.tribe-common-svgicon {
display: inline-block;
}
.tribe-events .datepicker .prev .tribe-common-svgicon {
margin-right: 0;
}
.tribe-events .datepicker .next .tribe-common-svgicon {
margin-left: 20px;
}
.tribe-events .datepicker .day, .tribe-events .datepicker .dow {
font-size: 16px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
font-size: 20px;
}
.tribe-events-calendar-day__event-title.tribe-common-h6.tribe-common-h4--min-medium {
font-weight: 600;
}
.tribe-events .tribe-events-c-top-bar__datepicker .datepicker {
padding-top: 16px;
}
.tribe-events .datepicker .datepicker-months .datepicker-switch,
.tribe-events .datepicker .datepicker-months .next,
.tribe-events .datepicker .datepicker-months .prev,
.tribe-events .datepicker .datepicker-years .datepicker-switch,
.tribe-events .datepicker .datepicker-years .next,
.tribe-events .datepicker .datepicker-years .prev {
padding-top: 10px;
}
.tribe-events .tribe-events-c-small-cta__price {
font-size: 1.5em;
font-weight: 700;
}
.tribe-common .tribe-common-c-btn.tribe-events-c-search__button {
font-weight: 400;
}
.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button:after {
display: none;
}
.tribe-events .tribe-events-calendar-list__event-title .tribe-events-calendar-list__event-title-link {
-webkit-transition: all ease 0.4s;
-o-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.tribe-events .tribe-events-c-nav__list {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@-webkit-keyframes tribe-common-c-loader-bounce-1 {
50% {
opacity: 50%;
}
}
@keyframes tribe-common-c-loader-bounce-1 {
50% {
opacity: 50%;
}
} .tribe-events-page-title {
display: none;
} #tribe-events-content.tribe-events-month {
font-size: 14px;
line-height: 1.4em;
}
#tribe-events-content {
padding: 0;
margin: 3.3em 0 0;
}
#tribe-events-footer, #tribe-events-header {
margin: 0;
}
.tribe-events-month #tribe-events-header .tribe-events-sub-nav {
margin-bottom: 3em;
display: none;
}
#tribe-events-content table.tribe-events-calendar {
margin: 0 0 2em;
font-size: 1em;
}
body.tribe-events-day {
padding: 0;
}
.events-list #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-calendar + #tribe-events-footer {
margin: 3.4em 0 1.8em;
}
.events-list #tribe-events-footer,
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
padding-top: 3em;
border-top-style: dotted;
} #tribe-bar-form input[type=text] {
border-width: 2px !important;
}
#tribe-bar-form input[type=text]:focus {
border-bottom: 2px solid #ddd;
}
#tribe-bar-form input[type=text] {
font-size: 18px;
font-weight: 500;
font-style: normal;
text-transform: none;
border: 2px solid #ddd;
padding: 0 1.2em;
height: 60px;
line-height: 60px;
letter-spacing: 0;
}
#tribe-bar-form input[type=text][placeholder]::-webkit-input-placeholder {
line-height: 60px;
}
#tribe-bar-form input[type=text][placeholder]::-moz-placeholder {
line-height: 60px;
}
#tribe-bar-form input[type=text][placeholder]:-ms-input-placeholder {
line-height: 60px;
}
#tribe-bar-form input[type=text][placeholder]::-ms-input-placeholder {
line-height: 60px;
}
#tribe-bar-form input[type=text][placeholder]::placeholder {
line-height: 60px;
}
#tribe-bar-form input[type=text][placeholder] {
line-height: 60px;
}
#tribe-bar-form input[type=text]:focus {
outline: none;
}
#tribe-events-content .tribe-events-calendar {
border-spacing: 0;
border-collapse: collapse;
}
.tribe-events-calendar thead th {
padding: 1.8em 0 1.5em !important;
font-weight: 800;
letter-spacing: 1.3px;
text-transform: uppercase;
position: relative;
}
.tribe-events-calendar thead th + th:before {
content: " ";
width: 1px;
height: 1.2em;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
margin-top: -0.6em;
}
#tribe-events-content .tribe-events-calendar th,
#tribe-events-content .tribe-events-calendar td {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#tribe-events-content .tribe-events-calendar thead th {
border-left: none;
border-right: none;
}
#tribe-events-content .tribe-events-calendar td {
font-size: 1em;
padding: 0;
height: 10em;
text-align: left;
}
#tribe-events-content .tribe-events-calendar td:hover {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-],
.tribe-events-calendar td div[id*=tribe-events-daynum-] a {
font-size: 1em;
font-weight: 700;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
padding: 0.6em 1.7em 0.5em;
margin-bottom: 0;
text-align: left;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-], .tribe-events-calendar td div[id*=tribe-events-daynum-] > a,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a,
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
background: none;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
.tribe-events-calendar td.tribe-events-present.mobile-active,
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
background-color: transparent;
}
.tribe-events-calendar td.tribe-events-present {
position: relative;
}
.tribe-events-calendar td.tribe-events-present:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 1px solid #ddd;
pointer-events: none;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
margin: 0;
padding: 1em 1.5em;
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
font-size: 15px;
font-weight: 500;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-thismonth.tribe-events-has-events div[id*=tribe-events-daynum-] > a {
-webkit-transition: none;
-o-transition: none;
transition: none;
} #tribe-bar-form.tribe-bar-collapse #tribe-bar-filters-wrap {
float: left;
width: 66%;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
float: right;
width: 32%;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views .tribe-bar-views-list {
padding: 0;
}
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-date-filter,
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-search-filter,
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-submit {
float: left;
width: 32%;
}
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-date-filter,
.tribe-bar-collapse .tribe-bar-filters-inner > .tribe-bar-search-filter {
margin-right: 2%;
}
.tribe-events-calendar .tribe-events-has-events.mobile-trigger:after {
margin: 2em auto 0;
}
.tribe-events-calendar td.mobile-trigger div[id*=tribe-events-daynum-],
.tribe-events-calendar td.mobile-trigger div[id*=tribe-events-daynum-] a {
margin-top: 0;
}
.tribe-mobile-day-heading {
font-size: 1.4286em;
line-height: 1.25em;
}
#tribe-mobile-container {
margin-bottom: 2em;
}
#tribe-mobile-container .type-tribe_events {
padding-top: 1em;
}
#tribe-mobile-container .type-tribe_events h4 {
font-size: 1.0714em;
margin-bottom: 1em;
}
#tribe-mobile-container .type-tribe_events .tribe-event-date-start {
display: inline-block;
margin-bottom: 0.8em;
}
#tribe-mobile-container .type-tribe_events .tribe-events-read-more {
margin-top: 0;
padding: 0;
}
#tribe-mobile-container .tribe-events-viewmore {
padding: 25px 0 10px;
}
.tribe-events .tribe-events-calendar-month__day-cell--mobile {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
padding: 0;
bottom: 5.5em !important;
left: -2em;
width: 32.5em;
z-index: 10000;
text-transform: none;
}
.tribe-events-tooltip .tribe-events-arrow {
background: none;
width: 14px;
height: 14px;
line-height: 14px;
text-align: center;
bottom: -7px;
left: 5.2em;
display: block;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.tribe-events-tooltip .tribe-events-event-body {
font-size: 1em;
line-height: 1.8em;
font-weight: 500;
padding: 1em 1.8em 1.5em;
}
#tribe-events-content .tribe-events-tooltip .summary {
font-size: 1.5em;
line-height: 1.3em;
padding: 0.7em 1.2em 1.8em;
margin: 0;
}
.tribe-events-tooltip .tribe-event-duration {
margin: -3.5em 0 2.5em;
line-height: 1.5em;
overflow: hidden;
}
.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
padding: 0.5em 1.5em 0.5em 0;
}
.tribe-events-tooltip .tribe-event-description p {
margin: 0;
line-height: 1.7em;
}
.tribe-events-tooltip .tribe-event-description p + p {
margin-top: 1em;
}
.tribe-events-tooltip.tribe-events-tooltip-flipdown:before {
display: none;
} #tribe-events-footer .tribe-events-sub-nav {
text-align: justify;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
margin: 0;
}
#tribe-events-footer .tribe-events-sub-nav:after {
content: " ";
display: inline-block;
width: 100%;
height: 0;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
text-align: right;
}
.tribe-events-sub-nav li a span {
display: none !important;
}
#tribe-events .tribe-events-button:after,
.tribe-events-button:after,
.tribe-events-cal-links a:after,
.tribe-events-sub-nav li.tribe-events-nav-next a:after {
content: "\e977";
font-family: "fontello";
font-size: 0.7em;
margin-left: 1em;
position: relative;
top: -2px;
}
.tribe-events-sub-nav li.tribe-events-nav-previous a:before {
content: "\e976";
font-family: "fontello";
font-size: 0.7em;
margin-right: 0.5em;
position: relative;
top: -2px;
} .tribe-events-notices {
text-shadow: none;
} .tribe-events-read-more {
display: block;
margin-top: 1.5em;
padding: 0 !important;
} .tribe-events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop {
max-width: 770px;
margin: 0 auto;
}
.tribe-events-list .tribe-events-list-separator-month {
margin: 3.5em auto;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 1.25em;
line-height: 1.6em;
font-weight: 700;
}
.tribe-events-list .tribe-events-list-separator-month:first-child {
margin-top: 2em;
}
.tribe-events-list .tribe-events-event-cost {
margin: 0;
display: block !important;
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.tribe-events-list .tribe-events-event-cost span {
padding: 0.6em 1em;
font-weight: 500;
}
.tribe-events-list .tribe-events-event-meta {
font-weight: 500;
}
.tribe-events-event-meta address.tribe-events-address {
font-size: 1em;
line-height: 1.5em;
font-weight: 500;
font-style: normal;
}
.tribe-events-list .time-details,
.tribe-events-list .tribe-events-venue-details {
font-size: 1.2em;
line-height: 1.5em;
font-weight: 500;
font-style: normal;
}
.tribe-events-event-meta .tribe-event-schedule-details {
font-size: 1.2em;
line-height: 1.35em;
font-weight: 500;
font-style: normal;
margin-bottom: 0.5em;
letter-spacing: 0;
}
.tribe-events-list .type-tribe_events,
.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
padding: 0;
margin: 0;
position: relative;
}
.tribe-events-list .type-tribe_events {
border-bottom: none !important;
}
.tribe-events-list .type-tribe_events + .type-tribe_events,
.tribe-events-day .tribe-events-day-time-slot + .tribe-events-day-time-slot + .tribe-events-day-time-slot {
border-top: 1px solid #eee;
margin-top: 4em;
padding-top: 4em;
}
.tribe-events-list .type-tribe_events + .type-tribe_events .tribe-events-event-cost {
top: 4em;
}
.tribe-events-list .tribe-events-event-image {
margin-top: 0.4em;
width: 30%;
float: left;
}
.tribe-events-list .tribe-events-loop .tribe-events-content {
text-align: justify;
}
#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
line-height: 1.8em;
}
.tribe-events-loop .tribe-events-content {
padding-right: 0;
}
#tribe-events .tribe-events-button, .tribe-events-button {
border-radius: 0;
}
.tribe-events-event-meta .tribe-events-venue-details .tribe-address > br {
display: none;
}
.tribe-events-list .tribe-events-venue-details {
margin: 5px 0 25px;
}
.tribe-events-list .tribe-events-event-meta {
margin: 15px 0 15px;
} .tribe-events-day {
padding: 0;
}
.tribe-events-day #tribe-events-header {
display: none;
}
.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
margin: 0 0 1em;
padding: 1em 2em;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
margin-left: 0;
}
.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
opacity: 1;
} #tribe-events-content.tribe-events-single {
margin-top: 0;
}
.tribe-events-single #tribe-events-header {
display: none;
}
.tribe-events-back {
display: none;
}
.tribe-events-notices {
font-size: 16px;
margin: 0 0 1em 0;
border-radius: 0;
}
.single-tribe_events .tribe-events-single-event-title {
font-size: 2em;
line-height: 1.2em;
letter-spacing: 2px;
margin: 0;
text-align: center;
}
.tribe-events-notices + .tribe-events-single-event-title {
margin-top: 1.5em;
}
.tribe-events-schedule {
position: relative;
}
.tribe-events-schedule h2 {
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0;
display: block;
text-align: center;
}
.single-tribe_events .tribe-events-schedule .tribe-events-divider,
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
font-size: 1em;
}
.single-tribe_events .tribe-events-schedule .tribe-events-divider {
display: none;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
position: absolute;
z-index: 1;
top: 0;
right: 0;
font-weight: 400;
}
.single-tribe_events .tribe-events-single-event-title,
.single-tribe_events .tribe-events-schedule {
display: none;
}
.single-tribe_events .tribe-events-event-image {
float: left;
width: 100%;
margin: 0 0 2em;
}
.single-tribe_events .tribe-events-event-meta {
font-size: 1em;
line-height: 1.25em;
}
.single-tribe_events .tribe-events-cal-links:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.single-tribe_events .type-tribe_events {
padding-top: 0;
}
.single-tribe_events .tribe-events-single-section {
clear: none;
float: left;
width: 50%;
margin: 0;
padding: 3em 0 0;
border: none;
background-color: transparent;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
padding: 0;
margin: 0;
width: 40%;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-venue-map {
width: 50%;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-venue-map > div {
height: 250px !important;
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group + .tribe-events-meta-group {
margin-left: 3em;
}
.single-tribe_events .tribe-events-meta-group .tribe-events-single-section-title {
margin-top: 0;
font-size: 1.2em;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
line-height: 1.4em;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt abbr,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd abbr {
border-bottom: none;
text-decoration: none;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
font-size: 1.067em;
font-weight: 700;
font-style: normal;
letter-spacing: 0;
}
.single-tribe_events .tribe-events-venue-map {
margin: 0;
border-radius: 0;
}
.single-tribe_events #tribe-events-footer {
border-top: none;
}
.single-tribe_events .tribe-events-sub-nav li a {
white-space: normal;
padding: 0;
}
.single-tribe_events .tribe-events-sub-nav li a:before,
.single-tribe_events .tribe-events-sub-nav li a:after {
display: inline-block;
line-height: inherit;
margin: 0 1em 0 0;
}
.single-tribe_events .tribe-events-sub-nav li a:after {
margin: 0 0 0 1em;
}
.single-tribe_events .tribe-events-sub-nav .tribe-events-nav-next,
.single-tribe_events .tribe-events-sub-nav .tribe-events-nav-next a {
text-align: right;
}
#tribe-events-footer:before,
#tribe-events-footer:after {
display: none;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container,
.tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown__container {
width: 250px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button,
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
width: auto;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__export-icon,
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__export-icon {
display: none;
}
.tribe-events-event-meta:before,
.tribe-events-event-meta ~ div:not(.tribe-events-event-meta, .event-tickets) {
border: none;
} .tribe-events-list-widget .tribe-list-widget {
padding-left: 0;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
margin-bottom: 1.5em;
padding: 0;
}
.tribe-events-list-widget .tribe-events-list-widget-events .tribe-event-title {
font-size: 1.2em;
margin: 0;
}
.tribe-common .tribe-common-anchor-thin-alt {
border-bottom: none !important;
}
.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
width: auto;
min-width: auto;
}@font-face{font-family:eicons;src:url(//kartingencarnacao.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.41.0);src:url(//kartingencarnacao.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.41.0#iefix) format("embedded-opentype"),url(//kartingencarnacao.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.41.0) format("woff2"),url(//kartingencarnacao.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.41.0) format("woff"),url(//kartingencarnacao.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.41.0) format("truetype"),url(//kartingencarnacao.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.41.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:not(.e-div-block-base){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:not(.e-div-block-base) .elementor-widget-container,.elementor-element:not(.e-div-block-base):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}