@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-white {
color: #ffffff;
}
.esg-color-red {
color: red;
}
.esg-color-green {
color: green;
}
.esg-color-blue {
color: blue;
}
.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(//haltefamiliale.org/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(//haltefamiliale.org/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(//haltefamiliale.org/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(//haltefamiliale.org/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.eot?85610117);
src: url(//haltefamiliale.org/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.eot?85610117#iefix) format('embedded-opentype'),
url(//haltefamiliale.org/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.woff?85610117) format('woff'),
url(//haltefamiliale.org/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.ttf?85610117) format('truetype'),
url(//haltefamiliale.org/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(//haltefamiliale.org/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.eot?14490025);
src: url(//haltefamiliale.org/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.eot?14490025#iefix) format('embedded-opentype'),
url(//haltefamiliale.org/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.svg?14490025#trx_addons_icons) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'trx_addons_icons';
src: url(data:application/octet-stream;base64,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) format('woff'),
url(data:application/octet-stream;base64,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6BcAAAAYAADoGAAA6BgAAAAZAADoGQAA6BkAAAAaAADoGgAA6BoAAAAbAADoGwAA6BsAAAAcAADoHAAA6BwAAAAdAADoHQAA6B0AAAAeAADoHgAA6B4AAAAfAADoHwAA6B8AAAAgAADoIAAA6CAAAAAhAADoIQAA6CEAAAAiAADoIgAA6CIAAAAjAADoIwAA6CMAAAAkAADoJAAA6CQAAAAlAADoJQAA6CUAAAAmAADoJgAA6CYAAAAnAADoJwAA6CcAAAAoAADoKAAA6CgAAAApAADoKQAA6CkAAAAqAADoKgAA6CoAAAArAADoKwAA6CsAAAAsAADoLAAA6CwAAAAtAADoLQAA6C0AAAAuAADoLgAA6C4AAAAvAADoLwAA6C8AAAAwAADoMAAA6DAAAAAxAADoMQAA6DEAAAAyAADoMgAA6DIAAAAzAADoMwAA6DMAAAA0AADoNAAA6DQAAAA1AADoNQAA6DUAAAA2AADoNgAA6DYAAAA3AADoNwAA6DcAAAA4AADoOAAA6DgAAAA5AADoOQAA6DkAAAA6AADoOgAA6DoAAAA7AADoOwAA6DsAAAA8AADoPAAA6DwAAAA9AADoPQAA6D0AAAA+AADoPgAA6D4AAAA/AADoPwAA6D8AAABAAADoQAAA6EAAAABBAADoQQAA6EEAAABCAADoQgAA6EIAAABDAADoQwAA6EMAAABEAADoRAAA6EQAAABFAADoRQAA6EUAAABGAADoRgAA6EYAAABHAADoRwAA6EcAAABIAADoSAAA6EgAAABJAADoSQAA6EkAAABKAADoSgAA6EoAAABLAADoSwAA6EsAAABMAADoTAAA6EwAAABNAADoTQAA6E0AAABOAADoTgAA6E4AAABPAADoTwAA6E8AAABQAADoUAAA6FAAAABRAADoUQAA6FEAAABSAADoUgAA6FIAAABTAADoUwAA6FMAAABUAADoVAAA6FQAAABVAADoVQAA6FUAAABWAADoVgAA6FYAAABXAADoVwAA6FcAAABYAADoWAAA6FgAAABZAADoWQAA6FkAAABaAADoWgAA6FoAAABbAADoWwAA6FsAAABcAADoXAAA6FwAAABdAADoXQAA6F0AAABeAADoXgAA6F4AAABfAADoXwAA6F8AAABgAADoYAAA6GAAAABhAADoYQAA6GEAAABiAADoYgAA6GIAAABjAADoYwAA6GMAAABkAADoZAAA6GQAAABlAADoZQAA6GUAAABmAADoZgAA6GYAAABnAADoZwAA6GcAAABoAADoaAAA6GgAAABpAADoaQAA6GkAAABqAADoagAA6GoAAABrAADoawAA6GsAAABsAADobAAA6GwAAABtAADobQAA6G0AAABuAADobgAA6G4AAABvAADobwAA6G8AAABwAADocAAA6HAAAABxAADocQAA6HEAAAByAADocgAA6HIAAABzAADocwAA6HMAAAB0AADodAAA6HQAAAB1AADodQAA6HUAAAB2AADodgAA6HYAAAB3AADodwAA6HcAAAB4AADoeAAA6HgAAAB5AADoeQAA6HkAAAB6AADoegAA6HoAAAB7AADoewAA6HsAAAB8AADofAAA6HwAAAB9AADofQAA6H0AAAB+AADofgAA6H4AAAB/AADofwAA6H8AAACAAADogAAA6IAAAACBAADogQAA6IEAAACCAADoggAA6IIAAACDAADogwAA6IMAAACEAADohAAA6IQAAACFAADohQAA6IUAAACGAADohgAA6IYAAACHAADohwAA6IcAAACIAADoiAAA6IgAAACJAADoiQAA6IkAAACKAADoigAA6IoAAACLAADoiwAA6IsAAACMAADojAAA6IwAAACNAADojQAA6I0AAACOAADojgAA6I4AAACPAADojwAA6I8AAACQAADokAAA6JAAAACRAADokQAA6JEAAACSAADokgAA6JIAAACTAADokwAA6JMAAACUAADolAAA6JQAAACVAADolQAA6JUAAACWAADolgAA6JYAAACXAADolwAA6JcAAACYAADomAAA6JgAAACZAADomQAA6JkAAACaAADomgAA6JoAAACbAADomwAA6JsAAACcAADonAAA6JwAAACdAADonQAA6J0AAACeAADongAA6J4AAACfAADonwAA6J8AAACgAADooAAA6KAAAAChAADooQAA6KEAAACiAADoogAA6KIAAACjAADoowAA6KMAAACkAADopAAA6KQAAAClAADopQAA6KUAAACmAADopgAA6KYAAACnAADopwAA6KcAAACoAADoqAAA6KgAAACpAADoqQAA6KkAAACqAADoqgAA6KoAAACrAADoqwAA6KsAAACsAADorAAA6KwAAACtAADorQAA6K0AAACuAADorgAA6K4AAACvAADorwAA6K8AAACwAADosAAA6LAAAACxAADosQAA6LEAAACyAADosgAA6LIAAACzAADoswAA6LMAAAC0AADotAAA6LQAAAC1AADotQAA6LUAAAC2AADotgAA6LYAAAC3AADotwAA6LcAAAC4AADouAAA6LgAAAC5AADouQAA6LkAAAC6AADougAA6LoAAAC7AADouwAA6LsAAAC8AADovAAA6LwAAAC9AADovQAA6L0AAAC+AADovgAA6L4AAAC/AADovwAA6L8AAADAAADowAAA6MAAAADBAADowQAA6MEAAADCAADowgAA6MIAAADDAADowwAA6MMAAADEAADoxAAA6MQAAADFAADoxQAA6MUAAADGAADoxgAA6MYAAADHAADoxwAA6McAAADIAADoyAAA6MgAAADJAADoyQAA6MkAAADKAADoygAA6MoAAADLAADoywAA6MsAAADMAADozAAA6MwAAADNAADozQAA6M0AAADOAADozgAA6M4AAADPAADozwAA6M8AAADQAADo0AAA6NAAAADRAADo0QAA6NEAAADSAADo0gAA6NIAAADTAADo0wAA6NMAAADUAADo1AAA6NQAAADVAADo1QAA6NUAAADWAADo1gAA6NYAAADXAADo1wAA6NcAAADYAADo2AAA6NgAAADZAADo2QAA6NkAAADaAADo2gAA6NoAAADbAADo2wAA6NsAAADcAADo3AAA6NwAAADdAADo3QAA6N0AAADeAADo3gAA6N4AAADfAADo3wAA6N8AAADgAADo4AAA6OAAAADhAADo4QAA6OEAAADiAADo4gAA6OIAAADjAADo4wAA6OMAAADkAADo5AAA6OQAAADlAADo5QAA6OUAAADmAADo5gAA6OYAAADnAADo5wAA6OcAAADoAADo6AAA6OgAAADpAADo6QAA6OkAAADqAADo6gAA6OoAAADrAADo6wAA6OsAAADsAADo7AAA6OwAAADtAADo7QAA6O0AAADuAADo7gAA6O4AAADvAADo7wAA6O8AAADwAADo8AAA6PAAAADxAADo8QAA6PEAAADyAADo8gAA6PIAAADzAADpDwAA6Q8AAAD0AADpEAAA6RAAAAD1AADpEQAA6REAAAD2AADpEgAA6RIAAAD3AADpGAAA6RgAAAD4AADwRwAA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bgAgADEALgAwAHQAcgB4AF8AYQBkAGQAbwBuAHMAXwBpAGMAbwBuAHMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFwECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQEyATMBNAE1ATYBNwE4ATkBOgE7ATwBPQE+AT8BQAFBAUIBQwFEAUUBRgFHAUgBSQFKAUsBTAFNAU4BTwFQAVEBUgFTAVQBVQFWAVcBWAFZAVoBWwFcAV0BXgFfAWABYQFiAWMBZAFlAWYBZwFoAWkBagFrAWwBbQFuAW8BcAFxAXIBcwF0AXUBdgF3AXgBeQF6AXsBfAF9AX4BfwGAAYEBggGDAYQBhQGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBuAG5AboBuwG8Ab0BvgG/AcABwQHCAcMBxAHFAcYBxwHIAckBygHLAcwBzQHOAc8B0AHRAdIB0wHUAdUB1gHXAdgB2QHaAdsB3AHdAd4B3wHgAeEB4gHjAeQB5QHmAecB6AHpAeoB6wHsAe0B7gHvAfAB8QHyAfMB9AH1AfYB9wH4AfkB+gH7AfwB/QH+Af8CAAIBAgICAwIEAgUCBgIHAggCCQIKAgsCDAINAg4CDwIQAhECEgITAhQCFQIWAhcCGAAFc3BpbjMFc3BpbjUFc2hhcmUDYWRuB2FuZHJvaWQJYW5nZWxsaXN0BWFwcGxlB2JlaGFuY2UJYml0YnVja2V0CmJ1eXNlbGxhZHMCY2MIY29kZW9wZW4OY29ubmVjdGRldmVsb3AEY3NzMwhkYXNoY3ViZQlkZWxpY2lvdXMKZGV2aWFudGFydARkaWdnCGRyaWJiYmxlB2Ryb3Bib3gGZHJ1cGFsCGZhY2Vib29rBmZsaWNrcghmb3J1bWJlZQpmb3Vyc3F1YXJlA2dpdAZnaXRodWIGZ29vZ2xlBWdwbHVzB2d3YWxsZXQLaGFja2VyLW5ld3MFaHRtbDUJaW5zdGFncmFtB2lveGhvc3QGam9vbWxhCGpzZmlkZGxlBmxhc3RmbQdsZWFucHViCGxpbmtlZGluBWxpbnV4Bm1heGNkbghtZWFucGF0aAZvcGVuaWQJcGFnZWxpbmVzBnBheXBhbA5waWVkLXBpcGVyLWFsdAlwaW50ZXJlc3QCcXEGcmVkZGl0BnJlbnJlbgZzZWxsc3kMc2hpcnRzaW5idWxrC3NpbXBseWJ1aWx0CHNreWF0bGFzBXNreXBlBXNsYWNrCnNsaWRlc2hhcmUNc3RhY2tvdmVyZmxvdwVzdGVhbQtzdHVtYmxldXBvbg10ZW5jZW50LXdlaWJvBnRyZWxsbwZ0dW1ibHIGdHdpdGNoB3R3aXR0ZXIEdmluZQl2a29udGFrdGUGd2VjaGF0CHdoYXRzYXBwBXdlaWJvB3dpbmRvd3MJd29yZHByZXNzBHhpbmcEeWVscAd5b3V0dWJlBXlhaG9vBmNpcmNsZQVsZW1vbgpzb3VuZGNsb3VkDmdvb2dsZS1jaXJjbGVzB2xvZ28tZGIGc3dlZGVuCGV2ZXJub3RlBWhlYXJ0C2hlYXJ0LWVtcHR5A2V5ZQ1jb21tZW50LWVtcHR5BGRvd24EbGVmdAVyaWdodAJ1cAZwZW5jaWwJc2hhcmVhYmxlBXRvb2xzBmJhc2tldAVyZXBseQlyZXBseS1hbGwHZm9yd2FyZARlZGl0CGZlYXRoZXIzBGNvZGUGYXR0YWNoBGxvY2sJbG9jay1vcGVuA3BpbgRob21lBGxpbmsGdW5saW5rCGRvd25sb2FkBG1haWwEc3RhcgpzdGFyLWVtcHR5CHVzZXItYWx0CXVzZXItcGx1cwp1c2VyLXRpbWVzC3VzZXJzLWdyb3VwAm9rBmRlbGV0ZQRwbHVzBW1pbnVzCm9rLWNpcmNsZWQOZGVsZXRlLWNpcmNsZWQMcGx1cy1jaXJjbGVkDW1pbnVzLWNpcmNsZWQEaGVscAxoZWxwLWNpcmNsZWQMaW5mby1jaXJjbGVkBGluZm8JYXR0ZW50aW9uEWF0dGVudGlvbi1jaXJjbGVkCWRvd24tbWluaQlsZWZ0LW1pbmkKcmlnaHQtbWluaQd1cC1taW5pA3JzcwtzbGlkZXItbGVmdAxzbGlkZXItcmlnaHQDY29nA2dwcwdtb25pdG9yBW1vdXNlB2ZlYXRoZXIEY29ncwdzbGlkZXJzBmNhbWVyYQRsYW1wCGRvd24tZGlyCXRlbGVwaG9uZQVwcmludAZleHBvcnQEbXV0ZQZ2b2x1bWUGc2VhcmNoBnByaW50Mgh5b3V0dWJlMghhc3RlcmlzawhjaGVja2JveAtjaXJjbGUtdGhpbghlbGxpcHNpcw1lbGxpcHNpcy12ZXJ0A29mZghzY2lzc29ycwVwYXN0ZQZmbG9wcHkEYm9vawp0b2dnbGUtb2ZmCXRvZ2dsZS1vbgdjb2x1bW5zBXRhYmxlCmNpcmNsZS1kb3QJY2hhcnQtYmFyCmNoYXJ0LWFyZWEJY2hhcnQtcGllCmNoYXJ0LWxpbmULY2VydGlmaWNhdGUGc2lnbmFsDmNoZWNrYm94LWVtcHR5BGdpZnQHZGVza3RvcAZsYXB0b3AGdGFibGV0Bm1vYmlsZQNkb3QGcmVjb3JkC3F1b3RlLXJpZ2h0CnF1b3RlLWxlZnQIZmVhdGhlcjIQbG9jYXRpb24tb3V0bGluZQRtZW51BWNoZWNrBmNhbmNlbARmaXJlCmZpcmUtbGlnaHQKZm9vZC1saWdodAdwaG9uZS0yA21hcAZ1cC1kaXIIbGVmdC1kaXIJcmlnaHQtZGlyCGNhbGVuZGFyC2NyZWRpdC1jYXJkBGRvdDIEZG90MwxyZXNpemUtc21hbGwPcmVzaXplLXZlcnRpY2FsEXJlc2l6ZS1ob3Jpem9udGFsBXdhdGVyB2Ryb3BsZXQDYWlyB2FkZHJlc3MIbG9jYXRpb24FbWFwLTIJZGlyZWN0aW9uB2NvbXBhc3MFZ2xvYmUJZmxvdy10cmVlA2tleQpmbG93LWNyb3NzBGZ1ZWwHbG9kZ2luZwZ0b2lsZXQGd3JlbmNoBmNvZ3MtMQdnYXVnZS0xBHJvYWQKdm9sdW1lLW9mZgt2b2x1bWUtZG93bgl2b2x1bWUtdXAEcGxheQVwYXVzZQRzdG9wCmFsaWduLWxlZnQMYWxpZ24tY2VudGVyC2FsaWduLXJpZ2h0DWFsaWdu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) format('truetype');
}   [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;    }
.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;
-ms-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;
-ms-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.preloader_wrap > div.preloader_circ3 {
-webkit-animation-delay: -0.5s;
-ms-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.preloader_wrap > div.preloader_circ4 {
-webkit-animation-delay: -0.4s;
-ms-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.preloader_wrap > div.preloader_circ5 {
-webkit-animation-delay: -0.3s;
-ms-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;
-ms-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;
-ms-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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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;
-ms-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;
-ms-animation: preloader_dot_two 1.5s infinite;
animation: preloader_dot_two 1.5s infinite;
-webkit-animation-delay: 0.25s;
-ms-animation-delay: 0.25s;
animation-delay: 0.25s;
}
.preloader_wrap #preloader_dot_three {
-webkit-animation: preloader_dot_three 1.5s infinite;
-ms-animation: preloader_dot_three 1.5s infinite;
animation: preloader_dot_three 1.5s infinite;
-webkit-animation-delay: 0.5s;
-ms-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(//haltefamiliale.org/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;
-ms-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;
padding: 0 !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(//haltefamiliale.org/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;
-webkit-border-radius: 0;
-ms-border-radius: 0;
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;
-webkit-border-radius: 0;
-ms-border-radius: 0;
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;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
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;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
div.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .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 {
filter: inherit;
}
div.ui-slider-horizontal {
height: 0.8em;
}
div.ui-slider-horizontal .ui-slider-handle {
top: -.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: .8em;
height: 100px;
}
div.ui-slider-vertical .ui-slider-handle {
left: -.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;
-khtml-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;
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;
-khtml-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;
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;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
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;
-khtml-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;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
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;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
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;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
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-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-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;
-webkit-border-radius: 0;
-ms-border-radius: 0;
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-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-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;
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;
-webkit-border-radius: 0;
-ms-border-radius: 0;
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;
-ms-transition: border-color 50ms ease-in-out 0s;
transition: border-color 50ms ease-in-out 0s;
}
div.select2-drop {
border: 1px solid #ddd;
-webkit-border-radius: 0;
-ms-border-radius: 0;
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;
font-size: 28px;
width: 44px;
height: 50px;
line-height: 49px;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
margin: 0 !important;
padding: 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.3em;
}
.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;
-ms-transition: -ms-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;
}
.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;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
margin-top: 1em;
opacity: 0;
-webkit-transition: all 0.2s linear;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-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 {
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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;
-webkit-border-radius: 0 !important;
-ms-border-radius: 0 !important;
border-radius: 0 !important;
-webkit-transition: all 0.1s ease;
-ms-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;
-ms-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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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;
} .trx_addons_extended_taxonomy_bg {
padding: .15em .7em;
border-radius: .5em;
overflow: hidden;
}
.trx_addons_extended_taxonomy .trx_addons_extended_taxonomy_icon {
display: inline-block;
vertical-align: baseline;
line-height: inherit;
margin-right: .5em;
color: inherit !important;
}
.trx_addons_extended_taxonomy .trx_addons_extended_taxonomy_img {
max-height: 1.15em;
width: auto !important;
margin-right: .3em;
display: inline-block !important;
vertical-align: middle;
} .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;
} .sc_parallax_text_block {
display: inline-block;
vertical-align: top;
}
.sc_parallax_block {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
overflow: hidden;
pointer-events: none;
-webkit-perspective: 1200px;
-ms-perspective: 1200px;
perspective: 1200px;
}
.sc_parallax_block_image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
-webkit-background-size: auto auto;
background-size: auto;
background-position: 50% 50%;
}
.sc_parallax_block_type_scroll:not(.is-mac) .sc_parallax_block_image {
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
-o-transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
} .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_inner {
display: inline-block;
}
.sc_item_subtitle {
font-size: 1.15rem;
line-height: 1.5em;
font-weight: 400;
font-style: italic;
text-transform: none;
letter-spacing: 0;
display: block;
}
.sc_item_subtitle_above {
margin-bottom: 0.5em;
}
.sc_item_subtitle_below {
margin-top: 0.5em;
}
.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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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_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 {
text-align: left;
}
nav.sc_item_pagination_advanced_pages .nav-links {
max-width: 82%;
}
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: 18%;
}
.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;
}
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;
-ms-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);
} #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: linear-gradient(135deg, #efa758, #ef58a7);
} .elementor-container[class*="elementor-column-gap-"] > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
padding: 0;
} .elementor-editor-active .elementor .hide_on_wide, .elementor-editor-active .elementor .sc_layouts_hide_on_wide,
.elementor-editor-active .elementor .hide_on_desktop, .elementor-editor-active .elementor .sc_layouts_hide_on_desktop,
.elementor-editor-active .elementor .hide_on_notebook, .elementor-editor-active .elementor .sc_layouts_hide_on_notebook,
.elementor-editor-active .elementor .hide_on_tablet, .elementor-editor-active .elementor .sc_layouts_hide_on_tablet,
.elementor-editor-active .elementor .hide_on_mobile, .elementor-editor-active .elementor .sc_layouts_hide_on_mobile {
display: block !important;
}
.elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_wide, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_wide, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_desktop, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_desktop, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_notebook, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_notebook, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_tablet, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_tablet, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.hide_on_mobile, .elementor-editor-active .elementor .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_mobile {
display: inline-block !important;
}
.elementor.elementor-edit-area-active .sc_layouts_item.elementor-hidden-desktop,
.elementor.elementor-edit-area-active .sc_layouts_item.elementor-hidden-tablet,
.elementor.elementor-edit-area-active .sc_layouts_item.elementor-hidden-phone {
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: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));
background-image: -webkit-linear-gradient(top, #f3f3f3, #fff);
background-image: -o-linear-gradient(top, #f3f3f3, #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 .sc_parallax {
overflow: visible !important;
} [class*="sc_fly_"]:not(.sc_fly_static) {
position: absolute !important;
}
.sc_fly_tl {
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_fly_tc {
position: absolute;
z-index: 1;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.sc_fly_tr {
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.sc_fly_ml {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sc_fly_mc {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_fly_mr {
position: absolute;
z-index: 1;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sc_fly_bl {
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
}
.sc_fly_bc {
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.sc_fly_br {
position: absolute;
z-index: 1;
bottom: 0;
right: 0;
} .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;
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-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute):not(.sc_layouts_item) {
margin-bottom: 0;
} .elementor-section[class*="sc_extra_bg_"],
.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-section[class*="sc_extra_bg_"]:after,
.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-section.sc_extra_bg_tiny[class*="sc_bg_mask_"]:before,
.elementor-section.sc_extra_bg_tiny:after,
.elementor-column.sc_extra_bg_tiny[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_tiny > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_tiny[class*="sc_bg_mask_"]:before,
.elementor-widget-text-editor.sc_extra_bg_tiny:after {
position: absolute;
top: -2em;
right: -2em;
bottom: -2em;
left: -2em;
}
.elementor-section.sc_extra_bg_small[class*="sc_bg_mask_"]:before,
.elementor-section.sc_extra_bg_small:after,
.elementor-column.sc_extra_bg_small[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_small > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_small[class*="sc_bg_mask_"]:before,
.elementor-widget-text-editor.sc_extra_bg_small:after {
position: absolute;
top: -4em;
right: -4em;
bottom: -4em;
left: -4em;
}
.elementor-section.sc_extra_bg_medium[class*="sc_bg_mask_"]:before,
.elementor-section.sc_extra_bg_medium:after,
.elementor-column.sc_extra_bg_medium[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_medium > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_medium[class*="sc_bg_mask_"]:before,
.elementor-widget-text-editor.sc_extra_bg_medium:after {
position: absolute;
top: -6em;
right: -6em;
bottom: -6em;
left: -6em;
}
.elementor-section.sc_extra_bg_large[class*="sc_bg_mask_"]:before,
.elementor-section.sc_extra_bg_large:after,
.elementor-column.sc_extra_bg_large[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_large > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_large[class*="sc_bg_mask_"]:before,
.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-widget-trx_sc_googlemap .sc_googlemap_marker[data-icon]:before {
display: none;
} .elementor-widget-trx_sc_layouts.elementor-element-edit-mode .sc_layouts,
.elementor-widget-trx_sc_blogger.elementor-element-edit-mode .sc_blogger {
position: relative;
}
.elementor-widget-trx_sc_layouts.elementor-element-edit-mode .sc_layouts:after,
.elementor-widget-trx_sc_blogger.elementor-element-edit-mode .sc_blogger:after {
content: ' ';
position: absolute;
z-index: 10;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sc_events {
position: relative;
}
.sc_events_button {
text-align: center;
}
.sc_events_default .sc_events_item,
.sc_events_detailed .sc_events_item {
display: block;
overflow: hidden;
position: relative;
background-color: #f7f7f7;
height: 5.2632em;
}
.sc_events_default .sc_events_item + .sc_events_item,
.sc_events_detailed .sc_events_item + .sc_events_item {
margin-top: 1em;
}
.sc_events_default .sc_events_item_date,
.sc_events_default .sc_events_item_title,
.sc_events_default .sc_events_item_button,
.sc_events_detailed .sc_events_item_date,
.sc_events_detailed .sc_events_item_title,
.sc_events_detailed .sc_events_item_button {
position: absolute;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_events_default .sc_events_item_date,
.sc_events_detailed .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_default .sc_events_item_day,
.sc_events_detailed .sc_events_item_day {
display: block;
font-size: 2em;
line-height: 1.5em;
font-weight: 300;
margin-top: 0.2em;
}
.sc_events_default .sc_events_item_month,
.sc_events_detailed .sc_events_item_month {
font-size: 0.7143em;
line-height: 1.3em;
text-transform: uppercase;
display: block;
}
.sc_events_default .sc_events_item_time {
position: absolute;
left: 9em;
top: .5rem;
}
.sc_events_default .sc_events_item_title,
.sc_events_detailed .sc_events_item_title {
font-size: 1.1429em;
line-height: 1.3em;
left: 8em;
color: #292929;
max-width: 75%;
padding-right: 3em;
}
.sc_events_default .sc_events_item:hover .sc_events_item_title,
.sc_events_detailed .sc_events_item:hover .sc_events_item_title {
color: #efa758;
}
.sc_events_default .sc_events_item_time,
.sc_events_detailed .sc_events_item_time {
color: #888888;
}
.sc_events_default .sc_events_item:hover .sc_events_item_time,
.sc_events_detailed .sc_events_item:hover .sc_events_item_time {
color: #efa758;
}
.sc_events_default .sc_events_item_title,
.sc_events_default .sc_events_item_button,
.sc_events_detailed .sc_events_item_title,
.sc_events_detailed .sc_events_item_button {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sc_events_default .sc_events_item_button,
.sc_events_detailed .sc_events_item_button {
right: 3em;
color: #292929;
text-align: center;
min-height: 1.3em;
}
.sc_events_default .sc_events_item:hover .sc_events_item_button,
.sc_events_detailed .sc_events_item:hover .sc_events_item_button {
color: #efa758;
}
.sc_events_default .sc_events_item_button:before,
.sc_events_detailed .sc_events_item_button:before {
content: '\e884';
font-family: "trx_addons_icons";
}
.sc_events_default .sc_events_item_button:before,
.sc_events_default .sc_events_item_button:after,
.sc_events_detailed .sc_events_item_button:before,
.sc_events_detailed .sc_events_item_button:after {
font-size: 0.9286em;
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_events_default .sc_events_item_button:after,
.sc_events_detailed .sc_events_item_button:after {
left: -30px;
opacity: 0;
}
.sc_events_default .sc_events_item:hover .sc_events_item_button:before,
.sc_events_detailed .sc_events_item:hover .sc_events_item_button:before {
opacity: 0;
left: 30px;
}
.sc_events_default .sc_events_item:hover .sc_events_item_button:after,
.sc_events_detailed .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;
-ms-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;
} .sc_events_classic .sc_events_item {
background-color: #fafafa;
}
.sc_events_classic .sc_events_item_thumb {
position: relative;
}
.sc_events_classic .sc_events_item_thumb img {
width: 100%;
}
.sc_events_classic .sc_events_item_categories {
position: absolute;
z-index: 1;
top: 2em;
left: 2em;
display: inline-block;
background-color: #292929;
font-size: 0.9286em;
line-height: 2em;
padding: 0 0.7em;
text-transform: uppercase;
}
.sc_events_classic .sc_events_item_categories a {
color: #fff;
}
.sc_events_classic .sc_events_item_categories a:hover {
color: #efa758;
}
.sc_events_classic .sc_events_item_info {
padding: 2em;
}
.sc_events_classic .sc_events_item_title {
margin: 0;
}
.sc_events_classic .sc_events_item_title {
margin: 0;
}
.sc_events_classic .sc_events_item_meta {
font-size: 0.9286em;
line-height: 1.5em;
margin-top: 0.5em;
}
.sc_events_classic .sc_events_item_meta_item + .sc_events_item_meta_item:before {
content: '*';
margin: 0 0.3em;
}
.sc_events_classic .sc_events_item_date {
letter-spacing: 0;
font-style: italic;
}
.sc_events_classic .sc_events_item_price {
font-size: 2em;
line-height: 1em;
margin-top: 0.5em;
color: #efa758;
min-height: 1.2em;
}
.sc_events_classic .sc_events_item_period {
font-size: 0.4em;
color: #888;
text-transform: uppercase;
}
.sc_events_classic .sc_events_item_period:before {
content: '/';
margin: 0 0.5em;
} .sc_events_classic .sc_events_item .trx_addons_hover_mask {
background-color: #000;
}
.sc_events_classic .trx_addons_hover_content .trx_addons_hover_title {
background-color: transparent;
padding: 0;
margin: 0;
text-transform: none;
font-size: 1.6667em;
}
.sc_events_classic .trx_addons_hover_content .trx_addons_hover_text {
padding: 0;
margin-top: 2em;
font-style: normal;
}
.sc_events_classic .trx_addons_hover_content .trx_addons_hover_links a {
margin-top: 3em;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
padding: 1.3em 1.9em;
}
.sc_dishes_compact .sc_dishes_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 3em;
}
.sc_dishes_item .sc_dishes_item_thumb {
margin-bottom: 0;
}
.sc_dishes_item_image > .sc_dishes_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_dishes_columns_wrap,
.dishes_page_related .related_columns {
display: flex;
flex-wrap: wrap;
}
.sc_dishes_slider .sc_dishes_item,
.sc_dishes_columns_wrap .sc_dishes_item,
.dishes_page_related .related_columns .sc_dishes_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_dishes_slider .sc_dishes_item {
margin-bottom: 0 !important;
}
.sc_dishes {
position: relative;
} .sc_dishes_default .sc_dishes_item {
background-color: #fafafa;
margin-bottom: 2em;
text-align: center;
padding-top: 0.0001px;
}
.sc_dishes_default.slider_swiper .sc_dishes_item,
.sc_dishes_default .columns_padding_bottom .sc_dishes_item {
margin-bottom: 0;
}
.sc_dishes_default .sc_dishes_item_thumb img {
width: 100%;
}
.sc_dishes_default .sc_dishes_item_info {
padding: 2.6em 3em;
text-align: center;
}
.sc_dishes_default .sc_dishes_item_title {
margin: 0;
}
.sc_dishes_default .sc_dishes_item_subtitle {
font-size: 0.8667em;
line-height: 1.5em;
font-style: italic;
letter-spacing: 0;
margin-top: 0.4em;
}
.sc_dishes_default .sc_dishes_item_content {
margin-top: 1.6em;
}
.sc_dishes_default .sc_dishes_item_content p {
margin: 0;
}
.sc_dishes_default .sc_dishes_item_button {
margin: 1.6em 0 0;
}
.sc_dishes_default .sc_dishes_item_image {
position: relative;
}
.sc_dishes_default .sc_dishes_item_featured_left,
.sc_dishes_default .sc_dishes_item_featured_right {
position: relative;
overflow: hidden;
background-color: transparent;
}
.sc_dishes_default .sc_dishes_item_featured_left {
text-align: left;
}
.sc_dishes_default .sc_dishes_item_featured_right {
text-align: right;
}
.sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_image,
.sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_image {
width: 30%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_dishes_default .sc_dishes_item_featured_left .dishes_page_spicy_label,
.sc_dishes_default .sc_dishes_item_featured_right .dishes_page_spicy_label {
display: none;
}
.sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_content,
.sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_content {
min-height: 0;
}
.sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_info {
text-align: left;
padding: 0 0 0 2em;
margin-left: 4em;
}
.sc_dishes_default .sc_dishes_item_featured_left.without_content .sc_dishes_item_info {
margin-left: 3em;
}
.sc_dishes_default .sc_dishes_item_featured_left.with_image .sc_dishes_item_info {
margin-left: 30%;
}
.sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_image {
left: auto;
right: 0;
}
.sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_info {
text-align: right;
padding: 0 2em 0 0;
margin-right: 4em;
}
.sc_dishes_default .sc_dishes_item_featured_right.without_content .sc_dishes_item_info {
margin-right: 3em;
}
.sc_dishes_default .sc_dishes_item_featured_right.with_image .sc_dishes_item_info {
margin-right: 30%;
} .sc_dishes_float .sc_dishes_item {
margin-bottom: 2em;
text-align: left;
padding-top: 0.0001px;
}
.sc_dishes_float.slider_swiper .sc_dishes_item,
.sc_dishes_float .columns_padding_bottom .sc_dishes_item {
margin-bottom: 0;
}
.sc_dishes_float {
overflow: hidden;
}
.sc_dishes_float .sc_dishes_item_image {
width: 40%;
position: relative;
}
.sc_dishes_float .sc_dishes_item_featured_left .sc_dishes_item_image {
float: left;
margin: 0 1.5em 0.75em 0;
}
.sc_dishes_float .sc_dishes_item_featured_right .sc_dishes_item_image {
float: right;
margin: 0 0 0.75em 1.5em;
}
.sc_dishes_float .dishes_page_spicy_label {
display: none;
}
.sc_dishes_float .sc_dishes_item_title {
margin: 0;
position: relative;
}
.sc_dishes_float .sc_dishes_item_title.with_price {
padding-right: 4em;
}
.sc_dishes_float .sc_dishes_item_title .sc_dishes_item_price {
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.sc_dishes_float .sc_dishes_item_featured_right .sc_dishes_item_title {
margin-right: 43%;
}
.sc_dishes_float .sc_dishes_item_subtitle {
font-size: 0.9286em;
line-height: 1.5em;
margin-top: 0.5em;
}
.sc_dishes_float .sc_dishes_item_content {
margin-top: 0.5em;
min-height: 0;
}
.sc_dishes_float .sc_dishes_item_content p {
margin: 0;
}
.sc_dishes_float .sc_dishes_item_button {
margin: 0.5em 0 0;
} .sc_dishes_compact .sc_dishes_item {
background-color: #fafafa;
position: relative;
}
.sc_dishes_compact .sc_dishes_item_header {
color: #fff;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-color: #333;
width: 30%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
right: auto;
bottom: 0;
left: 0;
}
.sc_dishes_compact .sc_dishes_item.with_image .sc_dishes_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_dishes_compact .sc_dishes_item.without_content .sc_dishes_item_header {
position: relative;
bottom: auto;
width: 100%;
height: auto;
}
.sc_dishes_compact .sc_dishes_item_header_info {
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%;
padding: 1.5em;
}
.sc_dishes_compact .dishes_page_spicy_label {
display: none;
}
.sc_dishes_compact .sc_dishes_item_price {
display: block;
font-size: 2.5em;
line-height: 1em;
color: #fff;
margin-bottom: 0.4em;
}
.sc_dishes_compact .sc_dishes_item_title {
margin: 0;
line-height: 1.25em;
}
.sc_dishes_compact .sc_dishes_item_subtitle {
font-size: 13px;
line-height: 16px;
}
.sc_dishes_compact .sc_dishes_item_title + .sc_dishes_item_subtitle {
margin-top: 0.6em;
}
.sc_dishes_compact .sc_dishes_item_content {
margin-left: 30%;
padding: 2em 3em;
min-height: 10em;
}
.sc_dishes_compact .sc_dishes_item_featured_right .sc_dishes_item_header {
left: auto;
right: 0;
}
.sc_dishes_compact .sc_dishes_item_featured_right .sc_dishes_item_content {
margin-left: 0;
margin-right: 30%;
}
.sc_dishes_compact .sc_dishes_item_content p {
margin: 0;
}
.sc_dishes_compact .sc_dishes_item_content p + p {
margin-top: 0.4em;
}
.sc_dishes_compact .sc_dishes_item_text + .sc_dishes_item_button {
margin-top: 0.5em;
} .dishes_page_header {
margin-bottom: 2em;
}
.dishes_page_header .dishes_page_featured {
display: inline-block;
position: relative;
}
.dishes_page_spicy {
position: absolute;
z-index: 1;
top: 0;
right: 0;
font-size: 11px;
line-height: 23px;
font-weight: bold;
text-transform: uppercase;
padding-right: 6px;
display: inline-block;
vertical-align: top;
background-color: #f0f0f0;
color: #333;
}
.dishes_page_spicy:before {
content: '\e8c0';
font-family: "trx_addons_icons";
font-size: 13px;
line-height: inherit;
font-weight: normal;
display: inline-block;
vertical-align: top;
margin: 0 6px 0 0;
width: 2em;
text-align: center;
color: #fff;
background-color: #44b21e;
}
.dishes_page_spicy_value:after {
content: '/5';
}
.dishes_page_spicy_2:before {
background-color: #97f216;
}
.dishes_page_spicy_3:before {
background-color: #f7dd00;
}
.dishes_page_spicy_4:before {
background-color: #f25e16;
}
.dishes_page_spicy_5:before {
background-color: #e41111;
}
.dishes_page_header .dishes_page_title.with_price {
position: relative;
padding-right: 3em;
}
.dishes_page_title.with_price > .dishes_page_price {
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.dishes_page_featured > .dishes_page_price {
position: absolute;
z-index: 1;
bottom: 1em;
right: 1em;
font-size: 2em;
font-weight: bold;
color: #fff;
text-shadow: 0 0 10px #000;
}
.dishes_page_details {
overflow: hidden;
}
.dishes_page_details_title {
display: none;
}
.dishes_page_details_nutritions,
.dishes_page_details_ingredients {
float: left;
max-width: 48%;
}
.dishes_page_details_nutritions {
margin-right: 4%;
}
.dishes_single .dishes_page_buttons {
margin-top: 2em;
} #trx_addons_post_details_popup .dishes_page_details_title {
display: none;
}
#trx_addons_post_details_popup .dishes_page_details_nutritions_title,
#trx_addons_post_details_popup .dishes_page_details_ingredients_title {
margin-top: 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;
}
[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]),
.wp-block-column > .sc_layouts_item,
.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;
width: auto !important;
}
[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]),
.wp-block-column > .sc_layouts_item,
.sc_layouts_item {
max-width: 100%;
}
[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]),
.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) {
display: inline-block;
vertical-align: middle;
margin-right: 1.5em;
width: auto !important;
}
[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]):last-child,
.wp-block-column > .sc_layouts_item:last-child,
.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;
}
.sc_layouts_column_align_left .elementor-widget-wrap {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.sc_layouts_column_align_center .elementor-widget-wrap {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.sc_layouts_column_align_right .elementor-widget-wrap {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
} 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;
-ms-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;
-webkit-border-radius: 0;
-ms-border-radius: 0;
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;
}
.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;
-webkit-border-radius: 0;
-ms-border-radius: 0;
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: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-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: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.sc_layouts_flex > .sc_layouts_column > .sc_layouts_item {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
}
.sc_layouts_flex.sc_layouts_columns_stretch {
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
}
.sc_layouts_flex.sc_layouts_columns_top {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.sc_layouts_flex.sc_layouts_columns_bottom {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.sc_layouts_flex.sc_layouts_columns_middle {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.sc_layouts_flex.sc_layouts_content_top > .sc_layouts_column > .sc_layouts_item {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.sc_layouts_flex.sc_layouts_content_top:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.sc_layouts_flex.sc_layouts_content_bottom > .sc_layouts_column > .sc_layouts_item {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.sc_layouts_flex.sc_layouts_content_bottom:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.sc_layouts_flex.sc_layouts_content_middle > .sc_layouts_column > .sc_layouts_item {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.sc_layouts_flex.sc_layouts_content_middle:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
-webkit-align-items: center;
-ms-flex-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;
-ms-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;
-ms-transition: -ms-transform 0.8s ease;
transition: 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;
} body[class*="cpt_layouts-template"] {
background-image: url(//haltefamiliale.org/wp-content/plugins/trx_addons/css/images/transparent.jpg);
background-repeat: repeat;
}
body[class*="cpt_layouts-template"] .trx-addons-layout--edit-mode .trx-addons-layout__inner {
margin-left: auto;
margin-right: auto;
background-color: #fff;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}
body[class*="cpt_layouts-template"] .elementor.elementor-edit-mode .elementor-inner {
margin-left: auto;
margin-right: auto;
} .elementor-section-content-middle .elementor-widget-wrap {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.elementor-section-content-top .elementor-widget-wrap {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.elementor-section-content-bottom .elementor-widget-wrap {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
} .sc_content_align_center[class*="sc_inner_width_"],
.sc_content_align_center.elementor-column .elementor-widget-wrap {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.sc_content_align_left[class*="sc_inner_width_"],
.sc_content_align_left.elementor-column .elementor-widget-wrap {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.sc_content_align_right[class*="sc_inner_width_"],
.sc_content_align_right.elementor-column .elementor-widget-wrap {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.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: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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;
-ms-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;
-ms-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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-ms-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;
-ms-transition: -ms-transform 0.6s ease;
transition: transform 0.6s ease;
-webkit-backface-visibility: hidden;
-ms-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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-ms-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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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;
-webkit-border-radius: 0;
-ms-border-radius: 0;
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;
-ms-transition: -ms-transform 0.6s ease;
transition: transform 0.6s ease;
-webkit-backface-visibility: hidden;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.6s ease;
-ms-transition: -ms-transform 0.6s ease;
transition: 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: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-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;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
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: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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_action .sc_action_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 3em;
}
.sc_action_columns_wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_action_slider .sc_action_item,
.sc_action_columns_wrap .sc_action_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_action_slider .sc_action_item {
margin-bottom: 0 !important;
}
.sc_action {
position: relative;
padding-top: 0.0001px;
}
.sc_action_item {
position: relative;
}
.sc_action_item_inner {
position: relative;
z-index: 2;
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_action_item .sc_action_item_icon:before {
display: none;
}
.sc_action_item_icon > span {
font-size: 3em;
line-height: 1em;
}
.sc_action_item_icon .sc_icon_type_svg svg,
.sc_action_item_icon .sc_icon_type_svg object {
width: 1em;
height: 1em;
}
.sc_action_item_icon,
.sc_action_item_image {
margin-bottom: 2em;
}
.sc_action_item_subtitle {
margin: 0;
line-height: 1.3em;
color: #efa758;
}
.sc_action_item_title {
margin: 0;
line-height: 1.3em;
}
.sc_action_item_subtitle + .sc_action_item_title {
margin-top: 0.2em;
}
.sc_action_item_date {
font-size: 1em;
line-height: 1.3em;
text-transform: uppercase;
border-top: 1px dotted #eee;
border-bottom: 1px dotted #eee;
padding: 0.8em 0;
}
.sc_action_item_description {
line-height: 1.3em;
color: #000;
font-style: italic;
letter-spacing: 0;
}
.sc_action_item_subtitle + .sc_action_item_description,
.sc_action_item_title + .sc_action_item_description,
.sc_action_item_date + .sc_action_item_description,
.sc_action_item_date + .sc_action_item_link {
margin-top: 1em;
}
.sc_action_item_description > span {
display: block;
}
.sc_action_item_description > span + span {
margin-top: 0.3em;
}
.sc_action_item_subtitle + .sc_action_item_link,
.sc_action_item_title + .sc_action_item_link,
.sc_action_item_description + .sc_action_item_link {
margin-top: 1em;
}
.sc_action_item_link {
display: inline-block;
padding: 0.5em 2em;
border: 2px solid #fff;
}
.sc_action_item_link:hover {
color: #fff;
}
.sc_action_item_link_over {
position: absolute;
z-index: 3;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 0 !important;
border: none !important;
display: block !important;
background: none !important;
}
.sc_action_item_info {
font-size: 13px;
line-height: 1.3em;
font-weight: 400;
margin-top: 2em;
border-top: 1px dotted #eee;
padding: 1em 0 0;
letter-spacing: 0;
}
.sc_action_item.with_image {
position: relative;
text-align: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_action_item.with_image .sc_action_item_inner {
padding: 2em;
} .sc_action_item_default .sc_action_item_subtitle {
font-size: 2em;
line-height: 1.2em;
}
.sc_action_item_default .sc_action_item_subtitle + .sc_action_item_title {
margin-top: 0;
}
.sc_action_item_default.with_image {
display: flex;
min-height: 18em;
}
.sc_action_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_action_item_default.with_bg_color:after {
display: none;
}
.sc_action_item_default.with_image .sc_action_item_icon,
.sc_action_item_default.with_image .sc_action_item_title {
color: #fff;
}
.sc_action_item_default.with_image .sc_action_item_description,
.sc_action_item_default.with_image .sc_action_item_description strong,
.sc_action_item_default.with_image .sc_action_item_description b {
color: #ccc;
}
.sc_action_item_default.with_image .sc_action_item_date {
border-color: #fff;
color: #fff;
}
.sc_action_item_default.with_image .sc_action_item_info {
border-color: #fff;
color: #fff;
}
.sc_action_item_default.with_image.sc_action_item_tl,
.sc_action_item_default.with_image.sc_action_item_tc,
.sc_action_item_default.with_image.sc_action_item_tr {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
vertical-align: top;
}
.sc_action_item_default.with_image.sc_action_item_ml,
.sc_action_item_default.with_image.sc_action_item_mc,
.sc_action_item_default.with_image.sc_action_item_mr {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
vertical-align: middle;
}
.sc_action_item_default.with_image.sc_action_item_bl,
.sc_action_item_default.with_image.sc_action_item_bc,
.sc_action_item_default.with_image.sc_action_item_br {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
vertical-align: bottom;
}
.sc_action_item_default.sc_action_item_tl,
.sc_action_item_default.sc_action_item_ml,
.sc_action_item_default.sc_action_item_bl {
text-align: left;
}
.sc_action_item_default.sc_action_item_tc,
.sc_action_item_default.sc_action_item_mc,
.sc_action_item_default.sc_action_item_bc {
text-align: center;
}
.sc_action_item_default.sc_action_item_tr,
.sc_action_item_default.sc_action_item_mr,
.sc_action_item_default.sc_action_item_br {
text-align: right;
} .sc_action_item_simple.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_action_item_simple.with_bg_color:after {
display: none;
}
.sc_action_item_simple.with_image .sc_action_item_icon,
.sc_action_item_simple.with_image .sc_action_item_title {
color: #fff;
}
.sc_action_item_simple.with_image .sc_action_item_description {
color: #ccc;
}
.sc_action_item_simple.with_image .sc_action_item_date {
border-color: #fff;
}
.sc_action_item_simple.with_image .sc_action_item_info {
border-color: #fff;
}
.sc_action_item_simple .sc_action_item_icon > span {
display: inline-block;
font-size: 2em;
border: 2px solid #000;
color: #000;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.sc_action_item_simple .sc_action_item_icon svg {
width: 1em;
height: 1em;
margin-top: 0.2em;
fill: #000;
stroke: #000;
}
.sc_action_item_simple.with_image .sc_action_item_icon > span {
color: #fff;
border-color: #fff;
}
.sc_action_item_simple.with_image .sc_action_item_icon svg {
fill: #fff;
stroke: #fff;
border-color: #fff;
}
.sc_action_item_simple.sc_action_item_tl,
.sc_action_item_simple.sc_action_item_ml,
.sc_action_item_simple.sc_action_item_bl {
text-align: left;
}
.sc_action_item_simple.sc_action_item_tl .sc_action_item_icon, .sc_action_item_simple.sc_action_item_tl .sc_action_item_image,
.sc_action_item_simple.sc_action_item_ml .sc_action_item_icon, .sc_action_item_simple.sc_action_item_ml .sc_action_item_image,
.sc_action_item_simple.sc_action_item_bl .sc_action_item_icon, .sc_action_item_simple.sc_action_item_bl .sc_action_item_image {
float: left;
margin: 0 1.5em 0 0;
}
.sc_action_item_simple.sc_action_item_tc,
.sc_action_item_simple.sc_action_item_mc,
.sc_action_item_simple.sc_action_item_bc {
text-align: center;
}
.sc_action_item_simple.sc_action_item_tc .sc_action_item_icon, .sc_action_item_simple.sc_action_item_tc .sc_action_item_image,
.sc_action_item_simple.sc_action_item_mc .sc_action_item_icon, .sc_action_item_simple.sc_action_item_mc .sc_action_item_image,
.sc_action_item_simple.sc_action_item_bc .sc_action_item_icon, .sc_action_item_simple.sc_action_item_bc .sc_action_item_image {
text-align: center;
margin-bottom: 1.5em;
}
.sc_action_item_simple.sc_action_item_tr,
.sc_action_item_simple.sc_action_item_mr,
.sc_action_item_simple.sc_action_item_br {
text-align: right;
}
.sc_action_item_simple.sc_action_item_tr .sc_action_item_icon, .sc_action_item_simple.sc_action_item_tr .sc_action_item_image,
.sc_action_item_simple.sc_action_item_mr .sc_action_item_icon, .sc_action_item_simple.sc_action_item_mr .sc_action_item_image,
.sc_action_item_simple.sc_action_item_br .sc_action_item_icon, .sc_action_item_simple.sc_action_item_br .sc_action_item_image {
float: right;
margin: 0 0 0 1.5em;
} .sc_action_item_event.with_image {
overflow: hidden;
}
.sc_action_item_event.with_image .sc_action_item_inner {
width: 70%;
padding: 2.4em 2em;
margin: 15%;
background-color: #fff;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: -5px 5px 20px 20px rgba(0, 0, 0, 0.2);
-ms-box-shadow: -5px 5px 20px 20px rgba(0, 0, 0, 0.2);
box-shadow: -5px 5px 20px 20px rgba(0, 0, 0, 0.2);
}
.sc_action_item_event .sc_action_item_title {
margin-top: 0;
margin-bottom: 0.3em;
}
.sc_action_item_event .sc_action_item_subtitle {
margin: 0;
}
.sc_action_item_event .sc_action_item_image + .sc_action_item_subtitle {
margin-top: 0.8em;
}
.sc_action_item_event .sc_action_item_link {
border: none;
background-color: #efa758;
color: #fff;
} .sc_action_item.with_image.sc_action_fixed_height:before,
.sc_action_item.with_image.trx_addons_stretch_height:before {
display: none;
}
.sc_action_item.with_image.sc_action_fixed_height .sc_action_item_inner,
.sc_action_item.with_image.trx_addons_stretch_height .sc_action_item_inner {
position: absolute;
z-index: 2;
left: 0;
}
.sc_action_item_event.with_image.sc_action_fixed_height .sc_action_item_inner,
.sc_action_item_event.with_image.trx_addons_stretch_height .sc_action_item_inner {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0;
}
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_tl .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_tl .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_ml .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_ml .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_bl .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_bl .sc_action_item_inner {
text-align: left;
}
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_tc .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_tc .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_mc .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_mc .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_bc .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_bc .sc_action_item_inner {
text-align: center;
}
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_tr .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_tr .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_mr .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_mr .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_br .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_br .sc_action_item_inner {
text-align: right;
}
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_tl .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_tl .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_tc .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_tc .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_tr .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_tr .sc_action_item_inner {
top: 0;
}
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_ml .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_ml .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_mc .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_mc .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_mr .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_mr .sc_action_item_inner {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_bl .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_bl .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_bc .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_bc .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_br .sc_action_item_inner,
.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_br .sc_action_item_inner {
bottom: 0;
}
.sc_anchor {
width: 0;
height: 0;
line-height: 0;
}
.sc_accordionposts {
position: relative;
display: block;
padding-left: 5rem;
}
.sc_accordionposts .sc_accordionposts_item_top {
display: block;
position: relative;
min-height: 5rem;
}
.sc_accordionposts .sc_accordionposts_item_top .section_icon {
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
z-index: 10;
top: 1.7rem;
right: 2.143rem;
}
.sc_accordionposts .sc_accordionposts_item_top .section_icon:hover {
opacity: .8;
cursor: pointer;
}
.sc_accordionposts .sc_accordionposts_item_top .section_icon:after {
font-family: "trx_addons_icons";
content: '\e857';
font-size: 1rem;
font-weight: bold;
}
.sc_accordionposts .sc_accordionposts_item_top .sc_accordionposts_item_header {
padding-bottom: .1px;
}
.sc_accordionposts .sc_accordionposts_item_top .sc_accordionposts_item_title,
.sc_accordionposts .sc_accordionposts_item_top .sc_accordionposts_item_subtitle {
margin-top: 0;
margin-bottom: 0;
}
.sc_accordionposts .sc_accordionposts_item_top .sc_accordionposts_item_title:hover,
.sc_accordionposts .sc_accordionposts_item_top .sc_accordionposts_item_subtitle:hover {
opacity: .8;
cursor: pointer;
}
.sc_accordionposts .sc_accordionposts_item_top .sc_accordionposts_item_title {
min-height: 5rem;
margin: 0 3.3rem;
font-size: 2rem;
font-weight: bold;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.sc_accordionposts .sc_accordionposts_item_top .sc_accordionposts_item_icon {
width: 5rem;
height: 5rem;
max-width: 5rem;
overflow: hidden;
font-size: 28px;
position: absolute;
top: 0;
left: -5rem;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.sc_accordionposts .sc_accordionposts_item_top .sc_accordionposts_item_icon:hover {
opacity: .8;
cursor: pointer;
}
.sc_accordionposts .sc_accordionposts_item_top .sc_accordionposts_item_subtitle {
line-height: 5rem;
max-height: 5rem;
margin-left: 2px;
margin-bottom: 0;
}
.sc_accordionposts .sc_accordionposts_item_top .sc_accordionposts_item_subtitle span {
display: inline-block;
padding: 0 3.3rem;
vertical-align: top;
font-size: 0.6em;
line-height: inherit;
font-weight: bold;
}
.sc_accordionposts .sc_accordionposts_item {
position: relative;
display: block;
margin-bottom: 4px;
}
.sc_accordionposts .sc_accordionposts_item.active .section_icon:after {
content: '\e85a';
}
.sc_accordionposts .sc_accordionposts_item_inner,
.sc_accordionposts .sc_accordionposts_item_subtitle {
position: relative;
display: none;
}
.sc_accordionposts .sc_accordionposts_item_inner {
padding: 2rem 4.4rem;
}
.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: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-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: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-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 .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;
-ms-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;
-ms-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;
-ms-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 {
width: 1230px;
}
.sc_content_width_1_2 {
width: 615px;
}
.sc_content_width_1_3 {
width: 410px;
}
.sc_content_width_2_3 {
width: 820px;
}
.sc_content_width_1_4 {
width: 307.5px;
}
.sc_content_width_3_4 {
width: 922.5px;
}
.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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
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;
white-space: nowrap;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-khtml-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;
-ms-transition: box-shadow 0.3s ease;
transition: 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;
-ms-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;
-ms-transition: -ms-transform 0.3s ease;
transition: 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;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-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;
-ms-transition: -ms-transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 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;
-ms-transition: -ms-transform 0.3s, color 0.3s;
transition: transform 0.3s, color 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;
-ms-transition: -ms-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 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;
-ms-transition: -ms-transform 0.3s ease;
transition: 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);
-ms-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 img {
max-width: none;
}
.sc_googlemap > iframe {
width: 100%;
height: 100%;
}
.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 {
max-width: 30em;
}
.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: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-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_icons_icon.sc_icons_char:before,
.sc_icons_icon.sc_icons_char > span:before {
content: attr(data-char);
font-weight: 700;
}
.sc_icon_type_svg.sc_icon_animation {
visibility: hidden;
}
.sc_icon_type_svg svg {
stroke: currentColor;
fill: currentColor;
-webkit-transition: all 0.3s ease;
-ms-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 !important;
}
.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 !important;
}
.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 !important;
}
.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;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.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;
margin: 0;
}
.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_default .sc_icons_icon + .sc_icons_item_details,
.sc_icons_default .sc_icons_image + .sc_icons_item_details {
margin-top: 1em;
} .sc_icons_modern {
position: relative;
}
.sc_icons_modern .sc_icons_icon,
.sc_icons_modern .sc_icons_image {
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_icons_modern.sc_align_right .sc_icons_icon,
.sc_icons_modern.sc_align_right .sc_icons_image {
left: auto;
right: 0;
}
.sc_icons_modern .sc_icons_item_details {
min-height: 6em;
padding-left: 8em;
}
.sc_icons_modern.sc_align_right .sc_icons_item_details {
padding-left: 0;
padding-right: 8em;
}
.sc_icons_modern.sc_icons_size_small .sc_icons_item_details {
min-height: 4em;
padding-left: 6em;
}
.sc_icons_modern.sc_icons_size_small.sc_align_right .sc_icons_item_details {
padding-left: 0;
padding-right: 6em;
}
.sc_icons_modern.sc_icons_size_large .sc_icons_item_details {
min-height: 8em;
padding-left: 10em;
}
.sc_icons_modern.sc_icons_size_large.sc_align_right .sc_icons_item_details {
padding-left: 0;
padding-right: 10em;
} .sc_icons .sc_icons_item_linked:hover .sc_icons_icon > span {
-webkit-animation: icons-zoom 0.25s ease-out;
-ms-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;
-ms-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: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-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;
-ms-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;
-ms-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;
-ms-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_promo {
position: relative;
overflow: hidden;
padding-top: 0.0001px;
}
.sc_promo_image,
.sc_promo_image_wrap {
position: absolute;
top: 0;
bottom: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_promo_image_fit .sc_promo_image {
background-size: contain;
} .sc_promo_image .trx_addons_video_player,
.sc_promo_image > .slider_swiper_outer {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sc_promo_image > .slider_swiper_outer > .slider_swiper {
height: 100% !important;
}
.sc_promo_text {
width: 50%;
position: relative;
}
.sc_promo_text_inner {
position: relative;
z-index: 10;
}
.sc_promo_text blockquote,
blockquote.sc_promo_text {
margin: 0 !important;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_promo_title + .sc_promo_subtitle {
margin-top: 1.25em;
}
.sc_promo_title + .sc_promo_content,
.sc_promo_subtitle + .sc_promo_content {
margin-top: 1.8em;
}
.sc_promo_descr + .sc_promo_content {
margin-top: 1em;
}
.sc_promo_icon {
font-size: 3em;
line-height: 1.3em;
margin-bottom: 0.5em;
color: #efa758;
}
.sc_promo_icon:before {
display: none !important;
}
.sc_promo_icon span:before {
margin: 0;
} .sc_promo.sc_promo_size_large .sc_promo_text_inner {
padding: 22% 18%;
}
.sc_promo.sc_promo_size_large .sc_promo_icon {
font-size: 5em;
margin-bottom: 0.5em;
}
.sc_promo.sc_promo_size_large .sc_promo_descr {
font-size: 1em;
} .sc_promo.sc_promo_size_normal .sc_promo_text_inner {
padding: 3em;
}
.sc_promo.sc_promo_size_normal .sc_promo_icon,
.sc_promo.sc_promo_size_large .sc_promo_icon {
font-size: 7em;
line-height: 1em;
margin-bottom: 0.14em;
}
.sc_promo.sc_promo_size_normal .sc_promo_descr {
font-size: 1.0714em;
}
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_descr,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_descr,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_content,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_content,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_content {
margin-top: 1.8em;
}
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_title + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_subtitle + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_descr + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_content + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_slider + .sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_columns + .sc_item_button_image {
margin-top: 1.8em;
} .sc_promo.sc_promo_size_small .sc_promo_text_inner {
padding: 1.5em 2em;
}
.sc_promo.sc_promo_size_small .sc_promo_descr {
font-size: 1em;
}
.sc_promo.sc_promo_size_small .sc_item_title + .sc_item_descr,
.sc_promo.sc_promo_size_small .sc_item_subtitle + .sc_item_descr,
.sc_promo.sc_promo_size_small .sc_item_title + .sc_item_content,
.sc_promo.sc_promo_size_small .sc_item_subtitle + .sc_item_content,
.sc_promo.sc_promo_size_small .sc_item_descr + .sc_item_content {
margin-top: 1.5em;
}
.sc_promo.sc_promo_size_small .sc_promo_button,
.sc_promo.sc_promo_size_small .sc_promo_button_image {
margin-top: 1.25em;
} .sc_promo.sc_promo_size_tiny {
max-width: 30em;
}
.sc_promo.sc_promo_size_tiny .sc_promo_text_inner {
padding: 1.5em 2em;
line-height: 1.5em;
}
.sc_promo.sc_promo_size_tiny .sc_item_title {
line-height: 1.5em;
}
.sc_promo.sc_promo_size_tiny .sc_promo_descr {
font-size: 1em;
}
.sc_promo.sc_promo_size_tiny .sc_item_title + .sc_item_descr,
.sc_promo.sc_promo_size_tiny .sc_item_subtitle + .sc_item_descr,
.sc_promo.sc_promo_size_tiny .sc_item_title + .sc_item_content,
.sc_promo.sc_promo_size_tiny .sc_item_subtitle + .sc_item_content,
.sc_promo.sc_promo_size_tiny .sc_item_descr + .sc_item_content {
margin-top: 1em;
}
.sc_promo.sc_promo_size_tiny .sc_promo_link {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}  .sc_promo.sc_promo_no_paddings.sc_promo_no_image .sc_promo_text_inner {
padding: 0;
}
.sc_promo.sc_promo_no_paddings.sc_promo_image_position_left .sc_promo_text_inner {
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
}
.sc_promo.sc_promo_no_paddings.sc_promo_image_position_right .sc_promo_text_inner {
padding-left: 0;
padding-top: 0;
padding-bottom: 0;
}
.sc_promo_text.sc_float_right .sc_promo_text_inner {
padding-left: 0;
}
.sc_promo_text.sc_float_left .sc_promo_text_inner {
padding-right: 0;
} .sc_promo .sc_promo_text.trx_addons_stretch_height .sc_promo_text_inner {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
} .sc_promo_text.sc_float_left,
.sc_promo_text.sc_float_right,
.sc_promo_text.sc_float_center {
float: none;
}
.sc_promo_text.sc_float_left {
text-align: left;
}
.sc_promo_text.sc_float_right {
text-align: right;
}
.sc_promo_text.sc_float_center {
text-align: center;
}
.sc_promo_text.sc_float_left .sc_promo_text_inner,
.sc_promo_text.sc_float_right .sc_promo_text_inner,
.sc_promo_text.sc_float_center .sc_promo_text_inner {
display: inline-block;
} .sc_promo_text_inner.sc_align_left * {
text-align: left !important;
}
.sc_promo_text_inner.sc_align_right * {
text-align: right !important;
}
.sc_promo_text_inner.sc_align_center * {
text-align: center !important;
} .sc_promo_content .trx_addons_list > li + li {
margin-top: 1em;
}
.sc_promo_content .trx_addons_list > li > b,
.sc_promo_content .trx_addons_list > li > strong {
margin-bottom: 0.5em;
} .sc_promo_modern .sc_promo_image_wrap {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_promo_modern.sc_promo_image_position_left .sc_promo_image {
left: 4em;
right: 0;
top: 0;
bottom: 0;
}
.sc_promo_modern.sc_promo_image_position_right .sc_promo_image {
left: 0;
right: 4em;
top: 0;
bottom: 0;
}
.sc_promo_modern.sc_promo_image_fit.sc_promo_image_position_left .sc_promo_image {
background-position: left top;
}
.sc_promo_modern.sc_promo_image_fit.sc_promo_image_position_right .sc_promo_image {
background-position: right top;
}
.sc_promo_modern .sc_promo_image {
left: auto;
right: auto;
top: auto;
bottom: auto;
}
.sc_promo_modern .sc_promo_descr,
.sc_promo_modern .sc_promo_descr + .sc_promo_button {
padding-left: 4rem;
}
.sc_promo_modern .sc_promo_link2 {
position: absolute;
z-index: 1;
bottom: 12%;
left: 0;
padding: 0.7em 1.7em;
background-color: #efa758;
color: #fff;
}
.sc_promo_modern.sc_promo_image_position_right .sc_promo_link2 {
left: auto;
right: 0;
}
.sc_promo_modern .sc_promo_link2 span {
font-style: italic;
}
.sc_promo_modern .sc_promo_link2 span + span:before {
content: ' ';
display: block;
width: 100%;
height: 0;
}
.sc_promo_modern .sc_promo_link2 span + span {
font-size: 2em;
line-height: 1.2em;
font-weight: bold;
font-style: normal;
text-transform: uppercase;
}
.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: middle;
text-align: center;
margin: 8px 8px 0 0;
}
.socials_wrap .social_item [class^="icon-"]:before,
.socials_wrap .social_item [class*=" icon-"]:before {
vertical-align: unset;
}
.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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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;
-ms-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;
-ms-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;
} .widget_aboutme .aboutme_avatar {
overflow: hidden;
text-align: center;
}
.widget_aboutme .aboutme_avatar img {
width: 100%;
height: auto;
}
.widget_aboutme .aboutme_username {
text-align: left;
font-size: 1em;
font-weight: 400;
text-transform: none;
margin: 0;
}
.widget_aboutme .aboutme_avatar + .aboutme_username {
margin-top: 1em;
}
.widget_aboutme .aboutme_description {
margin-top: 1em;
text-align: left;
line-height: 1.6em;
}
.widget_aboutme .aboutme_avatar + .aboutme_description,
.widget_aboutme .aboutme_username + .aboutme_description {
margin-top: 0.75em;
} .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;
-ms-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_banner .image_wrap {
overflow: hidden;
display: block;
margin-bottom: 1em;
}
.widget_banner .image_wrap img {
width: 100%;
height: auto;
}
.widget_banner.widget_fullwidth .image_wrap {
margin-bottom: 0;
} .widget_categories_list .categories_list_columns {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.widget_categories_list .categories_list_columns .categories_list_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;
}
.widget_categories_list .categories_list_item {
text-align: center;
position: relative;
}
.widget_categories_list .categories_list_count {
display: inline-block;
margin-left: 0.5em;
}
.widget_categories_list .categories_list_link {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.widget_categories_list .categories_list_style_1 .categories_list_title {
margin: 0.5em 0 0;
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.widget_categories_list .categories_list_style_1 .categories_list_item:hover .categories_list_title {
color: #efa758;
}
.widget_categories_list .categories_list_style_1 .categories_list_image {
vertical-align: top;
}
.widget_categories_list .categories_list_style_1 .categories_list_image img {
width: auto;
max-height: 7em;
}
.widget_categories_list .categories_list_style_2 .categories_list_image img {
width: 100%;
}
.widget_categories_list .categories_list_style_2 .categories_list_count {
display: block;
margin-left: 0;
}
.widget_categories_list .categories_list_style_2 .categories_list_image:after {
content: ' ';
display: block;
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;
-ms-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
pointer-events: none;
}
.widget_categories_list .categories_list_style_2 .categories_list_item:hover .categories_list_image:after {
background-color: rgba(0, 0, 0, 0.1);
}
.widget_categories_list .categories_list_style_2 .categories_list_title {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-ms-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;
width: 40%;
font-weight: 300;
margin: 0;
padding: 1.5em 1em;
background-color: rgba(255, 255, 255, 0.8);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.widget_categories_list .categories_list_style_2 .categories_list_item:hover .categories_list_title {
color: #000000;
background-color: #fff;
}
.widget_categories_list .categories_list_style_3 .categories_list_item {
overflow: hidden;
background-color: #fafafa;
position: relative;
}
.widget_categories_list .categories_list_style_3 .categories_list_icon,
.widget_categories_list .categories_list_style_3 .categories_list_image {
float: left;
width: 50%;
height: 14em;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.widget_categories_list .categories_list_style_3 .categories_list_icon img {
max-height: 4.4em;
}
.widget_categories_list .categories_list_style_3 .categories_list_icon .wrap_in {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 94%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.widget_categories_list .categories_list_style_3 .categories_list_count {
display: block;
margin-left: 0;
}
.widget_categories_list .categories_list_style_3 .categories_list_icon {
position: relative;
}
.widget_categories_list .categories_list_style_3 .categories_list_title {
font-weight: 300;
margin: 0.3em 0;
text-transform: none;
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.widget_categories_list .categories_list_style_3 .categories_list_item:hover .categories_list_title {
color: #efa758;
} .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: nowrap;
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;
} .widget_custom_links .custom_links_list {
padding-left: 0;
}
.widget_custom_links .custom_links_list_item.with_icon {
position: relative;
padding-left: 1.8em;
}
.widget_custom_links .custom_links_list_item:before {
display: none;
}
.widget_custom_links .custom_links_list_item_image {
position: absolute;
z-index: 1;
top: 3px;
left: 0;
width: 1.25em;
height: auto;
max-width: 100%;
}
.widget_custom_links .custom_links_list_item_icon {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 1.5em;
height: 1.5em;
}
.widget_custom_links .custom_links_list_item_icon.sc_icon_type_svg svg,
.widget_custom_links .custom_links_list_item_icon.sc_icon_type_svg object {
width: 1em;
height: 1em;
}
.widget_custom_links .custom_links_list_item_description {
display: block;
font-size: 0.75em;
font-style: italic;
line-height: 1.7em;
}
.widget_custom_links .custom_links_list_item_button {
margin-top: 0.5em;
} .sc_recent_news_columns_wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_recent_news_columns_wrap .post_item.post_accented_on {
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_recent_news_header {
padding-bottom: 1em;
border-bottom: 3px solid #000;
margin-bottom: 2em;
}
.sc_recent_news_header_captions,
.sc_recent_news_header_categories {
display: inline-block;
vertical-align: bottom;
}
.sc_recent_news_header_split .sc_recent_news_header_captions,
.sc_recent_news_header_split .sc_recent_news_header_categories {
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_recent_news_header_split .sc_recent_news_header_captions {
padding-right: 2em;
}
.sc_recent_news_title {
margin: 0;
text-transform: uppercase;
}
.sc_recent_news_subtitle {
margin: 0;
text-transform: uppercase;
font-weight: 400;
}
.sc_recent_news_header_split .sc_recent_news_header_categories {
line-height: 1.5em;
text-align: right;
}
.sc_recent_news_header_split .sc_recent_news_header_categories > * {
display: inline-block;
margin-left: 1em;
text-transform: uppercase;
font-size: 0.9333em;
}
.sc_recent_news_header_category_item_more {
position: relative;
z-index: 1000;
cursor: pointer;
}
.sc_recent_news_header_category_item_more:after {
content: '\e882';
font-family: "trx_addons_icons";
display: inline-block;
margin-left: 0.5em;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_recent_news_header_category_item_more.opened:after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.sc_recent_news_header_more_categories {
display: none;
position: absolute;
z-index: 1;
top: 2em;
right: 0;
border: 1px solid #eee;
text-align: left;
padding: 0.5em 1px;
}
.sc_recent_news_header_more_categories > a {
display: block;
white-space: nowrap;
line-height: 2em;
padding: 0 1.5em;
}
.sc_recent_news .post_item {
background-color: transparent;
text-align: left;
overflow: hidden;
position: relative;
}
.sc_recent_news .post_item.post_accented_on {
margin-bottom: 2em;
}
.sc_recent_news .post_item.post_accented_off {
margin-bottom: 1em;
}
.sc_recent_news_style_news-magazine .post_accented_border { padding-bottom: 2em;
}
.sc_recent_news .post_item .post_featured {
margin-bottom: 0;
}
.sc_recent_news .post_item .post_featured img {
width: 100%;
}
.sc_recent_news .post_accented_on .post_featured {
margin-bottom: 1.5em;
}
.sc_recent_news_with_accented .post_accented_off .post_featured {
float: left;
margin-bottom: 0;
width: 35%;
}
.sc_recent_news .post_accented_off .post_featured.with_thumb .post_video_hover {
font-size: 1.2em;
}
.sc_recent_news_with_accented .post_accented_off .post_header {
float: left;
width: 65%;
padding-left: 1.5em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_recent_news_without_accented .post_accented_off .post_featured {
margin-bottom: 1em;
}
.sc_recent_news .post_accented_off .slider_controls_wrap {
display: none;
}
.sc_recent_news .post_accented_off .slider_pagination_wrap {
bottom: 0;
}
.sc_recent_news .post_accented_off .slider_pagination_wrap .swiper-pagination-bullet {
width: 6px;
height: 6px;
margin-right: 3px;
}
.sc_recent_news .post_item .post_featured_bg {
position: absolute !important;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.sc_recent_news .post_item .post_featured_bg .post_thumb {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_recent_news .post_item .post_featured .post_info {
display: block;
position: absolute;
z-index: 2;
top: auto;
right: auto;
bottom: 0;
left: 0;
padding: 0 0.8em;
}
.sc_recent_news .post_item .post_featured:hover .post_info,
.sc_recent_news .post_item .post_featured .post_info {
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
text-align: left;
}
.sc_recent_news .post_item .post_featured .post_info .post_categories {
display: inline-block;
padding: 0 0.6em;
font-size: 12px;
line-height: 18px;
font-weight: normal;
margin-bottom: 0.6em;
background-color: #000000;
text-transform: uppercase;
}
.sc_recent_news .post_item .post_featured .post_info *,
.sc_recent_news .post_item .post_featured .post_info *:hover {
color: #ffffff;
}
.sc_recent_news .post_item .post_header {
text-align: left;
margin-bottom: 0;
}
.sc_recent_news .post_item .post_title {
margin: 0;
letter-spacing: 0;
line-height: 1.1em;
font-weight: 400;
}
.sc_recent_news .post_item .post_meta {
margin: 0.2em 0 1em !important;
}
.sc_recent_news .post_item .post_author,
.sc_recent_news .post_item .post_date {
display: inline-block;
font-size: 13px;
line-height: 1.5em;
}
.sc_recent_news .post_item .post_date:before {
content: '|';
display: inline-block;
margin: 0 0.6em;
font-size: 0.8462em;
position: relative;
top: -1px;
}
.sc_recent_news .post_counters .post_counters_edit a {
background-color: transparent !important;
}
.sc_recent_news .post_item .post_content {
margin-top: 0.8em;
}
.sc_recent_news .post_item .post_footer {
margin-top: 1em;
}
.sc_recent_news .post_item .post_footer .post_counters {
text-align: left;
float: none;
width: 100%;
}
.sc_recent_news .post_item .post_footer .post_counters .post_counters_item {
padding: 0 1em;
font-size: 12px;
margin-left: 0 !important;
margin-right: 0.5em;
margin-bottom: 0.5em;
float: left;
}
.sc_recent_news .post_delimiter {
margin-top: 2em;
margin-bottom: 2em;
}
.sc_recent_news .post_delimiter:before {
content: ' ';
display: block;
height: 0;
border-top: 1px solid #eee;
} .sc_recent_news_style_news-excerpt {
overflow: hidden;
}
.sc_recent_news_style_news-excerpt .post_item + .post_item {
padding-top: 2em;
margin-top: 2em;
border-top: 1px solid #eee;
}
.sc_recent_news_style_news-excerpt .post_featured {
float: left;
width: 40%;
margin-bottom: 0;
}
.sc_recent_news_style_news-excerpt .post_body {
overflow: hidden;
float: left;
width: 60%;
padding-left: 2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} .sc_recent_news_style_news-portfolio .columns_wrap {
margin-right: -0.5em !important;
}
.sc_recent_news_style_news-portfolio [class*="column"] {
padding: 0 0.5em 0.5em 0 !important;
}
.sc_recent_news_style_news-portfolio .post_item,
.sc_recent_news_style_news-portfolio .post_featured,
.sc_recent_news_style_news-announce .post_item,
.sc_recent_news_style_news-announce .post_featured {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.sc_recent_news_style_news-portfolio .post_item .post_featured:after,
.sc_recent_news_style_news-announce .post_item .post_featured:after {
content: ' ';
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.2);
pointer-events: none;
}
.sc_recent_news_style_news-announce .post_item .post_featured:after {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.4) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.4) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.4) 100%);
}
.sc_recent_news_style_news-announce {
overflow: hidden;
}
.sc_recent_news_style_news-announce .post_item {
float: left;
}
.sc_recent_news_style_news-announce .post_size_full {
width: 100%;
height: 432px;
}
.sc_recent_news_style_news-announce .post_size_big {
width: 50%;
height: 216px;
}
.sc_recent_news_style_news-announce .post_size_medium {
width: 50%;
height: 108px;
}
.sc_recent_news_style_news-announce .post_size_small {
width: 25%;
height: 108px;
} .slider_container {
display: none;
position: relative;
overflow: hidden;
}
.slider_container.slider_overflow_visible,
.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;
max-height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.slider_container:not(.slider_height_fixed) .slider-slide {
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;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: 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;
-ms-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;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-ms-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;
-webkit-border-radius: 0;
-ms-border-radius: 0;
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: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-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;
-ms-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;
-ms-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;
-ms-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;
-webkit-border-radius: 0;
-ms-border-radius: 0;
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 {
-webkit-border-radius: 0;
-ms-border-radius: 0;
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;
-ms-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;
-ms-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;
-ms-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);
-ms-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,
.widget_socials .socials_description + .share_wrap {
margin-top: 1.5em;
}
.sc_twitter .sc_twitter_slider.slider_outer_pagination_pos_bottom {
padding-bottom: 3em;
}
.widget_twitter .widget_content ul {
padding-left: 2em;
list-style-type: none;
}
.widget_twitter .widget_content ul > li {
position: relative;
text-align: left;
color: #bbb;
}
.widget_twitter .widget_content ul > li + li {
margin-top: 1.5em;
}
.widget_twitter .widget_content ul > li:before {
content: '\e840';
font-family: "trx_addons_icons";
font-size: 1.2em;
font-style: normal;
display: inline-block;
background-color: transparent !important;
position: absolute;
z-index: 1;
top: 0;
left: -1.5em;
width: 1em;
height: 1em;
line-height: inherit;
}
.widget_twitter .widget_content .sc_twitter_item {
margin-bottom: 1em;
}
.widget_twitter .widget_content .sc_twitter_item:last-child {
margin-bottom: 0;
}
.widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon {
text-align: center;
font-size: 1.6em;
font-style: normal;
margin-bottom: 0.8em;
}
.widget_twitter .widget_content .sc_twitter_item a,
.widget_twitter .widget_content ul > li a {
font-weight: normal;
}
.widget_twitter .widget_twitter_follow {
display: block;
text-align: center;
margin-top: 1em;
}
.widget_twitter .widget_twitter_follow:after {
content: '\e884';
font-family: "trx_addons_icons";
display: inline-block;
margin-left: 0.5em;
} .trx_addons_video_player.with_cover {
position: relative;
overflow: hidden;
}
.trx_addons_video_player.with_cover .video_embed {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-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;
-ms-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;
-ms-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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-ms-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_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); }
.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;
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_logo .logo_slogan {
display: block;
font-size: 12px;
line-height: 15px;
letter-spacing: 0px;
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
} .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 !important;
}
.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;
-ms-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;
-ms-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;
-ms-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;
-ms-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 {
-webkit-border-radius: 0;
-ms-border-radius: 0;
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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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);
-ms-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;
-ms-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;
-ms-transition: -ms-transform 0.1s ease;
transition: transform 0.1s ease;
-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
-ms-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;
-ms-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;
-ms-transition-delay: 0s;
transition-delay: 0s;
} .menu_hover_path_line > ul > li:before {
-webkit-transition-delay: 0.2s;
-ms-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;
-ms-transition-delay: 0.1s;
transition-delay: 0.1s;
} .menu_hover_path_line > ul > li > a:before {
-webkit-transition-delay: 0.1s;
-ms-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;
-ms-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;
-ms-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;
-ms-transition: -ms-transform 0s 0.3s, opacity 0.2s;
transition: transform 0s 0.3s, opacity 0.2s;
}
.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;
-ms-transition: -ms-transform 0.3s, opacity 0.1s;
transition: transform 0.3s, opacity 0.1s;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-ms-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;
-ms-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 > a:hover:before,
.menu_hover_color_line > ul > li > a:focus:before {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
}
.menu_hover_color_line > ul > li > a:before,
.menu_hover_color_line > ul > li > 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);
-ms-transition: -ms-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);
}
.menu_hover_color_line > ul > li > a:hover,
.menu_hover_color_line > ul > li.sfHover > a:after,
.menu_hover_color_line > ul > li > a:hover:after,
.menu_hover_color_line > ul > li > a:before {
-webkit-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.menu_hover_color_line > ul > li.sfHover > a:after,
.menu_hover_color_line > ul > li.menu-item-has-children > a:hover:after,
.menu_hover_color_line > ul > li > a:hover:after,
.menu_hover_color_line > ul > li.sfHover > a:before,
.menu_hover_color_line > ul > li > 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 > a:before,
.menu_hover_color_line > ul > li > a:hover:before {
-webkit-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
}
.sc_layouts_meta.post_meta {
margin-top: 0;
}
.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;
-webkit-border-radius: 3em;
-ms-border-radius: 3em;
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;
-ms-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;
-ms-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;
-ms-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%);
}
.search-no-results .sc_layouts_title.fixed_height .sc_layouts_title_content {
position: static;
transform: none;
padding: 50px;
}
 [data-animation^="animated"],
[data-hover-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;
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
opacity: 0;
}
100% {
opacity: 1;
-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;
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
opacity: 0;
}
100% {
opacity: 1;
-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;
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
opacity: 0;
}
100% {
opacity: 1;
-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;
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
opacity: 0;
}
100% {
opacity: 1;
-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);
opacity: 1;
}
100% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
100% {
opacity: 0;
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);
opacity: 1;
}
100% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
100% {
opacity: 0;
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);
opacity: 1;
}
100% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
100% {
opacity: 0;
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);
opacity: 1;
}
100% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
100% {
opacity: 0;
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);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}.slick-loading .slick-list{background:#fff url(//haltefamiliale.org/wp-content/plugins/wp-logo-showcase-responsive-slider-slider/assets/images/ajax-loader.gif) center center no-repeat}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.wpls-wrap, .wpls-wrap * {-webkit-box-sizing: border-box; box-sizing: border-box; outline: none;} .wpls-logo-clearfix:before, .wpls-logo-clearfix:after{content: "";display: table;}
.wpls-logo-clearfix::after{clear: both;}
.wpls-logo-clearfix{clear: both;}
.wpls-logo-showcase{visibility: hidden; opacity:0; -webkit-transition:opacity 0.5s linear; transition:opacity 0.5s linear;}
.wpls-logo-showcase.slick-initialized {visibility: visible; opacity:1;}
.wpls-logo-showcase{padding:0 30px 20px 30px; margin:0; text-align:center;}
.wpls-logo-showcase.wpls-dots-false{padding:0 30px 0px 30px !important;}
.wpls-logo-showcase .slick-next{right:0px !important;}
.wpls-logo-showcase .slick-prev{left:0px !important}
.wpls-logo-showcase .slick-dots{left:30px !important; right:30px !important; text-align:center;bottom:-10px !important; position: absolute;}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide{margin:0 5px;}
.wpls-logo-showcase .wpls-fix-box{max-height: 250px; width: 100%; line-height: 0;}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide img{display:inline-block !important; border-radius:0px !important; max-height:250px; max-width:100%; padding:10px; border:1px solid #f1f1f1; box-shadow:none !important }
.wpls-logo-showcase .slick-slide{  text-align:center !important; display: inline-block !important;   float:none !important;    vertical-align: middle !important;     }
.wpls-logo-showcase .slick-slide .logo-title{color:#444; padding:10px 0; font-size:16px;}
.wpls-logo-slider.wpls-center .slick-slide {opacity: 0.5; transform: scale(0.7); transition: all 300ms ease 0s;}
.wpls-logo-showcase.wpls-center .slick-center{opacity: 1;transform: scale(1);}
.wpls-logo-showcase .slick-arrow::before{display: none !important;}
.wpls-logo-showcase .wplss-logo-slide::before, .wpls-logo-showcase .wplss-logo-slide::after{display: none !important;}
.sliderimage_hide_border .wpls-logo-cnt.slick-slide img{padding:0px; border:0px solid #f1f1f1;}
@media screen and (max-width: 641px) {
.wpls-logo-showcase.wpls-center .slick-slide {opacity: 1;transform: scale(1); transition: all 300ms ease 0s;}
.wpls-logo-showcase.wpls-center .slick-center{opacity: 1;transform: scale(1);}
} .fusion-flex-container.wpls-fusion-flex{ flex-direction: column; }
.wpls-elementor-tab-wrap{min-width: 0; min-height: 0;} .wpls-logo-showcase .slick-arrow{position:absolute; z-index:9; padding:5px; display: inline-block; background-color: rgba(0, 0, 0, 0.5); text-align:center; width:30px; height:30px; cursor: pointer; border-radius: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.wpls-logo-showcase .slick-arrow svg{fill: #fff; height: 100%; width: 100%;}
.wpls-logo-showcase .slick-arrow:hover{background-color: rgba(0, 0, 0, 0.7);}
.wpls-logo-showcase .slick-dots {padding:0 !important; margin:0 !important; text-align:center;}
.wpls-logo-showcase .slick-dots li {list-style:none !important; display:inline-block !important; line-height:0px !important; margin:0 3px !important; padding:0px !important; }
.wpls-logo-showcase .slick-dots li button {text-indent:-99999px;margin: 0px !important; padding: 0px !important; border: 2px solid #444 !important; border-radius: 50% !important; width: 12px !important; height: 12px !important; background-color:#fff; cursor:pointer;}
.wpls-logo-showcase .slick-dots li button:focus {outline:none !important}
.wpls-logo-showcase .slick-dots li.slick-active button {background:#8D8C8C !important;}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}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%;
}
.xdsoft_datetimepicker .xdsoft_datepicker > *,
.xdsoft_datetimepicker .xdsoft_timepicker > * {
font-size: 0.9rem;
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-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;
} 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;
}
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;
}
ol li + li, ul li + li {
margin-top: 5px;
}
.sidebar ol li + li, .sidebar ul li + li {
margin-top: 0;
}
ul[class*=trx_addons_list] {
padding-left: 1em;
}
ul[class*=trx_addons_list] > li:before {
left: -0.65em;
line-height: inherit;
font-size: 30px;
}
ul.list-number {
list-style-type: none;
counter-reset: section;
padding: 0;
}
ul.list-number li {
padding: 21px 0 21px 60px;
position: relative;
font-size: 22px;
}
ul.list-number li:before {
content: counter(section, decimal);
counter-increment: section;
position: absolute;
left: 0;
-webkit-transform: translateY(-16%);
transform: translateY(-16%);
font-size: 16px;
line-height: 1.2;
font-weight: 400;
width: 37px;
height: 37px;
margin-right: 18px;
margin-bottom: 7px;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
border: 3px solid transparent;
-webkit-box-shadow: 3px 3px 0 0 white;
box-shadow: 3px 3px 0 0 white;
text-align: center;
line-height: 33px;
}
ul.list-number li + li {
border-top: 3px solid #FFD383;
}
ul.list-number.no-border li + li {
border: none;
margin-top: 2px;
}
ul.list-number.no-border li {
padding: 0 15px 21px 55px;
}
ul.list-number.no-border li:before {
-webkit-transform: translateY(0);
transform: translateY(0);
margin-top: 3px;
}
ul.list-check {
list-style-type: none;
padding: 0;
}
ul.list-check li {
padding: 25px 0 25px 60px;
position: relative;
font-size: 22px;
}
ul.list-check li:before {
content: "\e8ab";
font-family: "fontello";
position: absolute;
left: 0;
-webkit-transform: translateY(-16%);
transform: translateY(-16%);
font-size: 16px;
line-height: 1.2;
font-weight: 400;
width: 37px;
height: 37px;
margin-right: 18px;
margin-bottom: 7px;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
border: 3px solid transparent;
-webkit-box-shadow: 3px 3px 0 0 white;
box-shadow: 3px 3px 0 0 white;
text-align: center;
line-height: 33px;
}
ul.list-check li + li {
border-top: 3px solid #FFD383;
} a,
.wp-block-calendar 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;
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;
}
.sc_table_wrap .sc_table table thead tr th {
font-weight: 700;
text-transform: capitalize;
}
table th + th, table th + td, table td + th, table td + td {
border-left: 3px solid #ddd;
}
table > p {
margin: 0 !important;
}
table td, table th {
padding: 1.8em 1em;
}
.sc_table {
border-radius: 20px;
}
table td + td {
border-left: 3px solid transparent;
}
.sc_table table th, .sc_table table td {
padding: 1.25em 1.6em;
}
.sc_table table tr:first-child th,
.sc_table table tr:first-child td {
font-weight: 400;
}
table th {
font-size: 1em;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
text-align: center;
}
caption {
font-weight: 700;
text-align: center;
} blockquote,
.wp-block-quote.is-style-large {
position: relative;
text-align: left;
padding: 2.6em 3.5em 2.6em 2.75em;
border-radius: 20px;
font-size: 1.1em;
line-height: 1.36em;
font-weight: 400;
background-image: url(//haltefamiliale.org/wp-content/themes/tediss/images/quote-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.wp-block-quote.is-style-large:not(.is-style-plain) {
padding: 2.6em 3.5em 2.6em 2.75em;
}
blockquote:before {
content: "\e981";
font-family: "fontello";
font-size: 2em;
display: block;
position: relative;
padding-bottom: 24px;
}
blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
blockquote p {
margin: 0;
font-size: 1.1em;
line-height: 1.36em;
font-weight: 400;
}
blockquote > cite, blockquote > p > cite {
display: block;
font-size: 20px;
line-height: 1.35em;
font-weight: 700;
font-style: normal;
text-transform: capitalize;
margin-top: 1.5em;
letter-spacing: 0.5px;
}
.blog_mode_post blockquote,
.blog_mode_page blockquote {
margin: 41px 0;
}
.blog_mode_post .comments_list blockquote,
.blog_mode_page .comments_list blockquote {
margin: 1.5em 0;
}
.wp-block-pullquote {
padding: 0;
} 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;
}
.trx_addons_tooltip:before {
font-size: 1rem;
white-space: nowrap;
padding: 8px 10px;
}
.trx_addons_tooltip:after {
border: 8px solid transparent;
margin: 0 0 -16px -8px;
} img {
max-width: 100%;
height: auto;
vertical-align: top;
}
figure,
.wp-caption,
.wp-caption-overlay .wp-caption {
border: 0;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
max-width: 100%;
}
figure 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 {
position: absolute;
z-index: 1;
top: auto;
right: 0;
bottom: 0;
left: 0;
font-size: 18px;
line-height: 20px;
font-weight: 700;
font-style: normal;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-bottom: 0;
text-align: center;
padding: 15px 10px;
overflow-y: auto;
max-height: 60% !important;
}
figure figcaption:hover,
.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 !important;
}
figure.wp-caption {
border-radius: 10px;
}
figure.wp-caption figcaption {
border-radius: 0 0 10px 10px;
}
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;
} .sc_layouts_item_details_line2 {
font-size: 0.9em;
font-weight: 400;
}
.sc_layouts_item_icon {
font-size: 2.1em;
}
.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: 0.8em;
}
.sc_layouts_item_icon + .sc_layouts_item_details {
margin-left: 0.3em;
}
@media (min-width: 1680px) {
.sc_layouts_iconed_text {
padding-right: 37px;
}
}
.sc_layouts_title.with_tint.with_content:before {
display: none;
}  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 {
text-overflow: ellipsis;
}
input[placeholder],
textarea[placeholder] {
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;
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;
} form 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-sub-nav li a,
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn,
.tribe-events-read-more,
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button,
.tribe-events .tribe-events-c-nav__next, .tribe-events .tribe-events-c-nav__prev,
.tribe-events .tribe-events-c-nav__list-item--today a,
.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,
.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;
vertical-align: top;
font-size: 12px;
line-height: 22px;
font-weight: 400;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-transform: uppercase;
white-space: nowrap;
padding: 1.202em 2em;
letter-spacing: 0;
height: auto;
border-width: 0 !important;
}
input[type=submit] {
padding: 1.3em 2em;
}
div .sc_button_simple {
border-radius: 0;
}
.sc_button.sc_button_size_small,
.theme_button.theme_button_small {
padding: 1.024em 1.6em;
font-size: 18px !important;
line-height: 22px;
font-weight: 700;
}
.sc_layouts_row .sc_button.sc_button_size_small:not(.sc_button_simple),
.sc_layouts_row .theme_button.theme_button_small {
padding: 0.7em 1em;
font-size: 18px;
line-height: 22px;
font-weight: 700;
text-transform: none;
}
@media (min-width: 1680px) {
.sc_layouts_row .sc_button.sc_button_size_small:not(.sc_button_simple),
.sc_layouts_row .theme_button.theme_button_small {
padding: 0.87em 1.83em;
}
}
.sc_layouts_row .sc_button.sc_button_size_small:not(.sc_button_simple) .sc_button_icon,
.sc_layouts_row .theme_button.theme_button_small .sc_button_icon {
font-size: 1.4em;
}
@media (max-width: 1280px) {
.sc_layouts_row .sc_button.sc_button_size_small:not(.sc_button_simple),
.sc_layouts_row .theme_button.theme_button_small {
padding: 0.83em 1em;
}
.sc_layouts_row .sc_button.sc_button_size_small:not(.sc_button_simple) .sc_button_text,
.sc_layouts_row .theme_button.theme_button_small .sc_button_text {
font-size: 0;
}
.sc_layouts_row .sc_button.sc_button_size_small:not(.sc_button_simple) .sc_button_icon,
.sc_layouts_row .theme_button.theme_button_small .sc_button_icon {
margin: 0;
}
.sc_layouts_row .sc_button.sc_button_size_small:not(.sc_button_simple) .sc_button_icon > span:before,
.sc_layouts_row .theme_button.theme_button_small .sc_button_icon > span:before {
top: 2px;
position: relative;
}
}
.sc_button_icon_left .sc_button_icon {
margin-right: 0.3em;
} .sc_button.sc_button_bordered {
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: 1.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;
}
header .sc_layouts_item .sc_button_simple.sc_button_with_icon.sc_button_icon_top {
background: transparent !important;
overflow: visible;
position: relative;
padding: 1.024em 1.6em;
}
header .sc_layouts_item .sc_button_simple.sc_button_with_icon.sc_button_icon_top:hover {
background: transparent !important;
}
header .sc_layouts_item .sc_button_simple.sc_button_with_icon.sc_button_icon_top:before, header .sc_layouts_item .sc_button_simple.sc_button_with_icon.sc_button_icon_top:after {
display: none;
}
header .sc_layouts_item .sc_button_simple.sc_button_with_icon.sc_button_icon_top .sc_button_icon {
font-size: 75px;
position: absolute;
top: -17px;
left: calc(50% - 15px);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-bottom: 0;
}
.ua_safari header .sc_layouts_item .sc_button_simple.sc_button_with_icon.sc_button_icon_top .sc_button_icon {
top: -16px;
}
header .sc_layouts_item .sc_button_simple.sc_button_with_icon.sc_button_icon_top:hover .sc_button_icon {
-webkit-transform: scale(0.85);
transform: scale(0.85);
} .widget.woocommerce .button,
.widget.WOOCS_CONVERTER .button,
.widget.yith-woocompare-widget a.button,
.widget.yith-woocompare-widget a.clear-all {
font-size: 11px;
line-height: 16px;
padding: 10px 16px;
}
.widget.woocommerce .button + .button {
margin-left: 3px;
} 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: 1em 1.5em;
border: 3px solid #F3ECE3;
}
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: 1em 1.2em;
} 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.4em;
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: 18px;
display: block;
text-align: center;
border: 1px solid #eee;
width: 18px;
height: 18px;
line-height: 17px;
position: absolute;
z-index: 1;
top: 0.33em;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.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: 50%;
}
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: "\e83c";
}
.wpcf7-form .wpcf7-list-item {
margin-left: 0;
}
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:not(:last-child),
.wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:not(:last-child) {
margin-right: 1em;
} select {
text-overflow: ellipsis;
white-space: nowrap;
}
select::-ms-expand {
display: none;
} .select_container select:not(.esg-sorting-select):not([class*=trx_addons_attrib_]) {
visibility: visible;
} p:empty {
margin: 0;
}
.select_container,
.select-wrap {
width: 100%;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
position: relative;
}
.select_container,
.select_container:after,
.select_container select,
.select-wrap,
.select-wrap:after,
.select-wrap select {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.select_container:before,
.select-wrap:before {
content: " ";
display: block;
position: absolute;
z-index: 1;
top: 8px;
right: 0;
bottom: 0;
left: auto;
width: 3em;
z-index: 1;
pointer-events: none;
cursor: pointer;
height: calc(100% - 8px);
}
.sc_input_hover_accent .select_container::before,
.sc_input_hover_accent .select-wrap::before {
right: 2px;
top: 2px;
bottom: 2px;
border-radius: 0;
}
.select_container:after,
.select-wrap::after {
content: "\e96e";
font-family: "fontello";
display: block;
position: absolute;
z-index: 2;
top: 50%;
right: 1em;
width: 0.5em;
height: 0.5em;
line-height: 0.5em;
text-align: center;
margin-top: -0.5em;
pointer-events: none;
cursor: pointer;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
font-size: 33px;
color: #312F30;
}
.select_container select,
.select-wrap select {
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;
}
.textwidget select {
width: 100% !important;
}
.widget .select_container select,
.widget .select-wrap select {
padding-right: 2em !important;
padding-top: 0.75em;
padding-bottom: 0.75em;
}
.widget .select_container:before,
.widget .select-wrap:before {
width: 2em;
}
.widget .select_container:after,
.widget .select-wrap:after {
right: 0.5em;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: hidden;
} .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;
}
.select2-container--default .select2-selection--single span.select2-selection__rendered {
line-height: 2.86em;
}
.select2-container.select2-container--default .select2-selection .select2-selection__arrow {
top: 50%;
-webkit-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: 2em;
margin-bottom: 1em;
max-width: 100%;
}
.alignright {
display: inline-block;
float: right;
margin-left: 2em;
margin-bottom: 1em;
max-width: 100%;
}
.aligncenter {
clear: both;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: 1em;
text-align: center;
max-width: 100%;
}
.wp-block-tag-cloud {
display: inline-block;
}
.wp-block-cover {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-cover, .wp-block-image, .wp-block-video, .wp-block-media-text {
margin-bottom: 1.95em;
}
.wp-block-cover-image p, .wp-block-cover p {
margin-bottom: 0 !important;
}
figure.alignleft,
figure.alignright {
margin-top: 0.5em;
}
figure.aligncenter {
margin-bottom: 1em;
} .sticky_wrap {
margin-bottom: 5em;
}
.sticky {
position: relative;
}
.sidebar_hide .sticky_wrap .sticky,
.body_style_fullwide .sticky_wrap .sticky,
.body_style_fullscreen .sticky_wrap .sticky {
text-align: center;
}
.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;
}
@media (max-width: 767px) {
div .gallery-columns-2 .gallery-item {
width: 100% !important;
}
div .gallery-columns-2 .gallery-item div > img {
width: 100%;
}
div .gallery-columns-2 .gallery-item + .gallery-item {
margin-top: 30px;
}
}
.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;
}
.gallery-columns-9 .gallery-caption {
font-size: 0.625em;
line-height: 1.1em;
padding: 5px;
}
.gallery-columns-8 .gallery-caption {
font-size: 0.58em;
line-height: 1.1em;
padding: 5px;
}
.gallery-columns-7 .gallery-caption {
font-size: 0.65em;
line-height: 1.1em;
}
.gallery-columns-6 .gallery-caption {
font-size: 0.8125em;
line-height: 1.1em;
}
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;
}
.wp-block-gallery:not(.has-nested-images).alignleft.extraclass {
margin-right: 20px;
} .post-password-form label {
display: inline-block;
vertical-align: top;
}
.post-password-form input[type=submit] {
display: inline-block;
margin-left: 0.2em;
} .container, .container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row, .columns_wrap {
margin-left: 0px;
margin-right: -30px;
}
.row > [class*=column-],
.columns_wrap > [class*=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;
}
.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);
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;
}
.tediss_loading {
background-image: url(//haltefamiliale.org/wp-content/themes/tediss/images/preloader.gif) !important;
background-position: center !important;
background-repeat: no-repeat !important;
} .page_wrap {
min-height: 100vh;
overflow: hidden;
}
.page_wrap,
.content_wrap {
margin: 0 auto;
}
.body_style_boxed {
background-color: #f0f0f0;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
background-repeat: repeat-y;
}
.body_style_boxed .page_wrap {
width: 1540px;
}
.post_content > .elementor {
margin-left: -15px;
margin-right: -15px;
}
.page_content_wrap {
padding-top: 6.1rem;
padding-bottom: 6.4rem;
}
.remove_margins .page_content_wrap {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.content_wrap,
.content_container {
width: 1230px;
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;
}
.sidebar_fixed_placeholder {
min-height: 1px;
}
.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: 780px;
}
[class*=content_wrap] > .sidebar {
width: 390px;
}
.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: 450px;
}
.body_style_fullwide.sidebar_right [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_right [class*=content_wrap] > .sidebar {
margin-left: -390px;
}
.body_style_fullwide.sidebar_left [class*=content_wrap] > .content,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .content {
padding-left: 450px;
}
.body_style_fullwide.sidebar_left [class*=content_wrap] > .sidebar,
.body_style_fullscreen.sidebar_left [class*=content_wrap] > .sidebar {
margin-right: -390px;
}
.body_style_fullscreen .page_content_wrap {
overflow: hidden;
padding: 0;
position: relative; } .body_style_fullscreen [class*=content_wrap] > .content > article.page {
padding: 0;
} .sidebar_control {
display: none;
}   .top_panel {
position: relative;
z-index: 8000;
padding: 0.01px 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%);
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;
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;
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;
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";
}
.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";
} .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;
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);
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;
}
.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: 400 !important;
}
.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;
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;
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;
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);
transform: rotate(45deg);
}
.menu_mobile_close:after {
-webkit-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;
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%);
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: 0;
display: none;
}
.menu_mobile .menu_mobile_nav_area li {
margin-bottom: 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: 20rem;
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;
}
.menu_mobile .menu_mobile_nav_area > ul > li li > a {
padding-left: 1em;
padding-top: 0.25em;
padding-bottom: 0.25em;
}
.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.25em;
background-color: rgba(255, 255, 255, 0.1);
-webkit-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";
}
.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: 20rem;
margin-left: -14rem;
}
.menu_mobile .search_mobile form {
position: relative;
}
.menu_mobile .search_mobile .search_field {
width: 100%;
padding: 1.5em 3em 1.5em 1.5em !important;
}
.menu_mobile .search_mobile .search_submit {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: auto;
left: auto;
font-size: 0.8667em;
padding: 2em 1.8em;
background-color: transparent;
}
.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: 1em 1em 0 0;
}
.menu_mobile .social_item .social_icon {
display: block;
font-size: 1em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
} .menu_main_nav > li:not(.menu-collapse).current-menu-ancestor > a:before, .menu_main_nav > li:not(.menu-collapse).current-menu-parent > a:before, .menu_main_nav > li:not(.menu-collapse).current-menu-item > a:before,
.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav > li:not(.menu-collapse).current-menu-ancestor > a:before,
.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav > li:not(.menu-collapse).current-menu-parent > a:before,
.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav > li:not(.menu-collapse).current-menu-item > a:before {
-webkit-transform: translate(-50%, -30%) scale(1);
transform: translate(-50%, -30%) scale(1);
opacity: 1;
}
.menu_main_nav > li:not(.menu-collapse).sfHover > a:before,
.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav > li:not(.menu-collapse).sfHover > a:before {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
.menu_main_nav > li:not(.menu-collapse) > a,
.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav > li:not(.menu-collapse) > a {
position: relative;
}
.menu_main_nav > li:not(.menu-collapse) > a:before,
.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav > li:not(.menu-collapse) > a:before {
content: "\e98f";
font-family: "fontello";
font-size: 90px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, 0%) scale(0.3);
transform: translate(-50%, 0%) scale(0.3);
z-index: -1;
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.ua_safari .menu_main_nav > li:not(.menu-collapse) > a:before,
.ua_safari .top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav > li:not(.menu-collapse) > a:before {
top: 37%;
}
.menu_main_nav > li:not(.menu-collapse) > a:hover:before,
.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav > li:not(.menu-collapse) > a:hover:before {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
.sc_layouts_menu_nav > li ul {
border-radius: 20px;
width: 17.6em;
padding: 1.8em 0;
}
@media (max-width: 768px) {
.sc_layouts_menu_nav > li ul {
width: 14.6em;
}
}
.sc_layouts_menu_nav > li > ul {
top: 4.2em;
left: -22px;
}
.sc_layouts_menu_nav > li li > a {
padding: 0.5em 2.2em;
}
.sc_layouts_menu_nav > li > ul ul.submenu_left {
left: -17.6em;
margin: 0 0 0 -2px;
}
@media (max-width: 768px) {
.sc_layouts_menu_nav > li > ul ul.submenu_left {
left: -14.6em;
}
}
.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: 17.6em;
top: -1.75em;
}
@media (max-width: 768px) {
.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: 14.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 {
right: 1.5em;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a:after {
display: none;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a {
padding: 1em;
} .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;
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: 0px;
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: 2em 0 0;
-webkit-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: 1em 0 0;
} .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 {
z-index: 0;
}
.slider_container .slide_overlay {
border-radius: 20px;
}
.slider_elastistack.slider_controls > .slider_controls_wrap {
bottom: -4.3em;
}  .blog_archive {
padding-bottom: 4em;
}
.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.5em;
} .mptt-navigation-tabs,
div.tediss_tabs .tediss_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.tediss_tabs .tediss_tabs_titles li {
display: inline-block;
margin: 0 0 3px;
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:hover,
div.esg-filter-wrapper .esg-filterbutton.selected {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
div.esg-filter-wrapper .esg-filterbutton + .esg-filterbutton,
.mptt-navigation-tabs li + li,
div.tediss_tabs .tediss_tabs_titles li + li {
margin-left: 3px;
}
div.esg-filter-wrapper .esg-filterbutton > span,
.mptt-navigation-tabs li a,
div.tediss_tabs .tediss_tabs_titles li a,
div.tediss_tabs .tediss_tabs_titles li a.ui-tabs-anchor {
display: block;
float: none;
padding: 1.75em 3em;
-webkit-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.tediss_tabs .tediss_tabs_content {
padding: 0;
}
div.tediss_tabs .tediss_tab_content_remove {
opacity: 0;
}
div.tediss_tabs .nav-links {
margin-top: 1em;
} .header_content_wrap {
margin-bottom: 0;
}
.thumbnail_type_fullwidth.post_header_position_default .page_content_wrap > .header_content_wrap,
.post_header_position_on_thumb .page_content_wrap > .header_content_wrap {
margin-bottom: 7.1rem;
}
.header_content_wrap + .content_wrap {
padding-top: 0;
}
.header_content_wrap .post_header {
margin-bottom: 0;
}
.header_content_wrap .post_header .post_title {
margin-top: 0;
margin-bottom: 0;
}
.header_content_wrap .post_header .post_title + .post_meta {
margin-top: 0.5em;
}
.header_content_wrap .post_featured {
margin: 0;
overflow: visible;
}
.thumbnail_type_fullwidth .header_content_wrap .post_header {
margin-left: auto;
margin-right: auto;
}
.thumbnail_type_fullwidth .header_content_wrap .post_featured img {
max-width: none;
width: 100%;
}
.thumbnail_type_fullwidth .header_content_wrap .post_featured.post_featured_bg {
height: 40rem;
overflow: visible;
}
.thumbnail_type_fullwidth .header_content_wrap .post_featured.post_featured_bg:before {
display: none;
}
.thumbnail_type_fullwidth:not(.post_header_position_above) .page_content_wrap {
padding-top: 0;
}
.post_header_position_above .top_panel {
border-bottom: 1px solid #eee;
}
.post_header_position_above .header_content_wrap .post_header {
margin-bottom: 3em;
}
.post_header_position_above .header_content_wrap .post_featured {
margin-bottom: 35px;
}
.post_header_position_on_thumb .header_content_wrap .post_featured {
margin-bottom: 35px;
}
.thumbnail_type_boxed .header_content_wrap + .content_wrap {
margin-top: 35px;
}
.post_header_position_under .header_content_wrap .post_header {
margin-top: 2.5em;
}
.post_header_position_default .header_content_wrap .post_featured + .post_header {
margin-top: 2.5em;
}
.post_header_position_on_thumb .header_content_wrap {
position: relative;
}
.post_header_position_on_thumb .header_content_wrap .post_header {
display: block;
max-width: 50%;
padding: 2em;
margin: 0 auto !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
.post_header_position_on_thumb .header_content_wrap.header_align_tl .post_header,
.post_header_position_on_thumb .header_content_wrap.header_align_ml .post_header,
.post_header_position_on_thumb .header_content_wrap.header_align_bl .post_header {
text-align: left;
}
.post_header_position_on_thumb .header_content_wrap.header_align_tr .post_header,
.post_header_position_on_thumb .header_content_wrap.header_align_mr .post_header,
.post_header_position_on_thumb .header_content_wrap.header_align_br .post_header {
text-align: right;
}
.post_header_position_on_thumb .header_content_wrap .post_featured + .post_header {
display: inline-block;
background-color: #fff;
}
.post_header_position_on_thumb .header_content_wrap.header_align_tl .post_featured + .post_header {
position: absolute;
z-index: 1;
top: 3em;
left: 3em;
}
.post_header_position_on_thumb .header_content_wrap.header_align_tc .post_featured + .post_header {
position: absolute;
z-index: 1;
top: 3em;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.post_header_position_on_thumb .header_content_wrap.header_align_tr .post_featured + .post_header {
position: absolute;
z-index: 1;
top: 3em;
right: 3em;
}
.post_header_position_on_thumb .header_content_wrap.header_align_ml .post_featured + .post_header {
position: absolute;
z-index: 1;
top: 50%;
left: 3em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.post_header_position_on_thumb .header_content_wrap.header_align_mc .post_featured + .post_header {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.post_header_position_on_thumb .header_content_wrap.header_align_mr .post_featured + .post_header {
position: absolute;
z-index: 1;
top: 50%;
right: 3em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.post_header_position_on_thumb .header_content_wrap.header_align_bl .post_featured + .post_header {
position: absolute;
z-index: 1;
bottom: 3em;
left: 3em;
}
.post_header_position_on_thumb .header_content_wrap.header_align_bc .post_featured + .post_header {
position: absolute;
z-index: 1;
bottom: 3em;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.post_header_position_on_thumb .header_content_wrap.header_align_br .post_featured + .post_header {
position: absolute;
z-index: 1;
bottom: 3em;
right: 3em;
}
.post_header_position_on_thumb .header_align_ts,
.post_header_position_on_thumb .header_align_ts > .content_wrap {
padding-top: 0.1px;
}
.post_header_position_on_thumb .header_content_wrap.header_align_ts .post_featured {
margin-top: 6em;
}
.post_header_position_on_thumb .header_content_wrap.header_align_ts .post_featured + .post_header {
position: absolute;
z-index: 1;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
border: 1px solid #ddd;
background-color: #fff;
}
.post_header_position_on_thumb .header_align_bs,
.post_header_position_on_thumb .header_align_bs > .content_wrap {
padding-bottom: 0.1px;
}
.post_header_position_on_thumb .page_content_wrap > .header_align_bs {
margin-bottom: 4em;
}
.post_header_position_on_thumb .header_content_wrap.header_align_bs .post_featured {
margin-bottom: 5em;
}
.post_header_position_on_thumb .header_content_wrap.header_align_bs .post_featured + .post_header {
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
border: 1px solid #ddd;
background-color: #fff;
}
.post_header_position_on_thumb.thumbnail_type_default .post_item_single .header_content_wrap .post_featured + .post_content {
padding-top: 2.8rem;
}
.post_header_position_on_thumb .header_content_wrap .post_featured.with_header {
position: relative;
}
.post_header .post_meta_categories {
margin-bottom: 0.5em;
}
.post_header_position_default .header_content_wrap .post_header .post_meta_categories {
margin-bottom: 1.5em;
}
.header_content_wrap .post_header .post_meta_other {
margin-top: 1em;
}
.header_content_wrap .post_header .post_subtitle {
margin-top: 0.1em;
}
.header_content_wrap .post_header.align_center,
.post_item_single .header_content_wrap .post_header.align_center {
text-align: center;
}
.header_content_wrap .post_header.align_left,
.post_item_single .header_content_wrap .post_header.align_left {
text-align: left;
}
.header_content_wrap .post_header.align_right,
.post_item_single .header_content_wrap .post_header.align_right {
text-align: right;
} .page_content_wrap {
position: relative;
}
[class*=_banner_wrap] {
position: relative;
text-align: center;
}
[class*=_banner_wrap] .banner_link {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.banner_with_image:before {
content: " ";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.banner_with_image:hover:before {
background-color: rgba(0, 0, 0, 0.1);
}
.banner_with_image > * {
position: relative;
z-index: 2;
color: #fff !important;
}
.page_banner_wrap {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
padding: 30px;
background-size: 100% auto;
background-repeat: repeat-y;
background-attachment: fixed;
}
.custom-background .page_content_wrap {
background-color: transparent !important;
}
.custom-background .content_wrap > .content,
.page_banner_wrap ~ .content_wrap > .content {
padding: 4rem;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.header_banner_wrap,
.sidebar_banner_wrap,
.footer_banner_wrap {
padding: 30px;
background-position: center;
background-size: cover;
}
.sidebar_banner_wrap {
margin-bottom: 30px;
} .post_featured {
overflow: hidden;
position: relative;
margin-bottom: 1.8em;
}
.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%;
}
.sc_layouts_blog_item_featured .post_featured.with_thumb img {
position: relative;
z-index: 2;
} .post_meta .post_meta_item,
.post_meta .vc_inline-link {
font-size: inherit;
margin-left: 0;
-webkit-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.5em;
}
.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 .vc_inline-link:before {
content: "\e8bb";
font-family: "fontello";
}
.post_meta .post_meta_item .post_author_avatar {
display: inline-block;
vertical-align: middle;
line-height: inherit;
margin-right: 0.15em;
}
.post_meta .post_meta_item .post_author_avatar > img {
border-radius: 50%;
width: 1.25em;
height: 1.25em;
} .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);
transform: rotate(135deg);
} .post_featured .mask {
background-color: rgba(0, 0, 0, 0.5);
} .wp-playlist .wp-playlist-current-item img {
background-color: #fff;
} .format-audio .post_featured {
position: relative;
max-height: 16em;
}
.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;
}
.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: 1.1em;
line-height: 1.36em;
font-weight: 400;
font-style: normal;
margin: 0;
}
.trx_addons_audio_player .audio_author {
margin-left: 0;
margin-right: 0;
text-transform: none;
}
.format-audio .post_featured .post_audio_title,
.trx_addons_audio_player .audio_caption {
font-size: 1.3em;
line-height: 1.35em;
font-weight: 400;
letter-spacing: 0;
text-transform: none;
}
.format-audio .post_featured .post_audio_title {
font-size: 1.3em;
line-height: 1.5em;
margin-top: 0.4em;
margin-bottom: 0.5em;
}
.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 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: 1px solid #ddd;
} .trx_addons_audio_player {
padding: 1.5em 2.5em;
}
.trx_addons_audio_player.without_cover {
border: 1px solid #ddd;
}
.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;
} .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;
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(0, 0, 0, 0.5);
opacity: 1;
}
.trx_addons_video_player.with_cover {
border-radius: 20px;
}
.trx_addons_video_player.with_cover .video_hover,
.format-video .post_featured.with_thumb .post_video_hover {
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
z-index: 4;
top: 50%;
left: 50%;
-webkit-transform: none;
transform: none;
margin: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 2em;
opacity: 1;
cursor: pointer;
overflow: hidden;
border: 5px solid white;
}
.trx_addons_video_player.with_cover .video_hover,
.format-video .post_featured.with_thumb .post_video_hover {
opacity: 1;
}
.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: 75px;
width: 76px;
height: 76px;
line-height: 76px;
text-align: center;
line-height: 74px;
}
.ua_safari .trx_addons_video_player.with_cover .video_hover,
.ua_safari .body_style_fullwide .format-video .post_featured.with_thumb .post_video_hover,
.ua_safari .post_layout_excerpt.format-video .post_featured.with_thumb .post_video_hover,
.ua_safari .post_layout_chess_1.format-video .post_featured.with_thumb .post_video_hover {
line-height: 68px;
}
.widget_video .trx_addons_video_player.with_cover .video_hover {
font-size: 3.4em;
background: transparent;
}
.sidebar .trx_addons_video_player.with_cover .video_hover,
.footer_wrap .trx_addons_video_player.with_cover .video_hover {
font-size: 1.8em;
}
.trx_addons_video_player.with_cover .video_hover:before,
.format-video .post_featured.with_thumb .post_video_hover:before {
content: "\e96e";
font-family: "fontello";
position: relative;
left: -4px;
}
.trx_addons_video_player.with_cover .video_hover:before {
left: 0;
}
.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;
} .format-gallery .post_featured.with_thumb .slider_outer {
position: absolute;
z-index: 1000;
top: 50%;
left: 50%;
-webkit-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,
.woocommerce nav.woocommerce-pagination ul,
.comments_pagination,
.nav-links,
.page_links {
font-size: 1em;
font-weight: 700;
text-transform: uppercase;
margin-top: 4.4em;
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.75em 1em 0 0;
}
.esg-filters div.esg-navigationbutton,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current,
.page_links > span:not(.page_links_title),
.page_links > a,
.comments_pagination .page-numbers,
.nav-links .page-numbers {
display: inline-block;
vertical-align: top;
font-size: inherit;
font-weight: inherit;
margin: 0.6667em 0.15em 0 0.15em;
padding: 0;
border: none;
width: 3.7em;
height: 3.7em;
line-height: 3.7em;
text-align: center;
border-radius: 50%;
-webkit-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;
}
.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,
.comments_pagination .page-numbers.prev,
.comments_pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
text-indent: -200px;
overflow: hidden;
position: relative;
}
.nav-links .page-numbers.prev:before,
.nav-links .page-numbers.next:before,
.comments_pagination .page-numbers.prev:before,
.comments_pagination .page-numbers.next:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before {
font-family: "fontello";
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
text-align: center;
text-indent: 0;
}
.nav-links .page-numbers.prev:before,
.comments_pagination .page-numbers.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before {
content: "\e96e";
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
font-size: 1.5em;
top: -4px;
}
.ua_safari .nav-links .page-numbers.prev:before,
.ua_safari .comments_pagination .page-numbers.prev:before,
.ua_safari .woocommerce nav.woocommerce-pagination ul li a.prev:before {
top: 0;
}
body.e--ua-mac .nav-links .page-numbers.prev:before,
body.e--ua-mac .comments_pagination .page-numbers.prev:before,
body.e--ua-mac .woocommerce nav.woocommerce-pagination ul li a.prev:before {
top: 0;
}
.nav-links .page-numbers.next:before,
.comments_pagination .page-numbers.next:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before {
content: "\e96e";
font-size: 1.5em;
top: 4px;
}
.ua_safari .nav-links .page-numbers.next:before,
.ua_safari .comments_pagination .page-numbers.next:before,
.ua_safari .woocommerce nav.woocommerce-pagination ul li a.next:before {
top: 0;
} .nav-links-single .nav-links {
text-align: left;
margin-top: 3.7em;
overflow: hidden;
text-transform: none;
}
.nav-links-single .nav-links a {
display: block;
position: relative;
min-height: 5em;
z-index: 1;
}
.nav-links-single .nav-links a .nav-arrow {
overflow: hidden;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.nav-links-single .nav-links a .nav-arrow:after {
content: "\e96e";
font-family: "fontello";
display: inline-block;
position: relative;
z-index: 2;
top: 50%;
opacity: 0;
color: #FECBBA;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
font-size: 30px;
}
.nav-links-single .nav-links a .nav-arrow:after {
position: relative;
top: -3px;
opacity: 1;
}
.nav-links-single .nav-links .nav-next a .nav-arrow:after {
top: 3px;
}
.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: "\e96e";
position: relative;
display: inline-block;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.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: 2.1em;
}
.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: 2.1em;
}
.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;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.nav-links-single .nav-links .post-title {
margin: 0 0 0.3em;
font-size: 22px;
line-height: 1.36em;
}
.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-fixed {
position: fixed;
z-index: 10;
bottom: 100px;
left: 20px;
right: 20px;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.nav-links-single.nav-links-fixed.nav-links-visible {
opacity: 1;
}
.nav-links-single.nav-links-fixed .nav-links {
padding: 0;
margin: 0;
border-width: 0;
}
.nav-links-single.nav-links-fixed .nav-links .nav-previous,
.nav-links-single.nav-links-fixed .nav-links .nav-next {
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
width: 220px;
padding: 15px;
border: 1px solid #e5e5e5;
background-color: #fff;
-webkit-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
.nav-links-single.nav-links-fixed .nav-links .nav-previous {
left: -300px;
}
.nav-links-single.nav-links-fixed.nav-links-visible .nav-links .nav-previous {
left: 0;
}
.nav-links-single.nav-links-fixed .nav-links .nav-next {
left: auto;
right: -300px;
}
.nav-links-single.nav-links-fixed.nav-links-visible .nav-links .nav-next {
right: 0;
} .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%);
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;
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%);
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 {
margin: 0 0 1.5em;
text-align: left;
} .post_item_single > .post_featured {
margin-bottom: 1.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: 1.7em;
}
.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 p iframe {
margin: 40px 0;
border-radius: 20px;
}
.post_item_single .gallery {
margin: 42px 0;
}
.post_item_single .gallery img {
border-radius: 10px;
}
.post_item_single .gallery .wp-caption-text.gallery-caption {
border-radius: 0 0 10px 10px;
}
.post_item_single .post_content_single {
padding-bottom: 2em;
border-bottom: 3px solid #F3ECE3;
}
@media (min-width: 768px) {
.post_item_single .post_content_single {
padding-bottom: 3.6em;
}
} .post_item_single .post_content > .post_meta_single {
margin-top: 4em;
letter-spacing: 0;
overflow: hidden;
clear: both;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (max-width: 767px) {
.post_item_single .post_content > .post_meta_single {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: 2em;
}
}
.post_item_single .post_content > .post_meta_single .post_tags {
line-height: 1.375em;
font-weight: 700;
}
.post_item_single .post_content > .post_meta_single .post_tags {
margin: 21px 0;
text-transform: capitalize;
}
.post_item_single .post_content > .post_meta_single .post_tags:after {
display: none;
} .post_item_single .post_content > .post_meta_single .post_share {
margin: 0;
}
.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 0.5em 0.5em;
}
.post_item_single .post_content > .post_meta_single .post_share .social_item .social_icon {
display: block;
width: 2.42em;
height: 2.42em;
line-height: 2.42em;
text-align: center;
line-height: 2.5em;
font-size: 1.2rem;
}
.post_item_single .post_featured {
border-radius: 20px;
overflow: hidden;
}
.single.single-post .post_item_single .post_featured img {
border-radius: 20px;
} .author_info {
margin-top: 4em;
padding: 2.8em 3.2em 1.4em;
position: relative;
border-radius: 20px;
}
.author_avatar {
width: 9rem;
height: 9rem;
line-height: 9rem;
text-align: center;
position: absolute;
z-index: 1;
top: 2.9rem;
left: 3.1rem;
border-radius: 50%;
}
.author_avatar img {
width: 100%;
height: auto;
border-radius: 50%;
}
@media (min-width: 768px) {
.author_description {
padding-left: 11.3rem;
}
}
.author_title {
margin-top: 0;
margin-bottom: 0.7em;
font-size: 26px;
line-height: 1.19em;
font-weight: 400;
}
@media (min-width: 768px) {
.author_title {
font-size: 32px;
line-height: 1.19em;
font-weight: 400;
}
}
.author_bio p {
margin: 0;
}
.author_bio p + p {
margin-top: 0.6em;
}
.author_bio .author_link {
display: inline-block;
margin-top: 1.4em;
font-style: normal;
letter-spacing: 0;
font-weight: 700;
font-size: 18px;
}
.author_bio .socials_wrap {
margin-top: 1em;
} .related_wrap {
margin-top: 3.3em;
padding-top: 3.7em;
border-top: 3px solid #F3ECE3;
}
.related_wrap .section_title {
margin-bottom: 0.75em;
}
.related_wrap .related_item {
text-align: center;
}
.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.2em 0 0.1em;
}
.related_wrap .post_date {
font-size: 0.7368em;
}
.related_wrap .format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
padding: 1.5em;
} .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%);
transform: translate(-50%, -50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-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;
}
.sidebar .widget_recent_news .post_featured.hover_icon .icons a span {
display: none;
}
.post_featured.hover_icon .icons a span {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
} .related_wrap .related_item_style_2 .post_featured {
margin-bottom: 0;
}
.related_wrap .related_item_style_2 .post_featured img {
width: 100%;
}
.related_wrap .related_item_style_2 .post_date {
font-size: 18px;
line-height: 1.66em;
font-weight: 100;
text-transform: capitalize;
}
.related_wrap .related_item_style_2 {
border-radius: 10px;
overflow: hidden;
}
.related_wrap .related_item_style_2 .post_header {
padding: 1.4em 1.5em 1.5em 2em;
text-align: left;
}
.related_wrap .related_item_style_2 .slider_container:not(.slider_multi):not(.slider_type_images),
.related_wrap .related_item_style_2 .slider_container:not(.slider_multi):not(.slider_type_images) .slider-slide {
border-radius: 10px 10px 0 0;
}
.related_item.post_format_video .post_featured.with_thumb .post_video_hover:before {
left: 0;
top: -3px;
} .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;
} .body_style_fullscreen .comments_wrap {
margin-bottom: 3em;
} .comments_list_wrap {
margin-top: 2.7em;
padding-top: 3.7em;
border-top: 3px solid #F3ECE3;
overflow: hidden;
}
.comments_list_wrap .comments_list_title {
margin-bottom: 0.75em;
}
.comments_list_wrap .comments_closed {
margin-top: 2em;
color: #1d1d1d;
}
.comments_list_wrap > ul {
padding: 0;
margin: 0;
list-style: none;
}
.comments_list_wrap .comment_body {
padding: 2.6em 1em 2em;
border-radius: 10px;
}
@media (max-width: 767px) {
.comments_list_wrap .comment_body {
padding: 1.5em 1em 1.5em;
}
}
.comments_list_wrap ul li + li,
.comments_list_wrap li > ul > li {
padding-top: 0;
}
.comments_list_wrap ul > li {
display: block;
overflow: hidden;
position: relative;
min-height: 6em;
}
.comments_list_wrap ul > li:before {
display: none;
}
.comments_list_wrap ul ul {
margin-left: 2em;
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: 2em;
}
.comments_list_wrap .comment_author_avatar {
position: absolute;
z-index: 1;
top: 2.9em;
left: 2.1em;
width: 4em;
height: 4em;
line-height: 4em;
text-align: center;
overflow: hidden;
border-radius: 50%;
}
@media (max-width: 767px) {
.comments_list_wrap .comment_author_avatar {
top: 1.5em;
left: 1.5em;
}
}
.comments_list_wrap ul li + li > .comment_body > .comment_author_avatar,
.comments_list_wrap li > ul > li > .comment_body > .comment_author_avatar {
top: 2.7em;
}
@media (max-width: 767px) {
.comments_list_wrap ul li + li > .comment_body > .comment_author_avatar,
.comments_list_wrap li > ul > li > .comment_body > .comment_author_avatar {
top: 1.5em;
}
}
.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);
transform: rotate(225deg);
}
.comments_list_wrap .comment_author_avatar img {
width: 100%;
}
.comments_list_wrap .comment_content {
padding-left: 6.5em;
overflow: hidden;
position: relative;
}
.comments_list_wrap .comment_info {
margin: -0.2em 0 0.8em;
position: relative;
}
.comments_list_wrap .comment_author {
margin: 0 0.5em 0 0;
display: inline-block;
}
.comments_list_wrap .comment_posted {
display: inline-block;
position: relative;
letter-spacing: 0;
vertical-align: baseline;
font-size: 0.9em;
line-height: inherit;
font-weight: 100;
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_time {
display: none;
}
.comments_list_wrap .comment_counters {
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: circle;
}
.comments_list_wrap .comment_text ul ul ul {
list-style-type: square;
}
.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 {
font-size: 0.9rem;
line-height: 1.2em;
font-weight: 700;
font-style: normal;
letter-spacing: 0;
margin-top: 1em;
}
@media (min-width: 768px) {
.comments_list_wrap .comment_reply {
position: absolute;
top: 0;
right: 23px;
margin: 0;
}
}
.comments_list_wrap .comment_reply a:before {
content: "\e802";
font-family: "fontello";
margin-right: 0.2em;
display: none;
} .comments_list > li.pingback,
.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.pingback + li,
.comments_list > li.trackback + li {
margin-top: 1em;
}
.comments_list > li.pingback p,
.comments_list > li.trackback p {
font-style: italic;
padding-bottom: 0.8em;
}
.comments_list > li.pingback p a,
.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_form_wrap {
margin-top: 4.2em;
padding-top: 3.7em;
border-top: 3px solid #F3ECE3;
overflow: hidden;
}
.comments_form_wrap .section_title {
margin-bottom: 0.75em;
}
.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: 6px;
}
.comments_wrap .comments_author,
.comments_wrap .comments_email {
width: 49.7%;
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: 1em 2em;
}
.comments_wrap .comments_field textarea {
min-height: 11em;
} .comments_wrap .form-submit {
margin: 1em 0 0;
}
.comments_i_agree_privacy_policy {
margin: 1em 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;
}
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: 17em;
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 {
margin: 0;
letter-spacing: 1px;
}
.post_item_404 .page_description {
margin-top: 1em;
margin-bottom: 2em;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1.8em;
}
.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: 7em;
line-height: 1.2em;
} aside.widget:after {
content: "";
display: block;
clear: both;
} .sidebar[class*=scheme_] .sidebar_inner {
padding: 4rem 0;
}
.sidebar[class*=scheme_] .widget {
padding: 0 4rem;
}
.sidebar[class*=scheme_] .widget .widget {
padding: 0;
}
.sidebar .widget + .widget,
.sidebar[class*=scheme_] .widget + .widget {
padding-top: 2.6em;
padding-bottom: 2.6em;
margin-top: 40px;
border-top: none;
}
.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;
}
.sidebar .widget {
padding: 2.2em 3em 3em;
border-radius: 20px;
}
.sidebar .widget .widget {
padding: 0 !important;
background: transparent !important;
}
.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 {
margin-top: 0;
margin-bottom: 0.95em;
}
.widget.widget_search .widget_title {
margin-bottom: 1.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_fullwidth .widget_title,
.widget_fullwidth .widgettitle {
text-align: center;
}
.widget_text img,
.widget_text .wp-caption {
border-radius: 10px;
}
.wp-block-archives-list,
.wp-block-categories-list,
.wp-block-page-list,
.widget ul {
margin: 0;
padding-left: 1em;
list-style-type: none;
}
.widget ul ul ul ul {
padding-left: 0.8em;
}
.trx_addons_absent .widget ul {
padding-left: 0.8em;
}
.trx_addons_absent .widget ul ul ul ul {
padding-left: 0.7em;
}
.wp-block-archives-list li,
.wp-block-categories-list li,
.wp-block-page-list li,
.widget li {
position: relative;
list-style: none;
}
.wp-block-archives-list li:before,
.wp-block-categories-list li:before,
.wp-block-page-list li:before,
.widget ul > li:before {
content: " ";
display: block;
width: 6px;
height: 6px;
line-height: 6px;
text-align: center;
position: absolute;
z-index: 1;
top: 0.6em;
left: -1em;
border-radius: 50%;
}
.widget li a img {
vertical-align: baseline;
}
.wp-block-social-links,
.wp-block-latest-comments {
padding-left: 0 !important;
} .widget_twitter .widget_content ul > li:before {
content: "\e996";
font-family: "fontello";
width: 42px;
height: 42px;
background-color: white !important;
line-height: 47px;
left: -2.26em;
}
.widget_twitter .widget_content ul {
padding-left: 2.7em;
}
.widget_twitter .widget_twitter_follow {
text-align: left;
display: inline-block;
font-weight: bold;
text-transform: capitalize;
}
.widget_twitter .widget_twitter_follow:after {
display: none;
} .widgets_above_page_wrap,
.widgets_above_content_wrap {
font-size: 1em;
margin-bottom: 5em;
}
.widgets_below_content_wrap,
.widgets_below_page_wrap {
font-size: 1em;
margin-top: 5em;
}
.widgets_below_page_wrap {
clear: both;
} .aboutme_avatar img {
border-radius: 20px;
} .sc_widget_banner .image_wrap img {
border-radius: 20px;
} .wp-block-calendar table,
.widget_calendar table {
width: 100%;
position: relative;
}
.wp-block-calendar caption,
.widget_calendar caption {
padding-bottom: 0.5em;
font-weight: 400;
}
.wp-block-calendar table > thead > tr,
.widget_calendar table > thead > tr {
background-color: transparent !important;
}
.wp-block-calendar thead tr th,
.widget_calendar thead tr th {
font-size: 0.8em !important;
line-height: 2.6em;
font-weight: 700 !important;
}
.widget_calendar .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
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: space-between;
-webkit-box-pack: justify;
justify-content: space-between;
margin-top: 1em;
}
.wp-block-calendar th,
.wp-block-calendar td,
.widget_calendar th,
.widget_calendar td {
font-size: 0.9em !important;
line-height: 1.5em;
font-weight: 400 !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.15em;
padding: 0;
}
.wp-block-calendar tbody td a,
.widget_calendar tbody td a {
display: block;
position: relative;
font-weight: bold;
-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: 1px;
left: 48%;
width: 5px;
height: 5px;
line-height: 5px;
text-align: center;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
border-radius: 50%;
}
.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%);
transform: translate(-50%, -50%);
width: 2.2em;
height: 2.2em;
line-height: 2.2em;
text-align: center;
}
.wp-calendar-nav,
.widget_calendar tfoot {
position: relative;
top: 0.6em;
}
.widget_calendar tfoot td {
text-transform: none !important;
}
.wp-calendar-nav .wp-calendar-nav-prev,
.widget_calendar td#prev {
padding-top: 6px;
text-align: left;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wp-calendar-nav .wp-calendar-nav-next,
.widget_calendar td#next {
padding-top: 6px;
text-align: right;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wp-calendar-nav .wp-calendar-nav-prev a,
.wp-calendar-nav .wp-calendar-nav-next a,
.widget_calendar td#prev a,
.widget_calendar td#next a {
position: relative;
font-size: 1em;
font-weight: 700;
}
.wp-calendar-nav .wp-calendar-nav-prev a,
.widget_calendar td#prev a {
padding-left: 0.5em;
}
.wp-calendar-nav .wp-calendar-nav-next a,
.widget_calendar td#next a {
padding-right: 0.5em;
}
.wp-calendar-nav .wp-calendar-nav-prev a:before,
.wp-calendar-nav .wp-calendar-nav-next a:before,
.widget_calendar td#prev a:before,
.widget_calendar td#next a:before {
position: absolute;
z-index: 1;
top: -2px;
left: 2px;
width: 20px;
height: 1em;
line-height: 1.2em;
display: inline-block;
font-size: 1.6em;
}
.wp-calendar-nav .wp-calendar-nav-prev a:before,
.widget_calendar td#prev a:before {
content: "\e96e";
font-family: "fontello";
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.wp-calendar-nav .wp-calendar-nav-next a:before,
.widget_calendar td#next a:before {
content: "\e96e";
font-family: "fontello";
left: auto;
right: 0;
top: -4px;
} .widget.widget_recent_entries .wp-block-latest-posts {
padding-left: 0;
}
.widget_recent_entries .post-date {
display: inline-block;
margin-left: 0.5em;
}
.sidebar .sc_recent_news_header {
border: none;
margin-bottom: 0.5em;
}
.sc_recent_news .post_item .post_featured {
border-radius: 10px;
}
.sidebar .sc_recent_news .post_item .post_info, .sidebar .sc_recent_news .post_item .post_author, .sidebar .sc_recent_news .post_item .post_date:before {
display: none;
}
.sc_recent_news_without_accented .post_accented_off .post_featured {
margin-bottom: 1.3em;
}
.sc_recent_news .post_item .post_author, .sc_recent_news .post_item .post_date {
font-size: 0.9em;
line-height: 1.66em;
}
.sidebar .sc_recent_news .post_item .post_meta {
margin: 0.2em 0 0.1em !important;
}
.sidebar .sc_recent_news .post_item:last-child {
margin-bottom: 0.3em;
}
.sc_recent_news .post_item .post_date:before {
content: none;
margin: 0;
}
.sc_recent_news .post_item .post_author {
margin-left: 8px;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li a {
padding: 5px 8px 3px;
}
.sc_recent_news .post_item .post_featured .post_info .post_categories {
padding: 2px 0.6em 1px;
font-size: 12px;
line-height: 23px;
background: transparent;
}
.widget_area .post_item .post_info, aside .post_item .post_info {
font-size: 15px;
line-height: 18px;
}
.widget_area .post_item .post_categories, aside .post_item .post_categories {
font-size: 13px;
line-height: 15px;
} .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 {
overflow: visible !important;
}
.widget_search form:not(.wp-block-search):after,
.woocommerce.widget_product_search form:after,
.widget_display_search form:after,
#bbpress-forums #bbp-search-form:after {
content: "\e8f9";
font-family: "fontello";
display: block;
position: absolute;
z-index: 0;
top: 50%;
right: 1.2em;
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;
transition: all 0.3s ease;
font-size: 1.3em;
}
.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;
}
.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: 3em;
height: 100%;
padding: 0;
border: none !important;
background: none !important;
cursor: pointer;
}
.wp-block-search .wp-block-search__inside-wrapper {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
padding: 0.5em 1em;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
padding: 0;
width: 76px;
min-width: 76px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon:after {
content: "\e8f9";
font-family: "fontello";
font-size: 1.3em;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon svg {
display: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border-radius: 40px;
border-width: 3px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
padding: 0.8em 1em;
border-width: 0;
border-radius: 40px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
padding-left: 1em;
padding-right: 1em;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
width: 62px;
min-width: 62px;
} .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: 0.9em;
}
.widget_rss .widget_title img {
display: none;
}
.widget_rss ul,
.widget_rss li {
padding-left: 0;
}
.widget_rss li:before {
display: none !important;
}
.widget_rss li + li {
margin-top: 2em;
} .widget_product_tag_cloud,
.widget_tag_cloud {
overflow: hidden;
}
.widget_product_tag_cloud .widget_title,
.widget_tag_cloud .widget_title {
margin-bottom: 1em;
}
.sc_edd_details .downloads_page_tags .downloads_page_data > a,
.widget_product_tag_cloud a,
.widget_tag_cloud a,
.wp-block-tag-cloud a {
display: block;
float: left;
padding: 22px 30px;
margin: 0 5px 5px 0;
font-size: 18px !important;
line-height: 18px;
font-weight: 700;
letter-spacing: 0;
text-transform: capitalize;
} #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;
}  .widget_block .wp-block-latest-posts > li::before {
display: none;
} .widget_block .wp-block-page-list {
padding-left: 1em;
} .widget_block ul.wp-block-social-links > li::before {
display: none;
}   .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;
}
.widget_contacts .contacts_logo + .contacts_description, .widget_contacts .contacts_logo + .contacts_content {
margin-top: 1.1em;
}
.widget_contacts .contacts_description + .contacts_socials {
margin-top: 1.2em;
}
.widget_contacts .contacts_info span.contacts_address:before {
content: "\e95d";
}
.widget_contacts .contacts_info span.contacts_email:before {
content: "\e961";
}
.widget_contacts .contacts_info span.contacts_phone:before,
.widget_contacts .contacts_info a.contacts_phone:before {
content: "\e979";
}
.widget_contacts .contacts_info span:before,
.widget_contacts .contacts_info > div > a:before,
.widget_contacts .contacts_info > a:before {
font-family: "fontello";
}
.widget_contacts .contacts_info {
line-height: 1.8em;
}
.contacts_info > .contacts_email,
.contacts_info > .contacts_phone {
margin-top: 5px;
}
.wp-widget-nav_menu .menu li + li {
margin-top: 9px;
} .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;
} .footer_socials_inner {
padding: 2em 0 3em;
text-align: center;
}
.socials_wrap .social_item .social_icon {
width: 2.42em;
height: 2.42em;
line-height: 2.52em;
font-size: 1.2rem;
}
.socials_wrap .social_item {
margin: 8px 12px 0 0;
} .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;
z-index: auto !important;
}
.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_wrap .widget .widget_title {
font-size: 1.3em;
line-height: 1.19em;
font-weight: 400;
margin-bottom: 1.1em;
}
@media (min-width: 1024px) {
.footer_wrap .widget .widget_title {
font-size: 1.6em;
line-height: 1.19em;
font-weight: 400;
margin-bottom: 1.4em;
}
} .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;
}  .tediss_customizer_message {
padding: 2em;
margin: 0 auto;
max-width: 60%;
background-color: #f3e6ce;
color: #996600;
border-left: 3px solid #666600;
}
.tediss_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: 0px;
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;
} .gdpr-terms-container {
clear: both;
margin: 1em 0 !important;
} table.wpgdprc-table {
margin-bottom: 2em;
}
div.wpgdprc .wpgdprc-checkbox {
display: inline;
}  .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%);
transform: translateX(-50%);
pointer-events: none;
opacity: 0.5;
}
.admin-bar #makeup {
top: 32px;
}
#makeup {
margin-left: 0px;
margin-top: 0px;
} 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%;
} .aligncenter, .alignnone, .wp-block-cover, figure, figure img {
border-radius: 10px;
overflow: hidden;
}
figure > figcaption {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
body:not(.e--ua-mac) .alignleft, body:not(.e--ua-mac) .alignright, body:not(.e--ua-mac) .wp-block-cover, body:not(.e--ua-mac) .wp-block-cover video, body:not(.e--ua-mac) .wp-block-cover:before, body:not(.e--ua-mac) .alignright img {
overflow: hidden;
}
.alignleft, .alignleft img, .alignright, .wp-block-cover, .wp-block-cover video, .wp-block-cover:before, .alignright img {
border-radius: 10px;
overflow: hidden;
}
.wp-block-cover.aligncenter {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
ul.wp-block-archives-list, ul.wp-block-categories-list, ul.wp-block-rss {
padding-left: 1em;
}
table.is-style-stripes > tbody > tr:nth-child(even) > td {
background-color: transparent;
}
.wp-block-image figcaption {
margin-bottom: 0;
max-height: 70%;
}
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;
}
.wp-block-column .wp-block-quote {
padding: 1.6em 2.2em 2.05em;
}
.wp-block-column .wp-block-quote:first-child {
margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote {
background-color: transparent;
}
.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;
}
.content hr.wp-block-separator {
margin: 3em 0;
}
.wp-block-separator:not([class*=is-style]) {
width: 15%;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
}
.wp-block-separator.is-style-dots:before {
font-size: 30px;
letter-spacing: 1.5em;
padding-left: 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-table {
margin-top: 1.6em;
margin-bottom: 1.6em;
}
.wp-block-image figure.aligncenter {
display: table !important;
z-index: 1;
}
.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;
transition: none;
margin: 0;
}
figure.wp-block-audio:hover figcaption,
figure.wp-block-video:hover figcaption,
figure.wp-block-embed:hover figcaption {
margin-bottom: 0;
}
.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-item figcaption {
padding: 0.5em;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.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 {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
figure:not(.wp-block-gallery):hover figcaption:not(.editor-rich-text__tinymce),
.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,
figure a:hover + figcaption, figure img:hover + figcaption, figure div:hover + figcaption,
.wp-caption-overlay .wp-caption img:hover + .wp-caption-text,
.wp-caption-overlay .wp-caption img:hover + .wp-caption-dd {
opacity: 0;
}
figure figcaption:hover,
.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,
figure a:hover + figcaption:hover, figure img:hover + figcaption:hover, figure div:hover + figcaption:hover,
.wp-caption-overlay .wp-caption img:hover + .wp-caption-text:hover,
.wp-caption-overlay .wp-caption img:hover + .wp-caption-dd:hover {
opacity: 1;
}
.wp-block-gallery figure:hover figcaption,
.wp-block-image:hover figcaption {
opacity: 0;
}
figcaption {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
figure.wp-block-embed figcaption,
.wp-block-gallery > .blocks-gallery-caption {
position: relative;
margin-bottom: 0;
width: 100%;
opacity: 1 !important;
text-align: center;
}
.wp-block-embed__wrapper {
position: relative;
}
figure.wp-block-audio {
overflow: visible;
}
figure.wp-block-audio .mejs-container {
height: 40px !important;
border-radius: 10px;
}
figure.wp-block-audio .mejs-container .mejs-controls {
border-radius: 10px;
}
.wp-block-gallery[class*=align] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wp-block-button {
margin-bottom: 1.5em;
}
.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.wp-block-cover-image p a, .wp-block-cover p a {
color: inherit;
}
.wp-block-cover-image, .wp-block-cover {
color: #fff;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} body.edit-post-visual-editor {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
height: auto !important;
overflow-x: hidden !important;
overflow-y: visible !important;
}
body.edit-post-visual-editor .block-editor-block-contextual-toolbar {
background-color: #fff;
color: #333;
border: 1px solid #1e1e1e;
}
body.edit-post-visual-editor .components-toolbar-group .components-button.block-editor-block-mover-button {
height: 24px;
}
.post_item_single::after {
content: " ";
display: block;
width: 100%;
height: 0;
clear: both;
}
.wpgdprc input[type=checkbox] + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label:before,
.comment-form-cookies-consent input[type=checkbox] + label:before,
.comment-form .wpgdprc-checkbox input[type=checkbox] + label:before {
top: 0;
-webkit-transform: translateY(25%);
transform: translateY(25%);
}
.post_content > figure,
.wp-block-group__inner-container > p,
.post_content > .gallery,
.post_content > [class*=wp-block-] {
margin-bottom: 1.5em;
}
.wp-block-group__inner-container > p:last-child {
margin-bottom: 0;
}
.post_content > .gallery {
margin-top: 0;
}
.post_content [class*=wp-block-] select {
width: 100%;
}
.post_content > .wp-block-gallery > figcaption.blocks-gallery-caption {
border-radius: 10px;
}
.wp-block-pullquote.has-cyan-bluish-gray-background-color {
padding: 0;
}
.wp-block-pullquote.has-cyan-bluish-gray-background-color blockquote {
margin: 0;
max-width: 100%;
background-image: none;
}
.sidebar_show .post_content > .has-drop-cap.has-medium-font-size {
margin-bottom: 4em;
}
.has-large-font-size {
font-size: 1.8em;
}
.wp-block-video figcaption,
.wp-block-video:hover figcaption {
position: static;
opacity: 1 !important;
}
.widget_area .gallery-item .gallery-caption {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.blog_style_chess_3.e--ua-firefox .icons span {
white-space: nowrap;
}
.widget_media_image img {
border-radius: 10px;
}
.post_content .wp-block-group .wp-block-group__inner-container {
padding: 10px;
}   .post_layout_excerpt {
position: relative;
margin-bottom: 0;
border-radius: 20px;
overflow: hidden;
}
.post_layout_excerpt + .post_layout_excerpt {
margin-top: 3.1rem;
}
.post_layout_excerpt:not(.post_format-post-format-gallery):not(.post_format-post-format-quote):not(.post_format-post-format-audio):not(.post_format_image) {
padding: 3em;
}
@media (max-width: 767px) {
.post_layout_excerpt:not(.post_format-post-format-gallery):not(.post_format-post-format-quote):not(.post_format-post-format-audio):not(.post_format_image) {
padding: 1.5em;
}
}
.post_layout_excerpt:not(.post_format-post-format-gallery):not(.post_format-post-format-quote):not(.post_format-post-format-audio):not(.post_format_image).has-post-thumbnail {
padding: 0;
}
.post_layout_excerpt:not(.post_format-post-format-gallery):not(.post_format-post-format-quote):not(.post_format-post-format-audio):not(.post_format_image).has-post-thumbnail .post_header {
padding: 2.5em 3em 0;
}
@media (max-width: 767px) {
.post_layout_excerpt:not(.post_format-post-format-gallery):not(.post_format-post-format-quote):not(.post_format-post-format-audio):not(.post_format_image).has-post-thumbnail .post_header {
padding: 1.5em 1.5em 0;
}
}
.post_layout_excerpt:not(.post_format-post-format-gallery):not(.post_format-post-format-quote):not(.post_format-post-format-audio):not(.post_format_image).has-post-thumbnail .post_content {
padding: 0 3em 3em;
}
@media (max-width: 767px) {
.post_layout_excerpt:not(.post_format-post-format-gallery):not(.post_format-post-format-quote):not(.post_format-post-format-audio):not(.post_format_image).has-post-thumbnail .post_content {
padding: 0 1.5em 1.5em;
}
}
.post_layout_excerpt:not(.post_format-post-format-gallery):not(.post_format-post-format-quote):not(.post_format-post-format-audio):not(.post_format_image) .post_featured {
margin-bottom: 0;
}
.post_item.post_layout_excerpt.post_format_video {
padding: 0 !important;
}
.post_item.post_layout_excerpt.post_format_video .post_header {
padding: 2.5em 3em 0;
}
@media (max-width: 767px) {
.post_item.post_layout_excerpt.post_format_video .post_header {
padding: 1.5em 1.5em 0;
}
}
.post_item.post_layout_excerpt.post_format_video .post_content {
padding: 0 3em 3em;
}
@media (max-width: 767px) {
.post_item.post_layout_excerpt.post_format_video .post_content {
padding: 0 1.5em 1.5em;
}
}
.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_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 {
margin: 0;
}
.post_meta {
margin-top: 0.55rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.post_meta .post_meta_item {
margin-right: 1.7em;
}
.post_layout_classic_3 .post_meta .post_meta_item, .post_meta .post_meta_item .post_layout_classic_2 {
margin-right: 1em;
}
@media (max-width: 767px) {
.post_meta {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.post_meta .post_date {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.post_meta .post_author {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.post_meta .post_author .post_author_avatar {
display: none;
}
.post_meta .post_author .post_author_name {
position: relative;
}
.post_meta .post_author .post_author_name:before {
content: "\e99e";
font-family: "fontello";
}
.post_meta .post_meta_item.post_counters_comments {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.post_meta .post_meta_item.post_counters_comments:before {
content: "\e9a0";
font-family: "fontello";
}
.post_layout_excerpt .post_header + .post_content {
margin-top: 1.65rem;
}
.post_item .more-link, .gallery_preview_show .post_readmore {
margin-top: 1.75em;
}
body[class*=blog_style_classic] .post_layout_excerpt,
body[class*=blog_style_masonry] .post_layout_excerpt {
margin-bottom: 3em;
}
.post_item.post_layout_excerpt .post_title {
font-size: 1.2em;
line-height: 1.21em;
font-weight: 600;
}
@media (min-width: 1024px) {
.post_item.post_layout_excerpt .post_title {
font-size: 1.9em;
line-height: 1.21em;
font-weight: 600;
}
}
.post_meta .post_meta_item:after, .post_meta .post_meta_item.post_edit:after, .post_meta .vc_inline-link:after {
display: none;
}
.post_layout_excerpt .post_featured {
position: relative;
}
.post_layout_excerpt .post_featured:hover .extra_date {
-webkit-transform: translate(0, 0) scale(1, 1) !important;
transform: translate(0, 0) scale(1, 1) !important;
}
.post_layout_excerpt.has-post-thumbnail .post_featured .extra_date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.post_layout_excerpt.has-post-thumbnail:not(.post_format-post-format-video):not(.post_format-post-format-gallery) .post_meta .post_date {
display: none;
}
.extra_date {
display: none;
}
.extra_date {
opacity: 1;
-webkit-transform: translate(0, 0) scale(1, 1);
transform: translate(0, 0) scale(1, 1);
position: absolute;
right: 30px;
left: auto;
top: 30px !important;
width: 4.6667em;
height: 4.6667em;
border-radius: 50%;
margin: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (min-width: 480px) {
.extra_date {
width: 6rem;
height: 6rem;
}
}
.extra_date .post_date {
text-align: center;
font-size: 1.5rem;
line-height: 1em;
font-weight: 600;
}
@media (min-width: 480px) {
.extra_date .post_date {
font-size: 2.55rem;
line-height: 1em;
font-weight: 600;
}
}
.extra_date .post_date span {
font-size: 1rem;
line-height: 1em;
font-weight: 400;
display: block;
text-transform: capitalize;
}
.post_layout_excerpt blockquote {
margin: 0;
border-radius: 20px 20px 0 0;
}
.post_layout_excerpt blockquote + .post_meta {
padding: 10px 30px 20px;
}
@media (min-width: 768px) {
.post_layout_excerpt blockquote + .post_meta {
padding: 11px 15px 20px 62px;
}
}
.post_layout_excerpt.post_format_image .post_featured.with_thumb {
margin-bottom: 0;
}
.post_layout_excerpt.post_format_image .post_header {
padding: 2.5em 3em 0;
}
@media (max-width: 767px) {
.post_layout_excerpt.post_format_image .post_header {
padding: 1.5em 1.5em 0;
}
}
.post_layout_excerpt.post_format_image .post_content {
padding: 0 3em 3em;
}
@media (max-width: 767px) {
.post_layout_excerpt.post_format_image .post_content {
padding: 0 1.5em 1.5em;
}
}
.post_layout_excerpt.post_format-post-format-gallery .slider_container:not(.slider_multi):not(.slider_type_images), .post_layout_excerpt.post_format-post-format-gallery .slider_container:not(.slider_multi):not(.slider_type_images) .slider-slide {
border-radius: 20px 20px 0 0;
}
.post_layout_excerpt.post_format-post-format-gallery .post_featured {
margin: 0;
}
.post_layout_excerpt.post_format-post-format-gallery .post_header {
padding: 2.5em 3em 0;
}
@media (max-width: 767px) {
.post_layout_excerpt.post_format-post-format-gallery .post_header {
padding: 1.5em 1.5em 0;
}
}
.post_layout_excerpt.post_format-post-format-gallery .post_content {
padding: 0 3em 3em;
}
@media (max-width: 767px) {
.post_layout_excerpt.post_format-post-format-gallery .post_content {
padding: 0 1.5em 1.5em;
}
}
.post_layout_excerpt.post_format-post-format-quote .post_header {
display: none;
}
.post_layout_excerpt.post_format-post-format-quote .post_header + .post_content {
margin-top: 0;
}
.post_layout_excerpt.post_format_audio {
padding: 0;
}
.post_layout_excerpt.post_format_audio .post_title, .post_layout_excerpt.post_format_audio .post_content {
display: none;
}
.post_layout_excerpt.post_format_audio .post_featured {
margin-bottom: 0;
}
.post_layout_excerpt.post_format_audio .post_meta {
padding: 10px 30px 20px;
}
@media (min-width: 768px) {
.post_layout_excerpt.post_format_audio .post_meta {
padding: 11px 15px 20px 62px;
}
}
.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
border: none;
padding: 3em 2.9em 2.2em;
} .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.3em;
margin: 0;
}
.post_layout_classic .post_title + .post_meta {
margin-top: 0.5em;
}
.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_2 .post_item, .blog_style_classic_3 .post_item {
border-radius: 10px;
overflow: hidden;
}
.blog_style_classic_2 .post_item.has-post-thumbnail .post_header, .blog_style_classic_2 .post_item.has-post-thumbnail .post_content, .blog_style_classic_3 .post_item.has-post-thumbnail .post_header, .blog_style_classic_3 .post_item.has-post-thumbnail .post_content {
padding: 0 15px 30px;
} .masonry_wrap {
position: relative;
margin-right: -30px;
}
.masonry_wrap .masonry_item {
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;
}
.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%;
}
.post_layout_portfolio .label_sticky {
top: -12px;
left: -12px;
right: auto;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
} .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;
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;
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;
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;
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;
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;
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);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-webkit-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;
transition-delay: 0.2s;
-webkit-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;
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);
transform: scale3d(0.6, 0.6, 1);
}
.gallery_preview_image_loaded .gallery_preview_close {
opacity: 1;
-webkit-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);
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%);
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: 3.8rem;
}
.post_layout_chess.post_layout_chess_1 .more-link {
margin-top: 3rem;
}
.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.6rem;
}
.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;
}
@media (min-width: 1024px) {
.post_layout_chess_2 .post_meta {
font-size: 13px;
line-height: 18px;
margin-top: 8px;
}
}
.post_layout_chess_3 .post_meta {
font-size: 13px;
line-height: 18px;
margin-top: 8px;
}
.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: 1.1667em 2.3333em;
letter-spacing: 2px;
margin-top: 0.5rem;
}
.post_layout_chess_3 .post_title {
font-size: 1.3333rem;
line-height: 1.2em;
}
.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_inner,
.post_layout_chess_3 .post_content_inner + .post_meta {
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: 1em 2em;
}
.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;
} .post_layout_custom {
position: relative;
}
.post_layout_custom .post_featured img {
width: 100%;
}
.post_layout_custom .post_header {
padding-top: 0.01px;
} .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;
transition: all 0.3s ease;
}
.sc_button_hover_just_init {
-webkit-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 0s linear !important;
transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear !important;
} .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%);
transform: translateY(-50%);
-webkit-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;
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;
transition: all 0.5s ease;
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.post_featured .post_info {
position: absolute;
z-index: 6;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
transform: translate(-50%, -50%) scale(0.5, 0.5);
-webkit-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(0, 0, 0, 0.4);
}
.post_featured.hover_icon:hover .mask {
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.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;
cursor: pointer;
opacity: 0;
margin: 0;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
-webkit-transform: scale(0.3, 0.3) translate(-100%, -100%);
transform: scale(0.3, 0.3) translate(-100%, -100%);
-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;
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;
}
.post_featured.hover_icon .icons a {
text-align: center;
}
.post_featured.hover_icon .icons a:before {
content: "";
width: 82px;
height: 68px;
background-image: url(//haltefamiliale.org/wp-content/themes/tediss/images/eye.png);
display: inline-block;
}
.post_featured.hover_icon .icons a span {
display: block;
font-size: 18px;
line-height: 1.1em;
font-weight: 700;
padding: 16px 20px;
background: white;
color: black;
min-width: 120px;
border-radius: 30px;
margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
.post_featured.hover_icon .icons a span {
padding: 6px;
}
}
.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;
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) translate(-50%, -50%);
transform: scale(1, 1) translate(-50%, -50%);
-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;
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;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.post_featured.hover_icons:hover .icons a + a {
-webkit-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);
transform: scale(0, 0) rotate(0deg);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_zoom:hover:before {
-webkit-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%);
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);
transform: scale(0, 0);
-webkit-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);
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%);
transform: translate(-50%, -50%);
width: 6px;
height: 6px;
border-radius: 50%;
-webkit-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 {
display: block;
top: 45%;
}
.post_featured.hover_dots:hover .post_info {
-webkit-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;
transition: none;
-webkit-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;
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%);
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;
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;
transition: all 0.3s ease;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.post_featured.hover_slide:hover .post_info .post_title:after {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.post_featured.hover_slide img {
max-width: none;
width: calc(100% + 20px);
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
.post_featured.hover_slide:hover img {
-webkit-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%);
transform: translateX(100%);
}
.post_featured.hover_slide:hover .post_info .post_descr {
opacity: 1;
-webkit-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);
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);
transform: translateY(-70px);
}
.post_featured.hover_pull .post_info .post_descr {
height: 60px;
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
.post_featured.hover_pull:hover .post_info .post_descr {
-webkit-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%);
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;
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);
transform: scaleX(0);
}
.post_featured.hover_border:hover .post_info:before {
-webkit-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);
transform: scaleY(0);
}
.post_featured.hover_border:hover .post_info:after {
-webkit-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%);
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;
transition: all 0.5s ease;
}
.post_featured.hover_border:hover img {
-webkit-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);
transform: translateY(-1em);
}
.post_featured.hover_border:hover .post_info .post_title {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_border .post_info .post_descr {
padding: 0;
-webkit-transform: translateY(1em);
transform: translateY(1em);
}
.post_featured.hover_border:hover .post_info .post_descr {
opacity: 1;
-webkit-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);
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;
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;
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;
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);
transform: rotate(-45deg);
}
.post_featured.hover_shop .icons a:after {
position: absolute;
top: 25%;
left: 25%;
-webkit-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);
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;
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;
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;
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;
}
.trx_addons_scroll_to_top {
bottom: 30px !important;
right: 30px;
}
@media (min-width: 1024px) {
.trx_addons_scroll_to_top {
width: 4rem;
height: 4rem;
line-height: 4rem;
font-size: 1.4em;
}
}
.trx_addons_scroll_to_top.trx_addons_icon-up:before {
content: "\e97f";
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
font-family: "fontello";
font-size: 1.2em;
position: relative;
left: 3px;
top: -1px;
}
.ua_safari .trx_addons_scroll_to_top.trx_addons_icon-up:before {
top: auto;
left: auto;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
} .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: 1.2em 3em 1em 1em !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;
}
.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;
}  .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: 1.6em;
}
.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: "\e939";
}
.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: "\e93a";
}
.slider_elastistack_outer.slider_outer_controls > .slider_controls_wrap > .slider_next:before,
.slider_elastistack.slider_controls > .slider_controls_wrap > .slider_next:before {
content: "\e929";
}
@media (max-width: 1281px) {
.scroll_display {
display: none !important;
}
}
@media (max-width: 1281px) {
.scroll_bottom {
display: none !important;
}
}
.scroll_bottom i.fa-icon-caret-right {
font-size: 23px;
margin-left: 0 !important;
}
.scroll_bottom i.fa-icon-caret-right:before {
margin: 0;
}
@media (max-width: 480px) {
.header_font {
font-size: 25px !important;
line-height: 30px !important;
margin: 10px 0 !important;
height: 35px !important;
}
}
.tp-bullets.custom .tp-bullet {
background: transparent !important;
}
.tp-bullets.custom .tp-bullet:before {
content: "\e96e";
font-family: "fontello";
font-size: 40px;
display: inline-block;
position: relative;
left: -8px;
top: -3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
content: "\e940";
font-family: "fontello";
line-height: 74px;
}
.ua_safari .hesperiden.tparrows.tp-rightarrow:before {
line-height: 65px;
}
.hesperiden.tparrows.tp-leftarrow:before {
content: "\e93f";
font-family: "fontello";
line-height: 74px;
}
.ua_safari .hesperiden.tparrows.tp-leftarrow:before {
line-height: 65px;
} .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;
} .widget_contacts .contacts_info .contacts_left,
.widget_contacts .contacts_info .contacts_right {
white-space: normal;
}
.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 {
font-size: 1.1em;
line-height: 1.36em;
}
.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;
}
.widget_area .post_item .post_categories, aside .post_item .post_categories {
margin-top: 5px;
} .sc_title.sc_title_default h1, .sc_title.sc_title_default h2 {
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
} .sc_blogger.sc_blogger_excerpt .post_featured img {
width: 100%;
}
.sc_blogger .post_featured + .post_header {
max-width: none;
padding: 0;
display: block;
}
.sc_blogger .sc_blogger_content .post_featured {
border-radius: 20px 20px 0 0;
}
.sc_blogger.sc_blogger_default .sc_services_item_subtitle {
padding: 4px 20px 10px;
text-align: right;
}
.sc_blogger.sc_blogger_default .sc_services_item_subtitle span > span.trx_addons_extended_taxonomy_bg {
font-size: 0;
padding: 8px;
border-radius: 50%;
}
.sc_blogger.sc_blogger_default .sc_services_item_subtitle span + span {
margin-left: 7px;
}
.sc_blogger.sc_blogger_default .post_featured {
border-radius: 0;
}
.sc_blogger.sc_blogger_default .sc_blogger_item.cpt_services, .sc_blogger.sc_blogger_default .sc_blogger_item.type-cpt_services {
border-radius: 10px;
background: white;
}
.sc_blogger.sc_blogger_default .sc_blogger_item.cpt_services .sc_blogger_item_content, .sc_blogger.sc_blogger_default .sc_blogger_item.type-cpt_services .sc_blogger_item_content {
padding: 1.2em 15px 0.9em;
}
.sc_blogger.sc_blogger_default .sc_blogger_item.cpt_services .sc_blogger_item_content .post_meta, .sc_blogger.sc_blogger_default .sc_blogger_item.type-cpt_services .sc_blogger_item_content .post_meta {
display: none;
}
.sc_blogger.sc_blogger_default .sc_item_filters {
margin: 1.5em 0 2.9em;
}
@media (max-width: 767px) {
.sc_blogger.sc_blogger_default .sc_item_filters {
margin: 1.5em 0;
}
}
.sc_blogger.sc_blogger_default .sc_blogger_filters_titles li {
margin: 5px 10px;
padding: 0;
}
.sc_blogger.sc_blogger_default .sc_blogger_filters_titles li a > span.trx_addons_extended_taxonomy_bg, .sc_blogger.sc_blogger_default .sc_blogger_filters_titles li a > span {
font-size: 18px;
line-height: 1.1em;
font-weight: 700 !important;
padding: 17px 28px;
position: relative;
border-radius: 30px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: block;
}
.sc_blogger.sc_blogger_default .sc_blogger_filters_titles li a > span.trx_addons_extended_taxonomy_bg:before, .sc_blogger.sc_blogger_default .sc_blogger_filters_titles li a > span:before {
content: "";
width: 16px;
height: 16px;
display: inline-block;
border-radius: 50%;
margin-right: 6px;
background: white;
top: 2px;
position: relative;
}
.sc_blogger.sc_blogger_default .sc_blogger_filters_titles li a, .sc_blogger.sc_blogger_default .sc_blogger_filters_titles li span {
font-size: 18px;
line-height: 1.1em;
font-weight: 700 !important;
position: relative;
}
.sc_blogger.sc_blogger_default .sc_blogger_filters_titles li a.active, .sc_blogger.sc_blogger_default .sc_blogger_filters_titles li span.active {
border: none;
}
.sc_blogger.sc_blogger_plain .post_counters_likes, .sc_blogger.sc_blogger_plain .post_counters_views {
display: none;
} .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_size_small .sc_icons_icon:before, .sc_icons_size_small .sc_icons_icon > span:before {
font-size: 1.3rem;
}
.sc_icons.sc_icons_size_medium .sc_icons_icon:before, .sc_icons.sc_icons_size_medium .sc_icons_icon > span:before {
font-size: 3.5rem;
line-height: 1.1em !important;
}
.sc_icons.sc_icons_size_medium .sc_icons_item_description {
font-size: 1.1rem;
line-height: 1.36;
font-weight: 400;
}
div .sc_icons_default .sc_icons_icon + .sc_icons_item_details {
margin-top: 8px;
}
@media (max-width: 480px) {
div .sc_icons_default .sc_icons_icon + .sc_icons_item_details {
margin-bottom: 15px;
}
}
.sc_icons_item_title {
text-transform: capitalize;
letter-spacing: 0;
margin-top: 23px;
}
.sc_layouts_item .sc_icons_default .trx_addons_columns_wrap {
margin-right: -10px;
}
.sc_layouts_item .sc_icons_default .trx_addons_columns_wrap div[class*=trx_addons_column-] {
padding-right: 10px;
padding-bottom: 0;
}
.sc_layouts_item .sc_icons_default .trx_addons_columns_wrap div[class*=trx_addons_column-] .sc_icons_item_details {
margin: 0;
}
.sc_layouts_item .sc_icons_default .trx_addons_columns_wrap div[class*=trx_addons_column-] .sc_icons_icon {
width: 62px;
height: 62px;
line-height: 64px;
text-align: center;
border-radius: 50%;
}
.sc_layouts_item .sc_icons_default .trx_addons_columns_wrap div[class*=trx_addons_column-] .sc_icons_icon:before {
line-height: 67px !important;
}
.ua_safari .sc_layouts_item .sc_icons_default .trx_addons_columns_wrap div[class*=trx_addons_column-] .sc_icons_icon:before {
line-height: 61px !important;
}
.sc_layouts_item .sc_icons_default .trx_addons_columns_wrap div[class*=trx_addons_column-] .sc_icons_icon > span {
left: 30%;
}
.sc_layouts_item .sc_icons_default .trx_addons_columns_wrap div[class*=trx_addons_column-] .sc_icons_icon > span:before {
line-height: 67px !important;
}
.ua_safari .sc_layouts_item .sc_icons_default .trx_addons_columns_wrap div[class*=trx_addons_column-] .sc_icons_icon > span:before {
line-height: 61px !important;
}
.sc_icons.sc_icons_modern .sc_icons_item {
padding: 20px 30px;
border-radius: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.sc_icons.sc_icons_modern .sc_icons_item + .sc_icons_item {
margin-top: 10px;
}
@media (max-width: 479px) {
.sc_icons.sc_icons_modern .sc_icons_item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
}
.sc_icons.sc_icons_modern .sc_icons_item .sc_icons_icon {
position: relative;
width: 90px;
height: 90px;
text-align: center;
line-height: 90px;
min-width: 90px;
border-radius: 50%;
}
@media (max-width: 479px) {
.sc_icons.sc_icons_modern .sc_icons_item .sc_icons_icon {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
}
.sc_icons.sc_icons_modern .sc_icons_item .sc_icons_icon:before {
vertical-align: middle;
}
.sc_icons.sc_icons_modern .sc_icons_item .sc_icons_icon > span {
left: 35px;
}
.sc_icons.sc_icons_modern .sc_icons_item .sc_icons_icon > span:before {
top: 35px;
position: relative;
}
.sc_icons.sc_icons_modern .sc_icons_item .sc_icons_item_details {
padding-left: 30px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
min-height: 1em;
}
@media (max-width: 479px) {
.sc_icons.sc_icons_modern .sc_icons_item .sc_icons_item_details {
padding: 25px 0 0;
}
}
.sc_icons.sc_icons_modern .sc_icons_item .sc_icons_item_details .sc_icons_item_title {
font-size: 1.3em;
text-transform: capitalize;
letter-spacing: 0;
}
.sc_icons.sc_icons_modern .sc_icons_item .sc_icons_item_details .sc_icons_item_title + .sc_icons_item_description {
margin-top: 0;
}
.sc_icons.sc_icons_modern .sc_icons_item .sc_icons_item_details .sc_icons_item_description {
font-size: 1em;
line-height: 1.6em;
}
@media (max-width: 767px) {
.sc_icons_default .trx_addons_column-1_5 {
width: 50% !important;
}
} .sc_portfolio_default .sc_portfolio_item {
-webkit-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_icon, .sc_services_default .sc_services_item_pictogram {
font-size: 3.55em;
width: 1.75em;
height: 1.75em;
line-height: 1.75em;
border: none;
display: block;
margin: 0 auto;
}
.sc_services_default .with_icon.sc_services_item {
padding: 0 15px;
text-align: left;
position: relative;
}
@media (min-width: 1280px) {
.sc_services_default .with_icon.sc_services_item {
padding: 0 105px 27px 0;
}
}
.sc_services_default .with_icon.sc_services_item .sc_services_item_info {
padding: 0;
text-align: left;
margin-top: -3px;
}
.sc_services_default .with_icon.sc_services_item .sc_services_item_info .sc_services_item_title {
font-size: 26px;
line-height: 38px;
}
.sc_services_default .with_icon.sc_services_item .sc_services_item_info .sc_services_item_subtitle {
display: none;
}
.sc_services_default .with_icon.sc_services_item .sc_services_item_info .sc_services_item_content {
margin-top: 12px;
}
.sc_services_default .with_icon.sc_services_item .sc_services_item_price {
position: absolute;
top: 12px;
font-size: 16px;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
vertical-align: middle;
border-radius: 50%;
}
.sc_services_default .with_icon.sc_services_item .sc_services_item_price span {
font-size: 11px;
display: inline-block;
vertical-align: top;
}
@media (min-width: 1280px) {
.sc_services_default .with_icon.sc_services_item .sc_services_item_price {
top: 14px;
right: 49%;
}
} .single-cpt_team .comments_list_wrap,
.single-cpt_team .comments_form_wrap {
margin-top: 0;
border-top: none;
}
.sc_team_default .sc_team_item {
border-radius: 20px;
}
.sc_team_default .sc_team_item:hover .sc_team_item_socials .social_item {
margin-top: 0;
opacity: 1;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.sc_team_default .sc_team_item:hover .sc_team_item_socials .social_item + .social_item {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.sc_team_default .sc_team_item .post_featured {
border-radius: 20px 20px 0 0;
position: relative;
z-index: 0;
}
.sc_team_default .sc_team_item .post_featured > a {
pointer-events: none;
}
.sc_team_default .sc_team_item_socials .social_item {
margin: 0 2.5px 5px;
}
.sc_team_default .sc_team_item_info {
padding: 40px 15px;
position: relative;
z-index: 3;
}
.sc_team_default .sc_team_item_info .sc_team_item_subtitle {
font-size: 18px;
line-height: 30px;
font-weight: 100;
font-style: normal;
margin-top: 3px;
}
.sc_team_default .sc_team_item_socials {
position: absolute;
top: -71px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 3;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_team_default .sc_team_item_socials .social_item .social_icon {
width: 2.42em;
height: 2.42em;
line-height: 2.5em;
}
.sc_team_default .sc_team_item_socials .social_item {
margin-top: -30px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity: 0;
}
.sc_team_default .sc_team_item_socials .social_item + .social_item {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
} .sc_testimonials_item {
padding: 40px 30px;
border-radius: 20px;
text-align: left;
}
@media (min-width: 1024px) {
.sc_testimonials_item {
padding: 54px 77px 60px 122px;
}
}
.sc_testimonials_item_content {
position: relative;
}
.sc_testimonials_item_content:before {
content: "\e99b";
font-family: "fontello";
position: relative;
}
@media (min-width: 1024px) {
.sc_testimonials_item_content:before {
position: absolute;
left: -66px;
top: 4px;
}
}
.sc_testimonials_item_author_avatar {
width: 75px;
height: 75px;
}
.sc_testimonials_item_content {
font-size: 1em;
line-height: 1.5em;
font-weight: 100;
text-align: left;
}
.sc_testimonials_item_author {
text-align: left;
padding: 0;
margin-top: 32px;
}
.sc_testimonials_item_author .sc_testimonials_item_author_avatar {
margin-left: 0;
margin-right: 15px;
}
.sc_testimonials_item_author_title {
font-size: 1.3em;
line-height: 1.46em;
font-weight: 400;
font-style: normal;
}
.sc_testimonials_slider.slider_outer .slider_pagination_wrap, .sc_team_slider.slider_outer .slider_pagination_wrap {
bottom: -26px;
}
.sc_testimonials_slider.slider_outer .swiper-pagination-bullet, .sc_team_slider.slider_outer .swiper-pagination-bullet {
position: relative;
border: none;
width: 15px;
background: transparent !important;
}
.sc_testimonials_slider.slider_outer .swiper-pagination-bullet:before, .sc_team_slider.slider_outer .swiper-pagination-bullet:before {
content: "\e96e";
font-size: 35px;
display: inline-block;
font-family: "fontello";
} .trx_addons_dropcap {
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-color: transparent;
font-weight: 400;
font-size: 2.75em;
margin: 0 0.68em 0 0;
width: 1.68em;
height: 1.68em;
line-height: 1.85em;
}
.trx_addons_dropcap.trx_addons_dropcap_style_1 {
background-image: url(//haltefamiliale.org/wp-content/themes/tediss/images/planet1.png);
}
.trx_addons_dropcap.trx_addons_dropcap_style_2 {
background-image: url(//haltefamiliale.org/wp-content/themes/tediss/images/planet2.png);
}
body.e--ua-mac {
line-height: 1.7em;
} .wpcf7 .elementor-column-gap-extended {
margin: 0 -5px;
}
.wpcf7 .elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
padding: 5px 5px;
}
.wpcf7 .elementor-column-gap-extended + .text-center {
margin-top: 20px;
}
.wpcf7 .elementor-column-gap-extended + .text-center + .text-center {
margin-top: 20px;
}
.wpcf7 .elementor-column-gap-extended + .text {
margin-top: 20px;
}
.wpcf7 .elementor-column-gap-extended + .text + .text {
margin-top: 20px;
}
.wpcf7 .wpcf7-form-control-wrap {
width: 100%;
border-radius: 20px;
}
.wpcf7 .wpcf7-form-control-wrap.your-message textarea {
min-height: 5em;
max-height: 7.5em;
}
.wpcf7 label,
.wpcf7 p {
width: 100%;
}
.wpcf7-form .wpcf7-spinner {
display: none;
}
button.ui-button {
padding: 0 !important;
}
div.wpcf7-response-output {
padding: 0.8em;
border-radius: 40px;
text-align: center;
}
.wpcf7 .booked_party .elementor-column-gap-extended {
padding-bottom: 15px;
}
@media (min-width: 1280px) {
.wpcf7 .booked_party .elementor-column-gap-extended {
padding-bottom: 35px;
}
}
.wpcf7 .booked_party .elementor-column-gap-extended + .text-center {
margin-top: 0;
}
.wpcf7 .booked_party textarea {
min-height: 5em;
max-height: 7.5em;
}
.wpcf7 .booked_party label {
font-size: 26px;
line-height: 38px;
font-weight: 400;
}
.wpcf7 .booked_party label .wpcf7-form-control-wrap {
font-size: 20px;
line-height: 30px;
font-weight: 100;
}
.wpcf7 .booked_party label .wpcf7-form-control-wrap > * {
margin-top: 8px;
}
.wpcf7 .booked_party label .wpcf7-list-item-label {
font-size: 20px;
line-height: 30px;
font-weight: 100;
}
.wpcf7 .booked_party .padding-bottom {
padding-bottom: 15px;
}
@media (min-width: 1280px) {
.wpcf7 .booked_party .padding-bottom {
padding-bottom: 30px;
}
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: right;
}
.ui-timepicker-div dl dt.ui_tpicker_hour_label,
.ui-timepicker-div dl dt.ui_tpicker_minute_label {
position: relative;
}
@media (min-width: 1024px) {
.ui-timepicker-div dl dt.ui_tpicker_hour_label,
.ui-timepicker-div dl dt.ui_tpicker_minute_label {
top: -14px;
}
}
.ui-timepicker-div dl dt.ui_tpicker_time_label {
position: relative;
top: 0;
}
div.ui-slider {
vertical-align: middle;
}
.ui-timepicker-div dl .ui_tpicker_hour_label, .ui-timepicker-div dl .ui_tpicker_minute_label {
padding-top: 3px;
}
div.wpcf7 .ajax-loader,
div.wpcf7 .wpcf7-spinner {
margin: 25px 8px;
}
@media (min-width: 1280px) {
div.wpcf7 .ajax-loader,
div.wpcf7 .wpcf7-spinner {
margin: 34px 8px;
}
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
text-align: center;
}
.text-center {
text-align: center;
} .sc_action_item_default .sc_action_item_subtitle {
font-size: 1em;
line-height: 1.3em;
font-weight: 400;
}
.sc_action_item_default .sc_action_item_title {
font-size: 1.9em;
line-height: 1.21em;
font-weight: 400;
}
@media (max-width: 767px) {
.sc_action_item_default .sc_action_item_title {
font-size: 28px;
line-height: 32px;
}
}
@media (min-width: 768px) and (max-width: 1280px) {
.sc_action_item_default .sc_action_item_title {
font-size: 1.5em;
line-height: 1.21em;
font-weight: 400;
}
}
.sc_action_item_default.with_image {
min-height: 2em;
border-radius: 10px;
}
.sc_action_item.with_image .sc_action_item_inner {
padding: 2.5em 1em 2.5em 1em;
}
@media (min-width: 1025px) {
.sc_action_item.with_image .sc_action_item_inner {
padding: 3.7em 3.5em 4em 4em;
}
}
.sc_action_item_default .sc_action_item_subtitle + .sc_action_item_title {
margin-top: 8px;
}
.sc_action_item_default .sc_action_item_link {
margin-top: 32px;
letter-spacing: 0.5px;
}
@media (min-width: 1025px) {
.custom-padding .sc_action_item.with_image .sc_action_item_inner {
padding: 2.5em 2.2em 2.24em 2.5em;
}
}
.custom-padding .sc_action_item.with_image .sc_action_item_inner .sc_action_item_icon {
margin-bottom: 26px;
}
.custom-padding .sc_action_item.with_image .sc_action_item_inner .sc_action_item_icon > span {
font-size: 4.6em;
} .elementor-custom-embed-play {
width: 76px;
height: 76px;
line-height: 76px;
border: 5px solid white;
border-radius: 50%;
opacity: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-custom-embed-play i {
font-size: 75px;
position: relative;
top: -5px;
left: -4px;
opacity: 1;
}
.elementor-custom-embed-play i:before {
content: "\e96e";
font-family: "fontello";
}
.trx_addons_video_player.with_cover .video_mask {
border-radius: 20px;
}
.icon-position .elementor-custom-embed-image-overlay {
text-align: center;
display: inline-block;
}
.elementor-widget-video .elementor-custom-embed-image-overlay img {
width: auto;
} .trx_addons_audio_header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.trx_addons_audio_player {
padding: 3em 2.9em 2.2em;
}
.sidebar .trx_addons_audio_player,
.footer_wrap .trx_addons_audio_player {
padding: 0;
}
.trx_addons_audio_player.with_cover .audio_info {
margin-left: 30px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.trx_addons_audio_player.with_cover .audio_info .audio_author + .audio_caption {
margin: 0;
}
div .mejs-time-handle, div .mejs-time-handle-content {
border: 2.5px solid transparent;
}
.trx_addons_audio_player.with_cover .mejs-container, .trx_addons_audio_player.with_cover .mejs-controls {
margin-top: 15px;
}
@media (min-width: 768px) {
.trx_addons_audio_player.with_cover .mejs-container, .trx_addons_audio_player.with_cover .mejs-controls {
margin-top: 28px;
}
}
div .mejs-controls .mejs-button > button {
border-radius: 0;
height: 19px;
background-color: transparent;
}
div .mejs-time-total {
margin: 7px 0 0;
}
div .mejs-time-handle-content {
top: -5px;
}
.mejs-time-current,
.mejs-time-hovered,
.mejs-time-loaded,
.mejs-time-total {
height: 5px !important;
}
.mejs-horizontal-volume-total {
height: 5px !important;
top: 17px !important;
}
.mejs-time .mejs-currenttime, .mejs-time .mejs-duration {
font-size: 16px;
}
.sc_audio_item_image {
z-index: 2;
position: relative;
}
.sc_audio_item_image img {
border-radius: 50%;
}
.trx_addons_audio_player {
border-radius: 20px;
overflow: hidden;
}
aside .trx_addons_audio_player {
border-radius: 10px;
overflow: visible;
}
aside .trx_addons_audio_player .mejs-container,
aside .trx_addons_audio_player .mejs-controls {
border-radius: 10px;
}
aside .trx_addons_audio_player.with_cover .mejs-controls {
padding: 0 10px 0 3px;
} .slider_container:not(.slider_multi):not(.slider_type_images), .slider_container:not(.slider_multi):not(.slider_type_images) .slider-slide {
border-radius: 20px;
}
.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: "";
display: block;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right: 9px solid;
position: relative;
left: -2px;
border-radius: 3px;
}
.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: "";
display: block;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 9px solid;
position: relative;
right: -2px;
border-radius: 3px;
}
.slider_container.slider_controls_side .slider_controls_wrap > a, .slider_outer_controls_side .slider_controls_wrap > a {
border-radius: 50%;
}
.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: 3.8em;
height: 3.8em;
line-height: 3.8em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.slider_container.slider_controls_side .slider_next, .slider_outer_controls_side .slider_controls_wrap > .slider_next {
opacity: 1;
margin-right: 0;
right: 40px;
margin-top: -38px;
}
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev, .slider_outer_controls_side .slider_controls_wrap > .slider_prev {
opacity: 1;
margin-left: 0;
left: 40px;
margin-top: -38px;
} .elementor-progress-percentage {
padding-right: 0;
position: absolute;
left: auto;
right: 0;
top: -33px;
font-size: 22px;
}
div .elementor-progress-wrapper, .elementor-progress-bar {
height: 10px;
}
.elementor-widget-progress .elementor-title {
font-size: 22px;
letter-spacing: 0.4px;
line-height: 39px;
} .sc_skills.sc_skills_counter .sc_skills_item_wrap {
padding: 40px 15px 30px;
border-radius: 10px;
}
@media (min-width: 1024px) {
.sc_skills.sc_skills_counter .sc_skills_item_wrap {
padding: 60px 15px 50px 46px;
}
}
.sc_skills.sc_skills_counter .sc_skills_item_wrap .sc_skills_item_title, .sc_skills.sc_skills_counter .sc_skills_item_wrap .sc_skills_total, .sc_skills.sc_skills_counter .sc_skills_item_wrap .sc_skills_icon {
text-align: left;
}
.sc_skills.sc_skills_counter .sc_skills_item_wrap .sc_skills_icon {
font-size: 4.5em;
}
.sc_skills.sc_skills_counter .sc_skills_item_wrap .sc_skills_total {
font-size: 2.7em;
}
.sc_skills.sc_skills_counter .sc_skills_item_wrap .sc_skills_item_title {
font-size: 18px;
line-height: 1.5em;
font-weight: 400;
font-style: normal;
}
@media (min-width: 1024px) {
.sc_skills.sc_skills_counter .sc_skills_item_wrap .sc_skills_item_title {
font-size: 20px;
line-height: 1.5em;
font-weight: 400;
font-style: normal;
}
} .sc_price_slider .sc_price_item, .sc_price_columns_wrap .sc_price_item {
height: auto;
text-align: left;
border-radius: 20px;
}
.sc_price_slider .sc_price_item .sc_price_item_title, .sc_price_columns_wrap .sc_price_item .sc_price_item_title {
text-transform: capitalize;
font-size: 26px;
line-height: 34px;
font-weight: 400;
letter-spacing: 0;
}
@media (min-width: 1024px) {
.sc_price_slider .sc_price_item .sc_price_item_title, .sc_price_columns_wrap .sc_price_item .sc_price_item_title {
font-size: 32px;
line-height: 38px;
font-weight: 400;
}
}
.sc_price_slider .sc_price_item .sc_price_item_description, .sc_price_slider .sc_price_item .sc_price_item_details, .sc_price_columns_wrap .sc_price_item .sc_price_item_description, .sc_price_columns_wrap .sc_price_item .sc_price_item_details {
font-size: 1em;
line-height: 1.5em;
font-weight: 100;
font-style: normal;
letter-spacing: 0;
text-transform: none;
}
.sc_price_slider .sc_price_item .sc_price_item_image img, .sc_price_columns_wrap .sc_price_item .sc_price_item_image img {
width: 100%;
}
.sc_price_slider .sc_price_item .sc_price_item_info, .sc_price_columns_wrap .sc_price_item .sc_price_item_info {
position: relative;
padding: 2em 1em 2em 1em;
}
@media (min-width: 480px) and (max-width: 767px) {
.sc_price_slider .sc_price_item .sc_price_item_info, .sc_price_columns_wrap .sc_price_item .sc_price_item_info {
padding: 2em 3em 2em 3em;
}
}
@media (min-width: 1025px) {
.sc_price_slider .sc_price_item .sc_price_item_info, .sc_price_columns_wrap .sc_price_item .sc_price_item_info {
padding: 2.8em 2em 3em 3em;
}
}
.sc_price_slider .sc_price_item .sc_price_item_info .sc_price_item_details, .sc_price_columns_wrap .sc_price_item .sc_price_item_info .sc_price_item_details {
margin-top: 1.2em;
}
.sc_price_slider .sc_price_item .sc_price_item_info .sc_price_item_details + .sc_price_item_link, .sc_price_columns_wrap .sc_price_item .sc_price_item_info .sc_price_item_details + .sc_price_item_link {
margin-top: 1em;
}
.sc_price_slider .sc_price_item .sc_price_item_info .sc_price_item_link, .sc_price_columns_wrap .sc_price_item .sc_price_item_info .sc_price_item_link {
font-size: 18px;
line-height: 1.1em;
font-weight: 700;
padding: 21px 15px;
letter-spacing: 0;
text-transform: none;
}
@media (min-width: 1024px) {
.sc_price_slider .sc_price_item .sc_price_item_info .sc_price_item_link, .sc_price_columns_wrap .sc_price_item .sc_price_item_info .sc_price_item_link {
padding: 21px 32px;
}
}
.sc_price_slider .sc_price_item .sc_price_item_info .sc_price_item_price, .sc_price_columns_wrap .sc_price_item .sc_price_item_info .sc_price_item_price {
font-size: 26px;
line-height: 1.36em;
font-weight: 400;
font-style: normal;
letter-spacing: 0;
z-index: 1;
margin-bottom: 25px;
width: 90px;
height: 90px;
line-height: 90px;
border-radius: 50%;
text-align: center;
}
.sc_price_slider .sc_price_item .sc_price_item_info .sc_price_item_price .sc_price_item_price_before, .sc_price_columns_wrap .sc_price_item .sc_price_item_info .sc_price_item_price .sc_price_item_price_before {
font-size: 14px;
line-height: 20px;
font-weight: 400;
font-style: normal;
vertical-align: top;
padding-top: 6px;
display: inline-block;
z-index: 2;
position: relative;
line-height: 74px;
}
.sc_price_slider .sc_price_item .sc_price_item_info .sc_price_item_price .sc_price_item_price_value, .sc_price_columns_wrap .sc_price_item .sc_price_item_info .sc_price_item_price .sc_price_item_price_value {
z-index: 2;
position: relative;
}
.sc_price_slider .sc_price_item .sc_price_item_image + .sc_price_item_info .sc_price_item_price, .sc_price_columns_wrap .sc_price_item .sc_price_item_image + .sc_price_item_info .sc_price_item_price {
position: absolute;
right: 20px;
top: -42px;
margin-bottom: 0;
}
.sc_price_item.with_image .sc_price_item_inner {
padding: 0;
}
.sc_price_item_description ul li::before, .sc_price_item_details ul li::before {
display: block;
}
div .sc_price_item_description ul, div .sc_price_item_details ul {
list-style-type: none;
} .breadcrumbs .breadcrumbs_delimiter {
margin: 0 1.2em;
line-height: 27px;
}
.breadcrumbs .breadcrumbs_delimiter:before {
content: "";
width: 4px;
height: 4px;
border-radius: 50%;
display: inline-block;
line-height: 30px;
}
.breadcrumbs a, .breadcrumbs_item {
font-size: 18px;
line-height: 30px;
font-weight: 100;
}
@media (max-width: 767px) {
.sc_layouts_title.fixed_height .sc_layouts_title_content .sc_layouts_title_caption {
font-size: 24px;
line-height: 28px;
}
}
@media (max-width: 1024px) {
.sc_layouts_title.fixed_height .sc_layouts_title_content {
width: 95%;
}
} 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: 2.5em;
}
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: 2.9em;
} .sc_dishes_default .sc_dishes_item {
border-radius: 20px;
}
.sc_dishes_default .sc_dishes_item .post_featured {
border-radius: 20px 20px 0 0;
}
.dishes_page_featured img {
width: 100%;
}
.sc_dishes_default .sc_dishes_item_info {
text-align: left;
padding: 2em 1.5em 2em;
}
@media (min-width: 1280px) {
.sc_dishes_default .sc_dishes_item_info {
padding: 2.8em 3em 2.5em;
}
}
.sc_dishes_default .sc_dishes_item_content {
margin-top: 1.3em;
}
.sc_dishes_item_price, .dishes_page_price {
font-size: 26px;
line-height: 1.1em;
font-weight: 400;
}
.sc_dishes_item_price i, .dishes_page_price i {
font-style: normal;
}
.dishes_page_featured > .dishes_page_price {
width: 90px;
height: 90px;
line-height: 90px;
text-shadow: none;
border-radius: 50%;
text-align: center;
}
@media (max-width: 1023px) {
.dishes_page_featured > .dishes_page_price {
width: 60px;
height: 60px;
line-height: 60px;
font-size: 30px;
font-weight: 400;
}
}
.sc_dishes_default .sc_dishes_item_price {
width: 90px;
height: 90px;
line-height: 90px;
text-shadow: none;
border-radius: 50%;
text-align: center;
bottom: -50px;
right: 20px;
}
@media (max-width: 1023px) {
.sc_dishes_default .sc_dishes_item_price {
width: 60px;
height: 60px;
line-height: 60px;
bottom: -30px;
font-size: 20px;
font-weight: 400;
}
}
.sc_dishes_default .sc_dishes_item_price i {
font-size: 14px;
line-height: 1.1em;
font-weight: 400;
vertical-align: super;
display: inline-block;
}
@media (max-width: 1023px) {
.sc_dishes_default .sc_dishes_item_title {
font-size: 25px;
line-height: 30px;
}
} .elementor-toggle .elementor-toggle-item {
border-radius: 20px;
}
.elementor-toggle .elementor-toggle-item + .elementor-toggle-item {
margin-top: 30px;
}
.elementor-toggle .elementor-tab-content, .elementor-toggle .elementor-tab-title {
border: none;
}
.elementor-toggle .elementor-tab-title {
padding: 30px;
font-size: 22px;
line-height: 1.2em;
font-weight: 400;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
@media (min-width: 480px) {
.elementor-toggle .elementor-tab-title {
font-size: 26px;
line-height: 1.8em;
font-weight: 400;
}
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
width: 45px;
height: 45px;
margin-right: 18px;
margin-bottom: 7px;
font-size: 14px;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
border: 3px solid transparent;
position: relative;
-webkit-box-shadow: 3px 3px 0 0 white;
box-shadow: 3px 3px 0 0 white;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon i {
line-height: 41px;
text-align: center;
position: relative;
}
.elementor-toggle .elementor-tab-title.elementor-active {
padding-bottom: 10px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-toggle .elementor-tab-content {
padding: 0 30px 30px 30px;
}
@media (min-width: 768px) {
.elementor-toggle .elementor-tab-content {
padding: 0 15px 30px 95px;
}
} .elementor-widget-image-box .elementor-widget-container {
overflow: hidden;
}
.elementor-widget-image-box .elementor-widget-container .elementor-image-box-content {
padding: 47px 30px 37px 60px;
}
@media (max-width: 767px) {
.elementor-widget-image-box .elementor-widget-container .elementor-image-box-content {
padding: 20px 20px 30px 35px;
}
}
.elementor-widget-image-box .elementor-widget-container .elementor-image-box-content .elementor-image-box-title {
margin-top: 0;
}
.elementor-widget-image-box .elementor-widget-container .elementor-image-box-content ul li + li {
margin-top: 0;
}
.elementor-widget-image-box .elementor-widget-container .elementor-image-box-content h6 {
margin-bottom: 0;
}
.elementor-widget-image-box .elementor-widget-container .elementor-image-box-content h6 + h6 {
margin-top: 0;
}
.elementor-widget-image-box .elementor-widget-container .elementor-image-box-content h6 .extra_disc {
font-size: 18px;
}
.fa-plus:not(.elementor-toggle-icon-opened):before {
content: "\e8ad";
font-family: "fontello";
top: 2px;
}
body.e--ua-mac .fa-plus:not(.elementor-toggle-icon-opened):before {
top: 0;
} .esgbox-button.esgbox-button--fullscreen {
display: none;
}
.esg-filters div.esg-filter-wrapper .esg-filterbutton {
background: transparent !important;
margin: 0 10px 10px;
}
.esg-filters div.esg-filter-wrapper .esg-filterbutton > span {
padding: 1em 1.5em;
border-radius: 40px;
font-size: 18px;
line-height: 1.2em;
font-weight: 700;
}
.esg-filters div.esg-filter-wrapper .esg-filterbutton > span:before {
content: "";
width: 16px;
height: 16px;
display: inline-block;
border-radius: 50%;
margin-right: 6px;
background: white;
top: 2px;
position: relative;
}
.esgbox-button.esgbox-button--share {
display: none;
}
.eg-icon-eye:before {
content: url(//haltefamiliale.org/wp-content/themes/tediss/images/eye.png);
width: 77px;
height: 68px;
display: inline-block;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
will-change: transform;
padding: 0;
margin: 0 7px 0 0;
} .extra_block.vc_row .vc_column-inner .wpb_wrapper,
.extra_block.vc_row .vc_column-inner .sc_content {
height: 100%;
}
.extra_block.vc_row .sc_content {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.extra_block.vc_row .sc_content .sc_content_container {
padding: 2em 17%;
}
.extra_block.vc_row .sc_team .trx_addons_columns_wrap.columns_padding_bottom > .trx_addons_column-1_2 {
padding-bottom: 0;
} .custom_section {
display: none !important;
}
@media (min-width: 1281px) {
.custom_section {
display: block !important;
}
}
.custom_section .side_button_wrapper .caption_button {
position: fixed;
bottom: 64px;
z-index: 8101;
cursor: pointer;
right: 52px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
@media (max-width: 1023px) {
.custom_section .side_button_wrapper .caption_button {
right: 37px;
}
}
.custom_section {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.custom_section.show {
opacity: 1;
visibility: visible;
}
@media (max-width: 767px) {
.custom_section.show {
display: none !important;
}
}
.custom_section .caption_button .caption_button_item {
padding: 0.9184em 50px 0.9em 9px;
font-size: 1.3em;
line-height: 1.1em;
font-weight: 400;
font-style: normal;
letter-spacing: 0;
text-transform: capitalize;
background-color: #c5b8a0;
color: #3e2b26;
border-radius: 2em;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
@media (max-width: 1023px) {
.custom_section .caption_button .caption_button_item {
padding: 14px 50px 14px 10px;
}
}
.custom_section .caption_button .caption_button_item > span {
width: 70px;
height: 70px;
display: inline-block;
text-align: center;
font-size: 40px;
}
@media (max-width: 1023px) {
.custom_section .caption_button .caption_button_item > span {
width: 71px;
height: 68px;
font-size: 25px;
}
}
.custom_section .caption_button .caption_button_item > span:before {
z-index: 1;
position: relative;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
left: 4px;
top: 4px;
}
.ua_safari .custom_section .caption_button .caption_button_item > span:before {
left: 0;
}
@media (max-width: 1023px) {
.custom_section .caption_button .caption_button_item > span:before {
left: 1px;
top: 0;
}
}
.custom_section .caption_button .caption_button_item > span:after {
content: "";
width: 70px !important;
height: 70px;
display: inline-block;
text-align: center;
vertical-align: middle;
border-radius: 50%;
position: absolute;
left: 10px;
top: -17px;
z-index: 0;
}
@media (max-width: 1023px) {
.custom_section .caption_button .caption_button_item > span:after {
width: 50px !important;
height: 50px;
left: 20px;
top: -10px;
}
}
.custom_section .caption_button .caption_button_item .caption_button_wrapper {
margin-left: 30px;
font-style: normal;
}
@media (max-width: 1023px) {
.custom_section .caption_button .caption_button_item .caption_button_wrapper {
margin-left: 0;
}
}
.custom_section .side_button_wrapper .layouts_wrap {
position: fixed;
top: auto;
bottom: 134px;
left: auto;
right: 70px;
width: auto;
opacity: 0;
visibility: hidden;
margin: auto;
z-index: 8001;
height: 326px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media (max-width: 1023px) {
.custom_section .side_button_wrapper .layouts_wrap {
right: 55px;
}
}
.custom_section.opened .side_button_wrapper .layouts_wrap {
right: 70px;
left: auto;
width: auto;
opacity: 1;
visibility: visible;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media (max-width: 1023px) {
.custom_section.opened .side_button_wrapper .layouts_wrap {
right: 55px;
}
}
.custom_section .side_button_wrapper .layouts_wrap .layouts_wrap_inner {
height: 100%;
overflow: hidden;
}
.custom_section .side_button_wrapper .mask.show {
display: block !important;
width: 100%;
opacity: 1;
}
.custom_section .side_button_wrapper .layouts_container {
overflow-y: hidden;
overflow-x: hidden;
position: relative;
}
.custom_section .sc_layouts_item_icon {
font-size: 1.3em;
}
.custom_section .sc_layouts_iconed_text {
padding: 0;
}
.custom_section .sc_layouts_item_icon + .sc_layouts_item_details {
margin-left: 0.4em;
}
.custom_section .sc_layouts_item_details_line2 {
font-size: 20px;
font-weight: 700 !important;
}
.mfp-figure figure figcaption {
background: transparent !important;
} :root {
--theme-var-elm_gap_nogap: 0px;
--theme-var-elm_gap_narrow: 10px;
--theme-var-elm_gap_default: 20px;
--theme-var-elm_gap_extended: 30px;
--theme-var-elm_gap_wide: 40px;
--theme-var-elm_gap_wider: 60px;
--theme-var-elm_add_page_margins: var( --theme-var-elm_gap_extended );
}
.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated { padding: calc(var(--theme-var-elm_gap_narrow) / 2);
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-column > .elementor-element-populated { padding: calc(var(--theme-var-elm_gap_default) / 2);
}
.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated { padding: calc(var(--theme-var-elm_gap_extended) / 2);
}
.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated { padding: calc(var(--theme-var-elm_gap_wide) / 2);
}
.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated { padding: calc(var(--theme-var-elm_gap_wider) / 2);
}
.elementor-container > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-container > .elementor-column > .elementor-element-populated { padding-top: 0;
padding-bottom: 0;
}  .post_content > .elementor {
margin-left: -15px;
margin-right: -15px;
} .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: 1240px;
}
.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: 790px;
}
.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: 1250px;
}
.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: 800px;
}
.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: 1260px;
}
.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: 810px;
}
.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: 1270px;
}
.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: 820px;
}
.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: 1290px;
}
.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: 840px;
}
.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-widget-divider .elementor-divider {
font-size: 0;
}
.elementor-widget:not(:last-child) {
margin-bottom: 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
background-color: transparent !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
font-weight: 400;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
font-weight: 700;
text-transform: capitalize;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
background: transparent !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
padding-right: 0;
text-align: center;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
font-weight: 400;
} .booked-icon {
padding-left: 1px;
} body table.booked-calendar,
body table.booked-calendar thead,
body table.booked-calendar body {
background-color: transparent !important;
}
table.booked-calendar,
table.booked-calendar tr {
border-width: 0 !important;
}
table.booked-calendar tr th,
table.booked-calendar tr td {
border-width: 3px !important;
border-style: solid !important;
background-color: transparent !important;
}
body table.booked-calendar thead tr:not(.days) th {
border-width: 3px !important;
}
table.booked-calendar tr td.prev-date .date,
table.booked-calendar tr td.prev-date:hover .date,
table.booked-calendar tr td.prev-date:hover .date span,
table.booked-calendar tr td.today .date,
table.booked-calendar tr td.today .date span,
table.booked-calendar tr td.next-month .date,
table.booked-calendar tr td.next-month .date span,
table.booked-calendar tr td .booked-appt-list {
color: inherit !important;
background-color: transparent !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName,
body table.booked-calendar th .monthName {
font-size: 38px;
line-height: 46px;
font-weight: 600;
text-transform: capitalize;
}
@media (max-width: 768px) {
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName,
body table.booked-calendar th .monthName {
font-size: 23px;
line-height: 26px;
font-weight: 600;
}
}
body.ua_safari table.booked-calendar th .page-left {
margin-top: -1rem;
}
body.ua_safari table.booked-calendar th .page-right {
margin-top: -1rem;
}
.tribe-mobile-day-heading, .tribe-events-page-title {
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
@media (max-width: 720px) {
body .booked-calendar-wrap table.booked-calendar thead th .page-left,
body .booked-calendar-wrap table.booked-calendar thead th .page-right {
margin-top: -0.8em;
}
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col,
body table.booked-calendar th {
padding: 1.8rem 0 !important;
}
.booked-appt-list .timeslot button {
padding: 0.4em 1em;
font-size: 18px;
}
.booked-form .field input.button, .booked-form .field .cancel.button, .booked-form .field .booked-forgot-goback {
padding: 0.5em 1em;
font-size: 18px;
}
body .booked-modal .bm-window p {
font-size: 18px;
} body .booked-form .field .checkbox-radio-block label {
padding-left: 1.4em;
}
body .booked-form .cf-block select {
visibility: visible;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col,
body table.booked-calendar tr.days th {
padding: 1.4rem 0 !important;
font-size: 1.1rem;
text-transform: capitalize;
}
body .booked-modal .bm-window {
background: none;
}
body table.booked-calendar td .date .number {
width: 67px;
height: 67px;
line-height: 65px;
border-radius: 50%;
}
.booked-icon-arrow-right:before {
content: "\e96e";
font-family: "fontello";
font-size: 2rem;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left:hover,
body table.booked-calendar th .page-left:hover {
left: 15px;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right:hover,
body table.booked-calendar th .page-right:hover {
right: 15px;
}
.booked-icon-arrow-left:before {
content: "\e96e";
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
font-family: "fontello";
font-size: 2rem;
position: relative;
display: inline-block;
top: -10px;
}
.ua_safari .booked-icon-arrow-left:before {
top: -3px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
height: 71px;
} #booked-page-form .login-remember input {
display: inline;
vertical-align: middle;
}
#booked-profile-page i.fa {
color: inherit;
} #booked-profile-page div.booked-profile-header {
padding: 0 0 2em;
}
#booked-profile-page div.booked-user-avatar {
width: 50px;
height: 50px;
}
#booked-profile-page div.booked-user-avatar img {
border-radius: 50%;
}
#booked-profile-page .booked-user h3 strong {
font-weight: 400;
} #booked-profile-page div.booked-tab-content {
border-radius: 0;
}
#profile-edit #booked-page-form .form-table {
margin-bottom: 2em;
}
#customerChoices {
padding: 20px 0;
}
body .booked-form .field .checkbox-radio-block {
padding: 0;
}
body .booked-form .field .checkbox-radio-block label {
top: 0;
line-height: inherit;
}
body .booked-form .field .checkbox-radio-block input[type=radio] + label:before {
top: 0.3em;
}
@media (max-width: 479px) {
body table.booked-calendar .booked-appt-list.shown .timeslot span button .spots-available {
color: inherit;
}
}
body div.booked-calendar-wrap {
margin-bottom: 0;
}
body div.booked-calendar-wrap div.booked-calendar {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
body div.booked-calendar-wrap div.booked-calendar i {
font-style: normal;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days {
background: transparent !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col a {
-webkit-transition: all 0.1s ease;
transition: all 0.1s ease;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .calendarSavingState i {
display: inline-block;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .calendarSavingState i:before {
content: "\e82e";
font-family: "fontello";
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
line-height: 40px;
height: auto;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a {
line-height: 1;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
border-width: 0 0 3px 3px;
border-style: solid;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:last-child {
border-right: 3px solid;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
width: 68px;
height: 68px;
line-height: 68px;
margin: -34px 0 0 -34px;
border: 2px solid;
border-radius: 50%;
-webkit-transition: all 0.1s ease;
transition: all 0.1s ease;
}
body div.booked-calendar-wrap .booked-appt-list {
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
body div.booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
cursor: pointer;
}
body div.booked-calendar-wrap .booked-appt-list .timeslot-range i.fa-clock:before {
content: "\e811";
font-family: "fontello";
font-weight: 300;
} .esg-grid i[class*=eg-icon-] {
color: #fff;
-webkit-transition: color 0.5s ease;
transition: color 0.5s ease;
}
.esg-grid a:hover i[class*=eg-icon-] {
color: #888;
}
.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;
} .tribe-events-cal-links .tribe-events-gcal.tribe-events-button,
.tribe-events-cal-links .tribe-events-gcal.tribe-events-button:hover,
.tribe-events-cal-links .tribe-events-ical.tribe-events-button,
.tribe-events-cal-links .tribe-events-ical.tribe-events-button:hover {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
vertical-align: top;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-transform: none;
white-space: nowrap;
padding: 1.202em 2em;
letter-spacing: 0;
height: auto;
border-width: 0 !important;
}
.tribe-events .tribe-events-c-ical__link {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
vertical-align: top;
font-size: 12px;
line-height: 22px;
font-weight: 400;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-transform: uppercase;
white-space: nowrap;
padding: 1.202em 2em;
letter-spacing: 0;
height: auto;
border-width: 1px !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3 {
-webkit-appearance: none;
cursor: pointer;
vertical-align: top;
font-size: 12px;
line-height: 22px;
font-weight: 400;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-transform: uppercase;
white-space: nowrap;
padding: 1.202em 2em;
letter-spacing: 0;
height: auto;
border-width: 0 !important;
}
.tribe-events .tribe-events-c-ical__link {
-webkit-appearance: none;
cursor: pointer;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: top;
font-size: 12px;
line-height: 22px;
font-weight: 400;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-transform: uppercase;
white-space: nowrap;
padding: 1.202em 2em;
letter-spacing: 0;
height: auto;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text {
font-size: 14px;
line-height: 14px;
font-weight: 400;
-webkit-transition: none;
transition: none;
}
.tribe-common .tribe-common-c-btn.tribe-events-c-search__button,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3.tribe-events-c-top-bar__datepicker-button,
.tribe-common .tribe-events-c-top-bar__nav-list button {
font-size: 14px;
line-height: 14px;
font-weight: 400;
padding: 1em 2em;
}
.events-archive .entry-content, .events-archive .entry-header {
width: 100%;
}
#tribe-bar-form {
width: auto;
}
#tribe-events-bar {
margin: 6px 0 1.5em;
padding: 0;
width: auto;
border-radius: 20px;
}
@media (max-width: 767px) {
#tribe-events-bar {
background: transparent !important;
}
}
@media (min-width: 480px) and (max-width: 767px) {
#tribe-events-bar {
padding: 0;
}
}
@media (min-width: 768px) {
#tribe-events-bar {
padding: 5%;
}
}
#tribe-bar-form.tribe-bar-mini *,
#tribe-bar-form.tribe-bar-mini label {
font-size: 11px;
}
#tribe-bar-form {
background: none;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button:focus, .tribe-events .tribe-events-c-top-bar__datepicker-button:hover {
opacity: 1;
}
.tribe-common .tribe-events-c-top-bar__datepicker-time,
.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
display: inline-block;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button,
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
-webkit-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;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
background-color: transparent !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button svg {
position: relative;
top: -2px;
stroke-width: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
color: inherit;
background-color: transparent !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
background-color: transparent;
}
.tribe-events .tribe-events-c-subscribe-dropdown {
margin-bottom: 0;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
border-radius: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border: 0;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .tribe-events-c-subscribe-dropdown__list-item {
background-color: transparent !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list .tribe-events-c-subscribe-dropdown__list-item a {
font-weight: 400;
}
.tribe-events .tribe-events-c-nav__next-icon-svg,
.tribe-events .tribe-events-c-nav__prev-icon-svg {
display: inline-block;
}
.tribe-events .tribe-events-c-top-bar__nav-link-icon-svg {
height: 14px;
}
.blog_mode_events .datepicker.datepicker-inline td, .blog_mode_events .datepicker.datepicker-inline th, .blog_mode_events .datepicker.dropdown-menu td, .blog_mode_events .datepicker.dropdown-menu th {
font-size: inherit;
}
.tribe-events .datepicker .next svg, .tribe-events .datepicker .prev svg {
vertical-align: middle;
}
.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: 8px 0;
} #tribe-bar-form #tribe-bar-views,
#tribe-bar-form.tribe-bar-mini #tribe-bar-views {
left: 0;
width: 15.9%;
padding: 0;
}
.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: 36px 0 0;
border: none;
overflow: hidden;
top: 32px;
z-index: 2;
}
@media (min-width: 1280px) {
#tribe-bar-views .tribe-bar-views-list {
top: 42px;
}
}
.tribe-events img {
border-radius: 10px;
}
#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters {
background: #FFF6E9;
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
padding: 15px 20px;
}
#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters .tribe-bar-search-filter, #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters .tribe-bar-submit {
margin-top: 7px;
}
.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-bar-filters-wrap {
display: inline-block;
width: 100%;
}
@media (max-width: 1023px) {
.tribe-bar-collapse #tribe-bar-filters-wrap #tribe-bar-collapse-toggle {
font-size: 18px;
line-height: 20px;
padding: 0.92em 0.7em;
height: 58px;
font-weight: 700;
font-style: normal;
text-transform: capitalize;
outline: none;
width: 100%;
text-align: center;
}
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
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-list span[class^=tribe-icon-] {
display: inline-block;
}
.tribe-bar-views-list span[class^=tribe-icon-] {
background-image: none;
}
.tribe-bar-views-list span.tribe-icon-list,
.tribe-bar-view-list span[class^=tribe-icon-] {
background-image: none;
}
.tribe-bar-views-list span.tribe-icon-month,
.tribe-bar-view-list a.tribe-icon-month {
background-image: none;
}
.tribe-bar-views-list span.tribe-icon-week {
background-image: none;
}
.tribe-bar-views-list span.tribe-icon-day {
background-image: none;
}
.tribe-bar-views-list span.tribe-icon-photo {
background-image: none;
}
.tribe-bar-views-list span.tribe-icon-map {
background-image: none;
}
@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-list span[class^=tribe-icon-],
.tribe-bar-view-list a[class^=tribe-icon-] {
background-image: none;
}
.tribe-bar-views-list span.tribe-icon-list,
.tribe-bar-view-list span[class^=tribe-icon-] {
background-image: none;
}
.tribe-bar-views-list span.tribe-icon-month,
.tribe-bar-view-list a.tribe-icon-month {
background-image: none;
}
.tribe-bar-views-list span.tribe-icon-week {
background-image: none;
}
.tribe-bar-views-list span.tribe-icon-day {
background-image: none;
}
.tribe-bar-views-list span.tribe-icon-photo {
background-image: none;
}
.tribe-bar-views-list span.tribe-icon-map {
background-image: none;
}
}
.tribe-bar-views span.tribe-icon-month, .tribe-bar-views span[class^=tribe-icon-] {
background-image: none !important;
}
.tribe-bar-views span[class^=tribe-icon-] {
padding: 0;
}
#tribe-bar-views .tribe-bar-views-list {
border-radius: 0 0 40px 40px !important;
}
.tribe-bar-views-inner #tribe-bar-views-toggle, #tribe-bar-views .tribe-bar-views-option {
text-align: center;
margin: 0;
font-weight: 700;
font-style: normal;
text-transform: capitalize;
outline: none;
padding: 19px 30px;
font-size: 18px;
line-height: 20px;
}
@media (min-width: 1280px) {
.tribe-bar-views-inner #tribe-bar-views-toggle, #tribe-bar-views .tribe-bar-views-option {
padding: 1.2em 1.5em;
font-size: 1rem;
line-height: 1.2em;
}
}
.tribe-bar-views-inner #tribe-bar-views-toggle {
height: 58px;
z-index: 3;
}
@media (min-width: 1280px) {
.tribe-bar-views-inner #tribe-bar-views-toggle {
height: 72px;
}
} #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
width: 84%;
left: 0;
right: auto;
}
@media (max-width: 1023px) {
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
float: none !important;
width: 100% !important;
margin-top: 15px;
}
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views .tribe-bar-views-list {
top: 105px;
padding-top: 29px !important;
}
#tribe-bar-views-toggle:after {
display: none;
}
.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;
}
.tribe-bar-date-filter,
.tribe-bar-mini .tribe-bar-date-filter {
width: 39.5%;
padding-right: 10px;
}
.tribe-bar-mini .tribe-bar-date-filter {
padding-left: 0;
}
.tribe-events .datepicker .day, .tribe-events .datepicker .month, .tribe-events .datepicker .year,
.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.5%;
padding-right: 10px;
}
.tribe-bar-submit,
.tribe-bar-mini .tribe-bar-submit {
width: 19%;
padding-right: 0;
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: 3px solid transparent !important;
padding: 1.1em;
border-radius: 50px;
font-size: 1rem;
line-height: 1.2em;
font-weight: 100;
font-style: normal;
text-transform: capitalize;
}
@media (max-width: 1279px) {
#tribe-bar-form input[type=text] {
padding: 0.75em;
}
}
#tribe-bar-form input[type=text]:focus {
outline: none;
}
#tribe-bar-form .tribe-bar-submit input[type=submit],
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit] {
padding: 1.2em 1.5em;
margin: 0;
font-size: 1rem;
line-height: 1.2em;
font-weight: 700;
font-style: normal;
text-transform: capitalize;
}
#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 {
padding: 1.2em 1.5em;
display: block;
text-align: center;
font-size: 1rem;
line-height: 1.2em;
font-weight: 700;
font-style: normal;
text-transform: capitalize;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a span,
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a span {
background-image: none !important;
padding: 0;
}
#tribe-events-content-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
} .tribe-events-title-bar {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.tribe-events-title-bar .tribe-events-page-title {
font-size: 2.75em;
line-height: 1.2em;
font-weight: 600;
margin-top: 58px;
margin-bottom: 0;
}
@media (max-width: 1023px) {
.tribe-events-title-bar .tribe-events-page-title {
margin-top: 25px;
}
}
#tribe-events-bar {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
#tribe-events-content {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
} #tribe-events-content.tribe-events-month {
font-size: 22px;
line-height: 1.4em;
text-transform: capitalize;
}
#tribe-events-content {
padding: 0;
margin: 1.8em 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 0;
}
.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-events-ical.tribe-events-button {
float: none;
}
#tribe-events-content-wrapper, #tribe-events-header .tribe-events-sub-nav {
text-align: center;
}
#tribe-events-header .tribe-events-sub-nav li {
width: auto !important;
margin: 0 5px !important;
padding: 0 !important;
overflow: hidden;
display: inline-block !important;
vertical-align: top;
float: none !important;
text-align: center;
} #tribe-events-content .tribe-events-calendar {
border-spacing: 0;
border-collapse: collapse;
}
.tribe-events-calendar thead th {
padding: 22px 0 25px !important;
font-weight: 400;
letter-spacing: 0;
text-transform: capitalize;
position: relative;
}
#tribe-events-content .tribe-events-calendar td {
border: 3px solid transparent;
}
.tribe-events-calendar thead th {
border: none;
}
#tribe-events-content .tribe-events-calendar th + th {
border-left: 3px solid transparent;
}
#tribe-events-content .tribe-events-calendar td {
font-size: 1em;
padding: 0;
height: 9.2em;
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: 400;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
padding: 1em 1.7em 0;
margin-bottom: 0;
text-align: left;
}
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-] > a {
background-color: transparent;
}
.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;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
margin: 0;
padding: 22px 16px;
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
font-size: 0.9em;
line-height: 1.5em;
font-weight: 100;
} .tribe-bar-collapse #tribe-bar-collapse-toggle {
padding: 0.6em 0.7em;
width: 66%;
font-size: 14px;
font-weight: 400;
border-radius: 30px;
}
#tribe-bar-collapse-toggle {
position: relative;
}
#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
top: 6px;
}
#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
top: -4px;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views .tribe-bar-views-list {
padding: 0;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
float: right;
width: 32%;
}
.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: 2.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;
}
.tribe-events-calendar td.mobile-trigger div[id*=tribe-events-daynum-] {
left: 19px;
top: 23px;
-webkit-transform: translateY(-16%);
transform: translateY(-16%);
font-size: 16px;
line-height: 1.2;
font-weight: 400;
width: 34px;
height: 34px;
margin-right: 18px;
margin-bottom: 7px;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
border: 3px solid transparent;
-webkit-box-shadow: 3px 3px 0 0 white;
box-shadow: 3px 3px 0 0 white;
text-align: center;
line-height: 35px;
padding: 0;
}
@media (max-width: 479px) {
.tribe-events-calendar td.mobile-trigger div[id*=tribe-events-daynum-] {
width: 26px;
height: 26px;
line-height: 27px;
top: 10px;
left: 2px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.tribe-events-calendar td.mobile-trigger div[id*=tribe-events-daynum-] {
left: 10px;
}
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
#tribe-events-content .tribe-events-calendar td.mobile-active div[id*=tribe-events-daynum-] {
-webkit-box-shadow: none;
box-shadow: none;
} .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);
transform: rotate(45deg);
}
.tribe-events-tooltip .tribe-events-event-body {
font-size: 1em;
line-height: 1.8em;
padding: 1em 1.8em 1.5em;
}
#tribe-events-content .tribe-events-tooltip .summary {
padding: 0.5em 0.8em 0.5em;
margin: 0;
font-size: 1.3em;
}
.tribe-events-tooltip .tribe-event-duration {
margin: 0 0 0.5em;
line-height: 1.5em;
overflow: hidden;
}
.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
padding: 0.5em 1.5em 0 0;
}
.tribe-events-tooltip .tribe-event-description p {
margin: 0;
line-height: 1.4em;
}
.tribe-events-tooltip .tribe-event-description p + p {
margin-top: 1em;
} #tribe-events-footer .tribe-events-sub-nav {
text-align: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#tribe-events-footer .tribe-events-sub-nav:after {
content: " ";
display: inline-block;
width: 100%;
height: 0;
}
#tribe-events-footer .tribe-events-sub-nav li {
width: 49% !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
display: inline-block !important;
vertical-align: top;
float: none !important;
text-align: center;
}
#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous {
text-align: right;
}
#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next {
text-align: left;
}
#tribe-events-footer .tribe-events-sub-nav li a,
.tribe-events-read-more {
white-space: normal;
margin-top: 15px;
text-align: center;
}
.tribe-events-sub-nav li a span {
display: none !important;
} .tribe-events-read-more {
display: inline-block;
margin-top: 1.5em;
font-size: 17px;
} .tribe-events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop {
max-width: 1200px;
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: 400;
}
.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: 400;
}
.tribe-events-list .tribe-events-event-meta {
font-weight: 400;
}
.tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
line-height: 1.5em;
font-style: normal;
}
.tribe-events-event-meta .tribe-event-schedule-details {
margin-bottom: 0.8em;
font-size: 1.2em;
font-style: normal;
letter-spacing: 0;
}
div #tribe-bar-collapse-toggle {
display: none;
}
.tribe-events-loop .tribe-events-event-meta {
font-size: 17px;
}
.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-event-image img {
border-radius: 10px;
}
.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-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-list .time-details {
font-style: italic;
} #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 {
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: 40% !important;
margin: 0 3% 2em 0;
}
.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 {
padding-left: 2em;
}
.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 {
font-size: 1.0667em;
font-weight: 400;
font-style: italic;
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;
}
.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 0.3em 0 0;
}
.single-tribe_events .tribe-events-sub-nav li a:after {
margin: 0 0 0 0.3em;
}
.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;
} .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;
}
.sc_events.sc_events_default .sc_events_item {
border-radius: 20px;
height: 6.5rem;
}
.sc_events.sc_events_default .sc_events_item .sc_events_item_date {
border-radius: 50%;
width: 4.5rem;
height: 4.5rem;
top: 20px;
left: 30px;
}
@media (max-width: 480px) {
.sc_events.sc_events_default .sc_events_item .sc_events_item_date {
width: 3.5rem;
height: 3.5rem;
top: 30px;
left: 15px;
}
}
.sc_events.sc_events_default .sc_events_item .sc_events_item_date .sc_events_item_day {
font-size: 1.9rem;
line-height: 0.8em;
font-weight: 600;
margin-top: 0.65em;
}
@media (max-width: 480px) {
.sc_events.sc_events_default .sc_events_item .sc_events_item_date .sc_events_item_day {
font-size: 1.2rem;
line-height: 0.8em;
font-weight: 600;
margin-top: 0.75em;
}
}
.sc_events.sc_events_default .sc_events_item .sc_events_item_date .sc_events_item_month {
font-size: 1rem;
line-height: 1.1;
font-weight: 400;
text-transform: capitalize;
}
@media (max-width: 480px) {
.sc_events.sc_events_default .sc_events_item .sc_events_item_date .sc_events_item_month {
font-size: 0.9rem;
line-height: 1.1;
font-weight: 400;
}
}
.sc_events.sc_events_default .sc_events_item .sc_events_item_title {
font-size: 1.3rem;
line-height: 1.1;
font-weight: 400;
top: 38%;
left: 5.7em;
}
@media (max-width: 480px) {
.sc_events.sc_events_default .sc_events_item .sc_events_item_title {
top: 50%;
left: 4em;
}
}
@media (max-width: 768px) {
.sc_events.sc_events_default .sc_events_item .sc_events_item_title {
top: 50%;
}
}
.sc_events.sc_events_default .sc_events_item .sc_events_item_time {
font-size: 0.9rem;
line-height: 1.1;
font-weight: 100;
left: 7.5rem;
top: 58%;
position: absolute;
}
@media (max-width: 768px) {
.sc_events.sc_events_default .sc_events_item .sc_events_item_time {
display: none;
}
}
.sc_events.sc_events_default .sc_events_item .sc_events_item_button {
width: 2.5rem;
height: 2.5rem;
right: 2em;
border-radius: 50%;
background: white;
overflow: hidden;
}
@media (max-width: 768px) {
.sc_events.sc_events_default .sc_events_item .sc_events_item_button {
right: 1em;
}
}
.sc_events.sc_events_default .sc_events_item .sc_events_item_button:before, .sc_events.sc_events_default .sc_events_item .sc_events_item_button:after {
width: 2.5rem;
height: 2.5rem;
line-height: 2.25em;
font-size: 25px;
}
@media (max-width: 479px) {
.sc_events.sc_events_default .sc_events_item .sc_events_item_button:before, .sc_events.sc_events_default .sc_events_item .sc_events_item_button:after {
font-size: 22px;
}
}
.sc_events.sc_events_default .sc_events_item .sc_events_item_button:before {
content: "\e8ad";
font-family: "fontello";
}
.sc_events.sc_events_default .sc_events_item .sc_events_item_button:after {
content: "\e96e";
font-family: "fontello";
font-size: 30px;
line-height: 57px;
}
@media (max-width: 479px) {
.sc_events.sc_events_default .sc_events_item .sc_events_item_button:after {
line-height: 53px;
}
}
body.e--ua-mac .sc_events_default .sc_events_item_button:before,
body.e--ua-mac .sc_events_default .sc_events_item_button:after,
body.e--ua-mac .sc_events_detailed .sc_events_item_button:before,
body.e--ua-mac .sc_events_detailed .sc_events_item_button:after {
top: -2px;
} .tribe-common .tribe-common-c-loader { }
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot {
background-color: #fff;
display: inline-block;
vertical-align: top;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
}
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot + .tribe-common-c-loader__dot {
margin-left: 20px;
}
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--first {
-webkit-animation: preloader_dot_one 1.5s infinite;
animation: preloader_dot_one 1.5s infinite;
}
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--second {
-webkit-animation: preloader_dot_two 1.5s infinite;
animation: preloader_dot_two 1.5s infinite;
-webkit-animation-delay: 0.25s;
animation-delay: 0.25s;
}
.tribe-common .tribe-common-c-loader .tribe-common-c-loader__dot--third {
-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);
}
}
.tribe-events .tribe-events-calendar-month__day-cell--mobile {
padding: 0 0 5px 0;
}
.tribe-events .tribe-events-c-search__input-control-icon-svg {
right: 1em;
}
.tribe-common .tribe-common-form-control-text__input {
padding-left: 1em;
border-style: solid;
border-width: 1px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
font-size: 15px;
}
.tribe-events .datepicker .month, .tribe-events .datepicker .year,
.tribe-common .tribe-common-h8 {
font-size: 14px;
}
.tribe-events-calendar-month__calendar-event-tooltip-description.tribe-common-b3,
.tribe-events-calendar-month__calendar-event-tooltip-description.tribe-common-b3 p,
.tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-events-calendar-month__calendar-event-tooltip-datetime span {
font-size: 14px !important;
}
.tribe-events-calendar-month__calendar-event-tooltip-title.tribe-common-h7,
.tribe-events-calendar-month__calendar-event-tooltip-title.tribe-common-h7 a {
font-size: 15px !important;
}
.tribe-events-calendar-month__calendar-event-tooltip-title-link,
.tribe-events-calendar-day__event-title-link,
.tribe-events-calendar-list__event-title-link {
border: unset !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus-within,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:hover {
background-color: transparent;
}
.tribe-events-single > .tribe_events {
display: block;
}
.tribe-events-cal-links .tribe-events-gcal,
.tribe-events-cal-links .tribe-events-ical {
background-image: unset;
}
.tribe-events-content p {
font-size: inherit;
}
#tribe-events-pg-template {
margin: 0;
max-width: 1200px;
}
.tribe-events-cal-links .tribe-events-gcal {
margin-right: 1.25em;
}
.single-tribe_events abbr {
border-bottom: unset;
}
.single-tribe_events .tribe-events-venue-map > iframe {
height: 100% !important;
max-height: 100% !important;
}
.single-tribe_events .tribe-events-event-meta:before {
border-top: none;
}
.tribe-events-meta-group .tribe-events-single-section-title {
text-transform: none;
letter-spacing: 0px;
}
#tribe-events-footer .tribe-events-sub-nav {
padding-left: 0;
padding-right: 0;
}
.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 {
display: none;
}
.single-tribe_events .tribe-events-cal-links a {
margin-top: 1em;
}
.tribe-events-c-view-selector__button,
.tribe-events-c-events-bar__search-button {
background-color: transparent !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content,
.tribe-events .tribe-events-c-events-bar__search-container,
.tribe-events .tribe-events-c-events-bar {
border-radius: 40px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-messages__message-list {
word-break: break-word;
}
.tribe-events .tribe-events-c-messages__message {
display: block;
}
.tribe-events .tribe-events-c-messages__message--notice .tribe-events-c-messages__message-icon-svg {
display: block;
margin: 0 auto 10px;
}
.tribe-events .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tribe-events .datepicker {
padding: 0;
background: transparent;
border-radius: 0;
width: auto;
min-width: auto;
border: 0;
}
.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
width: auto;
min-width: auto;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
min-width: auto;
padding: 0;
}
#tribe-events-pg-template {
max-width: 100%;
padding: 0;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-svgicon.tribe-events-c-subscribe-dropdown__export-icon {
display: none;
}
.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon,
.tribe-block__events-link .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
margin-left: 3px;
}div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
display: block;
margin: 1em auto;
max-width: 500px;
width: 100%;
}
div.tnp-profile {
display: block;
margin: 1em 0;
max-width: 500px; } .tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
margin-bottom: .7em;
border: 0;
padding: 0;
}
.tnp-subscription label,
.tnp-profile label
{
display: block;
color: inherit;
font-weight: normal;
line-height: normal;
padding: 0;
margin: 0;
margin-bottom: .25em;
font-size: .9em;
}
.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
display: inline-block;
}
.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
width: 100%;
padding: .7em;
display: block;
border: 1px;
color: #444;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
font-size: 1em;
margin: 0;
line-height: normal;
box-sizing: border-box;
}
.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{ max-width: 1em;
display: inline-block;
margin-right: .5em;
} .tnp-subscription select option,
.tnp-profile select option
{
margin-right: .75em;
}
.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
background-color: #444;
color: #fff;
width: auto;
height: auto;
margin: 0;
display: inline-block;
}
@media all and (max-width: 480px) {
.tnp-subscription input[type=submit],
.tnp-profile input[type=submit] {
width: 100%;
}
}
.tnp-widget {
width: 100%;
display: block;
box-sizing: border-box;
}
.tnp-widget .tnp-field {
margin-bottom: 10px;
border: 0;
padding: 0;
}
.tnp-widget label {
display: block;
color: inherit;
font-size: 14px;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
width: 100%;
padding: 10px;
display: block;
border: 1px solid #ddd ;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
color: #444;
font-size: 14px;
line-height: normal;
box-sizing: border-box;
height: auto;
}
.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
width: auto;
display: inline-block;
} .tnp-widget select option {
margin-right: 10px;
}
.tnp-widget input.tnp-submit {
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
margin: 0;
}
.tnp-field input[type="submit"] {
position: inherit;
}
.tnp-field label {
} .tnp-widget-minimal {
width: 100%;
}
.tnp-widget-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-widget-minimal input.tnp-email {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
}
.tnp-widget-minimal input.tnp-submit {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-subscription-minimal {
width: 100%;
box-sizing: border-box;
margin: 10px 0;
}
.tnp-subscription-minimal form {
width: auto;
margin: 0;
padding: 0;
border: 0;
white-space: nowrap;
}
.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
width: 70%;
max-width: 300px;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin-right: 10px;
}
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
width: 31%;
}
.tnp-subscription-minimal .tnp-privacy-field {
margin-top: 10px;
} .tnp-subscription-minimal input.tnp-submit {
width: 29%;
box-sizing: border-box;
display: inline-block;
padding: 10px;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin: 0;
}
.tnp-subscription-posts {
margin-top: 2em;
margin-bottom: 2em;
padding: 2rem;
}
.tnp-subscription-posts .tnp-subscription {
max-width: auto;
margin: 0;
}
@media all and (max-width: 525px) {
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name,
.tnp-subscription-minimal input.tnp-submit
{
width: 100%;
max-width: 100%;
margin: 0;
display: block;
margin-bottom: .5rem;
}
} .tnp-comments {
clear: both;
margin-top: 15px;
margin-bottom: 15px;
}
.tnp-comments label {
display: block;
}
.tnp-comments input[type=checkbox] {
display: inline-block;
width: auto!important;
} .tnp-lock {
clear: both;
display: block;
box-sizing: border-box;
box-shadow: none;
margin: 20px;
padding: 15px;
background-color: #fff;
border: 1px solid #ddd;
}
.tnp-nl-checkout {
margin-bottom: 1em;
}.xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,0.506);background:#fff;border-bottom:1px solid #bbb;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:8px;padding-left:0;padding-top:2px;position:absolute;z-index:9999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.xdsoft_datetimepicker.xdsoft_rtl{padding:8px 0 8px 8px}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:0}.xdsoft_datetimepicker button{border:none !important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{width:256px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_monthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)}.xdsoft_datetimepicker .xdsoft_label i{opacity:.5;background-position:-92px -19px;display:inline-block;width:9px;height:20px;vertical-align:middle}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0 0}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0 none;cursor:pointer;display:block;height:30px;opacity:.5;-ms-filter:"alpha(opacity=50)";outline:medium none;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:20px;min-width:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next{float:none;margin-left:0;margin-right:14px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0;margin-bottom:7px;margin-top:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #ddd}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:#f5f5f5;border-top:1px solid #ddd;color:#666;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0}.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1;-ms-filter:"alpha(opacity=100)"}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover>span{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label:hover i{opacity:1.0}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#ff8000}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px;text-decoration:none !important}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:100px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:48px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#f5f5f5;border:1px solid #ddd;color:#666;font-size:12px;text-align:right;vertical-align:middle;padding:0;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{width:12.5%}.xdsoft_datetimepicker .xdsoft_calendar th{background:#f1f1f1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#3af}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:.5;-ms-filter:"alpha(opacity=50)";cursor:default}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:.2;-ms-filter:"alpha(opacity=20)"}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#ff8000 !important;box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover{background:#3af !important;box-shadow:#178fe5 0 1px 3px 0 inset !important;color:#fff !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit !important;background:inherit !important;box-shadow:inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0;top:0;bottom:0;cursor:pointer}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar{left:0;right:auto}.xdsoft_scroller_box{position:relative}.xdsoft_datetimepicker.xdsoft_dark{box-shadow:0 5px 15px -5px rgba(255,255,255,0.506);background:#000;border-bottom:1px solid #444;border-left:1px solid #333;border-right:1px solid #333;border-top:1px solid #333;color:#ccc}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box{border-bottom:1px solid #222}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div{background:#0a0a0a;border-top:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{background-color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select{border:1px solid #333;background:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#000;background:#007fff}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0a0a0a;border:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0e0e0e}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{color:#c50}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#000 !important;background:#007fff !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{color:#666}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{color:#333 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{color:#111 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{color:#555 !important}.xdsoft_dark .xdsoft_time_box{border:1px solid #333}.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller{background:#333 !important}.xdsoft_datetimepicker .xdsoft_save_selected{display:block;border:1px solid #ddd !important;margin-top:5px;width:100%;color:#454551;font-size:13px}.xdsoft_datetimepicker .blue-gradient-button{font-family:"museo-sans","Book Antiqua",sans-serif;font-size:12px;font-weight:300;color:#82878c;height:28px;position:relative;padding:4px 17px 4px 33px;border:1px solid #d7d8da;background:-moz-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(73%,#f4f8fa));background:-webkit-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-o-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-ms-linear-gradient(top,#fff 0,#f4f8fa 73%);background:linear-gradient(to bottom,#fff 0,#f4f8fa 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0)}.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:hover span,.xdsoft_datetimepicker .blue-gradient-button:focus span{color:#454551;background:-moz-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f8fa),color-stop(73%,#FFF));background:-webkit-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-o-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-ms-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:linear-gradient(to bottom,#f4f8fa 0,#FFF 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0)}