.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;text-align:center}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;letter-spacing:0;line-height:20px;left:0}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container,#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container,#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){letter-spacing:.25px;margin:0 0 0 10px;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade,#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-buttons,.cookie-notice-container #cn-notice-text{display:block}#cookie-notice .cn-button{margin:0 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}.custom-style-4 ul#tiles li:nth-child(odd),
.price_wrapper .name-price-desc:nth-child(odd) {
clear: both
}
.style-4-productName::after {
content: ""
}
span.head-title.tab-links_spl.spl_cat_heading_style_4 {
line-height: 3;
}
.masonary-section {
float: left
}
.spl-style5-price {
margin-top: 13px
}
.foot-img-li .spl-footer img {
width: 100%;
max-width: 120px
}
.btn-book-now.spl_book_now_btn_style_3 {
text-transform: capitalize !important;
border-radius: 20px !important
}
.btn-book-now{
display:block;
}
.name.a-tag {
z-index: 0 !important
}
.scc-modal-content-support {
max-width: 1000px
}
.for-style-3 {
border-radius: 9px 12px 0 0 !important
}
#spl_1528116266.price_wrapper .name-price-desc .desc.a-tag {
line-height: 22px
}
div.masonary-section ul {
margin-left: -62px !important
}
.toggle-advanced-options {
color: #808080;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 700;
padding: 0 15px 15px;
cursor: pointer;
display: flex;
}
.toggle-advanced-options:hover {
color:#5BB3A7;
}
.service_descservice_desc{
margin-left: 0;
}
.spl-custom-color {
color: #6B6B6B; 
}
.service-advance-settings{
background: #FEFEFE;
padding: 15px 10px;
display: none;
}
.gap-10{
gap: 10px;
}
.font-weight-bold{
font-weight: bold;
}
.stylish-upload-btn .upload-btn{
text-align: center;
border-radius: 5px;
border: 1px dashed #DAE2E1;
background: rgba(0, 0, 0, 0.01);
padding: 12px;
color: #808080;
cursor: pointer;
width: 100%;
}
.stylish-upload-btn {
float: right !important;
}
@media only screen and (min-width:1024px) {
.spl_cstm_style_2_book-full {
padding-left: 0 !important;
padding-right: 0 !important
}
.btn.btn-book-now.spl_book_now_btn_style_1 {
padding: 5px !important
}
.masonry {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3
}
}
@media screen and (min-width:600px) and (max-width:835px) {
.spl_cstm_style_2_book-full {
padding-left: 0 !important;
padding-right: 0 !important
}
.style-five {
padding: 0 !important
}
.spl-style-5 .spl-price p {
width: auto !important;
max-width: 100% !important
}
.btn.btn-book-now.spl_book_now_btn_style_1 {
padding: 6px 10px !important
}
}
@media screen and (min-width:601px) and (max-width:768px) {
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2
}
.price_wrapper .for-style-3 {
max-width: 100% !important;
margin-right: 1% !important;
display: inline-block;
width: 100%
}
}
@media screen and (min-width:769px) and (max-width:1023px) {
.spl_book_now_btn_style_3 {
border-radius: 20px !important;
padding: 3px 14px !important;
font-size: 12px !important
}
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2
}
.body-inner .price_wrapper .col-sm-4 {
width: 100% !important
}
}
.masonry {
-moz-transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
-moz-column-gap: 30px;
-webkit-column-gap: 30px;
column-gap: 30px;
-moz-column-fill: initial;
-webkit-column-fill: initial;
column-fill: initial
}
.price_wrapper .desc_price_list {
text-align: center;
color: #999;
position: relative;
top: -15px
}
.price_wrapper .name-price-desc {
padding-top: 10px;
padding-right: 30px
}
.price_wrapper .name-price-desc .a-tag {
text-decoration: none !important;
margin: 0
}
.price_wrapper .name-price-desc .name-price {
font-size: initial;
margin-top: 0;
margin-bottom: 0
}
.price_wrapper .name-price-desc .name.a-tag {
color: #666;
text-align: left
}
.price_wrapper .name-price-desc .desc {
color: #999;
text-align: left
}
.price_wrapper .name-price-desc .liner {
padding-top: 10px;
margin-left: 0;
margin-right: 0
}
.pad-left-0 {
padding-left: 0 !important
}
.price_wrapper .nav-tabs-div .tabs-nav-row {
text-align: center
}
.price_wrapper .nav-tabs-div .tabs-nav-row .nav-tabs {
display: inline-block;
border-bottom: medium none;
font-size: 90%;
font-weight: 700;
margin-left: 0 !important;
margin-bottom: 10px !important
}
.price_wrapper .nav-tabs-div .tabs-nav-row .nav-tabs li span {
margin: 5px 20px;
cursor: pointer;
text-transform: uppercase;
padding-bottom: 5px;
display: inline-block;
border-bottom: 1px solid #fff
}
.price_wrapper .nav-tabs-div .nav-tabs>li.active>a,
.price_wrapper .nav-tabs-div .nav-tabs>li.active>a:focus,
.price_wrapper .nav-tabs-div .nav-tabs>li.active>a:hover {
background-color: #fff;
border: 1px solid #fff !important
}
.price_wrapper .head-title h2 {
margin-bottom: 30px !important;
text-align: center
}
.price_wrapper .tabs-nav-row .nav-tabs li span:hover,
.price_wrapper .tabs-nav-row .nav-tabs li.active span {
color: #337ab7
}
.price_wrapper .name-price-desc .spl-price.a-tag {
text-align: right
}
.price_wrapper .name-price-desc .name.a-tag:focus,
.price_wrapper .name-price-desc .name.a-tag:hover,
.price_wrapper .name-price-desc .spl-price.a-tag:focus,
.price_wrapper .name-price-desc .spl-price.a-tag:hover {
color: #337ab7
}
.style-4-productPrice .spl-price.a-tag {
text-align: right;
white-space: nowrap;
}
.price_wrapper .tabs_spl {
float: left;
width: 100%
}
.price_wrapper ul.tab-links_spl {
text-align: center;
margin-bottom: 30px;
margin-left: 0px;
padding: 0;
}
.price_wrapper ul.tab-links_spl + nav.pricelist-searchbar {
margin-bottom: 30px;
margin-top: -10px;
}
.spl_main_content_box {
line-height: 1.5;
}
.style5_cat_tab.tabs_spl .tab-links_spl {
text-align: right
}
.style5_cat_tab_2.tabs_spl .tab-links_spl {
text-align: right
}
.price_wrapper ul.tab-links_spl li {
display: inline-block;
list-style: none;
padding: 2px 15px !important;
position: relative
}
.price_wrapper ul.tab-links_spl li a {
border-bottom: 1px solid transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none
}
.price_wrapper ul.tab-links_spl:not(.style-6) li.active a {
color: #5bb3a7
}
.price_wrapper .tabs_spl .tab-links_spl li a:focus {
text-decoration: none !important
} .price_wrapper .df-spl-row {
margin-right: -1px !important;
margin-left: 0 !important;
}
.price_wrapper .df-spl-grid {
display: grid;
}
.price_wrapper .df-spl-grid.two-column {
grid-template-columns: 50% 50%;
gap: 0 1rem;
}
.price_wrapper .head-title span:not(.spl-icon-wrapper):not(.style5):not(.style-7-title) {
margin-bottom: 30px !important;
text-align: center;
font-size: 1.625rem;
font-weight: 300;
clear: both;
line-height: 1.4;
margin: 0 0 .75em;
padding: 0 0 0;
display: block
}
.price_wrapper .head-title span.style-7-title {
margin-bottom: 10px !important;
text-align: center;
font-size: 1.625rem;
font-weight: 300;
clear: both;
line-height: 1.4;
margin: 0 0 .75em;
padding: 0 0 0;
display: block
}
.df-spl-style8_cat_tab-container {
margin-bottom: 30px;
}
.style-five-head .head-title span {
text-align: left;
padding-top: 5px
}
.style-five-head .col-md-8 {
padding-right: 0;
}
.tabs_spl li {
float: none !important
}
.price_wrapper .name-price-desc .desc.a-tag {
font-size: initial
}
.price_wrapper h3.head-title {
margin: 25px 0
}
.price_wrapper .for-style-3 h3.head_title_style_3 {
margin-top: 0 !important;
text-align: center;
padding: 8px;
border-radius: 8px 11px 0 0
}
.for-style-3 {
max-width: 100%;
margin-bottom: 40px
}
.internal-box {
padding: 0 10px;
margin-bottom: 20px
}
@media only screen and (max-width:768px) {
.price_wrapper ul.tab-links_spl {
padding: 0 !important;
width: 100% !important
}
.price_wrapper ul.tab-links_spl li a {
padding: 5px !important;
display: inline-block;
font-size: 15px !important
}
.price_wrapper ul.tab-links_spl li:before {
top: 6px
}
}
@media only screen and (max-width:767px) {
.price_wrapper .for-style-3 {
margin: 0 auto !important;
clear: both !important;
max-width: 100% !important;
width: 100% !important;
float: left !important
}
}
.price_wrapper .for-style-3:nth-child(odd) {
clear: none !important
}
@media screen and (max-width:1300px) and (min-width:700px) {
.custom-style-4 ul#tiles li {
line-height: inherit !important;
width: 48% !important;
min-width: 300px;
list-style-type: none;
float: left
}
.price_wrapper .for-style-3 {
max-width: 100% !important;
margin-right: 1% !important
}
}
.without_tab h3.head-title.tab-links_spl {
padding-top: 15px
}
.style-4-main-section {
max-width: 1170px;
margin: 0 auto
}
.for-style-4 .desc.a-tag,
.style-4-border {
margin-top: 10px
}
span.style-4-productName {
position: relative;
float: left;
max-width: 40%
}
span.style-4-productName span {
background: transparent;
z-index: 10;
position: relative;
padding-right: 10px
}
span.style-4-productPrice {
display: block;
float: right;
text-align: center;
max-width: 40%
}
.style-4-main-section h1 {
text-align: center
}
.content-section+span {
color: #a7a7a7;
display: block
}
.content-section.name-price.clearfix {
display: flex;
flex-grow: 1;
align-items: center;
}
.price_wrapper .for-style-4:nth-child(odd) {
clear: inherit
}
.style-4-half {
float: left;
padding-left: 15px;
padding-right: 15px !important
}
.name.a-tag,
span.style-4-productName a {
z-index: 19;
display: block;
position: relative;
float: left;
border-bottom: 0;
padding-right: 11px
}
.for-style-3 {
padding-top: 0 !important;
border: 1px solid #ccc;
padding-right: 0 !important
}
.style-4-width {
display: block;
float: left
}
.style-4-border {
display: inline-flex;
height: 1px;
flex-grow: 1;
margin: 0;
}
.custom-style-4 dl,
.custom-style-4 ol,
.custom-style-4 ul {
line-height: 1 !important
}
span.style-4-productName a {
box-shadow: none !important
}
.for-style-4 .name.a-tag,
.price_wrapper .for-style-4 .name-price-desc {
width: 100%
}
.for-style-4 .spl-price.a-tag {
padding-left: 16px;
overflow: hidden
}
.name-price-desc.for-style-4.style-4-half {
width: 100%
}
@media(min-width:1030px) and (max-width:1920px) {
.custom-style-4 ul#tiles li {
line-height: inherit !important;
width: 48% !important;
min-width: 300px;
list-style-type: none;
float: left
}
.custom-style-4 ul#tiles li {
position: static !important;
display: inline-block !important;
vertical-align: top
}
}
.style4_cat_desc {
padding-bottom: 10px; }
.style3_cat_desc {
padding-left: 26px;
padding-bottom: 10px
}
.custom_line,
.style4_break_price {
padding-left: 0 !important;
padding-right: 0 !important
}
.custom_line .name.a-tag {
width: 39%
}
.break_service {
width: 55%
}
.brack_title_desktop .desc.a-tag {
padding-top: 7px
}
span.style-4-productPrice.style-4-width {
display: table
}
span.style-4-productPrice .spl-price.a-tag {
display: table-cell;
vertical-align: middle
}
.masonary-section ul li:before {
display: none
}
.spl-header.logo {
top: 0 !important
}
.wp-picker-open {
vertical-align: top
}
span.price-save p.submit input.button.button-primary[type="submit"] {
border-right: 14px solid #60c102;
width: 100% !important;
height: 60px;
font-size: 18px !important
}
.containr .wp-picker-container {
min-height: 36px !important
}
input.button.button-primary[type="submit"]:active,
input.button.button-primary[type="submit"]:focus {
background: #5bb3a7;
border-color: #b5218f #5bb3a7 #be3b9c;
-webkit-box-shadow: 0 1px 0 #b5218f, 0 0 2px 1px #b5218f;
box-shadow: 0 1px 0 #b5218f, 0 0 2px 1px #770e0e
}
.notice-done,
.notice-eror {
background: #fff;
margin: 0;
padding: 1px 12px
}
.notice-done {
border-left: 4px solid #27c500;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
}
.notice-eror {
border-left: 4px solid #ff0018;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
}
.containr label {
font-weight: 400 !important
}
.price_wrapper input[type=radio]:focus {
outline: 0 !important
}
@media screen and (min-width:992px) {
.containr .wp-color-result {
vertical-align: top
}
}
.price_wrapper .name-price-desc .desc {
margin-top: 0
}
@media screen and (max-width:812px) {
.col-sm-4.backup {
margin-top: 3px
}
}
.more-stng-btn {
background-color: #fff;
padding: 10px 19px;
color: #000;
border: 1px solid #ccc;
border-radius: 5px;
width: 100%;
float: left
}
.more-stng-btn i {
padding-left: 10px;
float: right
}
.more-stng-btn-rotate i {
padding-right: 10px;
padding-left: 0;
transform: rotate(180deg)
}
div#flip {
margin-top: 17px
}
div.flip_accordian {
margin-top: 0 px
}
.lbl > i.fa {
vertical-align: middle;
font-size: medium;
cursor: pointer;
}
h4.title-font {
font-size: 16px
}
.notice.notice-erroe {
border-left: 4px solid red
}
@media screen and (max-width:320px) {
.custom-mobile {
margin: -5px
}
span.wp-color-result-text {
padding-left: 4px !important;
font-size: 12px !important
}
.google {
height: auto !important
}
}
@media(min-width:769px) and (max-width:800px) {
span.price-save p.submit input.button.button-primary[type="submit"] {
width: 100% !important;
float: left
}
}
@media(min-width:601px) and (max-width:768px) {
.custom-style-4 ul#tiles li {
line-height: inherit !important;
width: 48% !important;
min-width: 300px;
list-style-type: none;
float: left
}
}
@media(min-width:768px) {
.spl_book_now_btn_style_1 {
align-items: center;
display: table-cell !important;
vertical-align: middle
}
.spl_cstm_style_1_book-full {
padding-bottom: 10px
}
}
@media(min-width:320px) and (max-width:768px) {  span.price-save p.submit input.button.button-primary[type="submit"] {
width: 100% !important;
float: left
}
.style-five {
width: 100%;
float: left
}
label.radio-inline {
line-height: 34px
}
label.radio-inline input {
float: left;
margin-right: 11px !important;
right: 9px
}
.checkbox label {
padding-left: 33px !important;
line-height: 31px
}
.checkbox label input {
float: left;
margin-right: 10px !important;
left: 18px
}
}
label .wrapper-style1[for=check] {
display: inline-block;
color: #000;
cursor: pointer;
position: relative
}
span .wrapper-style {
display: inline-block;
background-color: transparent;
width: 25px;
height: 25px;
transform-origin: center;
border: 1px solid #fff;
border-radius: 50%;
vertical-align: -6px;
margin-right: 10px;
transition: background-color 150ms .2s, transform 350ms cubic-bezier(.78, -1.22, .17, 1.89)
}
label .wrapper-style1 span .wrapper-style:after,
label .wrapper-style1 span .wrapper-style:before {
content: "";
width: 0;
height: 2px;
border-radius: 2px;
background: #fff;
position: absolute
}
label .wrapper-style1 span .wrapper-style:before {
transform: rotate(45deg);
top: 13px;
left: 9px;
transition: width 50ms ease 50ms;
transform-origin: 0 0
}
.wrapper-style1 span .wrapper-style:after {
transform: rotate(305deg);
top: 16px;
left: 10px;
transition: width 50ms ease;
transform-origin: 0 0
}
input:hover span .wrapper-style:before {
width: 5px;
transition: width .1s ease
}
span .wrapper-style :after {
width: 10px;
transition: width 150ms ease .1s
}
label.radio-inline {
display: inline-block;
color: #fff;
cursor: pointer;
position: absolute !important;
left: 0;
padding-left: 0 !important
}
label.radio-inline span {
display: inline-block;
position: relative;
background-color: transparent;
width: 20px;
height: 20px;
transform-origin: center;
vertical-align: -6px;
margin-right: 10px;
transition: background-color 150ms .2s, transform 350ms cubic-bezier(.78, -1.22, .17, 1.89);
border: 1px solid #c9d5d4;
border-radius: 100%
}
label.radio-inline span:after,
label.radio-inline span:before {
width: 0;
height: 2px;
border-radius: 2px;
background: #fff;
position: absolute;
content: ""
}
label.radio-inline span:before {
transform: rotate(45deg);
top: 8px;
left: 5px;
transition: width 50ms ease 50ms;
transform-origin: 0 0
}
label.radio-inline span:after {
transform: rotate(305deg);
top: 13px;
left: 7px;
transition: width 50ms ease;
transform-origin: 0 0
}
.custom_radio_btn:hover span:before {
content: "";
display: block;
width: 5px;
transition: width .1s ease
}
.custom_radio_btn:hover span:after {
content: "";
display: block;
width: 10px;
transition: width 150ms ease .1s
}
label.radio-inline span:hover {
background-color: #fff;
transform: scale(1.25)
}
.radio-inline:hover span:before {
content: "";
display: block;
width: 7px;
transition: width .1s ease
}
label.radio-inline:hover span:after {
width: 10px;
transition: width 150ms ease .1s
}
.price-save p {
margin-top: 0;
padding-top: 0
}
.google a {
float: right
}
.google {
padding: 10px 15px;
background-color: #e41010bd;
font-size: 18px;
height: 60px;
line-height: 2;
border-radius: 4px
} .body-inner {
float: left !important;
width: 100%
}
div#flip {
background-color: #b51d8e
}
li.middle {
position: relative !important
}
.flip_accordian span i {
padding-left: 10px
}
.custom-backup-restore button,
.panel_accordian button {
background-color: #fff !important;
text-shadow: none !important;
color: #000
}
@media screen and (max-width:414px) {
div#panel .masonary-section ul li {
transform: scale(.9)
}
div#panel div.masonary-section ul {
margin-left: 0 !important
}
div#panel div.masonary-section ul li {
left: -35px !important;
padding: 0;
min-width: 100%
}
}
@media screen and (max-width:320px) {
div#panel div.masonary-section ul {
margin-left: -15px !important
}
}
@media screen and (min-width:600px) and (max-width:767px) {
div#panel div.masonary-section ul li {
position: relative !important;
top: 0 !important
}
}
@media screen and (min-width:480px) and (max-width:599px) {
div#panel ul li {
left: 0 !important;
position: relative !important;
top: 0 !important
}
}
@media screen and (min-width:1100px) {
.masonary-section {
min-height: 488px;
width: 100%
}
}
button.button.button-primary {
height: 60px;
width: 100%
}
.save-head input {
padding: 23px !important;
width: 100% !important;
font-size: 14px !important;
line-height: 0 !important;
text-transform: uppercase !important
}
ul.tab-links_spl li {
margin: 10px 0
}
.res-prev-bkp {
max-width: 900px
}
.footer-demo-section p {
text-align: left
}
.spl-style-5 .name {
color: #676767
}
.spl-style-5 p {
color: #882cf1
}
.spl-style-5 .spl-price p {
color: #fff;
background-color: #E6A900;
padding: 2px 10px;
border-radius: 10px 0px;
min-width: 60px;
text-align: center
}
#preview_content .spl-style-5 .spl-price p {
padding: 10px 0
}
.spl-one-bottom {
width: 100%;
padding-top: 5px;
border-bottom: 1px solid #ebebeb;
}
.spl-two-bottom {
width: 80%;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #ebebeb;
}
.spl-five-bottom {
width: 80%;
float: left;
border-bottom: 1px solid #ebebeb;
padding-top: 5px;
}
.style-five {
width: 48%;
float: left;
padding: 0 18px;
}
.spl-style-5,
.spl-style-5 .desc,
.spl-style-5 .name {
width: 100%;
float: left
}
.spl-style-5 .name {
margin-bottom: 15px
}
.style5_cat_tab ul.tab-links_spl li {
background-color: #f1ef3d;
margin: 5px 0px;
padding: 8px 10px !important
}
.style5_cat_tab ul.tab-links_spl li a {
color: #fff !important
}
.style5_cat_tab_2 ul.tab-links_spl li {
background-color: #f1ef3d;
margin: 5px -2px;
padding: 8px 10px !important
}
.style5_cat_tab_2 ul.tab-links_spl li a {
color: #fff !important
}
.style-five-head {
margin-top: 25px
}
.style-five {
box-shadow: 0 0 5px #dcdcdc;
margin-right: 10px
}
.style-five-head .style-five:nth-child {
margin-right: 18px !important
}
.style-five-head .desc_price_list {
font-size: 16px
}
@media screen and (max-width:768px) {
.style-five-head .style5_cat_tab {
width: 100% !important
}
.style-five-head .style5_cat_tab_2 {
width: 100% !important
}
.spl-five-bottom .desc {
margin-bottom: 10px
}
.style-five-head .style5_cat_tab ul.tab-links_spl {
margin-left: 0
}
.style-five-head .style5_cat_tab_2 ul.tab-links_spl {
margin-left: 0
}
.style-five {
width: 100%;
float: left
}
.spl-five-bottom .col-md-3,
md-10.col-sm-9 {
float: left;
text-align: center;
margin: 10px 0
}
}
@media screen and (min-width:769px) and (max-width:1179px) {
.style-five {
width: 47% !important
}
.style-five-head .col-md-4,
.style-five-head .style5_cat_tab {
width: 100% !important
}
.style-five-head .style5_cat_tab_2 {
width: 100% !important
}
.spl-style-5 .spl-price p {
padding: 0 5px !important;
font-size: 15px !important;
min-width: 55px !important
}
}
@media screen and (min-width:1180px) and (max-width:1450px) {
.spl-style-5 .spl-price p {
min-width: 58px;
text-align: center
}
.style-8-card img {
height: 8em;
width: 8em;
}
}
.left-side-style5 {
width: 49%;
float: left;
padding: 13px 13px 0;
-webkit-box-shadow: 0 0 20px 3px rgba(189, 189, 189, .5);
-moz-box-shadow: 0 0 20px 3px rgba(189, 189, 189, .5);
box-shadow: 0 0 20px 3px rgba(189, 189, 189, .5)
}
.left-side-style5 .style-five {
width: 100%;
box-shadow: none
}
.right-side-style5 {
width: 49%;
float: right;
padding: 13px 13px 0;
-webkit-box-shadow: 0 0 20px 3px rgba(189, 189, 189, .5);
-moz-box-shadow: 0 0 20px 3px rgba(189, 189, 189, .5);
box-shadow: 0 0 20px 3px rgba(189, 189, 189, .5)
}
.right-side-style5 .style-five {
width: 100%;
box-shadow: none;
}
.left-side-style5 .a-tag,
.right-side-style5 .a-tag {
margin-bottom: 20px
}
.left-side-style5 .style-five .name,
.right-side-style5 .style-five .name {
margin-bottom: 0 !important
}
#preview_content .left-side-style5 .style-five .spl-style-5 .spl-price p,
#preview_content .right-side-style5 .style-five .spl-style-5 .spl-price p {
padding: 0 8px !important
}
#preview_content .left-side-style5 .style-five .spl-price p,
#preview_content .right-side-style5 .style-five .spl-price p {
margin-top: 0
}
.style-five .col-md-3 {
padding-right: 0 !important
}
@media screen and (max-width:600px) {
.for-style-3 .name-price {
line-height: 20px !important
}
.spl_cstm_btn_style4.spl_book_now_btn_style_4 {
text-align: right
}
.spl_cstm_btn_style4 .spl_book_now_btn_style_4 {
float: right;
padding: 0 !important;
width: 100%;
}
.left-side-style5,
.right-side-style5 {
width: 100%;
}
.left-side-style5 {
margin-bottom: 0 !important
}
.left-side-style5 .style-five,
.right-side-style5 .style-five {
margin-right: 0;
padding: 0
}
.price_wrapper ul.tab-links_spl {
text-align: left
}
}
@media screen and (min-width:768px) and (max-width:1024px) {
.custom-style-4 ul#tiles li {
line-height: inherit !important;
width: 48% !important;
min-width: 300px;
list-style-type: none;
float: left
}
.style-five-head .style5_cat_tab {
width: auto !important;
float: right !important
}
.style-five-head .style5_cat_tab_2 {
width: auto !important;
float: right !important
}
.style-five-head .col-md-4 {
width: auto !important;
display: inline-block
}
.left-side-style5 .style-five,
.right-side-style5 .style-five {
width: 100% !important
}
.left-side-style5 .style-five .spl-price p,
.right-side-style5 .style-five .spl-price p {
margin-left: -15px
}
}
.style5_cat_tab ul.tab-links_spl li:after {
content: "";
width: 0;
top: 0;
right: 0;
height: 100%;
position: absolute;
background-color: #a7a2a2;
z-index: 999
}
.style5_cat_tab_2 ul.tab-links_spl li:after {
content: "";
width: 2px;
top: 0;
right: 0;
height: 100%;
position: absolute;
background-color: #a7a2a2;
z-index: 999
}
.modal-header.orange img,
.spl_cstm_style_1_book .name.a-tag {
width: 100%
}
.style5_cat_tab ul.tab-links_spl li:last-child:after {
display: none
}
.style5_cat_tab_2 ul.tab-links_spl li:last-child:after {
display: none
}
.custom-inner-input input {
max-width: 48%;
margin-bottom: 15px
}
span.closevideo:hover {
color: #000;
cursor: pointer
}
span.closevideo {
color: #5bb3a7;
float: right;
font-size: 28px;
font-weight: 700;
cursor: pointer
}
.price_wrapper span.head-title {
margin: 10px 0
}
span.head-title.tab-links_spl,
span.head-title.tab-links_spl.head_title_style_3 {
font-size: 24px;
line-height: normal;
font-weight: 600;
padding-bottom: 7px;
padding-top: 20px
}
.spl_cat_heading_style_4:after,
.spl_cat_title_style_2:after {
content: "";
display: block
}
section.breadcrumb-section .body-inner,
section.breadcrumb-section .df-spl-row {
overflow: visible
}
.spl-price.a-tag p {
max-width: 66px;
float: right;
margin-top: -11px
}
.spl-style5-price {
float: right
}
.spl-style5-price .spl-price.a-tag,
.spl-style5-price .spl-price.a-tag p {
margin-bottom: 0 !important
}
.spl_book_now_btn_style_5 {
text-align: right !important;
width: 100%;
padding: 3px 0 !important;
font-size: 12px;
color:#E6A900;
}
.padding-right-no,
.spl_category_brak_style4 {
padding-right: 0 !important
}
.spl_cstm_btn_style4 .desc.a-tag {
float: left
}
.spl_cstm_btn_style4 .spl_book_now_btn_style_4 {
float: right;
padding: 0 !important;
}
.padding-left-no {
padding-left: 0 !important
}
.spl_book_now_btn_style_4 {
text-transform: capitalize !important;
padding: 0 !important
}
.spl_category_brak_style4 {
padding-left: 0 !important;
text-align: right
}
.right-style-2 .spl_book_now_btn_style_1 {
float: right
}
.spl_cstm_style_1_book-full .df-spl-row {
border-bottom: 0 solid #c1c1c1;
padding-bottom: 6px
}
.spl_cstm_style_2_book .name.a-tag {
width: 100%;
padding-bottom: 20px
}
.spl_book_now_btn_style_3 {
float: right
}
.spl_book_now_btn_style_1 {
font-size: 11px !important
}
.for-style-3 .name-price {
line-height: 20px
}
.for-style-3 .df-spl-level-left {
line-height: 30px;
padding-right: 0;
}
.for-style-3 .name.a-tag {
line-height: 20px
}
.spl-style-5 .spl-price p {
min-width: 58px;
text-align: center;
width: auto !important;
max-width: 100% !important;
margin-top: unset;
}
.right-style-2 .spl_book_now_btn_style_1 { }
.for-style-3 .internal-box {
padding: 0 !important;
margin-bottom: 5px !important
}
.style3_cat_desc {
padding-left: 15px !important
}
.spl_cstm_style_2_book .name.a-tag {
padding-bottom: 0 !important
}
.spl_cstm_style_2_book .name.a-tag {
padding-top: 0 !important;
margin-top: 0 !important
}
@media screen and (max-width:600px) {
.spl-style-5 {
padding: 10px 10px 0
}
.spl_cstm_style_2_book-full {
padding-left: 0 !important;
padding-right: 0 !important
}
.spl-style-5 .spl-price p {
width: auto !important;
max-width: auto !important
}
.spl_cstm_btn_style4 .desc.a-tag {
margin-bottom: 10px;
margin-top: 5px
}
.spl_cstm_style_1_book-full .df-spl-row {
border-bottom: 0 solid #c1c1c1 !important
}
.df-spl-row.name-price.spl_cstm_style1 {
margin-right: 1px !important;
margin-left: 0 !important;
border-bottom: 1px solid #c1c1c1;
padding-bottom: 10px
}
.name-price-desc.for-style-3 {
margin-bottom: 15px !important
}
}
@media screen and (max-width:768px) and (min-width:768px) {
.custom-size .button-primary {
font-size: 16px !important
}
.spl-style-5 .spl-price p {
width: auto !important;
max-width: 100% !important
}
.for-style-3 .spl-price.a-tag {
text-align: right !important
}
.spl_book_now_btn_style_3 {
float: right;
width: 100%
}
.for-style-3 .a-tag {
line-height: 25px
}
.left-side-style5 .style-five .spl-price p,
.right-side-style5 .style-five .spl-price p {
margin-left: 0 !important
}
}
@media screen and (max-width:800px) and (min-width:800px) {
.spl-style-5 .spl-price p {
width: 100% !important;
max-width: 100% !important
}
.custom-size .button-primary {
font-size: 16px !important
}
.left-side-style5 .style-five .spl-price p,
.right-side-style5 .style-five .spl-price p {
margin-left: 0 !important
}
.for-style-3 .spl-price.a-tag {
margin-left: -30px !important;
text-align: left !important
}
.spl_book_now_btn_style_3 {
padding: 8px 14px !important
}
}
.spl_cstm_style_1_book-full .name.a-tag,
.spl_cstm_style_1_book-full .spl-price.a-tag {
margin-top: -4px
}
.style5_cat_tab ul.tab-links_spl li:after {
z-index: 9 !important
}
.style5_cat_tab_2 ul.tab-links_spl li:after {
z-index: 9 !important
}
.for-style-3 .desc.a-tag {
word-break: break-word
}
.style-4-border,
::i-block-chrome {
right: 0
}
.custom-style-4 .custom_line,
::i-block-chrome {
position: relative
}
.custom-style-4 #tiles,
::i-block-chrome {
width: 100%;
float: left;
padding-left: 0
}
.for-style-3 .spl-price.a-tag,
::i-block-chrome {
margin-left: -30px !important
}
.spl_without_tab_style2 {
text-align: center;
width: 100%;
display: block;
margin-top: 20px
}
.spl_book_now_btn_style_3 {
padding: 3px 5px 3px 5px !important;
text-align: center;
font-size: 10px!important;
margin-right:-10px;
}
.for-style-3 .desc {
margin-top: 0;
padding-bottom: 5px
}
.grid-sizer {
margin-bottom: 15px
}
.left-side-style5 {
margin-bottom: 20px;
padding-top: 5px
}
.right-side-style5 {
margin-bottom: 20px;
padding-top: 20px
}
.spl_cat_title_style_2 {
margin-top: 15px;
display: block
}
.head_title_style_3.spl_cat_heading_style_4 {
display: block
}
.price_wrapper .name-price-desc .liner {
padding-top: 0 !important
}
.custom-style-4 .desc.a-tag {
margin-top: 5px !important
}
.col-one-style5 {
width: 100%
}
.style_4_col_1 ul#tiles li {
width: 100% !important
}
.df-spl-style7_cat_tab .col-sm-12 .col-xs-9.col-sm-9.col-md-9.col-lg-9 {
padding: 0;
}
.df-spl-style7_cat_tab .col-sm-12 .col-xs-3.col-sm-3.col-md-3.col-lg-3 {
padding: 0;
}
.with_tab .col-xs-12.col-sm-6.col-md-6.col-lg-6.name-price-desc {
align-items: center;
border-bottom: 1px solid #ddd3d3ad;
padding-bottom: 10px;
}
.with_tab .col-xs-12.col-sm-6.col-md-6.col-lg-6.name-price-desc img {
border-radius: 5px;
}
.with_tab .df-spl-row {
display: flex;
flex-wrap: wrap;
}
.cat_descreption {
font-weight: normal
}
.spl_cstm_style_6 table.table.table-bordered tr td {
padding: 8px;
vertical-align: middle;
margin: 0 auto;
text-align: center
}
.spl_cstm_style_6 .price_wrapper .name-price-desc .name.a-tag {
font-size: 18px !important
}
.spl_cstm_style_6 .price_wrapper .name-price-desc .desc.a-tag {
font-size: 14px
}
.spl_cstm_style_6 .spl-price.a-tag {
color: #000 !important;
font-size: 16px !important
}
.spl_prd_img_td {
padding: 0 !important;
width: 150px
}
.spl_prd_img_td img {
max-height: 150px
}
.padd_0 table tr td:first-child {
border-right: 0
} #sortable .highlight {
box-shadow: 0 0 10px #d3d3d3 !important;
background-color: #e4f2fd;
border: 2px dotted #5bb3a7
}
.spl_cstm_style_6 table.table tr td {
border: 0 !important
}
#sortable.highlight {
box-shadow: 0 0 10px #d3d3d3 !important;
background-color: #e4f2fd;
border: 2px dotted #5bb3a7
}
.service-price-length-rows-wrapper.highlight_ser {
box-shadow: 0 0 10px #d3d3d3 !important;
background-color: #e4f2fd;
border: 2px dotted #5bb3a7
}
.df-spl-row.name-price {
padding-bottom: 0 !important;
} span.head-title.tab-links_spl.head_title_style_3.spl_cat_title_style_3 {
margin-bottom: 0px;
}
a.btn.btn-book-now.spl_book_now_btn_style_3 {
margin-top: 5px;
} .name-price-desc.for-style-4.style-4-half {
padding: 0;
}
ul#tiles {
margin-left: 5px;
} .style5_cat_tab .left-side-style5 {
padding-top: 20px;
padding-bottom: 20px;
}
.style5_cat_tab .right-side-style5 {
padding-top: 20px;
padding-bottom: 20px;
}
.desc.a-tag.df-spl-d-ib {
padding-top: 5px;
clear:both;
display: block;
}
.df-spl-row.df-spl-style-seven-head .df-spl-style7_cat_tab-container ul {
margin: 0;
list-style-type: none;
display: flex;
padding: 0;
flex-direction: row;
flex-wrap: wrap;
}
.style5_cat_tab .left-side-style5 {
padding-top: 20px;
}
.style-4-half .style-4-productName {
max-width: 100%;
}
.spl-seven-bottom .name.a-tag {
margin-bottom: 12px;
}
.left-side-style7 {
width: 50%;
float: left;
padding: 13px 13px 0;
margin-bottom: 20px;
padding-top: 5px;
}
a.btn.btn-book-now.spl_book_now_btn_style_7 {
width: 100%;
padding: 3px 0;
font-size: 12px;
min-width: 90px;
text-decoration: none;
} .right-side-style7 {
width: 50%;
float: left;
padding: 13px 13px 0;
margin-bottom: 20px;
padding-top: 5px;
}
.spl-style-7,
.spl-style-7 .desc,
.spl-style-7 .name {
width: 100%;
float: left;
margin-bottom: 20px;
}
.spl-style-7 .spl-price p {
color: inherit;
border-radius: 4px;
}
.col-md-3.col-sm-3.col-xs-3.padding-left-no>.spl-style5-price {
margin-top: unset;
}
.df-spl-row.name-price.spl_cstm_style2 .col-xs-12.col-sm-4.col-md-4.col-lg-4.right-style-2 .spl-style-7-price {
text-align: right;
padding-right: 0;
width: 100%;
}
@media only screen and (min-width: 1024px) {
.btn.btn-book-now.spl_book_now_btn_style_6 {
padding: 3px
}
;
}
@media screen and (min-width: 768px) and (max-width:835px) {
.btn.btn-book-now.spl_book_now_btn_style_6 {
padding: 6px 10px;
}
}
@media screen and (max-width: 600px) {
.spl_book_now_btn_style_6 {
max-width: 45%;
margin: 0 auto;
display: block;
float: right;
width: 100%;
margin: 10px 0;
}
}
@media(min-width: 768px) {
.spl_book_now_btn_style_6 {
align-items: center; vertical-align: middle;
}
.spl_cstm_style_1_book-full {
padding-bottom: 10px
}
}
.spl_book_now_btn_style_6 {
font-size: 11px !important
}
@media only screen and (min-width: 1024px) {
.btn.btn-book-now.spl_book_now_btn_style_6 {
padding: 3px;
}
}
@media screen and (min-width: 768px) and (max-width:835px) {
.btn.btn-book-now.spl_book_now_btn_style_6 {
padding: 6px 10px;
}
}
@media(min-width:320px) and (max-width:500px) {
.price_wrapper .name-price-desc {
padding-top: 10px;
padding-right: 0 !important;
padding-left: 0 !important
}
#tiles li {
margin: 0 auto !important
}
ul#tiles {
padding-left: 0 !important
}
.price_wrapper .df-spl-grid.two-column {
grid-template-columns: 100%;
}
.spl-two-bottom {
width: 100%;
}
}
.df-spl-d-ib {
display: inline-block;
}
.df-spl-level {
display: flex;
align-items: center;
justify-content: flex-end;
}
.df-spl-level-left {
display: flex;
align-items: center;
justify-content: flex-end;
flex-basis: auto;
flex-grow: 0;
flex-shrink: 0;
padding-right: 5px;
}
.df-d-flex {
display: flex;
justify-content: flex-end;
}
.df-spl-level-right {
display: block;
align-items: center;
justify-content: flex-end;
flex-basis: auto;
flex-grow: 0;
flex-shrink: 0;
}
@media screen and (max-width: 600px) {
.df-spl-level .df-spl-level-left {
padding-right: unset;
align-items: flex-end;
}
.df-spl-level {
display: block;
align-items: unset;
justify-content: unset;
}
.spl_book_now_btn_style_1 {
margin: 0;
}
.df-spl-level-left.style-1 {
margin-bottom: .5rem;
}
.btn.btn-book-now.spl_book_now_btn_style_3 {
white-space: unset;
}
.col-xs-12.col-sm-12.col-md-12.col-lg-12.spl_cstm_style_2_book-full {
padding-left: 0;
}
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
.style-6-two-column .style-6-two-image { position: initial;
}
.style-6-section.spl-position-relative > h4.style-6-2-desc,
.style-6-two-column .style-6-2-price,
.style-6-2-section .st-6-fl-l.desc.a-tag {
padding-left: 0;
}
}
.spl-ml-0 {
margin-left: 0;
}
.spl-mr-0 {
margin-right: 0;
}
.padding-right-no {
padding-right: 0;
}
.style-2-single-column-padding-book {
padding-left: 15px;
} .col-md-6.col-sm-6.col-xs-6.padding-left-no.padding-right-no .spl-style5-price {
margin-top: 0;
}
.style-6-two-column {
position: relative;
vertical-align: baseline;
width: 100%;
float: left;
}
.style-6-two-image {
z-index: 9;
left: 0;
position: absolute;
width: 80px;
height: 80px;
}
.spl-height-15 {
height: 15px;
width: 100%;
left: 0;
}
.style-6-section.spl-position-relative {
position: relative;
width: 100%;
float: left;
display: flex;
justify-content: space-between; }
.spl-position_absolute.spl-height-3.spl-width-full.spl-bottom-2.scc-2-dotted-grey {
position: absolute; width: 100%;
height: 3px;
}
.style-6-section.spl-position-relative .style-6-2-desc {
color: #727475;
position: relative;
float: left;
padding-right: 10px;
padding-left: 100px;
padding-top: 0;
padding-bottom: 0;
margin: 0;
}
h4.style-6-2-price {
position: relative;
color: #727475;
float: right;
padding-right: 10px;
padding-top: 0;
padding-bottom: 0;
margin: 0;
}
.style-6-height-10 {
height: 10px;
width: 100%;
float: left;
}
.style-6-2-section {
width: 100%;
float: left;
display: flex;
justify-content: space-between;
align-items: baseline;
flex-wrap: nowrap;
}
.st-6-fl-l {
float: left;
padding-left: 100px;
}
.style-6-2-btn {
color:#E6A900;
border-radius: 15px;
padding: 5px 10px;
margin: 0;
margin-top: -5px;
float: right;
text-align: center;
background-color:white;
border:1px solid #E6A900;
text-decoration: none;
}
.style-6-2-btn:hover {
color:white;
border-radius: 15px;
padding: 5px 10px;
margin: 0;
margin-top: -5px;
float: right;
text-align: center;
background-color:#E6A900;
}
.style-6-2-spacing {
width: 100%;
height: 30px;
float: left;
}
.style-6-2-section.name-price-desc {
padding-top: 0;
padding-right: 0;
min-height: 1.5rem;
}
.style-6-2-price .spl-price.a-tag {
float: right;
}
.price_wrapper .df-spl-m-0 {
margin: 0;
}
.price_wrapper .df-spl-p-0 {
padding: 0;
}
.spl-container-position{
display: flex;
flex-direction: row;
align-items: center;
}
.price_wrapper .df-modal-left-side {
background-color: #5bb3a7;
color: #fff;
padding-bottom: calc(100% - 93%);
padding-top: calc(100% - 89%);
}
.price_wrapper img.w-690 {
max-width: 950px;
margin-top: 10px;
}
.price_wrapper .btn-hover-blue:hover,
.price_wrapper .revert-btn:hover,
.price_wrapper .btn-recommended {
color: #fff;
background-color: #5bb3a7;
}
.price_wrapper .style-title-wrapper {
margin-left: -15px;
}
.price_wrapper .style-title-wrapper h2 {
background-color: #fff;
display: inline;
padding: 3px 15px;
}
.scc-modal-content {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
margin-top: 10%;
}
.df-spl-switch-btn-actns{
margin-top:20px;
}
.df-spl-show-style-mockups{
margin:0px;
padding:0px;
}
.df-spl-style7_cat_tab-container {
padding: 0;
width: 100%;
margin: 0;
box-shadow: none;
border-radius: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
overflow: hidden;
}
.df-spl-style7_cat_tab-container:focus {
box-shadow: none;
}
.df-spl-style-seven-head > .df-spl-style7_cat_tab-container a {
background: none;
border-radius: 0;
padding: 0 10px;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
vertical-align: middle;
line-height: 25px;
height: 50px;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
}
.df-spl-style-seven-head > .df-spl-style7_cat_tab-container li:not(.active) a:hover { }
.df-spl-style7_cat_tab.tabs_spl .col-sm-6.custom-description-section {
float: unset;
text-align: justify;
padding-left: 28px;
padding-bottom: 30px;
}
.df-spl-style7_cat_tab-container ul li a {
text-decoration-line: none;
color: #fff;
}
.df-spl-style-seven-head {
background: #fff;
}
.tab-content1 .spl-item-root {
padding-right: 0;
}
.df-spl-style7_cat_tab .tab-content1 .spl-item-root {
padding-right: 15px;
}
.spl-item-popular {
font-size: 60%;
padding: 4px 7px;
font-weight: 400;
border-radius: 10px;
clear: both;
white-space: nowrap;
color: #fff;
vertical-align: middle;
}
.spl-style-5 .spl-item-popular {
border-radius: 10px 0px;
}
.price_wrapper .df-spl-style7_cat_tab-container ul li{ flex-grow: 1;
margin: 0!important;
padding: 0;
}
.price_wrapper .spl-style-7 .spl-price p {
margin-top: unset;
margin-bottom: 0;
}
.col-md-12.col-lg-12.df-spl-style7_cat_tab.tabs_spl { padding-left: 0;
padding-right: 0;
padding-top: 10px;
}
.style-7 > .col-xs-12.col-sm-12.col-md-12.col-lg-12.spl_cstm_style_2_book-full {
padding: 0;
}
.spl-d-flex {
display: flex;
}
.spl-s7-content {
justify-content: space-between;
align-items: center;
}
.name-price-desc.spl-style-5 {
padding: 20px 0 20px 0;
}
.style-five.spl-item-root:not(:last-child) .name-price-desc.spl-style-5 {
border-bottom: 1px solid #c3c4c7;
}
nav.pricelist-searchbar {
float: right;
display: flex;
margin-left: auto;
}
.has-price-range nav.pricelist-searchbar {
margin-left: 20px;
}
nav.searchbar-and-price-range-wrapper {
display: flex;
}
nav.searchbar-and-price-range-wrapper.has-price-range {
margin-bottom: 25px;
}
.df-spl-style-seven-head + nav.pricelist-searchbar {
margin-top: 15px;
}
.style2-single-column.pricelist-searchbar {
float: none;
}
.spl-searchbar-icon {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
background-color: aquamarine;
border-radius: 0 18px 18px 0;
padding:7px;
cursor: pointer;
}
.spl-icon-wrapper svg {
vertical-align: middle;
}
input.spl-mysearch {
margin-right: 0;
border-right: hidden;
padding: 0 10px 0 20px;
line-height: 2;
min-height: 30px;
box-shadow: 1px 1px 1px #ddd;
border: 1px solid #f9f9f9;
border-radius: 18px 0px 0px 18px;
background-color: #fff;
color: #32373c;
font-family: inherit;
font-weight: inherit;
border-color: #ddd;
}
input.spl-mysearch:focus-visible {
outline: 0;
} .style-8-title-with-pricetag {
display: flex;
margin-bottom: 5px;
}
.style-8-pricetag-container {
margin-left: auto;
}
.style-8-title-container h3 {
margin-top: 0;
margin-bottom: 0;
font-size: 20px;
}
.style-8-pricetag-container .pricetag {
color: #fff;
background-color: var(--df-spl-style8-pricetag-bg);
padding: 10px 20px;
border-radius: 0 5px;
}
.pricetag span {
white-space: nowrap;
}
.style-8-description {
text-align: justify;
overflow-wrap: break-word;
font-size: initial;
}
.style-8-card {
margin-bottom: 25px;
}
.style-8-card img {
width: 10em;
height: 10em;
border-radius: 50%;
border: 5px solid #d9d9d9;
margin-right: 5px;
}
.style-8-cards.is-two-column .style-8-card img {
width: 8em;
height: 8em;
}
.custom-description-section {
padding-bottom: 30px;
}
[data-style="7"] .custom-description-section {
padding: 15px 0;
}
.style-8-cards .custom-description-section {
width: 100%;
}
.spl-style8-img-container {
margin-right: 10px;
}
.style-8-cards.is-two-column {
display: flex;
flex-wrap: wrap;
}
.style-8-cards.is-two-column .style-8-card {
width: 48%;
margin-right: 2%;
margin-bottom: 0;
}
.df-spl-style8_cat_tab-container ul > li {
display: inline;
margin-bottom: 5px;
margin-top: 5px;
}
.clearfix {
clear: both;
}
#spl-slider-handles {
flex-grow: 1;
margin: 10px 0;
}
.df-spl-style8_cat_tab-container ul > li:not(:last-child) {
margin-right: 15px;
}
.free_version > p {
margin-top: 0;
}
.text-danger {
color: #830000;
}
.d-none {
display: none;
} .df-spl-style8_cat_tab-container ul > li.active a,
.style-8-container .noUi-connect {
background-color: var(--df-spl-style8-active-tab-bg) !important;
}
.df-spl-style8_cat_tab-container ul > li a {
padding: 5px 15px;
border-radius: 15px;
font-size: var(--df-spl-style8-tab-font-size);
}
.df-spl-style8_cat_tab-container ul {
display: flex;
text-align: center;
padding: 0;
flex-wrap: wrap;
justify-content: center;
}
.df-spl-style8_cat_tab-container a {
text-decoration: none !important;
color: #fff;
text-align: center;
line-height: 30px;
background-color: inherit;
}
.df-spl-style8_cat_tab-container a:focus {
box-shadow: unset;
}
.style-8-card-content {
display: flex;
flex-direction: column;
}
.style8-desc-with-image,
.style8-has-images {
display: flex;
align-items: center;
} .tabs_spl .ts-wrapper,
.style-8-container .ts-wrapper {
margin-bottom: 20px;
}
.head-title + nav.pricelist-searchbar {
margin: 0 0 15px;
}
.style_4_col_1 .name.a-tag,
.style_4_col_1 .spl-price.a-tag {
white-space: nowrap;
}
.spl-image-container {
width: 25%;
display: inline;
margin-right: 20px;
}
.spl-image-container img {
width: 100%;
vertical-align: middle;
max-width: 100%;
}
.price_wrapper .df-spl-grid.two-column.style-2-row .df-spl-row.name-price .pl-0,
.price_wrapper .df-spl-row.desc .pl-0,
.price_wrapper .df-spl-row .spl_cstm_style_2_book {
padding-left: 0;
}
.price_wrapper .df-spl-row .right-style-2,
.price_wrapper .df-spl-row .spl_cstm_style_2_book,
.price_wrapper .df-spl-grid.two-column.style-2-row .df-spl-row.name-price .col-xs-3.col-sm-3.col-md-3.col-lg-3 {
padding: 0;
} .spl_cstm_style_1_book .spl-title-desc,
.style1 .spl-title-desc, .spl-w-80 {
width: 80%;
}
.df-spl-level-right.style-1 .spl_book_now_btn_style_1,
.style5_cat_tab.tabs_spl {
float: right;
}
.df-spl-style7_cat_tab .df-spl-row {
line-height: 1.5;
}
.df-spl-style7_cat_tab .df-spl-row .spl-p-0 {
padding: 0;
}
.df-spl-tooltip-container {
max-width: 425px;
height: auto;
padding: 15px;
font-size: 25px;
background: white;
box-shadow: 0 30px 90px -20px rgba(0,0,0,0.3);
position: absolute;
background-color: #000;
border-radius: 5px;
word-wrap: break-word;
overflow: auto;
box-sizing: border-box;
z-index: 100;
display: none;
opacity: 0;
}
.fade-in {
display: block;
animation: fade 0.2s linear forwards;
}
.spl-tooltip {
background-color: #1631aa;
}
.df-spl-tooltip-container h5,
.df-spl-tooltip-container p {
color: #fff;
margin: 0 0 5px 0;
}
.df-spl-tooltip-container img {
width: 100%;
height: auto;
}
.df-spl-tooltip-container .spl-tooltip-image-container {
position: relative;
width: 100%;
padding-top: 56.25%; overflow: hidden;
}
.df-spl-tooltip-container .spl-tooltip-image-container img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: fill;
}
.df-spl-tooltip-container .spl-tooltip-image-container+.spl-tooltip-content {
margin: 10px 0 0 0;
}
.style-7-title-wrapper {
margin-bottom: 1rem;
}
.pt-0 {
padding-top: 0 !important;
}
@keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} @media screen and (max-width:1024px) {
.masonary-section {
max-width: 1014px;
width: 100% !important
}
.masonary-section .grid-sizer.col-sm-4 {
width: 100% !important;
float: left;
padding: 0 !important
}
.style-8-card img {
height: 8em;
width: 8em;
}
}
@media only screen and (max-width: 667px) {
.style-8-card img {
height: 6em;
width: 6em;
}
}
@media screen and (max-width:600px) {
.style-8-cards.is-two-column {
align-items: center;
flex-direction: column;
}
.style-8-cards.is-two-column .style-8-card {
width: 100%;
}
#tiles {
list-style-type: none
}
a.btn.btn-book-now.spl_book_now_btn_style_4 {
text-align: right !important
}
.spl_book_now_btn_style_3 {
margin: 0 auto;
display: block;
float: right
}
.for-style-3 .name.a-tag {
margin-bottom: 5px !important
}
.spl_cstm_style_1_book-full {
padding: 0 !important
}
div#panel div.masonary-section ul,
div.masonary-section ul {
margin-left: 0 !important
}
.right-style-2 .spl_book_now_btn_style_1 {
margin-right: 0 !important
}
.masonary-section .grid-sizer.col-sm-4 {
margin-bottom: 20px
}
.custom-style-4 ul#tiles li {
width: 100% !important
}
.spl_book_now_btn_style_3 {
padding: 3px 10px !important;
width: 100%
}
#preview_content .body-inner {
padding: 0
}
.style5_cat_tab ul.tab-links_spl li {
background-color: #1631aa !important;
padding: 4px 14px;
width: 100%;
text-align: center
}
.style5_cat_tab_2 ul.tab-links_spl li {
background-color: #1631aa !important;
padding: 1px 9px !important;
width: 100%;
text-align: center
}
.masonry {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2
}
#panel {
padding: 0 !important
}
div#panel .masonary-section ul li {
transform: scale(1)
}
div#panel ul li {
left: 0 !important;
min-width: 100%
}
.df-spl-style8_cat_tab-container ul li {
width: 45%;
}
.style5_cat_tab .left-side-style5,
.style5_cat_tab .right-side-style5 {
-webkit-box-shadow: 0 0 0px 0px rgba(189, 189, 189, .5);
-moz-box-shadow: 0 0 0px 0px rgba(189, 189, 189, .5);
box-shadow: 0 0 0px 0px rgba(189, 189, 189, .5);
}
.style5_cat_tab .tab {
-webkit-box-shadow: 0 0 20px 3px rgba(189, 189, 189, .5);
-moz-box-shadow: 0 0 20px 3px rgba(189, 189, 189, .5);
box-shadow: 0 0 20px 3px rgba(189, 189, 189, .5);
width: 100%;
float: left;
margin-bottom: 20px;
}
.price_wrapper .df-spl-style7_cat_tab-container ul li {
width: 50%;
}
.df-spl-row .right-side-style7 {
width: unset;
float: unset;
padding: unset;
}
.df-spl-row .left-side-style7 {
width: unset;
float: unset;
padding: unset;
}
.style_4_col_1 .name.a-tag,
.style_4_col_1 .spl-price.a-tag {
white-space: normal;
}
}
.spl-container{
width: 100%;
border: 1px solid #dae2e1;
padding: 10px 10px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
border-radius: 5px;
}
.spl-container-icon{
background-color:#f1f4f3;
border-radius: 3px;
padding: 5px;
}
.spl-icon{
width: 24px;
position: absolute;
right: 35px;
background: #ccc;
padding: 2px 5px;
border-radius: 50%;
height: 22px;
}
.delete-icon{
width: 24px;
position: absolute;
right: 35px;
background: #ccc;
padding: 2px 5px;
border-radius: 50%;
height: 22px;
}
.delete-icon svg {
cursor: pointer;
}.price_wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
@media (min-width:768px) {
.price_wrapper .lead {
font-size: 21px
}
}
.price_wrapper .small,
small {
font-size: 85%
}
.price_wrapper .mark,
mark {
padding: .2em;
background-color: #fcf8e3
}
.price_wrapper .text-left {
text-align: left
}
.price_wrapper .text-right {
text-align: right
}
.price_wrapper .text-center {
text-align: center
}
.price_wrapper .text-justify {
text-align: justify
}
.price_wrapper .text-nowrap {
white-space: nowrap
}
.price_wrapper .text-lowercase {
text-transform: lowercase
}
.price_wrapper .text-uppercase {
text-transform: uppercase
}
.price_wrapper .text-capitalize {
text-transform: capitalize
}
.price_wrapper .text-muted {
color: #777
}
.price_wrapper .text-primary {
color: #337ab7
}
.price_wrapper a.text-primary:focus,
.price_wrapper a.text-primary:hover {
color: #286090
}
.price_wrapper .text-success {
color: #3c763d
}
.price_wrapper a.text-success:focus,
.price_wrapper a.text-success:hover {
color: #2b542c
}
.price_wrapper .text-info {
color: #31708f
}
.price_wrapper a.text-info:focus,
.price_wrapper a.text-info:hover {
color: #245269
}
.price_wrapper .text-warning {
color: #8a6d3b
}
.price_wrapper a.text-warning:focus,
.price_wrapper a.text-warning:hover {
color: #66512c
}
.price_wrapper .text-danger {
color: #a94442
}
.price_wrapper a.text-danger:focus,
.price_wrapper a.text-danger:hover {
color: #843534
}
.price_wrapper .bg-primary {
color: #fff;
background-color: #337ab7
}
.price_wrapper a.bg-primary:focus,
.price_wrapper a.bg-primary:hover {
background-color: #286090
}
.price_wrapper .bg-success {
background-color: #dff0d8
}
.price_wrapper a.bg-success:focus,
.price_wrapper a.bg-success:hover {
background-color: #c1e2b3
}
.price_wrapper .bg-info {
background-color: #d9edf7
}
.price_wrapper a.bg-info:focus,
.price_wrapper a.bg-info:hover {
background-color: #afd9ee
}
.price_wrapper .bg-warning {
background-color: #fcf8e3
}
.price_wrapper a.bg-warning:focus,
.price_wrapper a.bg-warning:hover {
background-color: #f7ecb5
}
.price_wrapper .bg-danger {
background-color: #f2dede
}
.price_wrapper a.bg-danger:focus,
.price_wrapper a.bg-danger:hover {
background-color: #e4b9b9
}
.price_wrapper .page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee
}
.price_wrapper ol,
.price_wrapper ul {
margin-top: 0;
margin-bottom: 10px
}
.price_wrapper ol ol,
.price_wrapper ol ul,
.price_wrapper ul ol,
.price_wrapper ul ul {
margin-bottom: 0
}
.price_wrapper .list-unstyled {
padding-left: 0;
list-style: none
}
.price_wrapper .list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none
}
.price_wrapper .list-inline>li {
display: inline-block;
padding-right: 5px;
padding-left: 5px
}
.price_wrapper dl {
margin-top: 0;
margin-bottom: 20px
}
.price_wrapper dd,
.price_wrapper dt {
line-height: 1.42857143
}
.price_wrapper dt {
font-weight: 700
}
.price_wrapper dd {
margin-left: 0
}
@media (min-width:768px) {
.price_wrapper .dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap
}
.price_wrapper .dl-horizontal dd {
margin-left: 180px
}
}
.price_wrapper abbr[data-original-title],
.price_wrapper abbr[title] {
cursor: help;
border-bottom: 1px dotted #777
}
.price_wrapper .initialism {
font-size: 90%;
text-transform: uppercase
}
.price_wrapper address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143
}
.price_wrapper code,
.price_wrapper kbd,
.price_wrapper pre,
.price_wrapper samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
.price_wrapper code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px
}
.price_wrapper kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}
.price_wrapper kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
-webkit-box-shadow: none;
box-shadow: none
}
.price_wrapper pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px
}
.price_wrapper pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0
}
.price_wrapper .pre-scrollable {
max-height: 340px;
overflow-y: scroll
}
.price_wrapper .container {
margin-right: auto;
margin-left: auto
}
@media (min-width:768px) {
.price_wrapper .container {
width: 750px
}
}
@media (min-width:992px) {
.price_wrapper .container {
width: 970px
}
}
@media (min-width:1200px) {
.price_wrapper .container {
width: 1170px
}
}
.price_wrapper .container-fluid {
margin-right: auto;
margin-left: auto
}
.price_wrapper .df-spl-row {
margin-right: -15px;
margin-left: -15px
}
.price_wrapper .col-lg-1,
.price_wrapper .col-lg-10,
.price_wrapper .col-lg-11,
.price_wrapper .col-lg-12,
.price_wrapper .col-lg-2,
.price_wrapper .col-lg-3,
.price_wrapper .col-lg-4,
.price_wrapper .col-lg-5,
.price_wrapper .col-lg-6,
.price_wrapper .col-lg-7,
.price_wrapper .col-lg-8,
.price_wrapper .col-lg-9,
.price_wrapper .col-md-1,
.price_wrapper .col-md-10,
.price_wrapper .col-md-11,
.price_wrapper .col-md-12,
.price_wrapper .col-md-2,
.price_wrapper .col-md-3,
.price_wrapper .col-md-4,
.price_wrapper .col-md-5,
.price_wrapper .col-md-6,
.price_wrapper .col-md-7,
.price_wrapper .col-md-8,
.price_wrapper .col-md-9,
.price_wrapper .col-sm-1,
.price_wrapper .col-sm-10,
.price_wrapper .col-sm-11,
.price_wrapper .col-sm-12,
.price_wrapper .col-sm-2,
.price_wrapper .col-sm-3,
.price_wrapper .col-sm-4,
.price_wrapper .col-sm-5,
.price_wrapper .col-sm-6,
.price_wrapper .col-sm-7,
.price_wrapper .col-sm-8,
.price_wrapper .col-sm-9,
.price_wrapper .col-xs-1,
.price_wrapper .col-xs-10,
.price_wrapper .col-xs-11,
.price_wrapper .col-xs-12,
.price_wrapper .col-xs-2,
.price_wrapper .col-xs-3,
.price_wrapper .col-xs-4,
.price_wrapper .col-xs-5,
.price_wrapper .col-xs-6,
.price_wrapper .col-xs-7,
.price_wrapper .col-xs-8,
.price_wrapper .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
.price_wrapper .col-xs-1,
.price_wrapper .col-xs-10,
.price_wrapper .col-xs-11,
.price_wrapper .col-xs-12,
.price_wrapper .col-xs-2,
.price_wrapper .col-xs-3,
.price_wrapper .col-xs-4,
.price_wrapper .col-xs-5,
.price_wrapper .col-xs-6,
.price_wrapper .col-xs-7,
.price_wrapper .col-xs-8,
.price_wrapper .col-xs-9 {
float: left
}
.price_wrapper .col-xs-12 {
width: 100%
}
.price_wrapper .col-xs-11 {
width: 91.66666667%
}
.price_wrapper .col-xs-10 {
width: 83.33333333%
}
.price_wrapper .col-xs-9 {
width: 75%
}
.price_wrapper .col-xs-8 {
width: 66.66666667%
}
.price_wrapper .col-xs-7 {
width: 58.33333333%
}
.price_wrapper .col-xs-6 {
width: 50%
}
.price_wrapper .col-xs-5 {
width: 41.66666667%
}
.price_wrapper .col-xs-4 {
width: 33.33333333%
}
.price_wrapper .col-xs-3 {
width: 25%
}
.price_wrapper .col-xs-2 {
width: 16.66666667%
}
.price_wrapper .col-xs-1 {
width: 8.33333333%
}
.price_wrapper .col-xs-pull-12 {
right: 100%
}
.price_wrapper .col-xs-pull-11 {
right: 91.66666667%
}
.price_wrapper .col-xs-pull-10 {
right: 83.33333333%
}
.price_wrapper .col-xs-pull-9 {
right: 75%
}
.price_wrapper .col-xs-pull-8 {
right: 66.66666667%
}
.price_wrapper .col-xs-pull-7 {
right: 58.33333333%
}
.price_wrapper .col-xs-pull-6 {
right: 50%
}
.price_wrapper .col-xs-pull-5 {
right: 41.66666667%
}
.price_wrapper .col-xs-pull-4 {
right: 33.33333333%
}
.price_wrapper .col-xs-pull-3 {
right: 25%
}
.price_wrapper .col-xs-pull-2 {
right: 16.66666667%
}
.price_wrapper .col-xs-pull-1 {
right: 8.33333333%
}
.price_wrapper .col-xs-pull-0 {
right: auto
}
.price_wrapper .col-xs-push-12 {
left: 100%
}
.price_wrapper .col-xs-push-11 {
left: 91.66666667%
}
.price_wrapper .col-xs-push-10 {
left: 83.33333333%
}
.price_wrapper .col-xs-push-9 {
left: 75%
}
.price_wrapper .col-xs-push-8 {
left: 66.66666667%
}
.price_wrapper .col-xs-push-7 {
left: 58.33333333%
}
.price_wrapper .col-xs-push-6 {
left: 50%
}
.price_wrapper .col-xs-push-5 {
left: 41.66666667%
}
.price_wrapper .col-xs-push-4 {
left: 33.33333333%
}
.price_wrapper .col-xs-push-3 {
left: 25%
}
.price_wrapper .col-xs-push-2 {
left: 16.66666667%
}
.price_wrapper .col-xs-push-1 {
left: 8.33333333%
}
.price_wrapper .col-xs-push-0 {
left: auto
}
.price_wrapper .col-xs-offset-12 {
margin-left: 100%
}
.price_wrapper .col-xs-offset-11 {
margin-left: 91.66666667%
}
.price_wrapper .col-xs-offset-10 {
margin-left: 83.33333333%
}
.price_wrapper .col-xs-offset-9 {
margin-left: 75%
}
.price_wrapper .col-xs-offset-8 {
margin-left: 66.66666667%
}
.price_wrapper .col-xs-offset-7 {
margin-left: 58.33333333%
}
.price_wrapper .col-xs-offset-6 {
margin-left: 50%
}
.price_wrapper .col-xs-offset-5 {
margin-left: 41.66666667%
}
.price_wrapper .col-xs-offset-4 {
margin-left: 33.33333333%
}
.price_wrapper .col-xs-offset-3 {
margin-left: 25%
}
.price_wrapper .col-xs-offset-2 {
margin-left: 16.66666667%
}
.price_wrapper .col-xs-offset-1 {
margin-left: 8.33333333%
}
.price_wrapper .col-xs-offset-0 {
margin-left: 0
}
@media (min-width:768px) {
.price_wrapper .col-sm-1,
.price_wrapper .col-sm-10,
.price_wrapper .col-sm-11,
.price_wrapper .col-sm-12,
.price_wrapper .col-sm-2,
.price_wrapper .col-sm-3,
.price_wrapper .col-sm-4,
.price_wrapper .col-sm-5,
.price_wrapper .col-sm-6,
.price_wrapper .col-sm-7,
.price_wrapper .col-sm-8,
.price_wrapper .col-sm-9 {
float: left
}
.price_wrapper .col-sm-12 {
width: 100%
}
.price_wrapper .col-sm-11 {
width: 91.66666667%
}
.price_wrapper .col-sm-10 {
width: 83.33333333%
}
.price_wrapper .col-sm-9 {
width: 75%
}
.price_wrapper .col-sm-8 {
width: 66.66666667%
}
.price_wrapper .col-sm-7 {
width: 58.33333333%
}
.price_wrapper .col-sm-6 {
width: 50%
}
.price_wrapper .col-sm-5 {
width: 41.66666667%
}
.price_wrapper .col-sm-4 {
width: 33.33333333%
}
.price_wrapper .col-sm-3 {
width: 25%
}
.price_wrapper .col-sm-2 {
width: 16.66666667%
}
.price_wrapper .col-sm-1 {
width: 8.33333333%
}
.price_wrapper .col-sm-pull-12 {
right: 100%
}
.price_wrapper .col-sm-pull-11 {
right: 91.66666667%
}
.price_wrapper .col-sm-pull-10 {
right: 83.33333333%
}
.price_wrapper .col-sm-pull-9 {
right: 75%
}
.price_wrapper .col-sm-pull-8 {
right: 66.66666667%
}
.price_wrapper .col-sm-pull-7 {
right: 58.33333333%
}
.price_wrapper .col-sm-pull-6 {
right: 50%
}
.price_wrapper .col-sm-pull-5 {
right: 41.66666667%
}
.price_wrapper .col-sm-pull-4 {
right: 33.33333333%
}
.price_wrapper .col-sm-pull-3 {
right: 25%
}
.price_wrapper .col-sm-pull-2 {
right: 16.66666667%
}
.price_wrapper .col-sm-pull-1 {
right: 8.33333333%
}
.price_wrapper .col-sm-pull-0 {
right: auto
}
.price_wrapper .col-sm-push-12 {
left: 100%
}
.price_wrapper .col-sm-push-11 {
left: 91.66666667%
}
.price_wrapper .col-sm-push-10 {
left: 83.33333333%
}
.price_wrapper .col-sm-push-9 {
left: 75%
}
.price_wrapper .col-sm-push-8 {
left: 66.66666667%
}
.price_wrapper .col-sm-push-7 {
left: 58.33333333%
}
.price_wrapper .col-sm-push-6 {
left: 50%
}
.price_wrapper .col-sm-push-5 {
left: 41.66666667%
}
.price_wrapper .col-sm-push-4 {
left: 33.33333333%
}
.price_wrapper .col-sm-push-3 {
left: 25%
}
.price_wrapper .col-sm-push-2 {
left: 16.66666667%
}
.price_wrapper .col-sm-push-1 {
left: 8.33333333%
}
.price_wrapper .col-sm-push-0 {
left: auto
}
.price_wrapper .col-sm-offset-12 {
margin-left: 100%
}
.price_wrapper .col-sm-offset-11 {
margin-left: 91.66666667%
}
.price_wrapper .col-sm-offset-10 {
margin-left: 83.33333333%
}
.price_wrapper .col-sm-offset-9 {
margin-left: 75%
}
.price_wrapper .col-sm-offset-8 {
margin-left: 66.66666667%
}
.price_wrapper .col-sm-offset-7 {
margin-left: 58.33333333%
}
.price_wrapper .col-sm-offset-6 {
margin-left: 50%
}
.price_wrapper .col-sm-offset-5 {
margin-left: 41.66666667%
}
.price_wrapper .col-sm-offset-4 {
margin-left: 33.33333333%
}
.price_wrapper .col-sm-offset-3 {
margin-left: 25%
}
.price_wrapper .col-sm-offset-2 {
margin-left: 16.66666667%
}
.price_wrapper .col-sm-offset-1 {
margin-left: 8.33333333%
}
.price_wrapper .col-sm-offset-0 {
margin-left: 0
}
}
@media (min-width:992px) {
.price_wrapper .col-md-1,
.price_wrapper .col-md-10,
.price_wrapper .col-md-11,
.price_wrapper .col-md-12,
.price_wrapper .col-md-2,
.price_wrapper .col-md-3,
.price_wrapper .col-md-4,
.price_wrapper .col-md-5,
.price_wrapper .col-md-6,
.price_wrapper .col-md-7,
.price_wrapper .col-md-8,
.price_wrapper .col-md-9 {
float: left
}
.price_wrapper .col-md-12 {
width: 100%
}
.price_wrapper .col-md-11 {
width: 91.66666667%
}
.price_wrapper .col-md-10 {
width: 83.33333333%
}
.price_wrapper .col-md-9 {
width: 75%
}
.price_wrapper .col-md-8 {
width: 66.66666667%
}
.price_wrapper .col-md-7 {
width: 58.33333333%
}
.price_wrapper .col-md-6 {
width: 50%
}
.price_wrapper .col-md-5 {
width: 41.66666667%
}
.price_wrapper .col-md-4 {
width: 33.33333333%
}
.price_wrapper .col-md-3 {
width: 25%
}
.price_wrapper .col-md-2 {
width: 16.66666667%
}
.price_wrapper .col-md-1 {
width: 78.33333333%
}
.price_wrapper .col-md-pull-12 {
right: 100%
}
.price_wrapper .col-md-pull-11 {
right: 91.66666667%
}
.price_wrapper .col-md-pull-10 {
right: 83.33333333%
}
.price_wrapper .col-md-pull-9 {
right: 75%
}
.price_wrapper .col-md-pull-8 {
right: 66.66666667%
}
.price_wrapper .col-md-pull-7 {
right: 58.33333333%
}
.price_wrapper .col-md-pull-6 {
right: 50%
}
.price_wrapper .col-md-pull-5 {
right: 41.66666667%
}
.price_wrapper .col-md-pull-4 {
right: 33.33333333%
}
.price_wrapper .col-md-pull-3 {
right: 25%
}
.price_wrapper .col-md-pull-2 {
right: 16.66666667%
}
.price_wrapper .col-md-pull-1 {
right: 8.33333333%
}
.price_wrapper .col-md-pull-0 {
right: auto
}
.price_wrapper .col-md-push-12 {
left: 100%
}
.price_wrapper .col-md-push-11 {
left: 91.66666667%
}
.price_wrapper .col-md-push-10 {
left: 83.33333333%
}
.price_wrapper .col-md-push-9 {
left: 75%
}
.price_wrapper .col-md-push-8 {
left: 66.66666667%
}
.price_wrapper .col-md-push-7 {
left: 58.33333333%
}
.price_wrapper .col-md-push-6 {
left: 50%
}
.price_wrapper .col-md-push-5 {
left: 41.66666667%
}
.price_wrapper .col-md-push-4 {
left: 33.33333333%
}
.price_wrapper .col-md-push-3 {
left: 25%
}
.price_wrapper .col-md-push-2 {
left: 16.66666667%
}
.price_wrapper .col-md-push-1 {
left: 8.33333333%
}
.price_wrapper .col-md-push-0 {
left: auto
}
.price_wrapper .col-md-offset-12 {
margin-left: 100%
}
.price_wrapper .col-md-offset-11 {
margin-left: 91.66666667%
}
.price_wrapper .col-md-offset-10 {
margin-left: 83.33333333%
}
.price_wrapper .col-md-offset-9 {
margin-left: 75%
}
.price_wrapper .col-md-offset-8 {
margin-left: 66.66666667%
}
.price_wrapper .col-md-offset-7 {
margin-left: 58.33333333%
}
.price_wrapper .col-md-offset-6 {
margin-left: 50%
}
.price_wrapper .col-md-offset-5 {
margin-left: 41.66666667%
}
.price_wrapper .col-md-offset-4 {
margin-left: 33.33333333%
}
.price_wrapper .col-md-offset-3 {
margin-left: 25%
}
.price_wrapper .col-md-offset-2 {
margin-left: 16.66666667%
}
.price_wrapper .col-md-offset-1 {
margin-left: 8.33333333%
}
.price_wrapper .col-md-offset-0 {
margin-left: 0
}
}
@media (min-width:1200px) {
.price_wrapper .col-lg-1,
.price_wrapper .col-lg-10,
.price_wrapper .col-lg-11,
.price_wrapper .col-lg-12,
.price_wrapper .col-lg-2,
.price_wrapper .col-lg-3,
.price_wrapper .col-lg-4,
.price_wrapper .col-lg-5,
.price_wrapper .col-lg-6,
.price_wrapper .col-lg-7,
.price_wrapper .col-lg-8,
.price_wrapper .col-lg-9 {
float: left
}
.price_wrapper .col-lg-12 {
width: 100%
}
.price_wrapper .col-lg-11 {
width: 91.66666667%
}
.price_wrapper .col-lg-10 {
width: 76%
}
.price_wrapper .col-lg-9 {
width: 75%
}
.price_wrapper .col-lg-8 {
width: 66.66666667%
}
.price_wrapper .col-lg-7 {
width: 58.33333333%
}
.price_wrapper .col-lg-6 {
width: 50%
}
.price_wrapper .col-lg-5 {
width: 41.66666667%
}
.price_wrapper .col-lg-4 {
width: 33.33333333%
}
.price_wrapper .col-lg-3 {
width: 25%
}
.price_wrapper .col-lg-2 {
width: 16.66666667%
}
.price_wrapper .col-lg-1 {
width: 8.33333333%
}
.price_wrapper .col-lg-pull-12 {
right: 100%
}
.price_wrapper .col-lg-pull-11 {
right: 91.66666667%
}
.price_wrapper .col-lg-pull-10 {
right: 83.33333333%
}
.price_wrapper .col-lg-pull-9 {
right: 75%
}
.price_wrapper .col-lg-pull-8 {
right: 66.66666667%
}
.price_wrapper .col-lg-pull-7 {
right: 58.33333333%
}
.price_wrapper .col-lg-pull-6 {
right: 50%
}
.price_wrapper .col-lg-pull-5 {
right: 41.66666667%
}
.price_wrapper .col-lg-pull-4 {
right: 33.33333333%
}
.price_wrapper .col-lg-pull-3 {
right: 25%
}
.price_wrapper .col-lg-pull-2 {
right: 16.66666667%
}
.price_wrapper .col-lg-pull-1 {
right: 8.33333333%
}
.price_wrapper .col-lg-pull-0 {
right: auto
}
.price_wrapper .col-lg-push-12 {
left: 100%
}
.price_wrapper .col-lg-push-11 {
left: 91.66666667%
}
.price_wrapper .col-lg-push-10 {
left: 83.33333333%
}
.price_wrapper .col-lg-push-9 {
left: 75%
}
.price_wrapper .col-lg-push-8 {
left: 66.66666667%
}
.price_wrapper .col-lg-push-7 {
left: 58.33333333%
}
.price_wrapper .col-lg-push-6 {
left: 50%
}
.price_wrapper .col-lg-push-5 {
left: 41.66666667%
}
.price_wrapper .col-lg-push-4 {
left: 33.33333333%
}
.price_wrapper .col-lg-push-3 {
left: 25%
}
.price_wrapper .col-lg-push-2 {
left: 16.66666667%
}
.price_wrapper .col-lg-push-1 {
left: 8.33333333%
}
.price_wrapper .col-lg-push-0 {
left: auto
}
.price_wrapper .col-lg-offset-12 {
margin-left: 100%
}
.price_wrapper .col-lg-offset-11 {
margin-left: 91.66666667%
}
.price_wrapper .col-lg-offset-10 {
margin-left: 83.33333333%
}
.price_wrapper .col-lg-offset-9 {
margin-left: 75%
}
.price_wrapper .col-lg-offset-8 {
margin-left: 66.66666667%
}
.price_wrapper .col-lg-offset-7 {
margin-left: 58.33333333%
}
.price_wrapper .col-lg-offset-6 {
margin-left: 50%
}
.price_wrapper .col-lg-offset-5 {
margin-left: 41.66666667%
}
.price_wrapper .col-lg-offset-4 {
margin-left: 33.33333333%
}
.price_wrapper .col-lg-offset-3 {
margin-left: 25%
}
.price_wrapper .col-lg-offset-2 {
margin-left: 16.66666667%
}
.price_wrapper .col-lg-offset-1 {
margin-left: 8.33333333%
}
.price_wrapper .col-lg-offset-0 {
margin-left: 0
}
}
.price_wrapper table {
background-color: transparent
}
.price_wrapper caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left
}
.price_wrapper th {
text-align: left
}
.price_wrapper .table {
width: 100%;
max-width: 100%;
margin-bottom: 20px
}
.price_wrapper .table>tbody>tr>td,
.price_wrapper .table>tbody>tr>th,
.price_wrapper .table>tfoot>tr>td,
.price_wrapper .table>tfoot>tr>th,
.price_wrapper .table>thead>tr>td,
.price_wrapper .table>thead>tr>th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd
}
.price_wrapper .table>thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #ddd
}
.price_wrapper .table>caption+thead>tr:first-child>td,
.price_wrapper .table>caption+thead>tr:first-child>th,
.price_wrapper .table>colgroup+thead>tr:first-child>td,
.price_wrapper .table>colgroup+thead>tr:first-child>th,
.price_wrapper .table>thead:first-child>tr:first-child>td,
.price_wrapper .table>thead:first-child>tr:first-child>th {
border-top: 0
}
.price_wrapper .table>tbody+tbody {
border-top: 2px solid #ddd
}
.price_wrapper .table .table {
background-color: #fff
}
.price_wrapper .table-condensed>tbody>tr>td,
.price_wrapper .table-condensed>tbody>tr>th,
.price_wrapper .table-condensed>tfoot>tr>td,
.price_wrapper .table-condensed>tfoot>tr>th,
.price_wrapper .table-condensed>thead>tr>td,
.price_wrapper .table-condensed>thead>tr>th {
padding: 5px
}
.price_wrapper .table-bordered {
border: 1px solid #ddd
}
.price_wrapper .table-bordered>tbody>tr>td,
.price_wrapper .table-bordered>tbody>tr>th,
.price_wrapper .table-bordered>tfoot>tr>td,
.price_wrapper .table-bordered>tfoot>tr>th,
.price_wrapper .table-bordered>thead>tr>td,
.price_wrapper .table-bordered>thead>tr>th {
border: 1px solid #ddd
}
.price_wrapper .table-bordered>thead>tr>td,
.price_wrapper .table-bordered>thead>tr>th {
border-bottom-width: 2px
}
.price_wrapper .table-striped>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9
}
.price_wrapper .table-hover>tbody>tr:hover {
background-color: #f5f5f5
}
.price_wrapper table col[class*=col-] {
position: static;
display: table-column;
float: none
}
.price_wrapper table td[class*=col-],
.price_wrapper table th[class*=col-] {
position: static;
display: table-cell;
float: none
}
.price_wrapper .table>tbody>tr.active>td,
.price_wrapper .table>tbody>tr.active>th,
.price_wrapper .table>tbody>tr>td.active,
.price_wrapper .table>tbody>tr>th.active,
.price_wrapper .table>tfoot>tr.active>td,
.price_wrapper .table>tfoot>tr.active>th,
.price_wrapper .table>tfoot>tr>td.active,
.price_wrapper .table>tfoot>tr>th.active,
.price_wrapper .table>thead>tr.active>td,
.price_wrapper .table>thead>tr.active>th,
.price_wrapper .table>thead>tr>td.active,
.price_wrapper .table>thead>tr>th.active {
background-color: #f5f5f5
}
.price_wrapper .table-hover>tbody>tr.active:hover>td,
.price_wrapper .table-hover>tbody>tr.active:hover>th,
.price_wrapper .table-hover>tbody>tr:hover>.active,
.price_wrapper .table-hover>tbody>tr>td.active:hover,
.price_wrapper .table-hover>tbody>tr>th.active:hover {
background-color: #e8e8e8
}
.price_wrapper .table>tbody>tr.success>td,
.price_wrapper .table>tbody>tr.success>th,
.price_wrapper .table>tbody>tr>td.success,
.price_wrapper .table>tbody>tr>th.success,
.price_wrapper .table>tfoot>tr.success>td,
.price_wrapper .table>tfoot>tr.success>th,
.price_wrapper .table>tfoot>tr>td.success,
.price_wrapper .table>tfoot>tr>th.success,
.price_wrapper .table>thead>tr.success>td,
.price_wrapper .table>thead>tr.success>th,
.price_wrapper .table>thead>tr>td.success,
.price_wrapper .table>thead>tr>th.success {
background-color: #dff0d8
}
.price_wrapper .table-hover>tbody>tr.success:hover>td,
.price_wrapper .table-hover>tbody>tr.success:hover>th,
.price_wrapper .table-hover>tbody>tr:hover>.success,
.price_wrapper .table-hover>tbody>tr>td.success:hover,
.price_wrapper .table-hover>tbody>tr>th.success:hover {
background-color: #d0e9c6
}
.price_wrapper .table>tbody>tr.info>td,
.price_wrapper .table>tbody>tr.info>th,
.price_wrapper .table>tbody>tr>td.info,
.price_wrapper .table>tbody>tr>th.info,
.price_wrapper .table>tfoot>tr.info>td,
.price_wrapper .table>tfoot>tr.info>th,
.price_wrapper .table>tfoot>tr>td.info,
.price_wrapper .table>tfoot>tr>th.info,
.price_wrapper .table>thead>tr.info>td,
.price_wrapper .table>thead>tr.info>th,
.price_wrapper .table>thead>tr>td.info,
.price_wrapper .table>thead>tr>th.info {
background-color: #d9edf7
}
.price_wrapper .table-hover>tbody>tr.info:hover>td,
.price_wrapper .table-hover>tbody>tr.info:hover>th,
.price_wrapper .table-hover>tbody>tr:hover>.info,
.price_wrapper .table-hover>tbody>tr>td.info:hover,
.price_wrapper .table-hover>tbody>tr>th.info:hover {
background-color: #c4e3f3
}
.price_wrapper .table>tbody>tr.warning>td,
.price_wrapper .table>tbody>tr.warning>th,
.price_wrapper .table>tbody>tr>td.warning,
.price_wrapper .table>tbody>tr>th.warning,
.price_wrapper .table>tfoot>tr.warning>td,
.price_wrapper .table>tfoot>tr.warning>th,
.price_wrapper .table>tfoot>tr>td.warning,
.price_wrapper .table>tfoot>tr>th.warning,
.price_wrapper .table>thead>tr.warning>td,
.price_wrapper .table>thead>tr.warning>th,
.price_wrapper .table>thead>tr>td.warning,
.price_wrapper .table>thead>tr>th.warning {
background-color: #fcf8e3
}
.price_wrapper .table-hover>tbody>tr.warning:hover>td,
.price_wrapper .table-hover>tbody>tr.warning:hover>th,
.price_wrapper .table-hover>tbody>tr:hover>.warning,
.price_wrapper .table-hover>tbody>tr>td.warning:hover,
.price_wrapper .table-hover>tbody>tr>th.warning:hover {
background-color: #faf2cc
}
.price_wrapper .table>tbody>tr.danger>td,
.price_wrapper .table>tbody>tr.danger>th,
.price_wrapper .table>tbody>tr>td.danger,
.price_wrapper .table>tbody>tr>th.danger,
.price_wrapper .table>tfoot>tr.danger>td,
.price_wrapper .table>tfoot>tr.danger>th,
.price_wrapper .table>tfoot>tr>td.danger,
.price_wrapper .table>tfoot>tr>th.danger,
.price_wrapper .table>thead>tr.danger>td,
.price_wrapper .table>thead>tr.danger>th,
.price_wrapper .table>thead>tr>td.danger,
.price_wrapper .table>thead>tr>th.danger {
background-color: #f2dede
}
.price_wrapper .table-hover>tbody>tr.danger:hover>td,
.price_wrapper .table-hover>tbody>tr.danger:hover>th,
.price_wrapper .table-hover>tbody>tr:hover>.danger,
.price_wrapper .table-hover>tbody>tr>td.danger:hover,
.price_wrapper .table-hover>tbody>tr>th.danger:hover {
background-color: #ebcccc
}
.price_wrapper .table-responsive {
min-height: .01%;
overflow-x: auto
}
@media screen and (max-width:767px) {
.price_wrapper .table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd
}
.price_wrapper .table-responsive>.table {
margin-bottom: 0
}
.price_wrapper .table-responsive>.table>tbody>tr>td,
.price_wrapper .table-responsive>.table>tbody>tr>th,
.price_wrapper .table-responsive>.table>tfoot>tr>td,
.price_wrapper .table-responsive>.table>tfoot>tr>th,
.price_wrapper .table-responsive>.table>thead>tr>td,
.price_wrapper .table-responsive>.table>thead>tr>th {
white-space: nowrap
}
.price_wrapper .table-responsive>.table-bordered {
border: 0
}
.price_wrapper .table-responsive>.table-bordered>tbody>tr>td:first-child,
.price_wrapper .table-responsive>.table-bordered>tbody>tr>th:first-child,
.price_wrapper .table-responsive>.table-bordered>tfoot>tr>td:first-child,
.price_wrapper .table-responsive>.table-bordered>tfoot>tr>th:first-child,
.price_wrapper .table-responsive>.table-bordered>thead>tr>td:first-child,
.price_wrapper .table-responsive>.table-bordered>thead>tr>th:first-child {
border-left: 0
}
.price_wrapper .table-responsive>.table-bordered>tbody>tr>td:last-child,
.price_wrapper .table-responsive>.table-bordered>tbody>tr>th:last-child,
.price_wrapper .table-responsive>.table-bordered>tfoot>tr>td:last-child,
.price_wrapper .table-responsive>.table-bordered>tfoot>tr>th:last-child,
.price_wrapper .table-responsive>.table-bordered>thead>tr>td:last-child,
.price_wrapper .table-responsive>.table-bordered>thead>tr>th:last-child {
border-right: 0
}
.price_wrapper .table-responsive>.table-bordered>tbody>tr:last-child>td,
.price_wrapper .table-responsive>.table-bordered>tbody>tr:last-child>th,
.price_wrapper .table-responsive>.table-bordered>tfoot>tr:last-child>td,
.price_wrapper .table-responsive>.table-bordered>tfoot>tr:last-child>th {
border-bottom: 0
}
}
.price_wrapper fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0
}
.price_wrapper legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5
}
.price_wrapper input[type=search] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.price_wrapper input[type=checkbox],
.price_wrapper input[type=radio] {
margin: 4px 0 0;
margin-top: 1px\9;
line-height: normal
}
.price_wrapper input[type=file] {
display: block
}
.price_wrapper input[type=range] {
display: block;
width: 100%
}
.price_wrapper select[multiple],
.price_wrapper select[size] {
height: auto
}
.price_wrapper input[type=file]:focus,
.price_wrapper input[type=checkbox]:focus,
.price_wrapper input[type=radio]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.price_wrapper output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555
}
.price_wrapper .form-control {
display: block;
width: 100%;
height: 40px !important ;
padding: 10px 10px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
border: #dcdcde 1px solid !important;
background-color: #fff;
background-image: none;
border: 1px solid #dae2e1;
border-radius: 8px;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.price_wrapper .form-control.price_list_desc {
height: unset !important;
}
.price_wrapper .form-control:focus {
box-shadow: none;
border: #5bb3a7 1px solid;
outline: 0;
border-left: 2px solid #5bb3a7;
}
.price_wrapper .form-control::-moz-placeholder {
color: #999;
opacity: 1
}
.price_wrapper .form-control:-ms-input-placeholder {
color: #999
}
.price_wrapper .form-control::-webkit-input-placeholder {
color: #999
}
.price_wrapper .form-control[disabled],
.price_wrapper .form-control[readonly],
.price_wrapper fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1
}
.price_wrapper .form-control[disabled],
.price_wrapper fieldset[disabled] .form-control {
cursor: not-allowed
}
.price_wrapper textarea.form-control {
height: auto
}
.price_wrapper input[type=search] {
-webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.price_wrapper input[type=date].form-control,
.price_wrapper input[type=time].form-control,
.price_wrapper input[type=datetime-local].form-control,
.price_wrapper input[type=month].form-control {
line-height: 34px
}
.price_wrapper .input-group-sm input[type=date],
.price_wrapper .input-group-sm input[type=time],
.price_wrapper .input-group-sm input[type=datetime-local],
.price_wrapper .input-group-sm input[type=month],
.price_wrapper input[type=date].input-sm,
.price_wrapper input[type=time].input-sm,
.price_wrapper input[type=datetime-local].input-sm,
.price_wrapper input[type=month].input-sm {
line-height: 30px
}
.price_wrapper .input-group-lg input[type=date],
.price_wrapper .input-group-lg input[type=time],
.price_wrapper .input-group-lg input[type=datetime-local],
.price_wrapper .input-group-lg input[type=month],
.price_wrapper input[type=date].input-lg,
.price_wrapper input[type=time].input-lg,
.price_wrapper input[type=datetime-local].input-lg,
.price_wrapper input[type=month].input-lg {
line-height: 46px
}
}
.price_wrapper .form-group {
margin-bottom: 15px
}
.price_wrapper .checkbox,
.price_wrapper .radio {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px
}
.price_wrapper .checkbox label,
.price_wrapper .radio label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer
}
.price_wrapper .checkbox input[type=checkbox],
.price_wrapper .checkbox-inline input[type=checkbox],
.price_wrapper .radio input[type=radio],
.price_wrapper .radio-inline input[type=radio] {
position: absolute;
margin-top: 4px\9;
margin-left: -20px
}
.price_wrapper .checkbox+.checkbox,
.price_wrapper .radio+.radio {
margin-top: -5px
}
.price_wrapper .checkbox-inline,
.price_wrapper .radio-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
vertical-align: middle;
cursor: pointer
}
.price_wrapper .checkbox-inline+.checkbox-inline,
.price_wrapper .radio-inline+.radio-inline {
margin-top: 0;
margin-left: 10px
}
.price_wrapper fieldset[disabled] input[type=checkbox],
.price_wrapper fieldset[disabled] input[type=radio],
.price_wrapper input[type=checkbox].disabled,
.price_wrapper input[type=checkbox][disabled],
.price_wrapper input[type=radio].disabled,
.price_wrapper input[type=radio][disabled] {
cursor: not-allowed
}
.price_wrapper .checkbox-inline.disabled,
.price_wrapper .radio-inline.disabled,
.price_wrapper fieldset[disabled] .checkbox-inline,
.price_wrapper fieldset[disabled] .radio-inline {
cursor: not-allowed
}
.price_wrapper .checkbox.disabled label,
.price_wrapper .radio.disabled label,
.price_wrapper fieldset[disabled] .checkbox label,
.price_wrapper fieldset[disabled] .radio label {
cursor: not-allowed
}
.price_wrapper .form-control-static {
min-height: 34px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0
}
.price_wrapper .form-control-static.input-lg,
.price_wrapper .form-control-static.input-sm {
padding-right: 0;
padding-left: 0
}
.price_wrapper .input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}
.price_wrapper select.input-sm {
height: 30px;
line-height: 30px
}
.price_wrapper select[multiple].input-sm,
.price_wrapper textarea.input-sm {
height: auto
}
.price_wrapper .form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}
.price_wrapper .form-group-sm select.form-control {
height: 30px;
line-height: 30px
}
.price_wrapper .form-group-sm select[multiple].form-control,
.price_wrapper .form-group-sm textarea.form-control {
height: auto
}
.price_wrapper .form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5
}
.price_wrapper .input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px
}
.price_wrapper select.input-lg {
height: 46px;
line-height: 46px
}
.price_wrapper select[multiple].input-lg,
.price_wrapper textarea.input-lg {
height: auto
}
.price_wrapper .form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px
}
.price_wrapper .form-group-lg select.form-control {
height: 46px;
line-height: 46px
}
.price_wrapper .form-group-lg select[multiple].form-control,
.price_wrapper .form-group-lg textarea.form-control {
height: auto
}
.price_wrapper .form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.3333333
}
.price_wrapper .has-feedback {
position: relative
}
.price_wrapper .has-feedback .form-control {
padding-right: 42.5px
}
.price_wrapper .form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none
}
.price_wrapper .form-group-lg .form-control+.form-control-feedback,
.price_wrapper .input-group-lg+.form-control-feedback,
.price_wrapper .input-lg+.form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px
}
.price_wrapper .form-group-sm .form-control+.form-control-feedback,
.price_wrapper .input-group-sm+.form-control-feedback,
.price_wrapper .input-sm+.form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px
}
.price_wrapper .has-success .checkbox,
.price_wrapper .has-success .checkbox-inline,
.price_wrapper .has-success .control-label,
.price_wrapper .has-success .help-block,
.price_wrapper .has-success .radio,
.price_wrapper .has-success .radio-inline,
.price_wrapper .has-success.checkbox label,
.price_wrapper .has-success.checkbox-inline label,
.price_wrapper .has-success.radio label,
.price_wrapper .has-success.radio-inline label {
color: #3c763d
}
.price_wrapper .has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.price_wrapper .has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.price_wrapper .has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d
}
.price_wrapper .has-success .form-control-feedback {
color: #3c763d
}
.price_wrapper .has-warning .checkbox,
.price_wrapper .has-warning .checkbox-inline,
.price_wrapper .has-warning .control-label,
.price_wrapper .has-warning .help-block,
.price_wrapper .has-warning .radio,
.price_wrapper .has-warning .radio-inline,
.price_wrapper .has-warning.checkbox label,
.price_wrapper .has-warning.checkbox-inline label,
.price_wrapper .has-warning.radio label,
.price_wrapper .has-warning.radio-inline label {
color: #8a6d3b
}
.price_wrapper .has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.price_wrapper .has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.price_wrapper .has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b
}
.price_wrapper .has-warning .form-control-feedback {
color: #8a6d3b
}
.price_wrapper .has-error .checkbox,
.price_wrapper .has-error .checkbox-inline,
.price_wrapper .has-error .control-label,
.price_wrapper .has-error .help-block,
.price_wrapper .has-error .radio,
.price_wrapper .has-error .radio-inline,
.price_wrapper .has-error.checkbox label,
.price_wrapper .has-error.checkbox-inline label,
.price_wrapper .has-error.radio label,
.price_wrapper .has-error.radio-inline label {
color: #a94442
}
.price_wrapper .has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.price_wrapper .has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.price_wrapper .has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442
}
.price_wrapper .has-error .form-control-feedback {
color: #a94442
}
.price_wrapper .has-feedback label~.form-control-feedback {
top: 25px
}
.price_wrapper .has-feedback label.sr-only~.form-control-feedback {
top: 0
}
.price_wrapper .help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373
}
@media (min-width:768px) {
.price_wrapper .form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle
}
.price_wrapper .form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.price_wrapper .form-inline .form-control-static {
display: inline-block
}
.price_wrapper .form-inline .input-group {
display: inline-table;
vertical-align: middle
}
.price_wrapper .form-inline .input-group .form-control,
.price_wrapper .form-inline .input-group .input-group-addon,
.price_wrapper .form-inline .input-group .input-group-btn {
width: auto
}
.price_wrapper .form-inline .input-group>.form-control {
width: 100%
}
.price_wrapper .form-inline .control-label {
margin-bottom: 0;
vertical-align: middle
}
.price_wrapper .form-inline .checkbox,
.price_wrapper .form-inline .radio {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle
}
.price_wrapper .form-inline .checkbox label,
.price_wrapper .form-inline .radio label {
padding-left: 0
}
.price_wrapper .form-inline .checkbox input[type=checkbox],
.price_wrapper .form-inline .radio input[type=radio] {
position: relative;
margin-left: 0
}
.price_wrapper .form-inline .has-feedback .form-control-feedback {
top: 0
}
}
.price_wrapper .form-horizontal .checkbox,
.price_wrapper .form-horizontal .checkbox-inline,
.price_wrapper .form-horizontal .radio,
.form-horizontal .radio-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0
}
.price_wrapper .form-horizontal .checkbox,
.price_wrapper .form-horizontal .radio {
min-height: 27px
}
.price_wrapper .form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px
}
@media (min-width:768px) {
.price_wrapper .form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right
}
}
.price_wrapper .form-horizontal .has-feedback .form-control-feedback {
right: 15px
}
@media (min-width:768px) {
.price_wrapper .form-horizontal .form-group-lg .control-label {
padding-top: 14.33px;
font-size: 18px
}
}
@media (min-width:768px) {
.price_wrapper .form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px
}
}
.price_wrapper .btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border-radius: 4px
}
.price_wrapper .btn.active.focus,
.price_wrapper .btn.active:focus,
.price_wrapper .btn.focus,
.price_wrapper .btn:active.focus,
.price_wrapper .btn:active:focus,
.price_wrapper .btn:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.price_wrapper .btn.focus,
.price_wrapper .btn:focus,
.price_wrapper .btn:hover {
color: #E6A900;
text-decoration: none;
border:none;
outline: none;
box-shadow: none !important;
}
.price_wrapper .btn.active,
.price_wrapper .btn:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.price_wrapper .btn.disabled,
.price_wrapper .btn[disabled],
.price_wrapper fieldset[disabled] .btn {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65
}
.price_wrapper a.btn.disabled,
.price_wrapper fieldset[disabled] a.btn {
pointer-events: none
}
.price_wrapper .btn-default {
color: #333;
background-color: #fff;
border-color: #ccc
}
.price_wrapper .btn-default.focus,
.price_wrapper .btn-default:focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c
}
.price_wrapper .btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad
}
.price_wrapper .btn-default.active,
.price_wrapper .btn-default:active,
.price_wrapper .open>.dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad
}
.price_wrapper .btn-default.active.focus,
.price_wrapper .btn-default.active:focus,
.price_wrapper .btn-default.active:hover,
.price_wrapper .btn-default:active.focus,
.price_wrapper .btn-default:active:focus,
.price_wrapper .btn-default:active:hover,
.price_wrapper .open>.dropdown-toggle.btn-default.focus,
.price_wrapper .open>.dropdown-toggle.btn-default:focus,
.price_wrapper .open>.dropdown-toggle.btn-default:hover {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c
}
.price_wrapper .btn-default.active,
.price_wrapper .btn-default:active,
.price_wrapper .open>.dropdown-toggle.btn-default {
background-image: none
}
.price_wrapper .btn-default.disabled,
.price_wrapper .btn-default.disabled.active,
.price_wrapper .btn-default.disabled.focus,
.price_wrapper .btn-default.disabled:active,
.price_wrapper .btn-default.disabled:focus,
.price_wrapper .btn-default.disabled:hover,
.price_wrapper .btn-default[disabled],
.price_wrapper .btn-default[disabled].active,
.price_wrapper .btn-default[disabled].focus,
.price_wrapper .btn-default[disabled]:active,
.price_wrapper .btn-default[disabled]:focus,
.price_wrapper .btn-default[disabled]:hover,
.price_wrapper fieldset[disabled] .btn-default,
.price_wrapper fieldset[disabled] .btn-default.active,
.price_wrapper fieldset[disabled] .btn-default.focus,
.price_wrapper fieldset[disabled] .btn-default:active,
.price_wrapper fieldset[disabled] .btn-default:focus,
.price_wrapper fieldset[disabled] .btn-default:hover {
background-color: #fff;
border-color: #ccc
}
.price_wrapper .btn-default .badge {
color: #fff;
background-color: #333
}
.price_wrapper .btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4
}
.price_wrapper .btn-primary.focus,
.price_wrapper .btn-primary:focus {
color: #fff;
background-color: #286090;
border-color: #122b40
}
.price_wrapper .btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74
}
.price_wrapper .btn-primary.active,
.price_wrapper .btn-primary:active,
.price_wrapper .open>.dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74
}
.price_wrapper .btn-primary.active.focus,
.price_wrapper .btn-primary.active:focus,
.price_wrapper .btn-primary.active:hover,
.price_wrapper .btn-primary:active.focus,
.price_wrapper .btn-primary:active:focus,
.price_wrapper .btn-primary:active:hover,
.price_wrapper .open>.dropdown-toggle.btn-primary.focus,
.price_wrapper .open>.dropdown-toggle.btn-primary:focus,
.price_wrapper .open>.dropdown-toggle.btn-primary:hover {
color: #fff;
background-color: #204d74;
border-color: #122b40
}
.price_wrapper .btn-primary.active,
.price_wrapper .btn-primary:active,
.price_wrapper .open>.dropdown-toggle.btn-primary {
background-image: none
}
.price_wrapper .btn-primary.disabled,
.price_wrapper .btn-primary.disabled.active,
.price_wrapper .btn-primary.disabled.focus,
.price_wrapper .btn-primary.disabled:active,
.price_wrapper .btn-primary.disabled:focus,
.price_wrapper .btn-primary.disabled:hover,
.price_wrapper .btn-primary[disabled],
.price_wrapper .btn-primary[disabled].active,
.price_wrapper .btn-primary[disabled].focus,
.price_wrapper .btn-primary[disabled]:active,
.price_wrapper .btn-primary[disabled]:focus,
.price_wrapper .btn-primary[disabled]:hover,
.price_wrapper fieldset[disabled] .btn-primary,
.price_wrapper fieldset[disabled] .btn-primary.active,
.price_wrapper fieldset[disabled] .btn-primary.focus,
.price_wrapper fieldset[disabled] .btn-primary:active,
.price_wrapper fieldset[disabled] .btn-primary:focus,
.price_wrapper fieldset[disabled] .btn-primary:hover {
background-color: #337ab7;
border-color: #2e6da4
}
.price_wrapper .btn-primary .badge {
color: #337ab7;
background-color: #fff
}
.price_wrapper .btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c
}
.price_wrapper .btn-success.focus,
.price_wrapper .btn-success:focus {
color: #fff;
background-color: #449d44;
border-color: #255625
}
.price_wrapper .btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439
}
.price_wrapper .btn-success.active,
.price_wrapper .btn-success:active,
.price_wrapper .open>.dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439
}
.price_wrapper .btn-success.active.focus,
.price_wrapper .btn-success.active:focus,
.price_wrapper .btn-success.active:hover,
.price_wrapper .btn-success:active.focus,
.price_wrapper .btn-success:active:focus,
.price_wrapper .btn-success:active:hover,
.price_wrapper .open>.dropdown-toggle.btn-success.focus,
.price_wrapper .open>.dropdown-toggle.btn-success:focus,
.price_wrapper .open>.dropdown-toggle.btn-success:hover {
color: #fff;
background-color: #398439;
border-color: #255625
}
.price_wrapper .btn-success.active,
.price_wrapper .btn-success:active,
.price_wrapper .open>.dropdown-toggle.btn-success {
background-image: none
}
.price_wrapper .btn-success.disabled,
.price_wrapper .btn-success.disabled.active,
.price_wrapper .btn-success.disabled.focus,
.price_wrapper .btn-success.disabled:active,
.price_wrapper .btn-success.disabled:focus,
.price_wrapper .btn-success.disabled:hover,
.price_wrapper .btn-success[disabled],
.price_wrapper .btn-success[disabled].active,
.price_wrapper .btn-success[disabled].focus,
.price_wrapper .btn-success[disabled]:active,
.price_wrapper .btn-success[disabled]:focus,
.price_wrapper .btn-success[disabled]:hover,
.price_wrapper fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
.price_wrapper fieldset[disabled] .btn-success.focus,
.price_wrapper fieldset[disabled] .btn-success:active,
.price_wrapper fieldset[disabled] .btn-success:focus,
.price_wrapper fieldset[disabled] .btn-success:hover {
background-color: #5cb85c;
border-color: #4cae4c
}
.price_wrapper .btn-success .badge {
color: #5cb85c;
background-color: #fff
}
.price_wrapper .btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da
}
.price_wrapper .btn-info.focus,
.price_wrapper .btn-info:focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85
}
.price_wrapper .btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc
}
.price_wrapper .btn-info.active,
.price_wrapper .btn-info:active,
.price_wrapper .open>.dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc
}
.price_wrapper .btn-info.active.focus,
.price_wrapper .btn-info.active:focus,
.price_wrapper .btn-info.active:hover,
.price_wrapper .btn-info:active.focus,
.price_wrapper .btn-info:active:focus,
.price_wrapper .btn-info:active:hover,
.price_wrapper .open>.dropdown-toggle.btn-info.focus,
.price_wrapper .open>.dropdown-toggle.btn-info:focus,
.price_wrapper .open>.dropdown-toggle.btn-info:hover {
color: #fff;
background-color: #269abc;
border-color: #1b6d85
}
.price_wrapper .btn-info.active,
.price_wrapper .btn-info:active,
.price_wrapper .open>.dropdown-toggle.btn-info {
background-image: none
}
.price_wrapper .btn-info.disabled,
.price_wrapper .btn-info.disabled.active,
.price_wrapper .btn-info.disabled.focus,
.price_wrapper .btn-info.disabled:active,
.price_wrapper .btn-info.disabled:focus,
.price_wrapper .btn-info.disabled:hover,
.price_wrapper .btn-info[disabled],
.price_wrapper .btn-info[disabled].active,
.price_wrapper .btn-info[disabled].focus,
.price_wrapper .btn-info[disabled]:active,
.price_wrapper .btn-info[disabled]:focus,
.price_wrapper .btn-info[disabled]:hover,
.price_wrapper fieldset[disabled] .btn-info,
.price_wrapper fieldset[disabled] .btn-info.active,
.price_wrapper fieldset[disabled] .btn-info.focus,
.price_wrapper fieldset[disabled] .btn-info:active,
.price_wrapper fieldset[disabled] .btn-info:focus,
.price_wrapper fieldset[disabled] .btn-info:hover {
background-color: #5bc0de;
border-color: #46b8da
}
.price_wrapper .btn-info .badge {
color: #5bc0de;
background-color: #fff
}
.price_wrapper .btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236
}
.price_wrapper .btn-warning.focus,
.price_wrapper .btn-warning:focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d
}
.price_wrapper .btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512
}
.price_wrapper .btn-warning.active,
.price_wrapper .btn-warning:active,
.price_wrapper .open>.dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512
}
.price_wrapper .btn-warning.active.focus,
.price_wrapper .btn-warning.active:focus,
.price_wrapper .btn-warning.active:hover,
.price_wrapper .btn-warning:active.focus,
.price_wrapper .btn-warning:active:focus,
.price_wrapper .btn-warning:active:hover,
.price_wrapper .open>.dropdown-toggle.btn-warning.focus,
.price_wrapper .open>.dropdown-toggle.btn-warning:focus,
.price_wrapper .open>.dropdown-toggle.btn-warning:hover {
color: #fff;
background-color: #d58512;
border-color: #985f0d
}
.price_wrapper .btn-warning.active,
.price_wrapper .btn-warning:active,
.price_wrapper .open>.dropdown-toggle.btn-warning {
background-image: none
}
.price_wrapper .btn-warning.disabled,
.price_wrapper .btn-warning.disabled.active,
.price_wrapper .btn-warning.disabled.focus,
.price_wrapper .btn-warning.disabled:active,
.price_wrapper .btn-warning.disabled:focus,
.price_wrapper .btn-warning.disabled:hover,
.price_wrapper .btn-warning[disabled],
.price_wrapper .btn-warning[disabled].active,
.price_wrapper .btn-warning[disabled].focus,
.price_wrapper .btn-warning[disabled]:active,
.price_wrapper .btn-warning[disabled]:focus,
.price_wrapper .btn-warning[disabled]:hover,
.price_wrapper fieldset[disabled] .btn-warning,
.price_wrapper fieldset[disabled] .btn-warning.active,
.price_wrapper fieldset[disabled] .btn-warning.focus,
.price_wrapper fieldset[disabled] .btn-warning:active,
.price_wrapper fieldset[disabled] .btn-warning:focus,
.price_wrapper fieldset[disabled] .btn-warning:hover {
background-color: #f0ad4e;
border-color: #eea236
}
.price_wrapper .btn-warning .badge {
color: #f0ad4e;
background-color: #fff
}
.price_wrapper .btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a
}
.price_wrapper .btn-danger.focus,
.price_wrapper .btn-danger:focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19
}
.price_wrapper .btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925
}
.price_wrapper .btn-danger.active,
.price_wrapper .btn-danger:active,
.price_wrapper .open>.dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925
}
.price_wrapper .btn-danger.active.focus,
.price_wrapper .btn-danger.active:focus,
.price_wrapper .btn-danger.active:hover,
.price_wrapper .btn-danger:active.focus,
.price_wrapper .btn-danger:active:focus,
.price_wrapper .btn-danger:active:hover,
.price_wrapper .open>.dropdown-toggle.btn-danger.focus,
.price_wrapper .open>.dropdown-toggle.btn-danger:focus,
.price_wrapper .open>.dropdown-toggle.btn-danger:hover {
color: #fff;
background-color: #ac2925;
border-color: #761c19
}
.price_wrapper .btn-danger.active,
.price_wrapper .btn-danger:active,
.price_wrapper .open>.dropdown-toggle.btn-danger {
background-image: none
}
.price_wrapper .btn-danger.disabled,
.price_wrapper .btn-danger.disabled.active,
.price_wrapper .btn-danger.disabled.focus,
.price_wrapper .btn-danger.disabled:active,
.price_wrapper .btn-danger.disabled:focus,
.price_wrapper .btn-danger.disabled:hover,
.price_wrapper .btn-danger[disabled],
.price_wrapper .btn-danger[disabled].active,
.price_wrapper .btn-danger[disabled].focus,
.price_wrapper .btn-danger[disabled]:active,
.price_wrapper .btn-danger[disabled]:focus,
.price_wrapper .btn-danger[disabled]:hover,
.price_wrapper fieldset[disabled] .btn-danger,
.price_wrapper fieldset[disabled] .btn-danger.active,
.price_wrapper fieldset[disabled] .btn-danger.focus,
.price_wrapper fieldset[disabled] .btn-danger:active,
.price_wrapper fieldset[disabled] .btn-danger:focus,
.price_wrapper fieldset[disabled] .btn-danger:hover {
background-color: #d9534f;
border-color: #d43f3a
}
.price_wrapper .btn-danger .badge {
color: #d9534f;
background-color: #fff
}
.price_wrapper .btn-link {
font-weight: 400;
color: #337ab7;
border-radius: 0
}
.price_wrapper .btn-link,
.price_wrapper .btn-link.active,
.price_wrapper .btn-link:active,
.price_wrapper .btn-link[disabled],
.price_wrapper fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none
}
.price_wrapper .btn-link,
.price_wrapper .btn-link:active,
.price_wrapper .btn-link:focus,
.price_wrapper .btn-link:hover {
border-color: transparent
}
.price_wrapper .btn-link:focus,
.price_wrapper .btn-link:hover {
color: #23527c;
text-decoration: underline;
background-color: transparent
}
.price_wrapper .btn-link[disabled]:focus,
.price_wrapper .btn-link[disabled]:hover,
.price_wrapper fieldset[disabled] .btn-link:focus,
.price_wrapper fieldset[disabled] .btn-link:hover {
color: #777;
text-decoration: none
}
.price_wrapper .btn-group-lg>.btn,
.price_wrapper .btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px
}
.price_wrapper .btn-group-sm>.btn,
.price_wrapper .btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}
.price_wrapper .btn-group-xs>.btn,
.price_wrapper .btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}
.price_wrapper .btn-block {
display: block;
width: 100%
}
.price_wrapper .btn-block+.btn-block {
margin-top: 5px
}
.price_wrapper input[type=button].btn-block,
.price_wrapper input[type=reset].btn-block,
.price_wrapper input[type=submit].btn-block {
width: 100%
}
.price_wrapper .fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear
}
.price_wrapper .fade.in {
opacity: 1
}
.price_wrapper .collapse {
display: none
}
.price_wrapper .collapse.in {
display: block
}
.price_wrapper tr.collapse.in {
display: table-row
}
.price_wrapper tbody.collapse.in {
display: table-row-group
}
.price_wrapper .collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility
}
.price_wrapper .caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid\9;
border-right: 4px solid transparent;
border-left: 4px solid transparent
}
.price_wrapper .dropdown,
.price_wrapper .dropup {
position: relative
}
.price_wrapper .dropdown-toggle:focus {
outline: 0
}
.price_wrapper .dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}
.price_wrapper .dropdown-menu.pull-right {
right: 0;
left: auto
}
.price_wrapper .dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5
}
.price_wrapper .dropdown-menu>li>a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #333;
white-space: nowrap
}
.price_wrapper .dropdown-menu>li>a:focus,
.price_wrapper .dropdown-menu>li>a:hover {
color: #262626;
text-decoration: none;
background-color: #f5f5f5
}
.price_wrapper .dropdown-menu>.active>a,
.price_wrapper .dropdown-menu>.active>a:focus,
.price_wrapper .dropdown-menu>.active>a:hover {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0
}
.price_wrapper .dropdown-menu>.disabled>a,
.price_wrapper .dropdown-menu>.disabled>a:focus,
.price_wrapper .dropdown-menu>.disabled>a:hover {
color: #777
}
.price_wrapper .dropdown-menu>.disabled>a:focus,
.price_wrapper .dropdown-menu>.disabled>a:hover {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.price_wrapper .open>.dropdown-menu {
display: block
}
.price_wrapper .open>a {
outline: 0
}
.price_wrapper .dropdown-menu-right {
right: 0;
left: auto
}
.price_wrapper .dropdown-menu-left {
right: auto;
left: 0
}
.price_wrapper .dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap
}
.price_wrapper .dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990
}
.price_wrapper .pull-right>.dropdown-menu {
right: 0;
left: auto
}
.price_wrapper .dropup .caret,
.price_wrapper .navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid\9
}
.price_wrapper .dropup .dropdown-menu,
.price_wrapper .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px
}
@media (min-width:768px) {
.price_wrapper .navbar-right .dropdown-menu {
right: 0;
left: auto
}
.price_wrapper .navbar-right .dropdown-menu-left {
right: auto;
left: 0
}
}
.price_wrapper .btn-group,
.price_wrapper .btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle
}
.price_wrapper .btn-group-vertical>.btn,
.price_wrapper .btn-group>.btn {
position: relative;
float: left
}
.price_wrapper .btn-group-vertical>.btn.active,
.price_wrapper .btn-group-vertical>.btn:active,
.price_wrapper .btn-group-vertical>.btn:focus,
.price_wrapper .btn-group-vertical>.btn:hover,
.price_wrapper .btn-group>.btn.active,
.price_wrapper .btn-group>.btn:active,
.price_wrapper .btn-group>.btn:focus,
.price_wrapper .btn-group>.btn:hover {
z-index: 2
}
.price_wrapper .btn-group .btn+.btn,
.price_wrapper .btn-group .btn+.btn-group,
.price_wrapper .btn-group .btn-group+.btn,
.price_wrapper .btn-group .btn-group+.btn-group {
margin-left: -1px
}
.price_wrapper .btn-toolbar {
margin-left: -5px
}
.price_wrapper .btn-toolbar .btn,
.price_wrapper .btn-toolbar .btn-group,
.price_wrapper .btn-toolbar .input-group {
float: left
}
.price_wrapper .btn-toolbar>.btn,
.price_wrapper .btn-toolbar>.btn-group,
.price_wrapper .btn-toolbar>.input-group {
margin-left: 5px
}
.price_wrapper .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0
}
.price_wrapper .btn-group>.btn:first-child {
margin-left: 0
}
.price_wrapper .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.price_wrapper .btn-group>.btn:last-child:not(:first-child),
.price_wrapper .btn-group>.dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.price_wrapper .btn-group>.btn-group {
float: left
}
.price_wrapper .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius: 0
}
.price_wrapper .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.price_wrapper .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.price_wrapper .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.price_wrapper .btn-group .dropdown-toggle:active,
.price_wrapper .btn-group.open .dropdown-toggle {
outline: 0
}
.price_wrapper .btn-group>.btn+.dropdown-toggle {
padding-right: 8px;
padding-left: 8px
}
.price_wrapper .btn-group>.btn-lg+.dropdown-toggle {
padding-right: 12px;
padding-left: 12px
}
.price_wrapper .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.price_wrapper .btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none
}
.price_wrapper .btn .caret {
margin-left: 0
}
.price_wrapper .btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0
}
.price_wrapper .dropup .btn-lg .caret {
border-width: 0 5px 5px
}
.price_wrapper .btn-group-vertical>.btn,
.price_wrapper .btn-group-vertical>.btn-group,
.price_wrapper .btn-group-vertical>.btn-group>.btn {
display: block;
float: none;
width: 100%;
max-width: 100%
}
.price_wrapper .btn-group-vertical>.btn-group>.btn {
float: none
}
.price_wrapper .btn-group-vertical>.btn+.btn,
.price_wrapper .btn-group-vertical>.btn+.btn-group,
.price_wrapper .btn-group-vertical>.btn-group+.btn,
.price_wrapper .btn-group-vertical>.btn-group+.btn-group {
margin-top: -1px;
margin-left: 0
}
.price_wrapper .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
border-radius: 0
}
.price_wrapper .btn-group-vertical>.btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.price_wrapper .btn-group-vertical>.btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 4px
}
.price_wrapper .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius: 0
}
.price_wrapper .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.price_wrapper .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.price_wrapper .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.price_wrapper .btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate
}
.price_wrapper .btn-group-justified>.btn,
.price_wrapper .btn-group-justified>.btn-group {
display: table-cell;
float: none;
width: 1%
}
.price_wrapper .btn-group-justified>.btn-group .btn {
width: 100%
}
.price_wrapper .btn-group-justified>.btn-group .dropdown-menu {
left: auto
}
.price_wrapper [data-toggle=buttons]>.btn input[type=checkbox],
.price_wrapper [data-toggle=buttons]>.btn input[type=radio],
.price_wrapper [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
.price_wrapper [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none
}
.price_wrapper .input-group {
position: relative;
display: table;
border-collapse: separate
}
.price_wrapper .input-group[class*=col-] {
float: none;
padding-right: 0;
padding-left: 0
}
.price_wrapper .input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0
}
.price_wrapper .input-group-lg>.form-control,
.price_wrapper .input-group-lg>.input-group-addon,
.price_wrapper .input-group-lg>.input-group-btn>.btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px
}
.price_wrapper select.input-group-lg>.form-control,
.price_wrapper select.input-group-lg>.input-group-addon,
.price_wrapper select.input-group-lg>.input-group-btn>.btn {
height: 46px;
line-height: 46px
}
.price_wrapper select[multiple].input-group-lg>.form-control,
.price_wrapper select[multiple].input-group-lg>.input-group-addon,
.price_wrapper select[multiple].input-group-lg>.input-group-btn>.btn,
.price_wrapper textarea.input-group-lg>.form-control,
.price_wrapper textarea.input-group-lg>.input-group-addon,
.price_wrapper textarea.input-group-lg>.input-group-btn>.btn {
height: auto
}
.price_wrapper .input-group-sm>.form-control,
.price_wrapper .input-group-sm>.input-group-addon,
.price_wrapper .input-group-sm>.input-group-btn>.btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}
.price_wrapper select.input-group-sm>.form-control,
.price_wrapper select.input-group-sm>.input-group-addon,
.price_wrapper select.input-group-sm>.input-group-btn>.btn {
height: 30px;
line-height: 30px
}
.price_wrapper select[multiple].input-group-sm>.form-control,
.price_wrapper select[multiple].input-group-sm>.input-group-addon,
.price_wrapper select[multiple].input-group-sm>.input-group-btn>.btn,
.price_wrapper textarea.input-group-sm>.form-control,
.price_wrapper textarea.input-group-sm>.input-group-addon,
.price_wrapper textarea.input-group-sm>.input-group-btn>.btn {
height: auto
}
.price_wrapper .input-group .form-control,
.price_wrapper .input-group-addon,
.price_wrapper .input-group-btn {
display: table-cell
}
.price_wrapper .input-group .form-control:not(:first-child):not(:last-child),
.price_wrapper .input-group-addon:not(:first-child):not(:last-child),
.price_wrapper .input-group-btn:not(:first-child):not(:last-child) {
border-radius: 0
}
.price_wrapper .input-group-addon,
.price_wrapper .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle
}
.price_wrapper .input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px
}
.price_wrapper .input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px
}
.price_wrapper .input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px
}
.price_wrapper .input-group-addon input[type=checkbox],
.price_wrapper .input-group-addon input[type=radio] {
margin-top: 0
}
.price_wrapper .input-group .form-control:first-child,
.price_wrapper .input-group-addon:first-child,
.price_wrapper .input-group-btn:first-child>.btn,
.price_wrapper .input-group-btn:first-child>.btn-group>.btn,
.price_wrapper .input-group-btn:first-child>.dropdown-toggle,
.price_wrapper .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.price_wrapper .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.price_wrapper .input-group-addon:first-child {
border-right: 0
}
.price_wrapper .input-group .form-control:last-child,
.price_wrapper .input-group-addon:last-child,
.price_wrapper .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.price_wrapper .input-group-btn:first-child>.btn:not(:first-child),
.price_wrapper .input-group-btn:last-child>.btn,
.price_wrapper .input-group-btn:last-child>.btn-group>.btn,
.price_wrapper .input-group-btn:last-child>.dropdown-toggle {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.price_wrapper .input-group-addon:last-child {
border-left: 0
}
.price_wrapper .input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap
}
.price_wrapper .input-group-btn>.btn {
position: relative
}
.price_wrapper .input-group-btn>.btn+.btn {
margin-left: -1px
}
.price_wrapper .input-group-btn>.btn:active,
.price_wrapper .input-group-btn>.btn:focus,
.price_wrapper .input-group-btn>.btn:hover {
z-index: 2
}
.price_wrapper .input-group-btn:first-child>.btn,
.price_wrapper .input-group-btn:first-child>.btn-group {
margin-right: -1px
}
.price_wrapper .input-group-btn:last-child>.btn,
.price_wrapper .input-group-btn:last-child>.btn-group {
z-index: 2;
margin-left: -1px
}
.price_wrapper .nav {
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.price_wrapper .nav>li {
position: relative;
display: block
}
.price_wrapper .nav-tabs {
border-bottom: 1px solid #ddd
}
.price_wrapper .nav-tabs>li {
float: left;
margin-bottom: -1px
}
.price_wrapper .nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0
}
.price_wrapper .nav-tabs>li>a:hover {
border-color: #eee #eee #ddd
}
.price_wrapper .nav-tabs>li.active>a,
.price_wrapper .nav-tabs>li.active>a:focus,
.price_wrapper .nav-tabs>li.active>a:hover {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent
}
.price_wrapper .nav-tabs.nav-justified {
width: 100%;
border-bottom: 0
}
.price_wrapper .nav-tabs.nav-justified>li {
float: none
}
.price_wrapper .nav-tabs.nav-justified>li>a {
margin-bottom: 5px;
text-align: center
}
.price_wrapper .nav-tabs.nav-justified>.dropdown .dropdown-menu {
top: auto;
left: auto
}
@media (min-width:768px) {
.price_wrapper .nav-tabs.nav-justified>li {
display: table-cell;
width: 1%
}
.price_wrapper .nav-tabs.nav-justified>li>a {
margin-bottom: 0
}
}
.price_wrapper .nav-tabs.nav-justified>li>a {
margin-right: 0;
border-radius: 4px
}
.price_wrapper .nav-tabs.nav-justified>.active>a,
.price_wrapper .nav-tabs.nav-justified>.active>a:focus,
.price_wrapper .nav-tabs.nav-justified>.active>a:hover {
border: 1px solid #ddd
}
@media (min-width:768px) {
.price_wrapper .nav-tabs.nav-justified>li>a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0
}
.price_wrapper .nav-tabs.nav-justified>.active>a,
.price_wrapper .nav-tabs.nav-justified>.active>a:focus,
.price_wrapper .nav-tabs.nav-justified>.active>a:hover {
border-bottom-color: #fff
}
}
.price_wrapper .nav-pills>li {
float: left
}
.price_wrapper .nav-pills>li>a {
border-radius: 4px
}
.price_wrapper .nav-pills>li+li {
margin-left: 2px
}
.price_wrapper .nav-pills>li.active>a,
.price_wrapper .nav-pills>li.active>a:focus,
.price_wrapper .nav-pills>li.active>a:hover {
color: #fff;
background-color: #337ab7
}
.price_wrapper .nav-stacked>li {
float: none
}
.price_wrapper .nav-stacked>li+li {
margin-top: 2px;
margin-left: 0
}
.price_wrapper .nav-justified {
width: 100%
}
.price_wrapper .nav-justified>li {
float: none
}
.price_wrapper .nav-justified>li>a {
margin-bottom: 5px;
text-align: center
}
.price_wrapper .nav-justified>.dropdown .dropdown-menu {
top: auto;
left: auto
}
@media (min-width:768px) {
.price_wrapper .nav-justified>li {
display: table-cell;
width: 1%
}
.price_wrapper .nav-justified>li>a {
margin-bottom: 0
}
}
.price_wrapper .nav-tabs-justified {
border-bottom: 0
}
.price_wrapper .nav-tabs-justified>li>a {
margin-right: 0;
border-radius: 4px
}
.price_wrapper .nav-tabs-justified>.active>a,
.price_wrapper .nav-tabs-justified>.active>a:focus,
.price_wrapper .nav-tabs-justified>.active>a:hover {
border: 1px solid #ddd
}
@media (min-width:768px) {
.price_wrapper .nav-tabs-justified>li>a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0
}
.price_wrapper .nav-tabs-justified>.active>a,
.price_wrapper .nav-tabs-justified>.active>a:focus,
.price_wrapper .nav-tabs-justified>.active>a:hover {
border-bottom-color: #fff
}
}
.price_wrapper .tab-content1>.tab-pane {
display: none
}
.with_tab .tab-content1>.active {
display: flex;
flex-wrap: wrap;
}
.price_wrapper .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0
}
@media (min-width:768px) {
.price_wrapper .navbar-header {
float: left
}
}
.price_wrapper .navbar-collapse {
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}
.price_wrapper .navbar-collapse.in {
overflow-y: auto
}
@media (min-width:768px) {
.price_wrapper .navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.price_wrapper .navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important
}
.price_wrapper .navbar-collapse.in {
overflow-y: visible
}
.price_wrapper .navbar-fixed-bottom .navbar-collapse,
.price_wrapper .navbar-fixed-top .navbar-collapse,
.price_wrapper .navbar-static-top .navbar-collapse {
padding-right: 0;
padding-left: 0
}
}
.price_wrapper .navbar-fixed-bottom .navbar-collapse,
.price_wrapper .navbar-fixed-top .navbar-collapse {
max-height: 340px
}
@media (max-device-width:480px) and (orientation:landscape) {
.price_wrapper .navbar-fixed-bottom .navbar-collapse,
.price_wrapper .navbar-fixed-top .navbar-collapse {
max-height: 200px
}
}
.price_wrapper .container-fluid>.navbar-collapse,
.price_wrapper .container-fluid>.navbar-header,
.price_wrapper .container>.navbar-collapse,
.price_wrapper .container>.navbar-header {
margin-right: -15px;
margin-left: -15px
}
@media (min-width:768px) {
.price_wrapper .container-fluid>.navbar-collapse,
.price_wrapper .container-fluid>.navbar-header,
.price_wrapper .container>.navbar-collapse,
.price_wrapper .container>.navbar-header {
margin-right: 0;
margin-left: 0
}
}
.price_wrapper .navbar-static-top {
z-index: 1000;
border-width: 0 0 1px
}
@media (min-width:768px) {
.price_wrapper .navbar-static-top {
border-radius: 0
}
}
.price_wrapper .navbar-fixed-bottom,
.price_wrapper .navbar-fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 1030
}
@media (min-width:768px) {
.price_wrapper .navbar-fixed-bottom,
.price_wrapper .navbar-fixed-top {
border-radius: 0
}
}
.price_wrapper .navbar-fixed-top {
top: 0;
border-width: 0 0 1px
}
.price_wrapper .navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0
}
.price_wrapper .navbar-brand:focus,
.price_wrapper .navbar-brand:hover {
text-decoration: none
}
.price_wrapper .navbar-brand>img {
display: block
}
.price_wrapper .navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px
}
.price_wrapper .navbar-toggle:focus {
outline: 0
}
.price_wrapper .navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px
}
.price_wrapper .navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px
}
@media (min-width:768px) {
.price_wrapper .navbar-toggle {
display: none
}
}
.price_wrapper .navbar-nav {
margin: 7.5px -15px
}
.price_wrapper .navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px
}
@media (max-width:767px) {
.price_wrapper .navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.price_wrapper .navbar-nav .open .dropdown-menu .dropdown-header,
.price_wrapper .navbar-nav .open .dropdown-menu>li>a {
padding: 5px 15px 5px 25px
}
.price_wrapper .navbar-nav .open .dropdown-menu>li>a {
line-height: 20px
}
.price_wrapper .navbar-nav .open .dropdown-menu>li>a:focus,
.price_wrapper .navbar-nav .open .dropdown-menu>li>a:hover {
background-image: none
}
}
@media (min-width:768px) {
.price_wrapper .navbar-nav {
float: left;
margin: 0
}
.price_wrapper .navbar-nav>li {
float: left
}
.price_wrapper .navbar-nav>li>a {
padding-top: 15px;
padding-bottom: 15px
}
}
.price_wrapper .navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}
@media (min-width:768px) {
.price_wrapper .navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle
}
.price_wrapper .navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.price_wrapper .navbar-form .form-control-static {
display: inline-block
}
.price_wrapper .navbar-form .input-group {
display: inline-table;
vertical-align: middle
}
.price_wrapper .navbar-form .input-group .form-control,
.price_wrapper .navbar-form .input-group .input-group-addon,
.price_wrapper .navbar-form .input-group .input-group-btn {
width: auto
}
.price_wrapper .navbar-form .input-group>.form-control {
width: 100%
}
.price_wrapper .navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle
}
.price_wrapper .navbar-form .checkbox,
.price_wrapper .navbar-form .radio {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle
}
.price_wrapper .navbar-form .checkbox label,
.price_wrapper .navbar-form .radio label {
padding-left: 0
}
.price_wrapper .navbar-form .checkbox input[type=checkbox],
.price_wrapper .navbar-form .radio input[type=radio] {
position: relative;
margin-left: 0
}
.price_wrapper .navbar-form .has-feedback .form-control-feedback {
top: 0
}
}
@media (max-width:767px) {
.price_wrapper .navbar-form .form-group {
margin-bottom: 5px
}
.price_wrapper .navbar-form .form-group:last-child {
margin-bottom: 0
}
}
@media (min-width:768px) {
.price_wrapper .navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none
}
}
.price_wrapper .navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.price_wrapper .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.price_wrapper .navbar-btn {
margin-top: 8px;
margin-bottom: 8px
}
.price_wrapper .navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px
}
.price_wrapper .navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px
}
.price_wrapper .navbar-text {
margin-top: 15px;
margin-bottom: 15px
}
@media (min-width:768px) {
.price_wrapper .navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px
}
}
@media (min-width:768px) {
.price_wrapper .navbar-left {
float: left !important
}
.price_wrapper .navbar-right {
float: right !important;
margin-right: -15px
}
.price_wrapper .navbar-right~.navbar-right {
margin-right: 0
}
}
.price_wrapper .navbar-default .navbar-text {
color: #777
}
.price_wrapper .navbar-default .navbar-nav>li>a {
color: #777
}
.price_wrapper .navbar-default .navbar-nav>li>a:focus,
.price_wrapper .navbar-default .navbar-nav>li>a:hover {
color: #333;
background-color: transparent
}
.price_wrapper .navbar-default .navbar-nav>.active>a,
.price_wrapper .navbar-default .navbar-nav>.active>a:focus,
.price_wrapper .navbar-default .navbar-nav>.active>a:hover {
color: #555;
background-color: #e7e7e7
}
.price_wrapper .navbar-default .navbar-nav>.disabled>a,
.price_wrapper .navbar-default .navbar-nav>.disabled>a:focus,
.price_wrapper .navbar-default .navbar-nav>.disabled>a:hover {
color: #ccc;
background-color: transparent
}
.price_wrapper .navbar-default .navbar-toggle {
border-color: #ddd
}
.price_wrapper .navbar-default .navbar-toggle:focus,
.price_wrapper .navbar-default .navbar-toggle:hover {
background-color: #ddd
}
.price_wrapper .navbar-default .navbar-toggle .icon-bar {
background-color: #888
}
.price_wrapper .navbar-default .navbar-collapse,
.price_wrapper .navbar-default .navbar-form {
border-color: #e7e7e7
}
.price_wrapper .navbar-default .navbar-nav>.open>a,
.price_wrapper .navbar-default .navbar-nav>.open>a:focus,
.price_wrapper .navbar-default .navbar-nav>.open>a:hover {
color: #555;
background-color: #e7e7e7
}
@media (max-width:767px) {
.price_wrapper .navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #777
}
.price_wrapper .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.price_wrapper .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
color: #333;
background-color: transparent
}
.price_wrapper .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.price_wrapper .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.price_wrapper .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
color: #555;
background-color: #e7e7e7
}
.price_wrapper .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
.price_wrapper .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
.price_wrapper .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color: #ccc;
background-color: transparent
}
}
.price_wrapper .navbar-default .navbar-link {
color: #777
}
.price_wrapper .navbar-default .navbar-link:hover {
color: #333
}
.price_wrapper .navbar-default .btn-link {
color: #777
}
.price_wrapper .navbar-default .btn-link:focus,
.price_wrapper .navbar-default .btn-link:hover {
color: #333
}
.price_wrapper .navbar-default .btn-link[disabled]:focus,
.price_wrapper .navbar-default .btn-link[disabled]:hover,
.price_wrapper fieldset[disabled] .navbar-default .btn-link:focus,
.price_wrapper fieldset[disabled] .navbar-default .btn-link:hover {
color: #ccc
}
.price_wrapper .navbar-inverse {
background-color: #222;
border-color: #080808
}
.price_wrapper .navbar-inverse .navbar-brand {
color: #9d9d9d
}
.price_wrapper .navbar-inverse .navbar-brand:focus,
.price_wrapper .navbar-inverse .navbar-brand:hover {
color: #fff;
background-color: transparent
}
.price_wrapper .navbar-inverse .navbar-text {
color: #9d9d9d
}
.price_wrapper .navbar-inverse .navbar-nav>li>a {
color: #9d9d9d
}
.price_wrapper .navbar-inverse .navbar-nav>li>a:focus,
.price_wrapper .navbar-inverse .navbar-nav>li>a:hover {
color: #fff;
background-color: transparent
}
.price_wrapper .navbar-inverse .navbar-nav>.active>a,
.price_wrapper .navbar-inverse .navbar-nav>.active>a:focus,
.price_wrapper .navbar-inverse .navbar-nav>.active>a:hover {
color: #fff;
background-color: #080808
}
.price_wrapper .navbar-inverse .navbar-nav>.disabled>a,
.price_wrapper .navbar-inverse .navbar-nav>.disabled>a:focus,
.price_wrapper .navbar-inverse .navbar-nav>.disabled>a:hover {
color: #444;
background-color: transparent
}
.price_wrapper .navbar-inverse .navbar-toggle {
border-color: #333
}
.price_wrapper .navbar-inverse .navbar-toggle:focus,
.price_wrapper .navbar-inverse .navbar-toggle:hover {
background-color: #333
}
.price_wrapper .navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff
}
.price_wrapper .navbar-inverse .navbar-collapse,
.price_wrapper .navbar-inverse .navbar-form {
border-color: #101010
}
.price_wrapper .navbar-inverse .navbar-nav>.open>a,
.price_wrapper .navbar-inverse .navbar-nav>.open>a:focus,
.price_wrapper .navbar-inverse .navbar-nav>.open>a:hover {
color: #fff;
background-color: #080808
}
@media (max-width:767px) {
.price_wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
border-color: #080808
}
.price_wrapper .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808
}
.price_wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color: #9d9d9d
}
.price_wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
.price_wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
color: #fff;
background-color: transparent
}
.price_wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
.price_wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
.price_wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
color: #fff;
background-color: #080808
}
.price_wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
.price_wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
.price_wrapper .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color: #444;
background-color: transparent
}
}
.price_wrapper .navbar-inverse .navbar-link {
color: #9d9d9d
}
.price_wrapper .navbar-inverse .navbar-link:hover {
color: #fff
}
.price_wrapper .navbar-inverse .btn-link {
color: #9d9d9d
}
.price_wrapper .navbar-inverse .btn-link:focus,
.price_wrapper .navbar-inverse .btn-link:hover {
color: #fff
}
.price_wrapper .navbar-inverse .btn-link[disabled]:focus,
.price_wrapper .navbar-inverse .btn-link[disabled]:hover,
.price_wrapper fieldset[disabled] .navbar-inverse .btn-link:focus,
.price_wrapper fieldset[disabled] .navbar-inverse .btn-link:hover {
color: #444
}
.price_wrapper .breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px
}
.price_wrapper .breadcrumb>li {
display: inline-block
}
.price_wrapper .breadcrumb>li+li:before {
padding: 0 5px;
color: #ccc;
content: "/\00a0"
}
.price_wrapper .breadcrumb>.active {
color: #777
}
.price_wrapper .pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px
}
.price_wrapper .pagination>li {
display: inline
}
.price_wrapper .pagination>li>a,
.price_wrapper .pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd
}
.price_wrapper .pagination>li:first-child>a,
.price_wrapper .pagination>li:first-child>span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px
}
.price_wrapper .pagination>li:last-child>a,
.price_wrapper .pagination>li:last-child>span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.price_wrapper .pagination>li>a:focus,
.price_wrapper .pagination>li>a:hover,
.price_wrapper .pagination>li>span:focus,
.price_wrapper .pagination>li>span:hover {
z-index: 3;
color: #23527c;
background-color: #eee;
border-color: #ddd
}
.price_wrapper .pagination>.active>a,
.price_wrapper .pagination>.active>a:focus,
.price_wrapper .pagination>.active>a:hover,
.price_wrapper .pagination>.active>span,
.price_wrapper .pagination>.active>span:focus,
.price_wrapper .pagination>.active>span:hover {
z-index: 2;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7
}
.price_wrapper .pagination>.disabled>a,
.price_wrapper .pagination>.disabled>a:focus,
.price_wrapper .pagination>.disabled>a:hover,
.price_wrapper .pagination>.disabled>span,
.price_wrapper .pagination>.disabled>span:focus,
.price_wrapper .pagination>.disabled>span:hover {
color: #777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd
}
.price_wrapper .pagination-lg>li>a,
.price_wrapper .pagination-lg>li>span {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333
}
.price_wrapper .pagination-lg>li:first-child>a,
.price_wrapper .pagination-lg>li:first-child>span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px
}
.price_wrapper .pagination-lg>li:last-child>a,
.price_wrapper .pagination-lg>li:last-child>span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px
}
.price_wrapper .pagination-sm>li>a,
.price_wrapper .pagination-sm>li>span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5
}
.price_wrapper .pagination-sm>li:first-child>a,
.price_wrapper .pagination-sm>li:first-child>span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px
}
.price_wrapper .pagination-sm>li:last-child>a,
.price_wrapper .pagination-sm>li:last-child>span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px
}
.price_wrapper .pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none
}
.price_wrapper .pager li {
display: inline
}
.price_wrapper .pager li>a,
.price_wrapper .pager li>span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px
}
.price_wrapper .pager li>a:focus,
.price_wrapper .pager li>a:hover {
text-decoration: none;
background-color: #eee
}
.price_wrapper .pager .next>a,
.price_wrapper .pager .next>span {
float: right
}
.price_wrapper .pager .previous>a,
.price_wrapper .pager .previous>span {
float: left
}
.price_wrapper .pager .disabled>a,
.price_wrapper .pager .disabled>a:focus,
.price_wrapper .pager .disabled>a:hover,
.price_wrapper .pager .disabled>span {
color: #777;
cursor: not-allowed;
background-color: #fff
}
.price_wrapper .label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em
}
.price_wrapper a.label:focus,
.price_wrapper a.label:hover {
color: #fff;
text-decoration: none;
cursor: pointer
}
.price_wrapper .label:empty {
display: none
}
.price_wrapper .btn .label {
position: relative;
top: -1px
}
.price_wrapper .label-default {
background-color: #777
}
.price_wrapper .label-default[href]:focus,
.price_wrapper .label-default[href]:hover {
background-color: #5e5e5e
}
.price_wrapper .label-primary {
background-color: #337ab7
}
.price_wrapper .label-primary[href]:focus,
.price_wrapper .label-primary[href]:hover {
background-color: #286090
}
.price_wrapper .label-success {
background-color: #5cb85c
}
.price_wrapper .label-success[href]:focus,
.price_wrapper .label-success[href]:hover {
background-color: #449d44
}
.price_wrapper .label-info {
background-color: #5bc0de
}
.price_wrapper .label-info[href]:focus,
.price_wrapper .label-info[href]:hover {
background-color: #31b0d5
}
.price_wrapper .label-warning {
background-color: #f0ad4e
}
.price_wrapper .label-warning[href]:focus,
.price_wrapper .label-warning[href]:hover {
background-color: #ec971f
}
.price_wrapper .label-danger {
background-color: #d9534f
}
.price_wrapper .label-danger[href]:focus,
.price_wrapper .label-danger[href]:hover {
background-color: #c9302c
}
.price_wrapper .badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #777;
border-radius: 10px
}
.price_wrapper .badge:empty {
display: none
}
.price_wrapper .btn .badge {
position: relative;
top: -1px
}
.price_wrapper .btn-group-xs>.btn .badge,
.price_wrapper .btn-xs .badge {
top: 0;
padding: 1px 5px
}
.price_wrapper a.badge:focus,
.price_wrapper a.badge:hover {
color: #fff;
text-decoration: none;
cursor: pointer
}
.price_wrapper .list-group-item.active>.badge,
.price_wrapper .nav-pills>.active>a>.badge {
color: #337ab7;
background-color: #fff
}
.price_wrapper .list-group-item>.badge {
float: right
}
.price_wrapper .list-group-item>.badge+.badge {
margin-right: 5px
}
.price_wrapper .nav-pills>li>a>.badge {
margin-left: 3px
}
.price_wrapper .jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eee
}
.price_wrapper .jumbotron .h1,
.price_wrapper .jumbotron h1 {
color: inherit
}
.price_wrapper .jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200
}
.price_wrapper .jumbotron>hr {
border-top-color: #d5d5d5
}
.price_wrapper .container .jumbotron,
.price_wrapper .container-fluid .jumbotron {
border-radius: 6px
}
.price_wrapper .jumbotron .container {
max-width: 100%
}
@media screen and (min-width:768px) {
.price_wrapper .jumbotron {
padding-top: 48px;
padding-bottom: 48px
}
.price_wrapper .container .jumbotron,
.price_wrapper .container-fluid .jumbotron {
padding-right: 60px;
padding-left: 60px
}
.price_wrapper .jumbotron .h1,
.price_wrapper .jumbotron h1 {
font-size: 63px
}
}
.price_wrapper .thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out
}
.price_wrapper .thumbnail a>img,
.price_wrapper .thumbnail>img {
margin-right: auto;
margin-left: auto
}
.price_wrapper a.thumbnail.active,
.price_wrapper a.thumbnail:focus,
.price_wrapper a.thumbnail:hover {
border-color: #337ab7
}
.price_wrapper .thumbnail .caption {
padding: 9px;
color: #333
}
.price_wrapper .alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px
}
.price_wrapper .alert h4 {
margin-top: 0;
color: inherit
}
.price_wrapper .alert .alert-link {
font-weight: 700
}
.price_wrapper .alert>p,
.price_wrapper .alert>ul {
margin-bottom: 0
}
.price_wrapper .alert>p+p {
margin-top: 5px
}
.price_wrapper .alert-dismissable,
.price_wrapper .alert-dismissible {
padding-right: 35px
}
.price_wrapper .alert-dismissable .close,
.price_wrapper .alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit
}
.price_wrapper .alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6
}
.price_wrapper .alert-success hr {
border-top-color: #c9e2b3
}
.price_wrapper .alert-success .alert-link {
color: #2b542c
}
.price_wrapper .alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1
}
.price_wrapper .alert-info hr {
border-top-color: #a6e1ec
}
.price_wrapper .alert-info .alert-link {
color: #245269
}
.price_wrapper .alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc
}
.price_wrapper .alert-warning hr {
border-top-color: #f7e1b5
}
.price_wrapper .alert-warning .alert-link {
color: #66512c
}
.price_wrapper .alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1
}
.price_wrapper .alert-danger hr {
border-top-color: #e4b9c0
}
.price_wrapper .alert-danger .alert-link {
color: #843534
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0
}
to {
background-position: 0 0
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0
}
to {
background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0
}
to {
background-position: 0 0
}
}
.price_wrapper .progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
.price_wrapper .progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease
}
.price_wrapper .progress-bar-striped,
.price_wrapper .progress-striped .progress-bar {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px
}
.price_wrapper .progress-bar.active,
.price_wrapper .progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite
}
.price_wrapper .progress-bar-success {
background-color: #5cb85c
}
.price_wrapper .progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.price_wrapper .progress-bar-info {
background-color: #5bc0de
}
.price_wrapper .progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.price_wrapper .progress-bar-warning {
background-color: #f0ad4e
}
.price_wrapper .progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.price_wrapper .progress-bar-danger {
background-color: #d9534f
}
.price_wrapper .progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.price_wrapper .media {
margin-top: 15px
}
.price_wrapper .media:first-child {
margin-top: 0
}
.price_wrapper .media,
.price_wrapper .media-body {
overflow: hidden;
zoom: 1
}
.price_wrapper .media-body {
width: 10000px
}
.price_wrapper .media-object {
display: block
}
.price_wrapper .media-object.img-thumbnail {
max-width: none
}
.price_wrapper .media-right,
.price_wrapper .media>.pull-right {
padding-left: 10px
}
.price_wrapper .media-left,
.price_wrapper .media>.df-spl-pull-left {
padding-right: 10px
}
.price_wrapper .media-body,
.price_wrapper .media-left,
.price_wrapper .media-right {
display: table-cell;
vertical-align: top
}
.price_wrapper .media-middle {
vertical-align: middle
}
.price_wrapper .media-bottom {
vertical-align: bottom
}
.price_wrapper .media-heading {
margin-top: 0;
margin-bottom: 5px
}
.price_wrapper .media-list {
padding-left: 0;
list-style: none
}
.price_wrapper .list-group {
padding-left: 0;
margin-bottom: 20px
}
.price_wrapper .list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd
}
.price_wrapper .list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px
}
.price_wrapper .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px
}
.price_wrapper a.list-group-item,
.price_wrapper button.list-group-item {
color: #555
}
.price_wrapper a.list-group-item .list-group-item-heading,
.price_wrapper button.list-group-item .list-group-item-heading {
color: #333
}
.price_wrapper a.list-group-item:focus,
.price_wrapper a.list-group-item:hover,
.price_wrapper button.list-group-item:focus,
.price_wrapper button.list-group-item:hover {
color: #555;
text-decoration: none;
background-color: #f5f5f5
}
.price_wrapper button.list-group-item {
width: 100%;
text-align: left
}
.price_wrapper .list-group-item.disabled,
.price_wrapper .list-group-item.disabled:focus,
.price_wrapper .list-group-item.disabled:hover {
color: #777;
cursor: not-allowed;
background-color: #eee
}
.price_wrapper .list-group-item.disabled .list-group-item-heading,
.price_wrapper .list-group-item.disabled:focus .list-group-item-heading,
.price_wrapper .list-group-item.disabled:hover .list-group-item-heading {
color: inherit
}
.price_wrapper .list-group-item.disabled .list-group-item-text,
.price_wrapper .list-group-item.disabled:focus .list-group-item-text,
.price_wrapper .list-group-item.disabled:hover .list-group-item-text {
color: #777
}
.price_wrapper .list-group-item.active,
.price_wrapper .list-group-item.active:focus,
.price_wrapper .list-group-item.active:hover {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7
}
.price_wrapper .list-group-item.active .list-group-item-heading,
.price_wrapper .list-group-item.active .list-group-item-heading>.small,
.price_wrapper .list-group-item.active .list-group-item-heading>small,
.price_wrapper .list-group-item.active:focus .list-group-item-heading,
.price_wrapper .list-group-item.active:focus .list-group-item-heading>.small,
.price_wrapper .list-group-item.active:focus .list-group-item-heading>small,
.price_wrapper .list-group-item.active:hover .list-group-item-heading,
.price_wrapper .list-group-item.active:hover .list-group-item-heading>.small,
.price_wrapper .list-group-item.active:hover .list-group-item-heading>small {
color: inherit
}
.price_wrapper .list-group-item.active .list-group-item-text,
.price_wrapper .list-group-item.active:focus .list-group-item-text,
.price_wrapper .list-group-item.active:hover .list-group-item-text {
color: #c7ddef
}
.price_wrapper .list-group-item-success {
color: #3c763d;
background-color: #dff0d8
}
.price_wrapper a.list-group-item-success,
.price_wrapper button.list-group-item-success {
color: #3c763d
}
.price_wrapper a.list-group-item-success .list-group-item-heading,
.price_wrapper button.list-group-item-success .list-group-item-heading {
color: inherit
}
.price_wrapper a.list-group-item-success:focus,
.price_wrapper a.list-group-item-success:hover,
.price_wrapper button.list-group-item-success:focus,
.price_wrapper button.list-group-item-success:hover {
color: #3c763d;
background-color: #d0e9c6
}
.price_wrapper a.list-group-item-success.active,
.price_wrapper a.list-group-item-success.active:focus,
.price_wrapper a.list-group-item-success.active:hover,
.price_wrapper button.list-group-item-success.active,
.price_wrapper button.list-group-item-success.active:focus,
.price_wrapper button.list-group-item-success.active:hover {
color: #fff;
background-color: #3c763d;
border-color: #3c763d
}
.price_wrapper .list-group-item-info {
color: #31708f;
background-color: #d9edf7
}
.price_wrapper a.list-group-item-info,
.price_wrapper button.list-group-item-info {
color: #31708f
}
.price_wrapper a.list-group-item-info .list-group-item-heading,
.price_wrapper button.list-group-item-info .list-group-item-heading {
color: inherit
}
.price_wrapper a.list-group-item-info:focus,
.price_wrapper a.list-group-item-info:hover,
.price_wrapper button.list-group-item-info:focus,
.price_wrapper button.list-group-item-info:hover {
color: #31708f;
background-color: #c4e3f3
}
.price_wrapper a.list-group-item-info.active,
.price_wrapper a.list-group-item-info.active:focus,
.price_wrapper a.list-group-item-info.active:hover,
.price_wrapper button.list-group-item-info.active,
.price_wrapper button.list-group-item-info.active:focus,
.price_wrapper button.list-group-item-info.active:hover {
color: #fff;
background-color: #31708f;
border-color: #31708f
}
.price_wrapper .list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3
}
.price_wrapper a.list-group-item-warning,
.price_wrapper button.list-group-item-warning {
color: #8a6d3b
}
.price_wrapper a.list-group-item-warning .list-group-item-heading,
.price_wrapper button.list-group-item-warning .list-group-item-heading {
color: inherit
}
.price_wrapper a.list-group-item-warning:focus,
.price_wrapper a.list-group-item-warning:hover,
.price_wrapper button.list-group-item-warning:focus,
.price_wrapper button.list-group-item-warning:hover {
color: #8a6d3b;
background-color: #faf2cc
}
.price_wrapper a.list-group-item-warning.active,
.price_wrapper a.list-group-item-warning.active:focus,
.price_wrapper a.list-group-item-warning.active:hover,
.price_wrapper button.list-group-item-warning.active,
.price_wrapper button.list-group-item-warning.active:focus,
.price_wrapper button.list-group-item-warning.active:hover {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b
}
.price_wrapper .list-group-item-danger {
color: #a94442;
background-color: #f2dede
}
.price_wrapper a.list-group-item-danger,
.price_wrapper button.list-group-item-danger {
color: #a94442
}
.price_wrapper a.list-group-item-danger .list-group-item-heading,
.price_wrapper button.list-group-item-danger .list-group-item-heading {
color: inherit
}
.price_wrapper a.list-group-item-danger:focus,
.price_wrapper a.list-group-item-danger:hover,
.price_wrapper button.list-group-item-danger:focus,
.price_wrapper button.list-group-item-danger:hover {
color: #a94442;
background-color: #ebcccc
}
.price_wrapper a.list-group-item-danger.active,
.price_wrapper a.list-group-item-danger.active:focus,
.price_wrapper a.list-group-item-danger.active:hover,
.price_wrapper button.list-group-item-danger.active,
.price_wrapper button.list-group-item-danger.active:focus,
.price_wrapper button.list-group-item-danger.active:hover {
color: #fff;
background-color: #a94442;
border-color: #a94442
}
.price_wrapper .list-group-item-heading {
margin-top: 0;
margin-bottom: 5px
}
.price_wrapper .list-group-item-text {
margin-bottom: 0;
line-height: 1.3
}
.price_wrapper .panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.price_wrapper .panel-body {
padding: 15px
}
.price_wrapper .panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px
}
.price_wrapper .panel-heading>.dropdown .dropdown-toggle {
color: inherit
}
.price_wrapper .panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit
}
.price_wrapper .panel-title>.small,
.price_wrapper .panel-title>.small>a,
.price_wrapper .panel-title>a,
.price_wrapper .panel-title>small,
.price_wrapper .panel-title>small>a {
color: inherit
}
.price_wrapper .panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.price_wrapper .panel>.list-group,
.price_wrapper .panel>.panel-collapse>.list-group {
margin-bottom: 0
}
.price_wrapper .panel>.list-group .list-group-item,
.price_wrapper .panel>.panel-collapse>.list-group .list-group-item {
border-width: 1px 0;
border-radius: 0
}
.price_wrapper .panel>.list-group:first-child .list-group-item:first-child,
.price_wrapper .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px
}
.price_wrapper .panel>.list-group:last-child .list-group-item:last-child,
.price_wrapper .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.price_wrapper .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.price_wrapper .panel-heading+.list-group .list-group-item:first-child {
border-top-width: 0
}
.price_wrapper .list-group+.panel-footer {
border-top-width: 0
}
.price_wrapper .panel>.panel-collapse>.table,
.price_wrapper .panel>.table,
.price_wrapper .panel>.table-responsive>.table {
margin-bottom: 0
}
.price_wrapper .panel>.panel-collapse>.table caption,
.price_wrapper .panel>.table caption,
.price_wrapper .panel>.table-responsive>.table caption {
padding-right: 15px;
padding-left: 15px
}
.price_wrapper .panel>.table-responsive:first-child>.table:first-child,
.price_wrapper .panel>.table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px
}
.price_wrapper .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.price_wrapper .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.price_wrapper .panel>.table:first-child>tbody:first-child>tr:first-child,
.price_wrapper .panel>.table:first-child>thead:first-child>tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px
}
.price_wrapper .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.price_wrapper .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.price_wrapper .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.price_wrapper .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.price_wrapper .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.price_wrapper .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.price_wrapper .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.price_wrapper .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
border-top-left-radius: 3px
}
.price_wrapper .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.price_wrapper .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.price_wrapper .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.price_wrapper .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.price_wrapper .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.price_wrapper .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.price_wrapper .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.price_wrapper .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
border-top-right-radius: 3px
}
.price_wrapper .panel>.table-responsive:last-child>.table:last-child,
.price_wrapper .panel>.table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.price_wrapper .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.price_wrapper .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.price_wrapper .panel>.table:last-child>tbody:last-child>tr:last-child,
.price_wrapper .panel>.table:last-child>tfoot:last-child>tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.price_wrapper .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.price_wrapper .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.price_wrapper .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.price_wrapper .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.price_wrapper .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.price_wrapper .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.price_wrapper .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.price_wrapper .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
border-bottom-left-radius: 3px
}
.price_wrapper .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.price_wrapper .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.price_wrapper .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.price_wrapper .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.price_wrapper .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.price_wrapper .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
border-bottom-right-radius: 3px
}
.price_wrapper .panel>.panel-body+.table,
.price_wrapper .panel>.panel-body+.table-responsive,
.price_wrapper .panel>.table+.panel-body,
.price_wrapper .panel>.table-responsive+.panel-body {
border-top: 1px solid #ddd
}
.price_wrapper .panel>.table>tbody:first-child>tr:first-child td,
.price_wrapper .panel>.table>tbody:first-child>tr:first-child th {
border-top: 0
}
.price_wrapper .panel>.table-bordered,
.price_wrapper .panel>.table-responsive>.table-bordered {
border: 0
}
.price_wrapper .panel>.table-bordered>tbody>tr>td:first-child,
.price_wrapper .panel>.table-bordered>tbody>tr>th:first-child,
.price_wrapper .panel>.table-bordered>tfoot>tr>td:first-child,
.price_wrapper .panel>.table-bordered>tfoot>tr>th:first-child,
.price_wrapper .panel>.table-bordered>thead>tr>td:first-child,
.price_wrapper .panel>.table-bordered>thead>tr>th:first-child,
.price_wrapper .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.price_wrapper .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.price_wrapper .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.price_wrapper .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.price_wrapper .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.price_wrapper .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
border-left: 0
}
.price_wrapper .panel>.table-bordered>tbody>tr>td:last-child,
.price_wrapper .panel>.table-bordered>tbody>tr>th:last-child,
.price_wrapper .panel>.table-bordered>tfoot>tr>td:last-child,
.price_wrapper .panel>.table-bordered>tfoot>tr>th:last-child,
.price_wrapper .panel>.table-bordered>thead>tr>td:last-child,
.price_wrapper .panel>.table-bordered>thead>tr>th:last-child,
.price_wrapper .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.price_wrapper .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.price_wrapper .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.price_wrapper .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.price_wrapper .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.price_wrapper .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
border-right: 0
}
.price_wrapper .panel>.table-bordered>tbody>tr:first-child>td,
.price_wrapper .panel>.table-bordered>tbody>tr:first-child>th,
.price_wrapper .panel>.table-bordered>thead>tr:first-child>td,
.price_wrapper .panel>.table-bordered>thead>tr:first-child>th,
.price_wrapper .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.price_wrapper .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.price_wrapper .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.price_wrapper .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
border-bottom: 0
}
.price_wrapper .panel>.table-bordered>tbody>tr:last-child>td,
.price_wrapper .panel>.table-bordered>tbody>tr:last-child>th,
.price_wrapper .panel>.table-bordered>tfoot>tr:last-child>td,
.price_wrapper .panel>.table-bordered>tfoot>tr:last-child>th,
.price_wrapper .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.price_wrapper .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.price_wrapper .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.price_wrapper .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
border-bottom: 0
}
.price_wrapper .panel>.table-responsive {
margin-bottom: 0;
border: 0
}
.price_wrapper .panel-group {
margin-bottom: 20px
}
.price_wrapper .panel-group .panel {
margin-bottom: 0;
border-radius: 4px
}
.price_wrapper .panel-group .panel+.panel {
margin-top: 5px
}
.price_wrapper .panel-group .panel-heading {
border-bottom: 0
}
.price_wrapper .panel-group .panel-heading+.panel-collapse>.list-group,
.price_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 1px solid #ddd
}
.price_wrapper .panel-group .panel-footer {
border-top: 0
}
.price_wrapper .panel-group .panel-footer+.panel-collapse .panel-body {
border-bottom: 1px solid #ddd
}
.price_wrapper .panel-default {
border-color: #ddd
}
.price_wrapper .panel-default>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd
}
.price_wrapper .panel-default>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #ddd
}
.price_wrapper .panel-default>.panel-heading .badge {
color: #f5f5f5;
background-color: #333
}
.price_wrapper .panel-default>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #ddd
}
.price_wrapper .panel-primary {
border-color: #337ab7
}
.price_wrapper .panel-primary>.panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7
}
.price_wrapper .panel-primary>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #337ab7
}
.price_wrapper .panel-primary>.panel-heading .badge {
color: #337ab7;
background-color: #fff
}
.price_wrapper .panel-primary>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #337ab7
}
.price_wrapper .panel-success {
border-color: #d6e9c6
}
.price_wrapper .panel-success>.panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6
}
.price_wrapper .panel-success>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #d6e9c6
}
.price_wrapper .panel-success>.panel-heading .badge {
color: #dff0d8;
background-color: #3c763d
}
.price_wrapper .panel-success>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #d6e9c6
}
.price_wrapper .panel-info {
border-color: #bce8f1
}
.price_wrapper .panel-info>.panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1
}
.price_wrapper .panel-info>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #bce8f1
}
.price_wrapper .panel-info>.panel-heading .badge {
color: #d9edf7;
background-color: #31708f
}
.price_wrapper .panel-info>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #bce8f1
}
.price_wrapper .panel-warning {
border-color: #faebcc
}
.price_wrapper .panel-warning>.panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc
}
.price_wrapper .panel-warning>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #faebcc
}
.price_wrapper .panel-warning>.panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b
}
.price_wrapper .panel-warning>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #faebcc
}
.price_wrapper .panel-danger {
border-color: #ebccd1
}
.price_wrapper .panel-danger>.panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1
}
.price_wrapper .panel-danger>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #ebccd1
}
.price_wrapper .panel-danger>.panel-heading .badge {
color: #f2dede;
background-color: #a94442
}
.price_wrapper .panel-danger>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #ebccd1
}
.price_wrapper .embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden
}
.price_wrapper .embed-responsive .embed-responsive-item,
.price_wrapper .embed-responsive embed,
.price_wrapper .embed-responsive iframe,
.price_wrapper .embed-responsive object,
.price_wrapper .embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0
}
.price_wrapper .embed-responsive-16by9 {
padding-bottom: 56.25%
}
.price_wrapper .embed-responsive-4by3 {
padding-bottom: 75%
}
.price_wrapper .well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.price_wrapper .well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, .15)
}
.price_wrapper .well-lg {
padding: 24px;
border-radius: 6px
}
.price_wrapper .well-sm {
padding: 9px;
border-radius: 3px
}
.price_wrapper .close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .8
}
.price_wrapper .close:focus,
.price_wrapper .close:hover {
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: 1
}
.price_wrapper button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
color: #d63638;
position: absolute;
right: -15px;
top: -10px;
width: 25px;
border-radius: 15px;
border: 2px solid #d63638;
}
.price_wrapper .modal-open {
overflow: hidden
}
.price_wrapper .modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
background-color: hsl(0deg 0% 0% / 80%);
-webkit-overflow-scrolling: touch;
outline: 0
}
.price_wrapper .modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%)
}
.price_wrapper .modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0)
}
.price_wrapper .modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.price_wrapper .modal-dialog {
position: relative;
width: auto;
margin: 10px
}
.price_wrapper .scc-modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.mw-400 {
max-width: 400px;
}
.price_wrapper .modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000
}
.price_wrapper .modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0
}
.price_wrapper .modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5
}
.price_wrapper .modal-header {
min-height: 16.43px;
padding: 15px;
border-bottom: 1px solid #e5e5e5
}
.price_wrapper .modal-title {
margin: 0;
line-height: 1.42857143
}
.price_wrapper .modal-body {
position: relative;
padding: 15px
}
.price_wrapper .modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5
}
.price_wrapper .modal-footer .btn+.btn {
margin-bottom: 0;
margin-left: 5px
}
.price_wrapper .modal-footer .btn-group .btn+.btn {
margin-left: -1px
}
.price_wrapper .modal-footer .btn-block+.btn-block {
margin-left: 0
}
.price_wrapper .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:768px) {
.price_wrapper .modal-dialog {
width: 100%;
margin: auto;
}
.price_wrapper .scc-modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}
.price_wrapper .modal-sm {
width: 300px
}
}
@media (min-width:992px) {
.price_wrapper .modal-lg {
width: 900px
}
}
.price_wrapper .tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
filter: alpha(opacity=0);
opacity: 0;
line-break: auto
}
.price_wrapper .tooltip.in {
filter: alpha(opacity=90);
opacity: .9
}
.price_wrapper .tooltip.top {
padding: 5px 0;
margin-top: -3px
}
.price_wrapper .tooltip.right {
padding: 0 5px;
margin-left: 3px
}
.price_wrapper .tooltip.bottom {
padding: 5px 0;
margin-top: 3px
}
.price_wrapper .tooltip.left {
padding: 0 5px;
margin-left: -3px
}
.price_wrapper .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px
}
.price_wrapper .tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid
}
.price_wrapper .tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000
}
.price_wrapper .tooltip.top-left .tooltip-arrow {
right: 5px;
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000
}
.price_wrapper .tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000
}
.price_wrapper .tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000
}
.price_wrapper .tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000
}
.price_wrapper .tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000
}
.price_wrapper .tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000
}
.price_wrapper .tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000
}
.price_wrapper .popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
line-break: auto
}
.price_wrapper .popover.top {
margin-top: -10px
}
.price_wrapper .popover.right {
margin-left: 10px
}
.price_wrapper .popover.bottom {
margin-top: 10px
}
.price_wrapper .popover.left {
margin-left: -10px
}
.price_wrapper .popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0
}
.price_wrapper .popover-content {
padding: 9px 14px
}
.price_wrapper .popover>.arrow,
.price_wrapper .popover>.arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid
}
.price_wrapper .popover>.arrow {
border-width: 11px
}
.price_wrapper .popover>.arrow:after {
content: "";
border-width: 10px
}
.price_wrapper .popover.top>.arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0
}
.price_wrapper .popover.top>.arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0
}
.price_wrapper .popover.right>.arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0
}
.price_wrapper .popover.right>.arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0
}
.price_wrapper .popover.bottom>.arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25)
}
.price_wrapper .popover.bottom>.arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff
}
.price_wrapper .popover.left>.arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, .25)
}
.price_wrapper .popover.left>.arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff
}
.price_wrapper .carousel {
position: relative
}
.price_wrapper .carousel-inner {
position: relative;
width: 100%;
overflow: hidden
}
.price_wrapper .carousel-inner>.item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left
}
.price_wrapper .carousel-inner>.item>a>img,
.price_wrapper .carousel-inner>.item>img {
line-height: 1
}
@media all and (transform-3d),
(-webkit-transform-3d) {
.price_wrapper .carousel-inner>.item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px
}
.price_wrapper .carousel-inner>.item.active.right,
.price_wrapper .carousel-inner>.item.next {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.price_wrapper .carousel-inner>.item.active.left,
.price_wrapper .carousel-inner>.item.prev {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.price_wrapper .carousel-inner>.item.active,
.price_wrapper .carousel-inner>.item.next.left,
.price_wrapper .carousel-inner>.item.prev.right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.price_wrapper .carousel-inner>.active,
.price_wrapper .carousel-inner>.next,
.price_wrapper .carousel-inner>.prev {
display: block
}
.price_wrapper .carousel-inner>.active {
left: 0
}
.price_wrapper .carousel-inner>.next,
.price_wrapper .carousel-inner>.prev {
position: absolute;
top: 0;
width: 100%
}
.price_wrapper .carousel-inner>.next {
left: 100%
}
.price_wrapper .carousel-inner>.prev {
left: -100%
}
.price_wrapper .carousel-inner>.next.left,
.price_wrapper .carousel-inner>.prev.right {
left: 0
}
.price_wrapper .carousel-inner>.active.left {
left: -100%
}
.price_wrapper .carousel-inner>.active.right {
left: 100%
}
.price_wrapper .carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
filter: alpha(opacity=50);
opacity: .5
}
.price_wrapper .carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x
}
.price_wrapper .carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x
}
.price_wrapper .carousel-control:focus,
.price_wrapper .carousel-control:hover {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9
}
.price_wrapper .carousel-control .glyphicon-chevron-left,
.price_wrapper .carousel-control .glyphicon-chevron-right,
.price_wrapper .carousel-control .icon-next,
.carousel-control .icon-prev {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px
}
.price_wrapper .carousel-control .glyphicon-chevron-left,
.price_wrapper .carousel-control .icon-prev {
left: 50%;
margin-left: -10px
}
.price_wrapper .carousel-control .glyphicon-chevron-right,
.price_wrapper .carousel-control .icon-next {
right: 50%;
margin-right: -10px
}
.price_wrapper .carousel-control .icon-next,
.price_wrapper .carousel-control .icon-prev {
width: 20px;
height: 20px;
font-family: serif;
line-height: 1
}
.price_wrapper .carousel-control .icon-prev:before {
content: '\2039'
}
.price_wrapper .carousel-control .icon-next:before {
content: '\203a'
}
.price_wrapper .carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none
}
.price_wrapper .carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px
}
.price_wrapper .carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff
}
.price_wrapper .carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.price_wrapper .carousel-caption .btn {
text-shadow: none
}
@media screen and (min-width:768px) {
.price_wrapper .carousel-control .glyphicon-chevron-left,
.price_wrapper .carousel-control .glyphicon-chevron-right,
.price_wrapper .carousel-control .icon-next,
.price_wrapper .carousel-control .icon-prev {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px
}
.price_wrapper .carousel-control .glyphicon-chevron-left,
.price_wrapper .carousel-control .icon-prev {
margin-left: -15px
}
.price_wrapper .carousel-control .glyphicon-chevron-right,
.price_wrapper .carousel-control .icon-next {
margin-right: -15px
}
.price_wrapper .carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px
}
.price_wrapper .carousel-indicators {
bottom: 20px
}
}
.price_wrapper .btn-group-vertical>.btn-group:after,
.price_wrapper .btn-group-vertical>.btn-group:before,
.price_wrapper .btn-toolbar:after,
.price_wrapper .btn-toolbar:before,
.price_wrapper .clearfix:after,
.price_wrapper .clearfix:before,
.price_wrapper .container-fluid:after,
.price_wrapper .container-fluid:before,
.price_wrapper .dl-horizontal dd:after,
.price_wrapper .dl-horizontal dd:before,
.price_wrapper .form-horizontal .form-group:after,
.price_wrapper .form-horizontal .form-group:before,
.price_wrapper .modal-footer:after,
.price_wrapper .modal-footer:before,
.price_wrapper .nav:after,
.price_wrapper .nav:before,
.price_wrapper .navbar-collapse:after,
.price_wrapper .navbar-collapse:before,
.price_wrapper .navbar-header:after,
.price_wrapper .navbar-header:before,
.price_wrapper .navbar:after,
.price_wrapper .navbar:before,
.price_wrapper .pager:after,
.price_wrapper .pager:before,
.price_wrapper .panel-body:after,
.price_wrapper .panel-body:before,
.price_wrapper .df-spl-row:after,
.df-spl-row:before {
display: table;
content: " "
}
.price_wrapper .btn-group-vertical>.btn-group:after,
.price_wrapper .btn-toolbar:after,
.price_wrapper .clearfix:after,
.price_wrapper .container-fluid:after,
.price_wrapper .container:after,
.price_wrapper .dl-horizontal dd:after,
.price_wrapper .form-horizontal .form-group:after,
.price_wrapper .modal-footer:after,
.price_wrapper .nav:after,
.price_wrapper .navbar-collapse:after,
.price_wrapper .navbar-header:after,
.price_wrapper .navbar:after,
.price_wrapper .pager:after,
.price_wrapper .panel-body:after,
.price_wrapper .df-spl-row:after {
clear: both
}
.price_wrapper .center-block {
display: block;
margin-right: auto;
margin-left: auto
}
.price_wrapper .pull-right {
float: right !important
}
.price_wrapper .df-spl-pull-left {
float: left !important;
margin-top: .5em;
}
.price_wrapper .hide {
display: none !important
}
.price_wrapper .show {
display: block !important
}
.price_wrapper .invisible {
visibility: hidden
}
.price_wrapper .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.price_wrapper .hidden {
display: none !important
}
.price_wrapper .affix {
position: fixed
}
@-ms-viewport {
width: device-width
}
.price_wrapper .visible-lg,
.price_wrapper .visible-md,
.price_wrapper .visible-sm,
.price_wrapper .visible-xs {
display: none !important
}
.price_wrapper .visible-lg-block,
.price_wrapper .visible-lg-inline,
.price_wrapper .visible-lg-inline-block,
.price_wrapper .visible-md-block,
.price_wrapper .visible-md-inline,
.price_wrapper .visible-md-inline-block,
.price_wrapper .visible-sm-block,
.price_wrapper .visible-sm-inline,
.price_wrapper .visible-sm-inline-block,
.price_wrapper .visible-xs-block,
.price_wrapper .visible-xs-inline,
.price_wrapper .visible-xs-inline-block {
display: none !important
}
.price_wrapper .navbar-collapse.collapse > ul > li:hover .dropdown-menu {
display: block;
}
.price_wrapper .navbar-collapse.collapse > ul > li ul.dropdown-menu li {
margin-bottom: 0;
}
.price_wrapper .navbar-collapse.collapse > ul > li ul.dropdown-menu li a {
text-decoration: none;
padding: 11px 5px;
}
.price_wrapper .navbar-collapse.collapse > ul > li ul.dropdown-menu {
padding: 0;
}
@media (max-width:767px) {
.price_wrapper .visible-xs {
display: block !important
}
.price_wrapper table.visible-xs {
display: table !important
}
.price_wrapper tr.visible-xs {
display: table-row !important
}
.price_wrapper td.visible-xs,
.price_wrapper th.visible-xs {
display: table-cell !important
}
}
@media (max-width:767px) {
.price_wrapper .visible-xs-block {
display: block !important
}
}
@media (max-width:767px) {
.price_wrapper .visible-xs-inline {
display: inline !important
}
}
@media (max-width:767px) {
.price_wrapper .visible-xs-inline-block {
display: inline-block !important
}
}
@media (min-width:768px) and (max-width:991px) {
.price_wrapper .visible-sm {
display: block !important
}
.price_wrapper table.visible-sm {
display: table !important
}
.price_wrapper tr.visible-sm {
display: table-row !important
}
.price_wrapper td.visible-sm,
.price_wrapper th.visible-sm {
display: table-cell !important
}
}
@media (min-width:768px) and (max-width:991px) {
.price_wrapper .visible-sm-block {
display: block !important
}
}
@media (min-width:768px) and (max-width:991px) {
.price_wrapper .visible-sm-inline {
display: inline !important
}
}
@media (min-width:768px) and (max-width:991px) {
.price_wrapper .visible-sm-inline-block {
display: inline-block !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.price_wrapper .visible-md {
display: block !important
}
.price_wrapper table.visible-md {
display: table !important
}
.price_wrapper tr.visible-md {
display: table-row !important
}
.price_wrapper td.visible-md,
.price_wrapper th.visible-md {
display: table-cell !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.price_wrapper .visible-md-block {
display: block !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.price_wrapper .visible-md-inline {
display: inline !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.price_wrapper .visible-md-inline-block {
display: inline-block !important
}
}
@media (min-width:1200px) {
.price_wrapper .visible-lg {
display: block !important
}
.price_wrapper table.visible-lg {
display: table !important
}
.price_wrapper tr.visible-lg {
display: table-row !important
}
.price_wrapper td.visible-lg,
.price_wrapper th.visible-lg {
display: table-cell !important
}
}
@media (min-width:1200px) {
.price_wrapper .visible-lg-block {
display: block !important
}
}
@media (min-width:1200px) {
.price_wrapper .visible-lg-inline {
display: inline !important
}
}
@media (min-width:1200px) {
.price_wrapper .visible-lg-inline-block {
display: inline-block !important
}
}
@media (max-width:767px) {
.price_wrapper .hidden-xs {
display: none !important
}
}
@media (min-width:768px) and (max-width:991px) {
.price_wrapper .hidden-sm {
display: none !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.price_wrapper .hidden-md {
display: none !important
}
}
@media (min-width:1200px) {
.price_wrapper .hidden-lg {
display: none !important
}
}
.price_wrapper .visible-print {
display: none !important
}
@media print {
.price_wrapper .visible-print {
display: block !important
}
.price_wrapper table.visible-print {
display: table !important
}
.price_wrapper tr.visible-print {
display: table-row !important
}
.price_wrapper td.visible-print,
.price_wrapper th.visible-print {
display: table-cell !important
}
}
.price_wrapper .visible-print-block {
display: none !important
}
@media print {
.price_wrapper .visible-print-block {
display: block !important
}
}
.price_wrapper .visible-print-inline {
display: none !important
}
@media print {
.price_wrapper .visible-print-inline {
display: inline !important
}
}
.price_wrapper .visible-print-inline-block {
display: none !important
}
@media print {
.price_wrapper .visible-print-inline-block {
display: inline-block !important
}
}
@media print {
.price_wrapper .hidden-print {
display: none !important
}
}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-brands-400.eot);src:url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-regular-400.eot);src:url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-solid-900.eot);src:url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.beautesublimeeparval.fr/wp-content/plugins/stylish-price-list/assets/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}.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}.wp-gr{--rev-gap:4px;--rev-padding:4px}.wp-gr .wp-google-badge{display:inline-block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)!important}.wp-gr .wp-google-badge-fixed{position:fixed!important;right:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)!important}.wp-gr .wp-google-badge_left-fixed{position:fixed!important;left:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important}.wp-gr .wp-google-badge *{cursor:pointer!important}.wp-gr .wp-google-border{width:100%!important;height:6px!important;background:#4fce6a!important;border-radius:2px 2px 0 0!important}.wp-gr .wp-google-badge-btn{position:relative!important;padding:10px!important;background:#fff!important;transition:all .2s ease-in-out!important;border-radius:2px!important}.wp-gr .wp-google-badge-btn:hover{background:#f3f3f5!important}.wp-gr .wp-google-badge-score{display:inline-block;margin:0 0 0 4px!important;vertical-align:middle!important}.wp-gr .wp-google-rating{color:var(--star-color,#fb8e28)!important;font-size:21px!important;font-weight:600!important;margin:0 6px 0 0!important;vertical-align:middle!important}.wp-gr .wp-google-stars .wp-star{padding:0 3px 0 0!important;line-height:normal!important}.wp-gr .wp-google-based,.wp-gr .wp-google-powered{color:var(--head-based-color,#555)!important;margin:6px 0 0!important}.wp-gr .wp-google-powered{color:var(--powered-color,#777)!important;font-size:15px!important}.wp-gr .wp-google-powered>span{font-weight:600!important}.wp-gr .wp-google-form .wp-google-reviews{padding:16px 16px 0!important}.wp-gr .wp-google-review{margin-top:15px!important}.wp-gr .wp-google-left{display:table-cell!important;vertical-align:top!important}[dir="ltr"] .wp-google-left{padding-right:10px!important}[dir="rtl"] .wp-google-left{padding-left:10px!important}.wp-gr .wp-google-left img{border:none!important;float:left!important;height:46px!important;width:46px!important;margin-right:10px!important;overflow:hidden!important;border-radius:50%!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .wp-google-reviews img{border-radius:50%!important}.wp-gr .wp-google-right{display:table-cell!important;vertical-align:top!important;width:10000px!important}.wp-gr .grw-header.wp-place-center{width:100%!important}.wp-gr .wp-place-center{text-align:center!important}.wp-gr .wp-place-center .wp-google-left{display:block!important}.wp-gr .wp-place-center .wp-google-left img{float:none!important}.wp-gr .wp-star svg{display:inline-block!important}.wp-gr .wp-google-place .wp-star svg{width:20px!important;height:20px!important;vertical-align:middle!important}.wp-gr .wp-star svg{width:18px!important;height:18px!important;vertical-align:middle!important;fill:var(--star-color,#fb8e28)}.wp-gr .wp-google-wrap{display:flex;flex-direction:column;gap:var(--rev-gap)}.wp-gr .wp-google-name{color:var(--name-color,#333)!important;font-size:100%!important;font-weight:bold!important;margin:0 0 2px!important;padding-right:6px!important;text-decoration:none!important}.wp-gr a.wp-google-name{color:#427fed!important;text-decoration:none!important}.wp-gr .wp-google-time{color:#555!important;font-size:13px!important;white-space:nowrap!important}.wp-gr .wp-google-text{color:var(--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}.wp-gr .wp-google-text .wp-google-stars{padding-right:7px!important}.wp-gr .wp-more{display:none}.wp-gr .wp-more-toggle{color:#136aaf!important;cursor:pointer!important;text-decoration:none!important}.wp-gr .wp-google-url{display:block;margin:10px 0!important;color:#136aaf!important;text-align:center!important}.wp-gr .wp-google-form{position:fixed!important;bottom:0!important;right:0!important;height:100%!important;width:368px!important;z-index:2147483000!important}.wp-gr .wp-google-form.wp-google-form-left{left:0!important}@media(max-width:460px){.wp-gr .wp-google-form{width:100%!important}}.wp-gr .wp-google-head{position:absolute!important;top:0!important;right:0!important;width:100%!important;height:80px!important;background:#fff!important;padding:10px 16px!important;overflow:hidden!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.12)!important;z-index:2147483002!important}.wp-gr .wp-google-head-inner{z-index:2147483000!important;position:absolute!important;left:20px!important;top:20px!important;width:100%!important;height:100%!important;pointer-events:none!important}.wp-gr .wp-google-close{padding:0!important;cursor:pointer!important;outline:0!important;border:0!important;background:0 0!important;min-height:0!important;width:auto!important;float:right!important;font-size:32px!important;font-weight:500!important;line-height:.6!important;color:#999!important;-webkit-appearance:none!important}.wp-gr .wp-google-close:hover{color:#555!important}.wp-gr .wp-google-body{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;background:rgba(250,250,251,.98)!important;border-left:1px solid #dadee2!important;box-shadow:0 0 4px 1px rgba(0,0,0,.08)!important;z-index:2147483000!important}.wp-gr .wp-google-content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;overflow-y:auto!important;z-index:2147483001!important;-webkit-transform:translateZ(0)!important}.wp-gr .wp-google-content{top:80px!important;bottom:48px!important}.wp-gr .wp-google-content-inner{position:relative!important;min-height:100%!important;margin:0 auto!important}.wp-gr .wp-google-footer{position:absolute!important;bottom:0!important;right:0!important;width:100%!important;height:48px!important;text-align:center!important;z-index:2147483002!important;background:#fff!important;box-shadow:0 -1px 2px 0 rgba(0,0,0,.06)!important;-moz-text-align-last:center!important;text-align-last:center!important}.wp-gr .wp-google-footer img{float:right!important;padding:16px!important}.wp-gr.wp-dark .wp-google-name{color:#eee!important}.wp-gr.wpac.wp-dark .wp-google-name a{color:var(--head-based-color,#eee)!important}.wp-gr.wp-dark .wp-google-time{color:#bbb!important}.wp-gr.wp-dark .wp-google-text{color:#ececec!important}.wp-gr.wp-dark .wp-google-powered{color:var(--powered-color,#fff)!important}.wp-gr.wp-dark .wp-google-based{color:var(--head-based-color,#999)!important}.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd{background:var(--rev-color,#fafafa)!important}.wp-gr.wpac .wp-google-name{font-size:100%!important}.wp-gr.wpac .wp-google-hide,.wp-gr.wpac .grw-hide{display:none}.wp-gr.wpac .wp-google-name a{color:var(--head-name-color,#333)!important;font-size:100%!important;text-decoration:none!important}.wp-gr.wpac .wp-google-left img{width:46px!important;height:46px!important;border-radius:50%!important}.wp-gr.wpac a.wp-google-name{color:var(--name-color,#154fc1)!important;text-decoration:none!important;white-space:nowrap!important;text-overflow:ellipsis!important}.wp-gr.wpac .wp-google-review .wp-google-stars{display:inline-block;margin-right:4px!important}@media(max-width:480px){.wp-google-badge.wp-google-badge-fixed.wp-google-badge-hide{display:none!important}}@media(max-width:480px){.wp-google-badge.wp-google-badge_left-fixed.wp-google-badge-hide{display:none!important}}.wp-gr{display:block!important;width:100%!important;padding-bottom:20px!important;text-align:left!important;direction:ltr!important;box-sizing:border-box!important}.wp-gr .grw-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}.wp-gr .grw-row-xs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wp-gr .grw-row-xs .grw-header,.wp-gr .grw-row-xs .grw-content,.wp-gr .grw-row-xs .grw-review,.wp-gr .grw-row-x .grw-header+.grw-content .grw-review{--gap:0;--col:1}.wp-gr .grw-row-xl .grw-header+.grw-content{--gap:.2;--col:1.2}.wp-gr .grw-row-l .grw-header+.grw-content{--gap:.25;--col:1.25}.wp-gr .grw-row-m .grw-header+.grw-content{--gap:.333333;--col:1.333333}.wp-gr .grw-row-s .grw-header+.grw-content{--gap:.5;--col:1.5}.wp-gr .grw-row-x .grw-header,.wp-gr .grw-row-x .grw-header+.grw-content,.wp-gr .grw-row-x .grw-review,.wp-gr .grw-row-s .grw-header+.grw-content .grw-review{--gap:1;--col:2}.wp-gr .grw-row-s .grw-header,.wp-gr .grw-row-s .grw-review,.wp-gr .grw-row-m .grw-header+.grw-content .grw-review{--gap:2;--col:3}.wp-gr .grw-row-m .grw-header,.wp-gr .grw-row-m .grw-review,.wp-gr .grw-row-l .grw-review{--gap:3;--col:4}.wp-gr .grw-row-l .grw-header,.wp-gr .grw-row-xl .grw-review{--gap:4;--col:5}.wp-gr .grw-row-xl .grw-header{--gap:5;--col:6}.wp-gr .grw-header,.wp-gr .grw-content{-ms-flex:1 0 calc(100% / var(--col,3))!important;flex:1 0 calc(100% / var(--col,3))!important;width:calc(100% / var(--col,3))!important}.wp-gr .grw-review{-ms-flex:1 0 calc((100% - var(--card-gap,16px)*var(--gap,2)) / var(--col,3))!important;flex:1 0 calc((100% - var(--card-gap,16px)*var(--gap,2)) / var(--col,3))!important;width:calc((100% - var(--card-gap,16px)*var(--gap,2)) / var(--col,3))!important}.wp-gr .grw-content{position:relative!important;min-width:0!important}.wp-gr .grw-content-inner{position:relative!important;display:flex!important;align-items:center!important}.wp-gr .grw-review-inner{display:flex;flex-direction:column;gap:var(--rev-gap);height:100%!important}.wp-gr .grw-header-inner,.wp-gr .grw-review-inner{position:relative!important;padding:15px!important;width:100%!important}.wp-gr .grw-review-inner.grw-round{border-radius:4px!important}.wp-gr .grw-review-inner.grw-shadow{box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .grw-review-inner>svg{position:absolute!important;top:10px!important;right:10px!important;width:18px!important;height:18px!important}.wp-gr .grw-reviews{display:flex!important;display:-ms-flexbox!important;flex:1!important;overflow:hidden!important;scrollbar-width:none}.wp-gr .grw-reviews::-webkit-scrollbar{display:none!important}.wp-gr .grw-review{display:flex;position:relative!important;justify-content:center!important;align-items:center!important;flex-shrink:0!important;width:100%!important;padding:var(--rev-padding)!important}.wp-gr .grw-btns{height:33px!important;width:33px!important;text-align:center!important;cursor:pointer!important;border-radius:50%!important;user-select:none!important}.wp-gr .grw-btns svg path{fill:#aaa;transition:all .2s ease-in-out!important}.wp-gr .grw-btns:hover svg path{fill:#555!important}[dir="rtl"] .wp-gr .grw-next,[dir="rtl"] .wp-gr .grw-prev{transform:rotate(180deg)}.wp-gr .grw-review .wp-google-left{display:block!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;line-height:24px!important}.wp-gr .grw-review .wp-google-stars{margin:8px 0 var(--rev-gap)!important}.wp-gr .grw-review .wp-google-feedback{height:100px!important;overflow-y:auto!important}.wp-gr .grw-scroll::-webkit-scrollbar{width:4px!important}.wp-gr .grw-scroll::-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}.wp-gr .grw-scroll::-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}.wp-gr .grw-scroll::-webkit-scrollbar-thumb:window-inactive{background:#ccc!important}.wp-gr .wp-google-wr{margin:15px auto 8px!important}.wp-gr .wp-google-wr a{color:#fff!important;padding:6px 15px 10px!important;outline:none!important;border-radius:27px!important;background:var(--btn-color,#1f67e7)!important;white-space:nowrap!important;vertical-align:middle!important;opacity:.9!important;text-shadow:1px 1px 0 #888!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;user-select:none!important;transition:all .2s ease-in-out!important}.wp-gr .wp-google-wr a:hover{opacity:.95!important;background:var(--btn-color,#1f67e7)!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 3px 5px rgba(0,0,0,.24)!important}.wp-gr .wp-google-wr a:active{opacity:1!important;background:var(--btn-color,#1f67e7)!important;box-shadow:none!important}.wp-gr .wp-google-wr a svg{display:inline-block;width:16px;height:16px;padding:1px;margin:0 0 0 4px;background:#fff;border-radius:50%}.wp-gr[data-layout="slider"] .grw-reviews{gap:calc(var(--card-gap,16px) - var(--rev-padding));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}.wp-gr[data-layout="slider"] .grw-review{scroll-snap-align:start!important;transform-origin:center center!important;transform:scale(1)!important;transition:transform .5s!important}.wp-gr{--slider-dot-size:8px}.wp-gr .rpi-dots-wrap{position:absolute!important;top:calc(100% - 1px)!important;left:0!important;right:0!important;display:flex!important;justify-content:center!important;margin:0 var(--slider-btn)!important;padding-top:var(--slider-dot-padding-top,16px)!important}.wp-gr .rpi-dots{display:flex!important;gap:12px!important;flex-wrap:nowrap!important;overflow-x:scroll!important;scrollbar-width:none!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important}.wp-gr .rpi-dot{display:inline-block!important;width:var(--slider-dot-size)!important;height:var(--slider-dot-size)!important;margin:1px 0!important;background-color:var(--slider-dot-color,#999)!important;border-radius:20px!important;cursor:pointer!important;opacity:.4!important;vertical-align:middle!important;flex:1 0 auto!important;width:var(--slider-dot-size)!important;transform:scale(0.65)!important;scroll-snap-align:center!important}.wp-gr .rpi-dot:hover{opacity:1!important}.wp-gr .rpi-dot.active{opacity:1!important;transform:scale(1.1)!important;background-color:var(--slider-act-dot-color,#154fc1)!important}.wp-gr .rpi-dot.s2{transform:scale(.9)!important}.wp-gr .rpi-dot.s3{transform:scale(.75)!important}.wp-gr[data-layout="grid"] .grw-reviews{gap:calc(var(--card-gap,16px) - var(--rev-padding));flex-wrap:wrap!important;-ms-flex-wrap:wrap!important}.wp-gr .grw-b{font-weight:bold!important;white-space:nowrap!important}.wp-gr .wp-google-reply{font-size:14px!important;margin-top:auto!important;margin-left:6px!important;padding-left:6px!important;border-left:1px solid #999!important;overflow:hidden!important;overflow-y:auto!important;line-height:20px!important;max-height:44px!important}.wp-gr .wp-google-reply>div{display:flex;gap:4px;align-items:center}.wp-gr .wp-google-reply .wp-google-time{font-size:11px!important;white-space:nowrap!important}.wp-gr .wp-google-img{display:flex;flex-wrap:wrap;gap:8px}.wp-gr .wp-google-img img{display:flex;width:40px!important;height:40px!important;cursor:pointer!important;border-radius:3px!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.rpi-x{position:absolute;top:var(--x-top,6px)!important;right:var(--x-right,8px)!important;display:flex!important;align-items:center;justify-content:center;width:var(--x-width,20px)!important;height:var(--x-height,20px)!important;cursor:pointer;opacity:var(--x-opacity,.65);border-radius:50%;background-color:var(--x-bg,#fafafa);z-index:2147483003}.rpi-x:hover{opacity:1}.rpi-x::before,.rpi-x::after{content:"";position:absolute;display:block;width:var(--x-line-width,12px);height:var(--x-line-height,1px);border-radius:2px;background-color:var(--x-color,#373737)}.rpi-x::before{transform:rotate(45deg)}.rpi-x::after{transform:rotate(-45deg)}.rpi-x.rpi-xa::before{--x-line-width:7px;--x-line-height:7px;top:4px;border-radius:0;border-right:1px solid #373737;border-bottom:1px solid #373737;background-color:transparent}.rpi-x.rpi-xa::after{content:none}.rpi-bubble:after{content:"";position:absolute;top:-8px;left:16px;bottom:auto;border-style:solid;border-width:0 8px 8px;border-color:#fff transparent}.rpi-fade{-webkit-transition:opacity 150ms ease,-webkit-transform 150ms ease;transition:opacity 150ms ease,-webkit-transform 150ms ease;transition:transform 150ms ease,opacity 150ms ease;transition:transform 150ms ease,opacity 150ms ease,-webkit-transform 150ms ease}.rpi-lightbox{--x-top:15px;--x-right:15px;--x-bg:none;--x-color:#ececec;--x-line-width:25px;--x-line-height:3px;--x-opacity:1;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;height:100%;max-width:100%;color:#333;text-align:left;z-index:2147483001;user-select:none;background-color:rgba(0,0,0,0.6);transition:all 300ms ease-out}.rpi-lightbox-inner{width:95%;height:100%;max-width:1200px;max-height:calc(100vh - 160px)}.rpi-lightbox-xxx{container-name:lightbox;container-type:inline-size;position:relative;height:100%;border:0;overflow:hidden;border-radius:4px}.rpi-lightbox-content{position:relative;display:flex;flex-direction:row;justify-content:flex-start;color:#000;height:100%;flex-direction:row;border-radius:4px;background-color:#fff}.rpi-lightbox-media{position:relative;display:flex;justify-content:center;flex:2;align-items:center;width:100%;height:100%;overflow:hidden;padding-bottom:0;background-color:#000}.rpi-lightbox-btn{position:absolute;display:flex;width:30px;height:30px;font-size:36px;line-height:22px;justify-content:center;z-index:1;cursor:pointer;border-radius:50%;background-color:rgba(214,214,214,.7);transition:background 300ms ease-in-out}.rpi-lightbox-btn:hover{background:rgba(225,225,225,1)}.rpi-lightbox-prev{left:8px}.rpi-lightbox-next{right:8px}.rpi-lightbox-prev::before{content:'‹'}.rpi-lightbox-next::before{content:'›'}.rpi-lightbox-media img{position:relative;display:block;width:100%;height:100%;max-width:100%;max-height:100%;opacity:1;object-fit:contain;border-radius:inherit;transition:opacity 300ms ease-in-out}.rpi-lightbox-review{display:flex;flex-direction:column;flex:1;height:100%;font-size:15px;color:#000;padding:0}@container lightbox(width < 480px){.rpi-lightbox-xxx .rpi-lightbox-content{flex-direction:column}}@media(max-width:480px){.rpi-lightbox-xxx .rpi-lightbox-content{flex-direction:column}}@import "https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&display=swap";
:root{
--colorLight: #ffffff;
--colorFont: #787878;
--colorFontLight: #b4b4b4;
--colorBackground: #f2f2f2;
--colorBorder: #dfdfdf;
--colorGrey: #f0f0f0;
--colorDark: #1c1c1c;
--colorFontBlue: #2f367a;
--colorMain: #d02954;
--colorMain2: #7f3c6c;
--colorMain3: #2f6686;
--colorMain4: #669850;
--colorMain5: #d2b069;
--colorMainDarken: #7b1832;
--c-facebook: #3b5998;
--c-twitter: #1da1f2;
--c-youtube: #ff0000;
--c-instagram: #c13584;
--c-pinterest: #bd081c;
--c-linkedin: #0077b5;
--c-github: #333333;
--c-skype: #00aff0;
}
.svg-icon{
line-height: 1;
}
.svg-icon svg{
max-width: 1em;
max-height: 1em;
fill: var(--colorFont);
}
.social-links{
line-height: 1;
}
.social-links a{
display: inline-block;
}
.social-links a svg{
max-width: 14px;
max-height: 14px;
}
.social-links a:hover svg{
fill: var(--colorMain3);
}
.social-links a + a{
margin-left: 13px;
}
a.social-icon{
display: inline-block;
line-height: 1;
text-align: center;
vertical-align: middle;
}
a.social-icon i{
font-size: 12px;
}
a.social-icon.border-icon{
width: 40px;
height: 40px;
align-items: center;
border: 1px solid #989898;
display: flex;
align-items: center;
justify-content: center;
}
a.rounded-icon{
border-radius: 50%;
}
.icon-inline{
display: inline-flex;
align-items: center;
vertical-align: middle;
}
.icon-inline .svg-icon{
margin-right: 10px;
}
.icon-inline .svg-icon:last-child{
margin-right: 0;
}
.icon-inline > strong{
white-space: nowrap;
margin-right: 4px;
}
.entry-footer .icon-inline{
align-items: center;
}
.meta-icons-main .c .icon-inline .svg-icon svg{
fill: #fff;
}
.meta-icons-main2 .icon-inline .svg-icon svg{
fill: var(--colorMain2);
}
.meta-icons-main2 .c2 .icon-inline .svg-icon svg{
fill: #fff;
}
.meta-icons-border .icon-inline .svg-icon svg{
fill: var(--colorBorder);
}
.meta-icons-dark .icon-inline .svg-icon svg{
fill: var(--colorDark);
}
.meta-icons-dark-muted .icon-inline .svg-icon svg{
fill: var(--colorFontBlue);
}
.animation-enabled .animate,
[data-animate*=".column-aside .widget"] .column-aside .widget,
[data-animate*=".footer-widgets .widget"] .footer-widgets .widget,
[data-animate*=".hfeed article.post"].hfeed .post,
[data-animate*=".hfeed .post .post-thumbnail img"].hfeed .post .post-thumbnail img{
visibility: hidden;
}
.animated{
visibility: visible !important;
}
.preloader{
position: fixed;
top: 5px;
right: 0;
z-index: 13000;
opacity: 1;
transition: all .35s ease;
}
.no-js .preloader{
display: none;
}
.preloader.cover{
top: 0;
left: 0;
bottom: 0;
background: rgba(255, 255, 255, .95);
height: 100%;
}
.preloader.cover .preloader_css{
position: absolute;
left: 50%;
top: 50%;
margin: -20px 0 0 -20px;
}
.preloader.loaded{
opacity: 0;
z-index: -1;
}
.preloader.loaded .preloader_css{
opacity: 0;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.preloader_css{
width: 30px;
height: 30px;
margin: 10px;
border: 3px solid #f7f7f7;
border-radius: 50%;
border-top-color: #d02954;
border-top-color: var(--colorMain);
opacity: 1;
transition: opacity .35s ease;
-webkit-animation: spin .5s infinite linear;
animation: spin .5s infinite linear;
}
@-webkit-keyframes spin {
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%{
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin {
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%{
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} html{
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body{
margin: 0;
}
main{
display: block;
}
hr{
box-sizing: content-box;
overflow: visible;
}
pre{
font-family: monospace,monospace;
font-size: 1em;
}
a{
background-color: rgba(0, 0, 0, 0);
}
abbr[title]{
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
b,
strong{
font-weight: 700;
}
code,
kbd,
samp{
font-family: monospace,monospace;
font-size: 1em;
}
small{
font-size: 80%;
}
sub,
sup{
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub{
bottom: -0.25em;
}
sup{
top: -0.5em;
}
img{
border-style: none;
}
button,
input,
optgroup,
select,
textarea{
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input{
overflow: visible;
}
button,
select{
text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit]{
-webkit-appearance: button;
cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner{
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring{
outline: 1px dotted ButtonText;
}
fieldset{
padding: .35em .75em .625em;
}
legend{
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress{
vertical-align: baseline;
}
textarea{
overflow: auto;
}
[type=checkbox],
[type=radio]{
box-sizing: border-box;
padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button{
height: auto;
}
[type=search]{
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type=search]::-webkit-search-decoration{
-webkit-appearance: none;
}
::-webkit-file-upload-button{
-webkit-appearance: button;
font: inherit;
}
details{
display: block;
}
summary{
display: list-item;
}
template{
display: none;
}
[hidden]{
display: none;
}
*{
box-sizing: border-box;
}
:focus{
outline: none !important;
}
html{
scroll-behavior: smooth;
overflow-x: hidden;
width: 100%;
}
html.customize-preview{
scroll-behavior: auto;
}
body{
background-color: #fff;
background-color: var(--colorLight);
text-rendering: optimizeLegibility;
word-break: break-word;
width: 100%;
position: relative;
font-weight: 300;
line-height: 27px;
}
body,
button,
input,
select,
textarea{
color: #787878;
color: var(--colorFont);
font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,segoe ui,fira sans,sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 27px;
}
iframe{
max-width: 100%;
border: none;
}
figure,
img{
margin: 0;
max-width: 100%;
height: auto;
}
figcaption{
font-size: 14px;
line-height: 1.5;
padding: .5em 0;
}
table{
width: 100%;
border-collapse: collapse;
}
td,
th{
padding: .8em;
border: 1px solid var(--colorBorder);
word-break: normal;
text-align: center;
}
@media (max-width: 767px) {
td,
th{
padding-left: .6em;
padding-right: .6em;
}
}
th{
text-align: center;
background-color: rgba(0, 0, 0, 0);
color: var(--colorDarkGrey);
font-weight: bold;
}
.i th{
color: var(--colorLight);
}
a:hover,
a:active,
a:focus{
text-decoration: none !important;
}
code{
padding: 0 .5rem;
font-size: .85rem;
display: inline-block;
background-color: #f2f2f2;
background-color: var(--colorBackground);
}
pre{
margin: 15px 0;
max-width: 100%;
overflow-x: auto;
font-size: .85rem;
padding: 1em;
background-color: #f2f2f2;
background-color: var(--colorBackground);
}
blockquote,
.wp-block-quote{
position: relative;
margin: 0;
padding: 10px 10px 30px 10px;
border: 0;
font-size: 18px;
font-weight: 300;
line-height: 30px;
text-align: center;
font-style: italic;
}
@media (min-width: 768px) {
blockquote,
.wp-block-quote{
margin-left: auto;
margin-right: auto;
}
}
blockquote footer,
.wp-block-quote footer{
font-weight: 600;
font-style: normal;
font-size: 15px;
line-height: 1.4;
text-transform: uppercase;
color: var(--colorMain);
}
blockquote p,
.wp-block-quote p{
margin-bottom: 45px;
width: 100%;
}
blockquote:last-child,
blockquote p:last-child,
.wp-block-quote:last-child,
.wp-block-quote p:last-child{
margin-bottom: 0;
}
blockquote cite,
.wp-block-quote cite{
font-style: normal;
text-transform: none;
font-weight: 300;
color: var(--colorFontLight);
display: block;
width: 100%;
font-size: 16px;
}
blockquote cite strong,
.wp-block-quote cite strong{
text-transform: uppercase;
font-weight: 900;
font-size: 12px;
line-height: 1.2;
margin-top: 10px;
display: block;
width: 100%;
color: var(--colorMain) !important;
}
blockquote cite img,
.wp-block-quote cite img{
max-width: 40px;
border-radius: 50%;
margin-right: .5em;
vertical-align: middle;
}
blockquote.is-style-large,
.wp-block-quote.is-style-large{
padding-left: 0;
padding-right: 0;
}
blockquote.is-style-large::before,
.wp-block-quote.is-style-large::before{
display: none;
}
blockquote.is-style-large p,
.wp-block-quote.is-style-large p{
font-weight: 300;
color: var(--colorDark);
font-style: normal;
margin-bottom: .5em;
}
@media (min-width: 767px) {
blockquote.is-style-large p,
.wp-block-quote.is-style-large p{
font-size: 32px;
}
}
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right{
text-align: right;
justify-content: flex-end;
}
.has-cyan-bluish-gray-background-color blockquote::before,
.has-cyan-bluish-gray-background-color .wp-block-quote::before{
background-color: rgba(0, 0, 0, 0) !important;
}
.single-post blockquote,
.single-post .wp-block-quote{
margin-top: 60px;
margin-bottom: 60px;
}
.wp-block-column .wp-block-quote{
padding-left: 0;
min-height: 0;
}
.wp-block-column .wp-block-quote:before{
position: relative;
line-height: 1;
width: 32px;
height: 32px;
}
cite{
color: var(--colorFontBlue);
font-style: normal;
font-size: 14px;
width: 100%;
}
a{
outline: none;
text-decoration: none;
transition: all .3s linear 0s;
color: #232323;
color: var(--colorDarkGrey);
}
a > img{
opacity: 1;
transition: all .3s linear 0s;
}
a:focus,
a:hover{
text-decoration: underline;
color: #d02954;
color: var(--colorMain);
}
a:focus .svg-icon svg,
a:hover .svg-icon svg{
fill: var(--colorMain);
}
a:focus > img,
a:hover > img{
opacity: .8;
}
ol,
ul,
dd{
padding-left: 20px;
margin: 0 0 2em;
}
dt{
font-weight: bolder;
}
dd{
margin-left: 0;
}
ol li:not([class]):not([role=presentation]),
ul li:not([class]):not([role=presentation]){
padding: .5em 0;
}
ol li:not([class]):not([role=presentation]):last-child,
ul li:not([class]):not([role=presentation]):last-child{
padding-bottom: 0;
}
ol ol,
ol ul,
ul ol,
ul ul{
margin: .4em 0 0;
}
ol.styled,
ul.styled{
padding-left: 0;
list-style: none;
}
ol.bordersul,
ul.bordersul{
border-top: 1px solid var(--colorBorder);
border-bottom: 1px solid var(--colorBorder);
}
ol.bordersli li,
ul.bordersli li{
padding: .5em 0;
}
ol.bordersli li + li,
ul.bordersli li + li{
border-top: 1px solid var(--colorBorder);
}
ol.styled{
color: var(--colorDark);
font-weight: 500;
counter-reset: olc;
}
ol.styled li{
counter-increment: olc;
}
ol.styled li:before{
content: "0" counter(olc) ". ";
color: var(--colorMain);
margin-right: 13px;
}
ul.styled{
color: var(--colorDark);
font-weight: 500;
}
ul.styled li:before{
content: "";
display: inline-block;
width: 1.06em;
height: .65em;
margin-right: 24px;
background: url(//www.beautesublimeeparval.fr/wp-content/themes/makeup/assets/img/arrow-right.svg) no-repeat center/cover;
color: var(--colorMain);
position: relative;
bottom: .05em;
}
nav > ul{
margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
font-weight: 700;
line-height: 1;
word-break: break-word;
margin-top: 1em;
margin-bottom: .7em;
color: var(--colorDarkGrey);
}
h1:first-child:not([class*=mt-]),
h2:first-child:not([class*=mt-]),
h3:first-child:not([class*=mt-]),
h4:first-child:not([class*=mt-]),
h5:first-child:not([class*=mt-]),
h6:first-child:not([class*=mt-]){
margin-top: 0;
}
h1{
font-size: 52px;
}
h2{
font-size: 40px;
}
h3{
font-size: 28px;
}
h4{
font-size: 20px;
}
h5{
font-size: 16px;
}
h6{
font-size: 14px;
}
@media (min-width: 992px) {
h1{
font-size: 60px;
}
h2{
font-size: 45px;
}
h3{
font-size: 35px;
}
h4{
font-size: 24px;
}
}
p{
margin-top: 0;
margin-bottom: 15px;
}
p:last-child:after{
content: "";
display: block;
clear: both;
}
p:last-child{
margin-bottom: 0;
}
address{
margin-bottom: 15px;
}
hr{
border: 0;
height: 1px;
background-color: #dfdfdf;
background-color: var(--colorBorder);
}
.pre-heading{
color: var(--colorMain2);
}
.pre-heading,
.footer_top-pre-heading{
position: relative;
line-height: 1;
font-weight: 300;
z-index: 0;
text-transform: uppercase;
}
.pre-heading .pre-heading-bg-text,
.footer_top-pre-heading .pre-heading-bg-text{
position: absolute;
font-family: "kristi";
color: var(--colorBackground);
top: -60px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
font-style: normal;
font-weight: normal;
font-size: 150px;
line-height: 120px;
min-width: 100%;
z-index: -1;
}
@media (max-width: 767px) {
.pre-heading .pre-heading-bg-text,
.footer_top-pre-heading .pre-heading-bg-text{
top: -30px;
font-size: 80px;
line-height: 70px;
}
}
mark{
color: inherit;
background-color: rgba(0, 0, 0, 0);
}
.special{
font-size: 2em;
text-transform: uppercase;
}
.small{
font-size: .92em;
}
.normal{
font-size: 1em;
}
.big{
font-size: 3em;
}
.huge{
font-size: 4.5em;
}
.main .wp-block-image{
margin-bottom: 0;
}
.main .wp-block-image .alignleft{
margin-right: 2em;
margin-bottom: .8em;
}
.main .wp-block-image .alignright{
left: 2em;
margin-bottom: .8em;
}
.dropdown{
position: relative;
}
.dropdown input[type=checkbox]{
display: none;
}
.dropdown label{
margin-bottom: 0;
}
.dropdown ul:not(.topline-menu){
display: none;
position: absolute;
top: 50px;
left: 0;
padding: 0 !important;
margin: 5px 0 0 !important;
list-style: none;
z-index: 1;
}
.dropdown ul:not(.topline-menu) li{
padding: 0 !important;
}
.dropdown ul:not(.topline-menu) li::before{
display: none;
}
.dropdown ul:not(.topline-menu) li + li{
margin-left: 1px;
}
.dropdown input[type=checkbox]:checked~ul{
display: flex;
}
.form-in-line{
text-align: center;
}
.form-in-line input:not([type=submit]){
width: 100%;
}
@media (min-width: 768px) {
.form-in-line{
text-align: left;
display: flex;
max-width: 660px;
margin: 0 auto;
}
.form-in-line > *:first-child{
flex-grow: 1;
padding-right: 20px;
}
}
.interface-interface-skeleton__body .popover-slot{
position: sticky;
}
.fa-heart-o{
font-family: FontAwesome;
}
.fa-heart-o:before{
content: "";
}
.has-dots-inside .slick-dots li{
width: auto;
height: auto;
}
.has-dots-inside .slick-dots li button{
width: 10px;
height: 10px;
border-radius: 10px;
background-color: var(--colorLight);
border-color: var(--colorLight);
transition: all .3s ease-in-out;
}
.has-dots-inside .slick-dots li button::before{
display: none;
}
.has-dots-inside .slick-dots li button:hover{
border-color: var(--colorMain);
background-color: var(--colorMain);
}
.has-dots-inside .slick-dots li.slick-active button{
background-color: var(--colorMain);
border-color: var(--colorMain);
width: 40px;
height: 10px;
}
.slick-dots li button{
border: 1px solid var(--colorFont);
border-radius: 50%;
background-color: var(--colorFont);
}
.slick-dots li button::before{
color: var(--colorFont) !important;
}
.slick-dots li button:hover{
border-color: var(--colorFontBlue);
background-color: rgba(0, 0, 0, 0);
}
.slick-dots li button:hover::before{
color: var(--colorFontBlue) !important;
}
.slick-dots li.slick-active button{
border-color: var(--colorFontBlue);
background-color: rgba(0, 0, 0, 0);
}
.slick-dots li.slick-active button::before{
color: var(--colorFontBlue) !important;
}
.slick-slider .slick-arrow.slick-prev::before{
content: "";
font-family: "Font Awesome 5 Free";
font-weight: 800;
color: var(--colorDark);
font-size: 1.5rem;
}
.slick-slider .slick-arrow.slick-next::before{
content: "";
font-family: "Font Awesome 5 Free";
font-weight: 800;
color: var(--colorDark);
font-size: 1.5rem;
}
.several-widgets > *{
width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.several-widgets > *:last-child{
padding-bottom: 0 !important;
}
.several-widgets > *:not(:last-child){
margin-bottom: 1em;
}
.gallery-caption{
margin-bottom: 1em;
}
.section-intro .intro-section-text,
.intro-section .intro-section-text{
z-index: 1;
}
.section-intro.image-background img,
.intro-section.image-background img{
width: 100%;
margin-bottom: -1em;
}
@media (min-width: 992px) {
.section-intro.image-background img + .container,
.intro-section.image-background img + .container{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
}
}
.section-intro .intro-top-heading,
.intro-section .intro-top-heading{
font-weight: 400;
margin-bottom: 0;
font-size: 35px;
text-transform: uppercase;
}
@media (min-width: 768px) {
.section-intro .intro-top-heading,
.intro-section .intro-top-heading{
font-size: 50px;
}
}
@media (min-width: 992px) {
.section-intro .intro-top-heading,
.intro-section .intro-top-heading{
font-size: 90px;
}
}
@media (min-width: 1200px) {
.section-intro .intro-top-heading,
.intro-section .intro-top-heading{
font-size: 150px;
}
}
.section-intro .dotted_divider,
.intro-section .dotted_divider{
background-image: -webkit-repeating-radial-gradient(center center, var(--colorLight), var(--colorLight) 2px, transparent 2px, transparent 100%);
background-color: rgba(0, 0, 0, 0);
max-width: 40%;
background-size: 16px 16px;
margin: 4% auto;
height: 4px;
background-position: center;
}
.section-intro.text-right .dotted_divider,
.intro-section.text-right .dotted_divider{
margin-right: 0 !important;
}
.section-intro.text-left .dotted_divider,
.intro-section.text-left .dotted_divider{
margin-left: 0 !important;
}
.section-intro.l .dotted_divider,
.intro-section.l .dotted_divider{
background-image: -webkit-repeating-radial-gradient(center center, var(--colorDarkGrey), var(--colorDarkGrey) 2px, transparent 2px, transparent 100%);
}
.section-intro .intro-heading,
.intro-section .intro-heading{
font-size: 25px;
}
@media (min-width: 1200px) {
.section-intro .intro-heading,
.intro-section .intro-heading{
font-size: 45px;
}
}
@media (min-width: 992px) {
.section-intro .intro-heading,
.intro-section .intro-heading{
font-size: 35px;
}
}
.section-intro .intro-description,
.intro-section .intro-description{
font-weight: 300;
margin-bottom: 2em;
}
.section-intro .theme_button,
.intro-section .theme_button{
margin-top: 1em;
}
.post-adds{
font-size: 14px;
margin: 15px 0 30px;
border-radius: 5px;
}
.post-adds span,
.post-adds a{
display: inline-block;
}
.post-adds .share_buttons{
margin: 0;
padding: 0;
width: 40px;
line-height: 40px;
border-radius: 0;
}
.post-adds .share_buttons i{
font-size: 16px;
position: static;
}
.post-adds .share_buttons:first-child{
border-radius: 5px 0 0 5px;
}
.post-adds .share_button{
border-radius: 2px 0 0 2px;
}
.post-adds .theme_button.like_button,
.post-adds .like_button{
border-right: 1px solid rgba(145, 152, 153, .3) !important;
line-height: 50px;
margin-left: -3px;
text-align: center;
width: 50px;
}
.post-adds .theme_button.like_button i,
.post-adds .like_button i{
font-size: 16px;
position: static;
}
.post-adds .theme_button.like_button:hover,
.post-adds .like_button:hover{
color: var(--colorFontBlue);
}
.post-adds .item-likes,
.post-adds .views-count,
.post-adds .comments-link{
font-weight: 500;
padding-left: 5px;
padding-right: 5px;
}
.post-adds .views-count{
padding: 0 10px;
border-radius: 0 5px 5px 0;
color: var(--colorLight);
}
.post-adds .comments-link{
line-height: 50px;
padding: 0 15px;
}
.blog-feed .post-adds .comments-link{
display: none;
}
@media (min-width: 992px) {
.post-adds{
font-size: 14px;
}
.post-adds .theme_button{
width: 50px;
line-height: 50px;
}
.post-adds .item-likes,
.post-adds .views-count,
.post-adds .comments-link{
padding-left: 20px;
padding-right: 20px;
}
.post-adds .views-count{
padding: 0 30px;
}
}
.post-adds .dropdown-menu{
margin: 5px 0 0;
padding: 0;
border: none;
background-color: rgba(0, 0, 0, 0);
}
.dropdown-menu{
border: 2px solid #19bcdb;
border-radius: 0;
box-shadow: none;
font-size: 14px;
margin-top: 0;
padding-left: 0;
padding-right: 0;
z-index: 1001;
}
.dropdown-menu{
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
}
.color2{
color: var(--colorMain2);
}
fieldset{
border-color: #dfdfdf;
border-color: var(--colorBorder);
border-width: 1px;
border-style: solid;
}
input,
label,
select,
button,
textarea{
font-size: 18px;
margin: 0;
border: 0;
padding: 0;
display: inline-block;
vertical-align: middle;
white-space: normal;
background: none;
}
label{
cursor: pointer;
font-weight: 400;
margin-bottom: .75em;
color: var(--colorDarkGrey);
}
.i label{
color: var(--colorLight);
}
button:focus,
input:focus,
textarea:focus{
outline: 0;
}
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea,
select{
height: 70px;
border: none;
background-color: var(--colorBackground);
border-radius: 0;
color: var(--colorDarkGrey);
padding-left: 30px;
padding-right: 30px;
padding-top: 23px;
padding-bottom: 23px;
font-size: 18px;
font-weight: 400;
width: 100%;
}
.wpcf7-spinner{
display: none;
}
textarea.form-control{
height: auto;
max-width: 100%;
min-width: 100%;
}
input.form-control{
max-width: 100%;
min-width: 100%;
}
.widget_mc4wp_form_widget [type*=email]{
width: 100%;
padding-right: 60px;
}
.wp-block-group.c input[type=date],
.wp-block-group.c input[type=datetime],
.wp-block-group.c input[type=datetime-local],
.wp-block-group.c input[type=email],
.wp-block-group.c input[type=month],
.wp-block-group.c input[type=number],
.wp-block-group.c input[type=password],
.wp-block-group.c input[type=search],
.wp-block-group.c input[type=tel],
.wp-block-group.c input[type=text],
.wp-block-group.c input[type=time],
.wp-block-group.c input[type=url],
.wp-block-group.c input[type=week],
.wp-block-group.c textarea{
background-color: var(--colorLight);
}
input[type=number]{
padding-right: 0;
}
input[type=checkbox],
input[type=radio]{
width: 13px;
height: 13px;
margin-right: .25em;
}
input[type=checkbox]{
display: none;
}
input[type=checkbox]+label,
input[type=checkbox]+.wpcf7-list-item-label{
padding-left: 0;
}
input[type=checkbox]+label:before,
input[type=checkbox]+.wpcf7-list-item-label:before{
content: "";
display: inline-block;
vertical-align: middle;
margin: 0 10px 4px 0;
text-align: center;
width: 1.1em;
height: 1.1em;
line-height: 1em;
font-size: 1em;
border: 1px solid var(--colorDarkGrey);
background-color: rgba(0, 0, 0, 0);
border-radius: 0;
font-family: "FontAwesome";
}
input[type=checkbox]:checked+label:before,
input[type=checkbox]:checked+.wpcf7-list-item-label:before{
content: "";
color: var(--colorMain);
}
input[type=search]{
-webkit-appearance: textfield;
}
::-webkit-search-decoration{
display: none;
}
.theme_buttons a,
.theme_button,
.wc-proceed-to-checkout .checkout-button,
.buttons a,
button,
input[type=submit]{
width: auto;
font-size: 14px;
font-weight: 700;
padding: 18px 30px;
text-transform: uppercase;
margin-bottom: 4px;
line-height: 1;
display: inline-block;
min-width: 8.5em;
text-align: center;
color: var(--colorLight);
border: none;
background-color: var(--colorDarkGrey);
border-radius: 1px;
position: relative;
transition: all .4s linear 0s;
}
.theme_buttons a:active,
.theme_buttons a:hover,
.theme_buttons a:focus,
.theme_button:active,
.theme_button:hover,
.theme_button:focus,
.wc-proceed-to-checkout .checkout-button:active,
.wc-proceed-to-checkout .checkout-button:hover,
.wc-proceed-to-checkout .checkout-button:focus,
.buttons a:active,
.buttons a:hover,
.buttons a:focus,
button:active,
button:hover,
button:focus,
input[type=submit]:active,
input[type=submit]:hover,
input[type=submit]:focus{
color: var(--colorLight);
background-color: #3d3d3d;
box-shadow: 2px 0 10px rgba(0, 0, 0, .4);
}
.theme_button.color1{
background-color: var(--colorMain) !important;
}
.theme_button.color1:hover,
.theme_button.color1:focus,
.theme_button.color1:active{
background-color: rgba(var(--colorMainRGB), 0.8) !important;
}
.theme_button.color2{
background-color: var(--colorMain2) !important;
}
.theme_button.color2:hover,
.theme_button.color2:focus,
.theme_button.color2:active{
background-color: rgba(var(--colorMain2RGB), 0.8) !important;
}
.theme_button.color3{
background-color: var(--colorMain3) !important;
}
.theme_button.color3:hover,
.theme_button.color3:focus,
.theme_button.color3:active{
background-color: rgba(var(--colorMain3RGB), 0.8) !important;
}
.theme_button.color4{
background-color: var(--colorMain4) !important;
}
.theme_button.color4:hover,
.theme_button.color4:focus,
.theme_button.color4:active{
background-color: rgba(var(--colorMain4RGB), 0.8) !important;
}
.theme_button.color5{
background-color: var(--colorMain5) !important;
}
.theme_button.color5:hover,
.theme_button.color5:focus,
.theme_button.color5:active{
background-color: rgba(var(--colorMain5RGB), 0.8) !important;
}
.theme_buttons.color3 a,
.theme_button.color3{
background-color: var(--colorMain3);
}
.theme_buttons.color3 a:hover,
.theme_buttons.color3 a:focus,
.theme_buttons.color3 a:active,
.theme_button.color3:hover,
.theme_button.color3:focus,
.theme_button.color3:active{
background-color: var(--colorMain3);
color: var(--colorLight);
}
.theme_buttons.color4 a,
.theme_button.color4{
background-color: var(--colorMain4);
}
.theme_buttons.color4 a:hover,
.theme_buttons.color4 a:focus,
.theme_buttons.color4 a:active,
.theme_button.color4:hover,
.theme_button.color4:focus,
.theme_button.color4:active{
background-color: var(--colorMain4);
color: var(--colorLight);
}
.theme_buttons.color5 a,
.theme_button.color5{
background-color: var(--colorMain5);
}
.theme_buttons.color5 a:hover,
.theme_buttons.color5 a:focus,
.theme_buttons.color5 a:active,
.theme_button.color5:hover,
.theme_button.color5:focus,
.theme_button.color5:active{
background-color: var(--colorMain5);
color: var(--colorLight);
}
.theme_buttons a:active,
.theme_buttons a:hover,
.theme_buttons a:focus,
.wc-proceed-to-checkout .checkout-button:hover{
color: var(--colorLight);
opacity: 1;
text-decoration: none;
outline: none;
transition: all .05s linear 0s;
}
.theme_buttons a:active,
.theme_button:active{
top: 1px;
}
.muted_buttons a,
.muted_button{
opacity: .2;
}
.small_buttons a,
.small_button{
padding: 3px 5px 2px;
min-width: auto;
}
.square_buttons a,
.square_button{
padding-left: 10px;
padding-right: 10px;
min-width: auto;
}
.wide_buttons a,
.wide_button{
padding-right: 55px;
padding-left: 55px;
}
a.inactive{
pointer-events: none;
}
.block_buttons a,
.block_button{
display: block;
width: 100%;
text-align: center;
}
.min_width_button{
min-width: 170px;
}
.no_bg_button{
background-color: rgba(0, 0, 0, 0) !important;
border-color: rgba(0, 0, 0, 0);
}
.no_bg_button.color1{
color: var(--colorMain);
}
.no_bg_button.color2{
color: var(--colorMain2);
}
.no_bg_button[class*=color]:hover,
.no_bg_button[class*=color]:focus,
.no_bg_button[class*=color]:active{
color: var(--colorDarkGrey);
}
h1>[class*=rt-icon],
h2>[class*=rt-icon],
h3>[class*=rt-icon],
h4>[class*=rt-icon],
h5>[class*=rt-icon],
h6>[class*=rt-icon]{
position: relative;
top: .08em;
padding-right: .1em;
}
p>[class*=rt-icon]{
font-size: 1.1em;
position: relative;
top: .1em;
line-height: 0;
padding: 0 .2em;
}
p>[class*=rt-icon]+[class*=rt-icon]{
margin-left: -0.75em;
}
.theme_buttons a>[class*=rt-icon],
.theme_button>[class*=rt-icon]{
font-size: 1.8em;
line-height: 0;
position: relative;
top: 5px;
padding: 0 3px;
}
.theme_buttons a>[class*=glyphicon],
.theme_buttons a>[class*=fa-],
.theme_button>[class*=glyphicon],
.theme_button>[class*=fa-]{
font-size: 1.5em;
position: relative;
top: 3px;
line-height: 0;
}
.form-inline [type=submit],
.form-inline .btn,
.form-inline .theme_button{
margin-bottom: 0;
}
.btn-group-lg > .btn,
.btn-lg{
padding: 16px 16px;
}
.btn-group-sm > .btn,
.btn-sm{
padding: 5px 10px;
}
.btn-group-xs > .btn,
.btn-xs{
padding: 1px 5px;
}
.read-more,
.more-link{
font-weight: 700;
}
.is-style-squared .wp-block-button__link{
border-radius: 0 !important;
}
.just-link .premium-button::before{
background-image: none !important;
}
#footer-top [type=submit]{
font-size: 14px;
font-weight: 700;
padding: 18px 30px;
text-transform: uppercase;
margin-bottom: 4px;
line-height: 1;
display: inline-block;
min-width: 8.5em;
text-align: center;
color: var(--colorLight);
border: none;
background-color: var(--colorDarkGrey);
border-radius: 1px;
position: relative;
transition: all .4s linear 0s;
border-color: var(--colorMain) !important;
}
#footer-top [type=submit]:active,
#footer-top [type=submit]:hover,
#footer-top [type=submit]:focus{
color: var(--colorLight);
background-color: #3d3d3d;
box-shadow: 2px 0 10px rgba(0, 0, 0, .4);
}
#footer-top [type=submit]:hover{
background-color: var(--colorMain) !important;
line-height: 9 !important;
}
.b-fs-9 [type=reset],
.b-fs-9 [type=button],
.b-fs-9 [type=submit],
.b-fs-9 .wp-block-button__link{
font-size: 9px;
}
.b-fs-10 [type=reset],
.b-fs-10 [type=button],
.b-fs-10 [type=submit],
.b-fs-10 .wp-block-button__link{
font-size: 10px;
}
.b-fs-11 [type=reset],
.b-fs-11 [type=button],
.b-fs-11 [type=submit],
.b-fs-11 .wp-block-button__link{
font-size: 11px;
}
.b-fs-12 [type=reset],
.b-fs-12 [type=button],
.b-fs-12 [type=submit],
.b-fs-12 .wp-block-button__link{
font-size: 12px;
}
.b-fs-13 [type=reset],
.b-fs-13 [type=button],
.b-fs-13 [type=submit],
.b-fs-13 .wp-block-button__link{
font-size: 13px;
}
.b-fs-14 [type=reset],
.b-fs-14 [type=button],
.b-fs-14 [type=submit],
.b-fs-14 .wp-block-button__link{
font-size: 14px;
}
.b-fs-15 [type=reset],
.b-fs-15 [type=button],
.b-fs-15 [type=submit],
.b-fs-15 .wp-block-button__link{
font-size: 15px;
}
.b-fs-16 [type=reset],
.b-fs-16 [type=button],
.b-fs-16 [type=submit],
.b-fs-16 .wp-block-button__link{
font-size: 16px;
}
.b-fs-17 [type=reset],
.b-fs-17 [type=button],
.b-fs-17 [type=submit],
.b-fs-17 .wp-block-button__link{
font-size: 17px;
}
.b-fs-18 [type=reset],
.b-fs-18 [type=button],
.b-fs-18 [type=submit],
.b-fs-18 .wp-block-button__link{
font-size: 18px;
}
.b-fs-19 [type=reset],
.b-fs-19 [type=button],
.b-fs-19 [type=submit],
.b-fs-19 .wp-block-button__link{
font-size: 19px;
}
.b-fs-20 [type=reset],
.b-fs-20 [type=button],
.b-fs-20 [type=submit],
.b-fs-20 .wp-block-button__link{
font-size: 20px;
}
.b-fs-21 [type=reset],
.b-fs-21 [type=button],
.b-fs-21 [type=submit],
.b-fs-21 .wp-block-button__link{
font-size: 21px;
}
.b-fs-22 [type=reset],
.b-fs-22 [type=button],
.b-fs-22 [type=submit],
.b-fs-22 .wp-block-button__link{
font-size: 22px;
}
.btn-link .wp-block-button__link{
text-transform: inherit;
padding: 0;
background-color: rgba(0, 0, 0, 0);
color: var(--colorFont) !important;
font-size: 16px;
}
.btn-link .wp-block-button__link::after{
content: "";
font-family: "Font Awesome 5 Free";
margin-left: 10px;
font-size: 14px;
}
.btn-link .wp-block-button__link:hover{
background-color: rgba(0, 0, 0, 0);
color: var(--colorMain) !important;
}
input[type=file]{
display: block;
}
textarea{
vertical-align: top;
overflow: auto;
}
select[multiple]{
vertical-align: top;
}
::-webkit-input-placeholder{
opacity: .5;
font-style: italic;
-webkit-transition: opacity .6s ease;
transition: opacity .6s ease;
}
::-moz-placeholder{
opacity: .5;
font-style: italic;
-moz-transition: opacity .6s ease;
transition: opacity .6s ease;
}
:-moz-placeholder{
opacity: .5;
font-style: italic;
-moz-transition: opacity .6s ease;
transition: opacity .6s ease;
}
:-ms-input-placeholder{
opacity: .5;
font-style: italic;
-ms-transition: opacity .6s ease;
transition: opacity .6s ease;
}
:focus::-webkit-input-placeholder{
opacity: 0;
}
:focus::-moz-placeholder{
opacity: 0;
}
:focus:-moz-placeholder{
opacity: 0;
}
:focus:-ms-input-placeholder{
opacity: 0;
}
.select-wrap{
position: relative;
}
.select-wrap::after{
content: "";
font-family: FontAwesome;
color: rgba(var(--colorDarkGrey), 0.7);
font-size: 20px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 24px;
cursor: pointer;
pointer-events: none;
transition: all .4s linear 0s;
z-index: 2;
}
.select-wrap:hover::after{
color: var(--colorMain);
}
.select-wrap select{
position: relative;
cursor: pointer;
z-index: 1;
-webkit-appearance: none;
appearance: none;
box-shadow: none !important;
}
input[type=text]+.theme_button,
input[type=email]+.theme_button,
input[type=url]+.theme_button,
input[type=password]+.theme_button,
input[type=search]+.theme_button,
input[type=tel]+.theme_button,
input[type=number]+.theme_button,
textarea + .theme_button,
select + .theme_button,
.form-control + .theme_button{
position: absolute;
padding: 0;
top: 0;
right: 0;
width: 70px;
height: 70px;
text-align: center;
line-height: 70px;
box-shadow: none !important;
background-color: rgba(0, 0, 0, 0) !important;
border-color: rgba(0, 0, 0, 0) !important;
color: rgba(var(--colorDarkGrey), 0.7);
min-width: 0;
}
input[type=text]+.theme_button::before,
input[type=email]+.theme_button::before,
input[type=url]+.theme_button::before,
input[type=password]+.theme_button::before,
input[type=search]+.theme_button::before,
input[type=tel]+.theme_button::before,
input[type=number]+.theme_button::before,
textarea + .theme_button::before,
select + .theme_button::before,
.form-control + .theme_button::before{
font-size: 18px;
content: "";
font-family: FontAwesome;
}
input[type=text]+.theme_button:hover,
input[type=email]+.theme_button:hover,
input[type=url]+.theme_button:hover,
input[type=password]+.theme_button:hover,
input[type=search]+.theme_button:hover,
input[type=tel]+.theme_button:hover,
input[type=number]+.theme_button:hover,
textarea + .theme_button:hover,
select + .theme_button:hover,
.form-control + .theme_button:hover{
color: var(--colorMain);
}
form.wpcf7-form .form-with-icons{
margin-left: -15px;
margin-right: -15px;
}
form.wpcf7-form .form-with-icons p{
position: relative;
margin-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 1199px) {
form.wpcf7-form .form-with-icons p{
margin-top: 5px;
margin-bottom: 5px;
}
}
form.wpcf7-form .form-with-icons p span+[class*=icon2-],
form.wpcf7-form .form-with-icons p span+[class*=fa-]{
position: absolute;
font-size: 14px;
left: 28px;
top: 13px;
width: 14px;
color: var(--colorMain);
}
form.wpcf7-form .form-with-icons p .wpcf7-form-control-wrap{
position: relative;
margin-bottom: 10px;
}
form.wpcf7-form .form-with-icons p .wpcf7-form-control-wrap input,
form.wpcf7-form .form-with-icons p .wpcf7-form-control-wrap textarea{
text-indent: 30px;
}
.l{
background-color: #fff;
background-color: var(--colorLight);
}
.l .darklinks a,
.l .darklinks span,
.l a.darklink{
color: var(--colorDarkGrey);
}
.l .darklinks a:hover,
.l .darklinks span:hover,
.l a.darklink:hover{
color: var(--colorMain);
}
.l .darklinks a .svg-icon svg{
fill: var(--colorDarkGrey);
}
.l .highlight{
border-color: var(--colorMain);
color: var(--colorMain);
}
@media screen and (min-width: 992px)and (min-width: 992px) {
.l .top-menu li.menu-item-has-children a:after{
border-color: var(--colorDarkGrey);
}
}
.m{
background-color: #f2f2f2;
background-color: var(--colorBackground);
}
.i{
background-color: var(--colorDarkGrey);
color: var(--colorDarkFont);
}
@media (min-width: 1200px) {
.i.slider-topline{
background-color: rgba(31, 35, 43, .5);
}
}
.i.page_topline{
background-color: rgba(35, 35, 35, .6);
}
.i ::-webkit-input-placeholder{
color: var(--colorDarkGrey);
}
.i ::-moz-placeholder{
color: var(--colorDarkGrey);
}
.i :-moz-placeholder{
color: var(--colorDarkGrey);
}
.i :-ms-input-placeholder{
color: var(--colorDarkGrey);
}
.i h1,
.i h2,
.i h3,
.i h4,
.i h5,
.i h6{
color: var(--colorLight);
}
.i.title h1,
.woo.woocommerce .i #reviews #comments ol.commentlist li .comment-text p.meta strong,
.i ol.comment-list .comment-meta .comment-author,
.i ol.comment-list .comment-meta .comment-metadata a:hover,
.i ol.comment-list .reply a:hover::before,
.i .widget.widget_custom_posts .layout-slider li:nth-child(1n) .item-content.multi_colored .post-title a:hover,
.i .layout-default .post:nth-child(1n) .item-content.bottom_border_multi_colored h3.entry-title a:hover,
.i .entry-wrap .icon-inline .like_button.like_active_button i.fa-heart:hover,
.i .entry-wrap .icon-inline .like_button i,
.woo .i .woo div.product .summary .product_meta a:hover,
.i.copyright .copyright-text{
color: var(--colorLight);
}
.woo .i a.remove:hover,
.i .woocommerce table.shop_table .product-name a:hover{
color: var(--colorLight) !important;
}
.i .widget.widget_custom_posts .layout-slider li:nth-child(1n) .item-content.multi_colored .more-link a:hover,
.i .entry-wrap .icon-inline.entry-date-wrap a:hover,
.single-post .i .layout-default .format-status .item-content .entry-content,
.single-post .i .layout-default .format-status .item-content,
.woo .i .woo div.product .summary .product_meta > *,
.woocommerce .i #reviews #comments ol.commentlist li .meta,
.woo .i #review_form .comment-form .comment-notes,
.ifooter .widget,
.i .woocommerce-error,
.i .woocommerce-info,
.i .woocommerce-message{
color: var(--colorDarkFont);
}
.i.title .breadcrumbs a{
color: var(--colorLight);
}
.i.title .breadcrumbs a:hover{
color: var(--colorMain);
}
.i.title .breadcrumbs span.breadcrumb_last{
color: var(--colorMain);
}
.i .with_background,
.woo .i ul.products,
.woocommerce .i ul.products,
.woocommerce-cart.woocommerce-page .i .entry-content,
.i .order_wrap #order_review,
.i form.checkout.woocommerce-checkout .col2-set,
.i .woocommerce-error,
.i .woocommerce-info,
.i .woocommerce-message,
.woo .i div.product .woocommerce-tabs .panel{
background-color: var(--colorDarkBackground);
}
.i a{
color: var(--colorLight);
}
.i a:focus,
.i a:hover{
color: #d02954;
color: var(--colorMain);
}
.i .entry-wrap .icon-inline.comments-link a{
color: var(--colorDarkFont);
}
.i .entry-wrap .icon-inline.comments-link a:hover{
color: var(--colorMain);
}
.i .entry-content a.more-link,
.i .format-link .entry-content a{
color: var(--colorLight);
}
.i .entry-content a.more-link:hover,
.i .format-link .entry-content a:hover{
color: var(--colorMain);
}
@media screen and (min-width: 992px) {
.i .top-menu.menu-low-items > li > a:hover,
.i .top-menu.menu-low-items > li > a:focus{
color: var(--colorLight);
}
.i .top-menu.menu-low-items > li > a::before{
background-color: var(--colorLight);
}
}
.i .posts-list li h3 a,
.i .posts-list li h4 a{
color: var(--colorLight);
}
.i.footer a{
color: var(--colorDarkFont);
}
.i.footer a:focus,
.i.footer a:hover{
color: #d02954;
color: var(--colorMain);
}
.i.footer .wp-block-getwid-social-links__item a:hover{
opacity: 1;
}
.i.footer .wp-block-getwid-social-links__item a:hover i{
color: var(--colorMain);
}
.i li a:not([class]){
opacity: 1;
}
.i li a:not([class]):hover{
opacity: 1;
}
.i .highlight{
border-color: var(--colorMain);
color: var(--colorMain);
}
.i .is-style-outline .wp-block-button__link{
border-color: var(--colorLight);
color: var(--colorLight);
}
.i .is-style-outline .wp-block-button__link:hover{
color: var(--colorLight);
}
.woo .i .checkout_coupon.woocommerce-form-coupon button.button[name=apply_coupon],
.i .woocommerce-checkout #payment .form-row.place-order #place_order,
.i .woocommerce table.shop_table td.actions .coupon button[name=apply_coupon],
.i #add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .i .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .i .wc-proceed-to-checkout a.checkout-button,
.woo .i ul.products li.product .product-buttons-wrap .add_to_cart_button,
.woo .i ul.products li.product .product-buttons-wrap .product_type_external,
.woo .i ul.products li.product .product-buttons-wrap .view_product,
.woo .i ul.products li.product .product-buttons-wrap .added_to_cart,
.woo .i .woo div.product .summary button[type=submit],
.woo.woocommerce .i #respond input#submit,
.woo.woocommerce .i a.button,
.woo.woocommerce .i button.button,
.woo.woocommerce .i input.button,
.woo .i .return-to-shop a.button,
.i.theme_button{
color: var(--colorDarkGrey);
background-color: var(--colorLight);
}
.woo .i .checkout_coupon.woocommerce-form-coupon button.button[name=apply_coupon]:hover,
.woo .i .checkout_coupon.woocommerce-form-coupon button.button[name=apply_coupon]:focus,
.i .woocommerce-checkout #payment .form-row.place-order #place_order:hover,
.i .woocommerce-checkout #payment .form-row.place-order #place_order:focus,
.i .woocommerce table.shop_table td.actions .coupon button[name=apply_coupon]:hover,
.i .woocommerce table.shop_table td.actions .coupon button[name=apply_coupon]:focus,
.i #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.i #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .i .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .i .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .i .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .i .wc-proceed-to-checkout a.checkout-button:focus,
.woo .i ul.products li.product .product-buttons-wrap .add_to_cart_button:hover,
.woo .i ul.products li.product .product-buttons-wrap .add_to_cart_button:focus,
.woo .i ul.products li.product .product-buttons-wrap .product_type_external:hover,
.woo .i ul.products li.product .product-buttons-wrap .product_type_external:focus,
.woo .i ul.products li.product .product-buttons-wrap .view_product:hover,
.woo .i ul.products li.product .product-buttons-wrap .view_product:focus,
.woo .i ul.products li.product .product-buttons-wrap .added_to_cart:hover,
.woo .i ul.products li.product .product-buttons-wrap .added_to_cart:focus,
.woo .i .woo div.product .summary button[type=submit]:hover,
.woo .i .woo div.product .summary button[type=submit]:focus,
.woo.woocommerce .i #respond input#submit:hover,
.woo.woocommerce .i #respond input#submit:focus,
.woo.woocommerce .i a.button:hover,
.woo.woocommerce .i a.button:focus,
.woo.woocommerce .i button.button:hover,
.woo.woocommerce .i button.button:focus,
.woo.woocommerce .i input.button:hover,
.woo.woocommerce .i input.button:focus,
.woo .i .return-to-shop a.button:hover,
.woo .i .return-to-shop a.button:focus,
.i.theme_button:hover,
.i.theme_button:focus{
color: var(--colorDarkGrey);
background-color: rgba(var(--colorLightRGB), 0.8);
box-shadow: 2px 0 10px rgba(255, 255, 255, .4);
}
.i .wp-block-button__link:hover,
.i .wp-block-button__link:focus,
.i .button:hover,
.i .button:focus,
.i button:hover,
.i button:focus,
.i input[type=reset]:hover,
.i input[type=reset]:focus,
.i input[type=button]:hover,
.i input[type=button]:focus,
.i input[type=submit]:hover,
.i input[type=submit]:focus{
color: var(--colorLight);
}
.i input[type=text],
.i input[type=email],
.i input[type=url],
.i input[type=password],
.i input[type=search],
.i input[type=tel],
.i input[type=number],
.i textarea,
.i select,
.i .form-control{
background-color: var(--colorBackground);
color: var(--colorDarkGrey);
}
.i input[type=checkbox]+label:before,
.i input[type=checkbox]+.wpcf7-list-item-label:before{
border-color: var(--colorFontLight);
}
.i .wp-block-search .wp-block-search__button::before,
.i .wp-block-search .search-submit::before,
.i input[type=text]+.theme_button,
.i input[type=url]+.theme_button,
.i input[type=password]+.theme_button,
.i input[type=search]+.theme_button,
.i input[type=tel]+.theme_button,
.i input[type=number]+.theme_button,
.i textarea + .theme_button,
.i select + .theme_button,
.i .form-control + .theme_button{
color: var(--colorDarkGrey);
}
.i .wp-block-search .wp-block-search__button::before:hover,
.i .wp-block-search .search-submit::before:hover,
.i input[type=text]+.theme_button:hover,
.i input[type=url]+.theme_button:hover,
.i input[type=password]+.theme_button:hover,
.i input[type=search]+.theme_button:hover,
.i input[type=tel]+.theme_button:hover,
.i input[type=number]+.theme_button:hover,
.i textarea + .theme_button:hover,
.i select + .theme_button:hover,
.i .form-control + .theme_button:hover{
color: var(--colorMain);
}
.i .quantity [type=button]:hover,
.i .quantity [type=button]:focus{
color: var(--colorMain);
}
.i input[type=email]+.theme_button,
.i .select-wrap::after{
color: var(--colorDarkGrey);
}
.i input[type=email]+.theme_button:hover,
.i .select-wrap:hover::after{
color: var(--colorMain);
}
.singular .i #comments.comments-area,
.single-post .i #comments.comments-area,
.single-tribe_events .i #comments.comments-area,
.i .author-meta .side-item .item-content{
background-color: var(--colorDarkBackground);
}
.i.page_topline .social-links-wrap > * a:not(:hover) .svg-icon svg{
fill: var(--colorLight);
}
.i.page_topline .divided-content .icon-inline a:not(:hover){
color: var(--colorLight);
}
.i .search-form button::before{
color: var(--colorLight);
}
.i ::-webkit-input-placeholder{
color: var(--colorFont);
}
.i ::-moz-placeholder{
color: var(--colorFont);
}
.i :-moz-placeholder{
color: var(--colorFont);
}
.i :-ms-input-placeholder{
color: var(--colorFont);
}
.i.title.title-2 .breadcrumbs{
border-color: rgba(255, 255, 255, .2);
}
.i.m{
background-color: #1c1c1c;
background-color: var(--colorDark);
}
.i.c{
background-color: #d02954;
background-color: var(--colorMain);
}
@media (min-width: 992px) {
.i.c .top-menu ul a:hover,
.i.c .top-menu ul a:hover::before{
color: var(--colorMain);
}
}
.i.c.title .breadcrumbs a{
color: var(--colorLight);
}
.i.c.title .breadcrumbs a:hover{
color: var(--colorDarkGrey);
}
.i.c.title .breadcrumbs span.breadcrumb_last{
color: var(--colorDarkGrey);
}
.i.c.page_topline .divided-content .icon-inline a:hover{
color: var(--colorLight);
opacity: .7;
}
.i.c.page_topline .divided-content .icon-inline i{
color: var(--colorLight);
}
.i.c.c2{
background-color: #7f3c6c;
background-color: var(--colorMain2);
}
@media (min-width: 992px) {
.i.c.c2 .top-menu ul a:hover,
.i.c.c2 .top-menu ul a:hover::before{
color: var(--colorMain2);
}
}
.i.c.c3{
background-color: #2f6686;
background-color: var(--colorMain3);
}
@media (min-width: 992px) {
.i.c.c3 .top-menu ul a:hover,
.i.c.c3 .top-menu ul a:hover::before{
color: var(--colorMain3);
}
}
.i.c.c4{
background-color: #669850;
background-color: var(--colorMain4);
}
@media (min-width: 992px) {
.i.c.c4 .top-menu ul a:hover,
.i.c.c4 .top-menu ul a:hover::before{
color: var(--colorMain4);
}
}
.i.c.gradient{
background-image: linear-gradient(0deg, #d02954, #7f3c6c);
background-image: linear-gradient(0deg, var(--colorMain), var(--colorMain2));
}
.i.c.gradient.horizontal{
background-image: linear-gradient(90deg, #d02954, #7f3c6c);
background-image: linear-gradient(90deg, var(--colorMain), var(--colorMain2));
}
.i.c.gradient.diagonal{
background-image: linear-gradient(45deg, #d02954, #7f3c6c);
background-image: linear-gradient(45deg, var(--colorMain), var(--colorMain2));
}
.i.c a:focus,
.i.c a:hover{
color: var(--colorMain3);
}
.i.c a:focus svg,
.i.c a:hover svg{
fill: var(--colorMain3);
}
.i.c .header-search #search_toggle:hover .fa.fa-search,
.i.c .header-button.user:hover i,
.i.c .cart-dropdown .dropdown-toggle:hover i{
color: var(--colorMain3);
}
.i.c a[href*="mailto:"]{
color: var(--colorLight);
}
.i.c a[href*="mailto:"]:hover{
opacity: .7;
}
.i.c .wp-block-button__link{
background-color: var(--colorLight);
color: var(--colorMain);
}
.i.c .wp-block-button__link:hover{
color: var(--colorLight);
background-color: rgba(0, 0, 0, 0);
border-color: var(--colorLight);
}
.i.c.topline.topline-3 .svg-icon.icon-printer svg,
.i.c.topline.topline-3 .svg-icon.icon-mail svg{
fill: var(--colorLight);
}
.i .svg-icon svg{
fill: var(--colorFontLight);
}
.i .l.affix .svg-icon svg{
fill: #2f367a;
fill: var(--colorFontBlue);
}
.i .header-search #search_toggle .fa.fa-search{
color: var(--colorLight);
}
.i .affix.l,
.i .affix.l.m{
color: #fff;
}
.i .affix.l a,
.i .affix.l.m a{
color: #2f367a;
color: var(--colorFontBlue);
}
.i .affix.l a:hover,
.i .affix.l.m a:hover{
color: #d02954;
color: var(--colorMain);
}
.i .section-hr{
background-color: rgba(255, 255, 255, .3);
}
.i .widget_nav_menu li a{
color: var(--colorLight);
}
.i .with_corner_border::before,
.i .with_corner_border::after{
border-color: var(--colorLight);
}
.i .with_corner_border .bottom_corners::before,
.i .with_corner_border .bottom_corners::after{
border-color: var(--colorLight);
}
.i .theme_buttons a,
.i .theme_button{
color: var(--colorDarkGrey);
background-color: var(--colorLight);
}
.i .theme_buttons a:hover,
.i .theme_buttons a:focus,
.i .theme_buttons a:active,
.i .theme_button:hover,
.i .theme_button:focus,
.i .theme_button:active{
color: var(--colorDarkGrey);
box-shadow: 2px 0 10px rgba(255, 255, 255, .4);
}
.i .scroll-icon i{
color: var(--colorLight);
}
.i .scroll-icon a{
color: var(--colorFontLight);
}
.i .scroll-icon a:hover{
color: var(--colorLight);
}
body .i table.booked-calendar tr.days th,
body .i #booked-profile-page .booked-tabs{
background-color: var(--colorMain2) !important;
border-color: var(--colorMain2) !important;
}
body .i table.booked-calendar thead th .monthName,
body .i table.booked-calendar thead th .page-right,
body .i table.booked-calendar thead th .page-left{
color: var(--colorLight) !important;
}
.bordered{
border: 1px solid;
border-color: #dfdfdf;
border-color: var(--colorBorder);
}
.i .bordered{
border-color: rgba(255, 255, 255, .3);
}
.with_border{
border: 2px solid rgba(0, 0, 0, .06);
}
.muted{
background-color: #f2f2f2;
background-color: var(--colorBackground);
}
.l.m .muted{
background-color: #fff;
background-color: var(--colorLight);
}
.i .muted{
background-color: rgba(255, 255, 255, .1);
}
.shadow{
box-shadow: 0 0 20px 0 rgba(100, 100, 100, .15);
}
.i .shadow{
box-shadow: 0 0 20px 0 rgba(255, 255, 255, .1);
}
.d-none{
display: none !important;
}
.text-uppercase{
text-transform: uppercase;
}
.extra-padding,
.bordered,
.muted,
.shadow{
padding: 50px;
}
@media (max-width: 500px) {
.extra-padding,
.bordered,
.muted,
.shadow{
padding: 30px;
}
}
.rounded{
border-radius: 10px;
overflow: hidden;
}
.background-overlay{
position: relative;
}
.background-overlay::before{
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
background: var(--colorDarkGrey);
opacity: .8;
border-radius: 0 !important;
}
.background-overlay.overlay-light:before{
background: var(--colorLight);
}
.background-overlay.overlay-main::before{
background: var(--colorMain);
}
.background-overlay > *{
position: relative;
}
.background-overlay.title:before{
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
background: var(--colorDarkGrey);
border-radius: 0 !important;
opacity: .95;
z-index: 0;
}
.background-overlay.title.overlay-main:before{
background: var(--colorMain);
opacity: .95;
}
.background-overlay.title.overlay-light:before{
background: rgba(17, 51, 58, .6);
}
.background-cover{
background-position: 50% 0;
background-size: cover;
}
.background-cover.cover-center{
background-position: 50% 50%;
}
.background-cover.cover-top{
background-position: 50% 1px;
}
.background-fixed{
background-attachment: fixed;
}
.dropdown{
position: relative;
}
.highlight2{
border-color: var(--colorMain2);
color: var(--colorMain2);
}
.main_bg_color2{
background-color: var(--colorMain2);
}
.fs-9{
font-size: 9px;
}
.fs-10{
font-size: 10px;
}
.fs-11{
font-size: 11px;
}
.fs-12{
font-size: 12px;
}
.fs-13{
font-size: 13px;
}
.fs-14{
font-size: 14px;
}
.fs-15{
font-size: 15px;
}
.fs-16{
font-size: 16px;
}
.fs-17{
font-size: 17px;
}
.fs-18{
font-size: 18px;
}
.fs-19{
font-size: 19px;
}
.fs-20{
font-size: 20px;
}
.fs-21{
font-size: 21px;
}
.fs-22{
font-size: 22px;
}
.text-right{
text-align: right;
}
.text-center{
text-align: center;
}
.text-left{
text-align: left !important;
}
.fw-100{
font-weight: 100;
}
.fw-300,
.thin{
font-weight: 300;
}
.fw-400{
font-weight: 400;
}
.fw-500{
font-weight: 500;
}
.fw-600{
font-weight: 600;
}
.fw-700,
.bolder{
font-weight: 700;
}
.fw-900,
.bold{
font-weight: 900;
}
.w-100{
width: 100%;
}
.border-bottom{
border-bottom: 1px solid var(--colorDark);
}
@media (min-width: 1199px) {
.mt-xl--115{
margin-top: -115px;
z-index: -1;
}
}
@media (min-width: 1199px) {
.mt-xl--320{
margin-top: -320px;
}
}
.ml-1{
margin-left: .2em;
}
.overflow-hidden{
overflow: hidden;
}
@media (min-width: 992px) {
.desktop-opacity-none .wp-block-getwid-media-text-slider-slide-content__media-overlay{
opacity: 0 !important;
}
}
@media (min-width: 992px) {
.desktop-section-overlay-none .wp-block-getwid-section__foreground{
opacity: 0 !important;
}
}
.bg-position-section-little-right .wp-block-getwid-section__background{
background-position: 60% center;
}
.bg-position-little-right img{
-o-object-position: 65%;
object-position: 65%;
}
.content-justify{
-webkit-box-pack: justify;
-ms-flex-pack: justify;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: baseline;
}
.muted_background{
background-color: var(--colorBackground);
}
.inline-block{
display: inline-block;
max-width: 100%;
}
.hidden,
.d-none,
.shown-xl,
.shown-lg,
.shown-md,
.shown-sm,
.shown-xs{
display: none !important;
}
@media (max-width: 1599px) {
.hidden-xl{
display: none !important;
}
}
@media (max-width: 1199px) {
.hidden-lg{
display: none !important;
}
}
@media (max-width: 991px) {
.hidden-md{
display: none !important;
}
}
@media (max-width: 767px) {
.hidden-sm{
display: none !important;
}
}
@media (max-width: 599px) {
.hidden-xs{
display: none !important;
}
}
@media (max-width: 1599px) {
.shown-xl{
display: block !important;
}
}
@media (max-width: 1199px) {
.shown-lg{
display: block !important;
}
}
@media (max-width: 991px) {
.shown-md{
display: block !important;
}
}
@media (max-width: 767px) {
.shown-sm{
display: block !important;
}
}
@media (max-width: 599px) {
.shown-xs{
display: block !important;
}
}
.animate.an__fadeInLeft{
-webkit-animation: 5s infinite linear;
animation: 5s infinite linear;
-webkit-animation-play-state: unset;
animation-play-state: unset;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
from{
opacity: 0;
-webkit-transform: translate3d(0, -9%, 0);
transform: translate3d(0, -9%, 0);
}
to{
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from{
opacity: 0;
-webkit-transform: translate3d(0, -9%, 0);
transform: translate3d(0, -9%, 0);
}
to{
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@media (min-width: 992px) {
.with-sidebar.sidebar-left .column-aside{
margin-right: 50px !important;
margin-left: 0 !important;
}
.with-sidebar.sidebar-left .column-aside.m-lg-10{
margin-right: 10px !important;
margin-left: 0 !important;
}
.with-sidebar.sidebar-left .column-aside.m-lg-15{
margin-right: 15px !important;
margin-left: 0 !important;
}
.with-sidebar.sidebar-left .column-aside.m-lg-20{
margin-right: 20px !important;
margin-left: 0 !important;
}
.with-sidebar.sidebar-left .column-aside.m-lg-30{
margin-right: 30px !important;
margin-left: 0 !important;
}
.with-sidebar.sidebar-left .column-aside.m-lg-40{
margin-right: 40px !important;
margin-left: 0 !important;
}
.with-sidebar.sidebar-left .column-aside.m-lg-50{
margin-right: 50px !important;
margin-left: 0 !important;
}
.with-sidebar.sidebar-left .column-aside.m-lg-60{
margin-right: 60px !important;
margin-left: 0 !important;
}
.with-sidebar.sidebar-left .column-aside.m-lg-80{
margin-right: 80px !important;
margin-left: 0 !important;
}
.with-sidebar .column-aside{
margin-left: 50px !important;
}
.with-sidebar .column-aside.m-lg-10{
margin-left: 10px !important;
}
.with-sidebar .column-aside.m-lg-15{
margin-left: 15px !important;
}
.with-sidebar .column-aside.m-lg-20{
margin-left: 20px !important;
}
.with-sidebar .column-aside.m-lg-30{
margin-left: 30px !important;
}
.with-sidebar .column-aside.m-lg-40{
margin-left: 40px !important;
}
.with-sidebar .column-aside.m-lg-50{
margin-left: 50px !important;
}
.with-sidebar .column-aside.m-lg-60{
margin-left: 60px !important;
}
.with-sidebar .column-aside.m-lg-80{
margin-left: 80px !important;
}
}
.top-margin-120{
margin-top: -120px;
}
.topmargin_40{
margin-top: 40px;
}
.position-relative{
position: relative;
}
.pt-50{
padding-top: 50px;
}
.pb-50{
padding-bottom: 50px;
}
.pt-75{
padding-top: 75px;
}
@media (max-width: 767px) {
.pt-75{
padding-top: 50px;
}
}
.pb-75{
padding-bottom: 75px;
}
@media (max-width: 767px) {
.pb-75{
padding-bottom: 50px;
}
}
.pt-100{
padding-top: 100px;
}
@media (max-width: 1199px) {
.pt-100{
padding-top: 75px;
}
}
@media (max-width: 479px) {
.pt-100{
padding-top: 50px;
}
}
.pb-90{
padding-bottom: 90px;
}
@media (max-width: 1199px) {
.pb-90{
padding-bottom: 75px;
}
}
@media (max-width: 479px) {
.pb-90{
padding-bottom: 50px;
}
}
.m-0{
margin: 0 !important;
}
.mt-10{
margin-top: 10px;
}
.mt-20{
margin-top: 20px;
}
.mt-30{
margin-top: 30px;
}
.with_corner_border{
position: relative;
z-index: 1;
}
@media (max-width: 767px) {
.with_corner_border{
display: none;
}
}
.with_corner_border:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
border: 2px solid var(--colorDark);
border-width: 2px 0 0 2px;
border-radius: 5px 0 0 0;
}
@media (max-width: 1199px) {
.with_corner_border:before{
display: none;
}
}
.with_corner_border:after{
content: "";
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 30px;
border: 2px solid var(--colorDark);
border-width: 2px 2px 0 0;
border-radius: 0 5px 0 0;
}
@media (max-width: 1199px) {
.with_corner_border:after{
display: none;
}
}
.with_corner_border .bottom_corners:before{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 30px;
height: 30px;
border: 2px solid var(--colorDark);
border-width: 0 0 2px 2px;
border-radius: 0 0 0 5px;
}
@media (max-width: 1199px) {
.with_corner_border .bottom_corners:before{
display: none;
}
}
.with_corner_border .bottom_corners:after{
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 30px;
height: 30px;
border: 2px solid var(--colorDark);
border-width: 0 2px 2px 0;
border-radius: 0 0 5px 0;
}
@media (max-width: 1199px) {
.with_corner_border .bottom_corners:after{
display: none;
}
}
.with_corner_border.with_border:before{
top: -2px;
left: -2px;
}
.with_corner_border.with_border:after{
top: -2px;
right: -2px;
}
.with_corner_border.with_border .bottom_corners:before{
bottom: -2px;
left: -2px;
}
.with_corner_border.with_border .bottom_corners:after{
bottom: -2px;
right: -2px;
}
.elementor-column.corner_border > div{
position: relative;
z-index: 1;
}
.elementor-column.corner_border > div:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
border: 2px solid var(--colorDark);
border-width: 2px 0 0 2px;
border-radius: 5px 0 0 0;
}
@media (max-width: 1199px) {
.elementor-column.corner_border > div:before{
display: none;
}
}
.elementor-column.corner_border > div:after{
content: "";
position: absolute;
top: 0;
right: 0;
width: 30px;
height: 30px;
border: 2px solid var(--colorDark);
border-width: 2px 2px 0 0;
border-radius: 0 5px 0 0;
}
@media (max-width: 1199px) {
.elementor-column.corner_border > div:after{
display: none;
}
}
.elementor-column.corner_border > div .elementor-widget-button:before{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 30px;
height: 30px;
border: 2px solid var(--colorDark);
border-width: 0 0 2px 2px;
border-radius: 0 0 0 5px;
}
@media (max-width: 1199px) {
.elementor-column.corner_border > div .elementor-widget-button:before{
display: none;
}
}
.elementor-column.corner_border > div .elementor-widget-button:after{
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 30px;
height: 30px;
border: 2px solid var(--colorDark);
border-width: 0 2px 2px 0;
border-radius: 0 0 5px 0;
}
@media (max-width: 1199px) {
.elementor-column.corner_border > div .elementor-widget-button:after{
display: none;
}
}
.elementor-column.corner_border.with_border > div:before{
top: -2px;
left: -2px;
}
.elementor-column.corner_border.with_border > div:after{
top: -2px;
right: -2px;
}
.elementor-column.corner_border.with_border > div .elementor-widget-button:before{
bottom: -2px;
left: -2px;
}
.elementor-column.corner_border.with_border > div .elementor-widget-button:after{
bottom: -2px;
right: -2px;
}
.min_width_button a{
min-width: 170px;
}
.d-flex{
display: flex;
}
.bg_teaser{
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 0;
position: relative;
overflow: hidden;
}
.icon_divider{
width: 72px;
height: 18px;
background-image: url(//www.beautesublimeeparval.fr/wp-content/themes/makeup/assets/img/icon-divider.png);
background-color: rgba(0, 0, 0, 0) !important;
margin-top: 20px;
margin-bottom: 20px;
margin-right: auto;
margin-left: auto;
}
.highlightlinks a,
.highlightlink,
.highlight1links a{
color: #d02954;
}
.highlight2links a,
.highlight2link{
color: #7f3c6c;
}
.highlight3links a,
.highlight3link{
color: #2f6686;
}
.highlight4links a,
.highlight4link{
color: #669850;
}
.highlight5links a,
.highlight5link{
color: #d2b069;
}
.small-text{
position: relative;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
letter-spacing: .1em;
font-style: normal;
}
.clearfix{
clear: both;
background-color: var(--colorLight);
}
.clearfix::before,
.clearfix::after{
content: "";
display: table;
border-collapse: collapse;
}
.clearfix::after{
clear: both;
}
.with_shadow{
box-shadow: 2px 0 30px rgba(0, 0, 0, .1);
}
.with_background{
background-color: var(--colorLight);
}
@media (min-width: 400px) {
.with_padding{
padding: 35px;
}
}
.with_padding{
padding: 30px 20px;
}
.container{
position: relative;
max-width: 1520px;
margin: auto;
}
.container:before,
.container:after{
content: "";
display: block;
clear: both;
}
.container-1520 .main .container,
.container-1520 .title .container,
.container-1520 .header .container,
.container-1520 .toplogo .container,
.container-1520 .page_topline .container,
.container-1520 .footer .container,
.container-1520 .copyright .container,
.container-1520 .intro_slider .container,
.container-1520 .section-intro .container,
.container-1520 .slider-topline .container,
.container-1520 .footer-top .container{
max-width: 1520px;
}
.container-1170 .main .container,
.container-1170 .title .container,
.container-1170 .header .container,
.container-1170 .toplogo .container,
.container-1170 .page_topline .container,
.container-1170 .footer .container,
.container-1170 .copyright .container,
.container-1170 .intro_slider .container,
.container-1170 .section-intro .container,
.container-1170 .slider-topline .container,
.container-1170 .footer-top .container{
max-width: 1170px;
}
.container-960 .main .container,
.container-960 .title .container,
.container-960 .header .container,
.container-960 .toplogo .container,
.container-960 .page_topline .container,
.container-960 .footer .container,
.container-960 .copyright .container,
.container-960 .intro_slider .container,
.container-960 .section-intro .container,
.container-960 .slider-topline .container,
.container-960 .footer-top .container{
max-width: 960px;
}
.container-720 .main .container,
.container-720 .title .container,
.container-720 .header .container,
.container-720 .toplogo .container,
.container-720 .page_topline .container,
.container-720 .footer .container,
.container-720 .copyright .container,
.container-720 .intro_slider .container,
.container-720 .section-intro .container,
.container-720 .slider-topline .container,
.container-720 .footer-top .container{
max-width: 720px;
}
.main.container-1520 > .container,
.title.container-1520 > .container{
max-width: 1520px;
}
.main.container-1170 > .container,
.title.container-1170 > .container{
max-width: 1170px;
}
.main.container-960 > .container,
.title.container-960 > .container{
max-width: 960px;
}
.main.container-720 > .container,
.title.container-720 > .container{
max-width: 770px;
}
.row:before,
.row:after{
content: "";
display: block;
clear: both;
}
.container-fluid{
position: relative;
}
.container-fluid:before,
.container-fluid:after{
content: "";
display: block;
clear: both;
}
.title .container-fluid,
.footer .container-fluid,
.copyright .container-fluid{
padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 1920px) {
.container,
.container-fluid{
padding-left: 15px;
padding-right: 15px;
}
.header .container,
.header .container-fluid{
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 992px) {
.container-md-flex{
display: flex;
align-items: center;
}
}
.cols-1,
.gallery-columns-1{
display: block;
}
.cols-1 > *,
.cols-1 > .grid-sizer,
.cols-1 > .grid-item,
.gallery-columns-1 > *,
.gallery-columns-1 > .grid-sizer,
.gallery-columns-1 > .grid-item{
width: 100%;
}
.cols-2,
.gallery-columns-2{
display: flex;
flex-wrap: wrap;
}
.cols-2 > *,
.gallery-columns-2 > *{
width: 50%;
}
.cols-3,
.gallery-columns-3{
display: flex;
flex-wrap: wrap;
}
.cols-3 > *,
.gallery-columns-3 > *{
width: 33.333%;
}
.cols-4,
.gallery-columns-4{
display: flex;
flex-wrap: wrap;
}
.cols-4 > *,
.gallery-columns-4 > *{
width: 25%;
}
.cols-5,
.gallery-columns-5{
display: flex;
flex-wrap: wrap;
}
.cols-5 > *,
.gallery-columns-5 > *{
width: 20%;
}
.cols-6,
.gallery-columns-6{
display: flex;
flex-wrap: wrap;
}
.cols-6 > *,
.gallery-columns-6 > *{
width: 16.666%;
}
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9{
display: flex;
flex-wrap: wrap;
}
.gallery-columns-7 > *,
.gallery-columns-8 > *,
.gallery-columns-9 > *{
width: 16.666%;
}
.grid-wrapper{
display: flex;
flex-wrap: wrap;
}
.grid-wrapper .grid-sizer{
display: none;
}
.grid-item .post-title{
font-size: 1.1em;
}
.layout-gap-1 .grid-wrapper,
.layout-gap-1 .masonry{
margin-left: -1px;
margin-right: 0;
}
.layout-gap-1 .grid-item{
padding-right: 0;
padding-left: 1px;
padding-bottom: 1px;
}
.layout-gap-2 .grid-wrapper,
.layout-gap-2 .masonry{
margin-left: -1px;
margin-right: -1px;
}
.layout-gap-2 .grid-item{
padding-right: 1px;
padding-left: 1px;
padding-bottom: 2px;
}
.layout-gap-3 .grid-wrapper,
.layout-gap-3 .masonry{
margin-left: -2px;
margin-right: -1px;
}
.layout-gap-3 .grid-item{
padding-right: 1px;
padding-left: 2px;
padding-bottom: 3px;
}
.layout-gap-4 .grid-wrapper,
.layout-gap-4 .masonry{
margin-left: -2px;
margin-right: -2px;
}
.layout-gap-4 .grid-item{
padding-right: 2px;
padding-left: 2px;
padding-bottom: 4px;
}
.layout-gap-5 .grid-wrapper,
.layout-gap-5 .masonry{
margin-left: -3px;
margin-right: -2px;
}
.layout-gap-5 .grid-item{
padding-right: 2px;
padding-left: 3px;
padding-bottom: 5px;
}
.layout-gap-10 .grid-wrapper,
.layout-gap-10 .masonry{
margin-left: -5px;
margin-right: -5px;
}
.layout-gap-10 .grid-item{
padding-right: 5px;
padding-left: 5px;
padding-bottom: 10px;
}
.layout-gap-15 .grid-wrapper,
.layout-gap-15 .masonry{
margin-left: -8px;
margin-right: -7px;
}
.layout-gap-15 .grid-item{
padding-right: 7px;
padding-left: 8px;
padding-bottom: 15px;
}
.layout-gap-20 .grid-wrapper,
.layout-gap-20 .masonry{
margin-left: -10px;
margin-right: -10px;
}
.layout-gap-20 .grid-item{
padding-right: 10px;
padding-left: 10px;
padding-bottom: 20px;
}
.layout-gap-30 .grid-wrapper,
.layout-gap-30 .masonry{
margin-left: -15px;
margin-right: -15px;
}
.layout-gap-30 .grid-item{
padding-right: 15px;
padding-left: 15px;
padding-bottom: 30px;
}
.layout-gap-40 .grid-wrapper,
.layout-gap-40 .masonry{
margin-left: -20px;
margin-right: -20px;
}
.layout-gap-40 .grid-item{
padding-right: 20px;
padding-left: 20px;
padding-bottom: 40px;
}
.layout-gap-50 .grid-wrapper,
.layout-gap-50 .masonry{
margin-left: -25px;
margin-right: -25px;
}
.layout-gap-50 .grid-item{
padding-right: 25px;
padding-left: 25px;
padding-bottom: 50px;
}
.layout-gap-60 .grid-wrapper,
.layout-gap-60 .masonry{
margin-left: -30px;
margin-right: -30px;
}
.layout-gap-60 .grid-item{
padding-right: 30px;
padding-left: 30px;
padding-bottom: 60px;
}
.grid-sizer,
.grid-item{
width: 100%;
}
@media screen and (min-width: 768px) {
.grid-sizer,
.grid-item{
width: 50%;
}
.layout-cols-1 .grid-item{
width: 100%;
}
}
@media screen and (min-width: 992px) {
.layout-cols-3 .grid-sizer,
.layout-cols-3 .grid-item{
width: 33.3333%;
}
.layout-cols-4 .grid-sizer,
.layout-cols-4 .grid-item,
.layout-cols-5 .grid-sizer,
.layout-cols-5 .grid-item,
.layout-cols-6 .grid-sizer,
.layout-cols-6 .grid-item{
width: 25%;
}
}
@media screen and (min-width: 1200px) {
.layout-cols-5 .grid-sizer,
.layout-cols-5 .grid-item{
width: 20%;
}
.layout-cols-6 .grid-sizer,
.layout-cols-6 .grid-item{
width: 16.666%;
}
}
@media screen and (min-width: 576px) {
.masonry-grid{
width: calc(100% + 50px);
margin-right: -25px;
margin-left: -25px;
}
.masonry-grid > * > *{
margin: 25px;
}
.masonry-2-cols > * > *,
.masonry-3-cols > * > *,
.masonry-4-cols > * > *{
width: calc(50% - 50px);
}
}
@media screen and (min-width: 992px) {
.masonry-3-cols > * > *{
width: calc(33.3333% - 50px);
}
.masonry-4-cols > * > *{
width: calc(25% - 50px);
}
}
.section{
margin-left: -100em;
margin-right: -100em;
padding-left: 100em;
padding-right: 100em;
}
.with-sidebar .section{
margin-left: 0;
margin-right: 0;
padding-left: 1.5em;
padding-right: 1.5em;
}
@media (max-width: 1200px) {
.section.alignfull{
padding-left: 0;
padding-right: 0;
}
}
.decor{
position: relative;
z-index: 2;
-webkit-clip-path: inset(-60px 0);
clip-path: inset(-60px 0);
}
.decor:before,
.decor:after{
content: "";
position: absolute;
left: 0;
right: 0;
height: 60px;
top: -59px;
background-color: #fff;
background-color: var(--colorLight);
-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
display: none;
}
.decor:after{
top: auto;
bottom: -59px;
-webkit-transform: scaleY(-1) scaleX(-1);
transform: scaleY(-1) scaleX(-1);
}
@media (max-width: 1199px) {
.decor:before,
.decor:after{
height: 30px;
top: -29px;
}
.decor:after{
top: auto;
bottom: -29px;
}
}
.decor.section:before,
.decor.section:after{
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
.decor.decor-t-inverse:before{
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.decor.decor-b-inverse:after{
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
}
.decor.chev-t:before{
-webkit-clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.decor.chev-b:after{
-webkit-clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.decor.arr-t:before{
-webkit-clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 0);
clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 0);
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
}
.decor.arr-b:after{
-webkit-clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 0);
clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 0);
-webkit-transform: none;
transform: none;
}
.decor.m:before,
.decor.m:after{
background-color: #f2f2f2;
background-color: var(--colorBackground);
}
.decor.i:before,
.decor.i:after{
background-color: #1c1c1c;
background-color: var(--colorDark);
}
.decor.i.m:before,
.decor.i.m:after{
background-color: #2f367a;
background-color: var(--colorFontBlue);
}
.decor.c:before,
.decor.c:after{
background-color: #d02954;
background-color: var(--colorMain);
}
.decor.c2:before,
.decor.c2:after{
background-color: #7f3c6c;
background-color: var(--colorMain2);
}
.decor.gradient:after{
background-color: #7f3c6c;
background-color: var(--colorMain2);
}
.decor-t:before,
.decor-t-inverse:before,
.arr-t:before,
.chev-t:before,
.decor-b:after,
.decor-b-inverse:after,
.arr-b:after,
.chev-b:after{
display: block;
}
.screen{
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
}
.posts-list{
padding: 0;
margin: 0;
text-align: left;
counter-reset: li !important;
}
.posts-list img{
display: block;
line-height: 1;
}
.posts-list li{
display: flex;
position: relative;
align-items: center;
}
.posts-list li img{
max-width: 85px;
min-width: 85px;
height: auto;
}
.posts-list li h3,
.posts-list li h4{
line-height: 1;
margin: 0 0 4px;
font-size: 16px;
}
.posts-list li h3 a,
.posts-list li h4 a{
color: var(--colorDarkGrey);
}
.posts-list li h3 a:hover,
.posts-list li h4 a:hover{
color: var(--colorMain);
}
.posts-list li + li{
margin-top: 22px;
}
.posts-list li.list-has-post-thumbnail::before{
display: none;
}
.posts-list .posts-list-thumbnail{
margin-right: 20px;
width: auto;
}
.posts-list .item-content{
display: flex;
flex-direction: column;
justify-content: center;
}
.icon-inline-wrap{
display: flex;
flex-wrap: wrap;
justify-content: left;
}
.icon-inline-wrap > span:first-child{
margin-right: 20px;
}
li .post-date.icon-inline{
font-size: 14px;
font-weight: 300;
display: flex;
align-items: center;
color: #d02954;
color: var(--colorMain);
}
li .post-date.icon-inline svg{
fill: #7f3c6c;
fill: var(--colorMain2);
max-width: 1em;
max-height: 1em;
}
.i li .post-date.icon-inline{
color: #787878;
color: var(--colorFont);
}
.i li .post-date.icon-inline svg{
fill: #fff;
fill: var(--colorLight);
}
.posts-list-thumbnail{
display: block;
position: relative;
width: 100%;
}
.posts-list-thumbnail img{
display: block;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.posts-list-thumbnail .svg-icon{
display: none;
}
.posts-list-thumbnail .svg-icon svg{
fill: #fff;
}
.post-title{
word-break: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
margin-bottom: 0;
}
.sub-title{
margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
.posts-featured{
margin-bottom: 1em;
}
.posts-featured-item{
margin-bottom: 1em;
}
}
@media screen and (min-width: 768px) {
.posts-wrap .content-absolute{
height: 100%;
}
}
.posts-single-item + .posts-single-item,
.posts-single-item + .posts-side-item,
.posts-side-item + .posts-single-item,
.posts-side-item + .posts-side-item{
margin-top: 2em;
}
.widget-posts-title-only h3.post-title{
margin-top: 0;
}
.widget-posts-title-only li + li{
margin-top: 0;
}
.column-aside .posts-wrap{
display: block;
}
.column-aside .posts-wrap > *{
width: 100%;
}
.column-aside .grid-wrapper{
display: block;
}
.column-aside .grid-wrapper .grid-item{
width: 100%;
}
.column-aside .posts-featured-item{
margin-bottom: 2em;
}
.layout-cols article{
margin-bottom: 3.5em;
}
.layout-cols .grid-item:last-child article{
margin-bottom: 0;
}
@media (min-width: 768px) {
.d-grid{
display: grid;
grid-gap: 1em;
}
.d-grid [class*=item-]{
position: relative;
overflow: hidden;
}
.d-grid [class*=item-] img{
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.layout-gap-1 .d-grid{
grid-gap: 1px;
}
.layout-gap-2 .d-grid{
grid-gap: 2px;
}
.layout-gap-3 .d-grid{
grid-gap: 3px;
}
.layout-gap-4 .d-grid{
grid-gap: 4px;
}
.layout-gap-5 .d-grid{
grid-gap: 5px;
}
.layout-gap-10 .d-grid{
grid-gap: 10px;
}
.layout-gap-15 .d-grid{
grid-gap: 15px;
}
.layout-gap-20 .d-grid{
grid-gap: 20px;
}
.layout-gap-30 .d-grid{
grid-gap: 30px;
}
.layout-gap-40 .d-grid{
grid-gap: 40px;
}
.layout-gap-50 .d-grid{
grid-gap: 50px;
}
.layout-gap-60 .d-grid{
grid-gap: 60px;
}
.grid-4-cols,
.grid-2-cols{
grid-template-columns: 1fr 1fr;
}
.grid-2-cols-big-first{
grid-template-columns: 2fr 1fr;
}
.grid-3-cols{
grid-template-columns: 1fr 1fr 1fr;
}
.layout-2-cols-loop .post-grid-item:nth-child(6n-1),
.layout-2-cols-loop .post-grid-item:nth-child(6n+1),
.layout-2-cols-loop .post-grid-item:nth-child(1){
grid-row: auto/span 2;
}
}
@media (min-width: 992px) {
.grid-4-cols{
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
.read-all-link{
display: block;
margin-top: 2em;
text-align: right;
}
.text-center .read-all-link{
text-align: center;
}
.widget .widgettitle{
font-size: 30px;
line-height: 39px;
margin-bottom: 30px;
}
.widget-posts-default.layout-slider .posts-list li.list-has-post-thumbnail::before{
display: none;
}
.widget-posts-default.layout-slider .posts-list li img{
max-width: 440px;
max-height: 440px;
}
.widget-posts-default.layout-slider .item-content .author-avatar img{
border-radius: 50%;
}
body.single-post .title-wrap,
body.single-post.no-sidebar .title-wrap,
body.single-post.with-sidebar .title-wrap{
position: relative;
text-align: left;
}
body.single-post .title-wrap .background-author,
body.single-post.no-sidebar .title-wrap .background-author,
body.single-post.with-sidebar .title-wrap .background-author{
content: "post";
font-family: "Kristi";
font-style: normal;
font-weight: normal;
font-size: 150px;
line-height: 120px;
color: var(--colorBackground);
position: absolute;
top: -60px;
z-index: -1;
}
body.single-post .title-wrap .author-post,
body.single-post.no-sidebar .title-wrap .author-post,
body.single-post.with-sidebar .title-wrap .author-post{
color: var(--colorMain2);
margin-bottom: 20px;
font-size: 16px;
line-height: 21px;
font-weight: bold;
}
body.single-post .title-wrap .entry-title,
body.single-post.no-sidebar .title-wrap .entry-title,
body.single-post.with-sidebar .title-wrap .entry-title{
font-weight: 500;
font-size: 80px;
line-height: 80px;
color: var(--colorDark);
margin-bottom: 50px;
}
@media (max-width: 767px) {
body.single-post .title-wrap .entry-title,
body.single-post.no-sidebar .title-wrap .entry-title,
body.single-post.with-sidebar .title-wrap .entry-title{
font-size: 42px;
line-height: 50px;
margin-bottom: 30px;
}
}
body.single-post .item-content,
body.single-post.no-sidebar .item-content,
body.single-post.with-sidebar .item-content{
padding: 30px 20px;
max-width: 1000px;
margin: 0 auto;
border-bottom: none !important;
}
@media (min-width: 768px) {
body.single-post .item-content,
body.single-post.no-sidebar .item-content,
body.single-post.with-sidebar .item-content{
padding: 35px;
}
}
@media (min-width: 1200px) {
body.single-post .item-content,
body.single-post.no-sidebar .item-content,
body.single-post.with-sidebar .item-content{
padding: 55px;
}
}
body.single-post .item-content .entry-header .categories-list a,
body.single-post.no-sidebar .item-content .entry-header .categories-list a,
body.single-post.with-sidebar .item-content .entry-header .categories-list a{
font-size: 14px;
font-weight: 500;
margin-bottom: 6px;
margin-right: 6px;
color: var(--colorMain2);
}
body.single-post .item-content .entry-header .categories-list a:hover,
body.single-post.no-sidebar .item-content .entry-header .categories-list a:hover,
body.single-post.with-sidebar .item-content .entry-header .categories-list a:hover{
color: var(--colorDarkGrey);
}
body.single-post .item-content .entry-header .post-adds,
body.single-post.no-sidebar .item-content .entry-header .post-adds,
body.single-post.with-sidebar .item-content .entry-header .post-adds{
border-radius: 5px;
font-size: 12px;
margin: 15px 0 30px;
}
@media (min-width: 992px) {
body.single-post .item-content .entry-header .post-adds,
body.single-post.no-sidebar .item-content .entry-header .post-adds,
body.single-post.with-sidebar .item-content .entry-header .post-adds{
font-size: 14px;
}
}
body.single-post .item-content .first-paragraph,
body.single-post.no-sidebar .item-content .first-paragraph,
body.single-post.with-sidebar .item-content .first-paragraph{
font-weight: 500;
font-size: 20px;
line-height: 32px;
margin-bottom: 20px;
}
body.single-post .item-content ul:not(.blocks-gallery-grid),
body.single-post .item-content ol:not(.blocks-gallery-grid),
body.single-post.no-sidebar .item-content ul:not(.blocks-gallery-grid),
body.single-post.no-sidebar .item-content ol:not(.blocks-gallery-grid),
body.single-post.with-sidebar .item-content ul:not(.blocks-gallery-grid),
body.single-post.with-sidebar .item-content ol:not(.blocks-gallery-grid){
list-style: none;
padding-left: 0;
margin-bottom: 35px;
}
body.single-post .item-content ul:not(.blocks-gallery-grid) li,
body.single-post .item-content ol:not(.blocks-gallery-grid) li,
body.single-post.no-sidebar .item-content ul:not(.blocks-gallery-grid) li,
body.single-post.no-sidebar .item-content ol:not(.blocks-gallery-grid) li,
body.single-post.with-sidebar .item-content ul:not(.blocks-gallery-grid) li,
body.single-post.with-sidebar .item-content ol:not(.blocks-gallery-grid) li{
position: relative;
padding: 5px 0 5px 25px;
font-size: 20px;
line-height: 30px;
font-weight: 400;
color: var(--colorFontBlue);
}
body.single-post .item-content ul:not(.blocks-gallery-grid) li::before,
body.single-post .item-content ol:not(.blocks-gallery-grid) li::before,
body.single-post.no-sidebar .item-content ul:not(.blocks-gallery-grid) li::before,
body.single-post.no-sidebar .item-content ol:not(.blocks-gallery-grid) li::before,
body.single-post.with-sidebar .item-content ul:not(.blocks-gallery-grid) li::before,
body.single-post.with-sidebar .item-content ol:not(.blocks-gallery-grid) li::before{
content: "";
font-family: "makeup";
position: absolute;
left: 0;
font-size: 16px;
color: var(--colorMain);
}
body.single-post.no-sidebar .title-wrap{
text-align: center;
}
body.single-post.no-sidebar .title-wrap .background-author{
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.single-post blockquote,
.blog blockquote{
position: relative;
margin: 25px 0;
padding: 30px 20px;
border: none;
font-size: 20px;
font-weight: 400;
line-height: 30px;
color: var(--colorLight);
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 0;
font-style: italic;
}
@media (min-width: 768px) {
.single-post blockquote,
.blog blockquote{
padding: 35px;
}
}
@media (min-width: 1200px) {
.single-post blockquote,
.blog blockquote{
padding: 55px;
}
}
.single-post blockquote .qoute-author,
.blog blockquote .qoute-author{
position: relative;
margin-top: 35px;
margin-bottom: 5px;
font-style: normal;
}
.single-post blockquote .small-text,
.blog blockquote .small-text{
position: relative;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
letter-spacing: .1em;
font-style: normal;
}
.single-post blockquote::before,
.blog blockquote::before{
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(var(--colorMain5RGB), 0.95);
}
.single-post blockquote .qoute-author,
.single-post blockquote .small-text,
.blog blockquote .qoute-author,
.blog blockquote .small-text{
color: var(--colorLight);
}
.single-post blockquote > p:first-of-type,
.blog blockquote > p:first-of-type{
margin-top: 20px;
position: relative;
}
@media (min-width: 768px) {
.single-post blockquote > p:first-of-type,
.blog blockquote > p:first-of-type{
max-width: 450px;
margin-right: auto;
margin-left: auto;
}
.single-post blockquote > p:first-of-type::before,
.single-post blockquote > p:first-of-type::after,
.blog blockquote > p:first-of-type::before,
.blog blockquote > p:first-of-type::after{
position: absolute;
font-size: 70px;
font-style: normal;
color: var(--colorLight);
}
.single-post blockquote > p:first-of-type::before,
.blog blockquote > p:first-of-type::before{
content: "“";
top: -2px;
left: -25px;
}
.single-post blockquote > p:first-of-type::after,
.blog blockquote > p:first-of-type::after{
content: "”";
bottom: -32px;
right: -25px;
}
}
.side-item .post-thumbnail{
margin-bottom: 0;
}
.side-item .item-content{
padding-top: 2em;
}
@media screen and (min-width: 576px) {
.side-item{
display: flex;
}
.side-item > *{
flex: 2 1;
}
.side-item > *:first-child{
flex: 1 1;
margin-right: 30px;
}
.side-item.has-post-thumbnail .item-content{
padding-top: 0;
}
}
.item-media img{
display: block;
}
.content-absolute{
position: relative;
display: flex;
}
.content-absolute .entry-title{
margin-bottom: .3em;
}
.content-absolute .overlap-content{
position: absolute;
padding: 3em 1em 1em;
bottom: 0;
right: 0;
left: 0;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
color: #fff;
color: var(--colorLight);
}
.content-absolute .overlap-content h1,
.content-absolute .overlap-content h2,
.content-absolute .overlap-content h3,
.content-absolute .overlap-content h4{
color: #fff;
color: var(--colorLight);
}
.content-absolute .overlap-content a{
color: #fff;
color: var(--colorLight);
}
.content-absolute .overlap-content a:hover{
color: #fff;
color: var(--colorLight);
opacity: .7;
}
.content-absolute .overlap-content span .svg-icon svg{
fill: #fff;
}
.content-absolute .overlap-content .entry-footer{
padding: 0;
border: none;
margin-top: .5em;
color: rgba(255, 255, 255, .7);
}
.content-absolute .overlap-content .entry-footer a:hover{
color: #d02954;
color: var(--colorMain);
}
.content-absolute h2,
.content-absolute h3{
margin-bottom: .15em;
}
.content-absolute p:last-child{
margin-bottom: 0;
}
.abs-link{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.icon-box{
margin-bottom: 2em;
}
.icon-box .icon-box-content{
padding-top: 1em;
}
.icon-box h3{
margin-bottom: .75em;
}
.icon-box .icon-box-media{
display: block;
}
.icon-box .icon-box-media img,
.icon-box .icon-box-media svg{
display: block;
margin-bottom: 1.75em;
}
.icon-box.text-center img,
.icon-box.text-center svg{
margin-left: auto;
margin-right: auto;
}
.icon-box.horizontal{
display: flex;
}
.icon-box.horizontal img,
.icon-box.horizontal svg{
max-width: 100px;
margin-right: 1em;
}
.icon-box.horizontal h3{
margin-bottom: .5em;
}
body{
position: relative;
left: 0;
}
body:after{
content: "";
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, .5);
z-index: 1001;
visibility: hidden;
opacity: 0;
}
body,
body:after,
.page_header_side{
transition: all .6s ease-in-out;
}
body{
transition-property: left, right;
}
body.active-side-header{
left: 270px;
}
body.active-side-header .page_header_side{
left: 0;
}
body.active-side-header:after{
visibility: visible;
opacity: 1;
}
.page_header_side{
z-index: 1002;
position: fixed;
width: 270px;
left: -270px;
top: 0;
bottom: 0;
}
.page_header_side.active-slide-side-header{
box-shadow: 0 0px 4px 3px rgba(50, 50, 50, .05);
}
.page_header_side ~ * .toggle_menu{
display: none;
}
.page_header_side .widget{
margin-top: 20px;
padding-left: 0;
padding-right: 0;
}
.side_header_inner{
padding: 10px 0 60px;
}
.side_header_inner .header-side-meta{
margin: 11px 20px;
line-height: 1;
}
.side_header_inner .social-links-wrap{
margin-top: 30px;
}
.toggle_menu_side{
position: absolute;
top: 5px;
right: -65px;
background-color: var(--colorLight);
width: 60px;
height: 60px;
cursor: pointer;
box-shadow: 0 0 4px 2px rgba(50, 50, 50, .05);
z-index: 2;
}
.toggle_menu_side:before,
.toggle_menu_side span,
.toggle_menu_side span:before,
.toggle_menu_side span:after{
content: "";
display: block;
width: 24px;
position: absolute;
background-color: var(--colorDarkGrey);
left: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
transition: .25s ease-in-out;
height: 2px;
}
.toggle_menu_side:before,
.toggle_menu_side span{
left: 18px;
top: 50%;
}
.toggle_menu_side span:before{
opacity: 1;
top: -6px;
}
.toggle_menu_side span:after{
opacity: 1;
top: 6px;
}
.active-slide-side-header .toggle_menu_side:before,
.active-side-header .toggle_menu_side:before{
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.active-slide-side-header .toggle_menu_side span,
.active-side-header .toggle_menu_side span{
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.active-slide-side-header .toggle_menu_side span:before,
.active-slide-side-header .toggle_menu_side span:after,
.active-side-header .toggle_menu_side span:before,
.active-side-header .toggle_menu_side span:after{
opacity: 0;
}
.i .toggle_menu_side{
background-color: var(--colorDarkGrey);
}
.i .toggle_menu_side span,
.i .toggle_menu_side span:before,
.i .toggle_menu_side span:after,
.i .toggle_menu_side:before{
background-color: var(--colorLight);
}
@media (max-width: 350px) {
.toggle_menu_side{
top: 0;
right: -50px;
}
}
.page_header_side.page_header_side_sticked .toggle_menu_side{
transition: .6s ease-in-out;
right: -65px;
top: 5px;
}
.admin .page_header_side.page_header_side_sticked .toggle_menu_side{
right: -60px;
top: 0;
}
.admin .page_header_side.page_header_side_sticked.active-slide-side-header .toggle_menu_side{
top: 0;
right: 0;
box-shadow: none;
}
.page_header_side.active-slide-side-header{
left: 0;
}
.container{
max-width: 100%;
}
@media (max-width: 767px) {
.container{
max-width: 500px;
}
}
@media (min-width: 600px) {
.page_header_side.page_header_side_sticked.active-slide-side-header{
left: 0;
}
.page_header_side_sticked ~ *{
transition: margin .6s ease-in-out;
}
.page_header_side_sticked ~ div .page_header{
padding-left: 35px;
}
.page_header_side_sticked.active-slide-side-header ~ div .page_header{
padding-left: 0;
margin-left: 270px;
}
.page_header_side_sticked.active-slide-side-header ~ *{
margin-left: 270px;
}
.boxed .page_header_side_sticked.active-slide-side-header ~ *,
.boxed .page_header_side_sticked.active-slide-side-header ~ div .page_header{
margin-left: 0;
}
.page_header_side_sticked ~ .page_header_wrapper{
margin-left: 0;
}
}
.page_header_side.header_side_right{
left: auto;
right: -270px;
}
.page_header_side.header_side_right.active-slide-side-header{
right: 0;
}
.page_header_side.header_side_right .toggle_menu_side{
right: auto;
left: -65px;
}
@media (max-width: 350px) {
.page_header_side.header_side_right .toggle_menu_side{
left: -50px;
}
}
body.active-side-header.slide-right{
left: -270px;
}
body.active-side-header.slide-right .page_header_side{
left: auto;
right: 0;
}
.header-side-menu{
margin: 19px 0;
}
.menu-side-click{
padding: 0;
margin: 19px 0;
line-height: 1;
}
.menu-side-click > li > a:focus,
.menu-side-click > li > a:hover{
background-color: rgba(0, 0, 0, 0);
}
.menu-side-click i{
width: 1em;
text-align: center;
margin-right: 10px;
}
.menu-side-click .activate_submenu{
cursor: pointer;
position: absolute;
right: 30px;
top: 0;
font-size: 11px;
line-height: 32px;
color: var(--colorDarkGrey);
text-align: center;
width: 32px;
opacity: .9;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: .25s ease-in-out;
}
.menu-side-click .activate_submenu:before{
font-family: "FontAwesome";
content: "";
}
.i .menu-side-click .activate_submenu{
color: var(--colorLight);
}
.menu-side-click .active-submenu > .activate_submenu{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.menu-side-click li{
position: relative;
list-style: none;
margin-top: 10px;
margin-bottom: 10px;
}
.menu-side-click > li{
padding: 0 40px 0 27px;
font-weight: 400;
background-color: rgba(0, 0, 0, 0);
border-left: 3px solid rgba(0, 0, 0, 0);
transition: .3s ease-in-out;
}
.menu-side-click > li a{
display: block;
padding: 7px 0;
}
.menu-side-click > li.active-submenu{
padding-top: 19px;
padding-bottom: 10px;
border-color: var(--colorMain);
}
.i .menu-side-click > li.active-submenu{
background-color: var(--colorFont);
}
.i.c .menu-side-click > li.active-submenu{
border-color: var(--colorLight);
background-color: var(--colorDarkGrey);
}
.l .menu-side-click > li.active-submenu{
background-color: var(--colorBackground);
}
.menu-side-click > li.active-submenu > .activate_submenu{
top: 17px;
}
.menu-side-click > li li{
padding-right: 40px;
font-weight: 300;
}
.menu-side-click li.active > a{
color: var(--colorMain);
}
.i .menu-side-click li a:hover{
color: var(--colorLight);
opacity: .7;
}
.menu-side-click ul{
opacity: 0;
height: 0;
padding-left: 26px;
}
.menu-side-click ul ul{
padding-left: 10px;
font-size: 95%;
}
.menu-side-click .active-submenu > div.mega-menu{
height: auto;
}
.menu-side-click .active-submenu > ul,
.menu-side-click .active-submenu > div.mega-menu > ul{
opacity: 1;
height: auto;
}
.menu-side-click ul,
.menu-side-click div.mega-menu{
margin-right: -40px;
margin-top: 0;
margin-bottom: 0;
height: 0;
overflow: hidden;
transition: opacity .6s, margin-top .4s, margin-bottom .4s, height .3s ease-in-out;
}
.menu-side-click ul li.sfHover > .mega-menu ul{
display: block;
height: 100%;
}
.menu-side-click div.mega-menu > ul{
margin-right: 0;
height: auto;
}
.i .menu-side-click .activate_submenu{
color: var(--colorLight);
}
.side_header_social{
margin: 30px;
text-align: center;
}
.scroll-wrapper{
overflow: hidden;
padding: 0;
position: relative;
height: 100%;
}
.scroll-wrapper > .scroll-content{
border: none;
box-sizing: content-box;
height: auto;
left: 0;
margin: 0;
max-height: none;
max-width: none;
overflow: scroll;
padding: 0;
position: relative;
top: 0;
width: auto;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar{
height: 0;
width: 0;
}
.scroll-wrapper.scroll--rtl{
direction: rtl;
}
.scroll-element{
box-sizing: content-box;
display: none;
}
.scroll-element div{
box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow{
cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible{
display: block;
}
.scrollbar-macosx{
height: 100%;
overflow: hidden;
overflow: scroll;
}
.page_topline .page_topline_wrap{
display: flex;
justify-content: space-between;
align-items: center;
}
@media (max-width: 991px) {
.page_topline .page_topline_wrap{
display: block;
text-align: center;
padding: 8px 0;
}
}
@media (max-width: 767px) {
.page_topline .page_topline_wrap{
padding: 0;
}
}
.page_topline .divided-content{
margin-top: 10px;
margin-bottom: 10px;
}
.page_topline .divided-content .icon-inline{
padding: 0;
}
.page_topline .divided-content .icon-inline::before{
display: none;
}
.page_topline .divided-content .icon-inline i{
padding-right: 7px;
color: var(--colorMain);
}
.page_topline .divided-content .icon-inline + .icon-inline{
margin-left: 30px;
}
@media (max-width: 1199px) {
.page_topline .divided-content .icon-inline + .icon-inline{
margin-left: 10px;
}
}
.page_topline .divided-content .icon-inline a{
color: var(--colorFont);
}
.page_topline .divided-content .icon-inline a:hover{
color: var(--colorMain);
}
.page_topline .social-links-wrap > *{
vertical-align: middle;
display: inline-block;
}
@media (max-width: 991px) {
.page_topline .social-links-wrap > *{
display: none;
}
}
.page_topline .social-links-wrap > * a .svg-icon svg{
fill: var(--colorDarkGrey);
}
.page_topline.topline-hidden{
display: none !important;
}
section.page_topline{
font-size: 12px;
padding-top: 5px;
padding-bottom: 5px;
}
section.page_topline a{
text-transform: uppercase;
}
.header-absolute-wrap #topline{
position: relative;
z-index: 1;
}
.topline{
position: relative;
}
.header-absolute-wrap .topline{
background-color: rgba(0, 0, 0, 0);
}
.topline .container,
.topline .container-fluid{
display: flex;
align-items: center;
padding-top: .5em;
padding-bottom: .5em;
}
.topline .container > *:first-child,
.topline .container-fluid > *:first-child{
margin-right: auto;
}
@media (min-width: 1200px) {
.topline .container-fluid > *{
margin-left: 15px;
margin-right: 15px;
}
}
.topline .icon-inline{
margin: 0 1em 0 0;
}
.topline .icon-inline:last-child{
margin-right: 0;
}
@media (min-width: 1200px) {
.topline .dropdown-menu.site-meta .icon-inline:first-child .svg-icon{
margin-left: -3px;
}
}
@media screen and (max-width: 991px) {
.topline .dropdown-menu-md{
display: none;
}
.topline .active .dropdown-menu-md{
min-width: 300px;
max-width: 310px;
padding: 1em 1em;
display: block;
position: absolute;
z-index: 11;
background-color: #fff;
background-color: var(--colorLight);
color: #787878;
color: var(--colorFont);
box-shadow: 0 0 20px 0 rgba(100, 100, 100, .15);
}
.topline .active .dropdown-menu-md a:not([class]){
color: #2f367a;
color: var(--colorFontBlue);
}
.topline .active .dropdown-menu-md a:not([class]):hover{
color: #d02954;
color: var(--colorMain);
}
.topline .active .dropdown-menu-md svg{
fill: #2f367a;
fill: var(--colorFontBlue);
}
.topline .active .dropdown-menu-md > *{
display: flex;
align-items: flex-start;
line-height: 1.4;
}
.topline .active .dropdown-menu-md > * + *{
margin-top: .7em;
}
.topline .icon-inline{
margin-right: 0;
height: auto;
}
}
.topline.l{
color: var(--colorFontBlue);
}
.right .dropdown-menu{
right: 0;
}
#topline_dropdown_toggle{
height: 26px;
margin-left: -0.5em;
}
.right #topline_dropdown_toggle{
margin-right: -0.5em;
}
@media screen and (min-width: 992px) {
#topline_dropdown_toggle{
display: none;
}
}
.toplogo{
position: relative;
z-index: 1000;
}
.toplogo>[class*=container]{
padding-top: 25px;
padding-bottom: 25px;
}
.toplogo .container-fluid,
.toplogo .container{
padding-left: 0;
padding-right: 0;
}
@media (min-width: 991px) {
.toplogo .logo.logo-left{
padding-left: 15px;
}
}
.toplogo .meta-wrap{
line-height: 1;
display: inline-block;
margin: 11px 20px;
vertical-align: middle;
text-align: left;
}
@media (max-width: 991px) {
.toplogo .meta-wrap{
text-align: center;
}
}
.toplogo .meta-wrap strong{
display: block;
color: var(--colorDarkGrey);
}
.toplogo .meta-wrap a[href*="mailto:"]{
color: var(--colorMain);
font-size: 18px;
}
.toplogo .meta-wrap a[href*="mailto:"]:hover{
color: var(--colorDarkGrey);
}
.toplogo.i .meta-wrap strong{
color: var(--colorLight);
}
.toplogo.i .meta-wrap a[href*="mailto:"]:hover{
color: var(--colorLight);
}
@media (min-width: 992px) {
.toplogo .social-links-wrap{
padding-right: 1.5em;
}
}
@media (max-width: 991px) {
.toplogo .social-links-wrap{
margin-top: 1em;
justify-content: center;
}
}
.toplogo [class*=cols-]{
align-items: center;
}
@media (max-width: 599px) {
.toplogo [class*=cols-]{
flex-direction: column;
}
.toplogo [class*=cols-]>*{
width: auto;
}
.toplogo [class*=cols-] .search-social-wrap,
.toplogo [class*=cols-] .meta-wrap{
margin: 1em 0;
}
}
@media (min-width: 600px) {
.toplogo [class*=cols-]>*:last-child{
text-align: right;
justify-content: flex-end;
}
}
.toplogo .search-social-wrap.flex-column{
align-items: flex-end;
flex-direction: column;
}
.toplogo .search-social-wrap.flex-column > *{
margin: 1em 0;
}
.toplogo .search-social-wrap.flex-column > * + *{
margin-top: 0;
}
.toplogo .container-md-flex .icon-inline .svg-icon{
line-height: 2em;
text-align: center;
margin-right: 20px;
width: 2em;
height: 2em;
border: 2px solid var(--colorMain2);
border-radius: 5px;
font-size: 24px;
padding-top: 2px;
}
.toplogo .container-md-flex .icon-inline .svg-icon:hover{
-webkit-animation: scaleDisappear .5s;
animation: scaleDisappear .5s;
}
.toplogo .container-md-flex .icon-inline .svg-icon svg{
margin-top: -2px;
line-height: 2em;
max-width: 24px;
max-height: 24px;
fill: var(--colorMain2);
}
@-webkit-keyframes scaleDisappear {
0%{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
60%{
opacity: 0;
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
100%{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scaleDisappear {
0%{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
60%{
opacity: 0;
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
100%{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.toplogo .container-md-flex .icon-inline .body{
text-align: left;
}
.toplogo .container-md-flex .icon-inline .body .title{
font-size: 24px;
font-weight: 500;
line-height: 1;
margin: 0;
color: var(--colorMain3);
}
.toplogo .container-md-flex .icon-inline .body .text{
font-size: 12px;
line-height: 1;
font-weight: 500;
color: var(--colorFont);
margin-bottom: 8px;
}
@media (max-width: 991px) {
.toplogo .container-md-flex .icon-inline{
margin-top: 1em !important;
}
}
@media (max-width: 991px) {
.toplogo{
text-align: center;
}
}
.toplogo.i .container-md-flex .icon-inline .body .title{
color: var(--colorLight);
}
.toplogo .container-md-flex .logo{
margin-right: auto;
}
@media (min-width: 1199px) {
.toplogo .container-md-flex .inline-teasers-wrap{
padding: 0 15px;
margin-left: -25px;
margin-right: -25px;
}
}
.toplogo .container-md-flex .inline-teasers-wrap .icon-inline,
.toplogo .container-md-flex .inline-teasers-wrap .search-social-wrap{
margin: 10px 25px;
min-width: 270px;
}
.search-social-wrap{
display: flex;
align-items: center;
justify-content: center;
}
.home #header-affix-wrap.home-page-absolute,
.page-template-full-width-no-sidebar-no-title-no-footer #header-affix-wrap.home-page-absolute,
.page-template-full-width-no-sidebar-no-title #header-affix-wrap.home-page-absolute{
position: absolute;
width: 100%;
top: 0;
left: 0;
right: 0;
}
.home #header-affix-wrap.home-page-absolute .header,
.page-template-full-width-no-sidebar-no-title-no-footer #header-affix-wrap.home-page-absolute .header,
.page-template-full-width-no-sidebar-no-title #header-affix-wrap.home-page-absolute .header{
background-image: none !important;
}
.home #header-affix-wrap.home-page-absolute .header:not(.affix),
.page-template-full-width-no-sidebar-no-title-no-footer #header-affix-wrap.home-page-absolute .header:not(.affix),
.page-template-full-width-no-sidebar-no-title #header-affix-wrap.home-page-absolute .header:not(.affix){
background-color: rgba(var(--colorLightRGB), 0.5);
}
.home #header-affix-wrap.home-page-absolute .header::before,
.page-template-full-width-no-sidebar-no-title-no-footer #header-affix-wrap.home-page-absolute .header::before,
.page-template-full-width-no-sidebar-no-title #header-affix-wrap.home-page-absolute .header::before{
display: none !important;
}
.home #header-affix-wrap.home-page-absolute .header.i:not(.affix),
.page-template-full-width-no-sidebar-no-title-no-footer #header-affix-wrap.home-page-absolute .header.i:not(.affix),
.page-template-full-width-no-sidebar-no-title #header-affix-wrap.home-page-absolute .header.i:not(.affix){
background-color: rgba(var(--colorDarkGreyRGB), 0.5);
}
.header-absolute-wrap{
position: relative;
}
.header-absolute-content{
position: absolute;
top: 0;
left: 0;
right: 0;
}
.header div.container,
.header div.container-fluid,
.header-wrap{
min-height: 40px;
}
.header-wrap.transparent{
background-color: rgba(0, 0, 0, 0);
}
.header-wrap.absolute{
position: absolute;
width: 100%;
top: 0;
left: 0;
right: 0;
}
.header{
top: 0;
left: 0;
right: 0;
position: relative;
transition-property: background-color, -webkit-transform;
transition-property: transform, background-color;
transition-property: transform, background-color, -webkit-transform;
z-index: 1000;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.header.transparent{
background-color: rgba(0, 0, 0, 0);
background-image: none;
}
.header.affix{
position: fixed;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
background-color: #fff;
background-color: var(--colorLight);
}
.header.affix.m{
background-color: #f2f2f2;
background-color: var(--colorBackground);
}
.header.affix.i{
background-color: var(--colorDarkGrey);
}
.header.affix.i.m{
background-color: #2f367a;
background-color: var(--colorFontBlue);
}
.header.affix.i.c{
background-color: #d02954;
background-color: var(--colorMain);
}
.header.affix .section-hr{
opacity: 0;
}
.header.affix.scrolling-down{
transition-timing-function: ease-in;
transition-duration: .25s;
}
.header.affix.scrolling-up{
transition-timing-function: ease-out;
transition-duration: .3s;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.header.affix.always-sticky{
-webkit-transform: none;
transform: none;
}
.header div.container,
.header div.container-fluid{
display: flex;
justify-content: center;
align-items: center;
}
.header.header-1 div.container,
.header.header-1 div.container-fluid{
justify-content: left;
}
.header #nav_toggle{
display: none;
}
@media (min-width: 1200px) {
.header.header-3:not(.affix) .top-menu > li > a{
padding-top: 71px;
padding-bottom: 71px;
}
}
@media (max-width: 991px) {
.header.header-8 .nav-btn{
right: auto;
left: auto;
}
}
@media (min-width: 992px) {
.header.header-8 .top-menu > li::before{
content: "";
width: 1px;
position: absolute;
left: 0;
top: 0;
margin-top: 0;
bottom: 0;
height: 100%;
background-color: var(--colorBorder);
}
.header.header-8 .top-menu > li > a{
margin: 0;
padding: 25px 40px;
line-height: 2;
}
}
@media (min-width: 992px) {
.header.header-8.i{
background-color: rgba(var(--colorLightRGB), 0.2);
}
}
#header-image .l:not(.affix),
#header-image .i:not(.affix),
#header-image .m:not(.affix){
background-color: rgba(0, 0, 0, 0);
background-image: none;
}
.header-login{
margin-right: 1em;
}
.header-login .svg-icon{
padding-right: .5em;
position: relative;
bottom: -1px;
}
.header-login button{
transition: all .3s ease-in-out;
font-size: inherit;
}
.header-login button:hover{
color: var(--colorMain);
}
.l .header-login button{
color: var(--colorFontBlue);
}
.l .header-login button:hover{
color: var(--colorMain);
}
.header-search{
position: relative;
padding: 0 17px;
}
@media (min-width: 400px) {
.header .header-search .search-form{
margin: 0 1em;
}
}
.header-search #search_toggle{
border: none;
background: rgba(0, 0, 0, 0);
font-size: 14px;
}
.header-search #search_toggle .fa.fa-search{
margin: 0;
color: var(--colorMain3);
}
.header-search #search_toggle:hover .fa.fa-search{
color: var(--colorMain);
}
.header-button{
white-space: nowrap;
}
@media screen and (min-width: 600px) {
.header-button{
margin: 0 1em;
}
}
.no-logo .header-button{
margin: 0 0 0 1em;
}
@media (max-width: 1199px) {
.no-logo .header-button{
margin: 10px 15px;
}
}
.header-button.user{
margin: 0;
padding: 0 17px;
}
.header-button.user i{
font-size: 14px;
}
.header-button.user:hover i{
color: var(--colorMain);
}
.header-meta .icon-inline{
font-size: 16px;
margin-left: 10px;
}
.header-meta .svg-icon{
padding: 10px;
border-radius: 50%;
margin-right: 4px;
}
#search_dropdown{
z-index: -1;
opacity: 0;
position: fixed;
top: 0;
right: 0;
left: 0;
padding: 0;
transition: all .25s ease-in-out;
-webkit-transform: scale(0);
transform: scale(0);
}
#search_dropdown.active{
opacity: 1;
background-color: rgba(0, 0, 0, 0);
z-index: 10003;
-webkit-transform: scale(1);
transform: scale(1);
}
#search_dropdown form{
margin: 0 0 0 40px;
}
#search_modal_close{
position: fixed;
left: -60px;
top: 0;
transition: right .6s ease;
width: 40px;
height: 40px;
}
#search_modal_close span,
#search_modal_close span:before,
#search_modal_close span:after{
background-color: var(--colorLight);
}
.active + #search_modal_close{
left: 0;
z-index: 100003;
}
#search_modal_close:hover span,
#search_modal_close:hover span:before,
#search_modal_close:hover span:after{
background-color: var(--colorMain2);
}
#login_modal_close{
display: none;
background-color: var(--colorLight);
color: var(--colorLight);
position: fixed;
right: -60px;
top: 5px;
transition: right .6s ease;
z-index: 999;
}
.active + #login_modal_close{
right: 0;
z-index: 22;
}
.cart-price{
font-size: 16px;
}
@media (max-width: 575px) {
.cart-price{
display: none;
}
}
.l .cart-price{
color: var(--colorFontBlue);
}
.admin-bar .side_header_inner{
margin-top: 32px;
}
.admin-bar#body .page_header_side.header_side_right .toggle_menu_side,
.admin-bar#body .page_header_side.header_side_right.active-slide-side-header .toggle_menu_side{
top: 52px;
}
@media (min-width: 992px) {
.header .container-fluid,
.page_topline .container-fluid{
padding-right: 25px;
padding-left: 25px;
}
}
@media (min-width: 1200px) {
.header .container-fluid,
.page_topline .container-fluid{
padding-right: 65px;
padding-left: 65px;
}
}
@media (min-width: 1600px) {
.header .container-fluid,
.page_topline .container-fluid{
padding-right: 105px;
padding-left: 105px;
}
}
.logo-wrap{
text-align: center;
line-height: 1;
}
.logo-link{
display: inline-block;
}
.logo{
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
white-space: nowrap;
}
.logo:hover{
color: inherit;
text-decoration: none;
}
.logo.px{
padding-left: 1.5em;
padding-right: 1.5em;
}
.logo .logo-text{
padding: 5px 15px;
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
}
.logo .logo-text .logo-text-primary{
font-size: 30px;
line-height: 1;
font-weight: 900;
letter-spacing: -0.04em;
}
.logo .logo-text .logo-text-secondary{
display: block;
width: 100%;
font-size: 10px;
letter-spacing: .43em;
font-weight: 300;
}
@media (min-width: 1200px) {
.container .logo.no-image .logo-text{
margin: 0;
}
}
.logo:not(.logo-between) .logo-text-primary{
font-size: 30px;
font-weight: 900;
color: var(--colorMain);
}
#header .logo{
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
padding: 5px 0;
}
@media (min-width: 1200px) {
#header.menu-center.has-menu .logo{
margin-left: 0;
margin-right: 0;
}
}
#header.header-tall:not(.affix) .logo{
padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 1200px) {
#header.header-tall:not(.affix) .logo{
padding-top: 35px;
padding-bottom: 35px;
}
}
.logo.logo-left{
text-align: left;
}
.logo.logo-left span span{
display: block;
}
.logo.logo-vertical{
display: inline-block;
text-align: center;
}
.logo.logo-vertical span{
display: block;
}
.logo.logo-between span{
padding: 0 1em;
}
.logo.logo-between.no-image{
padding: 0 .25em;
}
.logo.logo-between.no-image span{
padding: 0 .25em;
}
.logo img{
width: auto;
display: inline-block;
vertical-align: middle;
}
@media (max-width: 991px) {
.logo img{
max-width: 180px;
}
}
.header_logo_center .logo{
margin: 0 20px;
}
@media (min-width: 992px) {
.header_logo_center .logo{
margin-left: 30px;
}
}
.header_logo_center .logo_wrapper a.logo{
padding: 13px 0 !important;
z-index: 2;
margin-left: 24px;
margin-right: 24px;
}
@media (max-width: 991px) {
.header_logo_center .logo_wrapper a.logo{
margin-left: 0;
}
}
@media (min-width: 992px) {
.header_logo_center .logo_wrapper{
position: absolute;
left: 0;
right: 0;
text-align: center;
}
.header_logo_center .logo_wrapper a.logo{
display: inline-block;
word-break: break-word;
text-transform: uppercase;
position: relative;
}
}
#header.page_header_side .logo{
margin-bottom: 40px;
}
#header.page_header_side .logo .logo-text{
padding: 5px 0 5px 8px;
}
.footer .logo-footer{
position: relative;
}
.footer .logo-footer .logo-text{
padding: 0;
position: relative;
z-index: 1;
}
.footer .logo-footer .logo-bg{
position: absolute;
top: -18px;
left: calc(50% - 40px);
opacity: .3;
z-index: 0;
}
.section-hr{
box-sizing: border-box;
position: absolute;
margin: 0 auto;
padding: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #dfdfdf;
background-color: var(--colorBorder);
width: 100%;
}
.container .section-hr,
.section-hr.container{
left: 0;
right: 0;
max-width: 1520px;
}
.section-hr:first-child{
bottom: auto;
}
#box{
display: flex;
flex-direction: column;
}
#box.box-fade-in{
transition: opacity .35s ease-out;
opacity: 0;
}
.window-loaded #box.box-fade-in{
opacity: 1;
}
.title{
position: relative;
}
.title h1{
margin-top: 10px !important;
margin-bottom: 0;
display: inline-block;
font-size: 24px;
font-weight: 600;
word-wrap: break-word;
}
@media (min-width: 992px) {
.title h1{
font-size: 40px;
}
}
.title .breadcrumbs{
margin-top: 10px;
margin-bottom: 10px;
font-size: 0;
line-height: 1;
}
.title .breadcrumbs a,
.title .breadcrumbs span.breadcrumb_last,
.title .breadcrumbs span.breadcrumbs_item:last-child{
display: inline-block;
margin: 0;
padding: 0 10px;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
}
.title .breadcrumbs span.breadcrumb_last{
color: var(--colorMain);
}
.title .breadcrumbs span + span{
font-size: 16px;
}
.title .search-form{
margin: 1em 0;
max-width: 400px;
}
.title.text-center .search-form{
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) {
.title.title-inline>[class*=container]{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.title.title-inline h1 + nav{
margin-left: 15px;
padding-left: 15px;
}
.title.title-inline .search-form{
margin-left: 2em;
margin-right: 2em;
}
}
.title.title-1 .d-flex{
justify-content: space-between;
align-items: baseline;
}
@media (max-width: 767px) {
.title.title-1 .d-flex{
flex-wrap: wrap;
justify-content: center;
}
}
.title.title-1 .breadcrumbs{
display: inline-block;
}
@media (max-width: 767px) {
.title.title-1 .breadcrumbs{
width: 100%;
text-align: center;
}
}
@media (min-width: 768px) {
.title.title-1 .breadcrumbs span.breadcrumb_last,
.title.title-1 .breadcrumbs span.breadcrumbs_item:last-child{
padding-right: 0;
}
}
.title.title-2 h1{
margin-top: 0 !important;
}
.title.title-2 .breadcrumbs{
border-left: 1px solid rgba(0, 0, 0, .2);
padding-left: 15px;
padding-top: 13px;
padding-bottom: 13px;
margin-left: 25px;
margin-top: 0;
margin-bottom: 0;
}
@media (max-width: 767px) {
.title.title-2{
text-align: center;
}
.title.title-2 .breadcrumbs{
border-left: none;
padding: 0;
margin: 0;
}
}
.title.title-2 .search-form{
max-width: 100%;
}
@media (min-width: 768px) {
.title.title-4 h1{
margin-top: 0 !important;
}
.title.title-4 .breadcrumbs{
position: absolute;
bottom: 0;
right: 0;
padding: 8px 20px;
background-color: var(--colorBackground);
margin-bottom: 0;
}
.title.title-4 .breadcrumbs a{
color: var(--colorDarkGrey) !important;
}
.title.title-4 .breadcrumbs a:hover{
color: var(--colorMain) !important;
}
.title.title-4 .breadcrumbs span.breadcrumb_last{
color: var(--colorMain) !important;
}
}
.intro{
position: relative;
}
@media (min-width: 768px) {
.intro .d-grid{
align-items: center;
}
.intro.image-right .d-grid > *:first-child{
order: 2;
}
}
@media (max-width: 767px) {
.intro .d-grid .intro-section-text{
padding-top: 2em;
text-align: center;
}
}
.intro.image-top .intro-section-text{
margin-top: 3em;
}
.intro.image-bottom .intro-section-text{
margin-bottom: 3em;
}
.intro .intro-social-links{
display: none;
}
@media (max-width: 1364px) {
.intro .intro-social-links{
display: block;
}
}
.intro .intro-social-links .social-links{
margin-bottom: 1em;
}
@media (max-width: 767px) {
.intro .intro-social-links .social-links{
justify-content: center;
}
}
.intro .intro-social-links-absolute{
display: none;
}
@media (min-width: 1365px) {
.intro .intro-social-links-absolute{
display: block;
position: absolute;
top: 50%;
left: 2%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.intro .intro-social-links-absolute .social-links{
flex-direction: column;
}
.intro .intro-social-links-absolute .social-links a{
margin: 10px;
}
@media (min-width: 1400px) {
.intro.image-scale .intro-image{
margin: 20% 0;
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
}
.intro-buttons{
margin-top: 2em;
}
#main{
position: relative;
flex-grow: 1;
overflow: hidden;
}
.with-sidebar #main{
overflow: visible;
}
.column-aside{
max-width: 440px;
margin: 4em 0 0;
}
@media (min-width: 992px) {
.sidebar-33 .column-aside{
max-width: 370px;
}
}
@media (max-width: 767px) {
.column-aside{
margin-top: 60px !important;
}
}
.column-aside .widgets-wrap.sticky{
position: sticky;
top: 40px;
}
.column-aside .widgets-wrap{
padding: 30px;
}
.column-aside .widgets-wrap > * + *{
margin-top: 55px;
}
@media (max-width: 767px) {
.column-aside .widgets-wrap > * + *{
margin-top: 50px;
}
}
@media screen and (min-width: 320px)and (max-width: 991px) {
.column-aside{
max-width: none;
}
.column-aside .widgets-wrap{
display: flex;
flex-wrap: wrap;
}
.column-aside .widgets-wrap > *{
margin-top: 0;
margin-bottom: 3em;
flex: 1 1 100%;
}
.column-aside .widgets-wrap > *:nth-child(odd):last-child{
margin-bottom: 0;
}
}
@media screen and (min-width: 992px) {
.with-sidebar .main-columns{
display: flex;
}
.with-sidebar .column-main{
width: 66.666%;
padding-right: 0;
}
.with-sidebar .sidebar-gap-1 .column-main{
padding-right: 1rem;
}
.with-sidebar .sidebar-gap-2 .column-main{
padding-right: 2rem;
}
.with-sidebar .sidebar-gap-3 .column-main{
padding-right: 3rem;
}
.with-sidebar .sidebar-gap-4 .column-main{
padding-right: 4rem;
}
.with-sidebar .column-aside{
margin-top: 0;
width: 33.333%;
}
.with-sidebar .sidebar-25 .column-main{
width: 75%;
}
.with-sidebar .sidebar-25 .column-aside{
width: 25%;
}
.sidebar-left .column-aside{
order: 1;
}
.sidebar-left .column-main{
order: 2;
padding-right: 0 !important;
padding-left: 0;
}
.sidebar-left .sidebar-gap-1 .column-main{
padding-left: 1em;
}
.sidebar-left .sidebar-gap-2 .column-main{
padding-left: 2em;
}
.sidebar-left .sidebar-gap-3 .column-main{
padding-left: 3em;
}
.sidebar-left .sidebar-gap-4 .column-main{
padding-left: 4em;
}
}
.sidebar-home > *{
margin-bottom: 4em;
}
@media screen and (min-width: 767px) {
.sidebar-home{
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 3em;
}
.sidebar-home > *{
margin-bottom: 0;
}
.sidebar-home > .widget-fullwidth{
grid-column: 1/span 3;
}
}
.sidebar-home-before{
margin-bottom: 4em;
}
.sidebar-home-after{
margin-top: 4em;
}
.footer-top{
position: relative;
}
.footer-top.i .footer_top-heading{
color: var(--colorLight);
}
.footer-top .footer_top-heading{
line-height: 1.3;
font-style: normal;
font-weight: 500;
font-size: 35px;
text-transform: uppercase;
color: var(--colorMain);
}
.footer-top .footer_top-shortcode{
margin-top: 50px;
}
.footer-top input[type=email]{
width: 740px;
min-height: 60px;
background: var(--colorLight);
border-radius: 5px;
padding: 15px 30px;
border: none;
text-align: center;
}
@media (max-width: 991px) {
.footer-top input[type=email]{
width: 280px;
}
}
.footer-top input[type=email]::-webkit-input-placeholder{
color: var(--colorFont);
font-size: 18px;
}
.footer-top input[type=email]:-ms-input-placeholder{
color: var(--colorFont);
font-size: 18px;
}
.footer-top input[type=email]::placeholder{
color: var(--colorFont);
font-size: 18px;
}
.footer-top button[type=submit]{
border-color: var(--colorMain);
}
.footer-top button[type=submit]:hover{
background-color: var(--colorMain);
}
@media (min-width: 768px) {
.footer-top form.mc4wp-form label{
margin-bottom: 32px;
}
}
.footer-top .grid-wrapper{
align-items: center;
}
.footer{
position: relative;
overflow: hidden;
font-weight: 400;
}
.footer .widget .widget-title,
.footer .widget .widgettitle{
font-size: 20px;
line-height: 20px;
text-transform: uppercase;
padding: 0;
margin-bottom: 51px;
color: var(--colorMain3);
}
.footer-widgets > *{
margin-top: 15px;
margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
.footer-widgets.one-half-only{
width: 50%;
margin-left: auto;
margin-right: auto;
}
}
@media screen and (min-width: 1200px) {
.footer-widgets.one-half-first > *:first-child{
width: 50%;
}
.footer-widgets.one-half-second > *:nth-child(2){
width: 50%;
}
.footer-widgets.second-third-narrow > *:nth-child(2),
.footer-widgets.second-third-narrow > *:nth-child(3){
width: 16.666%;
}
}
.footer-widgets-fullwidth > * + *{
margin-top: 3em;
}
footer{
font-weight: 300;
}
footer li.wp-social-link + li.wp-social-link{
margin-left: 7px;
}
footer #ctf .ctf-item{
padding: 0 0 0 25px;
display: flex;
flex-direction: column;
position: relative;
}
footer #ctf .ctf-item:not(:first-child){
margin-top: 10px;
}
footer #ctf .ctf-item:first-child{
margin-top: 7px;
}
footer #ctf .ctf-item .ctf-author-box{
min-height: 0;
margin: 0;
order: 2;
}
footer #ctf .ctf-item .ctf-author-box .ctf-corner-logo{
position: absolute;
top: 0;
left: 0;
}
footer #ctf .ctf-item .ctf-tweet-meta{
margin: 0;
}
footer #ctf .ctf-item .ctf-tweet-meta a{
color: var(--colorLight) !important;
}
footer #ctf .ctf-item .ctf-tweet-content{
margin: 0;
padding: 0;
}
footer .wp-block-gallery{
margin-top: 0;
}
@media (min-width: 600px) {
footer .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){
margin-right: 4px;
}
footer .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){
margin: 4px;
}
}
footer .wp-block-gallery figure a::before{
background-color: var(--colorFontBlue);
border: none;
opacity: 0;
}
footer .wp-block-gallery figure a:hover::before{
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .3;
}
footer .social-links-list{
margin: 30px 0 0;
padding: 0;
list-style: none;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
}
footer .social-links-list i{
line-height: 40px;
}
footer .social-links-list li:not(:last-child){
margin-right: 10px;
}
@media (min-width: 768px) {
footer.footer-7{
padding-bottom: 38px;
}
}
footer.i .widget .lofo-footer{
margin-top: -8px;
}
footer .widget_nav_menu ul li.menu-item:first-child{
border: none;
}
footer .widget_nav_menu ul li.menu-item{
border: none;
padding: 0;
line-height: 24px;
display: inline-block;
width: 48%;
}
footer .widget_nav_menu ul li.menu-item a{
opacity: 1;
padding: 0;
color: var(--colorFont);
display: inline-block;
padding: 7px 0;
position: relative;
width: 100%;
}
footer .widget_nav_menu ul li.menu-item a::before{
content: "";
display: inline-block;
position: relative;
top: -0.1em;
width: 5px;
height: 5px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #d02954;
border-color: var(--colorMain);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-right: 13px;
}
footer .widget_nav_menu ul li.menu-item a:hover{
color: var(--colorLight);
}
footer .leaf > img{
max-width: 170px !important;
display: block;
}
footer .leaf-circular-text .wp-block-group__inner-container{
position: relative;
}
footer .leaf-circular-text .wp-block-group__inner-container figure{
position: relative;
}
footer .leaf-circular-text .wp-block-group__inner-container::before{
content: "";
display: block;
position: absolute;
width: 170px;
height: 170px;
background-image: url(//www.beautesublimeeparval.fr/wp-content/themes/makeup/assets/img/circular-text.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
opacity: .2;
border-radius: 50%;
-webkit-animation: iqrotation 15s infinite linear;
animation: iqrotation 15s infinite linear;
-webkit-animation-play-state: running;
animation-play-state: running;
}
@-webkit-keyframes iqrotation {
from{
-webkit-transform: rotate(0deg);
}
to{
-webkit-transform: rotate(359deg);
}
}
@keyframes iqrotation {
from{
-webkit-transform: rotate(0deg);
}
to{
-webkit-transform: rotate(359deg);
}
}
footer .lofo-footer{
max-width: 50px;
}
.copyright{
position: relative;
}
.copyright .copyright-text{
margin: 3px 0;
text-transform: uppercase;
font-weight: 700;
letter-spacing: .1em;
}
.copyright i{
padding: 0 10px;
}
.copyright .copyright-menu{
margin: .5em 0;
padding: 0;
list-style: none;
}
@media (min-width: 1520px) {
.copyright .copyright-menu{
padding-right: 72px;
}
}
.copyright .copyright-menu li{
display: inline-block;
margin: 0;
}
.copyright .copyright-menu li a:hover{
color: var(--colorLight);
}
.copyright .copyright-menu li:not(:last-child)::after{
content: "|";
position: relative;
left: .5em;
}
.copyright .copyright-menu li + li{
margin-left: 10px;
}
.copyright .cols-2{
align-items: center;
}
@media screen and (max-width: 767px) {
.copyright .cols-2{
display: block;
}
.copyright .cols-2 > *{
width: auto;
}
}
.copyright .cols-2 > *:last-child{
margin-top: 1em;
display: block;
}
@media screen and (min-width: 768px) {
.copyright .cols-2 > *:last-child:not(:only-child){
margin-top: 0;
text-align: right;
}
}
#to-top{
position: fixed;
right: 30px;
bottom: -60px;
background-color: #d02954;
background-color: var(--colorMain2);
box-shadow: 0 0 20px 0 rgba(100, 100, 100, .15);
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
transition: all .25s ease-in-out;
z-index: 2;
}
#to-top.visible{
bottom: 30px;
}
#to-top:before{
color: #fff;
content: "";
font-size: 16px;
line-height: 48px;
font-family: "FontAwesome";
text-align: center;
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: all .2s linear;
}
#to-top:hover{
bottom: 35px;
}
#overlay{
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
z-index: 20;
opacity: 0;
visibility: hidden;
background-color: rgba(0, 0, 0, .001);
transition: all .25s ease-in-out;
}
.top-menu-active #overlay,
.side-menu-active #overlay,
.login-dropdown-active #overlay,
.search-dropdown-active #overlay{
background-color: rgba(0, 0, 0, .9);
opacity: 1;
visibility: visible;
}
.search-dropdown-active #overlay{
z-index: 24;
}
.embed-responsive{
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.pswp__zoom-wrap .embed-responsive{
max-width: 90%;
margin: auto;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (min-width: 1200px) {
.pswp__zoom-wrap .embed-responsive{
max-width: 50%;
}
}
#login_dropdown{
display: none;
z-index: -20;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: -50%;
margin-left: auto;
margin-right: auto;
transition: all .4s ease-in-out;
}
#login_dropdown.active{
display: flex;
z-index: 99;
top: 100px;
max-width: 800px;
max-height: 500px;
height: 100%;
width: calc(100% - 30px);
overflow-y: auto;
background-color: var(--colorLight);
}
.modal{
display: none;
width: 100%;
border: 1px solid var(--colorDark);
}
.modal.active{
display: flex;
}
.modal > *{
padding: 2em 1.5em;
}
.modal h4{
font-weight: 400;
}
.modal .form-section{
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
width: 100%;
}
.modal .form-section form,
.modal .form-section input:not([type=submit]):not([type=checkbox]){
width: 100%;
}
.modal .img-section{
flex-shrink: 0;
width: 50%;
position: relative;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
}
.modal .img-section p{
margin-bottom: 0;
}
.modal .img-section h4{
margin-top: .3em;
margin-bottom: 1em;
}
.modal .img-section > *{
z-index: 1;
}
.modal .img-section p,
.modal .img-section h4{
color: var(--colorLight);
}
.modal .img-section::before{
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: var(--colorFontBlue);
opacity: .5;
z-index: 0;
}
@media (max-width: 767px) {
.modal .img-section{
display: none;
}
}
#footer.l a{
color: var(--colorFont);
}
#footer.l a:hover{
color: var(--colorMain);
}
.layout-search{
max-width: 1000px;
margin: 0 auto;
}
.layout-search > article,
.layout-search > div{
margin-top: 0;
margin-bottom: 50px;
}
@media (max-width: 767px) {
.layout-search > article,
.layout-search > div{
margin-bottom: 30px;
}
}
.layout-search > article:last-child,
.layout-search > div:last-child{
margin-bottom: 0;
}
.layout-search > article ul.products.search-results li.product,
.layout-search > article ul.products.search-results li.product,
.layout-search > div ul.products.search-results li.product,
.layout-search > div ul.products.search-results li.product{
margin-bottom: 0;
}
.layout-search article + article{
margin-top: 0;
}
.layout-search article{
border: 2px solid rgba(0, 0, 0, .06);
padding: 50px 35px;
border-radius: 0;
}
@media (max-width: 550px) {
.layout-search article{
padding: 30px;
}
}
@media (min-width: 600px) {
.layout-search li.product .product-loop-item .product-text-wrap{
display: flex;
align-items: center;
margin-left: 35px;
}
.layout-search li.product .product-loop-item .product-text-wrap .product-title-cat-wrap{
margin-top: 0;
}
}
ul a:not([href]):empty{
display: none;
}
.nav-btn{
width: 24px;
min-width: 0;
height: 24px;
border: none;
padding: 0;
text-align: center;
position: absolute;
right: 15px;
cursor: pointer;
}
.nav-btn[id]{
background: rgba(0, 0, 0, 0);
}
.nav-btn:hover,
.nav-btn:focus{
background: rgba(0, 0, 0, 0) !important;
}
.nav-btn span,
.nav-btn span:before,
.nav-btn span:after{
width: 24px;
height: 2px;
margin: auto;
left: 0;
display: block;
position: relative;
content: "";
background: #1c1c1c;
background: var(--colorDark);
transition: .25s all ease-in-out;
}
.i .nav-btn span,
.i .nav-btn span:before,
.i .nav-btn span:after{
background: #fff;
background: var(--colorLight);
}
.i .l.affix .nav-btn span,
.i .l.affix .nav-btn span:before,
.i .l.affix .nav-btn span:after{
background: #1c1c1c;
background: var(--colorDark);
}
.nav-btn[aria-expanded=true] span{
background: rgba(0, 0, 0, 0) !important;
}
.nav-btn span:before{
top: -6px;
}
.nav-btn span:after{
top: 4px;
}
.nav-btn[aria-expanded=true] span:before{
top: 1px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-btn[aria-expanded=true] span:after{
top: -3px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nav-btn.type-dots{
width: 28px;
height: 28px;
}
.nav-btn.type-dots span,
.nav-btn.type-dots span:before,
.nav-btn.type-dots span:after{
height: 3px;
width: 3px;
border-radius: 50%;
}
.nav-btn.type-dots span:before{
bottom: 6px;
}
.nav-btn.type-dots span:after{
top: 3px;
}
.nav-btn.type-dots[aria-expanded=true] span,
.nav-btn.type-dots[aria-expanded=true] span:before,
.nav-btn.type-dots[aria-expanded=true] span:after{
width: 22px;
height: 2px;
border-radius: 0;
}
.nav-btn.type-dots[aria-expanded=true] span:after{
top: -1px;
}
.top-nav{
position: relative;
flex: 1 1;
}
.top-nav a,
.top-nav a:hover{
text-decoration: none;
}
@media screen and (min-width: 992px) {
.top-nav{
position: relative;
flex: 1 1;
display: flex;
align-items: center;
}
.menu-center .top-nav{
justify-content: center;
}
.menu-right .top-nav{
justify-content: flex-end;
}
.no-logo .top-menu > li:first-child{
margin-left: 0;
}
.top-menu{
display: flex;
list-style: none;
padding: 0;
margin: 0;
flex-wrap: wrap;
line-height: 1.1;
}
.menu-right .top-menu{
justify-content: flex-end;
}
.menu-center .top-menu{
justify-content: center;
}
.top-menu ~ .nav-btn{
display: none;
}
.top-menu a{
font-weight: bold;
}
.top-menu ul{
list-style: none;
position: absolute;
top: 100%;
left: 0;
min-width: 260px;
opacity: 0;
transition: all .2s ease-in;
margin-top: 10px;
text-align: left;
list-style: none;
padding: 15px 0 30px;
background-color: #fff;
box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
min-width: 15em;
*width: 10em;
border-radius: 0;
pointer-events: none;
}
.top-menu ul a{
display: block;
white-space: nowrap;
padding: 10px 0;
text-decoration: none;
zoom: 1;
transition-property: color, background-color, border-color, padding-top, padding-bottom;
font-size: 14px;
text-transform: uppercase;
letter-spacing: .1em;
font-weight: 700;
color: var(--colorDarkGrey);
transition: all .15s linear 0s;
}
.top-menu ul a::before{
position: relative;
top: 1px;
content: "";
font-family: "makeup";
padding-right: 15px;
font-size: 14px;
color: #e1e1e1;
transition: all .2s ease-in-out 0s;
}
.top-menu ul a::after{
display: none !important;
}
.top-menu ul a:hover{
color: var(--colorMain);
}
.top-menu ul a:hover::before{
color: var(--colorMain);
}
.top-menu ul li{
padding-left: 30px;
padding-right: 30px;
}
.top-menu ul li + li::before{
content: "";
position: absolute;
top: 0;
left: 30px;
right: 30px;
height: 2px;
background-image: -webkit-repeating-radial-gradient(center center, #eaeaea, #eaeaea 1px, transparent 1px, transparent 100%);
background-image: repeating-radial-gradient(center center, #eaeaea, #eaeaea 1px, transparent 1px, transparent 100%);
background-size: 8px 8px;
background-position: center;
}
.top-menu ul.sub-menu .current-menu-item > a,
.top-menu ul.sub-menu .current-menu-parent > a{
color: #d02954;
color: var(--colorMain);
}
.top-menu li{
position: relative;
}
.top-menu li:hover,
.top-menu li:focus,
.top-menu li:focus-within{
overflow: visible;
}
.top-menu li:hover > ul,
.top-menu li:focus > ul,
.top-menu li:focus-within > ul{
z-index: 2;
display: block;
opacity: 1;
margin-top: 0;
pointer-events: all;
}
.top-menu ul ul{
top: -10px;
left: 100%;
border-color: var(--colorMain2);
}
.top-menu ul ul li.menu-item-has-children:after{
position: absolute;
right: 1em;
top: .5em;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.top-menu ul ul.sub-menu li a{
border: none;
}
.top-menu ul ul.sub-menu li a:hover{
color: #d02954;
color: var(--colorMain);
}
.top-menu ul ul ul{
min-width: 0;
padding: 0 0 0 .5em;
top: 0;
left: 0;
margin-top: 0;
opacity: 1;
position: relative;
display: block;
box-shadow: none;
background-color: rgba(0, 0, 0, 0);
}
.top-menu > li::before{
content: "";
position: absolute;
top: 50%;
left: -2px;
margin-top: -3px;
width: 5px;
height: 5px;
border-radius: 5px;
background-color: #747771;
}
.top-menu > li:hover{
overflow: visible;
}
.top-menu > li > a{
display: inline-block;
padding: 35px 0;
margin: 0 10px;
text-transform: uppercase;
position: relative;
letter-spacing: .1em;
font-weight: 700;
}
}
@media screen and (min-width: 992px)and (min-width: 1200px) {
.top-menu > li > a{
padding-top: 51px;
padding-bottom: 51px;
margin: 0 20px;
}
}
@media screen and (min-width: 992px)and (min-width: 1400px) {
.top-menu > li > a{
margin: 0 30px;
}
}
@media screen and (min-width: 992px) {
.top-menu > li:first-child::before{
display: none;
}
}
@media screen and (min-width: 992px) {
.top-menu > li:first-child a{
margin-left: 0;
}
}
@media screen and (min-width: 992px) {
.top-menu span.customize-partial-edit-shortcut + li.menu-item::before{
display: none;
}
.top-menu span.customize-partial-edit-shortcut + li.menu-item a{
margin-left: 0;
}
}
@media screen and (min-width: 992px) {
.top-menu > li:last-child a{
margin-right: 0;
}
}
@media screen and (min-width: 992px) {
.top-menu.menu-low-items > li{
margin: 0;
}
.top-menu.menu-low-items > li > a::before{
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
top: 20px;
-webkit-transform: scale(0);
transform: scale(0);
background-color: var(--colorMain);
opacity: 0;
transition: all .2s ease 0s;
}
.top-menu.menu-low-items > li > a:hover,
.top-menu.menu-low-items > li > a:focus{
color: var(--colorDarkGrey);
}
.top-menu.menu-low-items > li > a:hover::before,
.top-menu.menu-low-items > li > a:focus::before{
top: 0;
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.top-menu.menu-low-items > li.current-menu-item > a::before{
top: 0;
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@media screen and (min-width: 992px) {
.top-menu > .current_page_parent > a:before,
.top-menu > .current-menu-parent > a:before,
.top-menu > .current-menu-item > a:before{
width: 100%;
}
}
@media screen and (min-width: 992px) {
.affix .top-menu > li > a{
padding-top: 35px;
padding-bottom: 35px;
}
}
@media screen and (max-width: 991px) {
.top-menu-active{
height: 100%;
overflow: hidden;
-ms-scroll-chaining: none;
overscroll-behavior: contain;
}
.top-nav{
width: 290px;
left: -290px;
display: block;
z-index: 21;
position: fixed;
overflow: auto;
background-color: var(--colorDarkGrey);
padding: 80px 20px 60px 10px;
top: 0;
bottom: 0;
right: 0;
font-size: 1.1em;
text-transform: uppercase;
font-weight: 400;
word-wrap: break-word;
text-align: left;
transition: all .4s ease-out 0s;
pointer-events: none;
opacity: 0;
}
.top-nav::before{
content: "";
display: block;
width: 100%;
height: 60px;
position: absolute;
top: 0;
left: 0;
right: 0;
background-color: var(--colorMain);
}
.top-nav.active{
left: 0;
opacity: 1;
width: 100%;
pointer-events: all;
}
.top-nav ul{
margin: 0;
padding: 0;
list-style: none;
}
.top-nav ul ul{
font-size: .92em;
padding: 10px;
font-weight: 300 !important;
font-size: 16px;
text-transform: none;
}
.top-nav ul ul li a:before{
content: "-";
padding-right: 5px;
}
.top-nav ul ul ul li a:before{
content: "--";
padding-right: 5px;
}
.top-nav li{
padding: .2em 0;
}
.top-nav .top-menu > li{
display: block;
padding: 10px 15px;
position: relative;
font-size: .9em;
text-transform: uppercase;
font-weight: 400;
}
.top-nav .top-menu > li:before{
display: none;
}
.top-nav .top-menu > li > a{
color: #fff;
}
.top-nav .top-menu a{
color: #fff;
color: var(--colorLight);
}
.top-nav .top-menu a:hover{
color: #d02954;
color: var(--colorMain);
}
.top-nav .nav-btn{
position: fixed;
right: 0;
top: 0;
}
.top-nav .nav-btn span,
.top-nav .nav-btn span:before,
.top-nav .nav-btn span:after{
width: 36px;
height: 4px;
border-radius: 5px;
background: #fff;
background: var(--colorLight);
}
.top-nav .nav-btn#nav_close{
position: absolute;
margin: 0;
width: 36px;
height: 36px;
top: 12px;
right: 15px;
}
#header #nav_toggle{
display: block;
}
#header.no-logo #nav_toggle{
margin-right: auto;
}
}
.topline-menu{
list-style: none;
padding: 0;
margin: 0;
}
@media screen and (max-width: 991px) {
.topline-menu li + li{
margin-top: .7em;
}
}
@media screen and (min-width: 992px) {
.topline-menu li{
margin: 0 .5em;
display: inline-block;
}
.topline-menu li:first-child{
margin-left: 0;
}
.topline-menu li:last-child{
margin-right: 0;
}
}
@media (max-width: 991px) {
.top-nav .menu-low-items{
padding: 0;
}
.top-nav .menu-low-items i{
width: 1em;
text-align: center;
margin-right: 10px;
}
.top-nav .menu-low-items .toggle_submenu{
cursor: pointer;
position: absolute;
right: 30px;
top: 4px;
font-size: 16px;
text-align: center;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
transition: .25s ease-in-out;
width: 30px;
height: 30px;
line-height: 30px;
}
.top-nav .menu-low-items .toggle_submenu:before{
content: "";
display: inline-block;
position: relative;
top: -0.1em;
width: 7px;
height: 7px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: var(--colorLight);
border-color: var(--colorLight);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.top-nav .menu-low-items ul{
padding: 0;
}
.top-nav .menu-low-items li{
position: relative;
list-style: none;
padding: 0;
width: 100%;
}
.top-nav .menu-low-items > li{
transition: .3s ease-in-out;
}
.top-nav .menu-low-items a{
display: inline-block;
padding: 10px 15px;
}
.top-nav .menu-low-items .active-submenu > a{
color: var(--colorMain);
background-color: rgba(0, 0, 0, 0);
}
.top-nav .menu-low-items .active-submenu > .toggle_submenu{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.top-nav .menu-low-items li.active > a{
color: #d02954;
}
.top-nav .menu-low-items ul{
opacity: 0;
height: 0;
}
.top-nav .menu-low-items ul a{
padding-top: 8px;
padding-bottom: 8px;
padding-left: 50px;
}
.top-nav .menu-low-items ul ul a{
padding-left: 60px;
}
.top-nav .menu-low-items ul ul ul a{
padding-left: 70px;
}
.top-nav .menu-low-items ul ul ul ul a{
padding-left: 80px;
}
.top-nav .menu-low-items .active-submenu > div.mega-menu{
height: auto;
}
.top-nav .menu-low-items .active-submenu > ul,
.top-nav .menu-low-items .active-submenu > div.mega-menu > ul{
opacity: 1;
height: auto;
}
.top-nav .menu-low-items ul,
.top-nav .menu-low-items div.mega-menu{
height: 0;
overflow: hidden;
transition: opacity .6s, margin-top .4s, margin-bottom .4s, height .3s ease-in-out;
}
.top-nav .menu-low-items ul li.sfHover > .mega-menu ul{
display: block;
height: 100%;
}
.top-nav .menu-low-items div.mega-menu > ul{
margin-right: 0;
height: auto;
}
.top-nav ul.sub-menu li.menu-item-has-children::after{
display: none;
}
.top-nav ul.sub-menu li a{
margin-bottom: 0;
padding: 10px 10px 10px 15px;
}
.top-nav ul ul li:before{
left: 20px;
}
.top-nav ul.sub-menu li a:hover{
color: var(--colorMain);
}
.top-nav ul.sub-menu .sub-menu li a{
margin-left: 15px;
}
.top-nav ul.sub-menu .sub-menu li::before{
left: 40px;
}
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail{
max-width: 100%;
height: auto;
display: block;
}
.wp-caption{
margin-bottom: 1em;
}
.wp-caption-text{
margin-bottom: 1em;
}
.sticky{
display: block;
position: relative;
}
.screen-reader-text{
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus{
box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
display: block;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.gallery-item{
margin-bottom: 1em;
}
.bypostauthor{
display: block;
}
.alignleft{
max-width: 50%;
float: left;
margin: 5px 30px 15px 0;
clear: both;
}
.alignright{
max-width: 50%;
float: right;
margin-top: 0;
margin-left: 1.5em;
margin-bottom: 1em;
clear: both;
}
.aligncenter{
text-align: center;
clear: both;
margin-left: auto;
margin-right: auto;
}
.search-form{
position: relative;
}
.search-form input{
height: 40px;
background-color: rgba(0, 0, 0, 0);
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 0;
box-shadow: none;
color: var(--colorDarkGrey);
padding-left: 20px;
padding-right: 40px;
padding-top: 6px;
padding-bottom: 5px;
font-size: 14px;
line-height: 30px;
width: 100%;
}
.search-form button{
position: absolute;
right: 0;
top: 0;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
width: 40px;
height: 40px;
}
.search-form button::before{
font-size: 14px;
content: "";
font-family: "FontAwesome";
color: var(--colorDarkGrey);
}
.search-form button .fa.fa-search{
display: none;
}
.search-form button.search-submit{
font-size: 0;
}
.search-form button.search-submit svg{
font-size: 20px;
}
.search-form button.search-submit:hover{
opacity: .5;
}
.search-form button.search-submit,
.search-form button.search-submit:hover{
border: none;
background: none;
box-shadow: none;
}
.sidebar-blog-before-columns{
margin-bottom: 50px;
}
.category-description{
margin-bottom: 4em;
}
.blog .format-video .entry-content figure{
display: none;
}
.post .entry-content figure.wp-block-gallery{
display: flex;
flex-wrap: wrap;
margin-top: 1.2em;
margin-bottom: 1.2em;
}
.blog .entry-content + .entry-wrap,
.blog .entry-content + .share_buttons,
.single-post .entry-content + .entry-wrap,
.single-post .entry-content + .share_buttons{
margin-top: 20px !important;
}
.entry-wrap.d-flex{
justify-content: space-between;
flex-wrap: wrap;
}
.entry-wrap .icon-inline{
margin-right: 20px;
}
.entry-wrap .icon-inline:last-child{
margin-right: 0;
}
.entry-wrap .icon-inline > span:first-child{
margin-right: 5px;
}
.entry-wrap .icon-inline .meta-word{
margin-right: 5px;
}
.entry-wrap .icon-inline .like_button.like_active_button i{
color: var(--colorMain);
transition: all .3s ease-in-out;
}
.entry-wrap .icon-inline .like_button.like_active_button i.fa-heart{
cursor: pointer;
}
.entry-wrap .icon-inline .like_button.like_active_button i.fa-heart:hover{
color: var(--colorDarkGrey);
}
.entry-wrap .icon-inline .like_button i{
color: var(--colorDarkGrey);
}
.entry-wrap .icon-inline .like_button i.fa-check{
color: var(--colorMain);
}
.entry-wrap .icon-inline.number-only .item-likes-word,
.entry-wrap .icon-inline.number-only .item-views-word{
display: none !important;
}
.entry-wrap .icon-inline .svg-icon svg{
fill: var(--colorMain);
}
.entry-wrap .icon-inline.entry-date-wrap{
line-height: 30px;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
letter-spacing: .1em;
color: var(--colorMain3);
}
.entry-wrap .icon-inline.entry-date-wrap a{
color: var(--colorMain3);
}
.entry-wrap .icon-inline.entry-date-wrap a:hover{
color: var(--colorFont);
}
.entry-wrap .icon-inline.entry-date-wrap .svg-icon{
display: none !important;
}
.entry-wrap .icon-inline.entry-categories-wrap .svg-icon,
.entry-wrap .icon-inline.entry-tags-wrap .svg-icon{
display: none !important;
}
.entry-wrap .icon-inline.comments-link a{
color: var(--colorFont);
}
.entry-wrap .icon-inline.comments-link a:hover{
color: var(--colorDarkGrey);
}
.layout-default .post:not(.format-status):not(.format-quote) .entry-content figure{
margin-top: 0;
border-radius: 0;
}
.layout-default .post:not(.format-status):not(.format-quote) > .item-content{
padding: 30px 20px;
border-bottom: 5px solid var(--colorBorder);
}
.layout-default .post:not(.format-status):not(.format-quote) > .item-content.bottom_border_color1{
border-bottom-color: var(--colorMain);
}
.layout-default .post:not(.format-status):not(.format-quote) > .item-content.bottom_border_color2{
border-bottom-color: var(--colorMain2);
}
.layout-default .post:not(.format-status):not(.format-quote) > .item-content.bottom_border_color3{
border-bottom-color: var(--colorMain3);
}
.layout-default .post:not(.format-status):not(.format-quote) > .item-content.bottom_border_color4{
border-bottom-color: var(--colorMain4);
}
.layout-default .post:not(.format-status):not(.format-quote) > .item-content.bottom_border_color5{
border-bottom-color: var(--colorMain5);
}
@media (min-width: 768px) {
.layout-default .post:not(.format-status):not(.format-quote) > .item-content{
padding: 35px;
}
}
@media (min-width: 1200px) {
.layout-default .post:not(.format-status):not(.format-quote) > .item-content{
padding: 55px;
}
}
.grid-item .layout-default .post:not(.format-status):not(.format-quote) > .item-content{
padding-top: 2em;
}
.layout-default .post:not(.format-status):not(.format-quote) > .item-content.content-narrow{
padding-top: 2.5em;
}
.layout-default .post:nth-child(1n) .item-content.bottom_border_multi_colored{
border-bottom-color: var(--colorMain4);
}
.layout-default .post:nth-child(1n) .item-content.bottom_border_multi_colored h3.entry-title a{
color: var(--colorMain4);
}
.layout-default .post:nth-child(1n) .item-content.bottom_border_multi_colored h3.entry-title a:hover{
color: var(--colorDarkGrey);
}
.layout-default .post:nth-child(2n) .item-content.bottom_border_multi_colored{
border-bottom-color: var(--colorMain2);
}
.layout-default .post:nth-child(2n) .item-content.bottom_border_multi_colored h3.entry-title a{
color: var(--colorMain2);
}
.layout-default .post:nth-child(2n) .item-content.bottom_border_multi_colored h3.entry-title a:hover{
color: var(--colorDarkGrey);
}
.layout-default .post:nth-child(3n) .item-content.bottom_border_multi_colored{
border-bottom-color: var(--colorMain3);
}
.layout-default .post:nth-child(3n) .item-content.bottom_border_multi_colored h3.entry-title a{
color: var(--colorMain3);
}
.layout-default .post:nth-child(3n) .item-content.bottom_border_multi_colored h3.entry-title a:hover{
color: var(--colorDarkGrey);
}
h3.entry-title{
margin-top: 0;
margin-bottom: .5em;
}
@media (max-width: 991px) {
h3.entry-title{
font-size: 25px;
}
}
.color1 h3.entry-title a:hover,
.color2 h3.entry-title a:hover,
.color3 h3.entry-title a:hover,
.color4 h3.entry-title a:hover,
.color5 h3.entry-title a:hover{
color: var(--colorDarkGrey);
}
.color1 h3.entry-title a{
color: var(--colorMain);
}
.color2 h3.entry-title a{
color: var(--colorMain2);
}
.color3 h3.entry-title a{
color: var(--colorMain3);
}
.color4 h3.entry-title a{
color: var(--colorMain4);
}
.color5 h3.entry-title a{
color: var(--colorMain5);
}
@media (min-width: 992px) {
.content-narrow{
margin-left: 4.5em;
margin-right: 4.5em;
}
.no-sidebar.container-1170 .content-narrow{
margin-left: 12em;
margin-right: 12em;
}
}
article.post.format-gallery .flex-direction-nav{
display: none;
}
.format-gallery .post-thumbnail-wrap .flex-direction-nav a{
top: 0;
opacity: 0;
transition: all .6s ease 0s;
}
.format-gallery .post-thumbnail-wrap:hover .flex-direction-nav a{
top: 50%;
opacity: 1;
}
.post-thumbnail{
position: relative;
font-size: 0;
overflow: hidden;
text-align: center;
line-height: 1;
}
.post-thumbnail.mb-2{
margin-bottom: 40px;
}
.post-thumbnail .svg-icon.icon-video{
position: absolute;
transition: all .2s ease-in-out 0s;
color: var(--colorLight);
font-size: 14px;
line-height: 60px;
width: 60px;
height: 60px;
text-align: center;
left: 50%;
top: 50%;
border: 2px solid var(--colorLight);
border-radius: 50%;
margin-left: -30px;
margin-top: -30px;
}
.post-thumbnail .svg-icon.icon-video svg{
fill: var(--colorLight);
margin-left: 4px;
}
.post-thumbnail img{
transition: all .3s ease-in-out;
margin: -1px;
}
.grid-item article:not(.format-gallery):not(.format-video) .post-thumbnail::before,
.hfeed article:not(.format-gallery):not(.format-video) .post-thumbnail::before{
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--colorDark);
filter: alpha(opacity=0);
opacity: 0;
transition: all .2s linear;
}
.grid-item article:not(.format-gallery):not(.format-video):hover .post-thumbnail::before,
.hfeed article:not(.format-gallery):not(.format-video):hover .post-thumbnail::before{
opacity: .8;
}
.format-video .post-thumbnail a:hover > img{
opacity: .8;
}
.format-video .svg-icon.icon-video:hover{
opacity: .4;
}
.blog .format-status,
.archive .format-status{
overflow: hidden;
position: relative;
}
.blog .format-status::after,
.archive .format-status::after{
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(var(--colorMain2RGB), 0.95);
}
.layout-default .format-status .post-thumbnail-wrap{
display: none;
}
.layout-default .format-status .item-content{
padding: 30px 20px;
font-size: 20px;
font-weight: 400;
color: var(--colorLight);
position: relative;
z-index: 2;
}
@media (min-width: 768px) {
.layout-default .format-status .item-content{
padding: 35px;
}
}
@media (min-width: 1200px) {
.layout-default .format-status .item-content{
padding: 55px;
}
}
.layout-default .format-status .item-content .entry-avatar{
margin-bottom: 20px;
}
.layout-default .format-status .item-content .entry-avatar img{
margin: 0;
border-radius: 50%;
}
.layout-default .format-status .item-content .entry-content{
font-size: 20px;
font-weight: 400;
color: var(--colorLight);
}
.layout-default .format-status .item-content .entry-date{
margin-bottom: 20px;
}
.layout-default .format-status .item-content .entry-date .svg-icon{
display: none !important;
}
.layout-default .format-status .item-content .entry-date .entry-date-wrap{
margin-top: 0;
}
.layout-default .format-status .item-content .entry-date a{
color: var(--colorMain2Alt);
}
.layout-default .format-status .item-content h3.entry-title{
color: var(--colorLight);
text-transform: uppercase;
}
.single-post .layout-default .format-status .item-content{
color: var(--colorFont);
}
.single-post .layout-default .format-status .item-content .entry-content{
color: var(--colorFont);
}
.single-post .layout-default .format-status .item-content .entry-date a{
color: var(--colorDarkGrey);
}
.single-post .layout-default .format-status .item-content .entry-author-wrap a:hover{
color: var(--colorDarkGrey);
}
.layout-default .format-quote .post-thumbnail-wrap,
.layout-default .format-quote .post-thumbnail,
.layout-default .format-quote .entry-header,
.layout-default .format-quote .item-cats,
.layout-default .format-quote .entry-date,
.layout-default .format-quote .entry-footer{
display: none;
}
.layout-default .format-quote .item-content{
padding: 0;
position: relative;
z-index: 2;
}
.layout-default .format-quote .item-content blockquote{
margin: 0;
}
.entry-header .sticky-post{
float: right;
font-size: 14px;
line-height: 1;
}
.entry-header + .entry-footer{
margin-top: -15px;
}
.entry-header.entry-header-small + .entry-footer{
margin-top: -0.5em;
}
.blog article,
.single article,
.single-tribe_events .type-tribe_events{
max-width: 1000px;
margin: 0 auto;
}
.blog article .sticky-post,
.single article .sticky-post,
.single-tribe_events .type-tribe_events .sticky-post{
position: absolute;
top: 24px;
right: -38px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
font-size: 16px;
font-weight: bold;
color: var(--colorLight);
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
width: 150px;
height: 30px;
background-color: var(--colorMain);
z-index: 1;
}
.blog article .sticky-post .svg-icon,
.single article .sticky-post .svg-icon,
.single-tribe_events .type-tribe_events .sticky-post .svg-icon{
display: none;
}
h4.entry-title{
font-size: 26px;
font-weight: 400;
margin-bottom: 20px;
}
h4.entry-title a:hover{
color: var(--colorMain);
}
.meta-cat + .entry-content{
margin-top: 1.2em;
}
.entry-content:after{
content: "";
display: block;
clear: both;
}
.entry-content p:last-child:not([class*=mb-]){
margin-bottom: 0;
}
.entry-content figure:not(:last-child){
margin-bottom: 1.2em;
}
.entry-content a.more-link{
font-weight: 700;
color: var(--colorMain);
}
.entry-content a.more-link:hover{
color: var(--colorDarkGrey);
}
.read-more{
clear: both;
}
.entry-header .post-adds .share_buttons label,
.item-content .share_buttons label{
display: block;
width: 24px;
height: 24px;
border: none;
background-color: rgba(0, 0, 0, 0);
line-height: 24px;
text-align: center;
margin: 0;
cursor: pointer;
}
.entry-header .post-adds .share_buttons label:hover,
.entry-header .post-adds .share_buttons label:focus,
.item-content .share_buttons label:hover,
.item-content .share_buttons label:focus{
opacity: .7;
}
.entry-header .post-adds .share_buttons .dropdown label i,
.item-content .share_buttons .dropdown label i{
color: var(--colorMain);
}
.entry-header .post-adds .share_buttons .dropdown ul:not(.topline-menu),
.item-content .share_buttons .dropdown ul:not(.topline-menu){
display: none;
position: absolute;
top: 30px;
right: auto;
left: 0;
padding: 0 !important;
margin: 0 !important;
list-style: none;
}
.entry-header .post-adds .share_buttons .dropdown input[type=checkbox]:checked~ul,
.item-content .share_buttons .dropdown input[type=checkbox]:checked~ul{
display: flex;
}
.entry-header .post-adds .share_buttons .dropdown a,
.item-content .share_buttons .dropdown a{
border: none;
margin: 0;
padding: 0;
width: 24px;
height: 24px;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
}
.entry-header .post-adds .share_buttons .dropdown a:hover,
.item-content .share_buttons .dropdown a:hover{
opacity: 1;
}
.entry-footer{
word-break: initial;
min-width: 100%;
margin-bottom: 5px;
clear: both;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: left;
color: #787878;
color: var(--colorFont);
margin-top: 15px;
font-weight: 700;
text-transform: uppercase;
}
.entry-footer .entry-categories-wrap{
margin-left: auto;
margin-right: 0;
}
.entry-footer:empty{
display: none;
}
.entry-footer:before,
.entry-footer:after{
content: "";
display: block;
clear: both;
}
.entry-footer:first-child{
margin-top: 0;
}
.entry-footer:last-child{
margin-bottom: 0;
}
.entry-footer .meta-date{
margin-right: auto;
padding-right: 15px;
}
.entry-footer span[itemprop=datePublished]{
color: var(--colorDarkGrey);
}
.entry-footer a span[itemprop=datePublished]{
color: #d02954;
color: var(--colorMain);
}
.entry-footer a span[itemprop=datePublished]:focus,
.entry-footer a span[itemprop=datePublished]:hover{
color: #232323;
color: var(--colorDarkGrey);
}
.entry-footer .entry-tags a{
display: inline-block;
}
.entry-footer .author-avatar img{
max-width: 60px;
border-radius: 50%;
}
.entry-footer .entry-author-wrap,
.entry-footer .entry-date-wrap{
white-space: nowrap;
margin-right: 6px;
}
.entry-footer .entry-date-wrap{
margin-right: auto;
}
.entry-footer .entry-date-wrap span.svg-icon + a{
margin-right: 4px;
}
.entry-footer .svg-icon{
margin-right: 5px;
}
.entry-footer .svg-icon svg{
fill: #787878;
fill: var(--colorFont);
}
.entry-footer .meta-word{
margin-right: 4px;
font-weight: 300;
text-transform: none;
}
.post-thumbnail + .entry-footer{
margin-top: 0;
}
.entry-footer .share_buttons{
margin-left: auto;
}
.entry-footer.entry-footer-bottom{
margin-top: 30px;
}
.entry-author-wrap{
color: var(--colorMain);
}
.entry-author-wrap a{
color: var(--colorMain);
}
.entry-author-wrap a:hover{
color: var(--colorDarkGrey);
}
.entry-author{
font-size: 13px;
margin-bottom: 20px;
}
.meta-word{
margin-right: 4px;
font-weight: 300;
text-transform: none;
}
.categories-list,
.tags-list{
white-space: initial;
}
.entry-categories-separator:before{
content: " ";
}
.item-cats{
margin-bottom: 20px;
}
.hfeed article{
clear: both;
overflow: hidden;
}
.hfeed article + article{
margin-top: 2.78em;
}
.hfeed .entry-footer:last-child{
border: none;
padding-top: 0;
}
.post-password-form{
margin: 1em 0;
}
.grid-item .entry-title{
font-size: 1.15em;
}
.grid-item .post-title + .entry-footer{
margin-top: .5em;
}
.hide-tax-name .taxonomy-name-title{
display: none;
}
.layout-meta-top .entry-footer-top{
margin-bottom: 2em;
}
.layout-meta-top .entry-footer-bottom{
margin-top: 2em;
}
.layout-side-small .post-thumbnail{
margin-right: 20px;
margin-bottom: 15px;
}
.layout-side-small .post-thumbnail img{
max-width: 100px;
}
.layout-side-small .post-thumbnail ~ *{
overflow: hidden;
}
.layout-side-small .item-content{
padding-top: 0;
}
.layout-cols-excerpt{
text-align: center;
}
.layout-title-only h3{
font-size: inherit;
margin-bottom: 0;
}
.layout-title-only article + article{
margin-top: 0;
}
.layout-title-meta-only h3{
font-size: 1.25em;
margin-bottom: 0;
}
.layout-title-meta-only .entry-footer{
margin-bottom: .5em;
}
.layout-title-meta-only article + article{
margin-top: 4em;
}
.layout-cols .grid-wrapper,
.layout-cols-cat .grid-wrapper{
justify-content: space-between;
}
.layout-cols .grid-wrapper .grid-item article,
.layout-cols-cat .grid-wrapper .grid-item article{
padding: 0;
margin: 0;
}
.layout-cols .grid-wrapper .grid-item article .post-thumbnail-wrap .post-thumbnail,
.layout-cols-cat .grid-wrapper .grid-item article .post-thumbnail-wrap .post-thumbnail{
border-radius: 5px 5px 0 0;
}
.layout-cols .grid-wrapper .grid-item article .post-thumbnail-wrap .post-thumbnail img,
.layout-cols-cat .grid-wrapper .grid-item article .post-thumbnail-wrap .post-thumbnail img{
border-radius: 5px 5px 0 0;
}
@media (min-width: 1520px) {
.layout-cols .grid-wrapper .grid-item article .post-thumbnail-wrap .post-thumbnail img,
.layout-cols-cat .grid-wrapper .grid-item article .post-thumbnail-wrap .post-thumbnail img{
height: 100%;
min-height: 480px;
width: auto;
-o-object-fit: cover;
object-fit: cover;
}
}
@media (min-width: 1520px) {
.layout-cols .grid-wrapper .grid-item article .post-thumbnail-wrap .flexslider img,
.layout-cols-cat .grid-wrapper .grid-item article .post-thumbnail-wrap .flexslider img{
height: 100%;
min-height: 480px;
width: auto;
-o-object-fit: cover;
object-fit: cover;
}
}
.layout-cols .grid-wrapper .grid-item article .item-content,
.layout-cols-cat .grid-wrapper .grid-item article .item-content{
position: relative;
padding: 50px;
}
.layout-cols .grid-wrapper .grid-item article .item-content .entry-content,
.layout-cols-cat .grid-wrapper .grid-item article .item-content .entry-content{
margin-top: 20px;
}
.layout-cols .grid-wrapper .grid-item article .item-content h3.entry-title,
.layout-cols-cat .grid-wrapper .grid-item article .item-content h3.entry-title{
font-weight: 500;
font-size: 24px;
line-height: 31px;
margin-bottom: 20px;
}
.layout-cols .grid-wrapper .grid-item article .item-content .entry-footer,
.layout-cols-cat .grid-wrapper .grid-item article .item-content .entry-footer{
margin: 0;
}
.layout-cols .grid-wrapper .grid-item article .item-content .entry-footer .author-avatar,
.layout-cols-cat .grid-wrapper .grid-item article .item-content .entry-footer .author-avatar{
position: absolute;
top: -30px;
left: 50px;
}
.format-chat p{
padding: 10px;
background: rgba(0, 0, 0, 0);
margin-bottom: 0 !important;
}
.format-chat p:first-of-type{
padding: 0 0 10px;
}
.format-chat p:nth-child(even){
background: var(--colorBackground);
padding: 10px 10px 10px 20px;
color: var(--colorFont);
}
.format-chat p + a.more-link{
display: block;
margin: 9px 0;
}
.format-link .entry-content a{
color: var(--colorMain);
font-weight: 400;
}
.format-link .entry-content a:hover{
color: var(--colorDarkGrey);
}
.single .post-thumbnail-background .container{
margin-top: 8vw;
margin-bottom: 8vw;
}
.single span[id^=more-]+h3{
margin-top: 0;
}
@media (min-width: 1200px) {
.single.container-1170.no-sidebar .entry-footer{
margin-left: 200px;
margin-right: 200px;
}
.single.container-1170.no-sidebar .grid-item .entry-footer{
margin: 0;
}
.single.container-1170.no-sidebar .item-content > *:not(.wp-block-embed):not(.wp-block-gallery):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter){
width: auto;
margin-left: 100px;
margin-right: 100px;
}
}
.single .post-password-form label{
margin: 0;
}
.single .post-password-form [type=submit]{
padding-top: 18px;
padding-bottom: 17px;
}
.related-posts{
margin: 4.5em 0 -35px;
}
@media (max-width: 767px) {
.related-posts{
margin-top: 4em;
margin-bottom: -50px;
}
}
.related-posts h6{
margin-bottom: 0;
}
.related-posts h5{
margin-top: .5em;
}
.related-posts .related-posts-heading{
font-size: 2.2em;
text-align: center;
margin-bottom: 1em;
font-weight: 400;
}
.author-meta{
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.author-meta .about-author-heading{
margin-bottom: 0;
color: var(--colorMain);
}
.author-meta .author-name{
font-size: 30px;
margin: 0 0 15px;
position: relative;
}
.author-meta .item-media{
margin-right: 0;
}
.author-meta .item-media img{
margin: 0;
width: auto;
height: 100%;
vertical-align: middle;
-o-object-fit: cover;
object-fit: cover;
}
@media (max-width: 575px) {
.author-meta .item-media img{
width: 100%;
}
}
.author-meta .side-item .item-content{
padding: 40px;
}
.author-meta .author-social{
position: relative;
left: 0;
bottom: 0;
}
.author-meta .author-social a{
display: inline-block;
margin: 0;
color: #b2b2b2;
font-size: 14px;
}
.author-meta .author-social a:not(:first-child){
margin-left: 24px;
}
.author-meta .author-social a:before{
top: 1px;
position: relative;
}
.author-meta .author-social a:hover{
color: var(--colorMain) !important;
}
.author-meta .author-social a.social-icon + a.social-icon.color-bg-icon{
margin-left: 5px;
}
.post-nav{
display: flex;
justify-content: center;
max-width: 1000px;
margin: 80px auto 40px;
}
.post-nav > div:first-child{
margin-right: 10px;
}
@media screen and (max-width: 575px) {
.post-nav > div:first-child{
margin-right: 0;
margin-bottom: 20px;
}
}
.post-nav > div .post-nav-item{
background-position: center;
background-size: cover;
padding: 0;
height: 155px;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 767px) {
.post-nav > div .post-nav-item{
padding: 30px 20px;
height: auto;
}
}
.post-nav > div .post-nav-item::before{
border-radius: 5px;
transition: all .5s ease;
}
.post-nav > div .post-nav-item .post-nav-words-wrap{
position: relative;
display: block;
z-index: 2;
max-width: 100%;
text-align: center;
}
@media screen and (max-width: 767px) {
.post-nav{
flex-wrap: wrap;
margin: 4em 0;
}
}
.post-nav > *{
position: relative;
display: block;
flex: 1 1;
max-width: 50%;
}
@media screen and (max-width: 575px) {
.post-nav > *{
width: 100%;
max-width: none;
flex-basis: auto;
}
.post-nav > *:last-child{
border-top: 1px solid;
border-color: #dfdfdf;
border-color: var(--colorBorder);
}
}
.post-nav > * a::after{
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, .67);
filter: alpha(opacity=0);
z-index: 10;
opacity: 0;
transition: all .2s linear;
}
.post-nav > *:hover a::after{
opacity: 1;
}
.post-nav .prev-item{
text-align: right;
}
.post-nav .prev-item .post-nav-word::before{
display: none;
}
.post-nav .next-item{
text-align: left;
}
.post-nav .next-item .post-nav-word::after{
display: none;
}
.post-nav .post-nav-arrow{
display: none;
}
.post-nav .post-nav-word{
color: var(--colorMain5);
display: block;
}
.post-nav .post-nav-title{
margin-top: 10px;
margin-bottom: 0;
line-height: 1.3;
min-height: 1.5em;
text-transform: uppercase;
}
.post-nav .has-image,
.post-nav .no-image{
color: var(--colorLight);
}
.post-nav .no-image{
background-color: var(--colorDarkGrey);
}
.post-nav-item{
display: flex;
padding: 1em 0;
height: 100%;
align-items: center;
}
.post-nav-item.next-item{
justify-content: flex-end;
}
.post-nav-item.bg-item{
padding: 2em 1em;
}
.post-nav-arrow{
margin-right: .6em;
position: relative;
left: -1em;
}
.has-image .post-nav-arrow svg{
fill: #fff;
}
.post-nav-arrow svg{
max-width: none;
max-height: none;
width: 50px;
height: 50px;
}
.next-item .post-nav-arrow{
left: auto;
right: -1em;
margin-right: 0;
}
.post-nav-thumb{
margin-right: 1em;
}
.post-nav-thumb img{
display: block;
max-width: 80px;
}
@media screen and (max-width: 767px) {
.post-nav-thumb img{
max-width: 60px;
}
}
.next-item .post-nav-thumb{
margin-right: 0;
margin-left: 1em;
}
.layout-meta-side .post-thumbnail + .entry-header{
padding-top: 1.25em;
}
.entry-footer-side{
align-items: initial;
}
@media (min-width: 600px) {
.item-content.d-flex{
display: flex;
}
.entry-header + .item-content.d-flex{
padding-top: 0;
}
.item-content.d-flex .entry-content{
width: calc(100% - 12em);
}
.item-content.d-flex .entry-footer-side:empty + .entry-content{
width: 100%;
}
.entry-footer-side{
display: flex;
flex-direction: column;
width: 18em;
padding-right: 2em;
}
.entry-footer-side .comments-link{
float: none;
order: 2;
margin-left: 0;
}
.entry-footer-side > span{
margin: .25em 0;
}
}
.layout-default .meta-cat{
margin-top: .8em;
}
.meta-date{
font-size: 16px;
}
.meta-date .svg-icon svg{
fill: #787878;
fill: var(--colorFont);
}
.meta-date a{
color: var(--colorFont);
}
.meta-date a:hover{
color: var(--colorMain);
}
.meta-cat .svg-icon{
display: none;
}
.meta-cat a{
display: inline-block;
padding: .9em 1.8em;
border-radius: 5px;
line-height: 1;
border: 1px solid var(--colorMain);
background-color: var(--colorMain);
color: var(--colorLight);
font-size: 14px;
}
.meta-cat a:hover{
background-color: rgba(0, 0, 0, 0);
border-color: var(--colorFont);
color: var(--colorFont);
}
.meta-tags a,
.categories-list a,
.entry-tags a{
border-radius: 0;
background-color: var(--colorMain);
padding: 2px 7px 0;
margin: 0 6px 6px 0;
font-size: 16px;
text-transform: uppercase;
color: var(--colorLight);
text-align: center;
font-weight: 100;
min-width: auto;
line-height: 1.2;
display: inline-block;
transition: all .4s linear 0s;
}
.meta-tags a:hover,
.categories-list a:hover,
.entry-tags a:hover{
opacity: .6;
}
.meta-tags .comments-link a,
.categories-list .comments-link a,
.entry-tags .comments-link a{
border: none;
background-color: rgba(0, 0, 0, 0);
color: var(--colorFont);
padding: 0;
font-weight: 700;
margin: 0 6px 0 0;
line-height: 24px;
}
.item-content.bg-lightgrey{
background-color: rgba(0, 0, 0, 0);
}
.layout-default .item-content{
position: relative;
padding: 30px;
}
.layout-default .item-content .author-avatar{
position: absolute;
top: -30px;
left: 25px;
}
@media (min-width: 400px) {
.layout-default .item-content .author-avatar{
left: 35px;
}
}
@media (min-width: 1200px) {
.layout-default .item-content .author-avatar{
left: 55px;
}
}
.post-block{
box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
border-radius: 5px;
border-bottom: 2px solid rgba(0, 0, 0, 0);
padding: 30px;
transition: all .3s ease-in-out;
}
.post-block .post-thumbnail{
border-radius: 5px;
overflow: hidden;
}
.footer-btn a{
font-size: 16px;
font-weight: 600;
}
.footer-btn a::after{
content: "";
font-family: "Font Awesome 5 Free";
display: inline-block;
font-weight: 900;
font-size: 12px;
margin-left: 10px;
margin-bottom: 2px;
}
.post .gallery .gallery-item{
text-align: center;
padding: 0 7px;
}
.post .gallery .gallery-item a img{
width: 100%;
}
.post .meta-date{
margin-top: -5px;
}
.widget.widget_custom_posts .layout-slider .item-content .post-title{
min-height: 0 !important;
}
.required{
color: #669850;
color: var(--colorMain4);
}
.single-post #comments.comments-area.alignfull .comments-wrap,
.single-tribe_events #comments.comments-area.alignfull .comments-wrap{
max-width: 1000px;
margin: auto;
}
.singular #comments.comments-area,
.single-post #comments.comments-area,
.single-tribe_events #comments.comments-area{
margin-top: 0;
border-bottom: 5px solid var(--colorBorder);
}
.singular #comments.comments-area.bottom_border_color1,
.single-post #comments.comments-area.bottom_border_color1,
.single-tribe_events #comments.comments-area.bottom_border_color1{
border-bottom-color: var(--colorMain);
}
.singular #comments.comments-area.bottom_border_color2,
.single-post #comments.comments-area.bottom_border_color2,
.single-tribe_events #comments.comments-area.bottom_border_color2{
border-bottom-color: var(--colorMain2);
}
.singular #comments.comments-area.bottom_border_color3,
.single-post #comments.comments-area.bottom_border_color3,
.single-tribe_events #comments.comments-area.bottom_border_color3{
border-bottom-color: var(--colorMain3);
}
.singular #comments.comments-area.bottom_border_color4,
.single-post #comments.comments-area.bottom_border_color4,
.single-tribe_events #comments.comments-area.bottom_border_color4{
border-bottom-color: var(--colorMain4);
}
.singular #comments.comments-area.bottom_border_color5,
.single-post #comments.comments-area.bottom_border_color5,
.single-tribe_events #comments.comments-area.bottom_border_color5{
border-bottom-color: var(--colorMain5);
}
.singular #comments.comments-area.bottom_border_multi_colored,
.single-post #comments.comments-area.bottom_border_multi_colored,
.single-tribe_events #comments.comments-area.bottom_border_multi_colored{
border-bottom-color: var(--colorMain2);
}
.singular #comments.comments-area.alignfull,
.single-post #comments.comments-area.alignfull,
.single-tribe_events #comments.comments-area.alignfull{
margin-top: 0;
width: 100%;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0;
left: 0;
right: 0;
}
.singular #comments.comments-area.alignfull .comments-wrap,
.single-post #comments.comments-area.alignfull .comments-wrap,
.single-tribe_events #comments.comments-area.alignfull .comments-wrap{
padding: 0 20px 30px;
}
@media (min-width: 768px) {
.singular #comments.comments-area.alignfull .comments-wrap,
.single-post #comments.comments-area.alignfull .comments-wrap,
.single-tribe_events #comments.comments-area.alignfull .comments-wrap{
padding: 20px 35px 35px;
}
}
@media (min-width: 1200px) {
.singular #comments.comments-area.alignfull .comments-wrap,
.single-post #comments.comments-area.alignfull .comments-wrap,
.single-tribe_events #comments.comments-area.alignfull .comments-wrap{
padding: 20px 55px 50px;
}
}
.singular #comments.comments-area.alignfull .comments-wrap input[type=submit],
.single-post #comments.comments-area.alignfull .comments-wrap input[type=submit],
.single-tribe_events #comments.comments-area.alignfull .comments-wrap input[type=submit]{
background-color: var(--colorMain2);
}
.singular #comments.comments-area.alignfull .comments-wrap input[type=submit]:hover,
.singular #comments.comments-area.alignfull .comments-wrap input[type=submit]:focus,
.singular #comments.comments-area.alignfull .comments-wrap input[type=submit]:active,
.single-post #comments.comments-area.alignfull .comments-wrap input[type=submit]:hover,
.single-post #comments.comments-area.alignfull .comments-wrap input[type=submit]:focus,
.single-post #comments.comments-area.alignfull .comments-wrap input[type=submit]:active,
.single-tribe_events #comments.comments-area.alignfull .comments-wrap input[type=submit]:hover,
.single-tribe_events #comments.comments-area.alignfull .comments-wrap input[type=submit]:focus,
.single-tribe_events #comments.comments-area.alignfull .comments-wrap input[type=submit]:active{
background-color: rgba(var(--colorMain2RGB), 0.8) !important;
}
.container.pb-0 .singular #comments.comments-area.alignfull,
.container.pb-0 .single-post #comments.comments-area.alignfull,
.container.pb-0 .single-tribe_events #comments.comments-area.alignfull{
margin-bottom: -0em;
}
.container.pb-1 .singular #comments.comments-area.alignfull,
.container.pb-1 .single-post #comments.comments-area.alignfull,
.container.pb-1 .single-tribe_events #comments.comments-area.alignfull{
margin-bottom: -1em;
}
.container.pb-2 .singular #comments.comments-area.alignfull,
.container.pb-2 .single-post #comments.comments-area.alignfull,
.container.pb-2 .single-tribe_events #comments.comments-area.alignfull{
margin-bottom: -2em;
}
.container.pb-3 .singular #comments.comments-area.alignfull,
.container.pb-3 .single-post #comments.comments-area.alignfull,
.container.pb-3 .single-tribe_events #comments.comments-area.alignfull{
margin-bottom: -3em;
}
.container.pb-4 .singular #comments.comments-area.alignfull,
.container.pb-4 .single-post #comments.comments-area.alignfull,
.container.pb-4 .single-tribe_events #comments.comments-area.alignfull{
margin-bottom: -4em;
}
.container.pb-5 .singular #comments.comments-area.alignfull,
.container.pb-5 .single-post #comments.comments-area.alignfull,
.container.pb-5 .single-tribe_events #comments.comments-area.alignfull{
margin-bottom: -5em;
}
.container.pb-6 .singular #comments.comments-area.alignfull,
.container.pb-6 .single-post #comments.comments-area.alignfull,
.container.pb-6 .single-tribe_events #comments.comments-area.alignfull{
margin-bottom: -6em;
}
.container.pb-7 .singular #comments.comments-area.alignfull,
.container.pb-7 .single-post #comments.comments-area.alignfull,
.container.pb-7 .single-tribe_events #comments.comments-area.alignfull{
margin-bottom: -7em;
}
.container.pb-8 .singular #comments.comments-area.alignfull,
.container.pb-8 .single-post #comments.comments-area.alignfull,
.container.pb-8 .single-tribe_events #comments.comments-area.alignfull{
margin-bottom: -8em;
}
.container.pb-9 .singular #comments.comments-area.alignfull,
.container.pb-9 .single-post #comments.comments-area.alignfull,
.container.pb-9 .single-tribe_events #comments.comments-area.alignfull{
margin-bottom: -9em;
}
.container.pb-10 .singular #comments.comments-area.alignfull,
.container.pb-10 .single-post #comments.comments-area.alignfull,
.container.pb-10 .single-tribe_events #comments.comments-area.alignfull{
margin-bottom: -10em;
}
.singular #comments.comments-area .comment-respond h3.comment-reply-title,
.single-post #comments.comments-area .comment-respond h3.comment-reply-title,
.single-tribe_events #comments.comments-area .comment-respond h3.comment-reply-title{
margin: 0 0 25px;
}
.singular #comments.comments-area .comment-respond form.comment-form,
.single-post #comments.comments-area .comment-respond form.comment-form,
.single-tribe_events #comments.comments-area .comment-respond form.comment-form{
margin-bottom: 0;
margin-left: -15px;
margin-right: -15px;
}
.singular #comments.comments-area .comment-respond form.comment-form p,
.single-post #comments.comments-area .comment-respond form.comment-form p,
.single-tribe_events #comments.comments-area .comment-respond form.comment-form p{
width: 100%;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px;
}
.singular #comments.comments-area .comment-respond form.comment-form p.comment-form-comment textarea,
.single-post #comments.comments-area .comment-respond form.comment-form p.comment-form-comment textarea,
.single-tribe_events #comments.comments-area .comment-respond form.comment-form p.comment-form-comment textarea{
min-height: 240px;
}
.singular #comments.comments-area .comment-respond form.comment-form p.form-submit,
.single-post #comments.comments-area .comment-respond form.comment-form p.form-submit,
.single-tribe_events #comments.comments-area .comment-respond form.comment-form p.form-submit{
margin-bottom: 0;
}
@media (min-width: 768px) {
.singular #comments.comments-area .comment-respond form.comment-form p.comment-form-author,
.singular #comments.comments-area .comment-respond form.comment-form p.comment-form-email,
.single-post #comments.comments-area .comment-respond form.comment-form p.comment-form-author,
.single-post #comments.comments-area .comment-respond form.comment-form p.comment-form-email,
.single-tribe_events #comments.comments-area .comment-respond form.comment-form p.comment-form-author,
.single-tribe_events #comments.comments-area .comment-respond form.comment-form p.comment-form-email{
width: 50%;
}
.singular #comments.comments-area .comment-respond form.comment-form p.comment-form-author,
.single-post #comments.comments-area .comment-respond form.comment-form p.comment-form-author,
.single-tribe_events #comments.comments-area .comment-respond form.comment-form p.comment-form-author{
padding-right: 15px;
}
.singular #comments.comments-area .comment-respond form.comment-form p.comment-form-email,
.single-post #comments.comments-area .comment-respond form.comment-form p.comment-form-email,
.single-tribe_events #comments.comments-area .comment-respond form.comment-form p.comment-form-email{
padding-left: 15px;
}
}
.comments-title{
display: none;
}
.comment-list{
padding: 0;
margin-bottom: 0;
}
@media (max-width: 767px) {
.comment-list{
margin-bottom: 2em;
}
}
ol.children{
margin-top: 0;
padding-left: 30px;
}
@media (max-width: 575px) {
ol.children{
margin-top: 30px;
margin-left: 10px;
padding-left: 10px;
}
}
.comment,
.pingback,
.trackback{
list-style: none;
margin-bottom: 1em;
}
.pingback + .comment,
.trackback + .comment{
margin-top: 2em;
}
.comment-meta{
position: relative;
margin-left: 100px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
min-height: 30px;
color: #b4b4b4;
color: var(--colorFontLight);
}
.comment-meta b{
font-weight: 600;
text-transform: uppercase;
}
.comment-meta .says{
display: none;
}
.comment-author{
font-size: 18px;
line-height: 1.3;
}
.comment-author img{
max-width: 70px;
border: 4px solid var(--colorMain);
border-radius: 50%;
background-color: #f2f2f2;
width: 70px;
height: 70px;
position: absolute;
left: -100px;
top: -5px;
border-radius: 50%;
}
.comment-metadata{
font-size: 16px;
}
.comment-content{
margin-left: 100px;
}
@media (max-width: 575px) {
.comment-content{
margin-left: 0;
}
}
.comment-body{
position: relative;
padding: 10px 30px 10px 0;
}
.comment-body .edit-link:before{
content: " | ";
}
.reply{
margin-left: 100px;
font-size: 15px;
}
.reply .svg-icon{
display: none;
}
.reply a{
color: var(--colorMain);
}
.comment-reply-title a{
color: #b4b4b4;
color: var(--colorFontLight);
}
.comment-form{
display: flex;
flex-wrap: wrap;
margin-bottom: 5em;
}
.comment-form p{
width: 100%;
position: relative;
}
.comment-form p input+[class*=fa-],
.comment-form p textarea+[class*=fa-]{
position: absolute;
font-size: 14px;
left: 24px;
top: 13px;
width: 14px;
color: var(--colorMain);
}
.comment-form .form-submit{
margin-bottom: 0;
}
.comment-form .logged-in-as,
.comment-form .comment-notes{
font-size: .92em;
margin-bottom: .5em;
color: var(--colorFontLight);
}
.comment-form .comment-form-cookies-consent{
line-height: 1.5;
}
.comment-form .comment-form-cookies-consent [type=checkbox]{
position: relative;
top: -1px;
}
.comment-form .comment-form-cookies-consent label{
display: inline !important;
margin-left: .3em;
}
.comment-form .comment-form-author,
.comment-form .comment-form-phone,
.comment-form .comment-form-email{
order: -1;
}
.form-group{
position: relative;
}
.form-group label+[class*=icon2-],
.form-group label+[class*=fa-]{
position: absolute;
font-size: 14px;
left: 27px;
top: 23px;
width: 14px;
text-align: center;
color: #f69c1d;
}
.comment-form-cookies-consent{
text-align: center;
}
#comments #commentform .form-submit{
text-align: center;
margin-bottom: 35px;
}
li .comment-respond{
margin-top: 1em;
}
.wp-block-latest-comments__comment-date{
color: var(--colorFontBlue);
font-size: 14px;
}
ol.comment-list .comment-meta .comment-author{
width: 100%;
font-weight: 500;
font-size: 16px;
line-height: 1;
color: var(--colorDarkGrey);
}
ol.comment-list .comment-meta .comment-metadata{
width: 100%;
display: block;
margin: 0 0 10px;
line-height: 30px;
}
ol.comment-list .comment-meta .comment-metadata a{
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
color: var(--colorMain);
}
ol.comment-list .comment-meta .comment-metadata a:hover{
color: var(--colorDarkGrey);
}
@media (max-width: 575px) {
ol.comment-list .comment-meta{
margin-left: 0;
padding-right: 0;
justify-content: center;
}
ol.comment-list .comment-meta .comment-author img{
position: relative;
display: block;
top: 0;
left: 0;
}
}
ol.comment-list .comment-content{
line-height: 24px;
}
ol.comment-list .comment-content p{
margin-bottom: 10px;
}
ol.comment-list .reply a{
position: absolute;
top: -1px;
right: -1px;
font-size: 0;
padding: 7px 4px 13px;
}
ol.comment-list .reply a::before{
content: "";
font-family: "fontAwesome";
font-size: 16px;
color: var(--colorFont);
transition: all .4s ease-in-out;
}
ol.comment-list .reply a:hover::before{
color: var(--colorDarkGrey);
}
aside .widget .widget-title,
aside .widget .widgettitle{
color: var(--colorMain);
font-size: 25px;
}
.widget .widget-title,
.widget .widgettitle{
position: relative;
font-size: 30px;
margin-bottom: 30px;
text-transform: uppercase;
}
.widget p{
line-height: 21px;
}
.widget .icon[class^=ico-],
.widget .icon[class*=" ico-"]{
color: var(--colorMain);
margin-right: 16px;
}
.widget > ul,
.widget > ul ul{
margin: 0;
padding: 0;
list-style: none;
width: 100%;
}
.widget ul:not(.menu-side-click):last-child,
.widget ol:last-child{
margin-bottom: 0;
}
.widget select{
display: block;
width: 100%;
}
.widget_theme_meta .theme-meta .svg-icon{
display: none !important;
}
aside input[type=text],
.before-content-area input[type=text],
aside input[type=email],
.before-content-area input[type=email],
aside input[type=url],
.before-content-area input[type=url],
aside input[type=password],
.before-content-area input[type=password],
aside input[type=search],
.before-content-area input[type=search],
aside input[type=tel],
.before-content-area input[type=tel],
aside input[type=number],
.before-content-area input[type=number],
aside textarea,
.before-content-area textarea,
aside select,
.before-content-area select,
aside .form-control,
.before-content-area .form-control{
border-color: var(--colorMain);
}
.widget.widget_custom_posts .item-content{
margin-left: 0 !important;
margin-right: auto !important;
}
.widget.widget_custom_posts .layout-default .item-content{
width: 100%;
max-width: 260px !important;
}
.widget.widget_custom_posts .layout-default .item-content .post-title{
font-size: 16px;
line-height: 24px;
margin: 0;
}
.widget.widget_custom_posts .layout-default .item-content .entry-meta{
font-size: 12px;
font-weight: 500;
color: var(--colorFont);
align-items: center;
}
.widget.widget_custom_posts .layout-default .item-content .entry-meta .author-posts{
display: flex;
align-items: center;
}
.widget.widget_custom_posts .layout-default .item-content .entry-meta .author-posts .svg-icon svg{
fill: var(--colorFont);
margin-right: 5px;
}
.widget.widget_custom_posts .layout-default .item-content .entry-meta .author-posts a{
color: var(--colorFont);
}
.widget.widget_custom_posts .layout-default .item-content .entry-meta .author-posts a:hover{
color: var(--colorMain);
}
.widget.widget_custom_posts .layout-default .item-content .entry-meta .author-link a{
color: var(--colorFont);
}
.widget.widget_custom_posts .layout-default .item-content .entry-meta .author-link a:hover{
color: var(--colorMain);
}
.widget.widget_custom_posts .posts-list-thumbnail img{
max-width: 60px;
min-width: 60px;
}
.widget.widget_custom_posts .slide .posts-list-thumbnail img{
max-width: none;
}
.widget_search .widget-title + form,
.widget_categories .widget-title + form{
margin-top: 1.15em;
}
.media{
margin: 0 !important;
padding-top: 7px;
padding-bottom: 14px;
}
.media i + span,
.media i + a{
margin-left: 15px;
}
.media i{
color: var(--colorMain);
}
.theme-style-socicon.wp-social-link.wp-block-social-link{
-webkit-transform: scale(1);
transform: scale(1);
}
.theme-style-socicon.wp-social-link.wp-block-social-link a{
font-family: FontAwesome;
font-style: normal;
font-size: 16px;
line-height: 1;
text-align: center;
transition: all .3s ease-in-out 0s;
}
.theme-style-socicon.wp-social-link.wp-block-social-link a svg{
display: none;
}
.theme-style-socicon.wp-social-link.wp-block-social-link a::before{
color: var(--colorLight);
}
.theme-style-socicon.wp-social-link.wp-block-social-link a:hover::before{
color: var(--colorMain);
}
.theme-style-socicon.wp-social-link-facebook a::before{
content: "";
}
.theme-style-socicon.wp-social-link-twitter a::before{
content: "";
}
.theme-style-socicon.wp-social-link-instagram a::before{
content: "";
}
.theme-style-socicon.wp-social-link-linkedin a::before{
content: "";
}
.theme-style-socicon.wp-social-link-pinterest a::before{
content: "";
}
.widget_archive select{
margin-top: 1.65em;
}
.widget.widget_block .wp-block-tag-cloud{
margin-bottom: 0;
}
.widget.widget_block a.tag-cloud-link{
display: inline-block;
line-height: 1.3;
border: 2px solid var(--colorFont);
padding: 8px 20px;
border-radius: 5px;
font-size: 16px !important;
color: var(--colorDark);
font-weight: 500;
transition: all .3s ease-in-out;
margin-top: 10px;
}
.widget.widget_block a.tag-cloud-link:hover{
color: var(--colorLight);
background-color: var(--colorFont);
}
.widget_rss li + li{
margin-top: 1em;
}
.widget_rss .rsswidget{
font-weight: 700;
}
.widget_rss .rss-date{
display: block;
font-size: 14px;
margin-bottom: .5em;
}
.widget.widget_mc4wp_form_widget{
background-color: rgba(0, 0, 0, 0);
border-radius: 5px;
}
.widget.widget_mc4wp_form_widget .widget-title{
margin-bottom: 30px;
}
.widget.widget_mc4wp_form_widget .mc4wp-form-fields{
position: relative;
}
.widget.widget_mc4wp_form_widget .mc4wp-form-fields p{
margin-bottom: 20px;
}
.widget.widget_mc4wp_form_widget .mc4wp-form-fields p:last-child{
margin-bottom: 0;
}
.widget.widget_mc4wp_form_widget .mc4wp-form-fields p label{
display: none;
margin-bottom: 0;
}
.widget.widget_mc4wp_form_widget .mc4wp-form-inner input[type=email]{
padding-right: 50px;
}
.widget.widget_mc4wp_form_widget .mc4wp-form-fields .mc4wp-form-inner [type=submit]{
position: absolute;
right: 0;
top: 0;
height: 50px;
width: 50px;
font-size: 0;
padding: 0;
margin-bottom: 0;
border: none;
background-color: rgba(0, 0, 0, 0);
color: var(--colorMain);
display: block;
border: none;
line-height: 1;
transition: all .4s linear 0s;
}
.widget.widget_mc4wp_form_widget .mc4wp-form-fields .mc4wp-form-inner [type=submit]::before{
font-size: 18px;
content: "";
font-family: "FontAwesome";
color: var(--colorMain);
opacity: 1;
transition: all .4s linear 0s;
}
.widget.widget_mc4wp_form_widget .mc4wp-form-fields .mc4wp-form-inner [type=submit]:hover{
background-color: rgba(0, 0, 0, 0);
}
.widget.widget_mc4wp_form_widget .mc4wp-form-fields .mc4wp-form-inner [type=submit]:hover::before{
opacity: .5;
}
.widget.widget_mc4wp_form_widget .wp-block-search .wp-block-search__button{
position: absolute;
right: 0;
font-size: 0;
padding: 0;
background-color: rgba(0, 0, 0, 0);
height: 100%;
width: 50px;
}
.wp-block-archives-dropdown label{
display: none;
}
.elementor-widget-container .sidebar-visible{
display: none;
}
.elementor-widget-container .widget-title{
margin-bottom: 20px;
}
.elementor-widget-container .mc4wp-form-fields input{
width: 100%;
padding-right: 60px;
border-width: 1px;
border-style: solid;
color: var(--colorDark);
background-color: var(--colorLight);
opacity: 1;
}
.elementor-widget-container .mc4wp-form-fields input::-webkit-input-placeholder{
color: var(--colorDark);
opacity: 1;
}
.elementor-widget-container .mc4wp-form-fields input:-ms-input-placeholder{
color: var(--colorDark);
opacity: 1;
}
.elementor-widget-container .mc4wp-form-fields input::placeholder{
color: var(--colorDark);
opacity: 1;
}
.elementor-widget-container .mc4wp-form-fields{
position: relative;
}
.elementor-widget-container .mc4wp-form-fields p{
margin-bottom: 0;
}
.elementor-widget-container .mc4wp-form-fields p label{
display: none;
margin-bottom: 0;
}
.elementor-widget-container .mc4wp-form-fields .mc4wp-form-inner [type=submit]{
height: 50px;
width: 50px;
margin-left: 4px;
margin-right: 4px;
display: block;
border: none;
position: absolute;
top: 0;
right: 0;
font-size: 0;
padding: 0;
line-height: 1;
background-color: rgba(0, 0, 0, 0);
transition: all .4s linear 0s;
}
.elementor-widget-container .mc4wp-form-fields .mc4wp-form-inner [type=submit]::before{
font-size: 16px;
content: "";
font-family: "FontAwesome";
color: var(--colorMain) !important;
background-image: none !important;
position: relative !important;
display: block !important;
top: 0 !important;
left: 0 !important;
width: auto !important;
height: auto !important;
-webkit-transform: none !important;
transform: none !important;
transition: all .4s linear 0s;
}
.elementor-widget-container .mc4wp-form-fields .mc4wp-form-inner [type=submit]:hover{
background-color: rgba(0, 0, 0, 0) !important;
}
.elementor-widget-container .mc4wp-form-fields .mc4wp-form-inner [type=submit]:hover::before{
color: var(--colorDark) !important;
}
.elementor-widget-container .wp-block-search .wp-block-search__button{
position: absolute;
right: 0;
font-size: 0;
padding: 0;
background-color: rgba(0, 0, 0, 0);
height: 100%;
width: 50px;
}
.widget_block h5{
line-height: 1.3;
}
.wp-block-categories-list li > *{
padding: 20px 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list.aligncenter li{
justify-content: center;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
display: flex;
flex-wrap: wrap;
justify-content: left;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a{
font-size: 15px;
font-weight: 700;
line-height: 18px;
word-break: break-word;
display: block;
margin-top: 5px;
width: 100%;
order: 2;
}
.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt{
position: relative;
overflow: hidden;
height: 46px;
margin-top: 0;
margin-bottom: 10px;
width: 100%;
order: 3;
}
.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-date{
font-size: 11px;
font-weight: 800;
letter-spacing: 2px;
line-height: 1;
text-transform: uppercase;
color: var(--colorMain3);
order: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__post-author{
font-size: 13px;
color: var(--colorMain);
order: 1;
}
.wp-block-getwid-social-links__item{
padding: 0;
margin-left: 13px;
}
.wp-block-getwid-social-links__item:first-child{
margin-left: 0;
}
#ctf .ctf-corner-logo{
color: var(--colorMain);
}
.widget_recent_comments p{
margin-bottom: 5px;
}
.widget_recent_comments li{
padding: 10px 0;
}
.widget_recent_comments li + li{
border-top: 1px solid var(--colorBorder);
}
.widget_recent_entries h6{
max-width: 70%;
line-height: 23px;
}
.ds .widget_recent_entries h6 a{
color: rgba(255, 255, 255, .8);
}
.text-center .widget_recent_entries h6,
.widget_recent_entries.text-center h6{
margin-right: auto;
margin-left: auto;
}
.widget_recent_entries .lineheight_thin{
line-height: 20px;
}
.widget_recent_entries li + li{
margin-top: 10px;
}
.widget_popular_entries li{
margin-top: 20px;
}
.widget_recent_entries > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_popular_entries > ul > li:first-child,
.widget_nav_menu > ul > li:first-child,
.widget_pages > ul > li:first-child{
border-top: none;
}
.widget_popular_entries > ul > li:first-child{
margin-top: 0;
}
.widget_categories li.active a{
color: var(--colorDarkGrey);
}
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a{
display: inline-block;
position: relative;
padding-left: 20px;
}
.widget_archive li:first-child a,
.widget_categories li:first-child a,
.widget_meta li:first-child a,
.widget_nav_menu li:first-child a,
.widget_pages li:first-child a{
padding-top: 0;
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li{
padding-top: 5px;
padding-bottom: 5px;
}
.widget_archive a:before,
.widget_categories a:before,
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before{
font-family: "FontAwesome";
content: "";
font-size: 16px;
color: var(--colorMain);
position: absolute;
left: 0;
}
.widget_nav_menu ul ul li:first-child a{
padding-top: 13px;
}
.widget_nav_menu a i{
padding-right: 7px;
}
@media (min-width: 768px) {
.page_copyright .widget_nav_menu li,
.page_topline .widget_nav_menu li{
display: inline-block;
position: relative;
border: none;
padding-right: 5px;
}
.page_copyright .widget_nav_menu li:before,
.page_topline .widget_nav_menu li:before{
content: "";
position: absolute;
padding: 0;
left: -5px;
top: 5px;
bottom: 5px;
width: 1px;
background-color: var(--colorBorder);
opacity: .3;
display: block;
}
.page_copyright .widget_nav_menu li:first-child:before,
.page_topline .widget_nav_menu li:first-child:before{
display: none;
}
.page_copyright .widget_nav_menu a,
.page_topline .widget_nav_menu a{
padding: 0 10px;
}
.page_copyright .widget_nav_menu a:before,
.page_topline .widget_nav_menu a:before{
display: none;
}
}
.widget_events .media-left img{
max-width: 70px;
}
.widget_events .media h4{
font-size: 14px;
line-height: 1.4;
margin-bottom: 5px;
}
.page_header_side .widget.widget_nav_menu{
margin-top: 20px;
padding-left: 30px;
padding-right: 30px;
}
.page_header_side .widget.widget_nav_menu.greylinks a{
color: var(--colorFont);
font-weight: 300;
}
.page_header_side .widget.widget_nav_menu.greylinks a:hover{
color: var(--colorMain2);
}
.page_header_side .widget.widget_nav_menu ul{
list-style: none;
padding: 0;
margin: 0;
}
.page_header_side .widget.widget_nav_menu .nav > li:first-child a{
padding-top: 0;
}
.page_header_side .widget.widget_nav_menu .nav > li > a{
position: relative;
display: block;
padding: 10px 15px;
}
.page_header_side .widget.widget_nav_menu .nav ul li{
padding-left: 20px;
}
.page_header_side .widget.widget_nav_menu .nav ul li:first-child a{
padding-top: 13px;
}
.wp-block-calendar{
box-shadow: 0 10px 35px rgba(0, 0, 0, .04);
position: relative;
}
.widget_calendar .calendar_wrap{
box-shadow: 0 10px 35px rgba(0, 0, 0, .04);
position: relative;
}
.wp-block-calendar,
.widget_calendar{
text-align: center;
border-radius: 5px;
}
.wp-block-calendar a,
.widget_calendar a{
text-decoration: none;
}
.wp-block-calendar table,
.widget_calendar table{
font-size: 14px;
}
.wp-block-calendar table th,
.widget_calendar table th{
border: none;
background: var(--colorDark);
color: var(--colorLight);
padding: 14px 8px;
font-size: 16px;
line-height: 22px;
font-weight: bold;
}
.wp-block-calendar table caption,
.widget_calendar table caption{
background-color: var(--colorMain);
color: var(--colorLight);
font-size: 24px;
line-height: 31px;
padding: 24px;
font-weight: 500;
border-radius: 5px 5px 0 0;
}
.wp-block-calendar tbody,
.widget_calendar tbody{
background-color: var(--colorBackground);
}
.wp-block-calendar tbody a,
.widget_calendar tbody a{
font-weight: bold;
}
.wp-block-calendar tbody td,
.widget_calendar tbody td{
font-size: 18px;
line-height: 30px;
padding: 15px 10px;
border: none;
}
.i .wp-block-calendar tbody td,
.i .widget_calendar tbody td{
background-color: rgba(255, 255, 255, .05);
}
.wp-block-calendar tbody td a,
.widget_calendar tbody td a{
color: var(--colorMain);
font-weight: 400;
}
.wp-block-calendar tbody tr td:first-child,
.widget_calendar tbody tr td:first-child{
padding-left: 50px;
}
.wp-block-calendar tbody tr td:last-child,
.widget_calendar tbody tr td:last-child{
padding-right: 50px;
}
.wp-block-calendar thead tr th:first-child,
.widget_calendar thead tr th:first-child{
padding-left: 50px;
}
.wp-block-calendar thead tr th:last-child,
.widget_calendar thead tr th:last-child{
padding-right: 50px;
}
.wp-block-calendar tr:first-child > td,
.widget_calendar tr:first-child > td{
padding-top: 50px;
}
.wp-block-calendar tr:last-child > td,
.widget_calendar tr:last-child > td{
padding-bottom: 50px;
}
@media (max-width: 400px) {
.wp-block-calendar table th,
.widget_calendar table th{
padding: 4px;
}
.wp-block-calendar table caption,
.widget_calendar table caption{
padding: 15px;
}
.wp-block-calendar tbody td,
.widget_calendar tbody td{
padding: 4px;
}
.wp-block-calendar tbody tr td:first-child,
.widget_calendar tbody tr td:first-child{
padding-left: 15px;
}
.wp-block-calendar tbody tr td:last-child,
.widget_calendar tbody tr td:last-child{
padding-right: 15px;
}
.wp-block-calendar thead tr th:first-child,
.widget_calendar thead tr th:first-child{
padding-left: 15px;
}
.wp-block-calendar thead tr th:last-child,
.widget_calendar thead tr th:last-child{
padding-right: 15px;
}
.wp-block-calendar tr:first-child > td,
.widget_calendar tr:first-child > td{
padding-top: 15px;
}
.wp-block-calendar tr:last-child > td,
.widget_calendar tr:last-child > td{
padding-bottom: 15px;
}
}
.wp-block-calendar nav,
.widget_calendar nav{
position: absolute;
top: 0;
left: 0;
right: 0;
height: 80px;
display: flex;
}
.wp-block-calendar nav span:first-child,
.wp-block-calendar nav span:last-child,
.widget_calendar nav span:first-child,
.widget_calendar nav span:last-child{
width: 75px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
z-index: 3;
}
.wp-block-calendar nav span:first-child a,
.wp-block-calendar nav span:last-child a,
.widget_calendar nav span:first-child a,
.widget_calendar nav span:last-child a{
font-size: 0;
}
@media (max-width: 400px) {
.wp-block-calendar nav,
.widget_calendar nav{
height: 60px;
}
.wp-block-calendar nav span:first-child,
.wp-block-calendar nav span:last-child,
.widget_calendar nav span:first-child,
.widget_calendar nav span:last-child{
width: 60px;
height: 60px;
}
}
.wp-block-calendar nav span:first-child,
.widget_calendar nav span:first-child{
left: 0;
top: 0;
}
.wp-block-calendar nav span:first-child a:before,
.widget_calendar nav span:first-child a:before{
content: "";
font-family: "icomoon";
font-size: 16px;
color: var(--colorLight);
transition: all .3s ease-in-out;
}
.wp-block-calendar nav span:first-child a:hover::before,
.widget_calendar nav span:first-child a:hover::before{
opacity: .5;
}
.wp-block-calendar nav span:last-child,
.widget_calendar nav span:last-child{
right: 0;
top: 0;
}
.wp-block-calendar nav span:last-child a:before,
.widget_calendar nav span:last-child a:before{
content: "";
font-family: "icomoon";
font-size: 16px;
color: var(--colorLight);
transition: all .3s ease-in-out;
}
.wp-block-calendar nav span:last-child a:hover::before,
.widget_calendar nav span:last-child a:hover::before{
opacity: .5;
}
.widget_theme_meta .sub-title{
margin-bottom: 0;
}
.widget_theme_meta .theme-meta-img.wp-block-image{
margin-bottom: 2em;
}
.widget_theme_meta .theme-meta .icon-inline{
padding: 0;
display: flex;
line-height: 1.4;
align-items: flex-start;
}
.widget_theme_meta .theme-meta .icon-inline + .icon-inline{
margin-top: 10px;
}
.widget_theme_meta .theme-meta .svg-icon{
line-height: 1.6;
}
.widget_theme_meta .theme-meta .svg-icon::before{
display: none;
}
.widget_theme_meta .theme-meta .svg-icon svg{
fill: var(--colorMain);
}
.widget_theme_meta .social-links{
display: block;
margin-top: 1.3em;
}
.text-center .theme-meta .icon-inline{
justify-content: center;
}
.widget_theme_category a,
.widget_theme_category .category-block{
display: block;
height: 100%;
}
.widget_theme_category a:hover{
outline: 3px solid;
}
.widget_theme_category h5,
.widget_theme_category p{
margin-bottom: 0;
}
.widget_theme_spacer hr{
height: 3px;
background-color: #d02954;
background-color: var(--colorMain);
width: 4em;
margin-left: 0;
margin-top: 1.5em;
}
.widget_theme_spacer .text-center hr{
margin-left: auto;
}
.is-style-text-secondary a{
color: var(--colorMain);
}
.has-drop-cap:not(:focus):first-letter{
font-size: 3.5em;
line-height: 1;
padding-right: .1em;
font-weight: 700;
color: var(--colorMain);
}
.has-drop-cap:not(:focus):after{
padding-top: 0;
}
.wp-block-button,
.wp-block-buttons{
margin-bottom: 2em;
}
.wp-block-button:last-child,
.wp-block-buttons:last-child{
margin-bottom: 0;
}
.wp-block-separator{
margin-left: 0;
margin-right: 0;
min-width: 100px;
max-width: 100px;
}
.wp-block-separator.is-style-dots{
max-width: 200px;
}
.wp-block-separator.center:not([class*=align]){
margin-left: auto;
margin-right: auto;
}
.wp-block-separator.is-style-wide,
.wp-block-separator.alignfull,
.wp-block-separator.alignwide{
max-width: none !important;
}
.wp-block-cover{
margin-bottom: 2em;
}
.wp-block-cover,
.wp-block-cover-image{
position: relative !important;
height: auto;
}
.container-1170 .wp-block-cover__inner-container{
max-width: 1170px;
}
.container-960 .wp-block-cover__inner-container{
max-width: 960px;
}
.container-720 .wp-block-cover__inner-container{
max-width: 720px;
}
@media (max-width: 600px) {
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container{
width: 100%;
padding-top: 2em;
padding-bottom: 2em;
}
}
.wp-block-buttons.alignleft,
.wp-block-buttons.alignright{
max-width: none;
}
.wp-block-buttons .wp-block-button{
margin: 0 0 4px;
}
.wp-block-button__link{
font-size: 14px;
font-weight: 700;
padding: 18px 30px;
text-transform: uppercase;
margin-bottom: 4px;
line-height: 1;
display: inline-block;
min-width: 8.5em;
text-align: center;
color: var(--colorLight);
border: none;
background-color: var(--colorDarkGrey);
border-radius: 1px;
position: relative;
transition: all .4s linear 0s;
font-size: 14px !important;
padding: 18px 30px !important;
}
.wp-block-button__link:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus{
color: var(--colorLight);
background-color: #3d3d3d;
box-shadow: 2px 0 10px rgba(0, 0, 0, .4);
}
.is-style-outline .wp-block-button__link{
background-color: rgba(0, 0, 0, 0);
border-color: var(--colorDarkGrey);
color: var(--colorDarkGrey);
}
.is-style-outline .wp-block-button__link:hover{
background-color: var(--colorDarkGrey);
color: var(--colorLight);
}
.size-medium .wp-block-button__link{
padding: 16px 35px;
}
.size-small .wp-block-button__link{
padding: 12px 20px;
}
.is-style-inverse-fill .wp-block-button__link{
background-color: var(--colorDark);
}
.is-style-inverse-fill .wp-block-button__link:hover{
background-color: rgba(0, 0, 0, 0);
color: var(--colorDark);
border-color: var(--colorDark);
}
.is-style-inverse-outline .wp-block-button__link{
background-color: rgba(0, 0, 0, 0);
color: var(--colorDark);
border-color: var(--colorDark);
}
.is-style-inverse-outline .wp-block-button__link:hover{
background-color: var(--colorDark);
color: var(--colorLight);
}
.is-style-color-link .wp-block-button__link{
background-color: rgba(0, 0, 0, 0);
padding: 0;
margin-left: -10px;
font-size: 16px;
font-weight: bold;
color: var(--colorFont);
}
.is-style-color-link .wp-block-button__link::after{
content: "";
font-family: "Font Awesome 5 Free";
margin-left: 8px;
}
.is-style-color-link .wp-block-button__link:hover{
color: var(--colorMain);
}
.is-style-dark-link .wp-block-button__link{
background-color: rgba(0, 0, 0, 0);
padding: 0;
margin-left: -10px;
font-size: 16px;
font-weight: bold;
color: var(--colorMain);
}
.is-style-dark-link .wp-block-button__link::after{
content: "";
font-family: "Font Awesome 5 Free";
margin-left: 8px;
}
.is-style-dark-link .wp-block-button__link:hover{
color: var(--colorFont);
}
.is-style-ellipse-btn-fill .wp-block-button__link{
border-radius: 50%;
font-size: 0;
padding: 25px;
}
.is-style-ellipse-btn-fill .wp-block-button__link::before{
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-flex;
width: 19px;
height: 12px;
-webkit-mask: url(//www.beautesublimeeparval.fr/wp-content/themes/makeup/assets/img/arrow-right.png) no-repeat center/cover;
background-color: var(--colorLight);
}
.is-style-ellipse-btn-ouline .wp-block-button__link{
border-radius: 50%;
font-size: 0;
padding: 25px;
background: rgba(0, 0, 0, 0);
border-color: var(--colorMain);
}
.is-style-ellipse-btn-ouline .wp-block-button__link::before{
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-flex;
width: 19px;
height: 12px;
-webkit-mask: url(//www.beautesublimeeparval.fr/wp-content/themes/makeup/assets/img/arrow-right.png) no-repeat center/cover;
background-color: var(--colorMain);
}
.is-style-ellipse-btn-ouline .wp-block-button__link:hover{
background: var(--colorMain);
}
.is-style-ellipse-btn-ouline .wp-block-button__link:hover::before{
background-color: var(--colorLight);
}
.has-dark-background-color .is-style-inverse-fill .wp-block-button__link,
.i .is-style-inverse-fill .wp-block-button__link{
background: rgba(0, 0, 0, 0);
border-color: var(--colorLight);
color: var(--colorLight);
}
.has-dark-background-color .is-style-inverse-fill .wp-block-button__link:hover,
.i .is-style-inverse-fill .wp-block-button__link:hover{
background: var(--colorLight);
color: var(--colorMain);
}
.has-dark-background-color .is-style-inverse-outline .wp-block-button__link,
.i .is-style-inverse-outline .wp-block-button__link{
background: var(--colorLight);
color: var(--colorMain);
border-color: var(--colorLight);
}
.has-dark-background-color .is-style-inverse-outline .wp-block-button__link:hover,
.i .is-style-inverse-outline .wp-block-button__link:hover{
background: rgba(0, 0, 0, 0);
border-color: var(--colorLight);
color: var(--colorLight);
}
.wp-block-file{
margin: 2em 0;
}
.wp-block-file a:not([class]){
font-size: 1.2em;
}
.wp-block-pullquote{
padding: 0;
border-top: none;
border-bottom: none;
position: relative;
text-align: initial;
}
.cols-padding .wp-block-pullquote{
margin-top: -1.5em !important;
}
.wp-block-pullquote.is-style-solid-color blockquote{
text-align: center;
}
.wp-block-pullquote blockquote{
border: none;
margin: 2em 0;
text-align: center;
}
.wp-block-pullquote blockquote:before{
display: block;
margin: 0 auto 1em;
text-align: center;
color: #fff;
background-color: var(--colorMain);
width: 50px;
height: 50px;
border-radius: 50%;
line-height: 50px;
font-size: 32px;
}
.wp-block-pullquote.has-background blockquote{
padding: 2em 1em;
}
.wp-block-pullquote p{
font-size: 26px;
line-height: 1.3;
margin-bottom: 10px;
}
.wp-block-pullquote cite{
color: var(--colorFontBlue);
font-size: 14px;
text-transform: none;
font-style: normal;
}
.wp-block-pullquote.has-background-background-color{
margin-top: 3em;
}
.wp-block-pullquote.has-background-background-color blockquote{
padding: 0 1em 2em;
text-align: center;
}
.wp-block-pullquote.has-background-background-color blockquote:before{
position: relative;
top: -25px;
margin-bottom: 5px;
}
.wp-block-pullquote.has-background-background-color blockquote p{
font-size: 26px;
}
.wp-block-pullquote.has-background-background-color blockquote cite{
display: block;
margin-top: 1.8em;
}
.wp-block-pullquote.has-main-background-color{
position: relative;
padding: 2.5em 1em 4.6em;
}
.wp-block-pullquote.has-main-background-color blockquote{
max-width: 67%;
}
.wp-block-pullquote.has-main-background-color blockquote p{
font-size: 26px;
line-height: 1.5;
font-weight: 300;
}
.wp-block-pullquote.has-main-background-color blockquote cite{
color: var(--colorLight);
display: block;
margin-top: 1.8em;
}
.wp-block-pullquote.has-main-background-color blockquote cite img{
max-width: 30px;
}
.wp-block-pullquote.has-main-background-color blockquote:before{
position: absolute;
font-size: 80px;
left: 1.5em;
top: .92em;
}
.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"]{
padding-left: 0;
padding-right: 1.25em !important;
}
.wp-block-quote.is-style-muted{
border: none;
background-color: var(--colorBackground);
padding-right: 2em;
}
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption{
opacity: .7;
width: 100%;
display: block;
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption{
font-size: 14px;
padding: 40px 30px 35px;
line-height: 1.7;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 70%, transparent);
}
.wp-block-gallery{
margin-top: 4.2em;
margin-bottom: 2.5em;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
.wp-block-gallery:first-child{
margin-top: 0;
}
.wp-block-gallery:last-child{
margin-bottom: 0;
}
.wp-block-gallery img{
transition: all .3s ease;
}
.wp-block-gallery figure a{
position: relative;
}
.wp-block-gallery figure a:before{
z-index: 2;
transition: all .3s ease;
content: "";
border: 1px solid #fff;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
opacity: 0;
pointer-events: none;
}
.wp-block-gallery figure a:hover:before{
top: 20px;
bottom: 20px;
left: 20px;
right: 20px;
opacity: .5;
}
.wp-block-gallery.is-style-caption-bottom .blocks-gallery-item{
display: block;
margin-bottom: 0;
}
.wp-block-gallery.is-style-caption-bottom figure{
display: block;
height: auto;
}
.wp-block-gallery.is-style-caption-bottom figcaption{
color: var(--colorFontBlue);
padding: 1.2em 0 .4em;
font-size: 18px;
text-align: inherit;
background: none;
position: relative;
}
.i .wp-block-gallery.is-style-caption-bottom figcaption{
color: var(--colorLight);
}
@media (max-width: 500px) {
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item{
width: auto;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
}
.gallery-gap-0 .blocks-gallery-grid .blocks-gallery-item{
margin: 0;
}
.gallery-gap-0 .blocks-gallery-grid .blocks-gallery-item figure{
position: relative;
}
.gallery-gap-30 .blocks-gallery-grid{
margin-right: -14px;
}
.gallery-gap-30 .blocks-gallery-grid .blocks-gallery-item{
padding: 0 14px 14px 0;
}
.gallery-gap-30 .blocks-gallery-grid .blocks-gallery-item figure{
position: relative;
}
.gallery-gap-50 .blocks-gallery-grid{
margin-right: -34px;
}
.gallery-gap-50 .blocks-gallery-grid .blocks-gallery-item{
padding: 0 34px 34px 0;
}
.gallery-gap-50 .blocks-gallery-grid .blocks-gallery-item figure{
position: relative;
}
.wp-block-image{
line-height: 0;
}
.wp-block-image .alignleft{
min-width: 60px;
margin-right: 3em;
margin-bottom: 1em;
}
.wp-block-image .alignright{
min-width: 60px;
margin-left: 2em;
margin-bottom: 1em;
}
.wp-block-image .alignfull{
max-width: none;
}
.wp-block-image.is-style-shadow{
padding: 3px;
border-radius: 3px;
box-shadow: 0 0 10px 0 rgba(100, 100, 100, .3);
}
.wp-block-image.is-style-shadow > a{
display: block;
overflow: hidden;
}
.wp-block-image.is-style-shadow > a > img{
transition: all .3s ease-in-out;
}
.wp-block-image.is-style-shadow:hover > a > img{
opacity: .7;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.wp-block-image.is-style-bg-colormain img{
padding: 20%;
border-radius: 25%;
background-color: var(--colorMain);
}
.wp-block-image.is-style-bg-colormain-round img{
padding: 20%;
border-radius: 50%;
background-color: var(--colorMain);
}
@media (min-width: 768px) {
.wp-block-media-text:not(.alignfull) .wp-block-media-text__content{
padding: 0 0 0 12%;
}
.wp-block-media-text:not(.alignfull).has-media-on-the-right .wp-block-media-text__content{
padding-right: 12%;
padding-left: 0;
}
}
@media (max-width: 767px) {
.wp-block-media-text:not(.alignfull){
display: block;
}
.wp-block-media-text:not(.alignfull) .wp-block-media-text__content{
padding-top: 2em;
padding-bottom: 2em;
}
}
.wp-block-preformatted{
white-space: pre-wrap;
}
.has-small-font-size{
font-size: 15px;
}
.has-medium-font-size{
margin-bottom: 1.5em;
}
.has-large-font-size{
letter-spacing: .028em;
font-size: 1.45em;
}
.has-huge-font-size{
line-height: 1.4;
}
.wp-block-table{
margin-top: 15px;
margin-bottom: 15px;
}
.wp-block-table.is-style-no-borders{
margin: 0;
}
.wp-block-table.is-style-no-borders td,
.wp-block-table.is-style-no-borders th{
line-height: 1;
padding: 0 0 1.65em;
border: none;
}
.wp-block-social-links:last-child{
margin-bottom: 0;
}
.wp-block-embed__wrapper{
position: relative;
}
.wp-block-embed__wrapper:before{
content: "";
display: block;
}
.wp-block-embed__wrapper iframe{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.wp-block-embed{
margin: 4em 0;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{
padding-top: 42.85%;
}
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{
padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{
padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{
padding-top: 75%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{
padding-top: 100%;
}
.wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{
padding-top: 66.66%;
}
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{
padding-top: 200%;
}
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-categories-list,
.wp-block-archives-list{
padding: 0;
list-style: none;
}
.wp-block-latest-posts ul,
.wp-block-latest-comments ul,
.wp-block-categories-list ul,
.wp-block-archives-list ul{
list-style: none;
}
.wp-block-search,
.wp-block-calendar,
.wp-block-categories,
.wp-block-archives{
margin-bottom: 2em;
}
.wp-block-search:last-child,
.wp-block-calendar:last-child,
.wp-block-categories:last-child,
.wp-block-archives:last-child{
margin-bottom: 0;
}
[class*=wp-block].is-grid{
max-width: none;
}
.wp-block-categories-list.is-style-inline{
position: relative;
max-width: none;
padding: .5em 0;
margin: 2em 0 3.3em;
}
.wp-block-categories-list.is-style-inline:before,
.wp-block-categories-list.is-style-inline:after{
position: absolute;
content: "";
height: 1px;
width: 136%;
left: -18%;
background-color: var(--colorBorder);
}
.wp-block-categories-list.is-style-inline:before{
top: -0.3em;
}
.wp-block-categories-list.is-style-inline:after{
bottom: -0.3em;
}
.wp-block-categories-list.is-style-inline li{
display: inline-block;
margin-right: 2em;
margin-top: .5em;
margin-bottom: .5em;
}
.wp-block-categories-list.is-style-inline li:before{
display: none;
}
.wp-block-latest-comments li{
position: relative;
}
.wp-block-latest-comments article{
display: inline-block;
}
.wp-block-latest-comments .avatar{
position: absolute;
}
.wp-block-latest-posts__featured-image{
margin-bottom: .75em;
}
.wp-block-latest-posts__featured-image + a{
display: block;
line-height: 1.34;
margin-bottom: .25em;
}
.wp-block-latest-posts__post-date{
color: var(--colorMain2);
font-size: 16px;
}
.align-center{
align-items: center;
}
.has-background:not(hr):not(a):not(.wp-block-media-text):not(.wp-block-pullquote):not(.rich-text):not(.wp-block-getwid-progress-bar__bar){
padding: .5em;
}
.has-background:not(hr):not(a):not(.wp-block-media-text):not(.wp-block-pullquote):not(.rich-text):not(.wp-block-getwid-progress-bar__bar) p:last-child{
margin-bottom: 0;
}
[class*=wp-block-columns] .wp-block-column>p:not([class*=mb-]){
margin-bottom: 15px;
}
.wp-block-columns{
margin-bottom: 0;
}
.wp-block-column{
margin-bottom: 0;
}
.wp-block-column>*:first-child:not([class*=mt-]){
margin-top: 0;
}
.wp-block-column:after{
content: "";
display: block;
clear: both;
}
.cols-highlight > .wp-block-column{
background-color: var(--colorBackground);
}
.cols-highlight.l.m > .wp-block-column{
background-color: var(--colorLight);
}
.cols-highlight.i > .wp-block-column{
background-color: rgba(255, 255, 255, .1);
}
.cols-bordered > .wp-block-column{
border: 1px solid var(--colorBorder);
}
.cols-bordered.i > .wp-block-column{
border-color: rgba(255, 255, 255, .15);
}
.cols-shadow > .wp-block-column{
box-shadow: 0 0 20px 0 rgba(100, 100, 100, .15);
}
.cols-shadow-hover > .wp-block-column{
position: relative;
bottom: 0;
transition: all .15s ease-in;
}
.cols-shadow-hover > .wp-block-column:hover{
bottom: 2px;
box-shadow: 0 0 40px 0 rgba(100, 100, 100, .2);
}
.cols-padding > .wp-block-column{
padding: 1.5em;
}
.cols-padding > .wp-block-column > .alignwide{
margin-top: -1.5em;
margin-left: -1.5em;
max-width: none;
width: calc(100% + 3em);
}
.cols-rounded > .wp-block-column{
border-radius: 10px;
overflow: hidden;
}
@media (max-width: 781px)and (min-width: 600px) {
.wp-block-column{
flex-grow: 1;
}
}
.wp-block-columns .gap-0 .wp-block-column:not(:first-child),
.gap-0 .wp-block-column:not(:first-child){
margin-left: 0;
}
.wp-block-columns .gap-1 .wp-block-column:not(:first-child),
.gap-1 .wp-block-column:not(:first-child){
margin-left: 1px;
}
.wp-block-columns .gap-2 .wp-block-column:not(:first-child),
.gap-2 .wp-block-column:not(:first-child){
margin-left: 2px;
}
.wp-block-columns .gap-3 .wp-block-column:not(:first-child),
.gap-3 .wp-block-column:not(:first-child){
margin-left: 3px;
}
.wp-block-columns .gap-5 .wp-block-column:not(:first-child),
.gap-5 .wp-block-column:not(:first-child){
margin-left: 5px;
}
.wp-block-columns .gap-10 .wp-block-column:not(:first-child),
.gap-10 .wp-block-column:not(:first-child){
margin-left: 10px;
}
.wp-block-columns .gap-15 .wp-block-column:not(:first-child),
.gap-15 .wp-block-column:not(:first-child){
margin-left: 15px;
}
.wp-block-columns .gap-20 .wp-block-column:not(:first-child),
.gap-20 .wp-block-column:not(:first-child){
margin-left: 20px;
}
.wp-block-columns .gap-30 .wp-block-column:not(:first-child),
.gap-30 .wp-block-column:not(:first-child){
margin-left: 30px;
}
.wp-block-columns .gap-50 .wp-block-column:not(:first-child),
.gap-50 .wp-block-column:not(:first-child){
margin-left: 50px;
}
.wp-block-columns .gap-60 .wp-block-column:not(:first-child),
.gap-60 .wp-block-column:not(:first-child){
margin-left: 60px;
}
@media (max-width: 599px) {
.wp-block-column .wp-block-column{
flex-basis: auto !important;
}
.wp-block-column .wp-block-column:first-child,
.wp-block-column .wp-block-column:last-child{
min-width: 60px;
}
[class*=gap-]>.wp-block-column:not(:first-child){
margin-left: 0;
}
}
@media (max-width: 781px)and (min-width: 600px) {
.wp-block-column .wp-block-column{
flex-basis: inherit !important;
}
}
@media (max-width: 781px) {
.cols-single-sm{
display: block;
}
.cols-single-sm .wp-block-column{
margin-bottom: 2em;
}
.cols-single-sm .wp-block-column:last-child{
margin-bottom: 0;
}
.cols-single-sm .wp-block-column:not(:first-child){
margin-left: 0;
}
.cols-single-sm .wp-block-column:empty{
display: none;
}
}
@media (max-width: 991px) {
.cols-single-md{
display: block;
}
.cols-single-md .wp-block-column{
margin-bottom: 2em;
}
.cols-single-md .wp-block-column:last-child{
margin-bottom: 0;
}
.cols-single-md .wp-block-column:not(:first-child){
margin-left: 0;
}
.cols-single-md .wp-block-column:empty{
display: none;
}
}
@media (max-width: 1199px) {
.cols-single-lg{
display: block;
}
.cols-single-lg .wp-block-column{
margin-bottom: 2em;
}
.cols-single-lg .wp-block-column:last-child{
margin-bottom: 0;
}
.cols-single-lg .wp-block-column:not(:first-child){
margin-left: 0;
}
.cols-single-lg .wp-block-column:empty{
display: none;
}
}
.cols-single{
display: block;
}
.cols-single .wp-block-column:not(:first-child){
margin-left: 0;
}
.cols-single .wp-block-column:empty{
display: none;
}
.cols-single-none{
flex-wrap: nowrap;
}
@media (max-width: 599px) {
.wp-block-column{
margin-bottom: 2em;
}
.wp-block-column:last-child{
margin-bottom: 0;
}
}
.wp-social-link{
margin-right: 5px;
}
.wp-social-link a{
padding-left: 5px;
padding-right: 5px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg{
width: 18px;
height: 18px;
fill: var(--colorFontBlue);
}
.has-background-dim{
color: rgba(255, 255, 255, .75);
}
.has-light-color{
color: var(--colorLight);
}
.has-font-color{
color: var(--colorFont);
}
.has-font-muted-color{
color: var(--colorFontLight);
}
.has-background-color{
color: var(--colorBackground);
}
.has-border-color{
color: var(--colorBorder);
}
.has-dark-color{
color: var(--colorDark);
}
.has-dark-muted-color{
color: var(--colorFontBlue);
}
.i .has-dark-muted-color{
color: var(--colorLight);
}
.i.c .has-dark-muted-color{
color: var(--colorFontBlue);
}
.has-main-color{
color: var(--colorMain);
}
.has-main-2-color{
color: var(--colorMain2);
}
.has-light-background-color{
background-color: var(--colorLight);
}
.has-font-background-color{
background-color: var(--colorFont);
}
.has-font-muted-background-color{
background-color: var(--colorFontLight);
}
.has-background-background-color{
background-color: var(--colorBackground);
}
.has-border-background-color{
background-color: var(--colorBorder);
}
.has-dark-background-color{
background-color: var(--colorDark);
}
.has-dark-muted-background-color{
background-color: var(--colorFontBlue);
}
.has-main-background-color{
background-color: var(--colorMain);
}
.has-main-2-background-color{
background-color: var(--colorMain2);
}
.alignfull{
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
max-width: none;
}
@media (min-width: 1200px) {
.alignfull{
padding-left: 7px;
padding-right: 7px;
}
}
.alignfull.wp-block-image > img{
max-width: none;
width: 100vw;
}
.with-sidebar #columns .alignfull{
width: 100%;
max-width: 100%;
margin-left: 0;
left: 0;
right: 0;
padding-left: 0;
padding-right: 0;
}
.with-sidebar .alignfull > img{
max-width: 100%;
width: auto;
}
@media screen and (min-width: 1300px) {
.alignwide{
margin-left: -3em;
max-width: none;
width: calc(100% + 6em);
}
}
@media screen and (min-width: 1400px) {
.alignwide{
margin-left: -9em;
max-width: none;
width: calc(100% + 18em);
}
}
.with-sidebar #columns .alignwide{
max-width: 100%;
width: auto;
margin-left: 0;
}
.wp-block-search{
position: relative;
}
.wp-block-search .wp-block-search__input{
max-width: none;
width: 100%;
padding-right: 50px;
padding-left: 20px;
border-radius: 0;
font-size: 18px;
}
.wp-block-search .wp-block-search__button,
.wp-block-search .search-submit{
position: absolute;
right: 0;
font-size: 0;
padding: 0 30px;
background-color: rgba(0, 0, 0, 0);
height: 100%;
box-shadow: none;
}
.wp-block-search .wp-block-search__button::before,
.wp-block-search .search-submit::before{
content: "";
font-family: FontAwesome;
font-size: 16px;
color: var(--colorDark);
transition: all .3s ease-in-out;
}
.wp-block-search .wp-block-search__button:hover::before,
.wp-block-search .search-submit:hover::before{
color: var(--colorMain);
}
#post-1787 [style="height:70px"]{
height: 0 !important;
}
#post-1783 .wp-block-quote{
padding-top: 0;
}
.wp-block-latest-comments__comment:last-child{
margin-bottom: 0;
}
br + code{
margin-top: 1em;
margin-bottom: 1em;
}
.post-password-form label{
font-size: 0;
margin-right: .5em;
vertical-align: bottom;
}
.post-password-form [type=submit]{
margin-top: .75em;
}
.wp-block-media-text:not(:last-child){
margin-bottom: 2em;
}
.wp-block-getwid-icon__wrapper{
padding: 10px 0;
}
.wp-block-getwid-recent-posts__entry-footer{
display: none;
}
.wp-block-getwid-recent-posts__entry-meta{
margin-bottom: 1em;
}
.wp-block-getwid-recent-posts__entry-meta .heading-inner > a{
color: var(--colorMain);
}
.wp-block-getwid-recent-posts__entry-meta .heading-inner > span{
margin-left: 15px;
}
.wp-block-getwid-recent-posts__entry-header{
display: flex;
flex-direction: column-reverse;
}
.wp-block-getwid-mailchimp.is-style-inline-form .wp-block-getwid-mailchimp__form{
display: flex;
flex-wrap: wrap;
margin-top: 15px;
margin-bottom: 15px;
}
.text-center .wp-block-getwid-mailchimp.is-style-inline-form .wp-block-getwid-mailchimp__form{
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.wp-block-getwid-mailchimp.is-style-inline-form .wp-block-getwid-mailchimp__form p{
margin-bottom: 0;
}
.wp-block-getwid-mailchimp.is-style-inline-form .wp-block-getwid-mailchimp__result{
order: 2;
width: 100%;
margin-top: .5em;
}
.wp-block-getwid-mailchimp.is-style-inline-form .wp-block-getwid-field-email{
flex-grow: 10;
max-width: 500px;
}
@media (max-width: 400px) {
.wp-block-getwid-mailchimp.is-style-inline-form .wp-block-getwid-field-email{
max-width: 160px;
}
}
.wp-block-getwid-mailchimp.is-style-inline-form .wp-block-getwid-mailchimp__submit{
margin: 0 0 0 10px;
}
.wp-block-getwid-mailchimp.is-style-inline-form .wp-block-button__link{
white-space: nowrap;
padding: 17px 27px;
}
.wp-block-getwid-price-box{
padding: 4.5em 1.5em;
}
.wp-block-getwid-price-box .wp-block-getwid-price-box__amount,
.wp-block-getwid-price-box .wp-block-getwid-price-box__currency{
font-size: 2.25em;
}
.wp-block-getwid-price-box__pricing{
margin: 1.3em 0 1.8em;
}
.wp-block-getwid-price-box__period{
vertical-align: initial;
}
.wp-block-getwid-price-box__features li:not([class]){
padding: .2em 0;
}
.wp-block-getwid-price-box__features li:not([class]):before{
margin-right: 1em;
color: var(--colorMain);
font-weight: 900;
font-family: "Font Awesome 5 Free";
content: "";
}
.i.c .wp-block-getwid-price-box__features li:not([class]):before{
color: var(--colorLight);
}
.wp-block-getwid-price-box__features li:not([class]):only-child:before{
display: none;
}
.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__title,
.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__percent{
color: var(--colorDark);
}
.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__bar{
height: 2px;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__tab-content{
border-radius: 0 3px 3px 3px;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__title-wrapper{
font-size: 16px;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__tab-content{
padding: 2.5em 1.87em;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link{
border-radius: 3px 3px 0 0;
border-top: 1px solid var(--colorBorder);
border-right: 1px solid var(--colorBorder);
border-left: 1px solid var(--colorBorder);
border-bottom: 1px solid var(--colorBorder);
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link:not(.ui-tabs-active),
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link:not(.ui-state-active){
background-color: var(--colorBackground);
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link.ui-tabs-active,
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link.ui-state-active{
border-bottom-color: rgba(0, 0, 0, 0);
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link a{
padding: .7em 1.85em !important;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link a:focus,
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link a:hover{
text-decoration: none;
}
@media (max-width: 767px) {
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-link{
width: 100%;
}
}
.wp-block-getwid-counter .wp-block-getwid-counter__wrapper{
display: flex;
justify-content: center;
align-items: center;
}
.wp-block-getwid-counter .wp-block-getwid-counter__wrapper p{
padding: 0;
font-size: 2.5em;
color: var(--colorMain);
}
.wp-block-getwid-accordion.is-style-default .wp-block-getwid-accordion__header-wrapper{
border: none;
}
.wp-block-getwid-accordion.is-style-default .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active .wp-block-getwid-accordion__header-title{
color: var(--colorMain);
}
.wp-block-getwid-accordion.is-style-default .wp-block-getwid-accordion__header{
padding: 1.115em 1.87em;
background-color: var(--colorLight);
}
.wp-block-getwid-accordion.is-style-default .wp-block-getwid-accordion__header-title{
font-size: 18px;
font-weight: bold;
}
.wp-block-getwid-accordion.is-style-default .wp-block-getwid-accordion__content-wrapper + .wp-block-getwid-accordion__header-wrapper{
margin-top: 30px;
}
.wp-block-getwid-accordion.is-style-default .wp-block-getwid-accordion__content{
padding: 0 1.87em 1.115em;
background-color: var(--colorLight);
border: none;
}
.wp-block-getwid-accordion.is-style-tab-border .wp-block-getwid-accordion__header-wrapper{
border: none;
padding-bottom: 2em;
outline: none;
}
.wp-block-getwid-accordion.is-style-tab-border .wp-block-getwid-accordion__header{
padding: 0;
}
.wp-block-getwid-accordion.is-style-tab-border .wp-block-getwid-accordion__header-title{
font-weight: 500;
}
.wp-block-getwid-accordion.is-style-tab-border .wp-block-getwid-accordion__content-wrapper{
border-bottom: 1px solid var(--colorBorder);
}
.wp-block-getwid-accordion.is-style-tab-border .wp-block-getwid-accordion__content-wrapper + .wp-block-getwid-accordion__header-wrapper{
padding-top: 2em;
}
.wp-block-getwid-accordion.is-style-tab-border .wp-block-getwid-accordion__content{
border: none;
padding: 0 0 2em 0;
}
.wp-block-getwid-image-box h6,
.wp-block-getwid-image-box h5,
.wp-block-getwid-image-box h4,
.wp-block-getwid-image-box h3,
.wp-block-getwid-image-box h2,
.wp-block-getwid-image-box h1{
font-weight: 500;
}
@media (max-width: 767px) {
.wp-block-getwid-image-box.has-image-left .wp-block-getwid-image-box__image-container.is-position-top,
.wp-block-getwid-image-box.has-image-right .wp-block-getwid-image-box__image-container.is-position-top{
margin-bottom: 0;
}
}
.wp-block-getwid-video-popup{
text-align: left;
}
.wp-block-getwid-video-popup .wp-block-getwid-video-popup__icon{
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
}
.wp-block-getwid-video-popup .wp-block-getwid-video-popup__button.is-size-small .wp-block-getwid-video-popup__icon{
width: 80px;
height: 80px;
}
.getwid-video-popup button.mfp-close{
position: absolute;
font-size: 30px;
}
.wp-block-getwid-video-popup__button.is-size-small.is-style-default .wp-block-getwid-video-popup__button-caption{
padding-left: 25px;
}
.wp-block-getwid-contact-form .wp-block-button__link{
border-radius: 5px;
}
@media (min-width: 1200px) {
.wp-block-getwid-contact-form.is-style-form-variant-2 .wp-block-getwid-contact-form__form{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.wp-block-getwid-contact-form.is-style-form-variant-2 .wp-block-getwid-contact-form__form > *{
width: 100%;
}
.wp-block-getwid-contact-form.is-style-form-variant-2 .wp-block-getwid-contact-form__form .wp-block-getwid-field-name{
width: 50%;
padding-right: 10px;
}
.wp-block-getwid-contact-form.is-style-form-variant-2 .wp-block-getwid-contact-form__form .wp-block-getwid-field-email{
width: 50%;
padding-left: 10px;
}
}
.wp-block-getwid-contact-form__form p{
margin-bottom: 1.5em;
}
.wp-block-getwid-contact-form__submit{
margin-top: 1em;
}
.wp-block-getwid-contact-form__submit [type=submit]{
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.wp-block-getwid-icon-box .wp-block-getwid-icon-box__icon-wrapper.has-background{
padding: 15px;
}
.wp-block-getwid-icon-box.in-line{
justify-content: center;
}
.wp-block-getwid-icon-box.in-line .wp-block-getwid-icon-box__content{
flex: inherit;
}
.wp-block-getwid-social-links .wp-block-getwid-social-links__link:hover{
opacity: .65;
}
.wp-block-getwid-price-box{
padding-top: 0;
padding-bottom: 0;
}
.wp-block-getwid-price-box .wp-block-getwid-price-box__title{
font-weight: 400;
margin-bottom: 0;
}
.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing{
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
}
.wp-block-getwid-price-box .wp-block-getwid-price-box__period{
width: 100%;
margin-top: 1rem;
font-size: 16px;
}
.wp-block-getwid-price-box .wp-block-getwid-price-box__currency,
.wp-block-getwid-price-box .wp-block-getwid-price-box__amount{
font-size: 50px;
}
.wp-block-getwid-price-box .wp-block-getwid-price-box__features{
font-size: 16px;
border-top: 1px solid var(--colorBorder);
padding-top: 1.5rem;
text-align: left;
margin-left: 0;
margin-right: 0;
width: 100%;
}
.wp-block-getwid-price-box .wp-block-getwid-price-box__features li{
display: flex;
align-items: center;
}
.wp-block-getwid-price-box .wp-block-getwid-price-box__features li::before{
order: 2;
margin-right: 0;
margin-left: auto;
padding-left: 15px;
}
.wp-block-getwid-price-box.is-style-price-box-selected,
.wp-block-getwid-price-box.is-style-price-box-lay-2-selected{
box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
border-bottom: 3px solid var(--colorMain);
border-radius: 5px;
padding: 4.5em 1.5em;
}
.wp-block-getwid-price-box.is-style-price-box-selected .wp-block-getwid-price-box__features,
.wp-block-getwid-price-box.is-style-price-box-lay-2-selected .wp-block-getwid-price-box__features{
margin: 0 auto 2.5em;
width: auto;
}
@media (max-width: 767px) {
.wp-block-getwid-price-box.is-style-price-box-selected,
.wp-block-getwid-price-box.is-style-price-box-lay-2-selected{
padding: 3em 1.5em;
}
}
.wp-block-getwid-price-box.is-style-price-box-lay-2 .wp-block-getwid-price-box__pricing,
.wp-block-getwid-price-box.is-style-price-box-lay-2-selected .wp-block-getwid-price-box__pricing{
margin-top: 1.8em;
}
.wp-block-getwid-price-box.is-style-price-box-lay-2 .wp-block-getwid-price-box__period,
.wp-block-getwid-price-box.is-style-price-box-lay-2-selected .wp-block-getwid-price-box__period{
width: auto;
margin-top: 0;
}
.wp-block-getwid-price-box.is-style-price-box-lay-2 .wp-block-getwid-price-box__currency,
.wp-block-getwid-price-box.is-style-price-box-lay-2 .wp-block-getwid-price-box__period,
.wp-block-getwid-price-box.is-style-price-box-lay-2 .wp-block-getwid-price-box__amount,
.wp-block-getwid-price-box.is-style-price-box-lay-2-selected .wp-block-getwid-price-box__currency,
.wp-block-getwid-price-box.is-style-price-box-lay-2-selected .wp-block-getwid-price-box__period,
.wp-block-getwid-price-box.is-style-price-box-lay-2-selected .wp-block-getwid-price-box__amount{
font-size: 32px;
}
.wp-block-getwid-price-box.is-style-price-box-lay-2 .wp-block-getwid-price-box__features,
.wp-block-getwid-price-box.is-style-price-box-lay-2-selected .wp-block-getwid-price-box__features{
border-top: none;
padding-top: 0;
margin: 0 auto 2.5em;
width: auto;
max-width: 235px;
text-align: center;
}
.wp-block-getwid-price-box.is-style-price-box-lay-2 .wp-block-getwid-price-box__features li,
.wp-block-getwid-price-box.is-style-price-box-lay-2-selected .wp-block-getwid-price-box__features li{
justify-content: center;
}
.wp-block-getwid-price-box.is-style-price-box-lay-2 .wp-block-getwid-price-box__features li::before,
.wp-block-getwid-price-box.is-style-price-box-lay-2-selected .wp-block-getwid-price-box__features li::before{
display: none;
}
.wp-block-getwid-price-list{
margin: 0 0 2rem 0;
}
.wp-block-getwid-price-list:last-child{
margin-bottom: 0;
}
.wp-block-getwid-price-list .wp-block-getwid-price-list__header{
font-size: 20px;
}
.wp-block-getwid-price-list .wp-block-getwid-price-list__title,
.wp-block-getwid-price-list .wp-block-getwid-price-list__amount{
font-weight: 400;
}
.wp-block-getwid-price-list .wp-block-getwid-price-list__description{
margin-top: 1.2rem;
font-size: 16px;
}
.wp-block-getwid-content-timeline__line{
color: var(--colorMain);
}
.wp-block-getwid-content-timeline-item.is-active .wp-block-getwid-content-timeline-item__point-content{
border-color: var(--colorMain);
}
.wp-block-getwid-table:not(.has-border-collapse-collapse):not(.has-border-collapse-separate) td{
border: none;
}
.wp-block-getwid-table{
line-height: 1.47;
}
@media (max-width: 767px) {
.wp-block-getwid-table table{
display: block;
width: 100%;
max-width: 100%;
overflow-x: auto;
}
.wp-block-getwid-table table td{
min-width: 12em;
}
}
.wp-block-getwid-person{
text-align: left;
}
.wp-block-getwid-person .wp-block-getwid-person__title,
.wp-block-getwid-person .wp-block-getwid-person__subtitle,
.wp-block-getwid-person .wp-block-getwid-person__content{
text-align: left;
}
.wp-block-getwid-person .wp-block-getwid-person__title{
color: var(--colorDark);
font-weight: 500;
font-size: 20px;
}
.wp-block-getwid-person .wp-block-getwid-person__subtitle{
font-size: 18px;
}
.wp-block-getwid-person .wp-block-getwid-person__image img{
width: 100%;
margin: 0;
border-radius: 5px;
}
.wp-block-getwid-person .wp-block-getwid-social-links{
margin-top: 0;
}
.wp-block-getwid-person .wp-block-getwid-social-links ul:not(:empty){
padding-top: 2em;
}
.wp-block-getwid-person .wp-block-getwid-social-links .wp-block-getwid-social-links__link{
transition: all .3s ease-in-out;
}
.wp-block-getwid-person .wp-block-getwid-social-links .wp-block-getwid-social-links__link:hover{
opacity: .6;
}
.wp-block-getwid-person.is-style-person-shadow{
padding: 1.8em;
box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
border-bottom: 3px solid rgba(0, 0, 0, 0);
border-radius: 5px;
transition: all .3s ease-in-out;
background-color: var(--colorLight);
}
.wp-block-getwid-person.is-style-person-shadow:hover{
border-color: var(--colorMain);
}
.wp-block-getwid-person.is-style-person-shadow .wp-block-getwid-person__content-wrapper{
margin-top: 2.5em;
}
.wp-block-getwid-person.is-style-person-shadow .wp-block-getwid-person__content{
margin-top: .5em;
}
.wp-block-getwid-image-box.is-style-image-box-one,
.wp-block-getwid-image-box.is-style-image-box-two-btn,
.wp-block-getwid-image-box.is-style-image-box-two{
padding: 2em 1em 1.2em;
border-radius: 5px;
border-bottom: 3px solid rgba(0, 0, 0, 0);
transition: all .3s ease-in-out;
}
.wp-block-getwid-image-box.is-style-image-box-one:hover,
.wp-block-getwid-image-box.is-style-image-box-two-btn:hover,
.wp-block-getwid-image-box.is-style-image-box-two:hover{
box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
border-color: var(--colorMain);
}
@media (max-width: 767px) {
.wp-block-getwid-image-box.is-style-image-box-one,
.wp-block-getwid-image-box.is-style-image-box-two-btn,
.wp-block-getwid-image-box.is-style-image-box-two{
box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
border-color: var(--colorMain);
}
.wp-block-getwid-image-box.is-style-image-box-one:hover,
.wp-block-getwid-image-box.is-style-image-box-two-btn:hover,
.wp-block-getwid-image-box.is-style-image-box-two:hover{
border-color: rgba(0, 0, 0, 0);
box-shadow: inherit;
}
}
.wp-block-getwid-image-box.is-style-image-box-two{
box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
padding-top: 3em;
padding-bottom: 3em;
background-color: var(--colorLight);
position: relative;
}
.wp-block-getwid-image-box.is-style-image-box-two-btn{
box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
padding-top: 5em;
padding-bottom: 3em;
background-color: var(--colorLight);
position: relative;
}
.wp-block-getwid-image-box.is-style-image-box-two-btn .wp-block-button__link{
position: absolute;
bottom: -30px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.wp-block-getwid-custom-post-type.is-style-with-shadow{
overflow: visible;
}
.wp-block-getwid-custom-post-type.is-style-with-shadow .wp-block-getwid-custom-post-type__post-wrapper{
box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
border-radius: 5px;
border-bottom: 2px solid rgba(0, 0, 0, 0);
overflow: visible;
transition: all .3s ease-in-out;
}
.wp-block-getwid-custom-post-type.is-style-with-shadow .wp-block-getwid-custom-post-type__post-wrapper:hover{
border-color: var(--colorMain);
}
.wp-block-getwid-custom-post-type .wp-block-group__inner-container{
width: 100%;
}
.wp-block-getwid-custom-post-type img{
width: 100%;
}
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-featured-image img{
border-radius: 5px 5px 0 0;
}
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-date i,
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-author i,
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-tags i,
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-comments i,
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-categories i{
color: var(--colorMain);
margin-right: .2em;
}
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-date a,
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-author a,
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-tags a,
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-comments a,
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-categories a{
font-size: 16px;
color: var(--colorFont);
}
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-date a:hover,
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-author a:hover,
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-tags a:hover,
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-comments a:hover,
.wp-block-getwid-custom-post-type .wp-block-getwid-template-post-categories a:hover{
color: var(--colorMain);
}
.wp-block-getwid-custom-post-type .template-2 .wp-block-group__inner-container,
.wp-block-getwid-custom-post-type .template-3 .wp-block-group__inner-container,
.wp-block-getwid-custom-post-type .template-6 .wp-block-group__inner-container{
padding-bottom: 1.5em;
}
.wp-block-getwid-custom-post-type .template-2 .wp-block-group__inner-container > *:not(.wp-block-getwid-template-post-featured-image),
.wp-block-getwid-custom-post-type .template-3 .wp-block-group__inner-container > *:not(.wp-block-getwid-template-post-featured-image),
.wp-block-getwid-custom-post-type .template-6 .wp-block-group__inner-container > *:not(.wp-block-getwid-template-post-featured-image){
padding-left: 1.5em;
padding-right: 1.5em;
}
.wp-block-getwid-custom-post-type .template-2 h6{
margin-top: 2.2rem;
}
.wp-block-getwid-custom-post-type .template-4 .wp-block-group__inner-container{
padding: 1.5em;
}
.wp-block-getwid-custom-post-type .template-4 .wp-block-getwid-template-post-featured-image img{
border-radius: 5px;
}
.wp-block-getwid-custom-post-type .template-3 .wp-block-group__inner-container{
padding-bottom: 0;
}
.wp-block-getwid-custom-post-type .template-5 .wp-block-group__inner-container > *:not(.wp-block-getwid-template-post-featured-image){
padding-left: 1.5em;
padding-right: 1.5em;
}
.wp-block-getwid-custom-post-type .template-5 .wp-block-getwid-template-post-content{
padding-bottom: 1em;
}
.wp-block-getwid-custom-post-type .template-5 .wp-block-getwid-template-post-button{
padding-bottom: 1em;
padding-top: 1em;
border-top: 1px solid var(--colorBorder);
}
.wp-block-getwid-custom-post-type .template-6 h6,
.wp-block-getwid-custom-post-type .template-6 h5,
.wp-block-getwid-custom-post-type .template-6 h4,
.wp-block-getwid-custom-post-type .template-6 h3,
.wp-block-getwid-custom-post-type .template-6 h2,
.wp-block-getwid-custom-post-type .template-6 h1{
margin-top: 2em;
}
.has-spacing-small > .getwid-columns > *{
padding-left: 5px !important;
padding-right: 5px !important;
}
.has-spacing-medium > .getwid-columns > *{
padding-left: 15px !important;
padding-right: 15px !important;
}
.has-spacing-normal > .getwid-columns > *{
padding-left: 25px !important;
padding-right: 25px !important;
}
.has-spacing-large > .getwid-columns > *{
padding-left: 40px !important;
padding-right: 40px !important;
}
.has-spacing-none > .getwid-columns > *{
padding-left: 0 !important;
padding-right: 0 !important;
}
.wp-block-getwid-template-post-meta.has-direction-row > *{
margin-right: 8px;
}
.pulse-icon{
text-align: center;
}
.pulse-icon > *{
display: inline-block !important;
height: 2.3em;
width: 2.3em;
line-height: 2.3;
border-radius: 50%;
background-color: var(--colorMain);
color: var(--colorLight);
box-shadow: 0 0 0 0 rgba(208, 41, 84, .7), 0 0 0 0 rgba(208, 41, 84, .8);
-webkit-animation: pulse-icon-color-main 1.5s infinite;
}
@-webkit-keyframes pulse-icon-color-main {
70%{
box-shadow: 0 0 0 1em rgba(208, 41, 84, 0), 0 0 0 .5em rgba(208, 41, 84, 0);
}
100%{
box-shadow: 0 0 0 0 rgba(208, 41, 84, 0), 0 0 0 0 rgba(208, 41, 84, 0);
}
}
@media (min-width: 1200px) {
.line-right{
text-align: center;
position: relative;
}
.line-right::after{
content: "";
position: absolute;
display: inline-block;
width: 170px;
height: 1px;
background-color: var(--colorBorder);
top: 50%;
left: calc(100% + 16px);
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
}
.line-right-2{
position: relative;
}
.line-right-2 > *:first-child{
position: relative;
display: inline-block !important;
width: 2em;
height: 2em;
line-height: 2em;
color: var(--colorLight);
background-color: var(--colorMain);
border-radius: 50%;
text-align: center !important;
}
@media (min-width: 577px) {
.line-right-2::after{
content: "";
position: absolute;
display: inline-block;
width: calc(100% + 40px);
height: 1px;
background-color: var(--colorMain);
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -1;
}
}
@media (min-width: 1200px) {
.wp-block-getwid-section.img-center-right .wp-block-getwid-section__background{
background-position: 56% center !important;
}
}
.wp-block-getwid-map .wp-block-getwid-map__points{
display: none;
}
.nav-links:empty{
display: none;
}
.nav-links .next,
.nav-links .prev{
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--colorFont);
padding: 10px 26px;
}
.nav-links .next:hover,
.nav-links .prev:hover{
color: var(--colorMain);
}
.nav-links .next:hover .icon-inline .svg-icon::before,
.nav-links .prev:hover .icon-inline .svg-icon::before{
border-color: var(--colorMain);
}
.nav-links .icon-inline .svg-icon svg{
fill: var(--colorDark);
max-width: 1em;
max-height: 1em;
}
.nav-links .icon-inline{
vertical-align: bottom;
}
.nav-links .icon-inline span.svg-icon svg{
display: none;
}
.nav-links .icon-inline .icon-chevron-left::before{
content: "";
display: inline-block;
position: relative;
top: 0;
width: 6px;
height: 6px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: var(--colorFont);
border-color: var(--colorFont);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
line-height: 46px;
left: 2px;
transition: all .3s ease-in-out 0s;
}
.nav-links .icon-inline .icon-chevron-right::before{
content: "";
display: inline-block;
position: relative;
top: -0.1em;
width: 6px;
height: 6px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: var(--colorFont);
border-color: var(--colorFont);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
line-height: 46px;
left: -2px;
transition: all .3s ease-in-out 0s;
}
.page-links{
justify-content: flex-start;
}
.nav-links{
justify-content: center;
}
.main .nav-links{
justify-content: center;
}
.nav-links,
.page-links{
line-height: 1;
clear: both;
margin: 14px 0;
display: flex;
}
.nav-links:before,
.nav-links:after,
.page-links:before,
.page-links:after{
content: "";
display: block;
clear: both;
}
.nav-links:last-child,
.page-links:last-child{
margin-bottom: 0;
}
.nav-links a,
.nav-links .current,
.page-links a,
.page-links .current{
max-height: 45px;
display: inline-block;
text-align: center;
padding: 10px 0;
border: none;
color: var(--colorFont);
font-weight: 300;
font-size: 18px;
line-height: 1.4;
margin-left: 0;
margin-right: 6px;
margin-bottom: 10px;
min-width: 30px;
text-transform: uppercase;
transition: all .3s ease-in-out 0s;
}
.nav-links a:last-child,
.nav-links .current:last-child,
.page-links a:last-child,
.page-links .current:last-child{
margin-right: 0;
}
.nav-links a:hover,
.nav-links .current:hover,
.page-links a:hover,
.page-links .current:hover{
color: var(--colorMain);
}
.nav-links .current,
.page-links .current{
color: var(--colorMain);
}
.page-links span:first-child{
border: none;
padding-right: 0;
padding-left: 0;
}
#layout.layout-default .pagination{
max-width: 1000px;
margin: 60px auto 0;
display: flex;
justify-content: center;
align-items: center;
}
#layout.layout-default .pagination .nav-links{
margin-top: 0;
}
#layout.layout-cols .pagination .nav-links{
justify-content: center;
}
.pagination{
margin-top: 4.7em;
}
@media (min-width: 992px) {
.no-sidebar.container-1170 .layout-default-wide-image .pagination{
margin-left: 12em;
margin-right: 12em;
}
}
.comments-pagination{
margin-bottom: 2em;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus{
outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav{
margin: 0;
padding: 0;
list-style: none;
}
.flexslider{
margin: 0;
padding: 0;
}
.flexslider .slides > li{
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img{
width: 100%;
display: block;
}
.flex-pauseplay span{
text-transform: capitalize;
}
.slides:after{
content: " ";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .slides{
display: block;
}
* html .slides{
height: 1%;
}
.no-js .slides > li:first-child{
display: block;
}
.flexslider{
margin: 0 0;
position: relative;
zoom: 1;
}
.flex-viewport{
max-height: 2000px;
transition: all 1s ease;
}
.loading .flex-viewport{
max-height: 300px;
}
.flexslider .slides{
zoom: 1;
}
.flex-direction-nav{
*height: 0;
}
.flex-direction-nav a{
text-decoration: none;
display: block;
width: 60px;
height: 60px;
margin: -30px 0 0;
background-color: var(--colorLight);
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 1;
cursor: pointer;
font-size: 0;
color: rgba(0, 0, 0, 0);
text-align: center;
}
.flex-direction-nav a:hover::before,
.flex-direction-nav a.flex-next:hover::before{
border-color: var(--colorMain);
}
.flex-direction-nav .flex-prev{
left: 10px;
}
.flex-direction-nav .flex-next{
right: 10px;
}
@media (min-width: 1600px) {
.flex-direction-nav .flex-prev{
left: 10px;
}
.flex-direction-nav .flex-next{
right: 10px;
}
}
.flexslider:hover .flex-next:hover::before,
.flexslider:hover .flex-prev:hover::before{
color: var(--colorMain);
}
.flex-direction-nav .flex-disabled{
opacity: 0;
filter: alpha(opacity=0);
cursor: default;
}
.flex-direction-nav a:before{
content: "";
display: inline-block;
position: relative;
top: calc(50% - 8px);
width: 12px;
height: 12px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #232323;
border-color: var(--colorDarkGrey);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
left: 2px;
transition: all .4s linear 0s;
}
.flex-direction-nav a.flex-next:before{
content: "";
display: inline-block;
position: relative;
top: calc(50% - 8px);
width: 12px;
height: 12px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #232323;
border-color: var(--colorDarkGrey);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: -2px;
}
.i .flex-direction-nav a:before{
color: var(--colorLight);
}
.flexslider-2{
position: relative;
}
.flexslider-2 ul.products[class*=columns-] li.product,
.flexslider-2 .woocommerce-page ul.products[class*=columns-] li.product{
clear: none !important;
}
.flexslider-2 .flex-direction-nav a{
text-decoration: none;
display: block;
width: 40px;
height: 60px;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 1;
cursor: pointer;
font-size: 0;
color: rgba(0, 0, 0, 0);
text-align: center;
margin-top: -50px;
}
.flexslider-2 .flex-direction-nav a:hover::before{
color: var(--colorMain2);
}
.flexslider-2 .flex-direction-nav .flex-prev{
left: 0;
}
.flexslider-2 .flex-direction-nav .flex-next{
right: 0;
}
.flexslider-2 .flex-direction-nav a:before{
font-family: "Font Awesome 5 Free";
font-size: 28px;
font-weight: 900;
line-height: 60px;
content: "";
color: var(--colorFont);
top: 0;
}
.flexslider-2 .flex-direction-nav a.flex-next:before{
content: "";
left: 16px;
}
.flexslider-3{
position: relative;
}
.flexslider-3 ul.products[class*=columns-] li.product,
.flexslider-3 .woocommerce-page ul.products[class*=columns-] li.product{
clear: none !important;
}
.flexslider-3 .flex-direction-nav a{
text-decoration: none;
display: block;
width: 40px;
height: 60px;
position: absolute;
top: auto;
z-index: 10;
overflow: hidden;
opacity: 1;
cursor: pointer;
font-size: 0;
color: rgba(0, 0, 0, 0);
text-align: center;
margin-top: -50px;
}
.flexslider-3 .flex-direction-nav a:hover::before{
color: var(--colorMain);
}
.flexslider-3 .flex-direction-nav .flex-prev{
left: 0;
}
.flexslider-3 .flex-direction-nav .flex-prev.flex-disabled{
opacity: .1;
cursor: default;
}
.flexslider-3 .flex-direction-nav .flex-next{
right: 0;
}
.flexslider-3 .flex-direction-nav .flex-next.flex-disabled{
opacity: .1;
cursor: default;
}
.flex-pauseplay a{
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: .8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before{
font-family: "FontAwesome";
font-size: 20px;
display: inline-block;
content: "";
}
.flex-pauseplay a:hover{
opacity: 1;
}
.flex-pauseplay a.flex-play:before{
content: "";
}
.flex-control-nav{
width: 100%;
position: absolute;
bottom: 40px;
margin-top: 40px;
text-align: center;
color: rgba(0, 0, 0, 0);
font-size: 0;
line-height: 0;
}
@media (max-width: 767px) {
.flex-control-nav{
bottom: 20px;
}
}
.flex-control-nav li{
text-align: center;
display: inline-block;
padding: 0 7px;
zoom: 1;
*display: inline;
}
.flex-control-paging li{
margin: 0 3px;
}
.flex-control-paging li a{
width: 10px;
height: 10px;
margin: 0;
display: block;
border: 2px solid;
background-color: rgba(0, 0, 0, 0);
border: 2px solid var(--colorLight);
text-indent: -9999px;
cursor: pointer;
border-radius: 50%;
}
.i .flex-control-paging li a{
border-color: var(--colorLight);
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active{
background-color: var(--colorLight);
}
.flex-control-thumbs{
margin: 1px -1px;
position: static;
overflow: hidden;
}
.flex-control-thumbs li{
width: 25%;
float: left;
margin: 0 0 1px;
padding: 0 0 0 1px;
}
.flex-control-thumbs img{
width: 100%;
display: block;
opacity: .7;
cursor: pointer;
}
.flex-control-thumbs img:hover{
opacity: 1;
}
.flex-control-thumbs .flex-active{
opacity: 1;
cursor: default;
}
.flex-custom-nav{
text-align: center;
position: absolute;
bottom: 38px;
right: 0;
left: 0;
z-index: 3;
line-height: 1;
transition: all .3s ease-in-out;
}
.flex-custom-nav .flex-control-nav{
width: auto;
display: inline-block;
position: static;
}
.flex-custom-nav .flex-custom-link{
font-size: 12px;
position: relative;
bottom: 7px;
margin: 0 8px;
color: #1c1c1c;
}
.ds .flex-custom-nav .flex-custom-link,
.cs .flex-custom-nav .flex-custom-link{
color: #fff;
}
.flex-custom-nav .flex-custom-link:hover{
color: #d02954;
}
.page_slider:hover .flex-custom-nav{
opacity: 1;
}
.widget.widget_custom_posts .layout-slider .flex-direction-nav a{
text-decoration: none;
display: block;
width: 16px;
height: 26px;
margin: -30px -40px 0;
position: absolute;
top: -30px;
z-index: 10;
overflow: hidden;
opacity: 1;
cursor: pointer;
font-size: 0;
color: rgba(0, 0, 0, 0);
text-align: center;
}
.widget.widget_custom_posts .layout-slider .flex-direction-nav .flex-prev{
left: auto;
right: 76px;
}
.widget.widget_custom_posts .layout-slider .flex-direction-nav a:before{
font-family: "icomoon";
font-size: 16px;
content: "";
color: var(--colorDark);
position: absolute;
top: 0;
left: 0;
}
.widget.widget_custom_posts .layout-slider .flex-direction-nav a.flex-next:before{
content: "";
left: 0;
}
.widget.widget_custom_posts .layout-slider .posts-list li img{
max-width: none;
max-height: auto;
}
.widget.widget_custom_posts .layout-slider .posts-list li + li{
margin-top: 0;
}
.widget.widget_custom_posts .layout-slider .widget-title{
margin-bottom: 30px;
font-weight: 500;
font-size: 30px;
line-height: 39px;
}
.widget.widget_custom_posts .layout-slider .posts-list .posts-list-thumbnail{
margin-right: 0;
}
.widget.widget_custom_posts .layout-slider .svg-icon.icon-video{
display: none;
}
.widget.widget_custom_posts .layout-slider .item-content{
position: relative;
padding: 30px 20px;
border-bottom: 5px solid var(--colorBorder);
}
@media (min-width: 768px) {
.widget.widget_custom_posts .layout-slider .item-content{
padding: 35px;
}
}
.widget.widget_custom_posts .layout-slider .item-content.color1{
border-bottom-color: var(--colorMain);
}
.widget.widget_custom_posts .layout-slider .item-content.color1 .post-title a,
.widget.widget_custom_posts .layout-slider .item-content.color1 .more-link a{
color: var(--colorMain);
}
.widget.widget_custom_posts .layout-slider .item-content.color2{
border-bottom-color: var(--colorMain2);
}
.widget.widget_custom_posts .layout-slider .item-content.color2 .post-title a,
.widget.widget_custom_posts .layout-slider .item-content.color2 .more-link a{
color: var(--colorMain2);
}
.widget.widget_custom_posts .layout-slider .item-content.color3{
border-bottom-color: var(--colorMain3);
}
.widget.widget_custom_posts .layout-slider .item-content.color3 .post-title a,
.widget.widget_custom_posts .layout-slider .item-content.color3 .more-link a{
color: var(--colorMain3);
}
.widget.widget_custom_posts .layout-slider .item-content.color4{
border-bottom-color: var(--colorMain4);
}
.widget.widget_custom_posts .layout-slider .item-content.color4 .post-title a,
.widget.widget_custom_posts .layout-slider .item-content.color4 .more-link a{
color: var(--colorMain4);
}
.widget.widget_custom_posts .layout-slider .item-content.color5{
border-bottom-color: var(--colorMain5);
}
.widget.widget_custom_posts .layout-slider .item-content.color5 .post-title a,
.widget.widget_custom_posts .layout-slider .item-content.color5 .more-link a{
color: var(--colorMain5);
}
.widget.widget_custom_posts .layout-slider .item-content.color1 .post-title a:hover,
.widget.widget_custom_posts .layout-slider .item-content.color2 .post-title a:hover,
.widget.widget_custom_posts .layout-slider .item-content.color3 .post-title a:hover,
.widget.widget_custom_posts .layout-slider .item-content.color4 .post-title a:hover,
.widget.widget_custom_posts .layout-slider .item-content.color5 .post-title a:hover{
color: var(--colorDarkGrey);
}
.widget.widget_custom_posts .layout-slider .item-content.color1 .more-link a:hover,
.widget.widget_custom_posts .layout-slider .item-content.color2 .more-link a:hover,
.widget.widget_custom_posts .layout-slider .item-content.color3 .more-link a:hover,
.widget.widget_custom_posts .layout-slider .item-content.color4 .more-link a:hover,
.widget.widget_custom_posts .layout-slider .item-content.color5 .more-link a:hover{
color: var(--colorFont);
}
.widget.widget_custom_posts .layout-slider .item-content .post-title{
text-transform: uppercase;
line-height: 1.3;
}
.widget.widget_custom_posts .layout-slider .item-content .entry-content{
display: block;
display: -webkit-box;
max-width: 400px;
height: 108px;
margin: 0 auto;
font-size: 18px;
line-height: 27px;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.widget.widget_custom_posts .layout-slider .item-content .icon-inline.post-date{
margin: 0;
font-weight: 700;
font-size: 13px;
text-transform: uppercase;
color: var(--colorFont);
display: block;
width: 100%;
}
.widget.widget_custom_posts .layout-slider .item-content .icon-inline.post-author{
font-size: 13px;
font-weight: 400;
color: var(--colorMain);
display: block;
width: 100%;
}
.widget.widget_custom_posts .layout-slider .item-content .more-link.small-text{
font-size: 11px;
font-weight: 800;
margin-top: 15px;
margin-bottom: 15px;
}
.widget.widget_custom_posts .layout-slider li:nth-child(1n) .item-content.multi_colored{
border-bottom-color: var(--colorMain4);
}
.widget.widget_custom_posts .layout-slider li:nth-child(1n) .item-content.multi_colored .post-title a,
.widget.widget_custom_posts .layout-slider li:nth-child(1n) .item-content.multi_colored .more-link a{
color: var(--colorMain4);
}
.widget.widget_custom_posts .layout-slider li:nth-child(1n) .item-content.multi_colored .post-title a:hover,
.widget.widget_custom_posts .layout-slider li:nth-child(1n) .item-content.multi_colored .more-link a:hover{
color: var(--colorDarkGrey);
}
.widget.widget_custom_posts .layout-slider li:nth-child(2n) .item-content.multi_colored{
border-bottom-color: var(--colorMain2);
}
.widget.widget_custom_posts .layout-slider li:nth-child(2n) .item-content.multi_colored .post-title a,
.widget.widget_custom_posts .layout-slider li:nth-child(2n) .item-content.multi_colored .more-link a{
color: var(--colorMain2);
}
.widget.widget_custom_posts .layout-slider li:nth-child(2n) .item-content.multi_colored .post-title a:hover,
.widget.widget_custom_posts .layout-slider li:nth-child(2n) .item-content.multi_colored .more-link a:hover{
color: var(--colorDarkGrey);
}
.widget.widget_custom_posts .layout-slider li:nth-child(3n) .item-content.multi_colored{
border-bottom-color: var(--colorMain3);
}
.widget.widget_custom_posts .layout-slider li:nth-child(3n) .item-content.multi_colored .post-title a,
.widget.widget_custom_posts .layout-slider li:nth-child(3n) .item-content.multi_colored .more-link a{
color: var(--colorMain3);
}
.widget.widget_custom_posts .layout-slider li:nth-child(3n) .item-content.multi_colored .post-title a:hover,
.widget.widget_custom_posts .layout-slider li:nth-child(3n) .item-content.multi_colored .more-link a:hover{
color: var(--colorDarkGrey);
}
.apsc-theme-1 .apsc-each-profile{
float: left;
min-height: 80px;
text-align: center;
width: 80px;
margin: 5px;
}
.apsc-each-profile a{
font-weight: normal;
color: #fff;
text-decoration: none;
}
.apsc-each-profile a:hover{
color: #fff;
text-decoration: none;
}
.apsc-theme-1 .apsc-each-profile a{
padding: 9px;
display: block;
color: #fff;
position: relative;
border-radius: 5px;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";
box-shadow: 1px 1px 2px #b3b3b3;
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3);
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
}
.entry-content .apsc-each-profile a{
border: none;
}
.site-footer .widget .apsc-each-profile a{
color: #fff;
text-decoration: none;
}
.social-icon{
display: block;
}
.apsc-theme-1 .media-name{
display: none;
}
.apsc-theme-1 .apsc-count{
font-size: 16px;
display: block;
line-height: 15px;
padding: 2px 0 0;
}
.entry-content .apsc-each-profile a,
.entry-content .apsc-each-profile a:hover,
.entry-content .apsc-each-profile a:focus{
color: #fff;
text-decoration: none;
}
.apsc-theme-1 .apsc-each-profile a:before{
background: radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
content: "";
height: 10px;
left: 5%;
opacity: 0;
pointer-events: none;
position: absolute;
top: 100%;
transition-duration: .3s;
-webkit-transition-duration: .3s;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-transition-property: transform, opacity;
width: 90%;
z-index: -1;
}
.apsc-theme-1 .apsc-each-profile a:hover:before{
opacity: 1;
transform: translateY(6px);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
}
.apsc-theme-1 .apsc-each-profile a:hover{
transform: translateY(-6px);
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
}
.apsc-theme-1 .social-icon .fa{
font-size: 45px;
}
.apsc-facebook-icon{
background-color: #3b5998;
}
.apsc-twitter-icon{
background-color: #1dcaff;
}
.apsc-youtube-icon{
background-color: #e52d27;
}
.apsc-soundcloud-icon{
background-color: #f80;
}
.apsc-dribble-icon{
background-color: #ea4c89;
}
.apsc-comment-icon{
background-color: #464646;
}
.apsc-edit-icon{
background-color: #837d7d;
}
.apsc-google-plus-icon{
background-color: #dd4b39;
}
.apsc-instagram-icon{
background: #f09433;
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
}
.apsc-theme-1 .apsc-media-type{
display: none;
}
.apsc-theme-2 .apsc-each-profile{
min-width: 32%;
width: 32%;
}
.apsc-theme-2 .apsc-each-profile a{
color: #fff !important;
}
.apsc-theme-2 .apsc-each-profile a:hover{
color: #fff !important;
text-decoration: none !important;
}
.apsc-theme-2.apsc-icons-wrapper{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: baseline;
}
.apsc-theme-2 .apsc-each-profile:not(:last-child){
margin-right: 4px;
margin-bottom: 4px;
}
.apsc-theme-2 .social-icon{
display: inline-block;
position: relative;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
}
.apsc-theme-2 .apsc-each-profile a{
padding: 18px 10px;
font-size: 12px;
line-height: 1;
text-transform: uppercase;
display: block;
color: #fff;
position: relative;
text-align: center;
}
.apsc-theme-2 .apsc-each-profile a:hover{
opacity: .8;
}
.apsc-theme-2 .apsc-each-profile a .fa,
.apsc-theme-2 .apsc-each-profile a .fab{
vertical-align: top;
text-align: center;
font-size: 36px;
display: block;
transform: none;
-webkit-transform: none;
-ms-transform: none;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
}
.apsc-theme-2 .apsc-each-profile a:hover .fa{
transform: none;
-webkit-transform: snone;
-ms-transform: none;
}
.apsc-theme-2 .media-name{
display: none;
}
.apsc-theme-2 .apsc-count{
border-radius: 0;
color: #fff;
display: block;
font-size: inherit;
text-align: center;
position: relative;
font-size: 20px;
font-weight: 700;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
}
.apsc-theme-2 .apsc-media-type{
display: inline-block;
}
.apsc-theme-3 .apsc-each-profile{
float: left;
margin: 5px;
}
.apsc-theme-3 .social-icon{
display: table-cell;
min-width: 97px;
padding: 0 0 0 4px;
vertical-align: middle;
position: relative;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
}
.apsc-theme-3 .apsc-each-profile a{
border-radius: 4px;
color: #fff;
display: block;
font-weight: normal;
padding: 1px;
position: relative;
text-shadow: none;
}
.apsc-theme-3 .apsc-count{
background-color: #fff;
}
.apsc-theme-3 .social-icon .fa{
display: table-cell;
font-size: 18px;
vertical-align: middle;
}
.apsc-theme-3 .media-name{
display: table-cell;
font-size: 14px;
padding: 0 13px 0 5px;
text-transform: capitalize;
vertical-align: middle;
min-width: 77px;
}
.apsc-theme-3 .apsc-count{
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
color: #666;
display: table-cell;
font-size: 16px;
min-width: 52px;
padding: 3px 10px;
text-align: center;
position: relative;
opacity: 1;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
}
.apsc-theme-3 .apsc-count:before{
border-bottom: 4px solid rgba(0, 0, 0, 0);
border-right: 4px solid #fff;
border-top: 4px solid rgba(0, 0, 0, 0);
content: "";
left: -4px;
margin-top: -3px;
position: absolute;
top: 50%;
}
.apsc-theme-3 .apsc-each-profile a:hover .social-icon{
background-color: #fff;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.apsc-theme-3 .apsc-each-profile a:hover .apsc-count{
color: #fff;
}
.apsc-theme-3 .apsc-each-profile a:hover .social-icon:after{
border-bottom: 4px solid rgba(0, 0, 0, 0);
border-left: 4px solid #fff;
border-top: 4px solid rgba(0, 0, 0, 0);
content: "";
margin-top: -3px;
position: absolute;
right: -4px;
top: 50%;
z-index: 2;
}
.apsc-theme-3 .apsc-media-type{
display: none;
}
.apsc-theme-3 .apsc-each-profile a.apsc-youtube-icon:hover .social-icon{
color: #e52d27;
}
.apsc-theme-3 .apsc-each-profile a.apsc-youtube-icon:hover .apsc-count{
background-color: #e52d27;
}
.apsc-theme-3 .apsc-each-profile a.apsc-soundcloud-icon:hover .social-icon{
color: #f80;
}
.apsc-theme-3 .apsc-each-profile a.apsc-soundcloud-icon:hover .apsc-count{
background-color: #f80;
}
.apsc-theme-3 .apsc-each-profile a.apsc-dribble-icon:hover .social-icon{
color: #ea4c89;
}
.apsc-theme-3 .apsc-each-profile a.apsc-dribble-icon:hover .apsc-count{
background-color: #ea4c89;
}
.apsc-theme-3 .apsc-each-profile a.apsc-comment-icon:hover .social-icon{
color: #464646;
}
.apsc-theme-3 .apsc-each-profile a.apsc-comment-icon:hover .apsc-count{
background-color: #464646;
}
.apsc-theme-3 .apsc-each-profile a.apsc-twitter-icon:hover .social-icon{
color: #1dcaff;
}
.apsc-theme-3 .apsc-each-profile a.apsc-twitter-icon:hover .apsc-count{
background-color: #1dcaff;
}
.apsc-theme-3 .apsc-each-profile a.apsc-instagram-icon:hover .social-icon{
color: #3f729b;
}
.apsc-theme-3 .apsc-each-profile a.apsc-instagram-icon:hover .apsc-count{
background-color: #3f729b;
}
.apsc-theme-3 .apsc-each-profile a.apsc-facebook-icon:hover .social-icon{
color: #3b5998;
}
.apsc-theme-3 .apsc-each-profile a.apsc-facebook-icon:hover .apsc-count{
background-color: #3b5998;
}
.apsc-theme-3 .apsc-each-profile a.apsc-google-plus-icon:hover .social-icon{
color: #dd4b39;
}
.apsc-theme-3 .apsc-each-profile a.apsc-google-plus-icon:hover .apsc-count{
background-color: #dd4b39;
}
.apsc-theme-3 .apsc-each-profile a.apsc-edit-icon:hover .social-icon{
color: #837d7d;
}
.apsc-theme-3 .apsc-each-profile a.apsc-edit-icon:hover .apsc-count{
background-color: #837d7d;
}
.apsc-theme-4 .apsc-each-profile{
float: left;
margin: 5px;
}
.apsc-theme-4 .social-icon{
display: inline-block;
position: relative;
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
}
.apsc-theme-4 .apsc-each-profile a{
padding: 2px 9px 2px 6px;
display: block;
color: #fff;
position: relative;
border-radius: 4px;
}
.apsc-theme-4 .apsc-each-profile a .fa{
transform: translateZ(0px);
-webkit-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
}
.apsc-theme-4 .apsc-each-profile a:hover .fa{
transform: scale(1.3) translateZ(0px);
-webkit-transform: scale(1.3) translateZ(0px);
-ms-transform: scale(1.3) translateZ(0px);
}
.apsc-theme-4 .social-icon .fa{
display: inline-block;
font-size: 18px;
vertical-align: middle;
}
.apsc-theme-4 .media-name{
display: inline-block;
font-size: 14px;
padding: 0 6px 0 5px;
text-transform: capitalize;
}
.apsc-theme-4 .apsc-count{
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
color: #fff;
display: inline-block;
font-size: 14px;
text-align: center;
position: relative;
font-family: "MyriadPro-Bold";
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
}
.apsc-theme-4 .apsc-media-type{
display: none;
}
.apsc-theme-5 .apsc-each-profile{
min-height: 60px;
text-align: center;
width: 60px;
margin: 5px;
}
.apsc-theme-5 .apsc-each-profile a{
padding: 6px;
display: block;
color: #fff;
position: relative;
border-radius: 5px;
transform: translateZ(0px);
-webkit-transform: translateZ(0px);
-ms-transform: translateZ(0px);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";
box-shadow: 1px 1px 2px #b3b3b3;
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3);
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
}
.entry-content .apsc-each-profile a{
border: none;
}
.social-icon{
display: block;
}
.apsc-theme-5 .apsc-count{
font-size: 12px;
display: block;
line-height: 12px;
padding: 3px 0 0;
}
.apsc-theme-5 .social-icon .fa{
font-size: 34px;
}
.apsc-theme-5 .social-icon{
height: 34px;
}
.apsc-theme-5 .media-name{
display: none;
}
.apsc-theme-5 .apsc-media-type{
display: none;
}
.apsc-theme-5 .apsc-each-profile a:hover{
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
transform: scale(0.8);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
}
@media screen and (max-width: 479px) {
.apsc-theme-4 .apsc-each-profile a,
.apsc-theme-3 .apsc-each-profile a{
display: inline-block;
}
.apsc-theme-4 .apsc-each-profile,
.apsc-theme-3 .apsc-each-profile{
float: none;
}
}
.widget_search{
background-color: rgba(0, 0, 0, 0);
border-radius: 0;
}
.widget_search .wp-block-search .wp-block-search__input{
font-size: 16px;
padding-right: 60px;
padding-left: 30px;
border-radius: 0;
height: 40px;
}
.widget_search .wp-block-search .wp-block-search__input::-webkit-input-placeholder{
opacity: 1;
font-weight: 600;
font-style: normal;
color: var(--colorFont);
}
.widget_search .wp-block-search .wp-block-search__input:-ms-input-placeholder{
opacity: 1;
font-weight: 600;
font-style: normal;
color: var(--colorFont);
}
.widget_search .wp-block-search .wp-block-search__input::placeholder{
opacity: 1;
font-weight: 600;
font-style: normal;
color: var(--colorFont);
}
.widget_search .wp-block-search .wp-block-search__button.has-icon,
.widget_search .search-submit{
height: 40px;
width: 40px;
border: none;
line-height: 40px;
}
.widget_search .wp-block-search .wp-block-search__button.has-icon svg,
.widget_search .search-submit svg{
display: none;
}
.widget_search .wp-block-search .wp-block-search__button.has-icon::before,
.widget_search .search-submit::before{
font-size: 18px;
content: "";
font-family: FontAwesome;
color: var(--colorMain);
}
.widget_search .wp-block-search .wp-block-search__button.has-icon:hover::before,
.widget_search .search-submit:hover::before{
opacity: .5;
}
.widget_search .wp-block-search__label{
display: block !important;
font-size: 30px;
margin: 0 0 30px;
font-weight: 900;
position: relative;
line-height: 1;
}
input[type=search]::-ms-clear{
display: none;
width: 0;
height: 0;
}
input[type=search]::-ms-reveal{
display: none;
width: 0;
height: 0;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration{
display: none;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active:hover,
body #booked-profile-page input[type=submit].button-primary:hover,
body .booked-list-view button.button:hover,
body .booked-list-view input[type=submit].button-primary:hover,
body table.booked-calendar input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:hover,
body #booked-profile-page .booked-profile-header,
body #booked-profile-page .booked-tabs li.active a,
body #booked-profile-page .booked-tabs li.active a:hover,
body #booked-profile-page .appt-block .google-cal-button > a:hover,
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header{
background: #c4f2d4 !important;
}
body #booked-profile-page input[type=submit].button-primary:hover,
body table.booked-calendar input[type=submit].button-primary:hover,
body .booked-list-view button.button:hover,
body .booked-list-view input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:hover,
body #booked-profile-page .booked-profile-header,
body #booked-profile-page .appt-block .google-cal-button > a:hover{
border-color: var(--colorMain) !important;
}
body table.booked-calendar th,
body table.booked-calendar thead{
background: rgba(0, 0, 0, 0) !important;
}
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover{
background: rgba(var(--colorMain2RGB), 0.8) !important;
border: none !important;
color: var(--colorLight);
box-shadow: 2px 0 10px rgba(0, 0, 0, .4);
}
body table.booked-calendar tr.days,
body table.booked-calendar tr.days th,
body .booked-calendarSwitcher.calendar,
body #booked-profile-page .booked-tabs,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead th{
background: var(--colorDarkGrey) !important;
}
body table.booked-calendar tr.days th,
body #booked-profile-page .booked-tabs{
border-color: var(--colorDarkGrey) !important;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a:hover,
body #booked-profile-page input[type=submit].button-primary,
body table.booked-calendar input[type=submit].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type=submit].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type=submit].button-primary,
body .booked-modal input[type=submit].button-primary,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block,
body #booked-profile-page .appt-block .google-cal-button > a,
body .booked-modal p.booked-title-bar,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover,
.booked-ms-modal .booked-book-appt{
background: var(--colorMain2);
}
body table.booked-calendar td .date span{
border: 2px solid rgba(0, 0, 0, 0);
}
body table.booked-calendar td:hover .date span{
background: rgba(0, 0, 0, 0);
border: 2px solid var(--colorMain2);
}
body table.booked-calendar td:hover .date.tooltipster span{
background: rgba(0, 0, 0, 0);
border: rgba(0, 0, 0, 0);
}
body #booked-profile-page input[type=submit].button-primary,
body table.booked-calendar input[type=submit].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type=submit].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type=submit].button-primary,
body .booked-modal input[type=submit].button-primary,
body #booked-profile-page .appt-block .google-cal-button > a,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover{
font-size: 14px;
font-weight: 700;
padding: 18px 30px;
text-transform: uppercase;
margin-bottom: 4px;
line-height: 1;
display: inline-block;
min-width: 8.5em;
text-align: center;
color: var(--colorLight);
border: none;
background-color: var(--colorDarkGrey);
border-radius: 1px;
position: relative;
transition: all .4s linear 0s;
background-color: var(--colorMain2) !important;
}
body #booked-profile-page input[type=submit].button-primary:active,
body #booked-profile-page input[type=submit].button-primary:hover,
body #booked-profile-page input[type=submit].button-primary:focus,
body table.booked-calendar input[type=submit].button-primary:active,
body table.booked-calendar input[type=submit].button-primary:hover,
body table.booked-calendar input[type=submit].button-primary:focus,
body .booked-list-view button.button:active,
body .booked-list-view button.button:hover,
body .booked-list-view button.button:focus,
body .booked-list-view input[type=submit].button-primary:active,
body .booked-list-view input[type=submit].button-primary:hover,
body .booked-list-view input[type=submit].button-primary:focus,
body .booked-list-view button.button:active,
body .booked-list-view button.button:hover,
body .booked-list-view button.button:focus,
body .booked-list-view input[type=submit].button-primary:active,
body .booked-list-view input[type=submit].button-primary:hover,
body .booked-list-view input[type=submit].button-primary:focus,
body .booked-modal input[type=submit].button-primary:active,
body .booked-modal input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:focus,
body #booked-profile-page .appt-block .google-cal-button > a:active,
body #booked-profile-page .appt-block .google-cal-button > a:hover,
body #booked-profile-page .appt-block .google-cal-button > a:focus,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:active,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:focus,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:active,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:focus,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover:active,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover:hover,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover:focus{
color: var(--colorLight);
background-color: #3d3d3d;
box-shadow: 2px 0 10px rgba(0, 0, 0, .4);
}
body .booked-modal .bm-window p i.fa,
body .booked-modal .bm-window a,
body .booked-appt-list .booked-public-appointment-title,
body .booked-modal .bm-window p.appointment-title,
.booked-ms-modal.visible:hover .booked-book-appt{
color: var(--colorMain2);
}
.booked-appt-list .timeslot.has-title .booked-public-appointment-title{
color: inherit;
}
body .calendarSavingState,
body #data-ajax-url{
display: none;
}
body .calendarSavingState{
color: var(--colorDarkGrey);
}
#wp-admin-bar-booked .ab-icon:before{
content: "";
top: 1px;
}
body.booked-noScroll{
position: fixed;
width: 100%;
overflow: hidden;
}
body .bookedClearFix:after{
content: "";
display: table;
clear: both;
}
body table.booked-calendar th,
body table.booked-calendar td{
font-weight: 400;
border: 1px solid var(--colorBorder);
}
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{
-webkit-appearance: none;
font-size: 14px;
font-weight: 700;
padding: 18px 30px;
text-transform: uppercase;
margin-bottom: 4px;
line-height: 1;
display: inline-block;
min-width: 8.5em;
text-align: center;
color: var(--colorLight);
border: none;
background-color: var(--colorDarkGrey);
border-radius: 1px;
position: relative;
transition: all .4s linear 0s;
}
body #booked-profile-page input[type=submit]:active,
body #booked-profile-page input[type=submit]:hover,
body #booked-profile-page input[type=submit]:focus,
body #booked-profile-page button:active,
body #booked-profile-page button:hover,
body #booked-profile-page button:focus,
body .booked-list-view input[type=submit]:active,
body .booked-list-view input[type=submit]:hover,
body .booked-list-view input[type=submit]:focus,
body .booked-list-view button:active,
body .booked-list-view button:hover,
body .booked-list-view button:focus,
body table.booked-calendar input[type=submit]:active,
body table.booked-calendar input[type=submit]:hover,
body table.booked-calendar input[type=submit]:focus,
body table.booked-calendar button:active,
body table.booked-calendar button:hover,
body table.booked-calendar button:focus,
body .booked-modal input[type=submit]:active,
body .booked-modal input[type=submit]:hover,
body .booked-modal input[type=submit]:focus,
body .booked-modal button:active,
body .booked-modal button:hover,
body .booked-modal button:focus{
color: var(--colorLight);
background-color: #3d3d3d;
box-shadow: 2px 0 10px rgba(0, 0, 0, .4);
}
body table.booked-calendar input[type=submit],
body table.booked-calendar button{
padding: 13px 20px;
}
@media (min-width: 1200px) {
body table.booked-calendar input[type=submit],
body table.booked-calendar button{
padding: 13px 44px;
min-width: 210px;
}
}
body #booked-profile-page input[type=submit].bb-small,
body #booked-profile-page button.bb-small,
body .booked-list-view input[type=submit].bb-small,
body .booked-list-view button.bb-small,
body table.booked-calendar input[type=submit].bb-small,
body table.booked-calendar button.bb-small,
body .booked-modal input[type=submit].bb-small,
body .booked-modal button.bb-small{
line-height: 24px;
padding: 0 8px;
}
body #booked-profile-page input[type=submit].button-primary,
body table.booked-calendar input[type=submit].button-primary,
body .booked-list-view input[type=submit].button-primary,
body .booked-modal input[type=submit].button-primary{
-webkit-appearance: none;
height: auto;
color: #fff;
border-width: 1px;
border-style: solid;
font-size: 14px;
font-weight: 700;
padding: 18px 30px;
text-transform: uppercase;
margin-bottom: 4px;
line-height: 1;
display: inline-block;
min-width: 8.5em;
text-align: center;
color: var(--colorLight);
border: none;
background-color: var(--colorDarkGrey);
border-radius: 1px;
position: relative;
transition: all .4s linear 0s;
}
body #booked-profile-page input[type=submit].button-primary:active,
body #booked-profile-page input[type=submit].button-primary:hover,
body #booked-profile-page input[type=submit].button-primary:focus,
body table.booked-calendar input[type=submit].button-primary:active,
body table.booked-calendar input[type=submit].button-primary:hover,
body table.booked-calendar input[type=submit].button-primary:focus,
body .booked-list-view input[type=submit].button-primary:active,
body .booked-list-view input[type=submit].button-primary:hover,
body .booked-list-view input[type=submit].button-primary:focus,
body .booked-modal input[type=submit].button-primary:active,
body .booked-modal input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:focus{
color: var(--colorLight);
background-color: #3d3d3d;
box-shadow: 2px 0 10px rgba(0, 0, 0, .4);
}
body #booked-profile-page input[type=submit].button-primary:hover,
body table.booked-calendar input[type=submit].button-primary:hover,
body .booked-list-view input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:hover{
background: #3d3d3d !important;
}
body #booked-profile-page input[type=submit]:hover,
body #booked-profile-page button:hover,
body .booked-list-view input[type=submit]:hover,
body .booked-list-view button:hover,
body table.booked-calendar input[type=submit]:hover,
body table.booked-calendar button:hover,
body .booked-modal input[type=submit]:hover,
body .booked-modal button:hover{
border: none !important;
color: var(--colorLight);
background-color: #3d3d3d;
box-shadow: 2px 0 10px rgba(0, 0, 0, .4);
}
body #booked-profile-page input[type=submit].button-primary:hover,
body table.booked-calendar input[type=submit].button-primary:hover,
body .booked-list-view input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary:hover{
color: #fff;
height: auto;
border: 1px solid;
background: rgba(var(--colorMain2RGB), 0.8) !important;
}
body table.booked-calendar{
box-sizing: border-box;
text-shadow: none !important;
box-shadow: none !important;
}
body table.booked-calendar thead th .page-right,
body table.booked-calendar thead th .page-left{
color: var(--colorDarkGrey) !important;
}
body table.booked-calendar thead th .page-right i,
body table.booked-calendar thead th .page-left i{
display: none !important;
}
body table.booked-calendar thead th .page-right:hover,
body table.booked-calendar thead th .page-left:hover{
color: var(--colorMain2) !important;
right: 0 !important;
}
body table.booked-calendar thead th .page-right:after,
body table.booked-calendar thead th .page-left:after{
position: absolute;
top: 10px;
font-family: "FontAwesome";
font-style: normal;
font-size: 15px;
}
body table.booked-calendar thead th .page-right:after{
content: "";
right: 5px;
}
body table.booked-calendar thead th .page-left:after{
content: "";
left: 5px;
}
body table.booked-calendar thead th{
text-align: center !important;
color: #fff !important;
background-color: rgba(0, 0, 0, 0) !important;
}
body table.booked-calendar thead th .monthName{
font-size: 30px;
font-weight: 700;
height: 30px;
display: inline-block;
color: var(--colorDarkGrey);
}
body table.booked-calendar tbody td{
padding: 0;
text-align: center;
}
body .booked-calendar-wrap{
margin: 0 0 30px;
}
body .widget_booked_calendar .booked-calendar-wrap{
margin: 0;
}
body table.booked-calendar{
margin: 0;
padding: 0;
background: rgba(0, 0, 0, 0);
border-spacing: 0;
width: 100%;
border: none;
border-bottom: 1px solid var(--colorBorder);
}
body table.booked-calendar thead{
background-color: rgba(0, 0, 0, 0) !important;
color: #fff;
text-transform: none;
}
body table.booked-calendar th{
text-align: center;
position: relative;
font-size: 20px;
width: 14.285%;
border-width: 0;
border-style: solid;
padding: 25px 0;
line-height: 1;
}
body table.booked-calendar tr.days{
color: #fff;
text-transform: uppercase;
}
body table.booked-calendar tr.days th{
padding: 19px 0 18px;
border-width: 1px;
border-style: solid;
font-size: 12px;
font-weight: 500;
letter-spacing: .2em;
}
body table.booked-calendar th .monthName a{
display: none;
}
body table.booked-calendar th .monthName a:hover{
color: rgba(255, 255, 255, .5);
}
body table.booked-calendar th .page-left{
width: 50px;
height: 50px;
display: block;
position: absolute;
left: 0 !important;
top: 30px;
}
@media (max-width: 820px) {
body table.booked-calendar th .page-left{
left: 20px;
}
}
body table.booked-calendar th .page-right{
width: 50px;
height: 50px;
display: block;
position: absolute;
right: 0;
top: 30px;
}
@media (max-width: 820px) {
body table.booked-calendar th .page-right{
right: 20px;
}
}
body table.booked-calendar td{
text-align: center;
overflow: hidden;
position: relative;
font-size: 16px;
font-weight: 300;
color: var(--colorFont);
padding: 0;
border-right: 1px solid var(--colorBorder);
}
@media (min-width: 1200px) {
body table.booked-calendar td{
height: 80px !important;
}
body table.booked-calendar td > span{
line-height: 81px !important;
}
}
body table.booked-calendar td:first-child{
border-left: 1px solid var(--colorBorder);
}
body table.booked-calendar td:last-child{
border-right: 1px solid var(--colorBorder);
}
body table.booked-calendar td .date{
background: #f1f1f1;
display: block;
width: 100%;
height: 100%;
}
body table.booked-calendar td .date .number{
display: inline-block;
border-radius: 30px;
width: 50px;
height: 50px;
line-height: 48px;
}
body table.booked-calendar td:hover .date{
cursor: pointer;
background: var(--colorMain2);
}
body table.booked-calendar td:hover .date span{
color: #fff;
}
body table.booked-calendar tr.week td.active{
border-bottom-color: var(--colorBorder);
}
body table.booked-calendar tr.week td.active .date{
background: #ddd;
color: var(--colorFont);
}
body table.booked-calendar tr.week td.active .date .number{
border: none;
background: var(--colorMain2);
color: var(--colorLight);
line-height: 50px;
}
@media (max-width: 1100px) {
body table.booked-calendar tr.week td.active .date .number{
line-height: 34px;
}
}
body table.booked-calendar tr.week td.active{
background: #ddd;
}
body table.booked-calendar tr.entryBlock{
color: #fff;
}
body table.booked-calendar tr.entryBlock td{
padding: 0;
text-align: left;
color: #fff;
border-bottom-color: var(--colorBorder);
}
body table.booked-calendar tr.entryBlock.loading td{
height: 132px;
}
body table.booked-calendar td.prev-date .date,
body table.booked-calendar td.prev-date:hover .date,
body table.booked-calendar td.prev-date:hover .date span{
cursor: not-allowed;
background: var(--colorLight) !important;
color: var(--colorFont) !important;
}
body table.booked-calendar td.blur .date,
body table.booked-calendar td.blur:hover .date,
body table.booked-calendar td.blur:hover .date span{
cursor: not-allowed;
background: #f5f5f5 !important;
color: #ccc !important;
}
body table.booked-calendar td.next-month .date span,
body table.booked-calendar td.prev-month .date span{
color: #a6a6a6;
}
body table.booked-calendar td.next-month:hover .date span,
body table.booked-calendar td.prev-month:hover .date span{
color: #fff;
}
body table.booked-calendar td.booked .date,
body table.booked-calendar td.booked:hover .date,
body table.booked-calendar td.booked .date span,
body table.booked-calendar td.booked:hover .date span{
cursor: not-allowed;
background: #fff9f8 !important;
color: #ffa790 !important;
}
body table.booked-calendar td.active:hover .date span{
background: #fff;
}
body table.booked-calendar.booked-pa-active td.booked .date,
body table.booked-calendar.booked-pa-active td.booked:hover .date,
body table.booked-calendar.booked-pa-active td.booked .date span,
body table.booked-calendar.booked-pa-active td.booked:hover .date span{
cursor: pointer;
}
body table.booked-calendar.booked-pa-active td.booked:hover .date span{
background: #e35656 !important;
color: #fff !important;
}
body table.booked-calendar.booked-pa-active tr.week td.booked.active .date,
body table.booked-calendar.booked-pa-active tr.week td.booked.active .date:hover{
background: #ddd !important;
color: #555 !important;
}
body table.booked-calendar.booked-pa-active tr.week td.booked.active .date span,
body table.booked-calendar.booked-pa-active tr.week td.booked.active .date span:hover{
background: #fff !important;
color: #555 !important;
}
body table.booked-calendar td.next-month .date,
body table.booked-calendar td.prev-month .date{
background: #fafafa;
}
body table.booked-calendar td.today .date{
color: #000;
}
body table.booked-calendar td.today .date span{
border: 2px solid var(--colorMain2);
color: #000 !important;
}
body table.booked-calendar td.today.prev-date .date span{
color: #ccc !important;
}
body table.booked-calendar td.today:hover .date{
color: #000 !important;
}
body table.booked-calendar td.today:hover .date span{
background: #31afea !important;
color: #fff !important;
}
body table.booked-calendar td.today.active:hover .date span{
background: #fff !important;
color: #000 !important;
}
body table.booked-calendar td.today.prev-date:hover .date span{
background: none !important;
color: #ccc !important;
}
body table.booked-calendar tr.week td.active .date,
body table.booked-calendar tr.week td.active:hover .date,
body table.booked-calendar tr.entryBlock{
background: #f2f2f2;
}
body .booked-calendar-wrap .booked-appt-list{
font-size: 30px;
line-height: 1;
}
body table.booked-calendar .booked-appt-list{
color: #000;
background: #f2f2f2;
-webkit-transform: scale(0.95);
transform: scale(0.95);
padding: 30px 35px 20px;
display: none;
box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
border-radius: 3px;
}
@media (min-width: 1200px) {
body table.booked-calendar .booked-appt-list{
padding: 40px 55px 40px;
}
}
body .booked-calendar-wrap .booked-appt-list.shown{
-webkit-transform: scale(1);
transform: scale(1);
}
body .booked-calendar-wrap .booked-appt-list h2{
text-align: left;
color: #323232;
font-weight: 900;
font-size: 30px;
margin: 0 0 30px;
line-height: 1.7;
}
body .booked-calendar-wrap .booked-appt-list h2 strong{
font-weight: 400 !important;
}
body .booked-calendar-wrap .booked-appt-list h2 span{
line-height: 1.7;
}
body .booked-list-view .booked-appt-list h2.booked-no-prev{
text-align: left;
}
body .booked-calendar-wrap .booked-appt-list p{
color: #888;
font-weight: 400;
margin: 0 0 20px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot{
box-sizing: border-box;
line-height: 1.8;
color: #888;
min-height: 96px;
border-top: 1px solid var(--colorBorder);
}
body .booked-calendar-wrap .booked-appt-list .timeslot:last-child{
border-bottom: 1px solid var(--colorBorder);
}
body .booked-calendar-wrap .booked-appt-list .timeslot.faded{
opacity: .25;
}
body .booked-calendar-wrap .booked-appt-list .timeslot:hover{
background: #f9f9f9;
}
body .booked-list-view .booked-appt-list .timeslot:hover{
background: none;
}
body .booked-calendar-wrap .booked-appt-list .timeslot:last-child{
margin: 0 0 20px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title{
margin: 0;
display: block;
color: var(--colorMain2);
font-weight: 400;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time{
height: 96px;
padding: 25px 0 0 0;
box-sizing: border-box;
float: left;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.has-title .timeslot-time{
height: auto;
min-height: 71px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time i.fa{
color: var(--colorMain);
font-size: 18px;
margin-right: 10px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people{
height: 71px;
padding: 18px 0 0 0;
box-sizing: border-box;
float: right;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time{
line-height: 1;
width: 60%;
font-weight: 400;
color: var(--colorFont);
font-size: 16px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available{
font-weight: 400;
text-transform: none;
font-size: 16px;
display: inline-block;
line-height: 2.7;
color: var(--colorMain2);
padding-left: 20px;
padding-bottom: 8px;
}
@media (min-width: 1200px) {
body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available{
width: 220px;
text-align: right;
padding-left: 0;
}
}
@media (min-width: 1200px) {
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-range{
width: 240px;
display: inline-block;
}
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-range .booked-icon{
color: var(--colorMain2);
font-weight: 600;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available.empty{
color: #e35656;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-unavailable .spots-available{
opacity: 0;
height: 13px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people{
width: 40%;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button{
float: right;
margin: 0 0 0 10px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button .button-timeslot{
display: none;
}
body .booked-calendar-wrap .booked-appt-list .timeslot a{
font-weight: 600;
text-decoration: none;
}
body table.booked-calendar .booked-appt-list .timeslot button .spots-available,
body .booked-calendar-wrap .booked-appt-list .timeslot button .spots-available{
display: none;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time{
min-height: auto;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time .timeslot-title{
margin: 0;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time .timeslot-range{
display: none;
}
body table.booked-calendar .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time{
min-height: auto;
}
body table.booked-calendar .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time .timeslot-title{
margin: 0;
}
body table.booked-calendar .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-time .timeslot-range{
display: none;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time{
height: 60px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people{
height: 60px;
padding-top: 13px;
padding-right: 13px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time{
padding-top: 22px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time{
padding-left: 5px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people{
padding-right: 16px;
}
body .booked-list-view .booked-appt-list .timeslot .timeslot-time{
padding-left: 0;
}
body .booked-list-view .booked-appt-list .timeslot .timeslot-people,
body .booked-list-view .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people{
padding-right: 0;
}
body .booked-calendar-wrap.small table.booked-calendar .booked-appt-list .timeslot:hover .timeslot-people{
padding-right: 0;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button{
color: var(--colorLight);
border-width: 2px;
border-style: solid;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover{
border-width: 2px;
border-style: solid;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button[disabled],
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button[disabled]:hover{
cursor: default !important;
background: #eee !important;
border-color: var(--colorBorder) !important;
color: #aaa !important;
}
body .booked-list-view{
position: relative;
}
body .booked-list-view .booked-appt-list .timeslot .timeslot-time{
width: 50%;
}
body .booked-list-view .booked-appt-list .timeslot .timeslot-people{
width: 50%;
}
body .booked-list-view.small .booked-appt-list h2,
body .booked-list-view.booked-tight .booked-appt-list h2{
text-align: center;
}
body .booked-list-view.small .booked-list-view-nav,
body .booked-list-view.booked-tight .booked-list-view-nav{
display: block;
margin: -5px 0 30px;
position: relative;
text-align: center;
}
body .booked-list-view.small .booked-list-view-nav .booked-list-view-date-next,
body .booked-list-view.small .booked-list-view-nav .booked-list-view-date-prev,
body .booked-list-view.booked-tight .booked-list-view-nav .booked-list-view-date-next,
body .booked-list-view.booked-tight .booked-list-view-nav .booked-list-view-date-prev{
margin: 0 3px 5px;
position: relative;
display: inline-block;
top: 0;
}
body table.booked-calendar .timeslot-count strong{
display: block;
text-transform: uppercase;
margin: 20px 0 10px;
}
body table.booked-calendar .appt-block{
width: 80%;
border-top: 1px solid var(--colorBorder);
display: block;
padding: 10px 0;
}
body table.booked-calendar .timeslot-count button{
float: right;
margin: 0 0 0 10px;
}
body table.booked-calendar .timeslot-count a.delete{
float: left;
margin: 0 10px 0 0;
font-size: 20px;
line-height: 1.3;
color: #f59e9e;
}
body table.booked-calendar .timeslot-count a.delete:hover{
color: #e35656;
}
body table.booked-calendar tr.week td.active:hover .count{
top: -40px;
}
body table.booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title,
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title{
display: none;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title{
display: block;
}
body .booked-calendarSwitcher.calendar{
box-sizing: border-box;
display: inline-block;
margin: 0;
padding: 8px 10px 9px 12px;
color: #fff;
border-radius: 5px 5px 0 0;
}
body .booked-calendarSwitcher.calendar p{
position: relative;
line-height: 1;
margin: 0;
}
body .booked-calendarSwitcher.calendar p i.fa{
font-size: 14px;
margin: 0 10px 0 0;
position: relative;
color: #fff;
}
body .booked-calendarSwitcher.calendar select{
position: relative;
cursor: pointer;
background: rgba(0, 0, 0, 0);
font-size: 14px;
min-width: 200px;
border: none;
color: #fff;
-webkit-appearance: none;
}
body .booked-calendarSwitcher.calendar select:active,
body .booked-calendarSwitcher.calendar select:focus{
box-shadow: none;
outline: none;
}
body .booked-calendarSwitcher.calendar p:before{
position: absolute;
top: 1px;
right: 3px;
color: #fff;
font-family: "FontAwesome";
content: "";
}
body .booked-calendarSwitcher.list{
box-sizing: border-box;
display: inline-block;
margin: 0 0 20px;
padding: 0;
}
body .booked-calendarSwitcher.list p{
line-height: 1;
margin: 0;
}
body .booked-calendarSwitcher.list p i.fa{
display: none;
}
body .booked-calendarSwitcher.list select{
font-size: 14px;
min-width: 200px;
border: 1px solid #ddd;
background: #f9f9f9;
height: 30px;
}
body .booked-calendarSwitcher.list select:active,
body .booked-calendarSwitcher.list select:focus{
box-shadow: none;
outline: none;
}
body .booked-calendar-wrap.small table.booked-calendar thead th{
font-size: 16px;
padding: 13px 0 10px;
}
body .booked-calendar-wrap.small table.booked-calendar thead tr.days th{
font-size: 11px;
padding: 7px 0 5px;
}
body .booked-calendar-wrap.small table.booked-calendar td{
font-size: 13px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-left{
left: 10px;
top: 11px;
font-size: 15px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right{
right: 10px;
top: 11px;
font-size: 15px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-left:hover{
left: 9px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right:hover{
right: 9px;
}
body .booked-calendar-wrap.small table.booked-calendar th .monthName{
height: auto;
display: inline-block;
}
body .booked-calendar-wrap.small table.booked-calendar th .monthName a{
top: -2px;
font-size: 10px;
}
body .booked-calendar-wrap.small table.booked-calendar td .count{
display: none;
}
body .booked-calendar-wrap.small table.booked-calendar td .date{
height: 100%;
}
body .booked-calendar-wrap.small table.booked-calendar td .date .number{
border: none;
display: block;
border-radius: 0;
-webkit-transform: scale(1);
transform: scale(1);
width: 100%;
height: 100%;
vertical-align: middle;
}
body .booked-calendar-wrap.small table.booked-calendar td.blur .date,
body .booked-calendar-wrap.small table.booked-calendar td.blur:hover .date{
cursor: default;
background: #eee;
color: #ccc;
}
body .booked-calendar-wrap.small table.booked-calendar td.booked .date,
body .booked-calendar-wrap.small table.booked-calendar td.booked:hover .date{
cursor: default;
background: #ffe4df;
color: #f15934;
}
body .booked-calendar-wrap.small table.booked-calendar td.today .date{
background: #e3f2f9;
color: #555;
}
body .booked-calendar-wrap.small table.booked-calendar td.today:hover .date{
background: #eff7fb;
color: #555;
}
body .booked-calendar-wrap.small table.booked-calendar td:hover .date{
background: #f9f9f9;
cursor: pointer;
color: #000;
}
body .booked-calendar-wrap.small table.booked-calendar tr.week td.active .date .number{
border: none;
-webkit-transform: scale(1.5);
transform: scale(1.5);
background: none;
color: #000;
}
body .booked-calendar-wrap.small table.booked-calendar tr.entryBlock td{
padding: 5%;
}
body .booked-calendar-wrap.small .booked-appt-list{
max-height: 170px;
overflow-y: auto;
overflow-x: hidden;
padding: 15px 20px 10px;
}
body .booked-calendar-wrap.small .booked-appt-list h2{
text-align: center;
margin: 0 0 15px;
font-size: 15px;
}
body .booked-calendar-wrap.small .booked-appt-list h2 span{
display: none;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot{
border-top: 0;
margin: 0 0 10px;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-time,
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-count{
display: none;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people{
width: 100%;
padding: 0;
height: auto;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button{
float: none;
margin: 0;
width: 100%;
height: auto;
padding: 7px 0;
line-height: 1.5;
text-align: center;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .button-timeslot{
display: block;
font-weight: 600;
font-size: 13px;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button .button-text{
display: none;
}
body .booked-calendar-wrap.small .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-people button .button-timeslot{
display: none;
}
body .booked-calendar-wrap.small table.booked-calendar td.prev-date .date,
body .booked-calendar-wrap.small table.booked-calendar td.prev-date:hover .date{
cursor: default;
background: #f9f9f9;
color: #bbb;
}
body .booked-calendar-wrap.small table.booked-calendar td.blur .date,
body .booked-calendar-wrap.small table.booked-calendar td.blur:hover .date{
cursor: default;
background: #eee;
color: #ddd;
}
body .booked-calendar-wrap.small table.booked-calendar td.booked .date,
body .booked-calendar-wrap.small table.booked-calendar td.booked:hover .date{
cursor: default;
background: #ffeae7;
color: #f0b1a1;
}
body .booked-calendar-wrap.small table.booked-calendar tr.week td.active .date,
body .booked-calendar-wrap.small table.booked-calendar td.today.active:hover .date span{
background: #ddd !important;
}
body .booked-list-view.small .booked-appt-list h2{
color: #555;
font-size: 20px;
margin: 0 0 30px;
}
body .booked-list-view.small .booked-appt-list{
max-height: none;
padding: 0;
}
body .booked-list-view .booked-appt-list{
opacity: 1;
position: relative;
}
body .booked-list-view.booked-loading .booked-appt-list{
opacity: .15;
}
body .booked-list-view.booked-loading .booked-appt-list > h2{
opacity: 0;
}
body .booked-list-view .booked-list-view-nav{
position: absolute;
top: 0;
left: 0;
width: 100%;
}
body .booked-list-view .booked-list-view-nav .booked-list-view-date-next{
position: absolute;
top: 1px;
right: 35px;
font-weight: 400;
}
body .booked-list-view .booked-list-view-nav .booked-list-view-date-prev{
position: absolute;
top: 1px;
left: 0;
font-weight: 400;
}
body .booked-list-view span.booked-datepicker-wrap{
position: absolute;
top: 2px;
right: 0;
}
body .booked-list-view a.booked_list_date_picker_trigger{
text-align: center;
-webkit-transform: scale(1);
transform: scale(1);
background: #eee;
border: 1px solid #ccc;
box-sizing: content-box;
color: #333;
display: inline-block;
position: relative;
top: -2px;
margin: 0;
font-size: 13px;
width: 24px;
height: 24px;
line-height: 23px;
border-radius: 3px;
}
body .booked-list-view a.booked_list_date_picker_trigger:hover{
background: #ddd;
color: #000;
border-color: #ccc;
}
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover{
-webkit-transform: scale(1.23);
transform: scale(1.23);
color: #fff;
}
.booked-appt-list .booked-public-appointment-title{
display: block;
font-weight: 600;
font-size: 15px;
padding: 0 0 5px;
}
.booked-appt-list ul.booked-public-appointment-list,
.booked-appt-list ul.booked-public-appointment-list li{
display: block;
font-weight: 400;
list-style: none;
margin: 0 0 14px;
padding: 0;
}
.booked-appt-list ul.booked-public-appointment-list li{
padding: 0;
margin: 0;
}
.booked-appt-list .booked-public-pending{
color: #aaa;
}
.timeslot-time.booked-public-appointments{
height: auto !important;
}
body .booked-form{
padding-top: 5px;
}
body .booked-form .field{
margin: 5px 0 7px;
}
body .booked-form .field.booked-text-content{
margin-bottom: 0;
margin-top: 20px;
}
body .booked-form .field.booked-text-content *:last-child{
margin-bottom: 0;
}
body .booked-form .field:after{
content: "";
display: table;
clear: both;
}
body .booked-form input[type=radio],
body .booked-form input[type=checkbox]{
position: relative;
top: 3px;
}
body .booked-form .field select,
body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email],
body .booked-form .field textarea{
background: #fff;
border: 1px solid #ccc;
box-sizing: border-box;
margin-right: 1.5%;
width: 49.2%;
float: left;
}
body .booked-form .field input:last-child{
margin-right: 0;
}
body .booked-form .field input[type=text],
body .booked-form .field input[type=password],
body .booked-form .field input[type=tel],
body .booked-form .field input[type=email],
body .booked-form .field textarea{
font-size: 13px;
padding: 7px 10px;
color: #aaa;
border-radius: 0;
}
body .booked-form .field textarea,
body .booked-form .field input.hasContent{
color: #555;
}
body .booked-form .field input.large,
body .booked-form .field select.large{
width: 100%;
margin-right: 1px;
width: 99.8%;
}
body .booked-form .spacer{
padding: 5px 0 0 0;
margin: 0;
display: block;
}
body .booked-form .spacer.big{
padding: 25px 0 0;
}
body .booked-form hr{
border: none;
border-top: 1px solid #ddd;
padding: 10px 0 0 0;
margin: 20px 0 0 0;
}
body .booked-form .condition-block{
display: none;
}
body .booked-form .condition-block.default{
display: block;
}
body .booked-form input[type=submit],
body .booked-form button{
float: left;
margin: 0 10px 0 0;
}
body .booked-form .field label{
cursor: pointer;
}
body .booked-form .field label.field-label{
cursor: default;
display: block;
font-weight: bold;
padding: 10px 0 8px;
}
body .booked-form .field textarea{
height: 100px;
width: 100%;
box-sizing: border-box;
line-height: 1.6;
}
body .booked-form .field .checkbox-radio-block{
display: block;
padding: 0 0 3px 10px;
}
body .booked-form .field .checkbox-radio-block label{
font-size: 13px;
display: inline-block;
padding-left: 7px;
position: relative;
top: 3px;
}
body .booked-form .cf-block{
margin: 0 0 25px;
}
body .booked-form .cf-block select{
font-size: 13px;
width: 100%;
height: 33px;
margin-right: 0;
padding: 0 10px;
}
body .booked-form .cf-block ul,
body .booked-form .cf-block ol{
margin-left: 30px;
}
body .booked-form .required-asterisk{
color: #e35656;
margin: -1px 0 0 7px;
}
body .booked-form #ajaxlogin{
width: 100%;
}
body .booked-form #ajaxlogin p.status{
display: none;
padding: 15px 0 0;
margin: 0;
font-size: 15px;
color: #888;
}
body .booked-form #newAppointmentForm p.status{
display: none;
padding: 0 0 20px;
margin: 0;
font-size: 15px;
color: #888;
}
body img.captcha-image{
position: relative;
top: 5px;
left: 5px;
}
body #booked-page-form p.captcha,
body .booked-modal .bm-window p.captcha{
margin: -5px 0 15px;
}
body .booked-form .field p.field-small-p{
font-size: 14px;
margin: -5px 0 5px;
}
body .booked-form input[type=submit].button:disabled{
background: #ddd !important;
border-color: #ddd !important;
color: #aaa !important;
cursor: not-allowed;
}
body .booked-form .booked-appointments{
background: #fff;
padding: 10px 16px 13px;
margin: 0 0 15px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
border-radius: 3px;
}
body .booked-form .booked-appointment-details{
margin: 0 0 10px;
padding: 0 0 7px;
border-bottom: 1px solid #ddd;
}
body .booked-form .booked-appointment-details:last-child{
margin: 0;
padding: 0;
border: none;
}
body .booked-form .booked-appointment-details.has-error{
color: #e35656;
}
#customerChoices{
display: block;
text-align: left;
background: #fff;
padding: 20px 0 23px;
text-align: center;
margin: -26px -36px 15px;
border-bottom: 1px solid #ddd;
}
#customerChoices .field{
display: inline-block;
}
#customerChoices .field .checkbox-radio-block{
padding-left: 0;
}
#customerChoices .field{
margin: 0 20px 0 0;
}
#customerChoices .field:last-child{
margin: 0;
}
#customerChoices .field .checkbox-radio-block label{
font-weight: 400;
font-size: 15px;
margin-bottom: 0;
}
#ajaxforgot{
display: none;
}
body .booked-modal{
margin-top: -84px;
min-height: 168px;
position: fixed;
z-index: 9999999;
top: 50%;
right: 0;
bottom: 0;
left: 0;
}
body .booked-modal hr{
border-top: 1px solid #ddd;
background: none;
}
body .booked-modal .bm-overlay{
animation: booked-fadein .2s;
-webkit-animation: booked-fadein .2s;
-moz-animation: booked-fadein .2s;
-ms-animation: booked-fadein .2s;
-o-animation: booked-fadein .2s;
-webkit-backface-visibility: hidden;
position: fixed;
background: #000;
background: rgba(0, 0, 0, .65);
top: 0;
right: 0;
bottom: 0;
left: 0;
}
body .booked-modal .bm-window{
animation: booked-flyin .2s;
-webkit-animation: booked-flyin .2s;
-moz-animation: booked-flyin .2s;
-ms-animation: booked-flyin .2s;
-o-animation: booked-flyin .2s;
-webkit-backface-visibility: hidden;
padding: 43px 0 25px;
width: 450px;
position: relative;
margin: 0 auto;
background: #fff;
border-radius: 5px;
box-shadow: 1px 1px 60px rgba(0, 0, 0, .5);
}
body .booked-modal.bm-loading .bm-window{
background: none;
box-shadow: none;
}
body .booked-modal.bm-closing .bm-overlay{
animation: booked-fadeout .2s;
-webkit-animation: booked-fadeout .2s;
-moz-animation: booked-fadeout .2s;
-ms-animation: booked-fadeout .2s;
-o-animation: booked-fadeout .2s;
-webkit-backface-visibility: hidden;
}
body .booked-modal.bm-closing .bm-window{
animation: booked-flyout .2s;
-webkit-animation: booked-flyout .2s;
-moz-animation: booked-flyout .2s;
-ms-animation: booked-flyout .2s;
-o-animation: booked-flyout .2s;
-webkit-backface-visibility: hidden;
}
body .booked-modal .bm-window{
background: #f5f5f5;
max-height: 100px;
z-index: 2000000000;
}
body .booked-modal .bm-window p{
margin: 0 0 15px;
font-size: 15px;
}
body .booked-modal .bm-window p small{
display: block;
margin: 0 0 15px;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
}
body .booked-modal .bm-window p.appointment-title{
font-weight: 600;
margin-bottom: 0;
}
body .booked-modal .bm-window p.calendar-name{
font-weight: 600;
margin-bottom: 0;
}
body .booked-modal .bm-window p.appointment-info{
font-size: 15px;
margin: 0;
line-height: 1.7;
}
body .booked-modal .bm-window p strong{
font-size: 13px;
text-transform: uppercase;
display: inline-block;
padding-right: 3px;
font-weight: 600;
}
body .booked-modal .bm-window a{
text-decoration: none;
}
body .booked-modal .bm-window .close{
line-height: 1;
color: #fff;
color: rgba(255, 255, 255, .5);
font-size: 20px;
position: absolute;
top: 11px;
right: 14px;
}
body .booked-modal .bm-window .close:hover{
color: #fff;
}
body .booked-modal .bm-window p i.fa.fa-clock-o{
font-size: 18px;
position: relative;
top: 1px;
}
body .booked-modal .bm-window p.booked-calendar-name{
font-weight: 600;
font-size: 15px;
}
body .booked-modal .bm-window .booked-scrollable{
max-height: 100px;
padding: 25px 30px;
overflow-y: auto;
overflow-x: hidden;
background: #f5f5f5;
border-radius: 3px;
box-sizing: content-box;
}
body .booked-modal .bm-window p.booked-title-bar{
box-sizing: border-box;
font-size: 13px;
position: absolute;
top: 0;
left: 0;
line-height: 1;
width: 100%;
color: #fff;
border-radius: 4px 4px 0 0;
padding: 15px 30px 15px 15px;
}
body .booked-modal .bm-window p.booked-title-bar small{
margin: 0;
}
body .booked-modal .bm-window .booked-scrollable{
-webkit-overflow-scrolling: touch;
}
body .booked-modal .bm-window .booked-scrollable > *{
-webkit-transform: translateZ(0px);
-webkit-transform: translate3d(0, 0, 0);
}
body #booked-profile-page{
position: relative;
margin: 0 0 30px;
}
body #booked-profile-page .booked-profile-header{
border: 1px solid #ddd;
border-radius: 3px 3px 0 0;
padding: 15px;
position: relative;
}
body #booked-profile-page .booked-profile-header .booked-logout-button{
font-size: 13px;
position: relative;
top: -1px;
}
body #booked-profile-page .booked-user-avatar{
width: 35px;
height: 35px;
position: relative;
top: 0;
left: 0;
float: left;
display: inline-block;
}
body #booked-profile-page .booked-user-avatar img{
width: 100%;
height: auto;
display: block;
margin: 0;
border-radius: 20px;
}
body #booked-profile-page .booked-info{
width: 100%;
}
body #booked-profile-page .booked-user *{
margin: 0;
padding: 0;
line-height: 1.6;
}
body #booked-profile-page .booked-user h3{
color: #fff;
margin: 0;
padding: 4px 0 4px 12px;
float: left;
display: inline-block;
font-size: 17px;
}
body #booked-profile-page .booked-user h3 a{
text-decoration: none;
}
body #booked-profile-page .booked-user h3 a:hover{
color: #fff;
}
body #booked-profile-page .booked-counts{
float: right;
width: 25%;
margin-left: 5%;
}
body #booked-profile-page .booked-counts span{
display: block;
text-align: right;
font-size: 12px;
line-height: 2.1;
}
body #booked-profile-page .booked-counts i.fa{
display: inline-block;
padding-right: 7px;
}
body #booked-profile-page .booked-tabs{
border-width: 1px;
border-style: solid;
border-top: 0;
border-bottom: 0;
list-style: none;
margin: 0;
padding: 0;
}
body #booked-profile-page .booked-tabs li{
float: left;
display: inline-block;
margin: 0;
padding: 0;
}
body #booked-profile-page .booked-tabs li a{
font-size: 14px;
border-right-width: 1px;
border-right-style: solid;
display: block;
text-decoration: none;
padding: 0 15px;
line-height: 40px;
}
body #booked-profile-page .booked-tabs li a i.fa{
display: inline-block;
padding-right: 7px;
}
body #booked-profile-page .booked-tab-content{
border-radius: 0 0 3px 3px;
display: none;
padding: 30px 35px 30px 35px;
border-width: 1px;
border-style: solid;
border-top: none;
}
body #booked-profile-page .booked-tabs.login{
border-top-width: 1px;
border-top-style: solid;
}
body #booked-profile-page .booked-tabs li a{
background: rgba(0, 0, 0, .15);
}
body #booked-profile-page .booked-tabs li a:hover{
background: rgba(0, 0, 0, .25);
}
body #booked-profile-page .booked-tabs li a{
color: #fff;
}
body #booked-profile-page .booked-tabs li a:hover{
color: #fff;
}
body #booked-profile-page .booked-tab-content{
border-color: #ddd;
background: #fff;
}
body #booked-profile-page .booked-counts,
body #booked-profile-page .booked-tabs li.active a,
body #booked-profile-page .booked-tabs li.active a:hover{
color: #fff;
}
body #booked-profile-page .booked-tabs li a{
border: none;
}
body #booked-profile-page p.booked-no-margin{
color: #888;
margin: 0;
}
body #booked-profile-page .booked-show-cf{
outline: none;
font-weight: 600;
}
body #booked-profile-page .booked-show-cf.booked-cf-active{
color: #000;
}
body #booked-profile-page .cf-meta-values-hidden{
animation: booked-popdown .2s;
-webkit-animation: booked-popdown .2s;
-moz-animation: booked-popdown .2s;
-ms-animation: booked-popdown .2s;
-o-animation: booked-popdown .2s;
display: none;
border-left: 3px solid #ddd;
margin: 10px 0 0 0px;
padding: 0 0 0 20px;
}
body #booked-profile-page .cf-meta-values-hidden p{
margin: 0 0 10px;
font-size: 14px;
font-weight: 300;
line-height: 1.5;
}
body #booked-profile-page .cf-meta-values-hidden p:last-child{
margin-bottom: 0;
}
body #booked-profile-page .cf-meta-values-hidden p strong{
font-weight: 600;
}
body #booked-profile-page .result-section.table-layout{
margin: 0;
}
body #booked-profile-page .result-section.table-layout .table-box{
border: none;
}
body #booked-profile-page .result-section.table-layout .table-box .table-body .table-row{
min-height: 115px;
}
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title{
font-weight: normal;
font-size: 15px;
line-height: 1.6;
}
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title p{
margin: 0;
padding: 10px 0 0 0;
font-size: 12px;
}
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title small{
display: block;
padding-top: 5px;
}
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title a{
font-weight: 600;
}
body #booked-profile-page .result-section.table-layout .table-box .table-head-row{
background: none !important;
}
body #booked-profile-page .result-section.table-layout .table-box .table-cell{
padding: 20px 0;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-title{
position: relative;
width: 55%;
padding-right: 25px;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-title .compact-img img{
width: 65px;
height: auto;
position: absolute;
border-radius: 3px;
top: 26px;
left: 0;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-title .cell-title-wrap{
padding-left: 85px;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-rating{
width: 20%;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-time{
width: 25%;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-title.reviews{
width: 100%;
padding-right: 0;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-title.reviews .rating{
margin-top: 10px;
}
body #booked-profile-page .result-section.table-layout .table-box .table-body .cell-title .booked-review p{
font-size: 14px;
line-height: 1.7;
}
body #booked-page-form .booked-form-wrap{
padding: 10px 0;
}
body #booked-page-form input[type=submit]{
margin: 0;
}
body #booked-page-form input[type=text],
body #booked-page-form input[type=password],
body #booked-page-form input[type=email],
body #booked-page-form textarea{
margin: 7px 0 0 0;
border-width: 1px;
border-style: solid;
padding: 10px 12px;
width: 100%;
box-sizing: border-box;
}
body #booked-page-form input:disabled,
body #booked-page-form textarea:disabled{
background: #f9f9f9;
color: #bbb;
border: 1px dotted #ccc;
}
body #booked-page-form input[type=file]:disabled{
background: #fff;
border: none;
}
body #booked-page-form label .not-bold{
font-weight: 400;
color: #ccc;
padding: 0 0 0 5px;
}
body #booked-page-form p{
margin: 0 0 15px;
}
body #booked-page-form .login-remember{
float: left;
margin: 2px 0 0 0;
}
body #booked-page-form .login-remember input{
margin: 0 4px 0 0;
position: relative;
top: -1px;
}
body #booked-page-form .login-submit{
float: right;
margin: 0;
}
body #booked-page-form .login-submit input{
margin: 0;
}
body #profile-edit #booked-page-form{
border-top: 1px solid #ddd;
padding-top: 20px;
}
body #profile-edit #booked-page-form input[type=file]{
display: inline-block;
padding: 0;
}
body #profile-edit #booked-page-form label{
font-weight: 600;
}
body #profile-edit #booked-page-form p.form-nickname,
body #profile-edit #booked-page-form p.form-email,
body #profile-edit #booked-page-form p.form-url{
float: left;
width: 100%;
margin: 0 0 25px;
}
body #profile-edit #booked-page-form p.form-password{
float: left;
width: 48%;
margin: 0 4% 25px 0;
}
body #profile-edit #booked-page-form p.form-password.last{
margin: 0 0 25px;
}
body #profile-edit #booked-page-form p.form-textarea,
body #profile-edit #booked-page-form p.form-avatar,
body #profile-edit #booked-page-form p.form-submit{
float: none;
width: 100%;
margin: 0 0 25px;
}
body #profile-edit #booked-page-form p.form-submit{
margin: 0 0 5px;
}
body #profile-edit #booked-page-form .hint-p{
font-size: 12px;
color: #aaa;
padding-top: 5px;
display: block;
font-style: italic;
}
body #profile-login label,
#profile-register label,
#profile-forgot label{
font-weight: 600;
}
body .booked-upload-wrap,
body .booked-upload-wrap input{
background: #f5f5f5;
border: 1px solid #ddd;
display: block;
height: 35px;
width: 100%;
cursor: pointer;
border-radius: 3px;
position: relative;
}
body .booked-upload-wrap{
width: 100%;
margin: 10px 0 4px;
}
body #booked-submit-recipe-form .booked-upload-wrap{
width: 100%;
margin: 0;
}
body .booked-upload-wrap:hover{
background: #eee;
}
body .booked-upload-wrap span{
color: #888;
font-size: 13px;
text-align: center;
height: 24px;
width: 100%;
position: absolute;
left: 0;
top: 50%;
margin-top: -12px;
display: block;
z-index: 1;
}
body .booked-upload-wrap input{
z-index: 2;
opacity: 0;
}
body .booked-upload-wrap.hasFile{
background: #f9f9f9;
border: 1px solid #ccc;
color: #666;
}
body #booked-submit-recipe-form .booked-upload-wrap.hasFile{
width: 100%;
}
body .booked-upload-wrap.hasFile span{
color: #000;
}
body .booked-custom-error{
display: none;
margin: 0 0 20px;
padding: 5px 10px;
background: #fff0f0;
border: 1px solid #e3c3c3;
border-radius: 3px;
}
body .booked-custom-error.not-hidden{
display: block;
}
body #booked-plugin-page p.booked-form-notice,
body #booked-profile-page p.booked-form-notice{
border: 1px solid #e6db55;
border-radius: 3px;
background-color: #fffbcc;
margin: 0 0 35px;
padding: 10px 15px;
}
body #booked-profile-page .booked-profile-appt-list,
body #booked-profile-page #profile-edit{
box-sizing: border-box;
}
body #booked-profile-page h4{
margin: 0 0 20px;
padding: 0;
font-size: 19px;
font-weight: 600;
}
body #booked-profile-page .booked-tabs li.edit-button{
float: right;
}
body #booked-profile-page .booked-profile-appt-list .appt-block{
color: #888;
line-height: 23px;
padding: 20px 0 25px;
border-top: 1px solid #ddd;
display: block;
}
body #booked-profile-page .booked-profile-appt-list .appt-block > i.fa{
width: 23px;
color: #333;
}
body #booked-profile-page .booked-profile-appt-list .appt-block:last-child{
padding-bottom: 0;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .status-block{
border-radius: 3px;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
float: right;
padding: 0 12px 1px;
line-height: 33px;
margin: 6px 0 0 0;
background: #ccc;
color: #fff;
}
body #booked-profile-page .booked-profile-appt-list .appt-block.approved{
color: #000;
}
body #booked-profile-page .booked-profile-appt-list .appt-block button{
float: right;
margin: 6px 0 0 0;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .cancel{
color: #aaa;
font-size: 12px;
padding-left: 10px;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons{
display: block;
padding: 15px 0 0 0;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a{
text-decoration: none;
display: inline-block;
padding: 2px 7px;
margin: 0 7px 0 0;
border-radius: 3px;
line-height: 20px;
font-size: 12px;
font-weight: 400;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a:hover{
text-decoration: none;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button > a{
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
padding: 2px 9px;
letter-spacing: 1px;
border-width: 1px;
border-style: solid;
color: #fff;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons span{
float: left;
}
body #booked-profile-page .addtocalendar var{
display: none;
}
body #booked-profile-page .addtocalendar{
position: relative;
display: inline-block;
}
body #booked-profile-page .atcb-link{
display: block;
outline: none !important;
cursor: pointer;
}
body #booked-profile-page .atcb-link:focus ~ ul,
body #booked-profile-page .atcb-link:active ~ ul,
body #booked-profile-page .atcb-list:hover{
visibility: visible;
}
body #booked-profile-page .atcb-list{
box-shadow: 0 1px 25px rgba(0, 0, 0, .2);
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
width: 170px;
z-index: 900;
}
body #booked-profile-page .atcb-list,
body #booked-profile-page .atcb-item{
list-style: none;
margin: 0;
padding: 0;
}
body #booked-profile-page .atcb-item{
float: none;
text-align: left;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a.atcb-item-link{
box-sizing: border-box;
text-decoration: none;
outline: none;
display: block;
color: #aaa;
background: #f9f9f9;
border-radius: 0;
margin: 0;
width: 100%;
padding: 3px 12px;
display: block;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a.atcb-item-link:hover{
color: #555;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .atcb-list li:first-child a.atcb-item-link{
padding-top: 10px;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .atcb-list li:last-child a.atcb-item-link{
padding-bottom: 10px;
border-radius: 0 0 3px 3px;
}
body #booked-profile-page .atcb-item.hover,
body #booked-profile-page .atcb-item:hover{
position: relative;
z-index: 900;
cursor: pointer;
text-decoration: none;
outline: none;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .cancel{
border: 1px solid #ddd;
background: #f5f5f5;
color: #aaa;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .cancel:hover{
background: #eee;
color: #888;
border-color: #ccc;
}
body #booked-profile-page .booked-profile-appt-list .calendar-name{
padding: 0 0 5px;
}
.booked-list-date-picker-wrap{
width: 100%;
position: absolute;
text-align: center;
top: 30px;
left: 0;
}
#ui-datepicker-div.booked_custom_date_picker{
animation: booked-popflyin .15s;
-webkit-animation: booked-popflyin .15s;
-moz-animation: booked-popflyin .15s;
-ms-animation: booked-popflyin .15s;
-o-animation: booked-popflyin .15s;
background: #fff;
margin-top: 37px;
margin-left: -107px;
width: 230px;
border: 1px solid #d5d5d5;
padding: 8px;
border-radius: 3px;
box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
z-index: 9999 !important;
}
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header{
position: relative;
color: #fff;
}
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next{
cursor: pointer;
top: 9px;
font-size: 16px;
position: absolute;
display: inline-block;
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
color: #fff;
}
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next .ui-icon{
display: none;
}
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev{
left: 9px;
}
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next{
right: 9px;
}
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-title{
text-transform: uppercase;
padding: 9px 0 10px;
text-align: center;
}
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev:hover,
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next:hover{
opacity: .7;
}
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev:before{
content: "";
}
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next:before{
content: "";
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar{
width: 100%;
border-collapse: collapse;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead th{
font-size: 11px;
font-weight: normal;
color: #fff;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead th{
width: 14.285%;
text-align: center;
padding: 5px 0;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody{
border-top: 8px solid #fff;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td{
font-size: 12px;
font-weight: normal;
background: #fff;
color: #888;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td{
text-align: center;
padding: 0;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a{
display: block;
border-radius: 3px;
line-height: 33px;
text-decoration: none;
color: #333;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a:hover{
background: #eee;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td span{
display: block;
line-height: 33px;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-unselectable span{
color: #ddd;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-week-end a{
color: #888;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a{
color: #fff;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a:hover{
color: #fff;
}
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active:hover{
color: #fff;
}
body #booked-page-form input[type=email],
body #booked-page-form input[type=text],
body #booked-page-form input[type=password],
body #booked-page-form textarea,
body #booked-page-form{
border-color: #ccc;
color: #888;
line-height: 1.5;
font-size: 13px;
}
body .booked-calendar-wrap{
transition: height .15s ease-out;
}
body table.booked-calendar td .count,
body table.booked-calendar thead th a,
body .booked-appt-list .timeslot .timeslot-time,
body .booked-appt-list .timeslot .timeslot-people,
body .booked-appt-list .timeslot,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .booked-show-cf,
body .booked-list-view a.booked_list_date_picker_trigger{
transition: all .1s ease-out;
}
body table.booked-calendar td .date,
body table.booked-calendar td .date span{
transition: background .15s ease-out, color .15s ease-out;
}
body .booked-list-view .booked-appt-list{
transition: opacity .2s ease-out;
}
body .booked-appt-list{
transition: -webkit-transform .4s ease-in-out;
transition: transform .4s ease-in-out;
transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.booked-tabs{
overflow: hidden;
}
.booked-tabs .booked-tabs-nav{
margin-bottom: 20px;
}
.booked-tabs .booked-tabs-nav span{
display: inline-block;
padding: 0 5px;
border: 1px solid #ccc;
background: #eee;
color: #000;
font-size: 12px;
line-height: 30px;
text-transform: uppercase;
cursor: pointer;
box-sizing: border-box;
}
.booked-tabs .booked-tabs-nav span:hover,
.booked-tabs .booked-tabs-nav span.active{
background: #ddd;
color: #fff;
}
.booked-tabs .booked-tabs-cnt > div{
display: none;
}
.booked-tabs .booked-tabs-cnt > div.active{
display: block;
}
@media screen and (max-width: 1200px) {
body .booked-list-view .booked-appt-list h2{
text-align: left;
margin: 0 0 20px;
}
body .booked-list-view .booked-appt-list h2.booked-no-prev{
text-align: left;
}
body .booked-list-view .booked-list-view-nav{
display: block;
height: 26px;
margin: -5px 0 30px;
position: static;
text-align: left;
}
body .booked-list-view .booked-list-view-nav .booked-list-view-date-next,
body .booked-list-view .booked-list-view-nav .booked-list-view-date-prev{
margin: 0 6px 5px 0;
position: relative;
display: inline-block;
top: 0;
right: 0;
}
body .booked-list-view .booked-list-view-nav .booked-list-view-date-next{
float: right;
margin: 0 0 5px;
}
}
@media screen and (max-width: 1100px) {
body table.booked-calendar td .count{
padding: 5px 0;
font-size: 9px;
}
body table.booked-calendar td .date .number{
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
}
}
@media screen and (max-width: 860px) {
body #booked-profile-page .booked-profile-appt-list{
float: none;
width: 100%;
margin: 0 0 30px;
}
body #booked-profile-page #profile-edit{
float: none;
width: 100%;
margin: 0;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .status-block{
float: right;
margin: 6px 0 0 0;
}
}
@media screen and (max-width: 720px) {
body .booked-calendar-wrap table.booked-calendar thead th{
font-size: 16px;
padding: 13px 0 10px;
}
body .booked-calendar-wrap table.booked-calendar thead tr.days th{
font-size: 11px;
padding: 7px 0 5px;
}
body .booked-calendar-wrap table.booked-calendar td{
font-size: 13px;
}
body .booked-calendar-wrap table.booked-calendar thead th .page-left{
left: 10px;
top: 11px;
font-size: 15px;
}
body .booked-calendar-wrap table.booked-calendar thead th .page-right{
right: 10px;
top: 11px;
font-size: 15px;
}
body .booked-calendar-wrap table.booked-calendar thead th .page-left:hover{
left: 9px;
}
body .booked-calendar-wrap table.booked-calendar thead th .page-right:hover{
right: 9px;
}
body .booked-calendar-wrap table.booked-calendar th .monthName{
height: auto;
display: inline-block;
}
body .booked-calendar-wrap table.booked-calendar th .monthName a{
top: -2px;
font-size: 10px;
}
body .booked-calendar-wrap table.booked-calendar td .count{
display: none;
}
body .booked-calendar-wrap table.booked-calendar td .date{
height: 100%;
}
body .booked-calendar-wrap table.booked-calendar td .date .number{
border: none;
display: block;
border-radius: 0;
-webkit-transform: scale(1);
transform: scale(1);
width: 100%;
height: 100%;
vertical-align: middle;
}
body .booked-calendar-wrap table.booked-calendar td.blur .date,
body .booked-calendar-wrap table.booked-calendar td.blur:hover .date{
cursor: default;
background: #eee;
color: #ccc;
}
body .booked-calendar-wrap table.booked-calendar td.booked .date,
body .booked-calendar-wrap table.booked-calendar td.booked:hover .date{
cursor: default;
background: #ffe4df;
color: #f15934;
}
body .booked-calendar-wrap table.booked-calendar td.today .date{
background: #e3f2f9;
color: #555;
}
body .booked-calendar-wrap table.booked-calendar td.today:hover .date{
background: #eff7fb;
color: #555;
}
body .booked-calendar-wrap table.booked-calendar td:hover .date{
background: #f9f9f9;
cursor: pointer;
color: #000;
}
body .booked-calendar-wrap table.booked-calendar tr.week td.active .date .number{
border: none;
-webkit-transform: scale(1.5);
transform: scale(1.5);
background: none;
color: #000;
}
body .booked-calendar-wrap table.booked-calendar tr.entryBlock td{
padding: 0;
}
body .booked-calendar-wrap table.booked-calendar .booked-appt-list{
max-height: 100%;
overflow-y: scroll;
overflow-x: hidden;
padding: 15px 20px 10px;
}
body .booked-calendar-wrap.small table.booked-calendar .booked-appt-list{
max-height: 100%;
}
body table.booked-calendar .booked-appt-list h2{
text-align: center;
margin: 0 0 15px;
font-size: 12px;
}
body table.booked-calendar .booked-appt-list h2 span{
display: none;
}
body table.booked-calendar .booked-appt-list .timeslot{
border-top: 0;
margin: 0 0 10px;
}
body table.booked-calendar .booked-appt-list .timeslot .timeslot-time,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-count{
display: none;
}
body table.booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title,
body .booked-calendar-wrap table.booked-calendar .booked-appt-list .timeslot .timeslot-mobile-title{
display: block;
}
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people:hover{
width: 100%;
padding: 0;
height: auto;
}
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button{
float: none;
margin: 0;
width: 100%;
text-align: center;
padding: 7px 0;
line-height: 1.5;
}
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot{
display: block;
font-weight: 600;
font-size: 13px;
}
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text{
display: none;
}
body .booked-calendar-wrap table.booked-calendar td.prev-date .date,
body .booked-calendar-wrap table.booked-calendar td.prev-date:hover .date{
cursor: default;
background: #f9f9f9;
color: #bbb;
}
body .booked-calendar-wrap table.booked-calendar td.blur .date,
body .booked-calendar-wrap table.booked-calendar td.blur:hover .date{
cursor: default;
background: #eee;
color: #ddd;
}
body .booked-calendar-wrap table.booked-calendar td.booked .date,
body .booked-calendar-wrap table.booked-calendar td.booked:hover .date{
cursor: default;
background: #ffeae7;
color: #f0b1a1;
}
body .booked-calendar-wrap table.booked-calendar tr.week td.active .date,
body .booked-calendar-wrap table.booked-calendar tr.week td.active:hover .date{
background: #ddd;
}
body #booked-profile-page .result-section.table-layout{
padding: 10px 0;
}
body #booked-profile-page .result-section.table-layout .table-box .cell-title .compact-img img{
top: 46px;
left: 12px;
}
body #booked-profile-page .booked-tabs li,
body #booked-profile-page .booked-tabs li.edit-button{
display: block;
float: none;
}
body #booked-profile-page .booked-tabs li a,
body #booked-profile-page .booked-tabs li.edit-button a{
border-left: none;
border-right: none;
}
body .booked-modal{
padding: 0;
margin: 20px;
}
body .booked-modal .bm-window{
width: 100%;
padding: 43px 0 0;
box-sizing: border-box;
border-radius: 6px;
}
body .booked-modal .bm-window .booked-scrollable{
padding: 30px 35px;
}
body .booked-modal .bm-overlay{
background: rgba(0, 0, 0, .8);
}
body .booked-modal .bm-window p.name b{
display: block;
}
body .booked-list-view .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-people button .button-timeslot,
body .booked-calendar-wrap .booked-appt-list .timeslot.has-title.booked-hide-time .timeslot-people button .button-timeslot{
display: none;
}
}
@media screen and (max-width: 600px) {
body .booked-modal input[type=submit]{
margin: 0 10px 10px 0;
float: none;
}
body .booked-modal .button{
width: 100%;
float: none;
}
body .booked-calendarSwitcher{
width: 100%;
display: block;
padding: 8px 5px;
}
body .booked-calendarSwitcher i.fa{
display: none;
}
body .booked-calendarSwitcher select{
width: 100%;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .status-block{
display: block;
float: none;
margin: 0 0 10px;
}
body #profile-edit #booked-page-form p.form-nickname,
body #profile-edit #booked-page-form p.form-email,
body #profile-edit #booked-page-form p.form-url,
body #profile-edit #booked-page-form p.form-password{
float: none;
width: 100%;
}
body .booked-modal #customerChoices .field{
display: block;
float: none;
margin: 5px 0;
}
}
@media screen and (max-width: 450px) {
body .booked-list-view .booked-appt-list h2 strong{
display: block;
margin: 0 auto;
}
body .booked-list-view .booked-appt-list h2 span:last-child{
display: none;
}
body .booked-list-view .booked-appt-list .timeslot{
border-top: 0;
margin: 0 0 10px;
}
body .booked-list-view .booked-appt-list .timeslot .timeslot-time,
body .booked-list-view .booked-appt-list .timeslot .timeslot-count{
display: none;
}
body .booked-list-view .booked-appt-list .timeslot .timeslot-people{
width: 100%;
padding: 0;
height: auto;
}
body .booked-list-view .booked-appt-list .timeslot .timeslot-people button{
float: none;
margin: 0;
width: 100%;
text-align: center;
padding: 7px 0;
line-height: 1.5;
}
body .booked-list-view .booked-appt-list .timeslot .timeslot-people button .button-timeslot{
display: block;
font-weight: 600;
font-size: 13px;
}
body .booked-list-view .booked-appt-list .timeslot .timeslot-people button .button-text{
display: none;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title{
display: block;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people{
height: auto;
padding: 0;
}
}
p + .progress{
margin-top: -10px;
}
.progress-title + .progress{
margin-top: 10px;
}
.progress{
overflow: visible;
height: 5px;
margin-bottom: 25px;
position: relative;
border-radius: 0;
box-shadow: none;
border: none;
background-color: #f5f5f5;
}
.progress-bar{
float: left;
font-size: 14px;
line-height: 24px;
text-align: center;
background-color: var(--colorMain2);
color: inherit;
box-shadow: none;
height: 5px;
transition: width .6s ease;
}
.progress-bar span{
position: absolute;
right: 0;
top: -34px;
font-size: 12px;
font-weight: 700;
letter-spacing: .2em;
}
.progress-title{
font-size: 18px;
font-weight: 300;
line-height: 27px;
}
.progress-level{
font-size: 14px;
font-weight: 500;
letter-spacing: .2em;
float: right;
position: relative;
}
.alert{
border-radius: 0;
border-width: 0 0 0 4px;
padding: 30px;
margin-bottom: 40px;
}
.media{
margin-top: 16px;
}
.media .media-object{
max-width: 100px;
}
.media:first-child{
margin-top: 0;
}
.media i{
font-size: 14px;
}
.p-05{
padding: .5em;
}
.p-1{
padding: 1em;
}
.p-2{
padding: 2em;
}
.p-3{
padding: 3em;
}
.p-big{
padding: 2em 8%;
}
.pr-05{
padding-right: .5em;
}
.pl-05{
padding-right: .5em;
}
.pl-10{
padding-left: 10px;
}
.pl-15{
padding-left: 15px;
}
.pl-20{
padding-left: 20px;
}
.pl-25{
padding-left: 25px;
}
.pl-30{
padding-left: 30px;
}
.pt-125{
padding-top: 125px;
}
@media (max-width: 1199px) {
.pt-125{
padding-top: 75px;
}
}
@media (max-width: 479px) {
.pt-125{
padding-top: 50px;
}
}
.pb-90{
padding-bottom: 90px;
}
@media (max-width: 1199px) {
.pb-90{
padding-bottom: 75px;
}
}
@media (max-width: 479px) {
.pb-90{
padding-bottom: 50px;
}
}
.pt-0{
padding-top: 0;
}
@media (max-width: 767px) {
.pt-0{
padding-top: calc(0em / 2);
}
}
.pt-1{
padding-top: 1em;
}
@media (max-width: 767px) {
.pt-1{
padding-top: calc(1em / 2);
}
}
.pt-2{
padding-top: 2em;
}
@media (max-width: 767px) {
.pt-2{
padding-top: calc(2em / 2);
}
}
.pt-3{
padding-top: 3em;
}
@media (max-width: 767px) {
.pt-3{
padding-top: calc(3em / 2);
}
}
.pt-4{
padding-top: 4em;
}
@media (max-width: 767px) {
.pt-4{
padding-top: calc(4em / 2);
}
}
.pt-5{
padding-top: 5em;
}
@media (max-width: 767px) {
.pt-5{
padding-top: calc(5em / 2);
}
}
.pt-6{
padding-top: 6em;
}
@media (max-width: 767px) {
.pt-6{
padding-top: calc(6em / 2);
}
}
.pt-7{
padding-top: 7em;
}
@media (max-width: 767px) {
.pt-7{
padding-top: calc(7em / 2);
}
}
.pt-8{
padding-top: 8em;
}
@media (max-width: 767px) {
.pt-8{
padding-top: calc(8em / 2);
}
}
.pt-9{
padding-top: 9em;
}
@media (max-width: 767px) {
.pt-9{
padding-top: calc(9em / 2);
}
}
.pt-10{
padding-top: 10em;
}
@media (max-width: 767px) {
.pt-10{
padding-top: calc(10em / 2);
}
}
.pb-0{
padding-bottom: 0;
}
@media (max-width: 767px) {
.pb-0{
padding-bottom: calc(0em / 2);
}
}
.pb-1{
padding-bottom: 1em;
}
@media (max-width: 767px) {
.pb-1{
padding-bottom: calc(1em / 2);
}
}
.pb-2{
padding-bottom: 2em;
}
@media (max-width: 767px) {
.pb-2{
padding-bottom: calc(2em / 2);
}
}
.pb-3{
padding-bottom: 3em;
}
@media (max-width: 767px) {
.pb-3{
padding-bottom: calc(3em / 2);
}
}
.pb-4{
padding-bottom: 4em;
}
@media (max-width: 767px) {
.pb-4{
padding-bottom: calc(4em / 2);
}
}
.pb-5{
padding-bottom: 5em;
}
@media (max-width: 767px) {
.pb-5{
padding-bottom: calc(5em / 2);
}
}
.pb-6{
padding-bottom: 6em;
}
@media (max-width: 767px) {
.pb-6{
padding-bottom: calc(6em / 2);
}
}
.pb-7{
padding-bottom: 7em;
}
@media (max-width: 767px) {
.pb-7{
padding-bottom: calc(7em / 2);
}
}
.pb-8{
padding-bottom: 8em;
}
@media (max-width: 767px) {
.pb-8{
padding-bottom: calc(8em / 2);
}
}
.pb-9{
padding-bottom: 9em;
}
@media (max-width: 767px) {
.pb-9{
padding-bottom: calc(9em / 2);
}
}
.pb-10{
padding-bottom: 10em;
}
@media (max-width: 767px) {
.pb-10{
padding-bottom: calc(10em / 2);
}
}
.pl-0{
padding-left: 0;
}
.pl-1{
padding-left: 1em;
}
.pl-2{
padding-left: 2em;
}
.pl-3{
padding-left: 3em;
}
.pl-4{
padding-left: 4em;
}
.pl-5{
padding-left: 5em;
}
.pl-6{
padding-left: 6em;
}
.pl-7{
padding-left: 7em;
}
.pl-8{
padding-left: 8em;
}
.pl-9{
padding-left: 9em;
}
.pl-10{
padding-left: 10em;
}
.pr-0{
padding-right: 0;
}
.pr-1{
padding-right: 1em;
}
.pr-2{
padding-right: 2em;
}
.pr-3{
padding-right: 3em;
}
.pr-4{
padding-right: 4em;
}
.pr-5{
padding-right: 5em;
}
.pr-6{
padding-right: 6em;
}
.pr-7{
padding-right: 7em;
}
.pr-8{
padding-right: 8em;
}
.pr-9{
padding-right: 9em;
}
.pr-10{
padding-right: 10em;
}
@media (min-width: 576px) {
.pl-sm-0{
padding-left: 0;
}
.pl-sm-1{
padding-left: 1em;
}
.pl-sm-2{
padding-left: 2em;
}
.pl-sm-3{
padding-left: 3em;
}
.pl-sm-4{
padding-left: 4em;
}
.pl-sm-5{
padding-left: 5em;
}
.pl-sm-6{
padding-left: 6em;
}
.pl-sm-7{
padding-left: 7em;
}
.pl-sm-8{
padding-left: 8em;
}
.pl-sm-9{
padding-left: 9em;
}
.pl-sm-10{
padding-left: 10em;
}
.pr-sm-0{
padding-right: 0;
}
.pr-sm-1{
padding-right: 1em;
}
.pr-sm-2{
padding-right: 2em;
}
.pr-sm-3{
padding-right: 3em;
}
.pr-sm-4{
padding-right: 4em;
}
.pr-sm-5{
padding-right: 5em;
}
.pr-sm-6{
padding-right: 6em;
}
.pr-sm-7{
padding-right: 7em;
}
.pr-sm-8{
padding-right: 8em;
}
.pr-sm-9{
padding-right: 9em;
}
.pr-sm-10{
padding-right: 10em;
}
.pt-sm-0{
padding-top: 0;
}
.pt-sm-1{
padding-top: 1em;
}
.pt-sm-2{
padding-top: 2em;
}
.pt-sm-3{
padding-top: 3em;
}
.pt-sm-4{
padding-top: 4em;
}
.pt-sm-5{
padding-top: 5em;
}
.pt-sm-6{
padding-top: 6em;
}
.pt-sm-7{
padding-top: 7em;
}
.pt-sm-8{
padding-top: 8em;
}
.pt-sm-9{
padding-top: 9em;
}
.pt-sm-10{
padding-top: 10em;
}
.pb-sm-0{
padding-bottom: 0;
}
.pb-sm-1{
padding-bottom: 1em;
}
.pb-sm-2{
padding-bottom: 2em;
}
.pb-sm-3{
padding-bottom: 3em;
}
.pb-sm-4{
padding-bottom: 4em;
}
.pb-sm-5{
padding-bottom: 5em;
}
.pb-sm-6{
padding-bottom: 6em;
}
.pb-sm-7{
padding-bottom: 7em;
}
.pb-sm-8{
padding-bottom: 8em;
}
.pb-sm-9{
padding-bottom: 9em;
}
.pb-sm-10{
padding-bottom: 10em;
}
}
@media (min-width: 768px) {
.pl-md-0{
padding-left: 0;
}
.pl-md-1{
padding-left: 1em;
}
.pl-md-2{
padding-left: 2em;
}
.pl-md-3{
padding-left: 3em;
}
.pl-md-4{
padding-left: 4em;
}
.pl-md-5{
padding-left: 5em;
}
.pl-md-6{
padding-left: 6em;
}
.pl-md-7{
padding-left: 7em;
}
.pl-md-8{
padding-left: 8em;
}
.pl-md-9{
padding-left: 9em;
}
.pl-md-10{
padding-left: 10em;
}
.pr-md-0{
padding-right: 0;
}
.pr-md-1{
padding-right: 1em;
}
.pr-md-2{
padding-right: 2em;
}
.pr-md-3{
padding-right: 3em;
}
.pr-md-4{
padding-right: 4em;
}
.pr-md-5{
padding-right: 5em;
}
.pr-md-6{
padding-right: 6em;
}
.pr-md-7{
padding-right: 7em;
}
.pr-md-8{
padding-right: 8em;
}
.pr-md-9{
padding-right: 9em;
}
.pr-md-10{
padding-right: 10em;
}
.pt-md-0{
padding-top: 0;
}
.pt-md-1{
padding-top: 1em;
}
.pt-md-2{
padding-top: 2em;
}
.pt-md-3{
padding-top: 3em;
}
.pt-md-4{
padding-top: 4em;
}
.pt-md-5{
padding-top: 5em;
}
.pt-md-6{
padding-top: 6em;
}
.pt-md-7{
padding-top: 7em;
}
.pt-md-8{
padding-top: 8em;
}
.pt-md-9{
padding-top: 9em;
}
.pt-md-10{
padding-top: 10em;
}
.pb-md-0{
padding-bottom: 0;
}
.pb-md-1{
padding-bottom: 1em;
}
.pb-md-2{
padding-bottom: 2em;
}
.pb-md-3{
padding-bottom: 3em;
}
.pb-md-4{
padding-bottom: 4em;
}
.pb-md-5{
padding-bottom: 5em;
}
.pb-md-6{
padding-bottom: 6em;
}
.pb-md-7{
padding-bottom: 7em;
}
.pb-md-8{
padding-bottom: 8em;
}
.pb-md-9{
padding-bottom: 9em;
}
.pb-md-10{
padding-bottom: 10em;
}
}
@media (min-width: 992px) {
.pl-lg-0{
padding-left: 0;
}
.pl-lg-1{
padding-left: 1em;
}
.pl-lg-2{
padding-left: 2em;
}
.pl-lg-3{
padding-left: 3em;
}
.pl-lg-4{
padding-left: 4em;
}
.pl-lg-5{
padding-left: 5em;
}
.pl-lg-6{
padding-left: 6em;
}
.pl-lg-7{
padding-left: 7em;
}
.pl-lg-8{
padding-left: 8em;
}
.pl-lg-9{
padding-left: 9em;
}
.pl-lg-10{
padding-left: 10em;
}
.pr-lg-0{
padding-right: 0;
}
.pr-lg-1{
padding-right: 1em;
}
.pr-lg-2{
padding-right: 2em;
}
.pr-lg-3{
padding-right: 3em;
}
.pr-lg-4{
padding-right: 4em;
}
.pr-lg-5{
padding-right: 5em;
}
.pr-lg-6{
padding-right: 6em;
}
.pr-lg-7{
padding-right: 7em;
}
.pr-lg-8{
padding-right: 8em;
}
.pr-lg-9{
padding-right: 9em;
}
.pr-lg-10{
padding-right: 10em;
}
.pt-lg-0{
padding-top: 0;
}
.pt-lg-1{
padding-top: 1em;
}
.pt-lg-2{
padding-top: 2em;
}
.pt-lg-3{
padding-top: 3em;
}
.pt-lg-4{
padding-top: 4em;
}
.pt-lg-5{
padding-top: 5em;
}
.pt-lg-6{
padding-top: 6em;
}
.pt-lg-7{
padding-top: 7em;
}
.pt-lg-8{
padding-top: 8em;
}
.pt-lg-9{
padding-top: 9em;
}
.pt-lg-10{
padding-top: 10em;
}
.pb-lg-0{
padding-bottom: 0;
}
.pb-lg-1{
padding-bottom: 1em;
}
.pb-lg-2{
padding-bottom: 2em;
}
.pb-lg-3{
padding-bottom: 3em;
}
.pb-lg-4{
padding-bottom: 4em;
}
.pb-lg-5{
padding-bottom: 5em;
}
.pb-lg-6{
padding-bottom: 6em;
}
.pb-lg-7{
padding-bottom: 7em;
}
.pb-lg-8{
padding-bottom: 8em;
}
.pb-lg-9{
padding-bottom: 9em;
}
.pb-lg-10{
padding-bottom: 10em;
}
}
@media (min-width: 1200px) {
.pl-xl-0{
padding-left: 0;
}
.pl-xl-1{
padding-left: 1em;
}
.pl-xl-2{
padding-left: 2em;
}
.pl-xl-3{
padding-left: 3em;
}
.pl-xl-4{
padding-left: 4em;
}
.pl-xl-5{
padding-left: 5em;
}
.pl-xl-6{
padding-left: 6em;
}
.pl-xl-7{
padding-left: 7em;
}
.pl-xl-8{
padding-left: 8em;
}
.pl-xl-9{
padding-left: 9em;
}
.pl-xl-10{
padding-left: 10em;
}
.pr-xl-0{
padding-right: 0;
}
.pr-xl-1{
padding-right: 1em;
}
.pr-xl-2{
padding-right: 2em;
}
.pr-xl-3{
padding-right: 3em;
}
.pr-xl-4{
padding-right: 4em;
}
.pr-xl-5{
padding-right: 5em;
}
.pr-xl-6{
padding-right: 6em;
}
.pr-xl-7{
padding-right: 7em;
}
.pr-xl-8{
padding-right: 8em;
}
.pr-xl-9{
padding-right: 9em;
}
.pr-xl-10{
padding-right: 10em;
}
.pt-xl-0{
padding-top: 0;
}
.pt-xl-1{
padding-top: 1em;
}
.pt-xl-2{
padding-top: 2em;
}
.pt-xl-3{
padding-top: 3em;
}
.pt-xl-4{
padding-top: 4em;
}
.pt-xl-5{
padding-top: 5em;
}
.pt-xl-6{
padding-top: 6em;
}
.pt-xl-7{
padding-top: 7em;
}
.pt-xl-8{
padding-top: 8em;
}
.pt-xl-9{
padding-top: 9em;
}
.pt-xl-10{
padding-top: 10em;
}
.pb-xl-0{
padding-bottom: 0;
}
.pb-xl-1{
padding-bottom: 1em;
}
.pb-xl-2{
padding-bottom: 2em;
}
.pb-xl-3{
padding-bottom: 3em;
}
.pb-xl-4{
padding-bottom: 4em;
}
.pb-xl-5{
padding-bottom: 5em;
}
.pb-xl-6{
padding-bottom: 6em;
}
.pb-xl-7{
padding-bottom: 7em;
}
.pb-xl-8{
padding-bottom: 8em;
}
.pb-xl-9{
padding-bottom: 9em;
}
.pb-xl-10{
padding-bottom: 10em;
}
}
.mt-05{
margin-top: .5em !important;
}
.mt-15{
margin-top: 1.5em !important;
}
.mt-0{
margin-top: 0 !important;
}
.mt-1{
margin-top: 1em !important;
}
.mt-2{
margin-top: 2em !important;
}
.mt-3{
margin-top: 3em !important;
}
.mt-4{
margin-top: 4em !important;
}
.mt-5{
margin-top: 5em !important;
}
.mb-05{
margin-bottom: .5em !important;
}
.mb-15{
margin-bottom: 1.5em !important;
}
.mb-0{
margin-bottom: 0 !important;
}
.mb-1{
margin-bottom: 1em !important;
}
.mb-2{
margin-bottom: 2em !important;
}
.mb-3{
margin-bottom: 3em !important;
}
.mb-4{
margin-bottom: 4em !important;
}
.mb-5{
margin-bottom: 5em !important;
}
.h-1{
height: 1px;
}
.h-2{
height: 2px;
}
.h-3{
height: 3px;
}
.h-4{
height: 4px;
}
.h-5{
height: 5px;
}
a[class*=fa-]:before{
font-family: FontAwesome;
font-size: 14px;
line-height: 1;
}
.small-icons a[class*=fa-]:before{
font-size: 11px;
}
a.social-icon{
font-size: 0;
line-height: 0;
display: inline-block;
text-align: center;
vertical-align: middle;
}
a.social-icon span{
display: block;
font-size: 14px;
text-transform: uppercase;
}
a.social-icon span:first-child{
font-size: 14px;
font-weight: bold;
}
a.social-icon [class*=rt-icon]+span{
font-size: 24px;
margin-top: 8px;
font-weight: bold;
}
a.social-icon + a.social-icon,
.tooltip + a.social-icon{
margin-left: 24px;
}
a.social-icon.bg-icon + a.social-icon.bg-icon,
.tooltip + a.social-icon.bg-icon,
a.social-icon.color-bg-icon + a.social-icon.color-bg-icon,
.tooltip + a.social-icon.color-bg-icon,
a.social-icon.border-icon + a.social-icon.border-icon,
.tooltip + a.social-icon.border-icon{
margin-left: 1px;
}
a.social-icon.block-icon{
width: 100%;
}
a[class*=fa-].rounded-icon{
border-radius: 50%;
}
a.big-icon{
width: 112px;
height: 112px;
padding-top: 20px;
padding-bottom: 20px;
overflow: hidden;
}
a.big-icon[class*=fa-]:before{
font-size: 32px;
}
a.big-icon [class*=rt-icon]:before{
font-size: 32px;
}
a.color-icon.fa-twitter{
color: #00abef;
}
a.color-icon.fa-telegram{
color: #08c;
}
a.color-icon.fa-facebook{
color: #507cbe;
}
a.color-icon.fa-google{
color: #d93e2d;
}
a.color-icon.fa-pinterest{
color: #c92619;
}
a.color-icon.fa-foursquare{
color: #23b7e0;
}
a.color-icon.fa-yahoo{
color: #6e2a85;
}
a.color-icon.fa-skype{
color: #28abe3;
}
a.color-icon.fa-yelp{
color: #c83218;
}
a.color-icon.fa-feedburner{
color: #fc0;
}
a.color-icon.fa-linkedin{
color: #3371b7;
}
a.color-icon.fa-viadeo{
color: #e4a000;
}
a.color-icon.fa-xing{
color: #005a60;
}
a.color-icon.fa-myspace{
color: #323232;
}
a.color-icon.fa-soundcloud{
color: #fe3801;
}
a.color-icon.fa-spotify{
color: #7bb342;
}
a.color-icon.fa-grooveshark{
color: #f67e03;
}
a.color-icon.fa-lastfm{
color: #d41316;
}
a.color-icon.fa-youtube{
color: #d12121;
}
a.color-icon.fa-vimeo{
color: #51b5e7;
}
a.color-icon.fa-dailymotion{
color: #004e72;
}
a.color-icon.fa-vine{
color: #00b389;
}
a.color-icon.fa-flickr{
color: #0062dd;
}
a.color-icon.fa-500px{
color: #58a9de;
}
a.color-icon.fa-instagram{
color: #e4405f;
}
a.color-icon.fa-wordpress{
color: #464646;
}
a.color-icon.fa-tumblr{
color: #45556c;
}
a.color-icon.fa-blogger{
color: #ec661c;
}
a.color-icon.fa-technorati{
color: #5cb030;
}
a.color-icon.fa-reddit{
color: #e74a1e;
}
a.color-icon.fa-dribbble{
color: #e84d88;
}
a.color-icon.fa-stumbleupon{
color: #e64011;
}
a.color-icon.fa-digg{
color: #1d1d1b;
}
a.color-icon.fa-envato{
color: #597c3a;
}
a.color-icon.fa-behance{
color: #007eff;
}
a.color-icon.fa-delicious{
color: #31a9ff;
}
a.color-icon.fa-deviantart{
color: #c5d200;
}
a.color-icon.fa-forrst{
color: #5b9a68;
}
a.color-icon.fa-play{
color: #5acdbd;
}
a.color-icon.fa-zerply{
color: #9dbc7a;
}
a.color-icon.fa-wikipedia{
color: #000;
}
a.color-icon.fa-apple{
color: #b9bfc1;
}
a.color-icon.fa-flattr{
color: #f67c1a;
}
a.color-icon.fa-github{
color: #221e1b;
}
a.color-icon.fa-chimein{
color: #888688;
}
a.color-icon.fa-friendfeed{
color: #2f72c4;
}
a.color-icon.fa-newsvine{
color: #075b2f;
}
a.color-icon.fa-identica{
color: #000;
}
a.color-icon.fa-bebo{
color: #ef1011;
}
a.color-icon.fa-zynga{
color: #dc0606;
}
a.color-icon.fa-steam{
color: #8f8d8a;
}
a.color-icon.fa-xbox{
color: #92c83e;
}
a.color-icon.fa-windows{
color: #00bdf6;
}
a.color-icon.fa-outlook{
color: #0072c6;
}
a.color-icon.fa-coderwall{
color: #3e8dcc;
}
a.color-icon.fa-tripadvisor{
color: #000;
}
a.color-icon.fa-appnet{
color: #494949;
}
a.color-icon.fa-goodreads{
color: #1abc9c;
}
a.color-icon.fa-tripit{
color: #1982c3;
}
a.color-icon.fa-lanyrd{
color: #3c80c9;
}
a.color-icon.fa-slideshare{
color: #4ba3a6;
}
a.color-icon.fa-buffer{
color: #000;
}
a.color-icon.fa-rss{
color: #f26109;
}
a.color-icon.fa-vkontakte{
color: #5a7fa6;
}
a.color-icon.fa-disqus{
color: #2e9fff;
}
a.color-icon.fa-houzz{
color: #7cc04b;
}
a.color-icon.fa-mail{
color: #000;
}
a.color-icon.fa-patreon{
color: #e44727;
}
a.color-icon.fa-paypal{
color: #009cde;
}
a.color-icon.fa-playstation{
color: #000;
}
a.color-icon.fa-smugmug{
color: #acfd32;
}
a.color-icon.fa-swarm{
color: #fc9d3c;
}
a.color-icon.fa-triplej{
color: #e53531;
}
a.color-icon.fa-yammer{
color: #1175c4;
}
a.color-icon.fa-stackoverflow{
color: #fd9827;
}
a.color-icon.fa-drupal{
color: #00598e;
}
a.color-icon.fa-odnoklassniki{
color: #f48420;
}
a.color-icon.fa-android{
color: #8ec047;
}
a.color-icon.fa-meetup{
color: #e2373c;
}
a.color-icon.fa-persona{
color: #e6753d;
}
a.color-icon.fa-amazon{
color: #f90;
}
a.color-icon.fa-ello{
color: #000;
}
a.color-icon.fa-mixcloud{
color: #314359;
}
a.color-icon.fa-8tracks{
color: #122c4b;
}
a.color-icon.fa-twitch{
color: #6441a5;
}
a.color-icon.fa-airbnb{
color: #ff5a5f;
}
a.color-icon.fa-pocket{
color: #ed4055;
}
a.social-icon.social-icon-facebook:hover svg{
fill: #507cbe;
}
a.social-icon.social-icon-twitter:hover svg{
fill: #08c;
}
a.social-icon.social-icon-youtube:hover svg{
fill: #d12121;
}
a.social-icon.social-icon-instagram:hover svg{
fill: #e4405f;
}
a.social-icon.social-icon-pinterest:hover svg{
fill: #c92619;
}
a.social-icon.social-icon-linkedin:hover svg{
fill: #3371b7;
}
a.social-icon.social-icon-github:hover svg{
fill: #221e1b;
}
a[class*=fa-].fa-twitter:hover{
color: #00abef;
border-color: #00abef;
}
a[class*=fa-].fa-telegram:hover{
color: #08c;
border-color: #08c;
}
a[class*=fa-].fa-facebook:hover{
color: #507cbe;
border-color: #507cbe;
}
a[class*=fa-].fa-google:hover{
color: #d93e2d;
border-color: #d93e2d;
}
a[class*=fa-].fa-pinterest:hover{
color: #c92619;
border-color: #c92619;
}
a[class*=fa-].fa-foursquare:hover{
color: #23b7e0;
border-color: #23b7e0;
}
a[class*=fa-].fa-yahoo:hover{
color: #6e2a85;
border-color: #6e2a85;
}
a[class*=fa-].fa-skype:hover{
color: #28abe3;
border-color: #28abe3;
}
a[class*=fa-].fa-yelp:hover{
color: #c83218;
border-color: #c83218;
}
a[class*=fa-].fa-feedburner:hover{
color: #fc0;
border-color: #fc0;
}
a[class*=fa-].fa-linkedin:hover{
color: #3371b7;
border-color: #3371b7;
}
a[class*=fa-].fa-viadeo:hover{
color: #e4a000;
border-color: #e4a000;
}
a[class*=fa-].fa-xing:hover{
color: #005a60;
border-color: #005a60;
}
a[class*=fa-].fa-myspace:hover{
color: #323232;
border-color: #323232;
}
a[class*=fa-].fa-soundcloud:hover{
color: #fe3801;
border-color: #fe3801;
}
a[class*=fa-].fa-spotify:hover{
color: #7bb342;
border-color: #7bb342;
}
a[class*=fa-].fa-grooveshark:hover{
color: #f67e03;
border-color: #f67e03;
}
a[class*=fa-].fa-lastfm:hover{
color: #d41316;
border-color: #d41316;
}
a[class*=fa-].fa-youtube:hover{
color: #d12121;
border-color: #d12121;
}
a[class*=fa-].fa-vimeo:hover{
color: #51b5e7;
border-color: #51b5e7;
}
a[class*=fa-].fa-dailymotion:hover{
color: #004e72;
border-color: #004e72;
}
a[class*=fa-].fa-vine:hover{
color: #00b389;
border-color: #00b389;
}
a[class*=fa-].fa-flickr:hover{
color: #0062dd;
border-color: #0062dd;
}
a[class*=fa-].fa-500px:hover{
color: #58a9de;
border-color: #58a9de;
}
a[class*=fa-].fa-instagram:hover{
color: #e4405f;
border-color: #e4405f;
}
a[class*=fa-].fa-wordpress:hover{
color: #464646;
border-color: #464646;
}
a[class*=fa-].fa-tumblr:hover{
color: #45556c;
border-color: #45556c;
}
a[class*=fa-].fa-blogger:hover{
color: #ec661c;
border-color: #ec661c;
}
a[class*=fa-].fa-technorati:hover{
color: #5cb030;
border-color: #5cb030;
}
a[class*=fa-].fa-reddit:hover{
color: #e74a1e;
border-color: #e74a1e;
}
a[class*=fa-].fa-dribbble:hover{
color: #e84d88;
border-color: #e84d88;
}
a[class*=fa-].fa-stumbleupon:hover{
color: #e64011;
border-color: #e64011;
}
a[class*=fa-].fa-digg:hover{
color: #1d1d1b;
border-color: #1d1d1b;
}
a[class*=fa-].fa-envato:hover{
color: #597c3a;
border-color: #597c3a;
}
a[class*=fa-].fa-behance:hover{
color: #007eff;
border-color: #007eff;
}
a[class*=fa-].fa-delicious:hover{
color: #31a9ff;
border-color: #31a9ff;
}
a[class*=fa-].fa-deviantart:hover{
color: #c5d200;
border-color: #c5d200;
}
a[class*=fa-].fa-forrst:hover{
color: #5b9a68;
border-color: #5b9a68;
}
a[class*=fa-].fa-play:hover{
color: #5acdbd;
border-color: #5acdbd;
}
a[class*=fa-].fa-zerply:hover{
color: #9dbc7a;
border-color: #9dbc7a;
}
a[class*=fa-].fa-wikipedia:hover{
color: #000;
border-color: #000;
}
a[class*=fa-].fa-apple:hover{
color: #b9bfc1;
border-color: #b9bfc1;
}
a[class*=fa-].fa-flattr:hover{
color: #f67c1a;
border-color: #f67c1a;
}
a[class*=fa-].fa-github:hover{
color: #221e1b;
border-color: #221e1b;
}
a[class*=fa-].fa-chimein:hover{
color: #888688;
border-color: #888688;
}
a[class*=fa-].fa-friendfeed:hover{
color: #2f72c4;
border-color: #2f72c4;
}
a[class*=fa-].fa-newsvine:hover{
color: #075b2f;
border-color: #075b2f;
}
a[class*=fa-].fa-identica:hover{
color: #000;
border-color: #000;
}
a[class*=fa-].fa-bebo:hover{
color: #ef1011;
border-color: #ef1011;
}
a[class*=fa-].fa-zynga:hover{
color: #dc0606;
border-color: #dc0606;
}
a[class*=fa-].fa-steam:hover{
color: #8f8d8a;
border-color: #8f8d8a;
}
a[class*=fa-].fa-xbox:hover{
color: #92c83e;
border-color: #92c83e;
}
a[class*=fa-].fa-windows:hover{
color: #00bdf6;
border-color: #00bdf6;
}
a[class*=fa-].fa-outlook:hover{
color: #0072c6;
border-color: #0072c6;
}
a[class*=fa-].fa-coderwall:hover{
color: #3e8dcc;
border-color: #3e8dcc;
}
a[class*=fa-].fa-tripadvisor:hover{
color: #000;
border-color: #000;
}
a[class*=fa-].fa-appnet:hover{
color: #494949;
border-color: #494949;
}
a[class*=fa-].fa-goodreads:hover{
color: #1abc9c;
border-color: #1abc9c;
}
a[class*=fa-].fa-tripit:hover{
color: #1982c3;
border-color: #1982c3;
}
a[class*=fa-].fa-lanyrd:hover{
color: #3c80c9;
border-color: #3c80c9;
}
a[class*=fa-].fa-slideshare:hover{
color: #4ba3a6;
border-color: #4ba3a6;
}
a[class*=fa-].fa-buffer:hover{
color: #000;
border-color: #000;
}
a[class*=fa-].fa-rss:hover{
color: #f26109;
border-color: #f26109;
}
a[class*=fa-].fa-vkontakte:hover{
color: #5a7fa6;
border-color: #5a7fa6;
}
a[class*=fa-].fa-disqus:hover{
color: #2e9fff;
border-color: #2e9fff;
}
a[class*=fa-].fa-houzz:hover{
color: #7cc04b;
border-color: #7cc04b;
}
a[class*=fa-].fa-mail:hover{
color: #000;
border-color: #000;
}
a[class*=fa-].fa-patreon:hover{
color: #e44727;
border-color: #e44727;
}
a[class*=fa-].fa-paypal:hover{
color: #009cde;
border-color: #009cde;
}
a[class*=fa-].fa-playstation:hover{
color: #000;
border-color: #000;
}
a[class*=fa-].fa-smugmug:hover{
color: #acfd32;
border-color: #acfd32;
}
a[class*=fa-].fa-swarm:hover{
color: #fc9d3c;
border-color: #fc9d3c;
}
a[class*=fa-].fa-triplej:hover{
color: #e53531;
border-color: #e53531;
}
a[class*=fa-].fa-yammer:hover{
color: #1175c4;
border-color: #1175c4;
}
a[class*=fa-].fa-stackoverflow:hover{
color: #fd9827;
border-color: #fd9827;
}
a[class*=fa-].fa-drupal:hover{
color: #00598e;
border-color: #00598e;
}
a[class*=fa-].fa-odnoklassniki:hover{
color: #f48420;
border-color: #f48420;
}
a[class*=fa-].fa-android:hover{
color: #8ec047;
border-color: #8ec047;
}
a[class*=fa-].fa-meetup:hover{
color: #e2373c;
border-color: #e2373c;
}
a[class*=fa-].fa-persona:hover{
color: #e6753d;
border-color: #e6753d;
}
a[class*=fa-].fa-amazon:hover{
color: #f90;
border-color: #f90;
}
a[class*=fa-].fa-ello:hover{
color: #000;
border-color: #000;
}
a[class*=fa-].fa-mixcloud:hover{
color: #314359;
border-color: #314359;
}
a[class*=fa-].fa-8tracks:hover{
color: #122c4b;
border-color: #122c4b;
}
a[class*=fa-].fa-twitch:hover{
color: #6441a5;
border-color: #6441a5;
}
a[class*=fa-].fa-airbnb:hover{
color: #ff5a5f;
border-color: #ff5a5f;
}
a[class*=fa-].fa-pocket:hover{
color: #ed4055;
border-color: #ed4055;
}
.color-bg-icon{
color: #fff;
}
.color-bg-icon.fa-twitter,
a.fa-twitter.bg-icon:hover,
.fa-twitter.color-icon.border-icon:hover{
background-color: #00abef;
}
.color-bg-icon.fa-telegram,
a.fa-telegram.bg-icon:hover,
.fa-telegram.color-icon.border-icon:hover{
background-color: #08c;
}
.color-bg-icon.fa-facebook,
a.fa-facebook.bg-icon:hover,
.fa-facebook.color-icon.border-icon:hover{
background-color: #507cbe;
}
.color-bg-icon.fa-google,
a.fa-google.bg-icon:hover,
.fa-google.color-icon.border-icon:hover{
background-color: #d93e2d;
}
.color-bg-icon.fa-pinterest,
a.fa-pinterest.bg-icon:hover,
.fa-pinterest.color-icon.border-icon:hover{
background-color: #c92619;
}
.color-bg-icon.fa-foursquare,
a.fa-foursquare.bg-icon:hover,
.fa-foursquare.color-icon.border-icon:hover{
background-color: #23b7e0;
}
.color-bg-icon.fa-yahoo,
a.fa-yahoo.bg-icon:hover,
.fa-yahoo.color-icon.border-icon:hover{
background-color: #6e2a85;
}
.color-bg-icon.fa-skype,
a.fa-skype.bg-icon:hover,
.fa-skype.color-icon.border-icon:hover{
background-color: #28abe3;
}
.color-bg-icon.fa-yelp,
a.fa-yelp.bg-icon:hover,
.fa-yelp.color-icon.border-icon:hover{
background-color: #c83218;
}
.color-bg-icon.fa-feedburner,
a.fa-feedburner.bg-icon:hover,
.fa-feedburner.color-icon.border-icon:hover{
background-color: #fc0;
}
.color-bg-icon.fa-linkedin,
a.fa-linkedin.bg-icon:hover,
.fa-linkedin.color-icon.border-icon:hover{
background-color: #3371b7;
}
.color-bg-icon.fa-viadeo,
a.fa-viadeo.bg-icon:hover,
.fa-viadeo.color-icon.border-icon:hover{
background-color: #e4a000;
}
.color-bg-icon.fa-xing,
a.fa-xing.bg-icon:hover,
.fa-xing.color-icon.border-icon:hover{
background-color: #005a60;
}
.color-bg-icon.fa-myspace,
a.fa-myspace.bg-icon:hover,
.fa-myspace.color-icon.border-icon:hover{
background-color: #323232;
}
.color-bg-icon.fa-soundcloud,
a.fa-soundcloud.bg-icon:hover,
.fa-soundcloud.color-icon.border-icon:hover{
background-color: #fe3801;
}
.color-bg-icon.fa-spotify,
a.fa-spotify.bg-icon:hover,
.fa-spotify.color-icon.border-icon:hover{
background-color: #7bb342;
}
.color-bg-icon.fa-grooveshark,
a.fa-grooveshark.bg-icon:hover,
.fa-grooveshark.color-icon.border-icon:hover{
background-color: #f67e03;
}
.color-bg-icon.fa-lastfm,
a.fa-lastfm.bg-icon:hover,
.fa-lastfm.color-icon.border-icon:hover{
background-color: #d41316;
}
.color-bg-icon.fa-youtube,
a.fa-youtube.bg-icon:hover,
.fa-youtube.color-icon.border-icon:hover{
background-color: #d12121;
}
.color-bg-icon.fa-vimeo,
a.fa-vimeo.bg-icon:hover,
.fa-vimeo.color-icon.border-icon:hover{
background-color: #51b5e7;
}
.color-bg-icon.fa-dailymotion,
a.fa-dailymotion.bg-icon:hover,
.fa-dailymotion.color-icon.border-icon:hover{
background-color: #004e72;
}
.color-bg-icon.fa-vine,
a.fa-vine.bg-icon:hover,
.fa-vine.color-icon.border-icon:hover{
background-color: #00b389;
}
.color-bg-icon.fa-flickr,
a.fa-flickr.bg-icon:hover,
.fa-flickr.color-icon.border-icon:hover{
background-color: #0062dd;
}
.color-bg-icon.fa-500px,
a.fa-500px.bg-icon:hover,
.fa-500px.color-icon.border-icon:hover{
background-color: #58a9de;
}
.color-bg-icon.fa-instagram,
a.fa-instagram.bg-icon:hover,
.fa-instagram.color-icon.border-icon:hover{
background-color: #e4405f;
}
.color-bg-icon.fa-wordpress,
a.fa-wordpress.bg-icon:hover,
.fa-wordpress.color-icon.border-icon:hover{
background-color: #464646;
}
.color-bg-icon.fa-tumblr,
a.fa-tumblr.bg-icon:hover,
.fa-tumblr.color-icon.border-icon:hover{
background-color: #45556c;
}
.color-bg-icon.fa-blogger,
a.fa-blogger.bg-icon:hover,
.fa-blogger.color-icon.border-icon:hover{
background-color: #ec661c;
}
.color-bg-icon.fa-technorati,
a.fa-technorati.bg-icon:hover,
.fa-technorati.color-icon.border-icon:hover{
background-color: #5cb030;
}
.color-bg-icon.fa-reddit,
a.fa-reddit.bg-icon:hover,
.fa-reddit.color-icon.border-icon:hover{
background-color: #e74a1e;
}
.color-bg-icon.fa-dribbble,
a.fa-dribbble.bg-icon:hover,
.fa-dribbble.color-icon.border-icon:hover{
background-color: #e84d88;
}
.color-bg-icon.fa-stumbleupon,
a.fa-stumbleupon.bg-icon:hover,
.fa-stumbleupon.color-icon.border-icon:hover{
background-color: #e64011;
}
.color-bg-icon.fa-digg,
a.fa-digg.bg-icon:hover,
.fa-digg.color-icon.border-icon:hover{
background-color: #1d1d1b;
}
.color-bg-icon.fa-envato,
a.fa-envato.bg-icon:hover,
.fa-envato.color-icon.border-icon:hover{
background-color: #597c3a;
}
.color-bg-icon.fa-behance,
a.fa-behance.bg-icon:hover,
.fa-behance.color-icon.border-icon:hover{
background-color: #007eff;
}
.color-bg-icon.fa-delicious,
a.fa-delicious.bg-icon:hover,
.fa-delicious.color-icon.border-icon:hover{
background-color: #31a9ff;
}
.color-bg-icon.fa-deviantart,
a.fa-deviantart.bg-icon:hover,
.fa-deviantart.color-icon.border-icon:hover{
background-color: #c5d200;
}
.color-bg-icon.fa-forrst,
a.fa-forrst.bg-icon:hover,
.fa-forrst.color-icon.border-icon:hover{
background-color: #5b9a68;
}
.color-bg-icon.fa-play,
a.fa-play.bg-icon:hover,
.fa-play.color-icon.border-icon:hover{
background-color: #5acdbd;
}
.color-bg-icon.fa-zerply,
a.fa-zerply.bg-icon:hover,
.fa-zerply.color-icon.border-icon:hover{
background-color: #9dbc7a;
}
.color-bg-icon.fa-wikipedia,
a.fa-wikipedia.bg-icon:hover,
.fa-wikipedia.color-icon.border-icon:hover{
background-color: #000;
}
.color-bg-icon.fa-apple,
a.fa-apple.bg-icon:hover,
.fa-apple.color-icon.border-icon:hover{
background-color: #b9bfc1;
}
.color-bg-icon.fa-flattr,
a.fa-flattr.bg-icon:hover,
.fa-flattr.color-icon.border-icon:hover{
background-color: #f67c1a;
}
.color-bg-icon.fa-github,
a.fa-github.bg-icon:hover,
.fa-github.color-icon.border-icon:hover{
background-color: #221e1b;
}
.color-bg-icon.fa-chimein,
a.fa-chimein.bg-icon:hover,
.fa-chimein.color-icon.border-icon:hover{
background-color: #888688;
}
.color-bg-icon.fa-friendfeed,
a.fa-friendfeed.bg-icon:hover,
.fa-friendfeed.color-icon.border-icon:hover{
background-color: #2f72c4;
}
.color-bg-icon.fa-newsvine,
a.fa-newsvine.bg-icon:hover,
.fa-newsvine.color-icon.border-icon:hover{
background-color: #075b2f;
}
.color-bg-icon.fa-identica,
a.fa-identica.bg-icon:hover,
.fa-identica.color-icon.border-icon:hover{
background-color: #000;
}
.color-bg-icon.fa-bebo,
a.fa-bebo.bg-icon:hover,
.fa-bebo.color-icon.border-icon:hover{
background-color: #ef1011;
}
.color-bg-icon.fa-zynga,
a.fa-zynga.bg-icon:hover,
.fa-zynga.color-icon.border-icon:hover{
background-color: #dc0606;
}
.color-bg-icon.fa-steam,
a.fa-steam.bg-icon:hover,
.fa-steam.color-icon.border-icon:hover{
background-color: #8f8d8a;
}
.color-bg-icon.fa-xbox,
a.fa-xbox.bg-icon:hover,
.fa-xbox.color-icon.border-icon:hover{
background-color: #92c83e;
}
.color-bg-icon.fa-windows,
a.fa-windows.bg-icon:hover,
.fa-windows.color-icon.border-icon:hover{
background-color: #00bdf6;
}
.color-bg-icon.fa-outlook,
a.fa-outlook.bg-icon:hover,
.fa-outlook.color-icon.border-icon:hover{
background-color: #0072c6;
}
.color-bg-icon.fa-coderwall,
a.fa-coderwall.bg-icon:hover,
.fa-coderwall.color-icon.border-icon:hover{
background-color: #3e8dcc;
}
.color-bg-icon.fa-tripadvisor,
a.fa-tripadvisor.bg-icon:hover,
.fa-tripadvisor.color-icon.border-icon:hover{
background-color: #000;
}
.color-bg-icon.fa-appnet,
a.fa-appnet.bg-icon:hover,
.fa-appnet.color-icon.border-icon:hover{
background-color: #494949;
}
.color-bg-icon.fa-goodreads,
a.fa-goodreads.bg-icon:hover,
.fa-goodreads.color-icon.border-icon:hover{
background-color: #1abc9c;
}
.color-bg-icon.fa-tripit,
a.fa-tripit.bg-icon:hover,
.fa-tripit.color-icon.border-icon:hover{
background-color: #1982c3;
}
.color-bg-icon.fa-lanyrd,
a.fa-lanyrd.bg-icon:hover,
.fa-lanyrd.color-icon.border-icon:hover{
background-color: #3c80c9;
}
.color-bg-icon.fa-slideshare,
a.fa-slideshare.bg-icon:hover,
.fa-slideshare.color-icon.border-icon:hover{
background-color: #4ba3a6;
}
.color-bg-icon.fa-buffer,
a.fa-buffer.bg-icon:hover,
.fa-buffer.color-icon.border-icon:hover{
background-color: #000;
}
.color-bg-icon.fa-rss,
a.fa-rss.bg-icon:hover,
.fa-rss.color-icon.border-icon:hover{
background-color: #f26109;
}
.color-bg-icon.fa-vkontakte,
a.fa-vkontakte.bg-icon:hover,
.fa-vkontakte.color-icon.border-icon:hover{
background-color: #5a7fa6;
}
.color-bg-icon.fa-disqus,
a.fa-disqus.bg-icon:hover,
.fa-disqus.color-icon.border-icon:hover{
background-color: #2e9fff;
}
.color-bg-icon.fa-houzz,
a.fa-houzz.bg-icon:hover,
.fa-houzz.color-icon.border-icon:hover{
background-color: #7cc04b;
}
.color-bg-icon.fa-mail,
a.fa-mail.bg-icon:hover,
.fa-mail.color-icon.border-icon:hover{
background-color: #000;
}
.color-bg-icon.fa-patreon,
a.fa-patreon.bg-icon:hover,
.fa-patreon.color-icon.border-icon:hover{
background-color: #e44727;
}
.color-bg-icon.fa-paypal,
a.fa-paypal.bg-icon:hover,
.fa-paypal.color-icon.border-icon:hover{
background-color: #009cde;
}
.color-bg-icon.fa-playstation,
a.fa-playstation.bg-icon:hover,
.fa-playstation.color-icon.border-icon:hover{
background-color: #000;
}
.color-bg-icon.fa-smugmug,
a.fa-smugmug.bg-icon:hover,
.fa-smugmug.color-icon.border-icon:hover{
background-color: #acfd32;
}
.color-bg-icon.fa-swarm,
a.fa-swarm.bg-icon:hover,
.fa-swarm.color-icon.border-icon:hover{
background-color: #fc9d3c;
}
.color-bg-icon.fa-triplej,
a.fa-triplej.bg-icon:hover,
.fa-triplej.color-icon.border-icon:hover{
background-color: #e53531;
}
.color-bg-icon.fa-yammer,
a.fa-yammer.bg-icon:hover,
.fa-yammer.color-icon.border-icon:hover{
background-color: #1175c4;
}
.color-bg-icon.fa-stackoverflow,
a.fa-stackoverflow.bg-icon:hover,
.fa-stackoverflow.color-icon.border-icon:hover{
background-color: #fd9827;
}
.color-bg-icon.fa-drupal,
a.fa-drupal.bg-icon:hover,
.fa-drupal.color-icon.border-icon:hover{
background-color: #00598e;
}
.color-bg-icon.fa-odnoklassniki,
a.fa-odnoklassniki.bg-icon:hover,
.fa-odnoklassniki.color-icon.border-icon:hover{
background-color: #f48420;
}
.color-bg-icon.fa-android,
a.fa-android.bg-icon:hover,
.fa-android.color-icon.border-icon:hover{
background-color: #8ec047;
}
.color-bg-icon.fa-meetup,
a.fa-meetup.bg-icon:hover,
.fa-meetup.color-icon.border-icon:hover{
background-color: #e2373c;
}
.color-bg-icon.fa-persona,
a.fa-persona.bg-icon:hover,
.fa-persona.color-icon.border-icon:hover{
background-color: #e6753d;
}
.color-bg-icon.fa-amazon,
a.fa-amazon.bg-icon:hover,
.fa-amazon.color-icon.border-icon:hover{
background-color: #f90;
}
.color-bg-icon.fa-ello,
a.fa-ello.bg-icon:hover,
.fa-ello.color-icon.border-icon:hover{
background-color: #000;
}
.color-bg-icon.fa-mixcloud,
a.fa-mixcloud.bg-icon:hover,
.fa-mixcloud.color-icon.border-icon:hover{
background-color: #314359;
}
.color-bg-icon.fa-8tracks,
a.fa-8tracks.bg-icon:hover,
.fa-8tracks.color-icon.border-icon:hover{
background-color: #122c4b;
}
.color-bg-icon.fa-twitch,
a.fa-twitch.bg-icon:hover,
.fa-twitch.color-icon.border-icon:hover{
background-color: #6441a5;
}
.color-bg-icon.fa-airbnb,
a.fa-airbnb.bg-icon:hover,
.fa-airbnb.color-icon.border-icon:hover{
background-color: #ff5a5f;
}
.color-bg-icon.fa-pocket,
a.fa-pocket.bg-icon:hover,
.fa-pocket.color-icon.border-icon:hover{
background-color: #ed4055;
}
a.social-icon{
color: var(--colorFont);
}
a.border-icon{
border: 1px solid rgba(0, 0, 0, .1);
padding: 11px 13px;
margin-bottom: 4px;
border-radius: 3px;
}
a.border-icon:before{
font-size: 12px;
line-height: 16px;
}
a.bg-icon{
color: var(--colorLight);
background-color: var(--colorFont);
padding: 11px 13px 12px;
margin-bottom: 4px;
}
a.bg-icon:before{
font-size: 12px;
line-height: 16px;
}
a.social-icon.color-icon:hover{
color: var(--colorDarkGrey);
}
a.social-icon.bg-icon:hover{
color: var(--colorLight);
}
a.color-bg-icon{
color: var(--colorLight);
background-color: var(--colorDarkGrey);
margin-bottom: 4px;
padding: 11px 13px 12px;
}
a.color-bg-icon:before{
font-size: 12px;
line-height: 16px;
}
a.social-icon.color-bg-icon:hover{
background-color: var(--colorBackground);
}
a.color-icon:hover{
color: var(--colorDarkGrey);
}
a.color-icon.border-icon:hover{
color: var(--colorLight);
background-color: var(--colorMain);
border-color: rgba(0, 0, 0, 0);
}
.demo-icon{
display: inline-block;
text-align: center;
border-bottom: 1px solid var(--colorBorder);
padding: 15px 20px 30px;
margin-bottom: 30px;
}
.demo-icon span{
display: block;
}
.demo-icon .name{
font-size: 1.01em;
font-weight: 700;
}
.demo-icon a[class*=fa-]{
margin: 10px 0 0;
}
.demo-icon a[class*=fa-]:before{
font-size: 24px;
}
[class*=fa-].text-icon:before{
display: none;
}
#tribe-events,
#tribe-events-pg-template,
.tribe-events-pg-template{
padding: 0;
}
h2.tribe-events-list-separator-month,
#tribe-events-header,
.tribe-events-title-bar,
#tribe-events-footer,
.tribe-events-ical.tribe-events-button{
display: none !important;
}
.tribe-events-list .type-tribe_events,
.tribe-events-loop .type-tribe_events.tribe-events-last,
.tribe-events-list .type-tribe_events.tribe-events-first{
border: 2px solid var(--colorBorder);
display: block;
border-radius: 5px;
padding: 0;
}
@media (max-width: 768px) {
.tribe-events-list .type-tribe_events,
.tribe-events-loop .type-tribe_events.tribe-events-last,
.tribe-events-list .type-tribe_events.tribe-events-first{
max-width: 470px;
margin: 0 auto;
}
}
#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p{
display: inline;
}
.tribe-events-loop .type-tribe_events.tribe-events-first,
.tribe-events-loop .type-tribe_events,
.tribe-events-list .type-tribe_events.tribe-events-first,
.tribe-events-list .type-tribe_events{
margin-bottom: 20px;
}
.tribe-events-loop .type-tribe_events.tribe-events-last,
.tribe-events-list .type-tribe_events.tribe-events-last{
margin-bottom: 0;
}
.wp-block-group.d-flex .wp-block-group__inner-container{
display: flex;
flex-direction: column;
justify-content: center;
}
#tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-list-event-title{
font-size: 20px;
color: var(--colorMain3);
}
#tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-list-event-title:hover{
color: var(--colorMain2);
}
#tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-meta{
line-height: 1;
margin: 0;
margin-bottom: 20px;
}
#tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-meta .tribe-event-date-end{
display: none;
}
#tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-event-cost span{
border: 1px solid var(--colorBorder);
border-radius: 3px;
}
#tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-content{
padding: 0;
}
#tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-content p{
line-height: 24px !important;
}
#tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-content a.tribe-events-read-more{
color: var(--colorMain2);
font-weight: 700;
}
#tribe-events-content .tribe-events-loop .type-tribe_events .tribe-events-content a.tribe-events-read-more:hover{
color: var(--colorMain3);
}
#tribe-events-content .tribe-events-loop .type-tribe_events:nth-child(even) .highlight2{
color: var(--colorMain);
}
#tribe-events-content .tribe-events-loop .type-tribe_events:nth-child(even) .tribe-events-list-event-title:hover{
color: var(--colorMain);
}
#tribe-events-content .tribe-events-loop .type-tribe_events:nth-child(even) .tribe-events-content a.tribe-events-read-more{
color: var(--colorMain);
}
#tribe-events-content .tribe-events-loop .type-tribe_events:nth-child(even) .tribe-events-content a.tribe-events-read-more:hover{
color: var(--colorMain3);
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image{
width: 100%;
float: none;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image a img{
border-radius: 5px 0 0 5px;
display: block;
}
@media (min-width: 768px) {
.tribe-events-list .tribe-events-loop .tribe-events-event-image{
width: 41.66666667%;
float: left;
margin: -2px;
}
}
@media (max-width: 768px) {
.tribe-events-loop .tribe-events-content{
float: none;
}
}
.type-tribe_events .item-content{
padding: 20px;
float: none;
width: 100%;
}
@media (min-width: 400px) {
.type-tribe_events .item-content{
padding: 35px;
}
}
@media (min-width: 768px) {
.type-tribe_events .item-content{
width: 58.33333333%;
float: left;
}
}
.type-tribe_events .item-content .tribe-events-venue-details .tribe-address{
display: none;
}
.type-tribe_events .item-content .tribe-events-event-meta{
font-size: 12px;
}
.type-tribe_events .item-content .tribe-events-event-meta .author.location{
display: flex;
justify-content: space-between;
align-items: center;
}
.type-tribe_events .item-content .tribe-events-event-meta .author.location .tribe-events-venue-details{
margin: 0;
}
@media (max-width: 768px) {
.tribe-events-loop .tribe-events-event-meta{
background: rgba(0, 0, 0, 0);
border: none;
padding: 0;
}
.tribe-events-list .time-details,
.tribe-events-list .tribe-event-schedule-details{
padding: 0;
}
.tribe-events-list .tribe-events-venue-details{
border: none;
padding: 0;
}
.tribe-events-list .tribe-events-event-image img{
max-height: 470px;
}
}
.tribe-events-back,
h1.tribe-events-single-event-title{
display: none;
}
#tribe-events-content .tribe_events.type-tribe_events{
border: 1px solid var(--colorBorder);
border-radius: 5px;
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-events-event-image{
margin: -1px;
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-events-event-image img{
border-radius: 5px 5px 0 0;
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-events-schedule__datetime{
margin-bottom: 10px;
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-events-schedule__datetime span{
font-size: 16px;
color: var(--colorDarkGrey);
}
#tribe-events-content .tribe_events.type-tribe_events .item-content{
width: 100%;
float: none;
}
#tribe-events-content .tribe_events.type-tribe_events .item-content .tribe-block.tribe-block__venue.tribe-block__venue--has-map{
display: flex;
flex-direction: column-reverse;
}
#tribe-events-content .tribe_events.type-tribe_events .item-content .tribe-block.tribe-block__venue.tribe-block__venue--has-map > div{
width: 100%;
flex-basis: 100%;
}
#tribe-events-content .tribe_events.type-tribe_events .item-content .tribe-block.tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map{
margin-bottom: 20px;
}
#tribe-events-content .tribe_events.type-tribe_events .item-content .tribe-block.tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__name{
font-size: 20px;
}
#tribe-events-content .tribe_events.type-tribe_events .flex-wrap .wp-block-group__inner-container{
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: nowrap;
}
@media (max-width: 767px) {
#tribe-events-content .tribe_events.type-tribe_events .flex-wrap .wp-block-group__inner-container{
flex-wrap: wrap;
}
}
#tribe-events-content .tribe_events.type-tribe_events .flex-wrap .wp-block-group__inner-container .tribe-block.tribe-block__events-link{
width: 50%;
justify-content: end;
}
@media (max-width: 767px) {
#tribe-events-content .tribe_events.type-tribe_events .flex-wrap .wp-block-group__inner-container .tribe-block.tribe-block__events-link{
width: 100%;
justify-content: start;
margin: 4px 0 16px;
}
}
#tribe-events-content .tribe_events.type-tribe_events .flex-wrap .wp-block-group__inner-container .tribe-events-event-meta{
width: 50%;
}
@media (max-width: 767px) {
#tribe-events-content .tribe_events.type-tribe_events .flex-wrap .wp-block-group__inner-container .tribe-events-event-meta{
width: 100%;
}
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-events-event-meta{
background-color: rgba(0, 0, 0, 0);
border: none;
padding: 0;
margin: 0;
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-events-event-meta .column,
#tribe-events-content .tribe_events.type-tribe_events .tribe-events-event-meta .tribe-events-meta-group{
padding: 0;
width: 100%;
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-events-event-meta .tribe-events-meta-group-details{
padding: 0;
width: 100%;
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-events-event-meta h3.tribe-events-single-section-title{
display: none;
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-events-event-meta dl{
font-size: 16px;
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-events-event-meta dl dt{
color: var(--colorDarkGrey);
display: block;
float: left;
line-height: 24px;
margin-right: 4px;
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-events-event-meta dl dd{
line-height: 24px;
display: block;
margin: 0;
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-events-event-meta dl dd abbr[title]{
text-decoration: none;
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-block.tribe-block__events-link .tribe-block__events-gcal a,
#tribe-events-content .tribe_events.type-tribe_events .tribe-block.tribe-block__events-link .tribe-block__events-ical a{
align-items: baseline;
background-color: var(--colorMain2);
border: 2px solid var(--colorMain2);
border-radius: 5px;
color: var(--colorLight);
display: inline-block;
font-size: 14px;
font-weight: 500;
line-height: 1;
margin-top: 0;
margin-bottom: 4px;
margin-right: 5px;
padding: 3px 5px 2px;
position: relative;
text-align: center;
min-width: auto;
min-height: 0;
transition: all .4s linear 0s;
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-block.tribe-block__events-link .tribe-block__events-gcal a img,
#tribe-events-content .tribe_events.type-tribe_events .tribe-block.tribe-block__events-link .tribe-block__events-ical a img{
display: none;
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-block.tribe-block__events-link .tribe-block__events-gcal a:hover,
#tribe-events-content .tribe_events.type-tribe_events .tribe-block.tribe-block__events-link .tribe-block__events-ical a:hover{
background-color: rgba(0, 0, 0, 0);
color: var(--colorMain2);
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-block.tribe-block__events-link .tribe-block__events-ical a{
background-color: var(--colorDarkGrey);
border: 2px solid var(--colorDarkGrey);
}
#tribe-events-content .tribe_events.type-tribe_events .tribe-block.tribe-block__events-link .tribe-block__events-ical a:hover{
background-color: rgba(0, 0, 0, 0);
color: var(--colorDarkGrey);
}
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__phone,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__website{
font-size: 16px;
color: var(--colorFont);
line-height: 24px;
}
.slider-topline{
padding-top: 15px;
padding-bottom: 15px;
overflow: hidden;
}
@media (min-width: 1200px) {
.slider-topline{
position: absolute;
z-index: 3;
right: 0;
left: 0;
}
}
.slider-topline .slider-topline-wrap{
display: flex;
justify-content: space-between;
}
@media (max-width: 991px) {
.slider-topline .slider-topline-wrap{
flex-wrap: wrap;
justify-content: center;
}
}
@media (max-width: 767px) {
.slider-topline .slider-topline-wrap .inline-teasers-wrap{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
}
.slider-topline .slider-topline-wrap .inline-teasers-wrap .icon-inline{
margin-right: 26px;
margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px) {
.slider-topline .slider-topline-wrap .inline-teasers-wrap .icon-inline{
min-width: 270px;
}
}
.slider-topline .slider-topline-wrap .inline-teasers-wrap .icon-inline .svg-icon{
width: 60px;
height: 60px;
line-height: 60px;
padding: 0;
text-align: center;
border: 2px solid var(--colorMain);
border-radius: 50%;
font-size: 14px;
transition: all .2s ease-in-out 0s;
}
.slider-topline .slider-topline-wrap .inline-teasers-wrap .icon-inline .svg-icon:hover{
-webkit-animation: scaleDisappear .5s;
animation: scaleDisappear .5s;
}
@keyframes scaleDisappear {
0%{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
60%{
opacity: 0;
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
100%{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.slider-topline .slider-topline-wrap .inline-teasers-wrap .icon-inline .body .title{
font-size: 14px;
font-weight: 500;
line-height: 1;
margin: 0;
}
.slider-topline .slider-topline-wrap .inline-teasers-wrap .icon-inline .body .text{
font-size: 14px;
font-weight: 300;
line-height: 1.2;
color: #cbcbcb;
}
.slider-topline .slider-topline-button{
display: flex;
align-items: center;
}
.slider-topline .slider-topline-button .theme_button{
margin: 0;
}
.header-absolute-wrap + .page_slider.intro_section .slide_description_wrapper{
padding-top: 80px;
}
.page_slider.intro_section{
position: relative;
position: relative;
clear: both;
}
.page_slider.intro_section .animated{
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.page_slider.intro_section .animated.hinge{
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.page_slider.intro_section .pullUp{
animation-name: pullUp;
-webkit-animation-name: pullUp;
animation-duration: 1.1s;
-webkit-animation-duration: 1.1s;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-webkit-transform-origin: 50% 100%;
}
.page_slider.intro_section .delay-2s{
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.page_slider.intro_section .delay-3s{
-webkit-animation-delay: .3s;
animation-delay: .3s;
}
.page_slider.intro_section .delay-4s{
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
@keyframes pullUp {
0%{
-webkit-transform: scaleY(0.1);
transform: scaleY(0.1);
opacity: 0;
}
40%{
-webkit-transform: scaleY(1.02);
transform: scaleY(1.02);
}
60%{
-webkit-transform: scaleY(0.98);
transform: scaleY(0.98);
}
80%{
-webkit-transform: scaleY(1.01);
transform: scaleY(1.01);
}
100%{
-webkit-transform: scaleY(0.98);
transform: scaleY(0.98);
opacity: 1;
}
80%{
-webkit-transform: scaleY(1.01);
transform: scaleY(1.01);
}
100%{
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@-webkit-keyframes pullUp {
0%{
-webkit-transform: scaleY(0.1);
opacity: 0;
}
40%{
-webkit-transform: scaleY(1.02);
}
60%{
-webkit-transform: scaleY(0.98);
}
80%{
-webkit-transform: scaleY(1.01);
}
100%{
-webkit-transform: scaleY(0.98);
opacity: 1;
}
80%{
-webkit-transform: scaleY(1.01);
}
100%{
-webkit-transform: scaleY(1);
}
}
.page_slider.intro_section .flexslider .slides > li{
position: relative;
}
.page_slider.intro_section li .slide-top-heading{
font-weight: 400;
margin-bottom: 0;
font-size: 35px;
text-transform: uppercase;
}
@media (min-width: 768px) {
.page_slider.intro_section li .slide-top-heading{
font-size: 50px;
}
}
@media (min-width: 992px) {
.page_slider.intro_section li .slide-top-heading{
font-size: 90px;
}
}
@media (min-width: 1200px) {
.page_slider.intro_section li .slide-top-heading{
font-size: 150px;
}
}
.page_slider.intro_section li .dotted_divider{
background-image: -webkit-repeating-radial-gradient(center center, var(--colorLight), var(--colorLight) 2px, transparent 2px, transparent 100%);
background-color: rgba(0, 0, 0, 0);
max-width: 40%;
background-size: 16px 16px;
margin: 4% auto;
margin-left: 0 !important;
height: 4px;
background-position: center;
}
.page_slider.intro_section li.text-right .dotted_divider{
margin-right: 0 !important;
margin-left: auto !important;
}
.page_slider.intro_section li.text-center .dotted_divider{
margin-left: auto !important;
}
.page_slider.intro_section li.l .dotted_divider{
background-image: -webkit-repeating-radial-gradient(center center, var(--colorDarkGrey), var(--colorDarkGrey) 2px, transparent 2px, transparent 100%);
}
.page_slider.intro_section li .slide-heading{
font-size: 25px;
}
@media (min-width: 1200px) {
.page_slider.intro_section li .slide-heading{
font-size: 45px;
}
}
@media (min-width: 992px) {
.page_slider.intro_section li .slide-heading{
font-size: 35px;
}
}
.page_slider.intro_section li .slide-description{
font-weight: 300;
margin-bottom: 2em;
}
.page_slider.intro_section li .theme_button{
margin-top: 1em;
}
.page_slider.intro_section > img{
width: 100%;
}
.page_slider.intro_section.i{
color: var(--colorLight);
}
.page_slider.intro_section .slides > li{
position: relative;
overflow: hidden;
}
.page_slider.intro_section.i img{
opacity: .3;
}
.page_slider.intro_section .flexslider:before,
.page_slider.intro_section .flexslider:after{
content: "";
display: block;
clear: both;
}
.page_slider.intro_section .flexslider .intro-layer img{
width: auto;
display: inline-block;
}
.page_slider.intro_section .flexslider li img{
min-height: 100vh;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
@media (max-width: 1199px) {
.page_slider.intro_section .flexslider li img{
min-height: 600px;
}
}
@media (max-width: 767px) {
.page_slider.intro_section .flexslider li img{
min-height: 500px;
}
}
.page_slider.intro_section.blog_slider{
margin-bottom: 30px;
}
@media (min-width: 992px) {
.page_slider.intro_section.blog_slider{
margin-bottom: 70px;
}
.page_slider.intro_section.blog_slider .slides > li{
max-height: 600px;
}
}
.page_slider.intro_section.blog_slider img{
opacity: .2;
}
.page_slider.intro_section .flexslider .container,
.page_slider.intro_section img + .container{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.page_slider.intro_section [class*=col-]{
position: static;
min-height: 0;
}
.page_slider.intro_section .slide_description_wrapper{
bottom: 0;
font-size: 0;
height: 100%;
left: 0;
padding: 30px 0;
position: absolute;
right: 0;
top: 0;
z-index: 5;
display: block;
}
@media (min-width: 600px) {
.boxed .page_slider.intro_section .slide_description_wrapper{
padding-left: 60px;
padding-right: 60px;
}
}
@media (min-width: 992px) {
.page_slider.intro_section .slide_description_wrapper{
padding-right: 15px;
padding-left: 15px;
}
}
@media (max-width: 991px) {
.page_slider.intro_section .slide_description_wrapper{
text-align: center;
}
}
@media (max-width: 1350px) {
.page_slider.intro_section .slide_description_wrapper{
display: flex;
align-items: center;
justify-content: center;
}
}
.page_slider.intro_section .slide_description{
font-size: 16px;
}
@media (min-width: 992px) {
.page_slider.intro_section .slide_description{
font-size: 20px;
line-height: 30px;
}
}
.page_slider.intro_section .slide_description_wrapper:before,
.page_slider.intro_section .slide_description{
display: inline-block;
vertical-align: middle;
}
.page_slider.intro_section .slide_description_wrapper:before{
content: "";
display: inline-block;
width: 0;
height: 100%;
}
.page_slider.intro_section .slide_description_wrapper.slide_text_top:before{
vertical-align: top;
}
.page_slider.intro_section h2{
line-height: .8;
margin-bottom: .6em;
margin-top: .27em;
}
.page_slider.intro_section p{
margin-bottom: 3em;
}
.page_slider.intro_section .flex-control-nav{
position: absolute;
bottom: 25px;
}
.page_slider.intro_section .flex-control-nav.flex-control-paging li a{
border: 2px solid var(--colorLight);
}
.page_slider.intro_section .flex-control-nav.flex-control-paging li a.flex-active,
.page_slider.intro_section .flex-control-nav.flex-control-paging li a:hover{
background-color: var(--colorLight);
}
@media (min-width: 1450px) {
.page_slider.intro_section .flex-control-nav{
bottom: 8%;
}
}
@media (min-width: 992px) {
.page_slider.intro_section h2.slide-heading{
font-size: 40px;
line-height: 1;
}
}
@media (min-width: 1200px) {
.page_slider.intro_section h2.slide-heading{
font-size: 60px;
}
}
@media (min-width: 992px) {
.page_slider.intro_section h4.slide-pre-heading{
font-size: 40px;
}
}
@media (min-width: 1200px) {
.page_slider.intro_section h4.slide-pre-heading{
font-size: 60px;
}
}
@media (min-width: 992px) {
.page_slider.intro_section li .slide-description{
font-size: 18px;
}
}
@media (min-width: 1200px) {
.page_slider.intro_section li .slide-description{
font-size: 20px;
}
}
@media (min-width: 1450px) {
.page_slider.intro_section .slide_description_wrapper.slide_text_top{
padding-top: 130px;
}
.boxed .page_slider.intro_section .slide_description_wrapper.slide_text_top{
padding-top: 40px;
}
.page_slider.intro_section.blog_slider .slide_description_wrapper{
padding-top: 0;
}
}
.page_slider.intro_section .with_corner_border:before,
.page_slider.intro_section .with_corner_border:after,
.page_slider.intro_section .bottom_corners{
display: none;
}
@media (min-width: 640px) {
.page_slider.intro_section .with_corner_border:before,
.page_slider.intro_section .with_corner_border:after,
.page_slider.intro_section .bottom_corners{
display: block;
}
}
.with_padding{
padding: 10px;
}
@media (min-width: 400px) {
.with_padding{
padding: 35px;
}
}
@media (min-width: 1200px) {
.with_padding.big-padding,
.with_padding.huge-padding{
padding: 55px;
}
}
@media (min-width: 1600px) {
.with_padding.huge-padding{
padding: 70px 80px;
}
}
@media (max-width: 991px) {
.page_slider.intro_section .slide_description_wrapper{
padding: 0;
position: static;
}
}
@media (max-width: 991px) {
.page_slider.intro_section .slide_description{
display: inline-block;
margin: auto;
padding: 40px 0;
text-align: center;
}
}
@media (max-width: 991px) {
.page_slider.intro_section .flex-control-nav{
bottom: 20px;
}
}
@media (min-width: 1200px) {
.page_slider.intro_section .slide_description_wrapper{
padding-top: 140px;
}
}
.page_slider.intro_section .flexslider .flex-control-nav{
right: 0;
}
.page_slider.intro_section .flexslider .flex-direction-nav{
display: none !important;
opacity: 0;
transition: all .5s ease-in-out;
}
@media (min-width: 1600px) {
.page_slider.intro_section .flexslider .flex-direction-nav .flex-prev{
left: 30px;
}
.page_slider.intro_section .flexslider .flex-direction-nav .flex-next{
right: 30px;
}
}
.page_slider.intro_section .flexslider .flex-direction-nav .flex-prev,
.page_slider.intro_section .flexslider .flex-direction-nav .flex-next{
min-width: 70px;
min-height: 70px;
border-radius: 50%;
overflow: hidden;
background: rgba(0, 0, 0, .1);
}
.page_slider.intro_section .flexslider .flex-direction-nav .flex-prev::before,
.page_slider.intro_section .flexslider .flex-direction-nav .flex-next::before{
content: "";
display: inline-block;
position: relative;
top: calc(50% - 8px);
width: 12px;
height: 12px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #fff;
border-color: var(--colorLight);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
left: 4px;
transition: all .4s linear 0s;
}
.page_slider.intro_section .flexslider .flex-direction-nav .flex-prev:hover::before,
.page_slider.intro_section .flexslider .flex-direction-nav .flex-next:hover::before{
border-color: var(--colorMain);
}
.page_slider.intro_section .flexslider .flex-direction-nav .flex-next::before{
content: "";
display: inline-block;
position: relative;
top: calc(50% - 8px);
width: 12px;
height: 12px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #fff;
border-color: var(--colorLight);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: -2px;
}
@media (max-width: 767px) {
.page_slider.intro_section .flexslider .flex-direction-nav{
display: none;
}
}
.page_slider.intro_section .flexslider:hover .flex-direction-nav{
opacity: 1;
}
.scroll-icon{
visibility: visible !important;
position: absolute;
bottom: 9%;
left: 50%;
font-size: 15px;
text-transform: uppercase;
text-align: center;
z-index: 10;
-webkit-animation: intro-scroll .5s linear, floating 1.5s infinite;
animation: intro-scroll .5s linear, floating 1.5s infinite;
}
.scroll-icon .intro-scroll{
animation-name: intro-scroll;
-webkit-animation-name: intro-scroll;
animation-duration: .5s;
-webkit-animation-duration: .5s;
animation-iteration-count: linear;
-webkit-animation-iteration-count: linear;
}
@-webkit-keyframes intro-scroll {
0%{
bottom: 12%;
opacity: 0;
}
100%{
bottom: 9%;
opacity: 1;
}
}
@keyframes intro-scroll {
0%{
bottom: 12%;
opacity: 0;
}
100%{
bottom: 9%;
opacity: 1;
}
}
.scroll-icon .floating{
animation-name: floating;
-webkit-animation-name: floating;
animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
@keyframes floating {
0%{
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
50%{
-webkit-transform: translate(-50%, 8%);
transform: translate(-50%, 8%);
}
100%{
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
}
@-webkit-keyframes floating {
0%{
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
50%{
-webkit-transform: translate(-50%, 8%);
transform: translate(-50%, 8%);
}
100%{
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
}
.scroll-icon i{
font-size: 32px;
display: block;
margin: 0 auto 10px;
color: var(--colorDarkGrey);
}
.scroll-icon a{
color: var(--colorFont);
}
.scroll-icon a:hover{
color: var(--colorDarkGrey);
}
@media (max-width: 991px) {
.scroll-icon{
display: none;
}
}
button.gm-ui-hover-effect,
button.gm-control-active{
min-width: 0;
box-shadow: none;
}
.main-hover a:hover{
color: var(--colorMain) !important;
}
.darkgrey-hover a:hover{
color: var(--colorDarkGrey) !important;
}
.light-hover a:hover{
color: rgba(var(--colorLightRGB), 0.85) !important;
}
.hover-arrow-theme-style .swiper-slide .swiper-slide-inner::before{
background-color: rgba(48, 48, 48, .5);
bottom: 0;
content: "";
filter: alpha(opacity=0);
left: 0;
opacity: 1;
position: absolute;
right: 0;
top: 0;
transition: all .2s linear;
display: block;
width: 100%;
height: 100%;
border-radius: 5px;
border: none;
}
.hover-arrow-theme-style .swiper-slide .swiper-slide-inner:hover::before{
opacity: 0;
}
@media (min-width: 1200px) {
.hover-arrow-theme-style .elementor-swiper-button-prev,
.hover-arrow-theme-style .elementor-swiper-button-next{
width: 204px;
height: 136px;
align-items: center;
justify-content: center;
transition: all .2s ease-in-out 0s;
}
.hover-arrow-theme-style .elementor-swiper-button-prev:hover,
.hover-arrow-theme-style .elementor-swiper-button-next:hover{
color: var(--colorMain2) !important;
}
.hover-arrow-theme-style .elementor-swiper-button-prev{
left: 0 !important;
}
.hover-arrow-theme-style .elementor-swiper-button-next{
right: 0 !important;
}
}
.hover-arrow-theme-style.elementor-widget-image-carousel .swiper-container .swiper-slide figure{
line-height: 0 !important;
}
.title-hover:hover .elementor-image-box-title a{
color: var(--colorLight) !important;
}
@media (min-width: 400px) {
.img-top-margin .premium-carousel-template .elementor-widget-wrap.elementor-element-populated{
padding-top: 55px !important;
}
.img-top-margin .premium-carousel-template .premium-testimonial-img-wrapper.circle{
margin-top: -55px;
}
}
.logo-hover .swiper-slide-image{
opacity: .2;
transition: all .2s ease-in-out 0s;
}
.logo-hover .swiper-slide-image:hover{
opacity: 1;
}
form.wpcf7-form .input-wrap{
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
form.wpcf7-form .input-wrap > span,
form.wpcf7-form .input-wrap > div,
form.wpcf7-form .input-wrap > p{
width: 33.333%;
padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 991px) {
form.wpcf7-form .input-wrap > span,
form.wpcf7-form .input-wrap > div,
form.wpcf7-form .input-wrap > p{
width: 50%;
}
form.wpcf7-form .input-wrap > span:first-child,
form.wpcf7-form .input-wrap > div:first-child,
form.wpcf7-form .input-wrap > p:first-child{
width: 100%;
}
}
@media (max-width: 767px) {
form.wpcf7-form .input-wrap > span,
form.wpcf7-form .input-wrap > div,
form.wpcf7-form .input-wrap > p{
width: 100%;
}
}
.wpcf7 form .wpcf7-response-output{
margin-left: 0;
margin-right: 0;
background-color: var(--colorLight);
}
.elementor-column.media-links .elementor-widget-wrap:hover a img{
opacity: 1;
-webkit-filter: brightness(70%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
filter: brightness(70%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.elementor-column.border-top .elementor-widget-wrap a img{
border-radius: 5px 5px 0 0;
}
.border-top.elementor-widget-image a img{
border-radius: 5px 5px 0 0;
}
.acc-theme-style .elementor-accordion .elementor-accordion-item{
border: none !important;
}
.acc-theme-style .elementor-accordion .elementor-accordion-item .elementor-tab-title{
position: relative;
transition: all .15s ease-in-out 0s;
}
.acc-theme-style .elementor-accordion .elementor-accordion-item .elementor-tab-title::before{
content: "";
font-family: FontAwesome;
font-size: 14px;
padding-right: 16px;
color: var(--colorMain2);
}
.acc-theme-style .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active{
background-color: var(--colorMain2) !important;
}
.acc-theme-style .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover,
.acc-theme-style .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active{
background-color: var(--colorMain2) !important;
}
.acc-theme-style .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover .elementor-accordion-title,
.acc-theme-style .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover .elementor-accordion-icon .elementor-accordion-icon-closed svg,
.acc-theme-style .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover .elementor-accordion-icon .elementor-accordion-icon-opened svg,
.acc-theme-style .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover::before,
.acc-theme-style .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-title,
.acc-theme-style .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon .elementor-accordion-icon-closed svg,
.acc-theme-style .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon .elementor-accordion-icon-opened svg,
.acc-theme-style .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active::before{
color: var(--colorLight) !important;
fill: var(--colorLight) !important;
}
.acc-theme-style .elementor-accordion .elementor-tab-content.elementor-active{
border-bottom: 5px solid var(--colorMain2) !important;
}
.acc-theme-style .elementor-accordion .elementor-accordion-item + .elementor-accordion-item{
margin-top: 15px;
}
span.ol-marker{
color: var(--colorMain2);
margin-right: 20px;
font-weight: 500;
}
.align-flex-start .premium-testimonial-box .premium-testimonial-author-info{
align-items: flex-start !important;
}
.elementor-tabs .elementor-tabs-wrapper{
display: flex !important;
}
.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title{
line-height: 21px;
font-size: 14px;
padding: 10px;
text-transform: none;
font-weight: 500;
margin-top: 0;
margin-bottom: 0;
border: none;
border-bottom: none;
background-color: var(--colorLight);
border-radius: 5px 5px 0 0;
position: relative;
margin-right: 4px;
}
@media (min-width: 768px) {
.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title{
padding: 12px 28px;
}
}
@media (min-width: 1200px) {
.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title{
padding: 14px 45px;
}
}
.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active{
border-bottom: none;
background-color: var(--colorMain2) !important;
}
.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active:hover a{
color: var(--colorLight) !important;
}
.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:hover{
border-bottom: none;
}
.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:hover a{
color: var(--colorMain2) !important;
}
.elementor-tabs .elementor-tabs-content-wrapper{
box-shadow: 2px 0 20px rgba(0, 0, 0, .07);
}
.elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content{
border-radius: 0 0 3px 3px;
padding: 30px 20px !important;
position: relative;
}
.elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content::before{
content: "";
position: absolute;
left: -1px;
right: -1px;
top: -2px;
height: 7px;
background-color: var(--colorMain2);
}
@media (min-width: 400px) {
.elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content{
padding: 35px !important;
}
}
.elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-mobile-title{
display: none;
}
.team-hover.elementor-widget-ha-member .elementor-widget-container:hover .ha-member-figure img{
-webkit-filter: brightness(70%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
filter: brightness(70%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.border-top.elementor-widget-ha-member .elementor-widget-container .ha-member-figure img{
border-radius: 5px 5px 0 0;
}
.piecharts-theme-style .premium-progressbar-circle-content{
display: flex;
}
.piecharts-theme-style .premium-progressbar-circle-content .premium-progressbar-left-label{
order: 2;
margin-top: .2em !important;
margin-bottom: .7em !important;
}
.piecharts-theme-style .premium-progressbar-circle-content .premium-progressbar-right-label{
margin: 0 !important;
line-height: 1 !important;
}
.gallery-title-hover .pa-gallery-img.style3 .premium-gallery-caption .premium-gallery-img-name{
transition: all .3s ease-in-out;
}
.gallery-title-hover .pa-gallery-img.style3:hover .premium-gallery-caption .premium-gallery-img-name{
color: var(--colorMain2) !important;
}
.premium-blog-wrap .premium-blog-entry-meta{
display: flex;
flex-wrap: wrap;
}
.premium-blog-wrap .premium-blog-entry-meta > div{
width: 100%;
margin-bottom: 4px;
}
.premium-blog-wrap .premium-blog-entry-meta > span{
display: none;
}
.premium-blog-wrap .premium-blog-entry-meta .premium-blog-meta-data i{
display: none;
}
.premium-blog-wrap .premium-blog-entry-meta .premium-blog-meta-data.premium-blog-post-author{
order: 2;
font-size: 13px !important;
font-weight: 400 !important;
}
.premium-blog-wrap .premium-blog-entry-meta .premium-blog-meta-data.premium-blog-post-author a{
color: var(--colorMain) !important;
}
.premium-blog-wrap .premium-blog-entry-meta .premium-blog-meta-data.premium-blog-post-author a span{
transition: all .3s ease-in-out !important;
}
.premium-blog-wrap .premium-blog-entry-meta .premium-blog-meta-data.premium-blog-post-author a span::before{
content: "by";
margin-right: .1em;
}
.premium-blog-wrap .premium-blog-entry-meta .premium-blog-meta-data.premium-blog-post-author a:hover{
color: var(--colorDark) !important;
}
.premium-blog-wrap .premium-blog-entry-meta .premium-blog-meta-data.premium-blog-post-time{
order: 1;
text-transform: uppercase;
}
.premium-blog-wrap .premium-blog-entry-meta .premium-blog-meta-data.premium-blog-post-categories{
margin-top: 14px;
order: 3;
}
.premium-blog-wrap .premium-blog-entry-meta .premium-blog-meta-data.premium-blog-post-comments{
order: 4;
}
.blog-theme-style .premium-blog-thumb-effect-wrapper .premium-blog-thumbnail-container img{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.blog-theme-style .premium-blog-content-wrapper{
position: relative;
}
.blog-theme-style .premium-blog-content-wrapper::before{
content: "";
display: block;
position: absolute;
top: 0;
height: 5px;
left: 0;
right: 0;
background-color: var(--colorMain);
background-image: linear-gradient(-45deg, var(--colorDarkGrey) 15%, var(--colorMain) 15%, var(--colorMain) 50%, var(--colorDarkGrey) 50%, var(--colorDarkGrey) 65%, var(--colorMain) 65%, var(--colorMain));
background-size: 8px 8px;
}
.testimonials-custom-style .jltma-team-member-content{
display: flex;
flex-direction: column;
}
.testimonials-custom-style .jltma-team-member-content .jltma-team-member-about{
order: 0;
}
.testimonials-custom-style .jltma-team-member-content .jltma-team-member-name{
order: 1;
}
.testimonials-custom-style .jltma-team-member-content .jltma-team-member-designation{
order: 2;
}
.testimonials-custom-style .jltma-team-member-thumb img{
border-radius: 50%;
border: 4px solid var(--colorMain);
}
.text-hover-visible .elementor-text-editor{
color: rgba(0, 0, 0, 0);
transition: all .3s ease;
}
.elementor-element.elementor-column:hover .text-hover-visible .elementor-text-editor{
color: inherit;
}
.slider-timeline .jltma-team-member-content{
display: flex;
flex-wrap: wrap;
}
.slider-timeline .jltma-team-member-content .jltma-team-member-name{
width: 100%;
order: 3;
}
.slider-timeline .jltma-team-member-content .jltma-team-member-about{
width: 100%;
order: 1;
}
.team-slider-theme .jltma-team-carousel-wrapper.swiper-container{
padding: 0 !important;
margin: 0 !important;
}
.team-slider-theme .jltma-team-member-thumb img{
margin-bottom: -10px;
}
@media (min-width: 768px) {
.team-slider-theme .jltma-team-member-thumb img{
min-height: 550px;
-o-object-fit: cover;
object-fit: cover;
}
}
@media (min-width: 1200px) {
.team-slider-theme .jltma-team-member-thumb{
pointer-events: none;
}
.team-slider-theme .jltma-team-member-thumb::before{
content: "team";
word-break: unset;
text-transform: uppercase;
position: absolute;
color: rgba(208, 41, 84, .1);
font-size: 320px;
font-weight: 600;
letter-spacing: -7.5px;
line-height: 1;
left: -304px;
top: 50%;
text-indent: 3.5px;
-webkit-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
margin-top: 0;
margin-bottom: 0;
z-index: 4;
}
}
@media (min-width: 768px) {
.team-slider-theme .jltma-team-member-content{
position: absolute;
width: auto;
max-width: 350px;
right: 0;
left: 6%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 4;
}
}
@media (min-width: 768px)and (min-width: 1600px) {
.team-slider-theme .jltma-team-member-content{
left: 20%;
}
}
.team-slider-theme-right .jltma-team-carousel-wrapper.swiper-container{
padding: 0 !important;
margin: 0 !important;
}
.team-slider-theme-right .jltma-team-member-thumb img{
margin-bottom: -10px;
}
@media (min-width: 768px) {
.team-slider-theme-right .jltma-team-member-thumb img{
min-height: 550px;
-o-object-fit: cover;
object-fit: cover;
}
}
@media (min-width: 1200px) {
.team-slider-theme-right .jltma-team-member-thumb{
pointer-events: none;
}
.team-slider-theme-right .jltma-team-member-thumb::before{
content: "team";
word-break: unset;
text-transform: uppercase;
position: absolute;
color: rgba(208, 41, 84, .1);
font-size: 320px;
font-weight: 600;
letter-spacing: -7.5px;
line-height: 1;
right: -304px;
top: 50%;
text-indent: 3.5px;
-webkit-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(90deg);
margin-top: 0;
margin-bottom: 0;
z-index: 4;
}
}
@media (min-width: 768px) {
.team-slider-theme-right .jltma-team-member-content{
position: absolute;
width: auto;
max-width: 350px;
right: 6%;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 4;
}
}
@media (min-width: 768px)and (min-width: 1350px) {
.team-slider-theme-right .jltma-team-member-content{
right: 20%;
}
}
@media (min-width: 1200px) {
.img-after-arrow::after{
content: "";
background-image: url(//www.beautesublimeeparval.fr/wp-content/themes/makeup/assets/img/right_arrow.png);
background-repeat: no-repeat;
position: absolute;
display: block;
width: 34px;
height: 160px;
z-index: 4;
bottom: -100px;
right: 40px;
}
.img-after-arrow-left::after{
content: "";
background-image: url(//www.beautesublimeeparval.fr/wp-content/themes/makeup/assets/img/left_arrow.png);
background-repeat: no-repeat;
position: absolute;
display: block;
width: 34px;
height: 160px;
z-index: 4;
bottom: -100px;
left: 40px;
}
.img-after-arrow-top::after{
content: "";
background-image: url(//www.beautesublimeeparval.fr/wp-content/themes/makeup/assets/img/left_arrow.png);
background-repeat: no-repeat;
position: absolute;
display: block;
width: 34px;
height: 160px;
z-index: 4;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
right: -10px;
top: -30px;
}
.img-after-arrow-bottom::after{
content: "";
background-image: url(//www.beautesublimeeparval.fr/wp-content/themes/makeup/assets/img/left_arrow.png);
background-repeat: no-repeat;
position: absolute;
display: block;
width: 34px;
height: 160px;
z-index: 4;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
right: -24px;
top: 170px;
}
}
.swiper-slide-inner img{
margin-bottom: -10px;
}
.button-transition a{
transition: all .3s ease-in-out !important;
}
.shadow-img .elementor-image img{
box-shadow: 20px 20px 0 0 rgba(24, 24, 24, .1);
}
.dots-position-bottom .premium-carousel-dots-above ul.slick-dots{
left: 29%;
top: auto;
bottom: 45px;
-webkit-transform: translateY(0);
transform: translateY(0) translateX(-50%);
flex-direction: row;
}
@media (max-width: 991px) {
.dots-position-bottom .premium-carousel-dots-above ul.slick-dots{
left: 50%;
bottom: 30px;
}
}
.slick-dotted.slick-slider{
margin-bottom: 0 !important;
}
.elementor-inner-section.d-flex .elementor-row{
display: flex;
flex-wrap: wrap;
}
.elementor-inner-section.d-flex .elementor-row > div{
width: 100%;
}
.hover-price-block{
transition: all .5s ease-in-out;
}
.hover-price-block .elementor-widget-wrap > div:not(:first-child){
opacity: 0;
max-height: 0;
transition: all .5s ease-in-out;
}
.hover-price-block:hover .elementor-widget-wrap > div:not(:first-child){
opacity: 1;
max-height: 50px;
}
span.big{
font-size: 40px;
text-transform: uppercase;
}
@media (min-width: 1200px) {
span.big{
font-size: 70px;
}
}
span.big.color5{
color: var(--colorMain5);
}
.elementor-element.dotted_divider .elementor-divider span{
height: 4px;
background-image: -webkit-repeating-radial-gradient(center center, #dfdfdf, #dfdfdf 1px, transparent 1px, transparent 100%);
background-image: repeating-radial-gradient(center center, #dfdfdf, #dfdfdf 1px, transparent 1px, transparent 100%);
background-size: 10px 10px;
background-position: center;
background-color: rgba(0, 0, 0, 0);
border: none !important;
}
.elementor-element.dotted_divider.small_dots .elementor-divider span{
background-size: 5px 5px;
}
.elementor-element.dotted_divider.big_dots .elementor-divider span{
background-image: -webkit-repeating-radial-gradient(center center, #fff, #fff 2px, transparent 2px, transparent 100%);
background-image: repeating-radial-gradient(center center, #fff, #fff 2px, transparent 2px, transparent 100%);
background-size: 16px 16px;
}
.error404 #footer-top,
.error404 #footer{
display: none;
}
.error404 #box{
display: flex;
flex-direction: column;
min-height: 100vh;
}
#main.section-404{
background-repeat: no-repeat;
background-size: cover;
flex: 1 0 auto;
min-height: -webkit-max-content;
min-height: max-content;
}
p.not_found{
color: var(--colorMain);
position: relative;
font-size: 150px;
font-weight: 700;
line-height: .8;
margin: 0;
font-family: "Lusitana",serif;
}
@media (min-width: 768px) {
p.not_found{
font-size: 300px;
}
}
p.not_found .oops{
font-size: 18px;
font-weight: 900;
position: absolute;
-webkit-text-fill-color: var(--colorMain3);
text-transform: uppercase;
top: 50%;
left: 50%;
webkit-transform: translate(-50%, -100%) rotate(90deg);
-webkit-transform: translate(-50%, -100%) rotate(90deg);
transform: translate(-50%, -100%) rotate(90deg);
}
@media (min-width: 768px) {
p.not_found .oops{
font-size: 35px;
}
}
p.not_found + h3{
text-transform: uppercase;
font-weight: 700;
font-size: 35px;
margin: 0 0 30px;
color: var(--colorMain3);
}
@media (min-width: 992px) {
.text-md-left{
text-align: left;
}
}