@charset "UTF-8";
#lgx-portfolio ul {
padding: 0;
}
#lgx-portfolio .lgx-port-inner {
padding: 1% 1.1666667%;
}
#lgx-portfolio .lgx-port-inner.item-four {
padding: 1% 0.5%;
}
#lgx-portfolio .lgx-port-inner.fluid {
padding: 0;
}
#lgx-portfolio .pp-filter-area {
clear: both;
display: block;
}
#lgx-portfolio #pp-filter {
list-style: none;
text-align: center;
margin-bottom: 20px;
}
#lgx-portfolio #pp-filter li {
margin: 3px 10px;
display: inline-block;
}
#lgx-portfolio #pp-filter li a {
color: #777;
text-transform: uppercase;
font-weight: 600;
}
#lgx-portfolio #pp-filter li a:hover {
color: #1e212a;
}
#lgx-portfolio #pp-filter .active a {
color: #1e212a;
}
#lgx-portfolio .lgx-grid-wrapper {
clear: both;
display: block;
width: 100%;
}
#lgx-portfolio .lgx-grid-wrapper .lgx-grid-item {
float: left;
}
#lgx-portfolio .lgx-item-card {
overflow: hidden;
background: #fff;
-webkit-box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.6);
box-shadow: 1px 1.732px 5px 0px rgba(4, 5, 6, 0.6);
}
#lgx-portfolio .lgx-item-card .default-img-card {
min-height: 180px;
background-color: silver;
}
#lgx-portfolio .lgx-item-card .lgx-item-figure {
position: relative;
min-height: 180px;
background-color: silver;
}
#lgx-portfolio .lgx-item-card .lgx-item-figure .pp-gray-img {
-webkit-filter: grayscale(45%); filter: grayscale(45%);
}
#lgx-portfolio .lgx-item-card .lgx-item-figure .lgx-figcaption {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
opacity: 0;
background: rgba(0, 0, 0, 0.65);
-webkit-transition: opacity 0.1s ease-out;
-moz-transition: opacity 0.1s ease-out;
transition: opacity 0.1s ease-out;
}
#lgx-portfolio .lgx-item-card .lgx-item-figure .lgx-figcaption .lgx-caption {
display: table;
height: 100%;
width: 100%;
}
#lgx-portfolio .lgx-item-card .lgx-item-figure .lgx-vertical-action {
display: table-cell;
text-align: center;
vertical-align: middle;
opacity: 1;
}
#lgx-portfolio .lgx-item-card .lgx-item-figure .lgx-vertical-action ul {
list-style: none;
}
#lgx-portfolio .lgx-item-card .lgx-item-figure .lgx-vertical-action ul li {
margin: 8px 0;
}
#lgx-portfolio .lgx-item-card .lgx-item-figure .lgx-vertical-action ul li a {
display: inline-block;
color: #fff;
min-width: 95px;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
border: 0;
padding: 6px 15px;
white-space: nowrap;
font-size: 16px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #8dc63f;
-webkit-box-shadow: 0 2px 0 0 #6f9a37, inset 0 1px 0 0 rgba(225, 225, 225, 0.2);
box-shadow: 0 2px 0 0 #6f9a37, inset 0 1px 0 0 rgba(225, 225, 225, 0.2);
webkit-transition: color 300ms, background-color 300ms, border-color 300ms;
-o-transition: color 300ms, background-color 300ms, border-color 300ms;
transition: color 300ms, background-color 300ms, border-color 300ms;
}
#lgx-portfolio .lgx-item-card .lgx-item-figure .lgx-vertical-action ul li a:hover {
background-color: #6f9a37;
}
#lgx-portfolio .lgx-item-card .lgx-item-figure .lgx-vertical-action ul li .lgx-view {
background-color: #dc4e41;
-webkit-box-shadow: 0 2px 0 0 #bb372b, inset 0 1px 0 0 rgba(225, 225, 225, 0.2);
box-shadow: 0 2px 0 0 #bb372b, inset 0 1px 0 0 rgba(225, 225, 225, 0.2);
}
#lgx-portfolio .lgx-item-card .lgx-item-figure .lgx-vertical-action ul li .lgx-view:hover {
background-color: #bb372b;
}
#lgx-portfolio .lgx-item-card .lgx-custom-tag {
position: absolute;
right: 5px;
bottom: 5px;
}
#lgx-portfolio .lgx-item-card .lgx-custom-tag ul {
margin: 0;
list-style: none;
}
#lgx-portfolio .lgx-item-card .lgx-custom-tag ul li {
display: inline-block;
margin-left: 5px;
}
#lgx-portfolio .lgx-item-card .lgx-custom-tag ul li span {
background: rgba(255, 255, 255, 0.85);
color: #000;
box-shadow: 0 2px 0 #f0f0f0;
border-radius: 4px;
padding: 3px 6px;
font-size: 14px;
font-weight: 600;
}
#lgx-portfolio .lgx-item-card .lgx-custom-tag ul li span:hover {
color: #fff;
background: #dc4e41;
box-shadow: 0 2px 0 #dc4e41;
}
#lgx-portfolio .lgx-item-card .lgx-custom-tag ul li a {
color: #1e212a;
font-size: 14px;
font-weight: 600;
}
#lgx-portfolio .lgx-item-card .lgx-custom-tag ul li a i {
color: #1e212a;
}
#lgx-portfolio .lgx-item-card .lgx-custom-tag ul li i {
position: relative;
top: 1px;
font-size: 14px;
}
#lgx-portfolio .lgx-item-card .lgx-item-info {
padding: 15px;
}
#lgx-portfolio .lgx-item-card .lgx-item-info .text {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#lgx-portfolio .lgx-item-card .lgx-item-info .lgx-item-title {
margin: 0;
}
#lgx-portfolio .lgx-item-card .lgx-item-info .lgx-item-title span.text {
color: #1e212a;
font-size: 20px;
}
#lgx-portfolio .lgx-item-card .lgx-item-info .lgx-item-intro {
margin: 0;
}
#lgx-portfolio .lgx-item-card .lgx-item-info .lgx-item-intro span.text {
font-weight: 400;
color: #444;
}
#lgx-portfolio .lgx-item-card:hover .lgx-item-figure .lgx-figcaption {
opacity: 1;
}
#lgx-portfolio .pp-tooltip {
position: relative;
display: block;
cursor: pointer;
}
#lgx-portfolio .pp-tooltip .pp-tooltiptext {
visibility: hidden;
background-color: #222;
color: #f9f9f9;
font-size: 14px;
font-weight: 400;
text-align: center;
border-radius: 4px;
padding: 5px;
bottom: 100%;
left: 0;
position: absolute;
display: inline-block;
}
#lgx-portfolio .pp-tooltip .pp-tooltiptext:after {
content: " ";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #222 transparent transparent transparent;
}
#lgx-portfolio .pp-tooltip:hover .pp-tooltiptext {
visibility: visible;
}
#lgx-portfolio .pp-tooltip:hover .pp-gray-img {
-webkit-filter: grayscale(0); filter: grayscale(0);
}
.lgxport-warning {
display: block;
font-size: 25px;
color: #FF3506;
text-align: center;
padding: 25px;
}
@media (max-width: 1200px) {
#lgx-portfolio .lgx-grid-wrapper .lgx-grid-item,
#lgx-portfolio .lgx-grid-wrapper .lgx-grid-item.item-four {
width: 31%;
margin: 1.1666667%;
}
#lgx-portfolio .lgx-port-inner.fluid {
padding: 0;
}
#lgx-portfolio .lgx-port-inner.fluid .lgx-grid-wrapper .lgx-grid-item,
#lgx-portfolio .lgx-port-inner.fluid .lgx-grid-wrapper .lgx-grid-item.item-four {
margin: 0;
width: 33.333333%;
}
}
@media (max-width: 767px) {
#lgx-portfolio .lgx-grid-wrapper .lgx-grid-item,
#lgx-portfolio .lgx-grid-wrapper .lgx-grid-item.item-four {
width: 47%;
margin: 1.5%;
}
#lgx-portfolio .lgx-port-inner.fluid {
padding: 0;
}
#lgx-portfolio .lgx-port-inner.fluid .lgx-grid-wrapper .lgx-grid-item,
#lgx-portfolio .lgx-port-inner.fluid .lgx-grid-wrapper .lgx-grid-item.item-four {
margin: 0;
width: 50%;
}
}
@media (max-width: 480px) {
#lgx-portfolio .lgx-grid-wrapper .lgx-grid-item,
#lgx-portfolio .lgx-grid-wrapper .lgx-grid-item.item-four {
width: 96%;
margin: 2%;
}
#lgx-portfolio .lgx-port-inner.fluid {
padding: 0;
}
#lgx-portfolio .lgx-port-inner.fluid .lgx-grid-wrapper .lgx-grid-item,
#lgx-portfolio .lgx-port-inner.fluid .lgx-grid-wrapper .lgx-grid-item.item-four {
margin: 0;
width: 100%;
}
}
@media (min-width: 1201px) {
#lgx-portfolio .lgx-grid-wrapper .lgx-grid-item {
width: 31%;
margin: 1.1666667%;
}
#lgx-portfolio .lgx-grid-wrapper .lgx-grid-item.item-four {
width: 23%;
margin: 1%;
}
#lgx-portfolio .lgx-port-inner.fluid {
padding: 0;
}
#lgx-portfolio .lgx-port-inner.fluid .lgx-grid-wrapper .lgx-grid-item {
margin: 0;
width: 33.333333%;
}
#lgx-portfolio .lgx-port-inner.fluid .lgx-grid-wrapper .lgx-grid-item.item-four {
margin: 0;
width: 25%;
}
}.wpac,.wpac h1,.wpac h2,.wpac h3,.wpac h4,.wpac h5,.wpac h6,.wpac p,.wpac td,.wpac dl,.wpac tr,.wpac dt,.wpac ol,.wpac form,.wpac select,.wpac option,.wpac pre,.wpac div,.wpac table,.wpac th,.wpac tbody,.wpac tfoot,.wpac caption,.wpac thead,.wpac ul,.wpac li,.wpac address,.wpac blockquote,.wpac dd,.wpac fieldset,.wpac li,.wpac strong,.wpac legend,.wpac em,.wpac s,.wpac cite,.wpac span,.wpac input,.wpac sup,.wpac label,.wpac dfn,.wpac object,.wpac big,.wpac q,.wpac font,.wpac samp,.wpac acronym,.wpac small,.wpac img,.wpac strike,.wpac code,.wpac sub,.wpac ins,.wpac textarea,.wpac var,.wpac a,.wpac abbr,.wpac applet,.wpac del,.wpac kbd,.wpac tt,.wpac b,.wpac i,.wpac hr{background-attachment:scroll!important;background-color:transparent!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;border-color:black!important;border-color:currentColor!important;border-radius:0!important;border-style:none!important;border-width:medium!important;bottom:auto!important;clear:none!important;clip:auto!important;color:inherit!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;direction:inherit!important;display:inline;float:none!important;font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-variant:normal!important;font-weight:inherit!important;height:auto;left:auto!important;letter-spacing:normal!important;line-height:inherit!important;list-style-type:inherit!important;list-style-position:outside!important;list-style-image:none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1;outline:invert none medium!important;padding:0!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:inherit!important;text-decoration:inherit!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:inherit!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;text-shadow:none!important;-webkit-transition:none!important;transition:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.wpac,.wpac h3,.wpac h5,.wpac p,.wpac h1,.wpac dl,.wpac dt,.wpac h6,.wpac ol,.wpac form,.wpac select,.wpac option,.wpac pre,.wpac div,.wpac h2,.wpac caption,.wpac h4,.wpac ul,.wpac address,.wpac blockquote,.wpac dd,.wpac fieldset,.wpac textarea,.wpac hr{display:block}.wpac table{display:table}.wpac tbody{display:table-row-group}.wpac tr{display:table-row}.wpac td{display:table-cell}.wpac ul{list-style-type:none!important}.wpac li{display:list-item;min-height:auto!important;min-width:auto!important}.wpac a,.wpac a *,.wpac input[type=submit],.wpac input[type=radio],.wpac input[type=checkbox],.wpac select{cursor:pointer!important}.wpac a:hover{text-decoration:none!important}.wpac button,.wpac input[type=submit]{height:auto!important;text-align:center!important}.wpac input[type=hidden]{display:none}.wpac select{-webkit-appearance:menulist!important;-moz-appearance:menulist!important;appearance:menulist!important}.wpac input[type=checkbox]{-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;appearance:checkbox!important}.wpac input[type="checkbox"]:before,.wpac input[type="checkbox"]:after{content:none!important;border:0!important}.wpac input[type=radio]{-webkit-appearance:radio!important;-moz-appearance:radio!important;appearance:radio!important}.wpac input[type="radio"]:before,.wpac input[type="radio"]:after{content:none!important;border:0!important}.wpac li:before,.wpac li:after{content:""!important}.wpac input,.wpac select{vertical-align:middle!important}.wpac select,.wpac textarea,.wpac input{border:1px solid #ccc!important}.wpac table{border-collapse:collapse!important;border-spacing:0!important}.wpac *[dir=rtl]{direction:rtl!important}.wpac img{border:0!important}.wpac svg{vertical-align:middle!important;-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.wpac{font-size:14px!important;line-height:20px!important;direction:inherit!important;text-align:inherit!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;color:#333!important;font-style:normal!important;font-weight:normal!important;text-decoration:none!important;list-style-type:disc!important}.trustreviews .trustreviews-rating{color:#0866ff!important;font-size:21px!important;font-weight:600!important;margin:0 6px 0 0!important;vertical-align:middle!important}.trustreviews .trustreviews-stars svg{display:inline-block!important;width:19px!important;height:19px!important;padding:0 4px 0 0!important;line-height:22px!important;vertical-align:middle!important}.trustreviews .trustreviews-stars svg use{fill:#0866ff}.trustreviews [data-rev=google] .trustreviews-stars svg use{fill:#fb8e28}.trustreviews [data-rev=yelp] .trustreviews-stars svg use{fill:#d80027}.trustreviews .trustreviews-powered{color:#555!important;margin:6px 0 0!important}.trustreviews .trustreviews-powered[data-platform=google] img{max-width:144px!important}.trustreviews .trustreviews-powered[data-platform=yelp] img{max-height:25px!important;vertical-align:sub!important}.trustreviews .trustreviews-powered[data-platform=facebook] span{color:#0866ff!important;font-weight:600!important;opacity:.8!important}.trustreviews .trustreviews-list-review{margin-top:15px!important}.trustreviews .trustreviews-left{display:table-cell!important;vertical-align:top!important}[dir=ltr] .trustreviews-left{padding-right:10px!important}[dir=rtl] .trustreviews-left{padding-left:10px!important}.trustreviews .trustreviews-left img{border:none!important;float:left!important;height:50px!important;width:50px!important;margin-right:10px!important;overflow:hidden!important;border-radius:50%!important;box-shadow:0 0 2px rgba(0,0,0,0.12),0 2px 4px rgba(0,0,0,0.24)!important}.trustreviews .trustreviews-right{display:table-cell!important;vertical-align:top!important;width:10000px!important}.trustreviews .trustreviews-place.trustreviews-place-center{text-align:center!important}.trustreviews .trustreviews-place.trustreviews-place-center .trustreviews-left{display:block!important}.trustreviews .trustreviews-place.trustreviews-place-center .trustreviews-left img{float:none!important}.trustreviews .trustreviews-place .trustreviews-stars svg{width:20px!important;height:20px!important;vertical-align:middle!important}.trustreviews .trustreviews-name{color:black!important;font-size:100%!important;font-weight:bold!important;margin:0 0 2px!important;padding-right:6px!important;text-decoration:none!important}.trustreviews a.trustreviews-name{color:#427fed!important;text-decoration:none!important}.trustreviews .trustreviews-time{color:#555!important;font-size:13px!important}.trustreviews .trustreviews-text{color:#222!important;font-size:15px!important;line-height:24px!important;max-width:100%!important;overflow:hidden!important;white-space:pre-wrap!important;word-break:break-word!important}.trustreviews .trustreviews-text .trustreviews-stars{padding-right:7px!important}.trustreviews .wp-more{display:none}.trustreviews .wp-more-toggle{color:#136aaf!important;cursor:pointer!important;text-decoration:none!important}.trustreviews .trustreviews-url{display:block;margin:10px 0!important;color:#136aaf!important;text-align:center!important}.trustreviews.wp-dark .trustreviews-name{color:#eee!important}.trustreviews.wp-dark .trustreviews-time{color:#bbb!important}.trustreviews.wp-dark .trustreviews-text{color:#ececec!important}.trustreviews.wpac .trustreviews-name{font-size:100%!important}.trustreviews.wpac .trustreviews-hide{display:none}.trustreviews.wpac .trustreviews-name a{color:#333!important;font-size:100%!important;text-decoration:none!important}.trustreviews.wpac .trustreviews-left img{width:50px!important;height:50px!important;border-radius:50%!important}.trustreviews.wpac a.trustreviews-name{color:#154fc1!important;text-decoration:none!important;white-space:nowrap!important;text-overflow:ellipsis!important}.trustreviews.wpac .trustreviews-list-review .trustreviews-stars{display:inline-block;margin-right:4px!important}.trustreviews.wpac.wp-dark .trustreviews-name a{color:#eee!important}.trustreviews-fb{padding:1px;width:16px!important;height:16px!important;border-radius:50%;background:#0866ff!important}.trustreviews{display:block!important;width:100%!important;padding-bottom:20px!important;text-align:left!important;direction:ltr!important;box-sizing:border-box!important}.trustreviews .trustreviews-row{display:-ms-flexbox!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;-ms-flex-wrap:nowrap!important;-ms-flex-align:center!important}.trustreviews .trustreviews-row-xs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.trustreviews .trustreviews-row-xs .trustreviews-header,.trustreviews .trustreviews-row-xs .trustreviews-content,.trustreviews .trustreviews-row-xs .trustreviews-review,.trustreviews .trustreviews-row-x .trustreviews-header+.trustreviews-content .trustreviews-review{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.trustreviews .trustreviews-row-xl .trustreviews-header+.trustreviews-content{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.trustreviews .trustreviews-row-l .trustreviews-header+.trustreviews-content{-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.trustreviews .trustreviews-row-m .trustreviews-header+.trustreviews-content{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.trustreviews .trustreviews-row-s .trustreviews-header+.trustreviews-content{-ms-flex:0 0 66.666666%;flex:0 0 66.666666%;max-width:66.666666%}.trustreviews .trustreviews-row-x .trustreviews-header,.trustreviews .trustreviews-row-x .trustreviews-header+.trustreviews-content,.trustreviews .trustreviews-row-x .trustreviews-review,.trustreviews .trustreviews-row-s .trustreviews-header+.trustreviews-content .trustreviews-review{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.trustreviews .trustreviews-row-s .trustreviews-header,.trustreviews .trustreviews-row-s .trustreviews-review,.trustreviews .trustreviews-row-m .trustreviews-header+.trustreviews-content .trustreviews-review{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.trustreviews .trustreviews-row-m .trustreviews-header,.trustreviews .trustreviews-row-m .trustreviews-review,.trustreviews .trustreviews-row-l .trustreviews-review{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.trustreviews .trustreviews-row-l .trustreviews-header,.trustreviews .trustreviews-row-xl .trustreviews-review{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.trustreviews .trustreviews-row-xl .trustreviews-header{-ms-flex:0 0 16.666666%;flex:0 0 16.666666%;max-width:16.666666%}.trustreviews .trustreviews-content{position:relative!important;min-width:0!important}.trustreviews .trustreviews-content-inner{position:relative!important}.trustreviews .trustreviews-header-inner,.trustreviews .trustreviews-review-inner{position:relative!important;margin:0 10px!important;padding:15px!important;width:100%!important}.trustreviews:not(.wp-dark) .trustreviews-review-inner.trustreviews-backgnd{background:#fafafa!important}.trustreviews .trustreviews-review-inner.trustreviews-round{border-radius:4px!important}.trustreviews .trustreviews-review-inner.trustreviews-shadow{box-shadow:0 0 2px rgba(0,0,0,0.12),0 2px 4px rgba(0,0,0,0.24)!important}.trustreviews .trustreviews-review-inner>svg{position:absolute!important;top:10px!important;right:10px!important;width:18px!important;height:18px!important}.trustreviews .trustreviews-reviews{display:flex!important;display:-ms-flexbox!important;overflow:hidden!important;scrollbar-width:none}.trustreviews .trustreviews-reviews::-webkit-scrollbar{display:none!important}.trustreviews .trustreviews-review{display:flex;position:relative!important;justify-content:center!important;align-items:center!important;flex-shrink:0!important}.trustreviews .trustreviews-controls{position:absolute!important;top:50%!important;width:100%!important}.trustreviews .trustreviews-btns{position:absolute!important;height:33px!important;width:33px!important;text-align:center!important;cursor:pointer!important;border-radius:50%!important;user-select:none!important;transition:all .2s ease-in-out!important}.trustreviews .trustreviews-btns svg path{fill:#aaa}.trustreviews .trustreviews-btns:hover svg path{fill:#555!important}.trustreviews .trustreviews-btns.trustreviews-prev{left:0!important;margin-left:-5px!important}.trustreviews .trustreviews-btns.trustreviews-next{right:0!important;margin-right:-5px!important}.trustreviews .trustreviews-dots{position:absolute!important;left:50%!important;display:flex!important;gap:12px!important;align-items:center!important;transform:translate(-50%,0)!important;text-align:center!important}.trustreviews .trustreviews-dot{display:inline-block!important;width:6px!important;height:6px!important;background:#ccc!important;border-radius:20px!important;cursor:pointer!important;opacity:.4!important;transition:all .2s ease-in-out!important}.trustreviews .trustreviews-dot:hover{opacity:1!important}.trustreviews .trustreviews-dot.active{width:8px!important;height:8px!important;opacity:1!important;background:#427fed!important}.trustreviews .trustreviews-review .trustreviews-left{display:block!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;line-height:24px!important}.trustreviews .trustreviews-review .trustreviews-stars{margin:15px 0 7px!important}.trustreviews .trustreviews-review .trustreviews-feedback{height:100px!important;overflow-y:auto!important}.trustreviews .trustreviews-review .trustreviews-feedback::-webkit-scrollbar{width:4px!important}.trustreviews .trustreviews-review .trustreviews-feedback::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)!important;-webkit-border-radius:4px!important;border-radius:4px!important}.trustreviews .trustreviews-review .trustreviews-feedback::-webkit-scrollbar-thumb{-webkit-border-radius:10px!important;border-radius:10px!important;background:#ccc!important;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5)!important}.trustreviews .trustreviews-review .trustreviews-feedback::-webkit-scrollbar-thumb:window-inactive{background:#ccc!important}.trustreviews .trustreviews-wr{margin:15px auto 8px!important}.trustreviews .trustreviews-wr a{color:#fff!important;padding:6px 15px 10px!important;outline:none!important;border-radius:27px!important;background:#0a6cff!important;white-space:nowrap!important;text-shadow:1px 1px 0 #888!important;box-shadow:0 0 2px rgba(0,0,0,0.12),0 2px 4px rgba(0,0,0,0.24)!important;user-select:none!important;transition:all .2s ease-in-out!important}.trustreviews .trustreviews-wr a:hover{background:#1f67e7!important;box-shadow:0 0 2px rgba(0,0,0,0.12),0 3px 5px rgba(0,0,0,0.24)!important}.trustreviews .trustreviews-wr a:active{background:#0a6cff!important;box-shadow:none!important}.trustreviews .trustreviews-wr a svg{display:inline-block;width:16px;height:16px;padding:1px;margin:0 0 0 4px;background:#fff;border-radius:50%}.trustreviews[data-layout=slider] .trustreviews-reviews{margin:0 20px!important;padding:10px 0 15px!important;overflow-x:scroll!important;flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important}.trustreviews[data-layout=slider] .trustreviews-review{scroll-snap-align:start!important;transform-origin:center center!important;transform:scale(1)!important;transition:transform .5s!important}.trustreviews[data-layout=grid] .trustreviews-reviews{margin:10px!important;padding:0!important;flex-wrap:wrap!important;-ms-flex-wrap:wrap!important}.trustreviews[data-layout=grid] .trustreviews-review-inner{margin:10px!important}.trustreviews[data-layout=grid] .trustreviews-header-inner{margin:0 10px!important;padding:0!important}
   html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio {
font-family: inherit;
font-size: 100%;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
border: 0;
outline: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
html, body {
margin: 0;
padding: 0;
width: 100%;
}
html {
font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow-y: scroll !important;
overflow-x: hidden;
height: 100%;
}
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-accordion .ui-accordion-header,
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;
} html {
font-size: 16px;
}
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 {
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, ul li {
margin: 9px 0;
} a {
text-decoration: none;
background: transparent;
}
a,
a:hover,
a:focus,
a:active {
outline: 0;
}
a img {
border: none;
}
a,
button,
input[type="button"],
input[type="submit"] {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-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;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
display: block;
}
:active, :focus {
outline: 0;
}
a[href="javascript:void(0)"] {
cursor: default;
} table {
border-collapse: collapse;
}
table th + th, table th + td, table td + th, table td + td {
border-left: 1px solid #ddd;
}
table > p {
margin: 0 !important;
}
table th {
padding: 1.4em 1em;
letter-spacing: 1px;
}
table td {
padding: 1.4em 1em;
font-size: 0.938em;
}
table th {
font-size: 1.125em;
font-weight: 600;
font-style: normal;
text-transform: uppercase;
text-align: center;
}
caption {
font-weight: 700;
text-align: center;
} blockquote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-large:not(.is-style-plain) {
position: relative;
text-align: left;
padding: 0 0 0 2em;
}
blockquote:before {
content: '\e969';
font-family: "fontello";
font-size: 1em;
display: block;
position: absolute;
z-index: 1;
top: 1px;
left: 0;
font-weight: 400;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
blockquote p {
margin: 0;
font-size: 1em;
line-height: 1.62em;
font-weight: 400;
}
blockquote > cite, blockquote > p > cite {
display: block;
font-size: 1em;
line-height: 1.6em;
font-weight: 500;
font-style: normal;
text-transform: uppercase;
margin-top: 1.45em;
letter-spacing: 2.2px;
}
.blog_mode_post blockquote,
.blog_mode_page blockquote,
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
margin: 2em 0 2em 3em;
}
.blog_mode_post .comments_list blockquote,
.blog_mode_page .comments_list blockquote {
margin: 1.5em 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: .5ex;
}
small {
font-size: 80%;
}
big {
font-size: 120%;
}
[hidden], template {
display: none;
}
hr {
height: 0;
border: none;
border-top: 1px solid #eee;
margin: 6.7857em 0;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
} img {
max-width: 100%;
height: auto;
vertical-align: top;
}
figure.wp-block-gallery {
display: -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: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
figure,
.wp-caption,
.wp-caption-overlay .wp-caption {
border: 0;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
max-width: 100%;
}
figure:not(.wp-block-gallery) > figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption,
.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: 1.125em;
line-height: 1.125em;
font-weight: 600;
font-style: normal;
-webkit-transition: margin-bottom 0.3s ease;
-ms-transition: margin-bottom 0.3s ease;
transition: margin-bottom 0.3s ease;
margin-bottom: 0;
text-align: center;
padding: 15px 10px;
text-transform: uppercase;
letter-spacing: 1px;
transition: 0.3s;
max-height: 50% !important;
overflow-x: hidden;
overflow-y: auto;
-webkit-flex-grow: 0;
-ms-flex-grow: 0;
flex-grow: 0;
-webkit-flex-basis: auto;
-ms-flex-basis: auto;
flex-basis: auto;
box-sizing: border-box;
}
figure.gallery-item > figcaption {
max-height: 30% !important;
}
figure:not(.wp-block-gallery):hover > figcaption,
.wp-caption:hover .wp-caption-text,
.wp-caption:hover .wp-caption-dd,
.wp-caption-overlay .wp-caption:hover .wp-caption-text,
.wp-caption-overlay .wp-caption:hover .wp-caption-dd {
opacity: 0;
}
figure:not(.wp-block-gallery) > figcaption:hover,
.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;
}
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;
font-weight: inherit;
font-style: inherit;
display: inline-block;
vertical-align: top;
width: auto;
margin: 0;
}  form {
margin-bottom: 0;
}
button, input, optgroup, select, textarea, textarea.wp-editor-area {
font-family: inherit;
font-size: 1em; margin: 0; vertical-align: baseline; }
button {
overflow: visible;
}
input[placeholder]::-webkit-input-placeholder,
textarea[placeholder]::-webkit-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
text-overflow: ellipsis;
}
input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
text-overflow: ellipsis;
}
input[placeholder]::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;
-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;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; } input[type="number"]::-webkit-outer-spin-button {
height: 50%;
}
input[type="number"],
input[type="search"] {
-webkit-appearance: none; -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
button[disabled],
html input[disabled] {
cursor: default !important;
}
button:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
textarea.wp-editor-area:focus {
outline: none;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
select,
textarea,
textarea.wp-editor-area {
-webkit-appearance: none;
outline: none;
resize: none;
} label.required:after {
content: '*';
display: none;
vertical-align: text-top;
font-size: 80%;
color: #da6f5b;
} fieldset {
padding: 1em 1.5em;
margin: 1.5em 0.2em;
border: 1px solid #ddd;
position: relative;
}
fieldset legend {
position: absolute;
z-index: 1;
top: -0.6em;
left: 1.5em;
background-color: #fff;
font-weight: 400;
font-style: italic;
padding: 0 0.2em;
letter-spacing: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.theme_button,
.post_item .more-link,
.gallery_preview_show .post_readmore,
#buddypress .comment-reply-link,
#buddypress .generic-button a,
#buddypress a.button,
#buddypress button,
#buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress input[type="submit"],
#buddypress ul.button-nav li a,
#buddypress div.activity-meta a,
a.bp-title-button,
body #booked-profile-page input[type="submit"],
body #booked-profile-page button,
body .booked-list-view input[type="submit"],
body .booked-list-view button,
body table.booked-calendar input[type="submit"],
body table.booked-calendar button,
body .booked-modal input[type="submit"],
body .booked-modal button,
.mc4wp-form .mc4wp-form-fields input[type="submit"],
.sc_button,
.sc_form button,
.tourmaster-tour-search-wrap input.tourmaster-tour-search-submit[type="submit"],
#tribe-bar-form .tribe-bar-submit input[type="submit"],
#tribe-bar-form button,
#tribe-bar-form a,
#tribe-bar-form input,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
#tribe-events .tribe-events-button,
.tribe-events-button,
.tribe-events-cal-links a,
.tribe-events-sub-nav li a,
.tribe-events-read-more,
#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button,
.edd_download_purchase_form .button,
#edd-purchase-button,
.edd-submit.button,
.widget_edd_cart_widget .edd_checkout a,
.woocommerce .button, .woocommerce-page .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce input[type="button"], .woocommerce-page input[type="button"],
.woocommerce input[type="submit"], .woocommerce-page input[type="submit"],
.woocommerce .woocommerce-message .button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond p.form-submit input[type="submit"],
.woocommerce-page #review_form #respond p.form-submit input[type="submit"],
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce table.cart td.actions .button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled,
.yith-woocompare-widget a.clear-all {
-webkit-appearance: none;
cursor: pointer;
display: inline-block;
font-size: 13px;
line-height: 16px;
font-weight: 700;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
text-transform: uppercase;
white-space: nowrap;
padding: 1.645em 4.25em;
letter-spacing: 0;
height: auto;
border-width: 0 !important;
}
.wp-block-button .wp-block-button__link {
line-height: 1em;
}
.wp-block-cover p:not(.has-text-color) a:hover {
opacity: 0.8;
}
.sc_button_simple {
min-height: 15px;
font-weight: 500 !important;
font-size: 14px !important;
letter-spacing: 1.88px !important;
}
.sc_button_simple.sc_button_icon_right {
padding-right: 1.6em;
}
.sc_button.sc_button_size_small,
.theme_button.theme_button_small {
padding: 0.8em 1.6em;
}
.sc_button.sc_button_simple.sc_button_size_small {
padding-top: 0;
padding-bottom: 0;
padding-right: 2em;
font-size: 13px !important;
}
.sc_button.sc_button_simple:before, .sc_button.sc_button_simple:after {
content: '\e96b';
font-family: "fontello";
font-weight: 400 !important;
font-size: 1.1em;
}
.sc_button.sc_button_simple.sc_button_size_large {
font-size: 1.1em !important;
} .sc_button.sc_button_bordered {
border-width: 2px !important;
padding: 1.5em 4.05em;
}
.sc_layouts_row_type_narrow .sc_button.sc_button_bordered {
padding: 0.8em 1.8em;
}
.sc_button.sc_button_bordered.sc_button_size_small {
padding: 0.6em 1.4em;
} .sc_button_simple {
font-size: 1em;
line-height: 1.25em;
font-weight: 400;
font-style: normal;
letter-spacing: 0;
text-transform: none;
border: none;
padding: 0 1.95em 0 0;
}
.sc_button_simple:before,
.sc_button_simple:after {
content: '\e93a';
font-family: "fontello";
font-style: normal;
} .widget.woocommerce .button,
.widget.WOOCS_CONVERTER .button,
.widget.yith-woocompare-widget a.button,
.widget.yith-woocompare-widget a.clear-all {
font-size: 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 {
padding: 1em 1.3em;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
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: 1.5em;
display: block;
text-align: center;
border: 1px solid #ecedf1;
width: 0.6em;
height: 0.6em;
line-height: 0.53em;
position: absolute;
z-index: 1;
top: 0.18em;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.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 {
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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';
} select {
text-overflow: ellipsis;
white-space: nowrap;
}
select::-ms-expand {
display: none;
} select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]) {
visibility: hidden;
} .select_container select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"]) {
visibility: visible;
} .select_container {
width: 100%;
position: relative;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.select_container,
.select_container:after,
.select_container select {
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.select_container:before {
content: ' ';
display: block;
position: absolute;
z-index: 1;
top: 1px;
right: 1px;
bottom: 1px;
left: auto;
width: 3em;
z-index: 1;
pointer-events: none;
cursor: pointer;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.sc_input_hover_accent .select_container:before {
right: 2px;
top: 2px;
bottom: 2px;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.select_container:after {
content: '\e828';
font-family: "fontello";
display: block;
position: absolute;
z-index: 2;
top: 50%;
right: 1em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
margin-top: -0.5em;
pointer-events: none;
cursor: pointer;
}
.select_container select {
background: none !important;
width: 100% !important;
max-width: none !important;
padding-right: 3em !important;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget .select_container select {
padding-right: 2em !important;
padding-top: 0.75em;
padding-bottom: 0.75em;
}
.widget .select_container:before {
width: 2em;
}
.widget .select_container:after {
right: 0.5em;
} .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;
-webkit-border-radius: 0;
-ms-border-radius: 0;
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%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.select2-drop-active {
border: none;
}
.select2-dropdown {
border: 1px solid #ddd;
}
.select2-search {
padding: 4px 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin: 0 !important;
padding: 0 !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
display: block;
top: 5px;
left: 5px;
width: auto;
height: auto;
font-size: 0.8em;
line-height: normal;
padding: 1em 1.5em;
color: #21759b;
background-color: #f1f1f1;
border-radius: 3px;
clip: auto !important;
text-decoration: none; z-index: 100000;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
-ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.alignleft {
display: inline-block;
float: left;
margin-right: 2em;
}
.alignright {
display: inline-block;
float: right;
margin-left: 2em;
}
.aligncenter {
clear: both;
margin-left: auto !important;
margin-right: auto !important;
text-align: center;
}
figure.alignleft,
figure.alignright {
margin-top: 0.5em;
}
.wp-block-gallery[class*="align"] {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
figure.aligncenter {
margin-bottom: 1em;
}
img.alignnone,
img.alignright,
img.alignleft {
margin-bottom: 0.7em;
}
.wp-caption.alignnone,
.wp-caption.alignleft,
.wp-caption.alignright {
margin-bottom: 0.7em;
} .sticky_wrap {
margin-bottom: 5em;
}
.sticky {
position: relative;
border: 2px solid #ddd;
padding: 2em;
}
.sidebar_hide .sticky_wrap .sticky,
.body_style_fullwide .sticky_wrap .sticky,
.body_style_fullscreen .sticky_wrap .sticky {
text-align: center;
}
.sticky .label_sticky {
display: block;
position: absolute;
z-index: 1;
top: -14px;
right: -14px;
width: 0;
height: 0;
border: 12px solid transparent;
border-top-color: #ddd;
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
.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;
}
div.gallery + * {
margin-top: 1.85em;
}
.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;
} .post-password-form label {
display: inline-block;
vertical-align: top;
}
.post-password-form input[type="submit"] {
display: inline-block;
margin-left: 0.2em;
height: 52px;
padding: 0.5em 2.55em 0.6em;
}
.post-password-form input[type="password"] {
height: 52px;
padding: 0.5em 1.5em;
font-size: 14px;
} .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);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.visible {
visibility: visible;
}
.invisible {
visibility: hidden;
}
.show {
display: block !important;
}
.hide {
display: none !important;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.text-hide {
font-size: 0;
line-height: 0;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.vertical-centered {
overflow: hidden;
}
.vertical-centered:before {
content: ' ';
width: 0;
height: 100%;
margin-left: -0.3em;
}
.vertical-centered:before,
.vertical-centered > * {
display: inline-block;
vertical-align: middle;
}
.artrium_loading {
background-image: url(//www.bespokewebpro.com/wp-content/themes/artrium/images/preloader.gif);
background-position: center;
background-repeat: no-repeat;
} .page_wrap {
min-height: 100vh;
overflow: hidden;
}
.page_wrap,
.content_wrap {
margin: 0 auto;
}
.body_style_boxed {
background-color: #f0f0f0;
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.body_style_boxed .page_wrap {
width: 1370px;
}
.page_content_wrap {
padding-top: 9.7rem;
padding-bottom: 9.7rem;
}
.remove_margins .page_content_wrap {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.content_wrap,
.content_container {
width: 1170px;
margin: 0 auto;
}
.content_wrap .content_wrap,
.content_wrap .content_container,
.content_container .content_wrap,
.content_container .content_container {
width: 100%;
}
.content_wrap:after,
.content_container:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
}
.body_style_fullwide .content_wrap {
max-width: 1920px;
margin: 0 auto;
width: 100% !important;
padding-left: 130px;
padding-right: 130px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.content, .sidebar, .sidebar_inner {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.page_content_wrap .content_wrap {
position: relative;
}
.post_content > .elementor {
margin-left: -15px;
margin-right: -15px;
}
.body_style_fullscreen .post_content > .elementor {
margin-left: 0 !important;
margin-right: 0 !important;
} body.body_style_wide:not(.expand_content) [class*="content_wrap"] > .content,
body.body_style_boxed:not(.expand_content) [class*="content_wrap"] > .content {
width: 770px;
}
[class*="content_wrap"] > .sidebar {
width: 370px;
}
.sidebar_hide [class*="content_wrap"] > .content {
margin-left: auto;
margin-right: auto;
}
.sidebar_right [class*="content_wrap"] > .content {
float: left;
}
.sidebar_right [class*="content_wrap"] > .sidebar {
float: right;
}
.sidebar_left [class*="content_wrap"] > .content {
float: right;
}
.sidebar_left [class*="content_wrap"] > .sidebar {
float: left;
} .body_style_fullwide [class*="content_wrap"] > .content,
.body_style_fullscreen [class*="content_wrap"] > .content {
width: 100%;
}
.body_style_fullwide.sidebar_right [class*="content_wrap"] > .content,
.body_style_fullscreen.sidebar_right [class*="content_wrap"] > .content {
padding-right: 400px;
}
.body_style_fullwide.sidebar_right [class*="content_wrap"] > .sidebar,
.body_style_fullscreen.sidebar_right [class*="content_wrap"] > .sidebar {
margin-left: -370px;
}
.body_style_fullwide.sidebar_left [class*="content_wrap"] > .content,
.body_style_fullscreen.sidebar_left [class*="content_wrap"] > .content {
padding-left: 400px;
}
.body_style_fullwide.sidebar_left [class*="content_wrap"] > .sidebar,
.body_style_fullscreen.sidebar_left [class*="content_wrap"] > .sidebar {
margin-right: -370px;
}
.body_style_fullscreen .page_content_wrap {
overflow: hidden;
padding: 0;
position: relative; } .body_style_fullscreen [class*="content_wrap"] > .content > article.page {
padding: 0;
}   .top_panel {
position: relative;
z-index: 8000;
padding: 0.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 {
object-fit: cover;
overflow: hidden;
position: absolute;
z-index: -1 !important;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}
div#background_video {
position: absolute !important;
}
div#background_video:after {
content: ' ';
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.3);
}
div#background_video iframe,
div#background_video video {
position: absolute;
z-index: 1;
top: 50% !important;
left: 50% !important;
-webkit-transform: translate(-50%, 50%) !important;
-ms-transform: translate(-50%, 50%) !important;
transform: translate(-50%, 50%) !important;
max-width: none;
}
#tubular-container {
display: none;
}
.top_panel.with_bg_video {
background: #000;
} .header_position_over .page_wrap {
position: relative;
}
.header_position_over .top_panel {
position: absolute;
z-index: 8000;
top: 0;
left: 0;
width: 100%;
background: none !important;
}
.header_position_over .top_panel .sc_layouts_row[class*="scheme_"]:not(.sc_layouts_row_fixed_on) {
background-color: transparent;
}
.header_position_under .top_panel {
position: relative;
z-index: 2;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.header_position_under .top_panel_mask {
display: none;
background-color: #000;
opacity: 0;
pointer-events: none;
position: absolute;
z-index: 9999;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.header_position_under .page_content_wrap {
position: relative;
z-index: 4;
}
.header_position_under .footer_wrap {
position: relative;
z-index: 3;
}  .top_panel_default .sc_layouts_row_fixed_on {
-webkit-transition: padding 0.3s ease;
-ms-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;
-ms-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: '\e93c';
font-family: "fontello";
}
body:not(.mobile_layout) .top_panel_default .sc_layouts_row_type_compact .sc_layouts_item {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.sc_layouts_menu_nav > li[class*="icon-"]:before {
display: inline-block;
padding: 0;
width: 1em;
line-height: inherit;
position: absolute;
z-index: 1;
top: 50%;
left: 0.3em;
height: 1em;
margin-top: -0.5em;
} .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;
-ms-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
.menu_style_right .menu_side_wrap {
left: auto;
right: 0;
}
.admin-bar .menu_side_wrap {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .menu_side_wrap {
top: 46px;
}
}
@media (max-width: 600px) {
.admin-bar .menu_side_wrap {
top: 0;
}
}
.menu_side_wrap .menu_side_inner {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.menu_style_side .menu_side_wrap .sc_layouts_logo {
display: block;
padding: 25% 10%;
text-align: center;
border-bottom: 1px solid #ddd;
position: relative;
z-index: 1;
}
.menu_style_side .menu_side_wrap .logo_text {
font-size: 1em;
letter-spacing: 0;
text-align: center;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.menu_style_side .menu_side_wrap .logo_slogan {
display: none;
}
.menu_side_wrap .menu_mobile_button {
display: block;
position: relative;
left: 0;
right: auto;
top: 0;
}
.menu_side_wrap .menu_side_button {
display: none;
font-size: 16px;
margin-top: -1.5em;
overflow: hidden;
cursor: pointer;
position: absolute;
z-index: 1;
top: 50%;
left: -1.5em;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: left 0.3s ease, right 0.3s ease;
-ms-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;
-webkit-border-radius: 50% 0 0 50%;
-ms-border-radius: 50% 0 0 50%;
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;
-webkit-border-radius: 0 50% 50% 0;
-ms-border-radius: 0 50% 50% 0;
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;
-ms-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;
-ms-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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon:before {
width: 9px;
height: 9px;
line-height: 9px;
text-align: center;
}
.menu_style_left .toc_menu_item .toc_menu_description {
left: -20em;
right: auto;
}
.menu_style_left .toc_menu_item:hover .toc_menu_description {
left: 100%;
right: auto;
} .top_panel_mobile_info p {
margin: 0;
} body.mobile_layout.menu_style_left {
margin-left: 0;
}
body.mobile_layout.menu_style_right {
margin-right: 0;
}
body.mobile_layout.menu_style_right .menu_side_wrap {
right: -6rem;
}
body.mobile_layout.menu_style_left .menu_side_wrap {
left: -6rem;
}
body.mobile_layout.menu_style_right .menu_side_wrap.opened {
right: 0;
}
body.mobile_layout.menu_style_left .menu_side_wrap.opened {
left: 0;
}
body.mobile_layout.menu_style_side .menu_side_wrap .menu_side_button {
display: block;
}
body.mobile_layout.menu_style_left .menu_side_wrap .menu_side_button:hover {
right: -2em;
}
body.mobile_layout.menu_style_right .menu_side_wrap .menu_side_button:hover {
left: -2em;
}
.menu_mobile_close {
display: block;
cursor: pointer;
width: 5em;
height: 5em;
line-height: 5em;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.menu_mobile_close:before,
.menu_mobile_close:after {
content: ' ';
position: absolute;
z-index: 2;
top: 50%;
left: 38%;
width: 25%;
height: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-top: -1px;
border-top: 2px solid #fff;
}
.menu_mobile_close:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_mobile_close:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.menu_mobile_overlay {
display: none !important;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 100000;
}
.menu_mobile {
position: fixed;
z-index: 100002;
top: 0;
left: 0;
width: 100%;
height: 0;
-webkit-transition: height 0.3s ease;
-ms-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;
}
.sc_layouts_logo .logo_text {
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.menu_mobile .sc_layouts_logo {
text-align: center;
margin: 4.4rem 0 0;
font-size: 1em !important; }
.menu_mobile .menu_mobile_nav_area {
position: absolute;
z-index: 1;
top: 48%;
left: 0;
width: 100%;
height: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
max-height: 49%;
padding-right: 20px; overflow-y: scroll;
}
.menu_mobile .menu_mobile_nav_area ul {
margin: 0 auto;
padding: 0;
list-style: none;
width: auto;
}
.menu_mobile .menu_mobile_nav_area ul ul {
margin: 0;
display: none;
}
.menu_mobile .menu_mobile_nav_area > ul > li:before {
width: 1em;
left: -1em;
top: 6px;
display: inline-block;
position: relative;
margin-left: -1em;
}
.sc_layouts_menu_mobile_button .sc_layouts_item_icon {
font-size: 1.7em;
}
.menu_mobile .menu_mobile_nav_area li {
margin: 0;
width: auto;
}
.menu_mobile .menu_mobile_nav_area li > a {
font-size: 1.25em;
line-height: 1.5em;
padding: 1px 2.5em 1px 0;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
display: inline-block;
width: 28rem;
text-align: left;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.menu_mobile .menu_mobile_nav_area > ul > li > a {
font-size: 2em;
line-height: 1.5em;
}
.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;
-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;
}
.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: 28rem;
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:last-child {
margin-right: 0;
}
.menu_mobile .social_item .social_icon {
display: block;
font-size: 1em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
}
.sc_layouts_menu_mobile_button .sc_layouts_item_icon:before {
font-family: "fontello";
content: '\e93c';
font-weight: 400;
} .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;
-ms-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: 4em 0 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.mobile_device .menu_mobile .search_mobile,
.mobile_layout .menu_mobile .search_mobile {
position: relative;
bottom: auto;
left: 0;
margin: 3em auto 0;
}
.mobile_device .menu_mobile .socials_mobile,
.mobile_layout .menu_mobile .socials_mobile {
position: relative;
bottom: auto;
margin: 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;
}  .blog_archive {
padding-bottom: 4em;
}
.post_item p:last-child {
margin-bottom: 0;
}
.post_item > .post_title {
margin-top: 0;
}
.post_item .more-link,
.gallery_preview_show .post_readmore {
margin-top: 2.5em;
}
.post_item.post_layout_excerpt .more-link {
margin-top: 1.2em;
padding: 1em 3em;
} .mptt-navigation-tabs,
div.artrium_tabs .artrium_tabs_titles {
list-style-type: none;
padding: 0;
text-align: center;
letter-spacing: 0;
margin: 0 0 3.2em;
}
.esg-grid > .esg-filters.esg-singlefilters {
padding-bottom: 2.5em;
}
.esg-grid .esg-loadmore-wrapper .esg-loadmore:hover,
.esg-grid .esg-loadmore-wrapper .esg-loadmore {
margin-top: 3.8em !important;
}
.minimal-light .esg-navigationbutton:hover,
.minimal-light .esg-navigationbutton {
margin: 0 !important;
border: none !important;
-webkit-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
padding: 1.645em 4.25em !important;
}
.minimal-light .esg-navigationbutton {
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
div.esg-filter-wrapper .esg-filterbutton,
.mptt-navigation-tabs li,
div.artrium_tabs .artrium_tabs_titles li {
display: inline-block;
margin: 0 0 3px;
font-size: 14px;
line-height: 1.4em;
font-weight: normal;
font-weight: 500;
letter-spacing: 1.8px;
text-transform: uppercase;
padding: 0;
border: none;
-webkit-border-radius: 0;
-ms-border-radius: 0;
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.artrium_tabs .artrium_tabs_titles li + li {
margin-left: 3px;
}
div.esg-filter-wrapper .esg-filterbutton > span,
.mptt-navigation-tabs li a,
div.artrium_tabs .artrium_tabs_titles li a,
div.artrium_tabs .artrium_tabs_titles li a.ui-tabs-anchor {
display: block;
float: none;
padding: 0.8em;
-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;
}
div.esg-filter-wrapper .esg-filterbutton > span {
padding: 0.8em 1.6em 0.8em 0;
}
.elementor-shortcode > div.esg-filter-wrapper .esg-mobile-filter-button + .esg-filterbutton > span {
padding-left: 0;
}
.esg-filter-wrapper.minimal-light .esg-filter-checked {
display: none;
}
.esg-filter-wrapper.minimal-light > .esg-filterbutton:first-child > span {
padding-left: 0;
}
div.artrium_tabs .artrium_tabs_content {
padding: 0;
}
div.artrium_tabs .artrium_tab_content_remove {
opacity: 0;
}
div.artrium_tabs .nav-links {
margin-top: 1em;
} .post_featured {
overflow: hidden;
position: relative;
margin-bottom: 2em;
}
.post_featured_bg {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.post_featured_bg:before {
content: ' ';
width: 0;
height: 0;
padding-top: 56.25%;
display: inline-block;
vertical-align: top;
margin-left: -0.3em;
}
.post_featured_right {
float: right;
width: 50%;
margin-left: 4.3478%;
}
.post_featured_left {
float: left;
width: 50%;
margin-right: 4.3478%;
} .post_meta .post_meta_item,
.post_meta .vc_inline-link {
margin-left: 0;
-webkit-transition: color 0.3s ease;
-ms-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.11em;
}
.post_meta .vc_inline-link:before {
content: '\e8bb';
font-family: "fontello";
}
.post_meta .post_counters_item.post_counters_comments:before {
content: '\e957';
font-family: "fontello";
}
.post_counters_item:before {
font-size: 1.1em;
}
.post_meta .post_counters_label {
display: none;
}
.post_meta .post_categories > a {
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
display: inline-block;
font-size: 13px;
font-weight: 500;
line-height: 16px;
padding: 4px 11px;
margin: 5px 2px 0 0;
vertical-align: top;
}
.post_meta .post_categories > a {
margin: 0 2px 5px 0;
}
.post_meta .post_categories > a:last-child {
margin-right: 0 !important;
}
.post_meta .post_categories {
position: relative;
top: -3px;
}
.post_item_single .post_featured + .post_header .post_meta_item.post_categories {
display: none;
} .post_share .social_items {
font-size: 1em;
}
.socials_share.socials_type_drop .social_items {
padding: 0.8em 1em;
}
.post_share .social_items .social_item .social_icon i {
font-style: normal;
text-transform: capitalize;
}
.post_meta .socials_share {
display: inline;
vertical-align: baseline;
}
.post_meta_item .socials_share .social_items {
bottom: auto;
top: 2.5em;
}
.post_meta_item .socials_share .social_items:before {
bottom: auto;
top: -5px;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
} .post_featured .mask {
background-color: rgba(0, 0, 0, 0.5);
} .wp-playlist .wp-playlist-current-item img {
background-color: #fff;
} .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: 16px;
line-height: 0.9em;
font-weight: 500;
font-style: normal;
text-transform: uppercase;
letter-spacing: 2.25px;
}
.trx_addons_audio_player .audio_author {
margin-left: 0;
margin-right: 0;
text-transform: uppercase;
}
.format-audio .post_featured .post_audio_title,
.trx_addons_audio_player .audio_caption {
font-size: 18px;
line-height: 1.35em;
font-weight: 600;
text-transform: uppercase;
}
.format-audio .post_featured .post_audio_title {
font-size: 1.2em;
line-height: 1.5em;
margin-top: 0em;
margin-bottom: 1.3em;
letter-spacing: 0.6px;
}
.format-audio .post_featured.with_thumb .post_audio_author,
.trx_addons_audio_player.with_cover .audio_author,
.format-audio .post_featured.with_thumb .post_audio_title,
.trx_addons_audio_player.with_cover .audio_caption {
color: #ffffff;
}
.vc_row .trx_addons_audio_player .audio_caption {
font-size: 1.2em;
line-height: 1.35em;
}
.trx_addons_audio_player .audio_author + .audio_caption {
margin: -0.6em 0 0.55em;
}
.format-audio .post_featured.with_thumb .post_audio {
position: absolute;
z-index: 1000;
top: auto;
right: 6%;
bottom: 2em;
left: 6%;
text-align: left;
}
.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
padding: 2em 2.5em;
border: none;
} .trx_addons_audio_player {
padding: 1.9em 2.7em 2.5em;
}
.trx_addons_audio_player.without_cover {
outline: none;
border: none;
}
.mejs-time-buffering, .mejs-time-current, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total {
border-radius: 0 !important;
height: 3px !important;
}
.mejs-time-handle-content,
.mejs-horizontal-volume-total {
height: 3px !important;
}
.mejs-time-handle-content {
border-width: 1px !important;
}
.mejs-time {
font-size: 12px !important;
}
.mejs-time-rail {
padding-top: 13px !important;
}
.mejs-horizontal-volume-total {
top: 18px !important;
}
.mejs-controls .mejs-button > button {
font-weight: 400;
}
.mejs-controls {
height: 54px !important;
padding-top: 7px !important;
}
.mejs-container {
min-height: 54px !important;
}
.trx_addons_audio_player .audio_info + .audio_embed, .trx_addons_audio_player .audio_info + .audio_frame {
margin-top: 1.2em;
}
.post_featured.with_thumb .mejs-container,
.post_featured.with_thumb .mejs-controls,
.post_featured > div > .mejs-container,
.trx_addons_audio_player.with_cover .mejs-container,
.trx_addons_audio_player.with_cover .mejs-controls {
background: none;
padding: 0;
}
.post_featured > div > .mejs-container .mejs-controls {
background: none;
}
.sidebar .mejs-controls .mejs-time,
.footer_wrap .mejs-controls .mejs-time {
display: none;
}
.mejs-button > button {
-webkit-border-radius: 0;
-ms-border-radius: 0;
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: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
-ms-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: 0;
}
.format-video .post_featured.with_thumb:hover .mask {
opacity: 1;
}
.trx_addons_video_player.with_cover .video_hover,
.format-video .post_featured.with_thumb .post_video_hover {
width: 52px;
height: 52px;
line-height: 52px;
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;
position: absolute;
z-index: 4;
top: 50%;
left: 50%;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin: 2em 0 0 -26px;
font-size: 0.8em;
opacity: 0;
cursor: pointer;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.5);
border: none;
}
.trx_addons_video_player.with_cover .video_hover,
.format-video .post_featured.with_thumb .post_video_hover,
.trx_addons_video_player.with_cover:hover .video_hover,
.format-video .post_featured.with_thumb:hover .post_video_hover {
opacity: 1;
margin-top: -26px;
}
.related_wrap .format-video .post_featured.with_thumb .post_video_hover,
.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: 0.8rem;
width: 52px;
height: 52px;
line-height: 52px;
text-align: center;
letter-spacing: -3px;
}
.body_style_fullwide .format-video .post_featured.with_thumb .post_video_hover,
.post_layout_excerpt.format-video .post_featured.with_thumb .post_video_hover,
.post_layout_chess_1.format-video .post_featured.with_thumb .post_video_hover {
line-height: 54px;
}
.widget_video .trx_addons_video_player.with_cover .video_hover {
font-size: 0.8rem;
}
.sidebar .trx_addons_video_player.with_cover .video_hover,
.footer_wrap .trx_addons_video_player.with_cover .video_hover {
font-size: 0.8rem;
}
.trx_addons_video_player.with_cover .video_hover:before,
.format-video .post_featured.with_thumb .post_video_hover:before {
content: '\e967';
font-family: "fontello";
}
.trx_addons_video_player.video_play:before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000;
z-index: 5;
}
.sc_layouts_popup .trx_addons_video_player .trx_addons_video {
width: 100% !important;
}
.sc_layouts_popup .trx_addons_video_player .trx_addons_video .mejs-video {
width: 100% !important;
}
.sc_layouts_popup .trx_addons_video_player .trx_addons_video .mejs-overlay {
width: 100% !important;
height: 100% !important;
}
.sc_layouts_popup .trx_addons_video_player .trx_addons_video video {
width: 100% !important;
height: 100% !important;
object-fit: cover;
}
.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%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
} .format-quote .post_content,
.format-aside .post_content,
.format-link .post_content,
.format-status .post_content {
padding: 0;
text-align: left;
}
.format-aside .post_content_inner, .post_item_single.format-aside .post_content > p,
.format-link .post_content_inner, .post_item_single.format-link .post_content > p,
.format-status .post_content_inner, .post_item_single.format-status .post_content > p {
font-size: 1.5rem;
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);
-ms-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;
-ms-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;
} .woocommerce nav.woocommerce-pagination ul,
.comments_pagination,
.nav-links,
.page_links {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
margin-top: 4.5em;
text-align: left;
border: none;
list-style-type: none;
clear: both;
}
div.esg-filters {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
text-align: left;
border: none;
list-style-type: none;
clear: both;
}
.page_links {
margin-top: 0;
padding-top: 4.5em;
}
.page_links .page_links_title {
display: inline-block;
vertical-align: top;
margin: 1.77em 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.6em 0.6em 0 0;
padding: 0;
border: 2px solid #ddd;
-webkit-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease;
-ms-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.6em 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;
font-weight: 400;
font-size: 1.25rem;
}
.nav-links .page-numbers.prev:before,
.comments_pagination .page-numbers.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before {
content: '\e96b';
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH";
display: inline-block;
}
.nav-links .page-numbers.next:before,
.comments_pagination .page-numbers.next:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before {
content: '\e96b';
-moz-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
filter: FlipH;
-ms-filter: "FlipH";
display: inline-block;
} .nav-links-single .nav-links {
font-size: 1em;
text-align: left;
margin-top: 4.4em;
overflow: hidden;
text-transform: none;
}
.nav-links-single .nav-links a {
display: block;
position: relative;
min-height: 80px;
z-index: 1;
padding-top: 6px;
}
.nav-links-single .nav-links a .nav-arrow {
width: 80px;
height: 80px;
line-height: 80px;
overflow: hidden;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border: none !important;
}
.nav-links-single .nav-links a .nav-arrow:before {
content: ' ';
display: block;
background-color: #fff;
opacity: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.nav-links-single .nav-links a:hover .nav-arrow:before {
opacity: 0.5;
}
.nav-links-single .nav-links a .nav-arrow:after {
content: '\e939';
font-family: "fontello";
display: inline-block;
position: relative;
z-index: 2;
top: 3em;
opacity: 0;
color: #292929;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
display: none;
}
.nav-links-single .nav-links a .post-title * {
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.nav-links-single .nav-links a:hover .nav-arrow:after {
top: 0;
opacity: 1;
}
.nav-links-single .nav-links .nav-next a .nav-arrow {
right: 0;
left: auto;
}
.nav-links-single .nav-links .nav-next a .nav-arrow:after {
content: '\e93a';
}
.nav-links-single .nav-links .nav-previous,
.nav-links-single .nav-links .nav-next {
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.nav-links-single .nav-links .nav-previous {
float: left;
text-align: left;
padding-right: 30px;
}
.nav-links-single .nav-links .nav-previous a {
padding-left: 98px;
}
.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: 30px;
}
.nav-links-single .nav-links .nav-next a {
padding-right: 98px;
}
.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;
-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;
}
.nav-links-single .nav-links .post-title {
margin: 0;
letter-spacing: 0;
}
.nav-links-single .nav-links .meta-nav,
.nav-links-single .nav-links .post_date {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1.6px;
} .image-navigation .nav-previous,
.image-navigation .nav-next {
float: none;
width: auto;
text-align: left;
padding: 0;
margin: 0;
position: absolute;
z-index: 1;
top: 50%;
left: 1.5em;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.image-navigation .nav-next {
left: auto;
right: 1.5em;
text-align: right;
}
.image-navigation .nav-previous a,
.image-navigation .nav-next a {
display: block;
padding: 1.1em 1em;
width: 0;
max-width: 20em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background-color: rgba(0, 0, 0, 0);
border: 1px solid rgba(0, 0, 0, 0);
color: #fff;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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);
-webkit-border-radius: 2em;
-ms-border-radius: 2em;
border-radius: 2em;
}
.image-navigation .nav-previous a:hover {
padding-left: 3.5em;
}
.image-navigation .nav-next a:hover {
padding-right: 3.5em;
}
.image-navigation .nav-previous a:after,
.image-navigation .nav-next a:after {
content: '\e8ef';
font-family: "fontello";
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 4em;
height: 4em;
line-height: 4em;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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::after {
content: ' ';
display: block;
width: 100%;
height: 0;
clear: both;
}
.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 0.8em;
text-align: left;
font-size: 2.750em;
} .post_item_single > .post_featured {
margin-bottom: 2.1em;
text-align: left;
}
.post_item_single:after {
content: ' ';
display: block;
width: 100%;
height: 0;
clear: both;
}
.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.5em;
}
.post_item_single .post_content > h1:first-child,
.post_item_single .post_content > h2:first-child,
.post_item_single .post_content > h3:first-child,
.post_item_single .post_content > h4:first-child,
.post_item_single .post_content > h5:first-child,
.post_item_single .post_content > h6:first-child,
.post_item_single .post_content > .vc_row:first-child h1:first-child,
.post_item_single .post_content > .vc_row:first-child h2:first-child,
.post_item_single .post_content > .vc_row:first-child h3:first-child,
.post_item_single .post_content > .vc_row:first-child h4:first-child,
.post_item_single .post_content > .vc_row:first-child h5:first-child,
.post_item_single .post_content > .vc_row:first-child h6:first-child,
.post_item_single .post_title {
margin-top: -0.2em;
}
.post_item_single .post_header_single .post_title {
margin-bottom: 0;
} .post_item_single .post_content > .post_meta_single {
font-size: 1em;
line-height: 1.375em;
margin-top: 2.4em;
letter-spacing: 0;
overflow: hidden;
clear: both;
}
.post_item_single .post_content > .post_meta_single .post_tags {
float: left;
display: block;
max-width: 55%;
margin-top: 0;
}
.post_item_single .post_content > .post_meta_single .post_tags a {
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
display: inline-block;
font-size: 13px;
font-weight: 500;
line-height: 16px;
padding: 6px 11px;
margin: 5px 5px 0 0;
vertical-align: top;
letter-spacing: 1.2px;
}
.post_item_single .post_content > .post_meta_single .post_tags:after {
display: none;
} .post_item_single .post_content > .post_meta_single .post_share {
float: right;
display: block;
max-width: 40%;
}
.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.6em 0.6em;
font-size: 1.1rem;
}
.post_item_single .post_content > .post_meta_single .post_share .social_item .social_icon {
display: block;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
background: transparent !important;
} .author_info {
margin-top: 3.4em;
padding: 2.7em 3.2em;
position: relative;
}
.author_avatar {
width: 150px;
height: 150px;
line-height: 150px;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
position: absolute;
z-index: 1;
top: 3rem;
left: 3.2rem;
}
.author_avatar img {
width: 100%;
height: auto;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.author_description {
padding-left: 198px;
}
.author_title {
margin-top: 0;
margin-bottom: 0.75em;
font-size: 31px;
font-weight: 500;
letter-spacing: 0;
}
.author_bio p {
margin: 0;
}
.author_bio p + p {
margin-top: 0.6em;
}
.author_bio .author_link {
display: block;
margin-top: 2.4em;
font-style: normal;
letter-spacing: 1.9px;
text-transform: uppercase;
position: relative;
font-size: 14px;
font-weight: 500;
}
.author_bio .author_link:after {
content: '\e96b';
font-family: "fontello";
margin-left: 0.66em;
font-weight: 400;
position: relative;
top: -1px;
}
.author_bio .socials_wrap {
margin-top: 1em;
} .related_wrap {
margin-top: 4em;
padding-top: 3.8em;
border-top: 1px solid #eee;
}
.related_wrap .related_item {
text-align: left;
}
.related_wrap .post_categories {
font-weight: 700;
text-transform: uppercase;
font-size: 12px;
}
.related_wrap .post_categories ul {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.related_wrap .post_categories li {
display: inline-block;
margin: 0;
}
.related_wrap .post_categories li + li {
margin-left: 0.5em;
}
.related_wrap .post_categories li:nth-child(n+3) {
display: none;
}
.related_wrap .post_title {
margin: 0 0 0.55em;
font-size: 25px;
font-weight: 500;
letter-spacing: 0;
line-height: 26px;
}
.related_wrap .post_date {
font-size: 0.7368em;
} .related_wrap .related_item_style_1 .post_featured .post_header {
display: block;
max-width: 70%;
padding: 3em 2em;
position: absolute;
z-index: 8;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.related_wrap .related_item_style_1.format-video .post_featured.with_thumb .post_video_hover {
top: 90%;
}
.related_wrap .related_item_style_1 .post_title {
margin: 0.8em 0;
letter-spacing: 1px;
line-height: 1.5em;
} .related_wrap .related_item_style_2 .post_featured {
margin-bottom: 1.8em;
}
.related_wrap .related_item_style_2 .post_featured img {
width: 100%;
}
.related_wrap .related_item_style_2 .post_date {
font-size: 12px;
line-height: 1.4em;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1.6px;
} .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: .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;
}
.comment_body {
padding: 2.2em 2em;
position: relative;
} .comments_list_wrap {
margin-top: 2.1em;
padding-top: 3.75em;
border-top: 1px solid #eee;
overflow: hidden;
}
.comments_list_wrap .comments_closed {
margin-top: 2em;
color: #1d1d1d;
}
.comments_list_wrap > ul {
padding: 0;
margin: 0;
list-style: none;
}
.comments_list_wrap ul li + li,
.comments_list_wrap li > ul > li {
padding-top: 2.5em;
}
.comments_list_wrap ul > li {
display: block;
overflow: hidden;
position: relative;
min-height: 6em;
margin: 0;
}
.comments_list_wrap ul > li:before {
display: none;
}
.comments_list_wrap ul ul {
margin-left: 2.5em;
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: 0;
}
.comments_list_wrap .comment_author_avatar {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
top: 2.65em;
left: 2.65em;
}
.comments_list_wrap ul li + li > .comment_body > .comment_author_avatar,
.comments_list_wrap li > ul > li > .comment_body > .comment_author_avatar {
outline: none;
}
.comments_list_wrap .bypostauthor > .comment_body .comment_author_avatar:after {
content: ' ';
display: block;
border: 12px solid transparent;
border-top-color: #ddd;
position: absolute;
z-index: 1;
top: -14px;
right: -14px;
width: 0;
height: 0;
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
.comments_list_wrap .comment_author_avatar img {
width: 100%;
}
.comments_list_wrap .comment_content {
padding-left: 6em;
overflow: hidden;
}
.comments_list_wrap .comment_info {
margin: -2px 0 0.7em;
position: relative;
}
.comments_list_wrap .comment_author {
margin: 0 0.85em 0 0;
display: inline-block;
}
.comments_list_wrap .comment_posted {
display: inline-block;
position: relative;
vertical-align: baseline;
font-size: 12px;
line-height: 1.4em;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1.6px;
}
.comments_list_wrap .comment_counters {
display: none !important;
}
.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;
}
.comments_list_wrap .comment_time {
display: none;
}
.comments_list_wrap .comment_not_approved {
padding: 0.2em 0 0.5em 0;
font-style: italic;
}
.comments_list_wrap .comment_text {
margin-bottom: 0.5em;
}
.comments_list_wrap .comment_text p {
margin: 0;
}
.comments_list_wrap .comment_text p + p {
margin-top: 0.6em;
}
.comments_list_wrap .comment_text ul,
.comments_list_wrap .comment_text ol {
margin: 0;
padding: 0 0 0 1.5em;
}
.comments_list_wrap .comment_text ul > li,
.comments_list_wrap .comment_text ol > li {
display: list-item;
}
.comments_list_wrap .comment_text ul {
list-style: disc outside;
}
.comments_list_wrap .comment_text ul ul {
list-style-type: 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: 14px;
line-height: 1.2em;
font-weight: 500;
letter-spacing: 1.6px;
margin-top: 1.4em;
text-transform: uppercase;
}
.comments_list_wrap .comment_reply a:after {
content: '\e96b';
font-family: "fontello";
margin-left: 0.8em;
display: inline-block;
font-weight: 400;
} .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 .edit-link {
position: absolute;
z-index: 1;
top: 1em;
right: 0;
} .comments_form_wrap {
margin-top: 2.1em;
padding-top: 3.8em;
border-top: 1px solid #eee;
overflow: hidden;
}
.comments_list_wrap + .comments_form_wrap {
margin-top: 4.4em;
}
.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: 10px;
}
.comments_wrap .comments_author,
.comments_wrap .comments_email {
width: calc(50% - 5px);
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: inline-block;
}
.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea {
width: 100%;
padding: 1.02em 1.3em;
}
.comments_wrap .comments_field textarea {
min-height: 10em;
} .comments_wrap .form-submit {
margin: 2em 0 0;
}
.comments_wrap .form-submit:before {
content: ' ';
clear: both;
width: 100%;
height: 0;
display: block;
}
.comments_wrap .form-submit input[type="submit"] {
display: inline-block;
}
form .error_field {
border-color: #e4292b !important;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
} .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: 0;
overflow: hidden;
}
.post_item_404 .page_title {
float: left;
width: 50%;
font-size: 17em;
line-height: 0.8em;
margin: 0;
margin-top: 0 !important;
letter-spacing: 0;
text-align: center;
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: 1.4em;
margin-bottom: 1.6em;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1.4em;
}
.post_item_404 .go_home:after {
content: '\e93a';
font-family: "fontello";
margin-left: 0.5em;
line-height: inherit;
display: none;
} .post_item_none_search .post_content {
padding: 1.5em 0;
}
.post_item_none_search .page_title,
.post_item_none_archive .page_title {
font-size: 9em;
line-height: 0.9em;
margin-top: -20px !important;
}  .sidebar .widget {
padding: 2.9em 2.2rem 3em;
border-top: 3px solid #000;
}
.sidebar .widget + .widget {
margin-top: 2.8rem;
}
.sidebar .widget + .widget.widget_bg_image,
.sidebar .widget + .widget.widget_fullwidth {
border-top: none;
padding-top: 4rem;
padding-bottom: 4rem;
}
.sidebar .widget.widget_bg_image + .widget,
.sidebar .widget.widget_fullwidth + .widget {
border-top: none;
margin-top: 0;
}
footer .widget,
.widget_area .widget {
font-size: 15px;
}
.widget p {
margin: 0;
}
.widget p + p,
.widget p + div,
.widget p + form {
margin-top: 1em;
}
.widget .widgettitle {
font-size: 1.125em;
line-height: 1.35em;
}
.widget .widget_title,
.widget .widgettitle,
.widget.widget_block h1,
.widget.widget_block h2,
.widget.widget_block h3,
.widget.widget_block h4,
.widget.widget_block h5,
.widget.widget_block h6 {
margin-top: 0;
margin-bottom: 1.86em;
}
.widget .widget_title,
.widget .widgettitle,
.widget.widget_block h2 {
font-size: 18px;
font-weight: 600;
}
.widget_fullwidth .widget_title,
.widget_fullwidth .widgettitle {
text-align: center;
}
.widget ul {
margin: 0;
padding-left: 1em;
list-style-type: none;
}
.widget ul ul ul ul { padding-left: 10px;
}
.widget li {
position: relative;
}
.widget ul > li:before {
content: ' ';
display: block;
width: 4px;
height: 4px;
line-height: 4px;
text-align: center;
position: absolute;
z-index: 1;
top: 0.65em;
left: -0.9em;
-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;
}
.widget ul.wp-block-social-links > li:before {
display: none;
}
.widget li a img {
vertical-align: baseline;
}
.widget > ul > li:first-child {
margin-top: 0;
}
.widget > ul > li:last-child {
margin-bottom: 0;
} .widgets_above_page_wrap,
.widgets_above_content_wrap {
font-size: 1em;
margin-bottom: 6em;
}
.widgets_below_content_wrap,
.widgets_below_page_wrap {
font-size: 1em;
margin-top: 6em;
}
.widgets_below_page_wrap {
clear: both;
} .widget_calendar .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-top: .6em;
}
.wp-block-calendar table,
.widget_calendar table {
width: 100%;
position: relative;
}
.wp-block-calendar caption,
.widget_calendar caption {
padding-bottom: 1.4em;
line-height: 16px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}
.widget_calendar table > thead > tr,
.widget_calendar table > thead > tr {
background-color: transparent !important;
}
.wp-block-calendar th,
.wp-block-calendar td,
.widget_calendar th,
.widget_calendar td {
font-size: 14px !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 th,
.widget_calendar th {
font-size: 16px !important;
font-weight: 700 !important;
padding-bottom: 11px;
}
.wp-block-calendar td,
.widget_calendar td {
line-height: 2.15em;
padding: 0;
letter-spacing: 1px;
}
.wp-block-calendar tbody td a,
.widget_calendar tbody td a {
display: block;
position: relative;
font-weight: normal;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.wp-block-calendar a {
text-decoration: none;
}
.wp-block-calendar tbody td a:after,
.widget_calendar tbody td a:after {
content: ' ';
position: absolute;
z-index: 1;
bottom: 1px;
left: 50%;
transform: translateX(-50%);
width: 4px;
height: 4px;
line-height: 4px;
text-align: center;
-webkit-transition: background-color 0.3s ease;
-ms-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 2.25em;
height: 2.25em;
line-height: 2.25em;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.widget_calendar tfoot {
position: relative;
top: 0.6em;
}
.wp-block-calendar nav,
.widget_calendar nav {
text-transform: none !important;
}
.wp-block-calendar nav .wp-calendar-nav-prev,
.widget_calendar nav .wp-calendar-nav-prev {
text-align: left;
overflow: hidden;
padding-top: 7px;
}
.wp-block-calendar nav .wp-calendar-nav-next,
.widget_calendar nav .wp-calendar-nav-next {
text-align: right;
padding-top: 7px;
}
.wp-block-calendar nav a,
.widget_calendar nav a {
position: relative;
}
.wp-block-calendar nav .wp-calendar-nav-prev a,
.widget_calendar nav .wp-calendar-nav-prev a {
padding-left: 0.3em;
}
.wp-block-calendar nav .wp-calendar-nav-next a,
.widget_calendar nav .wp-calendar-nav-next a {
padding-right: 0.3em;
}
.wp-block-calendar nav a:before,
.widget_calendar nav a:before {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1.2em;
display: inline-block;
}
.wp-block-calendar nav .wp-calendar-nav-prev a:before,
.widget_calendar nav .wp-calendar-nav-prev a:before {
content: '\e837';
font-family: "fontello";
}
.wp-block-calendar nav .wp-calendar-nav-next a:before,
.widget_calendar nav .wp-calendar-nav-next a:before {
content: '\e836';
font-family: "fontello";
left: auto;
right: 0;
}
.wp-block-calendar nav a,
.widget_calendar nav a {
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
} .widget_recent_entries .post-date {
display: inline-block;
margin-left: 0.5em;
} .widget_recent_comments ul {
padding-left: 1.9em;
}
.widget_recent_comments ul > li {
font-size: 14px;
font-style: italic;
line-height: 22px;
}
.widget_recent_comments ul > li a,
.widget_recent_comments ul > li span {
font-style: normal;
}
.widget_recent_comments ul > li:before {
content: '\e957';
font-family: "fontello";
background: transparent !important;
top: 3px;
left: -1.8em;
font-size: 1.1em;
width: auto;
height: auto;
line-height: 1;
font-style: normal;
font-weight: 400;
}
.widget_recent_comments .comment-author-link {
font-weight: 600;
font-size: 15px;
}
.widget_recent_comments ul > li + li {
margin-top: 24px;
} .widget_search form,
.woocommerce.widget_product_search form,
.widget_display_search form,
#bbpress-forums #bbp-search-form {
width: 100%;
overflow: hidden;
position: relative;
}
.widget_search form:after,
.woocommerce.widget_product_search form:after,
.widget_display_search form:after,
#bbpress-forums #bbp-search-form:after {
content: '\e8eb';
font-family: "fontello";
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;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
display: none;
}
.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;
max-width: 100%;
}
.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 {
text-indent: -1000px;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 4em;
height: 100%;
padding: 0;
border: none !important;
background: none !important;
cursor: pointer;
display: none;
} .wp-block-search.alignright, .wp-block-search.alignleft, .wp-block-search.aligncenter {
display: block;
float: none;
margin-left: 0 !important;
margin-right: 0 !important;
}
.wp-block-search:after {
display: none !important;
}
.wp-block-search .wp-block-search__label {
display: block;
margin-bottom: 5px;
}
.wp-block-search .wp-block-search__button {
padding: 0.3em 1.9em;
}
.wp-block-search .wp-block-search__button.has-icon {
padding: 0;
width: 48px;
min-width: 48px;
height: 48px;
}
.wp-block-search .wp-block-search__button.has-icon:before {
content: '\e8eb';
font-family: "fontello";
font-weight: 100;
}
.wp-block-search .wp-block-search__button.has-icon svg {
display: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border-width: 1px;
border-style: solid;
border-radius: 6px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
padding: 0.7em 1em;
border: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
padding: 0.3em 1.5em;
margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
padding: 0;
width: 38px;
min-width: 38px;
height: 38px;
} .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 li:before {
display: none;
}
.widget_rss li + li {
margin-top: 1em;
} .widget_product_tag_cloud,
.widget_tag_cloud,
.wp-block-tag-cloud {
overflow: hidden;
}
.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: 6px 10px;
margin: 0 5px 5px 0;
font-size: 12px !important;
line-height: 16px;
font-weight: 500;
letter-spacing: 1.8px;
text-transform: uppercase;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
} #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;
} .footer_default .footer_widgets_wrap {
padding: 3.5em 0;
}
body .footer_default .footer_widgets_wrap .widget {
margin-top: 1.5em !important;
margin-bottom: 1.5em !important;
} .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;
font-size: 21px;
font-weight: 600;
letter-spacing: 0;
margin-bottom: 1.5em;
}
.footer_wrap .footer_fullwidth .widget_title,
.footer_wrap .footer_fullwidth .widgettitle {
text-align: center;
} .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;
} .footer_menu_inner {
padding: 2em 0;
text-align: center;
}
.menu_footer_nav_area > ul,
.footer_wrap .sc_layouts_menu > ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.menu_footer_nav_area > ul > li,
.footer_wrap .sc_layouts_menu > ul > li {
display: inline-block;
vertical-align: baseline;
font-size: 12px;
}
.menu_footer_nav_area > ul > li + li:before,
.footer_wrap .sc_layouts_menu > ul > li + li:before {
content: ' ';
display: inline-block;
width: 0;
height: 0.8em;
margin: 0;
vertical-align: baseline;
border-left: 1px dotted #ddd;
}
.menu_footer_nav_area > ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li > a {
padding: 0.5em 2.5em;
display: inline-block;
}
.mobile_layout .menu_footer_nav_area > ul > li > a,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li > a {
padding: 0.5em 1em;
}
.menu_footer_nav_area > ul > li.menu-item-has-children > a,
.footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a {
padding-right: 3.5em;
}
.mobile_layout .menu_footer_nav_area > ul > li.menu-item-has-children > a,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a {
padding-right: 2em;
}
.menu_footer_nav_area > ul > li.menu-item-has-children > a:after,
.footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a:after {
content: '\e828';
font-family: "fontello";
right: 2em;
}
.mobile_layout .menu_footer_nav_area > ul > li.menu-item-has-children > a:after,
.mobile_layout .footer_wrap .sc_layouts_menu > ul > li.menu-item-has-children > a:after {
right: 0.5em;
}
.menu_footer_nav_area li li.menu-item-has-children > a:after,
.footer_wrap .sc_layouts_menu li li.menu-item-has-children > a:after {
content: '\e836';
font-family: "fontello";
}
.menu_footer_nav_area > ul > li ul,
.footer_wrap .sc_layouts_menu > ul > li ul {
top: auto;
bottom: 3em;
border: 1px solid #ddd;
}
.menu_footer_nav_area > ul > li ul ul,
.footer_wrap .sc_layouts_menu > ul > li ul ul {
top: auto;
bottom: -1.4em;
margin-left: 2px;
}
.menu_footer_nav_area > ul > li ul ul.submenu_left,
.footer_wrap .sc_layouts_menu > ul > li ul ul.submenu_left {
margin-left: -2px;
}
.menu_footer_nav_area > ul > li ul > li,
.menu_footer_nav_area > ul > li ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li ul > li,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
font-size: 12px;
}
.menu_footer_nav_area > ul > li ul > li > a,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
display: block;
} .footer_widgets_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_logo_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_socials_wrap + .footer_copyright_wrap .footer_copyright_inner,
.footer_menu_wrap + .footer_copyright_wrap .footer_copyright_inner {
border-top-width: 1px;
border-top-style: solid;
}
.footer_copyright_inner {
font-size: 0.9333em;
padding: 2em 0;
overflow: hidden;
text-align: center;
}
.footer_copyright_wrap p {
margin: 0;
}  .artrium_customizer_message {
padding: 2em;
margin: 0 auto;
max-width: 60%;
background-color: #f3e6ce;
color: #996600;
border-left: 3px solid #666600;
}
.artrium_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;
}
.trx_addons_popup_form_field_remember label {
margin-top: 2px;
}  .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-wrap .mfp-close {
opacity: 1;
}
.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;
}  .rounded_none {
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.rounded_tiny {
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.rounded_small {
-webkit-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
}
.rounded_medium {
-webkit-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
}
.rounded_large {
-webkit-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;
}
.rounded {
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
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);
-ms-animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
animation: squat 0.5s 1 cubic-bezier(0.2, -0.8, 0.6, -1.2);
} #makeup {
position: absolute;
z-index: 1000000;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
opacity: 0.5;
}
.admin-bar #makeup {
top: 32px;
}
#makeup {
margin-left: 0px;
margin-top: 0px;
}
.wpcf7 .columns_wrap > [class*="column-"] {
padding-right: 10px;
padding-top: 0 !important;
}
.wpcf7 .columns_wrap {
margin-right: -10px;
}
.wpcf7 .columns_wrap {
letter-spacing: -10px;
}
.wpcf7 .columns_wrap * {
letter-spacing: 0;
}
.wpcf7-form > p {
margin-bottom: 0;
}
.wpcf7 .select_container, .wpcf7 textarea, .wpcf7 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
width: 100%;
box-sizing: border-box;
margin-bottom: 10px;
}
.wpcf7 .wpcf7-not-valid {
margin-bottom: 2px !important;
}
.wpcf7 .wpcf7-not-valid + .wpcf7-not-valid-tip {
margin-bottom: 1em;
}
.wpcf7 textarea {
height: 9.3em;
}
.wpcf7 .wpcf7-submit {
margin-top: 12px;
letter-spacing: 1.1px;
}
.wpcf7 .columns_wrap > [class*="column-"] .wpcf7-submit {
margin: 30px auto 0;
display: block;
}
.wpcf7 .columns_wrap > [class*="column-"] .wpcf7-submit + .ajax-loader {
display: block;
margin: 5px auto 0;
margin-bottom: -16px;
}
.wpcf7 span.wpcf7-list-item {
margin: 0 10px 0 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
margin: 10px 0 0;
}
.wpcf7-list-item-label {
font-size: 14px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
border: 2px solid #e4292b;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
font-size: 14px;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #6fb72f;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
font-size: 14px;
}
.trx_addons_field_error, .wpcf7-not-valid {
border-color: #e4292b !important;
-webkit-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
}
.wpcf7 div.wpcf7-response-output {
margin: 0.5em 0 0;
}
span.wpcf7-not-valid-tip {
color: #e4292b !important;
}
.sc_layouts_column .sc_layouts_item.elementor-widget-trx_sc_layouts_search {
margin-left: 0.5em;
margin-right: 0;
}
header .sc_layouts_row_type_normal .sc_layouts_item {
margin-bottom: 0 !important;
margin-top: 0 !important;
} .sc_layouts_menu_nav .menu-collapse > a {
border: none !important;
width: 2rem;
}
.sc_layouts_menu_nav .menu-collapse > a:before {
font-weight: 400;
top: 0.5px;
left: 0.5px;
}
.sc_layouts_menu_nav > li[class*="icon-"] > a,
.sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li.menu-item-has-children > a {
padding: 3.9em 0.3em;
}
.sc_layouts_menu_nav > li > a .sc_layouts_menu_item_description {
top: 3.8em;
padding: 0 1em 0 0.7em;
}
.sc_layouts_menu_item_description {
font-size: 9px;
}
.top_panel_default .sc_layouts_menu_nav > li[class*="icon-"] > a,
.top_panel_default .sc_layouts_menu_nav > li > a,
.top_panel_default .sc_layouts_menu_nav > li.menu-item-has-children > a {
padding-top: 0.3em;
padding-bottom: 0.3em;
margin: 5px 0;
}
.top_panel_default .sc_layouts_row_type_compact {
outline: none;
}
.top_panel_default .sc_layouts_menu_nav > li > ul {
top: 4.3em;
}
.sc_layouts_menu_nav > li > a:not(.trx_addons_login_link) {
border-top: 4px solid transparent;
}
.sc_layouts_menu_nav > li {
padding: 0 1.45em;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a:after {
display: none;
}
.sc_layouts_menu_nav > li > ul {
top: 7.85em;
left: 20px;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_nav > li ul {
width: 14.4em;
padding: 1.6em 0;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a, .sc_layouts_menu_nav > li li > a {
padding: 0.6em 2.25em;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a:before, .sc_layouts_menu_nav > li li > a:before {
content: "";
display: block;
width: 4px;
height: 4px;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
position: absolute;
left: 1.06em;
top: 50%;
z-index: 1;
margin-top: -2px;
background-color: transparent;
}
.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.1em;
}
.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.4em;
top: -1.6em;
}
.sc_layouts_menu_nav > li > ul ul.submenu_left {
left: -14.4em;
} input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 50000s ease-in-out 90000s !important; }
.sc_layouts_row_type_normal .search_wrap .search_submit:before {
font-size: 22px;
content: '\e960';
font-family: "fontello";
-webkit-transition: color 0s ease;
-ms-transition: color 0s ease;
transition: color 0s ease;
}
.search_wrap .search_submit:before {
content: '\e960';
font-family: "fontello";
-webkit-transition: color 0s ease;
-ms-transition: color 0s ease;
transition: color 0s ease;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_field {
padding: 0 1.5em !important;
border: none !important;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_submit {
width: 3em;
}
.sc_layouts_row_type_normal .search_wrap .search_submit:active,
.sc_layouts_row_type_normal .search_wrap .search_submit:focus,
.sc_layouts_row_type_normal .search_wrap .search_submit:hover,
.sc_layouts_row_type_normal .search_wrap .search_submit:hover:before {
-webkit-transition: color 0s ease;
-ms-transition: color 0s ease;
transition: color 0s ease;
}
.search_style_fullscreen.search_opened .search_field,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_field {
font-size: 24px !important;
font-weight: 400 !important;
width: 100%;
letter-spacing: 2.9px;
text-transform: uppercase;
height: 2.7em;
line-height: 2.7em !important;
}
.search_style_fullscreen.search_opened .search_form {
border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.search_style_fullscreen.search_opened .search_field, .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_field {
padding: 0 0 0 1.55em !important;
}
.sc_layouts_row_type_normal .search_style_fullscreen.search_opened .search_submit {
width: 1em;
height: 1em;
line-height: 1em;
}
.search_style_fullscreen.search_opened .search_submit, .sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_submit {
left: -5px !important;
top: 45%;
}
.search_style_fullscreen.search_opened .search_form {
width: 40%;
}
.search_style_fullscreen .search_submit,
.search_style_fullscreen .search_field {
background-color: transparent !important;
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
.search_style_fullscreen.search_opened .search_form {
z-index: 3;
}
.search_style_fullscreen.search_opened .search_close:before {
content: "";
}
.search_style_fullscreen.search_opened .search_close {
width: 100%;
height: 100%;
z-index: 2;
}
.search_style_fullscreen.layouts_search {
min-width: 33px;
} .sc_layouts_title_title > .sc_layouts_title_caption {
font-size: 50px;
}
.breadcrumbs {
font-weight: 500;
font-size: 14px;
line-height: 18px;
text-transform: uppercase;
letter-spacing: 1.7px;
}
.breadcrumbs .breadcrumbs_delimiter:before {
font-size: 12px;
content: '\e96b';
font-family: "fontello";
}
.breadcrumbs .breadcrumbs_delimiter {
margin: 0 0.7em;
}
.sc_layouts_title_breadcrumbs {
margin-top: 1.5em;
}
.wpim-marker.focus {
z-index: 9999;
}
body .wpim-marker .wpim-infowindow__close {
background-color: transparent;
width: 22px;
height: 22px;
line-height: 22px;
}
body .wpim-marker .wpim-infowindow__close:after, body .wpim-marker .wpim-infowindow__close:before {
width: 10px;
height: 2px;
background-color: #b8bdc8;
}
body .wpim-marker .wpim-infowindow__close:hover:after, body .wpim-marker .wpim-infowindow__close:hover:before {
background-color: #ffffff;
}
body .wpim-marker .wpim-infowindow--bottom {
margin-top: 25px;
}
body .wpim-marker .wpim-infowindow {
-webkit-box-shadow: 0px 0 42px 0px rgba(0, 0, 0, 0.48);
-ms-box-shadow: 0px 0 42px 0px rgba(0, 0, 0, 0.48);
box-shadow: 0px 0 42px 0px rgba(0, 0, 0, 0.48);
color: #b8bdc8;
-webkit-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
background-color: #222a35;
font-size: 14px;
min-width: 215px;
line-height: 1.7em;
}
body .wpim-marker .wpim-infowindow:before,
body .wpim-marker .wpim-infowindow--bottom:before {
display: none;
}
body .wpim-marker .wpim-infowindow--paragraph .wpim-infowindow__inner {
padding: 16px 16px 19px 22px;
}
body .wpim-marker .wpim-infowindow--paragraph .wpim-infowindow__inner p {
margin: 0;
}
.elementor-editor-active .post_item_single .post_content > .wpim {
display: none;
} .tp-bullets.custom.vertical .tp-bullet + .tp-bullet {
margin-top: 17px;
}
.tp-bullets.custom.vertical .tp-bullet {
width: 20px;
height: 20px;
background: transparent !important;
position: relative !important;
}
.tp-bullets.custom.vertical .tp-bullet:before {
counter-increment: section;
content: "0" counter(section);
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
display: block;
text-transform: uppercase;
font-size: 17px;
font-weight: 500;
letter-spacing: 0;
color: #222a35;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tp-bullets.custom.vertical {
counter-reset: section;
}
.trx-link.rev-btn {
letter-spacing: 1.3px !important;
-webkit-transition: background 0.3s ease, color 0.3s ease !important;
-ms-transition: background 0.3s ease, color 0.3s ease !important;
transition: background 0.3s ease, color 0.3s ease !important;
}
.custom.tparrows:before {
font-size: 26px;
content: '\e963' !important;
font-family: "fontello" !important;
}
.custom.tparrows {
background: transparent !important;
}
.custom.tparrows.tp-leftarrow:before {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.rev-link-icon {
-webkit-transition: color 0.3s ease !important;
-ms-transition: color 0.3s ease !important;
transition: color 0.3s ease !important;
}
.rev-link-icon:before {
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: '\e962';
font-family: 'fontello';
color: #222a35;
background: #ffffff;
width: 52px;
height: 52px;
line-height: 52px;
text-align: center;
font-size: 10px;
font-weight: 400;
text-indent: 2px;
}
.rs-layer .mouse {
font-size: 37px !important;
font-weight: 400 !important;
-webkit-transition: color 0.3s ease !important;
-ms-transition: color 0.3s ease !important;
transition: color 0.3s ease !important;
}
.trx_addons_message_box {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
border: 2px solid #dddddd;
background-color: #ffffff;
color: #7d8794;
}
.wpcf7 form.invalid .wpcf7-response-output,
.trx_addons_message_box_error {
border: 2px solid #e4292b;
background-color: #ffffff;
color: #7d8794;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.wpcf7 form .wpcf7-response-output,
.trx_addons_message_box_success {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
background-color: #ffffff;
color: #7d8794;
border: 2px solid #6fb72f;
}
.wpcf7 form .wpcf7-response-output {
text-align: center;
}
.wpcf7-form {
position: relative;
}
.wpcf7-form .wpcf7-spinner {
position: absolute;
margin: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} .mejs-controls .mejs-button > button {
background-color: transparent !important;
margin: 9px 6px;
}
.top_panel_default .sc_layouts_row_type_normal.top_panel_title {
padding: 3.8em 0 4em;
}
.sc_layouts_row_type_normal .search_wrap .search_field {
font-size: 11px !important;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
min-width: 59%;
}
@media (min-width: 320px) and (max-width: 767px) {
.slider_alias_second .tp-caption .mouse,
.slider_alias_second .tp-caption.trx-title-small,
.slider_alias_second .tp-caption.trx-text {
display: none !important;
}
.slider_alias_second .tp-caption.trx-link-2,
.slider_alias_second .tp-caption.trx-link {
margin-top: -55px !important;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.slider_alias_box .tp-caption.trx-title-small,
.slider_alias_box .tp-caption.trx-text {
display: none !important;
}
.slider_alias_box .tp-caption.trx-link-2,
.slider_alias_box .tp-caption.trx-link {
margin-top: -55px !important;
}
}
.sc_googlemap > iframe {
width: 100%;
height: 100%;
} body.sidebar_hide .alignfull {
position: relative;
z-index: 1;
margin-left: calc( -100vw / 2 + 100% / 2 + 8px );
margin-right: calc( -100vw / 2 + 100% / 2 + 8px );
width: calc( 100vw - 16px );
max-width: calc( 100vw - 16px );
}
body.sidebar_hide .alignwide {
position: relative;
z-index: 1;
left: calc( -88vw / 2 + 100% / 2 );
width: 88vw;
max-width: none;
}
.alignfull > img,
.alignwide > img {
max-width: none;
width: 100%;
} .wp-block-cover.aligncenter {
display: flex !important;
}
table.is-style-stripes > tbody > tr:nth-child(even) > td {
background-color: transparent;
}
.wp-block-image figcaption {
opacity: 1;
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 {
margin: 2em 0;
}
.wp-block-pullquote.is-style-solid-color blockquote {
background-color: transparent;
max-width: 100%;
margin: 2em;
}
.wp-block-separator:not([class*="is-style"]) {
width: 15%;
}
.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-image figure.aligncenter {
display: table !important;
}
.wp-block-embed-twitter twitter-widget {
margin-bottom: 0 !important;
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: unset;
}
.wp-block-cover {
box-sizing: border-box;
}
.wp-block-cover__inner-container p {
margin-bottom: 0;
}
.wp-block-group.has-background .wp-block-group__inner-container {
padding: 1em;
}
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover .wp-block-cover-text {
max-width: 90%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.sidebar_hide .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.sidebar_hide.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.sidebar_hide.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
content: "";
display: block;
padding-top: 50%;
}
.sidebar_hide .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 56.25%;
}
body.sidebar_hide .wp-block-columns.alignfull .wp-block-column {
padding: 0 1.5em;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
box-sizing: border-box;
overflow: hidden;
}
.wp-block-embed__wrapper {
position: relative;
}
figure.wp-block-audio .mejs-container {
height: 40px !important;
}
body .comment-form .wpgdprc-checkbox label,
body .wpgdprc {
font-family: inherit;
font-size: inherit;
color: inherit;
}
.wp-block-group.has-background .wp-block-group__inner-container > * {
margin-bottom: 1.85em;
}
.wp-block-group.has-background .wp-block-group__inner-container > *:last-child {
margin-bottom: 0;
}
.wp-block-latest-posts.has-dates, .wp-block-latest-posts.has-author {
padding-left: 0 !important;
}
.widget_block.widget_media_gallery ul li::before {
display: none;
}
.widget.widget_block .wp-block-group h1,
.widget.widget_block .wp-block-group h2,
.widget.widget_block .wp-block-group h3,
.widget.widget_block .wp-block-group h4,
.widget.widget_block .wp-block-group h5,
.widget.widget_block .wp-block-group h6 {
margin-top: 0;
}
.wp-block-gallery:not(.has-nested-images).alignleft {
margin-right: 2em;
}
.wp-block-pullquote {
padding: 0;
font-size: inherit;
line-height: inherit;
}
.related_item .post_title a *,
.post_item .post_title a * {
color: inherit;
}
.widget ul.wp-block-social-links {
padding-left: 0;
}
.wpgdprc-checkbox.comment-form-wpgdprc {
clear: both;
}
.widget_search, .wp-block-group__inner-container {
overflow: hidden;
}
.wp-block-file__button {
line-height: 1.1;
}
.wp-block-audio .wp-element-caption,
figure.wp-block-video figcaption,
figure.wp-block-embed figcaption,
figure.wp-block-table figcaption {
position: relative;
opacity: 1 !important;
margin: 0;
}
.has-drop-cap.has-medium-font-size + * {
clear: both;
}
.has-drop-cap:not(:focus):first-letter {
font-size: 5.4em;
margin-top: .08em;
}
.wp-block-latest-comments.has-avatars {
padding-left: 0;
}
.single-post article.has-post-thumbnail > .post_featured {
display: inline-block;
}
.related_wrap .mejs-audio .mejs-time {
display: none;
}
.wp-block-group.has-border-color {
border: 1px solid;
margin-bottom: 1.85em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
background-color: transparent !important;
color: inherit !important;
} .cc-window.cc-banner {
max-width: 400px;
min-height: 200px;
bottom: 20px;
left: 20px;
justify-content: center;
flex-direction: column;
text-align: center;
row-gap: 20px;
z-index: 999999999999;
}
.cc-banner .cc-message {
flex: initial;
margin-left: 0;
}
.cc-close {
top: 10px;
right: 10px;
}
.cc-compliance .cc-btn {
text-decoration: none !important;
}   .post_layout_excerpt {
position: relative;
margin-bottom: 0;
}
.post_layout_excerpt + .post_layout_excerpt {
margin-top: 4.1rem;
}
.post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
padding-top: 4.4rem;
border-top: 1px solid #eee;
}
.post_layout_excerpt.sticky {
padding: 3em;
}
.post_layout_excerpt .post_featured {
display: inline-block;
margin-bottom: 1.5em;
max-width: 100%;
width: auto;
}
.post_layout_excerpt.post_format_audio .post_featured.without_thumb,
.post_layout_excerpt.post_format_gallery .post_featured.without_thumb {
margin-bottom: 1.95em;
}
.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;
font-size: 31px;
font-weight: 500;
line-height: 1.07em;
}
.post_layout_excerpt .post_meta {
margin-top: 1.4rem;
}
.post_layout_excerpt .post_header + .post_content {
margin-top: 1.45rem;
}
body[class*="blog_style_classic"] .post_layout_excerpt,
body[class*="blog_style_masonry"] .post_layout_excerpt {
margin-bottom: 3em;
}
.post_layout_excerpt blockquote {
margin-left: 0;
margin-bottom: 1.5em;
}
.post_item_single .post_featured .post_meta_categories,
.post_layout_excerpt .post_meta_categories {
position: absolute;
top: 24px;
left: 24px;
z-index: 8;
}
.post_item_single .post_featured .post_meta_categories > a,
.post_layout_excerpt .post_meta_categories > a {
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
display: inline-block;
font-size: 11px;
font-weight: 500;
line-height: 16px;
padding: 4px 11px;
margin: 0 2px 5px 0;
vertical-align: top;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.post_layout_excerpt .slider_container .swiper-pagination,
.post_layout_excerpt.cat-on .post_meta .post_categories {
display: none;
}
.post_layout_excerpt:not(.cat-on) .post_meta {
margin-bottom: -5px;
} .posts_container.columns_wrap {
display: flex;
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.6em;
line-height: 1.2em;
margin: 0;
font-weight: 500;
letter-spacing: 0;
}
.post_layout_classic .post_title + .post_meta {
margin-top: 0.75em;
}
.post_layout_classic .post_featured {
margin-bottom: 1.8em;
}
.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;
} .masonry_wrap {
position: relative;
margin-right: -30px;
}
.masonry_wrap .masonry_item {
position: relative;
display: inline-block;
vertical-align: top;
padding: 0 30px 0 0;
margin-bottom: 0;
width: 50%;
border-width: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.masonry_wrap .post_layout_masonry {
margin-bottom: 3em;
}
.masonry_wrap .masonry_item-1_3 {
width: 33.3333%;
}
.masonry_wrap .masonry_item-1_4 {
width: 25%;
} .post_layout_portfolio .post_title {
margin: 1em 0 0.4em;
}
.post_layout_portfolio .post_featured {
margin-bottom: 0;
}
.post_layout_portfolio .post_featured img {
width: 100%;
}
.portfolio_wrap {
position: relative;
margin-right: -30px;
}
.post_layout_portfolio {
position: relative;
display: inline-block;
vertical-align: top;
padding: 0 30px 30px 0;
margin-bottom: 0;
width: 50%;
border-width: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.portfolio_wrap.portfolio_3 .post_layout_portfolio {
width: 33.3333%;
}
.portfolio_wrap.portfolio_4 .post_layout_portfolio {
width: 25%;
}
.post_layout_portfolio .label_sticky {
top: -12px;
left: -12px;
right: auto;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.post_layout_portfolio.slider-slide {
padding: 0;
} .post_layout_gallery * {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.post_layout_gallery .post_details {
display: none;
}
.gallery_item_current {
opacity: 0 !important;
}
.gallery_preview {
position: fixed;
z-index: 200000;
top: 0;
left: 0;
width: 50%;
height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-justify-content: center;
-ms-flex-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;
-ms-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;
-ms-transition: -ms-transform 0.5s ease;
transition: transform 0.5s ease;
-webkit-backface-visibility: hidden;
}
.gallery_preview_image_original {
position: relative;
z-index: 120;
display: block;
object-fit: contain;
-webkit-transition: opacity 0.2s ease;
-ms-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;
-ms-transition: -ms-transform 0.6s, opacity 0.2s;
transition: transform 0.6s, opacity 0.2s;
}
.gallery_preview_image_animate { -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
-ms-transition: -ms-transform 0.3s, opacity 0.2s;
transition: transform 0.3s, opacity 0.2s;
}
.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: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: -webkit-transform 1s, opacity 1s;
-ms-transition: -ms-transform 1s, opacity 1s;
transition: transform 1s, opacity 1s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
-webkit-transform: translate3d(0, 30px, 0);
-ms-transform: translate3d(0, 30px, 0);
transform: translate3d(0, 30px, 0);
padding: 0 3em;
opacity: 0;
}
.gallery_preview_show .gallery_preview_description {
opacity: 1;
-webkit-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.gallery_preview_show .post_title {
margin: 0 0 0.5em;
}
.gallery_preview_show .post_meta {
font-size: 1em;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 2em;
}
.gallery_preview_show .post_description_content {
max-width: 100%;
font-size: 1.1429em;
line-height: 2em;
}
.gallery_preview_close {
font-size: 2em;
margin: 0;
padding: 0;
cursor: pointer;
vertical-align: top;
border: none;
background: none;
padding: 1em;
opacity: 0;
position: fixed;
z-index: 150;
top: 0;
right: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-ms-transition: -ms-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: scale3d(0.6, 0.6, 1);
-ms-transform: scale3d(0.6, 0.6, 1);
transform: scale3d(0.6, 0.6, 1);
}
.gallery_preview_image_loaded .gallery_preview_close {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .chess_wrap {
overflow: hidden;
}
.post_layout_chess {
position: relative;
overflow: hidden;
margin-bottom: 0;
}
.post_layout_chess.sticky {
padding: 0;
border-width: 0;
}
.post_layout_chess .label_sticky {
top: -12px;
left: -12px;
right: auto;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.post_layout_chess .post_featured {
margin-bottom: 0;
width: 50%;
float: right;
max-height: none !important;
}
.post_layout_chess .post_featured_bg:before {
padding-top: 100%; }
.post_layout_chess .post_inner {
width: 50%;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.post_layout_chess blockquote {
margin: 0;
}
.post_layout_chess_1 .post_inner_content {
padding: 0 14%;
}
.post_layout_chess_2 .post_inner_content {
padding: 0 12%;
}
.post_layout_chess_3 .post_inner_content {
padding: 0 10%;
}
.post_layout_chess .post_header {
padding-top: 0.01px;
}
.post_layout_chess .post_title {
margin: 0;
font-size: 3em;
}
.post_layout_chess .post_meta {
margin-top: 1.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.8rem;
font-weight: 500;
}
.post_layout_chess_2:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner {
font-size: 0.9333rem;
line-height: 1.5em;
max-height: 15.4em;
}
.post_layout_chess_2 .post_meta,
.post_layout_chess_3 .post_meta {
margin-top: 12px;
}
.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.5rem;
line-height: 1.12em;
font-weight: 500;
}
.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,
.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;
} .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;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_button_hover_just_init {
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !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%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease;
-ms-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;
-ms-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;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.post_featured .post_info {
position: absolute;
z-index: 6;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
-ms-transform: translate(-50%, -50%) scale(0.5, 0.5);
transform: translate(-50%, -50%) scale(0.5, 0.5);
-webkit-transition: all 0.5s ease;
-ms-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(34, 42, 53, 0.2);
}
.post_featured.hover_icon:hover .mask {
opacity: 1;
}
.post_featured.hover_icon .icons,
.post_featured.hover_icons .icons {
position: absolute;
z-index: 5;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.post_featured.hover_icon .icons a,
.post_featured.hover_icons .icons a {
display: inline-block;
font-size: 1.7143em;
cursor: pointer;
opacity: 0;
margin: -26px 0 0 -26px;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
-webkit-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
-ms-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;
width: 52px;
height: 52px;
line-height: 52px;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
background: #fff;
line-height: 54px;
}
.post_featured.hover_icon .icons a {
font-size: 1.1em;
font-weight: 400;
letter-spacing: -1px;
}
.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;
-ms-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-transition: all 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
-ms-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;
}
.post_featured.hover_icons:hover .icons a + a {
-webkit-transition-delay: 0.15s;
-ms-transition-delay: 0.15s;
transition-delay: 0.15s;
} .post_featured.hover_zoom:before {
content: ' ';
position: absolute;
z-index: 5;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
border: 2px solid #fff;
background-color: rgba(0, 0, 0, 0.15);
-webkit-transform: scale(0, 0) rotate(0deg);
-ms-transform: scale(0, 0) rotate(0deg);
transform: scale(0, 0) rotate(0deg);
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_zoom:hover:before {
-webkit-transform: scale(1, 1) rotate(45deg);
-ms-transform: scale(1, 1) rotate(45deg);
transform: scale(1, 1) rotate(45deg);
}
.post_featured.hover_zoom .mask {
background-color: rgba(255, 255, 255, 0.15);
}
.post_featured.hover_zoom:hover .mask {
opacity: 1;
}
.post_featured.hover_zoom .icons {
position: absolute;
z-index: 6;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
}
.post_featured.hover_zoom .icons a {
display: inline-block;
font-size: 18px;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
color: #fff;
position: relative;
left: -50px;
opacity: 0;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_zoom .icons a + a {
margin-left: 8px;
left: 50px;
}
.post_featured.hover_zoom .icons a:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.2);
}
.post_featured.hover_zoom:hover .icons a {
left: 0;
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
} .post_featured.hover_dots:hover .mask {
opacity: 1;
}
.post_featured.hover_dots .icons {
position: absolute;
z-index: 6;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.post_featured.hover_dots .icons span {
display: inline-block;
opacity: 0;
position: absolute;
z-index: 5;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 6px;
height: 6px;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.5s ease;
-ms-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);
-ms-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1);
opacity: 1;
} .post_featured.hover_fade,
.post_featured.hover_slide,
.post_featured.hover_pull,
.post_featured.hover_border {
position: relative;
overflow: hidden;
}
.post_featured.hover_fade .post_info,
.post_featured.hover_slide .post_info,
.post_featured.hover_pull .post_info,
.post_featured.hover_border .post_info {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
overflow: hidden;
text-align: center;
display: block;
margin: 0;
opacity: 1;
font-size: 1em;
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: none;
-ms-transition: none;
transition: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_border .post_info .post_title {
font-weight: 400;
font-size: 1.5em;
line-height: 1.4em;
margin: 0 0 0.5em;
text-transform: uppercase;
text-align: center;
}
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border .post_info .post_descr {
margin: 0;
position: relative;
padding: 0.5em 1em;
text-align: center;
}
.post_featured.hover_fade .post_info .post_title span,
.post_featured.hover_slide .post_info .post_title span,
.post_featured.hover_pull .post_info .post_title span,
.post_featured.hover_border .post_info .post_title span {
font-weight: 700;
}
.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
display: none;
}
.post_featured.hover_fade img,
.post_featured.hover_fade .post_info .post_info_back,
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_info_back,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull img,
.post_featured.hover_pull .post_info .post_info_back,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_info_back,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
margin-top: 1em;
display: none;
} .post_featured.hover_fade:hover .mask {
opacity: 1;
}
.post_featured.hover_fade .post_info .post_info_back {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
text-align: center;
padding: 15px;
margin-top: 100%;
opacity: 0;
}
.post_featured.hover_fade.top_to_bottom .post_info .post_info_back {
margin-top: -100%;
}
.post_featured.hover_fade.bottom_to_top .post_info .post_info_back {
margin-top: 100%;
}
.post_featured.hover_fade.left_to_right .post_info .post_info_back {
margin-left: -100%;
}
.post_featured.hover_fade.right_to_left .post_info .post_info_back {
margin-left: 100%;
}
.post_featured.hover_fade:hover .post_info .post_info_back {
margin: 0 !important;
opacity: 1;
} .post_featured.hover_slide .mask {
opacity: 0.3;
}
.post_featured.hover_slide:hover .mask {
opacity: 1;
}
.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
text-align: left;
}
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
-webkit-transition: all 0.3s ease;
-ms-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;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.post_featured.hover_slide:hover .post_info .post_title:after {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.post_featured.hover_slide img {
max-width: none;
width: calc(100% + 20px);
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
.post_featured.hover_slide:hover img {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
text-align: left;
}
.post_featured.hover_slide .post_info .post_descr {
padding: 0 30px 30px;
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.post_featured.hover_slide:hover .post_info .post_descr {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
} .post_featured.hover_pull .post_info,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
text-align: left;
}
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
}
.post_featured.hover_pull .mask {
opacity: 0.3;
}
.post_featured.hover_pull:hover .mask {
opacity: 1;
}
.post_featured.hover_pull:hover img {
-webkit-transform: translateY(-60px);
-ms-transform: translateY(-60px);
transform: translateY(-60px);
}
.post_featured.hover_pull .post_info .post_title {
padding: 20px;
}
.post_featured.hover_pull:hover .post_info .post_title {
-webkit-transform: translateY(-70px);
-ms-transform: translateY(-70px);
transform: translateY(-70px);
}
.post_featured.hover_pull .post_info .post_descr {
height: 60px;
-webkit-transform: translateY(60px);
-ms-transform: translateY(60px);
transform: translateY(60px);
}
.post_featured.hover_pull:hover .post_info .post_descr {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_pull .post_info .post_descr .post_meta {
max-height: 60px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
padding: 0 10px 0 20px;
} .post_featured.hover_border:hover .mask {
opacity: 1;
}
.post_featured.hover_border .post_info:before,
.post_featured.hover_border .post_info:after {
content: ' ';
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
pointer-events: none;
}
.post_featured.hover_border .post_info:before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
}
.post_featured.hover_border:hover .post_info:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.post_featured.hover_border .post_info:after {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
}
.post_featured.hover_border:hover .post_info:after {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
}
.post_featured.hover_border .post_info .post_info_back {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
text-align: center;
padding: 45px;
}
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.post_featured.hover_border:hover img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
opacity: 0;
position: relative;
text-align: center;
margin: 0;
}
.post_featured.hover_border .post_info .post_title {
font-size: 1.2em;
padding: 0 0 15px;
-webkit-transform: translateY(-1em);
-ms-transform: translateY(-1em);
transform: translateY(-1em);
}
.post_featured.hover_border:hover .post_info .post_title {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_border .post_info .post_descr {
padding: 0;
-webkit-transform: translateY(1em);
-ms-transform: translateY(1em);
transform: translateY(1em);
}
.post_featured.hover_border:hover .post_info .post_descr {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.post_featured.hover_border .post_info .post_info_item + .post_info_item:before {
content: ' ';
display: block;
margin: 0.5em 0 0 0;
} .post_featured.hover_shop {
position: relative;
display: block;
}
.post_item:hover .post_featured.hover_shop .mask,
.post_item:hover .post_featured.hover_shop:hover .mask {
opacity: 1;
}
.post_featured.hover_shop .icons {
position: absolute;
z-index: 1002;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
}
.post_featured.hover_shop .icons a {
display: inline-block;
pointer-events: all;
font-size: 1.2632em !important;
padding: 0 !important;
letter-spacing: 0 !important;
cursor: pointer;
text-align: center;
border: 3px solid #ddd !important;
opacity: 0;
margin-left: -1.76em;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
width: 2.5em;
height: 2.5em;
line-height: 2.5em !important;
-webkit-border-radius: 0 !important;
-ms-border-radius: 0 !important;
border-radius: 0 !important;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
-webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
-ms-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;
-ms-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;
-ms-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.post_featured.hover_shop .icons a.shop_cart:before {
font-family: "fontello" !important;
font-weight: 400 !important;
content: '\e93d' !important;
}
.post_featured.hover_shop .icons a:before,
.post_featured.hover_shop .icons a:after {
margin: 0 !important;
padding: 0 !important;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.post_featured.hover_shop .icons a:after {
position: absolute;
top: 25%;
left: 25%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
font-size: 0.6em;
}
.post_item:hover .post_featured.hover_shop .icons a,
.post_featured.hover_shop:hover .icons a {
opacity: 1;
-webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
-ms-transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
-webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
-ms-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;
-ms-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;
-ms-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;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.post_featured.hover_shop_buttons .icons a.added_to_cart {
display: none;
}
.post_featured.hover_shop_buttons .icons a.product_out_stock {
display: none;
}
.product-category .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons .icons a.product_out_stock + a {
width: 100%;
left: 0 !important;
}  .sidebar .trx_addons_columns_wrap {
margin-right: 0;
}
.sidebar .trx_addons_columns_wrap [class*="trx_addons_column-"] {
display: block;
width: 100%;
padding: 0;
} .menu_style_right .trx_addons_scroll_to_top {
left: 2em;
right: auto;
} .menu_style_left .sc_layouts_row_fixed_on {
margin-left: 6rem !important;
}
.menu_style_right .sc_layouts_row_fixed_on {
margin-right: 6rem !important;
}
body.mobile_layout.menu_style_left .sc_layouts_row_fixed_on {
margin-left: 0 !important;
}
body.mobile_layout.menu_style_right .sc_layouts_row_fixed_on {
margin-right: 0 !important;
}
.header_position_under:not(.mobile_layout) .top_panel .wpb_row {
background-color: transparent !important;
}
.top_panel.with_bg_image .sc_layouts_row:not(.sc_layouts_row_fixed_on) {
background-color: transparent;
} .content .search_wrap {
max-width: 50%;
margin: 0;
}
.post_item_none_search .search_wrap,
.post_item_none_archive .search_wrap {
max-width: none;
}
.content .search_wrap .search_form_wrap {
width: 100%;
}
.content .search_wrap .search_form_wrap .search_field {
width: 100%;
}
.content .search_wrap .search_submit {
background-color: transparent;
}
.post_item_none_search .search_wrap .search_field,
.post_item_none_archive .search_wrap .search_field {
padding: 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.32rem;
}
.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: '\e96b';
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH";
display: inline-block;
}
.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: '\e96b';
-moz-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
filter: FlipH;
-ms-filter: "FlipH";
display: inline-block;
}
.slider_elastistack_outer.slider_outer_controls > .slider_controls_wrap > .slider_next:before,
.slider_elastistack.slider_controls > .slider_controls_wrap > .slider_next:before {
content: '\e96b';
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
filter: FlipH;
-ms-filter: "FlipH";
display: inline-block;
}
.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap > .slider_next:before {
content: '\e929';
font-family: "fontello";
}
.swiper-button-next, .swiper-button-prev {
margin-top: -26px;
} .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: inherit;
}
.footer_wrap .sc_layouts_item,
.footer_wrap .sc_layouts_row .widget {
vertical-align: top;
margin-top: 0.5em !important;
margin-bottom: 0.5em !important;
}
.footer_wrap .sc_layouts_item .widget {
margin-top: 0 !important;
margin-bottom: 0 !important;
} .widget_categories_list[class*="column-"] [class*="column-"],
.sidebar .widget_categories_list [class*="column-"] {
width: 100%;
float: none;
overflow: hidden;
}
.widget_categories_list[class*="column-"] [class*="column-"] + [class*="column-"],
.sidebar .widget_categories_list [class*="column-"] + [class*="column-"] {
margin-top: 0.5em;
}
.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_item,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_item {
text-align: left;
}
.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image {
display: inline-block;
width: 20%;
}
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image {
display: inline-block;
width: 32px;
vertical-align: middle;
}
.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image img,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img {
width: 100%;
height: auto;
}
.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_title {
display: inline-block;
vertical-align: middle;
width: 70%;
margin: 0;
font-size: 1em;
text-align: left;
text-transform: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image + .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image + .categories_list_title {
padding-left: 1em;
} .footer_wrap .widget_contacts .contacts_description,
.footer_wrap .widget_contacts .contacts_content {
margin-left: auto;
margin-right: auto;
}
.footer_wrap .columns_wrap .widget_contacts .contacts_description,
.footer_wrap .columns_wrap .widget_contacts .contacts_content {
max-width: none;
} body.expand_content .sc_recent_news_style_news-announce .post_size_full,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_full {
height: 656px;
}
body.expand_content .sc_recent_news_style_news-announce .post_size_big,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_big {
height: 328px;
}
body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_medium,
body.expand_content .sc_recent_news_style_news-announce .post_size_small,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_small {
height: 164px;
}
.sidebar .sc_recent_news .post_item .post_title,
.footer_wrap .sc_recent_news .post_item .post_title {
font-size: 1em;
}
.sidebar .sc_recent_news .post_item .post_content,
.footer_wrap .sc_recent_news .post_item .post_content {
font-size: 0.8667em;
line-height: 1.3846em;
} h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag) {
font-size: 50px;
letter-spacing: 0.4px;
line-height: 0.95em;
}
h1.sc_item_title.sc_item_title_style_default {
line-height: 0.95em;
}
h3.sc_item_title.sc_item_title_style_default {
line-height: 1.06em;
}
.sc_item_subtitle {
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2.2px;
font-style: normal;
}
.sc_item_subtitle + .sc_item_title {
margin-top: 0.42em;
}
.sc_item_descr {
margin-bottom: 0.75em;
}
.sc_item_descr > p:last-child {
margin-bottom: 0;
}
h2.sc_item_title.sc_item_title_style_accent:not(.sc_item_title_tag) {
font-size: 50px;
letter-spacing: 0.1px;
line-height: 0.95em;
font-weight: 700;
}
.sc_item_title.sc_item_title_style_accent:after {
content: '';
display: block;
width: 37px;
height: 3px;
margin-top: 36px;
}
.sc_item_title.sc_align_center.sc_item_title_style_accent:after {
margin-right: auto;
margin-left: auto;
}
.sc_item_title.sc_align_right.sc_item_title_style_accent {
padding-bottom: 38px;
}
.sc_item_title.sc_align_right.sc_item_title_style_accent:after {
position: absolute;
right: 0;
}
.sc_item_title.sc_item_title_style_accent + .sc_item_descr,
.sc_item_subtitle.sc_item_title_style_accent + .sc_item_descr {
margin-top: 2.1em;
}
.sc_title_accent .sc_item_descr {
max-width: 100%;
margin-bottom: 0.75em;
} .trx_addons_video_player.with_cover .video_mask {
background: rgba(34, 42, 53, 0.2);
} .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_portfolio_default .sc_portfolio_item {
-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;
} .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;
} .single-cpt_team .comments_list_wrap,
.single-cpt_team .comments_form_wrap {
margin-top: 0;
border-top: none;
} .sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
margin-top: 0.72em;
font-size: 12px;
line-height: 1.3em;
}
.sc_testimonials_item_author_data {
max-width: 90%;
} .sc_testimonials_default .sc_testimonials_item_content:before {
display: none;
}
.sc_testimonials_default .sc_testimonials_item_author:before {
content: '\e969';
font-family: "fontello";
display: block;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
margin-bottom: 11px;
}
.sc_testimonials_default .sc_testimonials_item_author_avatar {
overflow: hidden;
margin: 0 0 1.3em;
width: 82px;
height: 82px;
}
.sc_testimonials_default .sc_testimonials_item_content,
.sc_testimonials_default [class*="column"] .sc_testimonials_item_content {
text-align: center;
font-size: 20px;
font-weight: 300;
line-height: 1.6em;
}
.sc_testimonials_default .slider_outer_controls_side .sc_testimonials_item {
padding: 0 17%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_testimonials_default .sc_testimonials_item_author,
.sc_testimonials_default [class*="column"] .sc_testimonials_item_author {
text-align: center;
padding-left: 0;
padding-right: 0;
padding-bottom: 2px;
margin-top: 0;
padding-top: 1.3em;
}
.sc_testimonials_default .sc_testimonials_item_author_title {
font-weight: 500;
margin: 0;
font-size: 16px;
font-style: normal;
letter-spacing: 2.2px;
text-transform: uppercase;
}
.sc_testimonials_default .slider_outer_controls_side .slider_controls_wrap > .slider_prev {
left: 0 !important;
}
.sc_testimonials_default .slider_outer_controls_side .slider_controls_wrap > .slider_next {
right: 0 !important;
}
.sc_testimonials_default .slider_container.slider_controls_side .slider_controls_wrap > a:before,
.sc_testimonials_default .slider_outer_controls_side .slider_controls_wrap > a:before {
font-size: 1.2rem;
}
.sc_testimonials_default .slider_container.slider_controls_side .slider_controls_wrap > a {
background: transparent !important;
} .sc_testimonials_simple .sc_testimonials_item_author_avatar {
overflow: hidden;
margin: 0 0 1.82em;
width: 72px;
height: 72px;
}
.sc_testimonials_simple .sc_testimonials_item_content:before {
display: none;
}
.sc_testimonials_simple .sc_testimonials_item_author_data:before {
content: '\e969';
font-family: "fontello";
display: block !important;
position: absolute;
left: 0;
top: 0;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
background: none !important;
width: auto !important;
height: auto !important;
margin: 0 !important;
line-height: 1rem;
}
.sc_testimonials_simple .sc_testimonials_item_content,
.sc_testimonials_simple [class*="column"] .sc_testimonials_item_content {
text-align: left;
font-size: 16px;
line-height: 1.62em;
}
.sc_testimonials_simple .sc_testimonials_item_author {
margin: 0.6em auto 0;
max-width: none;
padding: 1.5em 0.5em 1.5em 1.3em;
}
.sc_testimonials_simple .sc_testimonials_item_author_data,
.sc_testimonials_simple [class*="column"] .sc_testimonials_item_author_data {
border: none;
padding-left: 25px;
position: relative;
}
.sc_testimonials_simple .sc_testimonials_item_author_title {
font-weight: 500;
margin: 0;
font-size: 16px;
font-style: normal;
letter-spacing: 2.2px;
text-transform: uppercase;
}
.sc_testimonials_simple .sc_testimonials_item_author,
.sc_testimonials_simple [class*="column"] .sc_testimonials_item_author {
text-align: left;
margin-top: 0;
padding: 1.75em 0.5em 0 0;
}
.trx_addons_tooltip:before {
font-size: 15px;
line-height: 17px;
}
ul[class*="trx_addons_list"] > li:before {
left: -0.9em;
}
ul[class*="trx_addons_list_minus"] > li:before {
font-size: 13px;
left: -1.7em;
top: 1px;
}
.sc_button .sc_button_text {
vertical-align: top;
}
.sc_button .sc_button_icon + .sc_button_text {
vertical-align: middle;
}
.sc_table table th {
padding: 1.4em 1em;
}
.sc_table table td {
padding: 1em;
}
.sc_table table tr:first-child th, .sc_table table tr:first-child td {
font-weight: 600;
}
aside .post_item + .post_item {
margin-top: 1.25em;
}
.widget_area .post_item .post_thumb img, aside .post_item .post_thumb img {
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.widget_area .post_item .post_thumb, aside .post_item .post_thumb {
width: 80px;
height: 80px;
margin: 0 1em 4px 0;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.widget_area .post_item .post_title, aside .post_item .post_title {
margin: 9px 0 7px 0;
line-height: 1.2em;
font-weight: 500;
font-size: 16px;
letter-spacing: 0;
}
.widget_area .post_item .post_info, aside .post_item .post_info {
font-weight: 500;
letter-spacing: 1.7px;
text-transform: uppercase;
font-size: 12px;
}
.widget_area .post_item .post_info .post_counters_item,
aside .post_item .post_info .post_counters_item {
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.widget_area .post_item .post_info .post_info_counters .post_counters_comments:before {
content: '\e957';
font-family: "fontello";
font-size: 1.05em;
}
.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 7px;
}
.widget_contacts .contacts_info span,
.widget_contacts .contacts_info > div > a,
.widget_contacts .contacts_info > a {
padding-left: 0 !important;
padding-right: 0 !important;
}
.widget_contacts .contacts_info span:before,
.widget_contacts .contacts_info > div > a:before,
.widget_contacts .contacts_info > a:before {
display: none;
}
.widget_contacts .contacts_description {
line-height: 2em;
}
.widget_contacts .contacts_description + .contacts_info {
margin-top: 0.8em;
padding-top: 0.8em;
border-top: 2px solid #ddd;
display: inline-block;
min-width: 57%;
}
.widget_contacts .contacts_logo + .contacts_description, .widget_contacts .contacts_logo + .contacts_content {
margin-top: 1.4em;
}
footer .socials_wrap .social_item .social_icon {
background: none !important;
width: 2.25em;
height: 2.25em;
line-height: 2.25em;
font-size: 1.1em;
}
.socials_wrap .social_item .social_icon {
-webkit-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
}
.sc_socials_default .socials_wrap .social_item .social_icon {
font-size: 1.2rem;
width: 2.6em;
height: 2.6em;
line-height: 2.6em;
}
.sc_socials_default .socials_wrap .social_item {
margin: 10px 10px 0 0;
}
.sc_socials_default .socials_wrap {
margin: -10px 0 0 0;
}
.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: 52px;
height: 52px;
line-height: 52px;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.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: 20px;
}
.slider_container.slider_controls_side .slider_next, .slider_outer_controls_side .slider_controls_wrap > .slider_next {
opacity: 1;
margin-right: 0;
right: 20px;
}
.sc_slider_controls .slider_controls_wrap > a {
background: none !important;
width: 33px;
height: 33px;
line-height: 33px;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
font-size: 13px;
}
.sc_skills_counter .sc_skills_item_title {
font-size: 16px;
line-height: 1.25em;
font-style: normal;
text-transform: uppercase;
letter-spacing: 2.2px;
font-weight: 500;
margin-top: 10px;
}
.sc_skills_counter .sc_skills_total {
font-size: 80px;
line-height: 1em;
font-weight: 600;
margin: 0;
} .sc_price_item_title {
font-size: 18px;
line-height: 1.25em;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}
.sc_price_item_description {
font-size: 14px;
line-height: 1.25em;
font-weight: 400;
font-style: normal;
}
.sc_price_item_subtitle + .sc_price_item_description, .sc_price_item_title + .sc_price_item_description {
margin: 0.7em 0 1.1em;
}
.sc_price_item_price {
font-size: 65px;
line-height: 1.25em;
font-weight: 600;
letter-spacing: -0.7px;
}
.sc_price_item_price .sc_price_item_price_before {
font-size: 23px;
vertical-align: top;
line-height: 2.55em;
margin-right: 6px;
}
.sc_price_item_price .sc_price_item_price_after {
font-size: 12px;
font-weight: 400;
display: inline-block;
line-height: 1.1em;
text-align: left;
margin-left: 7px;
letter-spacing: 0.2px;
}
.sc_price_item_details {
font-size: 14px;
line-height: 1.55em;
font-weight: 400;
font-style: normal;
letter-spacing: 0;
margin: 1.5em 0 1em;
}
.sc_price_item_description ul, .sc_price_item_details ul {
list-style-type: none;
}
.sc_price_item_description > ul, .sc_price_item_details > ul {
padding: 0;
}
.sc_price_item_subtitle + .sc_price_item_link, .sc_price_item_title + .sc_price_item_link, .sc_price_item_description + .sc_price_item_link, .sc_price_item_details + .sc_price_item_link {
margin-top: 1.6em;
}
.sc_price_item .sc_price_item_link {
padding: 1.15em 2.95em;
}
.sc_price_item.with_image .sc_price_item_inner {
padding: 0;
}
.sc_price_item_inner .sc_price_item_info,
.sc_price_item_info {
padding: 4.6em 1.8em;
} .sc_action .sc_action_item_title {
font-size: 50px;
font-weight: 700;
line-height: 0.93em;
}
.sc_action .sc_action_item_title span {
display: inline-block;
width: 100%;
}
.sc_action_item_default .sc_action_item_subtitle {
font-size: 16px;
line-height: 1.2em;
}
.sc_action_item .sc_action_item_subtitle {
color: #dfe3ec;
}
.sc_action_item_default .sc_action_item_subtitle + .sc_action_item_title {
margin-top: 24px;
}
.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: 3em;
}
.sc_action_default .sc_action_item.with_image .sc_action_item_inner {
padding: 9.7em 2em;
}
.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: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(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
} .sc_icons.sc_icons_default .sc_icons_icon:before, .sc_icons.sc_icons_default .sc_icons_icon > span:before {
font-size: 3.3rem;
}
.sc_icons.sc_icons_default.sc_icons_size_large .sc_icons_icon:before, .sc_icons.sc_icons_default.sc_icons_size_large .sc_icons_icon > span:before {
font-size: 6.2rem;
}
.sc_icons.sc_icons_default.sc_icons_size_small .sc_icons_icon:before,
.sc_icons.sc_icons_default.sc_icons_size_small .sc_icons_icon > span:before {
font-size: 2.5rem;
line-height: 1.1em;
}
.sc_icons.sc_icons_default.sc_icons_size_large .sc_icons_item_title {
font-weight: 500;
font-size: 31px;
line-height: 1.05em;
letter-spacing: 0.3px;
}
.sc_icons.sc_icons_default.sc_icons_size_large .sc_icons_icon + .sc_icons_item_title {
margin-top: 0.6em;
}
.sc_icons.sc_icons_default .sc_icons_item_title {
font-weight: 600;
font-size: 18px;
}
.sc_icons.sc_icons_default .sc_icons_icon + .sc_icons_item_title {
margin-top: 1.1em;
}
.sc_icons_default .sc_icons_item_title + .sc_icons_item_description {
margin-top: 0.9em;
} .sc_icons.sc_icons_extra .sc_icons_item:after {
width: 100%;
display: inline-block;
content: '\e96b';
font-family: "fontello";
margin-top: 1.35em;
font-size: 19px;
line-height: 19px;
height: 19px;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_icons.sc_icons_extra .sc_icons_icon:before, .sc_icons.sc_icons_extra .sc_icons_icon > span:before {
font-size: 3.3rem;
}
.sc_icons.sc_icons_extra.sc_icons_size_large .sc_icons_icon:before, .sc_icons.sc_icons_extra.sc_icons_size_large .sc_icons_icon > span:before {
font-size: 6.2rem;
}
.sc_icons.sc_icons_extra.sc_icons_size_small .sc_icons_icon:before,
.sc_icons.sc_icons_extra.sc_icons_size_small .sc_icons_icon > span:before {
font-size: 2.5rem;
line-height: 1.1em;
}
.sc_icons.sc_icons_extra .sc_icons_item_title {
font-weight: 500;
font-size: 25px;
line-height: 1.05em;
letter-spacing: 0;
}
.sc_icons.sc_icons_extra .sc_icons_icon + .sc_icons_item_title {
margin-top: 1.6em;
}
.sc_icons_extra .sc_icons_item_title + .sc_icons_item_description {
margin-top: 1.4em;
} .sc_icons.sc_icons_modern .sc_icons_item {
padding: 3.2em;
}
.sc_icons.sc_icons_modern.sc_icons_size_small .sc_icons_icon:before,
.sc_icons.sc_icons_modern.sc_icons_size_small .sc_icons_icon > span:before {
font-size: 2rem;
}
.sc_icons.sc_icons_modern .sc_icons_item_title {
font-size: 25px;
letter-spacing: 0;
line-height: 1em;
font-weight: 500;
}
.sc_icons_modern .sc_icons_item_description {
letter-spacing: -0.2px;
font-weight: 400;
margin-top: 1.4em;
}
.sc_icons.sc_icons_modern .sc_icons_icon + .sc_icons_item_title,
.sc_icons.sc_icons_modern .sc_icons_icon + .sc_icons_item_description {
margin-top: 3em;
} .sc_team_default .sc_team_item_subtitle, .sc_team_short .sc_team_item_subtitle {
font-size: 16px;
line-height: 18px;
font-style: normal;
letter-spacing: 2.2px;
margin: 0 0 17px 0;
font-weight: 500;
text-transform: uppercase;
}
.sc_team_default .sc_team_item_subtitle {
margin-top: 5px;
}
.sc_team_default .sc_team_item_title, .sc_team_short .sc_team_item_title {
font-size: 31px;
line-height: 1em;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
display: inline-block;
}
.sc_team_item .sc_team_item_content > p:last-child {
margin: 0;
}
.sc_team_item .sc_team_item_content {
margin-top: 1.7em;
}
.team_member_page .socials_wrap .social_item .social_icon,
.socials_wrap.sc_team_item_socials .social_item .social_icon,
.socials_wrap.sc_team_item_socials .social_item:hover .social_icon {
background-color: transparent !important;
}
.socials_wrap.sc_team_item_socials {
margin: 1.2em 0 0 -0.8em;
}
.socials_wrap.sc_team_item_socials .social_item {
margin: 1px 1px 0 0;
}
.socials_wrap.sc_team_item_socials .social_item .social_icon {
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
font-size: 18px;
width: 2em;
height: 2em;
line-height: 2em;
}
.team_member_page .team_member_socials {
margin-left: -0.8em;
}
.socials_wrap.sc_team_item_socials .social_item:hover .social_icon.social_icon_twitter {
color: #50abf1 !important;
}
.socials_wrap.sc_team_item_socials .social_item:hover .social_icon.social_icon_facebook {
color: #3b5998 !important;
}
.socials_wrap.sc_team_item_socials .social_item:hover .social_icon.social_icon_instagram {
color: #be42d9 !important;
}
.socials_wrap.sc_team_item_socials .social_item:hover .social_icon.social_icon_dribbble {
color: #d26aa7 !important;
}
.team_member_page .socials_wrap .social_item:hover .social_icon.social_icon_twitter {
color: #50abf1 !important;
}
.team_member_page .socials_wrap .social_item:hover .social_icon.social_icon_facebook {
color: #3b5998 !important;
}
.team_member_page .socials_wrap .social_item:hover .social_icon.social_icon_instagram {
color: #be42d9 !important;
}
.team_member_page .socials_wrap .social_item:hover .social_icon.social_icon_dribbble {
color: #d26aa7 !important;
}
.team_member_page .team_member_content {
margin-top: 2em;
}
.team_member_page .team_member_featured {
width: 45%;
}
.team_member_page .team_member_details {
margin-top: 1em;
}
.team_member_page .team_member_brief_info {
margin-top: 1em;
}
.team_member_page .team_member_brief_info p {
margin-bottom: 1.5em;
} .sc_team_short .sc_team_item .sc_team_item_content {
max-width: 93%;
}
.sc_team_short .sc_team_item_thumb {
border-bottom: none;
}
.sc_team_short .sc_team_item_info {
padding: 4.2em 4.2em 3em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-top: 3.5em;
}
.sc_team_short .sc_team_columns_wrap > div:nth-child(2n) .sc_team_item {
display: flex;
flex-direction: column-reverse;
}
.sc_team_short .sc_team_columns_wrap > div:nth-child(2n) .sc_team_item_info {
margin-top: 8.1em;
}
.sc_team_short .post_featured {
margin: 0;
}
.services_page_section_comments {
padding-top: 5px;
} .sc_services_default .sc_services_item_info {
padding: 2.3em 2.2em 2.2em;
}
.sc_services_default .sc_services_item_subtitle {
font-style: normal;
text-transform: uppercase;
font-weight: 500;
margin-top: 5px;
}
.sc_services_item_button .sc_button.sc_button_simple {
font-weight: 500;
padding: 0;
}
.sc_services_item_button .sc_button.sc_button_simple:before,
.sc_services_item_button .sc_button.sc_button_simple:after {
display: none;
}
.sc_services_default .sc_services_item_content {
margin-top: 0.8em;
}
.sc_services_default .sc_services_item_button {
margin: 0.8em 0 0;
} .sc_services_plain .sc_services_item {
background-color: #f5f6fa;
text-align: left;
height: 100%;
padding: 4.1em 2.9em;
color: #7d8794;
}
.white-bg-services-item .sc_services_plain .sc_services_item {
background-color: #ffffff;
}
.sc_services_plain .sc_services_item .sc_services_item_icon:before {
display: block;
}
.sc_services_plain .sc_services_item .sc_services_item_number {
color: rgba(0, 0, 0, 0.12);
display: inline-block;
font-size: 40px;
font-weight: 500;
letter-spacing: 1px;
margin-left: 0;
margin-top: 0;
text-indent: 0;
width: 100%;
text-align: left;
line-height: 1em;
}
.sc_services_plain .trx_addons_columns_wrap > [class*="trx_addons_column-"]:nth-child(1) .sc_services_item .sc_services_item_number {
color: rgba(0, 0, 0, 0.12);
}
.sc_services_plain .trx_addons_columns_wrap > [class*="trx_addons_column-"]:nth-child(2) .sc_services_item .sc_services_item_number {
color: rgba(255, 255, 255, 0.16);
}
.sc_services_plain .trx_addons_columns_wrap > [class*="trx_addons_column-"]:nth-child(3) .sc_services_item .sc_services_item_number {
color: rgba(255, 255, 255, 0.13);
}
.sc_services_plain .sc_services_item_link {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 10;
}
.sc_services_plain .sc_services_item .sc_services_item_title {
font-size: 25px;
line-height: 1.02em;
letter-spacing: 0;
font-weight: 500;
margin: 0 0 0.75em;
max-width: 88%;
}
.sc_services_plain .sc_services_item .sc_services_item_content p {
margin-bottom: 0;
}
.sc_services_plain .trx_addons_columns_wrap > [class*="trx_addons_column-"]:nth-child(2) .sc_services_item {
background-color: #0167da;
color: #dfe3ec;
}
.sc_services_plain .trx_addons_columns_wrap > [class*="trx_addons_column-"]:nth-child(3) .sc_services_item {
background-color: #222a35;
color: #dfe3ec;
}
.sc_services_plain .trx_addons_columns_wrap > [class*="trx_addons_column-"]:nth-child(2) .sc_services_item .sc_services_item_title a,
.sc_services_plain .trx_addons_columns_wrap > [class*="trx_addons_column-"]:nth-child(3) .sc_services_item .sc_services_item_title a,
.sc_services_plain .trx_addons_columns_wrap > [class*="trx_addons_column-"]:nth-child(2) .sc_services_item .sc_services_item_icon,
.sc_services_plain .trx_addons_columns_wrap > [class*="trx_addons_column-"]:nth-child(3) .sc_services_item .sc_services_item_icon {
color: #ffffff;
}
.sc_services_plain .sc_services_item {
position: relative;
top: 10px;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_services_plain .sc_services_item:hover {
top: 0;
}
.sc_services_plain .sc_services_item_info {
position: relative;
z-index: 1;
margin: 3.7em 0 0 0;
}
.sc_services_plain .sc_services_item_content {
padding: 0;
} .slider_container.slider_type_images.slider_height_fixed .slider-slide {
background-color: #ffffff;
display: flex;
height: 100%;
justify-content: center;
padding: 10px;
}
.slider_container.slider_type_images.slider_height_fixed .slider-slide > img {
align-self: center;
} .sc_blogger .sc_blogger_item .sc_blogger_item_title {
margin: 0;
font-size: 25px;
font-weight: 500;
letter-spacing: 0;
line-height: 1.04em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
} .sc_blogger_default .sc_blogger_item .sc_blogger_item_title {
padding: 0 1em;
}
.sc_blogger_default .post_meta {
margin: 0;
}
.sc_blogger_default .sc_blogger_item_content {
padding: 2.1em 0 0;
}
.sc_blogger_default .post_meta + .sc_blogger_item_title {
margin-top: 16px;
}
.sc_blogger_default .sc_blogger_item_excerpt {
margin-top: 1.25em;
}
.sc_blogger_default .sc_blogger_item {
background-color: transparent !important;
} .sc_blogger_plain .sc_blogger_item {
text-align: left;
padding: 4.55em 3.05em 3em;
margin-bottom: 15px;
-webkit-box-shadow: 0 0 12px -8px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 12px -8px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 12px -8px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_blogger_plain .sc_blogger_item:hover {
-webkit-box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.1);
}
.sc_blogger_plain .sc_blogger_item .sc_button_simple {
padding: 0 1.4em 0 0;
font-size: 15px !important;
}
.sc_blogger_plain .sc_blogger_item .post_meta + .sc_blogger_item_title {
margin-top: 16px;
}
.sc_blogger_plain .sc_blogger_item .post_meta {
margin: 0;
}
.sc_blogger_plain .sc_blogger_item .sc_blogger_item_title + .post_meta {
margin-top: 19px;
}
.sc_blogger_plain .sc_blogger_item .post_meta + .sc_blogger_item_excerpt {
margin-top: 15px;
}
.sc_blogger_plain .sc_blogger_item .sc_blogger_item_button {
margin-top: 1.25em;
}
#trx_addons_login_popup {
width: 700px;
}  :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;
} .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container:not(.elementor-column-gap-no) {
max-width: none;
position: relative;
} .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
width: 1180px;
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
width: 780px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
left: -5px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-narrow {
margin-left: -5px;
margin-right: -5px;
} .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
width: 1190px;
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
width: 790px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
left: -10px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-default {
margin-left: -10px;
margin-right: -10px;
} .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
width: 1200px;
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
width: 800px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
left: -15px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-extended {
margin-left: -15px;
margin-right: -15px;
} .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
width: 1210px;
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
width: 810px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide,
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
left: -20px;
}
.content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width.elementor-section-stretched:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wide {
margin-left: -20px;
margin-right: -20px;
} .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
width: 1230px;
}
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider,
.sidebar_show .content_wrap .elementor-section.elementor-section-justified.elementor-section-full_width:not(.elementor-section-stretched):not(.elementor-inner-section) > .elementor-container.elementor-column-gap-wider {
width: 830px;
}
.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-text-editor.elementor-drop-cap-view-default .elementor-drop-cap-letter {
width: 1.65em;
}
.elementor-progress-wrapper,
.elementor-progress-bar {
height: 5px;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.elementor-progress-wrapper {
line-height: 12px;
margin-top: 5px;
}
.elementor-progress-percentage {
padding-right: 0;
position: absolute;
top: -25px;
right: 0;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 2.2px;
font-size: 16px;
}
.elementor-widget-progress .elementor-title {
text-transform: uppercase;
font-weight: 500;
letter-spacing: 2.2px;
font-size: 16px;
}
.elementor-widget-progress + .elementor-widget-progress {
margin-top: 23px;
}
.elementor-widget-tabs .elementor-tab-content {
padding: 23px 0 0 0;
}
.elementor-widget-tabs .elementor-tab-title {
font-weight: 500;
letter-spacing: 1.5px;
font-size: 12px;
line-height: 14px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
padding: 8px 18px 7px;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
display: inline-block;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
margin-right: 6px;
margin-top: 2px;
margin-bottom: 2px;
}
.elementor-toggle .elementor-tab-title {
padding: 21px 29px;
font-size: 18px;
line-height: 21px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1.1px;
}
.elementor-toggle .elementor-tab-content {
padding: 37px 45px;
}
.elementor-toggle .fa-caret-right:before {
content: '\e929';
font-family: "fontello";
top: 1px;
position: relative;
font-size: 15px;
}
.elementor-toggle .fa-caret-up:before {
content: '\e92c';
font-family: "fontello";
top: 1px;
position: relative;
font-size: 15px;
}
.elementor-widget-divider .elementor-divider {
font-size: 0;
}
.elementor-widget:not(:last-child) {
margin-bottom: 0;
}
.elementor-container[class*="elementor-column-gap-"] > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
padding: 0;
} form.mc4wp-form {
position: relative;
padding-right: 0;
}
form.mc4wp-form .mc4wp-form-fields {
position: relative;
}
form.mc4wp-form .mc4wp-form-fields input[type="email"] {
width: 100%;
vertical-align: top;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
position: relative;
padding: 1px 30px 1px 0;
border: none;
height: 28px;
font-size: 15px;
line-height: 18px;
}
form.mc4wp-form .mc4wp-form-fields:before {
content: '\e964';
font-family: "fontello";
font-size: 21px;
display: block;
margin-top: 0;
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
position: absolute;
top: 0;
right: 0;
z-index: 1;
}
form.mc4wp-form .mc4wp-form-fields input[type="submit"] {
position: absolute;
z-index: 1;
top: 0;
right: 0;
vertical-align: middle;
padding: 0;
height: 28px;
width: 25px;
background: transparent !important;
}
form.mc4wp-form .mc4wp-alert {
margin: 0;
padding: 5px 8px;
line-height: 1.5em;
font-size: 14px;
}
form.mc4wp-form p {
font-size: 13px;
margin: 8px 0;
}
.mc4wp-response p {
margin: 0 !important;
}
.mc4wp-form-fields p:last-child {
border-top: 1px solid red;
padding-top: 0.5em;
margin-top: 1.1em;
} .esg-grid i[class*="eg-icon-"] {
color: #fff;
-webkit-transition: color 0.5s ease;
-ms-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;
}
body .esg-filter-wrapper {
visibility: visible;
}
.eg-go-go-wrapper .esg-entry-cover .esg-overlay {
left: 16px !important;
right: 16px !important;
top: 16px !important;
bottom: 16px !important;
width: calc(100% - 32px) !important;
height: calc(100% - 32px) !important;
}
.eg-go-go-bottom-wrapper .esg-entry-cover .esg-overlay {
left: 20px !important;
right: 20px !important;
bottom: 20px !important;
width: calc(100% - 40px) !important;
height: calc(100% - 20px) !important;
}
body a.eg-go-go-bottom-element-5,
body a.eg-go-go-element-5 {
letter-spacing: 1.9px !important;
color: #929ca8 !important;
}
body a.eg-go-go-bottom-element-3,
body a.eg-go-go-element-3 {
letter-spacing: 1px;
color: #222a35 !important;
}
body a.eg-go-go-element-3:after {
content: '\e96b';
font-family: "fontello";
display: block;
font-weight: 400 !important;
font-size: 15px !important;
margin: 30px 0 -43px;
}
body a.eg-go-go-bottom-element-3:after {
content: '\e96b';
font-family: "fontello";
display: inline-block;
font-weight: 400 !important;
font-size: 15px !important;
margin: 0 0 0;
float: right;
}.sc_layouts_row {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_row_on_top {
z-index: 999999;
}
.sc_layouts_row .sc_layouts_item,
.sc_layouts_row .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin-top: 0.5em !important;
margin-bottom: 0.5em !important;
}
.sc_layouts_item {
max-width: 100%;
}
.sc_layouts_column .sc_layouts_item,
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
display: inline-block;
vertical-align: middle;
margin-right: 1.5em;
}
.sc_layouts_column .sc_layouts_item:last-child,
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text):last-child {
margin-right: 0 !important;
}
.sc_layouts_column_align_right .sc_layouts_item,
.sc_layouts_column_align_right .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin-left: 1.5em;
margin-right: 0;
}
.sc_layouts_column_align_right .sc_layouts_item:first-child {
margin-left: 0 !important;
}
.sc_layouts_row .vc_separator,
.sc_layouts_row .sc_layouts_item + div.vc_separator:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text),
.sc_layouts_row .vc_empty_space,
.sc_layouts_row .sc_layouts_item + div.vc_empty_space:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin: 0 !important;
}
.sc_layouts_column .vc_empty_space {
width: 100%;
}
.sc_layouts_column_align_left,
.sc_layouts_column.sc_layouts_column_align_left .widget,
.sc_layouts_column.sc_layouts_column_align_left .widget_title,
.sc_layouts_column.sc_layouts_column_align_left .widgettitle {
text-align: left;
}
.sc_layouts_column_align_center,
.sc_layouts_column.sc_layouts_column_align_center .widget,
.sc_layouts_column.sc_layouts_column_align_center .widget_title,
.sc_layouts_column.sc_layouts_column_align_center .widgettitle {
text-align: center;
}
.sc_layouts_column_align_right,
.sc_layouts_column.sc_layouts_column_align_right .widget,
.sc_layouts_column.sc_layouts_column_align_right .widget_title,
.sc_layouts_column.sc_layouts_column_align_right .widgettitle {
text-align: right;
}
.sc_layouts_row_delimiter {
border-bottom: 1px solid #ddd;
} body.frontpage:not(.elementor-editor-active) .sc_layouts_hide_on_frontpage,
body.home-page:not(.elementor-editor-active) .sc_layouts_hide_on_frontpage,
body.error404:not(.elementor-editor-active) .sc_layouts_hide_on_frontpage,
body.single:not(.elementor-editor-active) .sc_layouts_hide_on_singular,
body.page:not(.elementor-editor-active) .sc_layouts_hide_on_singular,
body:not(.single):not(.page):not(.elementor-editor-active) .sc_layouts_hide_on_other {
display: none !important;
}  .sc_layouts_iconed_text {
white-space: nowrap;
}
.sc_layouts_item_link {
display: block;
}
.sc_layouts_item_icon {
font-size: 2.25em;
line-height: 1.1em;
display: inline-block;
vertical-align: middle;
-webkit-transition: color 0.3s ease;
-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 -10px 0 0;
}
.sc_layouts_row_type_compact .socials_wrap .social_item {
margin: 0 10px 0 0;
}
.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon {
font-size: 15px;
width: auto;
height: auto;
line-height: inherit;
-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 .mfp-content,
.mfp-ajax-holder .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;
}
.sc_layouts_cart {
position: relative;
z-index: 2000;
}
.sc_layouts_cart_icon,
.sc_layouts_cart_details {
cursor: pointer;
}
.sc_layouts_cart_items_short {
display: none;
font-size: 7px;
background-color: #333;
color: #fff;
width: 15px;
height: 15px;
line-height: 15px;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
position: absolute;
z-index: 1;
top: -5px;
right: -5px;
pointer-events: none;
}
.sc_layouts_row_type_compact .sc_layouts_cart_details {
display: none;
}
.sc_layouts_row_type_compact .sc_layouts_cart_details {
display: none;
}
.sc_layouts_row_type_compact .sc_layouts_cart_items_short {
display: block;
} .sc_layouts_cart_widget {
display: none;
text-align: left;
position: absolute;
z-index: 2;
top: 4em;
right: -2em;
width: 280px;
padding: 1em;
border: 1px solid #ddd;
background-color: #fff;
color: #888;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_cart_widget:after {
content: ' ';
display: block;
position: absolute;
z-index: 1;
top: 0;
right: 2.5em;
width: 8px;
height: 8px;
margin: -5px 0 0 -4px;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
background-color: #fff;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.sc_layouts_cart_widget .sc_layouts_cart_widget_close {
position: absolute;
z-index: 100;
top: 0;
right: 0;
padding: 5px 6px;
cursor: pointer;
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_cart_widget .widget_shopping_cart {
text-align: left !important;
font-size: 0.9333em;
line-height: 1.5em;
}
.sc_layouts_cart_widget .cart_list {
max-height: 215px;
overflow-y: auto;
overflow-x: hidden;
}
.sc_layouts_cart_widget p {
margin-bottom: 0;
}
.sc_layouts_cart_widget p + p {
margin-top: 0.75em;
} .sc_layouts_currency .select_container {
overflow: visible;
background-color: transparent !important;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .woocommerce-currency-switcher {
display: none !important;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .woocommerce-currency-switcher {
padding: 0 !important;
}
.sc_layouts_currency .select_container:after,
.sc_layouts_currency .select_container:before {
display: none;
}
.sc_layouts_currency .chosen-container .chosen-results {
display: block;
}
.sc_layouts_currency .chosen-container {
font-size: inherit;
font-weight: inherit;
letter-spacing: 0px;
min-width: 100%;
position: relative;
}
.sc_layouts_currency .chosen-container-single .chosen-single span {
margin: 0;
}
.sc_layouts_currency .chosen-container-single .chosen-single > div {
display: none;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .chosen-container-active.chosen-with-drop .chosen-single,
.sc_layouts_currency .woocommerce-currency-switcher-form .chosen-container-single .chosen-single,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-select,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-selected,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-selected,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect.wSelect-theme-classic {
display: inline;
font-weight: inherit;
position: relative;
height: auto;
background: transparent !important;
border: none;
line-height: inherit;
padding: 0;
margin: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.sc_layouts_currency .chosen-container-single .chosen-single:after {
content: '\e828';
font-family: "trx_addons_icons";
font-size: 95%;
position: absolute;
z-index: 1;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: none;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-arrow,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-pointer,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-selected-description {
display: none;
}
.sc_layouts_currency .chosen-container .chosen-results,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-options-holder,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-options {
width: 11em !important;
border: none !important;
min-width: 0 !important;
margin: 0;
padding: 1.25em 2em;
background: #ffffff;
text-align: left;
position: absolute;
z-index: 1;
top: 1em;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0 !important;
-ms-border-radius: 0 !important;
border-radius: 0 !important;
-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.sc_layouts_currency.hide_drop .chosen-drop,
.sc_layouts_currency.hide_drop .woocommerce-currency-switcher-form .wSelect-options-holder,
.sc_layouts_currency.hide_drop .woocommerce-currency-switcher-form .dd-options {
display: none !important;
}
.sc_layouts_currency .chosen-container .chosen-drop,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect .wSelect-options {
height: auto !important;
border: none;
overflow: visible;
margin-top: 0;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.sc_layouts_currency .chosen-container .chosen-results li,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option,
.sc_layouts_currency .woocommerce-currency-switcher-form .dd-option {
background: transparent !important;
border: none;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #141414;
font-weight: 400;
padding: 0.55em 0;
line-height: inherit;
cursor: pointer;
}
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option-value {
padding: 0;
margin: 0;
}
.sc_layouts_currency .chosen-container .active-result.highlighted,
.sc_layouts_currency .chosen-container .active-result.result-selected,
.sc_layouts_currency .woocommerce-currency-switcher-form .wSelect-option-selected {
color: #efa758;
}
.sc_layouts_currency a.woocs_flag_view_item {
width: auto;
height: auto;
margin: 0;
vertical-align: bottom;
display: inline;
}
.sc_layouts_currency a.woocs_flag_view_item img {
width: auto;
height: 1.2em;
vertical-align: bottom;
}
.sc_layouts_featured.with_content {
position: relative;
min-height: 0em;
}
.sc_layouts_featured .sc_layouts_featured_content {
position: static;
}
.sc_layouts_featured.with_image.without_content {
min-height: 40rem;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_layouts_featured.with_image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_layouts_featured.with_image.with_content:before {
content: ' ';
position: absolute;
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5); } .sc_layouts_language li.menu-item > a > img,
.sc_layouts_language li.menu-item > a > span {
display: inline-block;
line-height: inherit;
vertical-align: middle;
}
.sc_layouts_language li.menu-item > a > img + span {
margin-left: 0.3em;
}
.custom-logo-link img,
.sc_layouts_logo img {
max-height: 6em;
width: auto;
}
.sc_layouts_row_type_compact .custom-logo-link img,
.sc_layouts_row_type_compact .sc_layouts_logo img {
max-height: 4.5em;
}
.sc_layouts_row_type_narrow .custom-logo-link img,
.sc_layouts_row_type_narrow .sc_layouts_logo img {
max-height: 3em;
}
.sc_layouts_logo .logo_text {
display: block;
}
.sc_layouts_logo .logo_slogan {
display: block;
font-size: 12px;
line-height: 15px;
letter-spacing: 0px;
} .sc_layouts_item_menu_mobile_button,
.sc_layouts_menu_mobile_button {
display: none !important;
}
.sc_layouts_menu_mobile_button .sc_layouts_item_icon {
font-size: 2em;
}
.sc_layouts_menu_mobile_button .sc_layouts_item_icon:before {
line-height: 1.2em;
}
.sc_layouts_menu_mobile_button_burger:not(.without_menu) {
display: inline-block !important;
} .sc_layouts_menu {
position: relative;
z-index: 1000;
overflow: hidden;
visibility: hidden;
max-height: 3em;
}
.sc_layouts_menu.inited,
.sc_layouts_menu > nav {
overflow: visible;
visibility: visible;
max-height: none;
}
.sc_layouts_menu_nav, .sc_layouts_menu_nav ul {
display: inline-block;
margin: 0;
padding: 0;
list-style-type: none;
}
.sc_layouts_menu_nav:after, .sc_layouts_menu_nav ul:after {
content: ' ';
clear: both;
width: 100%;
height: 0;
display: block;
}
.sc_layouts_menu_nav li {
margin: 0;
position: relative;
}
.sc_layouts_menu_nav li > a {
display: block;
position: relative;
} .sc_layouts_menu_nav {
text-align: left;
vertical-align: middle;
padding-left: 0 !important;
}
.sc_layouts_menu_nav > li {
position: relative;
float: left;
z-index: 20;
}
.sc_layouts_menu_nav > li + li {
z-index: 19;
}
.sc_layouts_menu_nav > li + li + li {
z-index: 18;
}
.sc_layouts_menu_nav > li + li + li + li {
z-index: 17;
}
.sc_layouts_menu_nav > li + li + li + li + li {
z-index: 16;
}
.sc_layouts_menu_nav > li + li + li + li + li + li {
z-index: 15;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li {
z-index: 14;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li + li {
z-index: 13;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li + li + li {
z-index: 12;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li + li + li + li {
z-index: 11;
}
.sc_layouts_menu_nav > li > a {
padding: 1em;
position: relative;
color: #333;
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-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%);
}@media (min-width: 1680px) { .hide_on_desktop,
.sc_layouts_hide_on_desktop {
display: none !important;
}
.sc_layouts_row_type_compact.sc_layouts_row_fixed_on,
.sc_layouts_row_type_normal.sc_layouts_row_fixed_on {
padding-top: 0;
padding-bottom: 0;
}
.sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
max-height: 3em;
}
} @media (min-width: 1280px) and (max-width: 1679px) { .hide_on_notebook,
.sc_layouts_hide_on_notebook {
display: none !important;
}
.sc_layouts_row_type_compact.sc_layouts_row_fixed_on,
.sc_layouts_row_type_normal.sc_layouts_row_fixed_on {
padding-top: 0;
padding-bottom: 0;
}
.sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
max-height: 3em;
}
} @media (min-width: 768px) and (max-width: 1279px) { .hide_on_tablet,
.sc_layouts_hide_on_tablet {
display: none !important;
}
.sc_layouts_row_type_compact.sc_layouts_row_fixed_on,
.sc_layouts_row_type_normal.sc_layouts_row_fixed_on {
padding-top: 0;
padding-bottom: 0;
}
.sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
max-height: 3em;
}
} @media (max-width: 767px) { .hide_on_mobile,
.sc_layouts_hide_on_mobile {
display: none !important;
}
.sc_layouts_row_type_compact.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always,
.sc_layouts_row_type_normal.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always {
padding-top: 0;
padding-bottom: 0;
}
.sc_layouts_row.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always .sc_layouts_logo img {
max-height: 3em;
}
} @media (max-width: 1439px) { .sc_layouts_row:not(.sc_layouts_row_type_narrow),
.sc_layouts_row:not(.sc_layouts_row_type_narrow) input[type="text"],
.sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_item_details_line2 {
font-size: 14px;
}
.sc_layouts_row_fixed_on {
left: -15px;
right: -15px;
}
.sc_layouts_row .sc_button {
font-size: 12px;
padding: 1.5em;
} a.custom-logo-link img,
.sc_layouts_row .sc_layouts_logo img {
max-height: 4.5em;
}
.sc_layouts_row_type_compact .custom-logo-link img,
.sc_layouts_row_type_compact .sc_layouts_logo img {
max-height: 3.5em;
}
.sc_layouts_row_type_narrow .custom-logo-link img,
.sc_layouts_row_type_narrow .sc_layouts_logo img {
max-height: 2.5em;
}
} @media (max-width: 1279px) { .sc_layouts_row:not(.sc_layouts_row_type_narrow),
.sc_layouts_row:not(.sc_layouts_row_type_narrow) input[type="text"],
.sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_item_details_line2 {
font-size: 13px;
line-height: 21px;
}
.sc_layouts_row_fixed_on {
left: -15px;
right: -15px;
} .sc_layouts_menu_nav ul li.columns-4 > ul,
.sc_layouts_menu_nav ul li.columns-5 > ul {
width: 39em;
}
.sc_layouts_menu_nav ul li.columns-4 > ul.submenu_left,
.sc_layouts_menu_nav ul li.columns-5 > ul.submenu_left {
left: -39em;
}
.sc_layouts_menu_nav li.columns-4 > ul > li,
.sc_layouts_menu_nav li.columns-5 > ul > li {
width: 33.3333%;
}
} @media (max-width: 1023px) { .sc_layouts_row_fixed_on {
left: -15px;
right: -15px;
}
.sc_layouts_column .sc_layouts_item {
margin-right: 1.15em;
}
.sc_layouts_column_align_right .sc_layouts_item {
margin-left: 1.15em;
margin-right: 0;
}
.sc_layouts_row_type_narrow,
.sc_layouts_row_type_narrow input[type="text"],
.sc_layouts_row_type_narrow .sc_layouts_item_details_line2 {
font-size: 12px;
line-height: 16px;
}
.sc_layouts_title_title {
font-size: 0.8em;
}  .sc_layouts_menu_nav ul li.columns-3 > ul,
.sc_layouts_menu_nav ul li.columns-4 > ul,
.sc_layouts_menu_nav ul li.columns-5 > ul {
width: 26em;
}
.sc_layouts_menu_nav ul li.columns-3 > ul.submenu_left,
.sc_layouts_menu_nav ul li.columns-4 > ul.submenu_left,
.sc_layouts_menu_nav ul li.columns-5 > ul.submenu_left {
left: -26em;
}
.sc_layouts_menu_nav li.columns-3 > ul > li,
.sc_layouts_menu_nav li.columns-4 > ul > li,
.sc_layouts_menu_nav li.columns-5 > ul > li {
width: 50%;
}
.sc_layouts_menu_nav > li > a {
padding: 0.7em;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a {
padding-right: 1.3em;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a:after {
right: 0.5em;
}
} @media (max-width: 767px) { .sc_layouts_row_type_compact .sc_layouts_item_details,
.sc_layouts_row_type_normal .sc_layouts_item_details {
display: none;
}
.sc_layouts_row_fixed_on:not(.sc_layouts_row_fixed_always) {
position: relative !important;
left: 0 !important;
right: auto !important;
top: 0 !important;
-webkit-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
}
.sc_layouts_row_fixed_on:not(.sc_layouts_row_fixed_always) + .sc_layouts_row_fixed_placeholder {
display: none !important;
}
.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always {
left: -10px;
right: -10px;
}
.sc_layouts_row .wpb_text_column p {
text-align: center !important;
}
.sc_layouts_panel {
overflow-y: auto;
overflow-x: hidden;
}
.sc_layouts_panel_left,
.sc_layouts_panel_right {
overflow-x: visible;
} .sc_layouts_cart_widget {
position: fixed;
top: 46px;
right: 0;
bottom: 0;
left: 0;
width: auto;
height: auto;
}
.sc_layouts_cart_widget:after {
display: none;
}
.sc_layouts_cart_widget .sc_layouts_cart_widget_close {
font-size: 1.5em;
padding: 1em;
top: 32px;
}
.sc_layouts_cart_widget .widget_shopping_cart {
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 1em;
width: 90%;
max-height: 80%;
font-size: 14px;
overflow-x: hidden;
overflow-y: auto;
}
.sc_layouts_cart_widget .cart_list {
max-height: none;
overflow: visible;
} .sc_layouts_item_menu_mobile_button,
.sc_layouts_menu_mobile_button {
display: inline-block !important;
} ul.sc_layouts_submenu .wpb_column:not([class*="vc_col-xs-"]) + .wpb_column:not([class*="vc_col-xs-"]),
ul.sc_layouts_submenu .elementor-column:not([class*="elementor-xs-"]) + .elementor-column:not([class*="elementor-xs-"]) {
margin-top: 1.5em;
} .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li ul,
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li:last-child > ul,
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li:last-child ul {
position: static;
left: auto;
top: auto;
margin: 0;
padding: 0 1em;
width: auto !important;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li:last-child > ul {
padding: 1em 0;
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li ul.sc_layouts_submenu [class*="sc_content_width_"] {
width: auto !important;
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li li > a {
padding: 0.25em 1em;
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li li.menu-item-has-children > a:after {
content: '\e882';
}
.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav > li li.menu-item-has-children > a:after {
top: 0.25em;
right: 1em;
}
} @media (max-width: 600px) { .sc_layouts_cart_widget {
top: 0;
}
} @media (max-width: 479px) { .sc_layouts_row_fixed_on.sc_layouts_row_fixed_always {
left: -10px;
right: -10px;
}
.sc_layouts_row:not(.sc_layouts_row_type_narrow),
.sc_layouts_row:not(.sc_layouts_row_type_narrow) input[type="text"],
.sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_item_details_line2 {
font-size: 13px;
line-height: 19px;
}
.sc_layouts_title_title {
font-size: 0.7em;
}
.sc_layouts_title_meta + .sc_layouts_title_title > .sc_layouts_title_caption {
margin: 0.2em 0 0;
}
}.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:#000}.esg-color-white{color:#fff}.esg-color-red{color:red}.esg-color-green{color:green}.esg-color-blue{color:#00f}.esg-w100{width:100%}.esg-w100-hauto{width:100%;height:auto}.esg-fullscreen-forcer{position:relative;left:0;top:0;width:100%;height:auto}.esg-iframe{position:absolute;top:0;left:0;display:none}.esg-clearfix:after,.esg-clearfix:before{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{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.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:0;left:0;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:0;left:0;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:#000}.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 .2s ease}.esg-grid .esg-loadmore-wrapper{overflow-x:hidden}.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(0);transform:translateZ(0)}@-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 li,.esg-grid ul{list-style:none;margin:0;padding:0;transform-style:flat!important}.esg-overflowtrick{position:relative;width:100%;height:auto;overflow:hidden;padding:0;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-grid-wrap-container *{box-sizing:border-box}.esg-container{position:relative;width:100%;height:auto}.esg-container>ul,.esg-overflowtrick>ul{width:100%;max-width:100%;height:0;position:relative;overflow:visible}.esg-grid li{border:0 solid transparent;outline:0 solid transparent;visibility:hidden;display:none}.esg-grid a{border:none;text-decoration:none}.esg-grid a:focus,.esg-grid a:hover{text-decoration:none;border:none}.esg-clear{clear:both;height:5px!important;background:0 0!important}.eg-clearfix,.esg-clear-no-height{clear:both;height:0!important;background:0 0!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:0;left:0}.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:0;left:0}.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:0;left:0;overflow:hidden;border:0 solid transparent;outline:0 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:0;left:0;width:100%}.esg-lc{top:0;left:0;height:100%}.esg-cc{top:0;left:0;width:100%;vertical-align:middle}.esg-rc{top:0;right:0;height:100%}.esg-bc{bottom:0;left:0;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-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:0 solid transparent;outline:0 solid transparent;overflow:hidden}.esg-entry-media{width:100%}.esg-entry-media img{width:100%;height:auto;max-width:none!important;min-width:auto!important}.esg-layout-masonry .esg-entry-media img{line-height:0;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:0;left:0;width:100%;height:100%;border:0 solid transparent;outline:0 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}.esg-filters,.esg-pagination,.navigationbuttons{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 .tp-desc,.esg-nav-by-shortcode .esg-sortbutton-order.eg-icon-down-open.tp-asc,.esg-sortbutton-order .tp-desc,.esg-sortbutton-order.eg-icon-down-open.tp-asc{text-align:center}.esg-nav-by-shortcode{box-sizing:border-box;position:relative;display:inline-block;vertical-align:top;text-align:center}.esg-nav-by-shortcode .esg-navbutton-solo-left,.esg-nav-by-shortcode .esg-navbutton-solo-right{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:0;margin-bottom:5px}.esg-filter-wrapper.dropdownstyle .esg-filter-checked{margin-right:5px;margin-left:0}.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:0 15px 0 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:0;left:0;width:100%;height:100%;-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-appearance:menulist-button}.esg-filters.esg-navbutton-solo-left{position:absolute;left:0;top:50%;z-index:800}.esg-filters.esg-navbutton-solo-right{position:absolute;right:0;top:50%;z-index:800}.esg-navigationbutton.esg-left,.esg-navigationbutton.esg-right{margin-left:0!important;margin-right:0!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:0}.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:0 0 5px 0}.eg-leftright-container .esg-filter-wrapper{display:block;margin-right:0}.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(//www.bespokewebpro.com/wp-content/plugins/essential-grid/public/assets/images/ajax-loader.gif) center no-repeat rgba(255,255,255,.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:#fff url(//www.bespokewebpro.com/wp-content/plugins/essential-grid/public/assets/images/loader.gif) no-repeat center center;box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(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:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(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:#fff url(//www.bespokewebpro.com/wp-content/plugins/essential-grid/public/assets/images/loader.gif) no-repeat 10px 10px;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(0) rotateY(0);-webkit-transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}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:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;-webkit-animation:esg-scaleout 1s infinite ease-in-out;animation:esg-scaleout 1s infinite ease-in-out}@-webkit-keyframes esg-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes esg-scaleout{0%{transform:scale(0);-webkit-transform:scale(0)}100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}}.esg-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.eg-search-wrapper .esg-loader.spinner3{margin-top:-30px!important}.simple-dark .eg-search-wrapper .esg-loader.spinner3,.simple-light .eg-search-wrapper .esg-loader.spinner3{margin-top:-25px!important}.text-dark .eg-search-wrapper .esg-loader.spinner3,.text-light .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:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(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:-.32s;animation-delay:-.32s}.esg-loader.spinner3 .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes esg-bouncedelay{0%,100%,80%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes esg-bouncedelay{0%,100%,80%{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}.esg-loader.spinner4{margin:0 0 0 -20px;width:40px;height:40px;text-align:center;-webkit-animation:esg-rotate 2s infinite linear;animation:esg-rotate 2s 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 2s infinite ease-in-out;animation:esg-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.esg-loader.spinner4 .dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-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)}50%{-webkit-transform:scale(1)}}@keyframes esg-bounce{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}[class*=" eg-icon-"]:before,[class^=eg-icon-]:before{font-family:eg-font;font-style:normal;font-weight:400;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:400;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:400;speak:none;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.esg-cartbutton a,.esg-filter-wrapper .esg-filterbutton:last-child,.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 embed,.eg-ajax-video-container iframe,.eg-ajax-video-container object{position:absolute;top:0;left:0;width:100%;height:100%}.forcenotvisible{visibility:hidden!important}.forcenotdisplay{display:none!important}.eg-search-input,input.eg-search-input[type=text]{display:inline-block}.eg-search-clean,.eg-search-submit{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-clean,.eg-search-submit{cursor:pointer}.eg-search-wrapper{vertical-align:top;line-height:40px}input.eg-search-input[type=text]{font-family:"Open Sans",sans-serif;outline:0!important;margin:0 0 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-br .eg-ajax-closer.eg-ajax-navbt,.eg-acp-inner.eg-acp-tr .eg-ajax-closer.eg-ajax-navbt{margin-right:0}.eg-ajax-closer-wrapper.eg-acp-bl,.eg-ajax-closer-wrapper.eg-acp-tl{text-align:left}.eg-ajax-closer-wrapper.eg-acp-br,.eg-ajax-closer-wrapper.eg-acp-tr{text-align:right}.eg-ajax-closer-wrapper.eg-acp-b,.eg-ajax-closer-wrapper.eg-acp-t{text-align:center}.eg-ajax-closer-wrapper.eg-acp-t,.eg-ajax-closer-wrapper.eg-acp-tl,.eg-ajax-closer-wrapper.eg-acp-tr{margin-bottom:5px}.eg-ajax-closer-wrapper.eg-acp-b,.eg-ajax-closer-wrapper.eg-acp-bl,.eg-ajax-closer-wrapper.eg-acp-br{margin-top:5px}.eg-acp-inner{display:block;position:absolute;z-index:50;margin:5px}.eg-acp-inner.eg-acp-t,.eg-acp-inner.eg-acp-tl,.eg-acp-inner.eg-acp-tr{top:0}.eg-acp-inner.eg-acp-b,.eg-acp-inner.eg-acp-bl,.eg-acp-inner.eg-acp-br{bottom:0}.eg-acp-inner.eg-acp-bl,.eg-acp-inner.eg-acp-tl{left:0}.eg-acp-inner.eg-acp-br,.eg-acp-inner.eg-acp-tr{right:0}.eg-acp-inner.eg-acp-b,.eg-acp-inner.eg-acp-t{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,.75);color:#fff;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;text-transform:uppercase;padding:1px 1px 0 0;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:0;-moz-border-radius:0;-webkit-border-radius:0;padding:10px;margin:0}.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:middle!important;line-height:40px;padding:0}.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 0 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-cover,.esg-split-content .esg-entry-media-wrapper{width:50%!important}.esg-split-content .esg-media-cover-wrapper:after{content:"";display:table;clear:both}.esg-split-right .esg-entry-cover,.esg-split-right .esg-entry-media-wrapper{float:right}.esg-split-left .esg-entry-cover,.esg-split-left .esg-entry-media-wrapper{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;font-size:0}.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 .2s ease-out}.esgbox-toolbar .esgbox-button:active,.esgbox-toolbar .esgbox-button:focus,.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 .2s ease-out}.esgbox-navigation .esgbox-button:active:before,.esgbox-navigation .esgbox-button:focus: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_left:focus,.esgbox-container .esgbox-button--arrow_left:hover,.esgbox-container .esgbox-button--arrow_right:focus,.esgbox-container .esgbox-button--arrow_right:hover{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]:after,.esg-transition[data-transition^=esg-collapse]:before{position:absolute;content:""}.esg-transition[data-transition^=esg-collapsevertical]:after,.esg-transition[data-transition^=esg-collapsevertical]:before{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]:after,.esg-transition[data-transition=esg-collapseverticalout]:before{height:50%}.esg-transition[data-transition^=esg-collapsehorizontal]:after,.esg-transition[data-transition^=esg-collapsehorizontal]:before{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]:after,.esg-hovered .esg-transition[data-transition=esg-collapsevertical]:before{height:50%}.esg-hovered .esg-transition[data-transition=esg-collapseverticalout]:after,.esg-hovered .esg-transition[data-transition=esg-collapseverticalout]:before{height:0}.esg-hovered .esg-transition[data-transition=esg-collapsehorizontal]:after,.esg-hovered .esg-transition[data-transition=esg-collapsehorizontal]:before{width:50%}.esg-hovered .esg-transition[data-transition=esg-collapsehorizontalout]:after,.esg-hovered .esg-transition[data-transition=esg-collapsehorizontalout]:before{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(0) 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(0) scale(0)}.esg-transition[data-transition^=esg-circlezoom]:after,.esg-transition[data-transition^=esg-circlezoom]:before{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]:after,.esg-transition[data-transition=esg-circlezoomout]:before{transform:translate(-50%,-50%) scale(1,1)}.esg-hovered .esg-transition[data-transition=esg-circlezoom]:after,.esg-hovered .esg-transition[data-transition=esg-circlezoom]:before{transform:translate(-50%,-50%) scale(1,1)}.esg-hovered .esg-transition[data-transition=esg-circlezoomout]:after,.esg-hovered .esg-transition[data-transition=esg-circlezoomout]:before{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-spiralzoom]:before,.esg-hovered .esg-transition[data-transition^=esg-line]: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,.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,.85)}.dark .esg_searchresult{color:#fff}@font-face {
font-family: 'eg-font';
src: url(//www.bespokewebpro.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.eot?40874225);
src: url(//www.bespokewebpro.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.eot?40874225#iefix) format('embedded-opentype'),
url(//www.bespokewebpro.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.woff2?40874225) format('woff2'),
url(//www.bespokewebpro.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.woff?40874225) format('woff'),
url(//www.bespokewebpro.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.ttf?40874225) format('truetype'),
url(//www.bespokewebpro.com/wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.svg?40874225#egfont) format('svg');
font-weight: normal;
font-style: normal;
}   .eg-icon-picture:before { content: '\e800'; } .eg-icon-trash:before { content: '\e801'; } .eg-icon-search:before { content: '\e802'; } .eg-icon-picture-1:before { content: '\e803'; } .eg-icon-layers-alt:before { content: '\e804'; } .eg-icon-video:before { content: '\e805'; } .eg-icon-arrows-ccw:before { content: '\e806'; } .eg-icon-magic:before { content: '\e807'; } .eg-icon-ccw:before { content: '\e808'; } .eg-icon-doc:before { content: '\e809'; } .eg-icon-cancel:before { content: '\e80a'; } .eg-icon-export:before { content: '\e80b'; } .eg-icon-list-add:before { content: '\e80c'; } .eg-icon-ok:before { content: '\e80d'; } .eg-icon-link:before { content: '\e80e'; } .eg-icon-info-circled:before { content: '\e80f'; } .eg-icon-check:before { content: '\e810'; } .eg-icon-ok-1:before { content: '\e811'; } .eg-icon-basket:before { content: '\e812'; } .eg-icon-folder:before { content: '\e813'; } .eg-icon-shuffle:before { content: '\e814'; } .eg-icon-tools:before { content: '\e815'; } .eg-icon-resize-full:before { content: '\e816'; } .eg-icon-left-dir:before { content: '\e817'; } .eg-icon-right-dir:before { content: '\e818'; } .eg-icon-left-open:before { content: '\e819'; } .eg-icon-right-open:before { content: '\e81a'; } .eg-icon-monitor:before { content: '\e81b'; } .eg-icon-droplet:before { content: '\e81c'; } .eg-icon-angle-right:before { content: '\e81d'; } .eg-icon-right-big:before { content: '\e81e'; } .eg-icon-left-big:before { content: '\e81f'; } .eg-icon-angle-left:before { content: '\e820'; } .eg-icon-back-in-time:before { content: '\e821'; } .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-right:before { content: '\e826'; } .eg-icon-arrow-combo:before { content: '\e827'; } .eg-icon-popup:before { content: '\e828'; } .eg-icon-palette:before { content: '\e829'; } .eg-icon-left-open-1:before { content: '\e82a'; } .eg-icon-right-open-1:before { content: '\e82b'; } .eg-icon-left-open-2:before { content: '\e82c'; } .eg-icon-right-open-2:before { content: '\e82d'; } .eg-icon-left-open-outline:before { content: '\e82e'; } .eg-icon-right-open-outline:before { content: '\e82f'; } .eg-icon-menu:before { content: '\e830'; } .eg-icon-pencil-1:before { content: '\e831'; } .eg-icon-cog:before { content: '\e832'; } .eg-icon-login:before { content: '\e833'; } .eg-icon-logout:before { content: '\e834'; } .eg-icon-up-hand:before { content: '\e835'; } .eg-icon-left:before { content: '\e836'; } .eg-icon-gamepad:before { content: '\e837'; } .eg-icon-down-dir:before { content: '\e838'; } .eg-icon-up-dir:before { content: '\e839'; } .eg-icon-equalizer:before { content: '\e83a'; } .eg-icon-down-open:before { content: '\e83b'; } .eg-icon-th-large:before { content: '\e83c'; } .eg-icon-th:before { content: '\e83d'; } .eg-icon-folder-1:before { content: '\e83e'; } .eg-icon-unlink:before { content: '\e83f'; } .eg-icon-link-ext:before { content: '\e840'; } .eg-icon-eye:before { content: '\e841'; } .eg-icon-eye-off:before { content: '\e842'; } .eg-icon-home:before { content: '\e843'; } .eg-icon-info:before { content: '\e844'; } .eg-icon-resize-full-alt:before { content: '\e845'; } .eg-icon-move:before { content: '\e846'; } .eg-icon-cog-alt:before { content: '\e847'; } .eg-icon-wrench:before { content: '\e848'; } .eg-icon-shuffle-1:before { content: '\e849'; } .eg-icon-ajust:before { content: '\e84a'; } .eg-icon-tint:before { content: '\e84b'; } .eg-icon-align-left:before { content: '\e84c'; } .eg-icon-align-center:before { content: '\e84d'; } .eg-icon-align-right:before { content: '\e84e'; } .eg-icon-text-height:before { content: '\e84f'; } .eg-icon-text-width:before { content: '\e850'; } .eg-icon-font:before { content: '\e851'; } .eg-icon-bold:before { content: '\e852'; } .eg-icon-chart-bar:before { content: '\e853'; } .eg-icon-sort-name-up:before { content: '\e854'; } .eg-icon-italic:before { content: '\e855'; } .eg-icon-lock:before { content: '\e856'; } .eg-icon-lock-open:before { content: '\e857'; } .eg-icon-music:before { content: '\e858'; } .eg-icon-videocam:before { content: '\e859'; } .eg-icon-camera:before { content: '\e85a'; } .eg-icon-camera-alt:before { content: '\e85b'; } .eg-icon-tag:before { content: '\e85c'; } .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-align-justify:before { content: '\e861'; } .eg-icon-color-adjust:before { content: '\e862'; } .eg-icon-sort-alt-up:before { content: '\e863'; } .eg-icon-sort-alt-down:before { content: '\e864'; } .eg-icon-sort-name-down:before { content: '\e865'; } .eg-icon-indent-left:before { content: '\e866'; } .eg-icon-indent-right:before { content: '\e867'; } .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-plus:before { content: '\e86e'; } .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-export-1:before { content: '\e873'; } .eg-icon-forward:before { content: '\e874'; } .eg-icon-plus-squared:before { content: '\e875'; } .eg-icon-plus-circled:before { content: '\e876'; } .eg-icon-ok-circled2:before { content: '\e877'; } .eg-icon-ok-squared:before { content: '\e878'; } .eg-icon-user:before { content: '\e879'; } .eg-icon-male:before { content: '\e87a'; } .eg-icon-female:before { content: '\e87b'; } .eg-icon-basket-1:before { content: '\e87c'; } .eg-icon-calendar:before { content: '\e87d'; } .eg-icon-calendar-empty:before { content: '\e87e'; } .eg-icon-phone:before { content: '\e87f'; } .eg-icon-rss:before { content: '\e880'; } .eg-icon-rss-squared:before { content: '\e881'; } .eg-icon-folder-open-empty:before { content: '\e882'; } .eg-icon-folder-open:before { content: '\e883'; } .eg-icon-doc-inv:before { content: '\e884'; } .eg-icon-doc-text:before { content: '\e885'; } .eg-icon-print:before { content: '\e886'; } .eg-icon-thumbs-up:before { content: '\e887'; } .eg-icon-thumbs-up-alt:before { content: '\e888'; } .eg-icon-upload:before { content: '\e889'; } .eg-icon-download:before { content: '\e88a'; } .eg-icon-lightbulb:before { content: '\e88b'; } .eg-icon-play:before { content: '\e88c'; } .eg-icon-pause:before { content: '\e88d'; } .eg-icon-play-circled:before { content: '\e88e'; } .eg-icon-stop:before { content: '\e88f'; } .eg-icon-fast-fw:before { content: '\e890'; } .eg-icon-ccw-1:before { content: '\e891'; } .eg-icon-angle-double-left:before { content: '\e892'; } .eg-icon-angle-double-right:before { content: '\e893'; } .eg-icon-flight:before { content: '\e894'; } .eg-icon-sort:before { content: '\e895'; } .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-vimeo-squared:before { content: '\e89d'; } .eg-icon-youtube-squared:before { content: '\e89e'; } .eg-icon-youtube:before { content: '\e89f'; } .eg-icon-tumblr:before { content: '\e8a0'; } .eg-icon-twitter:before { content: '\e8a1'; } .eg-icon-twitter-squared:before { content: '\e8a2'; } .eg-icon-level-down:before { content: '\e8a3'; } .eg-icon-level-up:before { content: '\e8a4'; } .eg-icon-back:before { content: '\e8a5'; } .eg-icon-reply:before { content: '\e8a6'; } .eg-icon-forward-1:before { content: '\e8a7'; } .eg-icon-reply-1:before { content: '\e8a8'; } .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-paper-plane:before { content: '\e8ad'; } .eg-icon-brush:before { content: '\e8ae'; } .eg-icon-key:before { content: '\e8af'; } .eg-icon-clipboard:before { content: '\e8b0'; } .eg-icon-megaphone:before { content: '\e8b1'; } .eg-icon-flickr:before { content: '\e8b2'; } .eg-icon-github:before { content: '\e8b3'; } .eg-icon-github-circled:before { content: '\e8b4'; } .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-rss-1:before { content: '\e8c8'; } .eg-icon-cw:before { content: '\e8c9'; } .eg-icon-soundcloud:before { content: '\e8ca'; } .eg-icon-gplus-squared:before { content: '\f0d4'; } .eg-icon-gplus-2:before { content: '\f0d5'; } .eg-icon-youtube-play:before { content: '\f16a'; } .eg-icon-instagram:before { content: '\f16d'; } .eg-icon-telegram:before { content: '\f2c6'; }