.wc-gift-cards-text-input{position:relative;white-space:nowrap;flex-grow:1;margin-top:0;margin-bottom:.5em}.wc-gift-cards-text-input label{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;font-size:1em;position:absolute;transform:translateY(0.75em);left:0;top:0;transform-origin:top left;line-height:1.375;color:#757575;transition:transform 200ms ease;margin:0 0 0 17px;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 32px);cursor:text}.has-dark-controls .wc-gift-cards-text-input label{color:rgba(255,255,255,.6)}@media screen and (prefers-reduced-motion: reduce){.wc-gift-cards-text-input label{transition:none}}.wc-gift-cards-text-input.is-active label{transform:translateY(4px) scale(0.75)}.wc-gift-cards-text-input.has-error label{color:#cc1818}.wc-gift-cards-text-input input:-webkit-autofill+label{transform:translateY(4px) scale(0.75)}.wc-gift-cards-text-input input{font-size:1em;background-color:#fff;padding:.75em 16px;border-radius:4px;border:1px solid #50575e;width:100%;line-height:1.375;font-family:inherit;margin:0;box-sizing:border-box;height:3em;min-height:0;color:#2b2d2f;-moz-appearance:textfield}.wc-gift-cards-text-input input::-webkit-outer-spin-button,.wc-gift-cards-text-input input::-webkit-inner-spin-button{appearance:none;margin:0}.wc-gift-cards-text-input input:focus{background-color:#fff;color:#2b2d2f;box-shadow:0 0 0 1px rgba(255,255,255,.4);outline:0}.has-dark-controls .wc-gift-cards-text-input input{background-color:rgba(0,0,0,.1);border-color:rgba(255,255,255,.4);color:#fff}.has-dark-controls .wc-gift-cards-text-input input:focus{background-color:rgba(0,0,0,.1);color:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.4)}.wc-gift-cards-text-input.is-active input{padding:1.5em 0 .25em 16px}.wc-gift-cards-text-input.has-error input{border-color:#cc1818}
.wc-gift-cards-form{margin-bottom:0}.wc-gift-cards-form button{font-weight:700}.wc-gift-cards-form button:hover,.wc-gift-cards-form button:focus,.wc-gift-cards-form button:active{font-weight:700}.wc-gift-cards-form__error{color:#cc1818;font-size:.825em;flex-basis:100%;margin-top:16px}.wc-gift-cards-form__button{height:em(48px);flex-shrink:0;width:100%;padding-left:24px;padding-right:24px;white-space:nowrap}
.wc-block-components-checkbox.wc-gc-balance-checkbox{margin-top:0}.wc-block-components-checkbox.wc-gc-balance-checkbox .wc-block-components-checkbox__input:hover{cursor:pointer}.is-large .wc-block-components-totals-wrapper .wc-gc-balance-checkbox{padding-left:16px;padding-right:16px}.wc-gc-balance-checkbox-container--disabled{opacity:.6}
.wc-gift-cards-totals-giftcard__code-list-item.is-removing{opacity:.5;user-select:none}
.wc-gift-cards-apply-panel .wc-block-components-panel__button{margin-top:0;padding-top:0}.wc-gift-cards-apply-panel .wc-block-components-panel__content{margin-bottom:0;padding-bottom:0}.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 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;
}.collapseomatic, .colomat_trigger, .collapseall, .expandall, .setall {
cursor: pointer;
}
.colomat-swap {
display: none;
}
.maptastic {
position: absolute !important;
left: -10000px !important;
display:block !important;
max-width: 9999px;
}
.com_edit_link {
margin: 0;
padding: 0;
font-size: 1.2rem;
width: 100%;
text-align: right;
}.collapseomatic {
background-image: url(//emeucharlevoix.com/wp-content/plugins/jquery-collapse-o-matic/css/images/arrow-down.png);
background-repeat: no-repeat;
padding: 0 0 10px 16px;
}
.collapseomatic:focus {
outline: 0;
}
.arrowright {
background-position: right top;
padding: 0 16px 10px 0;
}
.noarrow {
background-image: none !important;
padding: 0 0 10px 0;
}
.colomat-hover {
text-decoration: underline;
}
.colomat-close {
background-image: url(//emeucharlevoix.com/wp-content/plugins/jquery-collapse-o-matic/css/images/arrow-up.png);
}
.collapseomatic_excerpt, .collapseomatic_content {
margin-top: 0px;
margin-left: 16px;
padding: 0px;
}
.content_collapse_wrapper {
position: absolute; left: -999em;
}
.collapseall:hover, .expandall:hover, .collapseall:focus, .expandall:focus {
text-decoration: underline;
}
.span_fix {
padding: 0 !important;
margin: 0 !important;
}
.span_fix:before, .span_fix:after {
content: none;
}.twb_wc_reviews_wrapper {
width: 100%;
height: auto;
position: relative;
}
.twb_wc_reviews_wrapper:before, .twb_wc_reviews_wrapper:after {
display: block;
content: "";
clear: both;
position: relative;
}
.twb_wc_reviews_wrapper .twb_wc_reviews_slide_wrap {
}
.twb_wc_reviews_wrapper .twb_wc_reviews {
display: block;
padding: 15px;
color: #fff;
list-style: none;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.twb_wc_reviews_wrapper .twb_wc_reviews a {
color: #fff;
text-decoration: none;
}
.twb_wc_reviews_wrapper .twb_wc_reviews a:visited {
outline: none;
border: none;
color: inherit;
}
.twb_wc_reviews .twb_wc_reviews_product_thumb {
}
.twb_wc_reviews .twb_wc_reviews_product_thumb img {
display:inline-block;
padding-top:10px;
border:0;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
border-radius: 0;
}
.twb_wc_reviews h3.twb_wc_reviews_product_title {
font-size:18px;
font-weight: bold;
line-height: 30px;
margin-top:7px;
margin-bottom:25px;
}
.twb_wc_reviews_wrapper .twb_wc_reviews p:hover, .twb_wc_reviews_wrapper .twb_wc_reviews p:focus {
color: inherit;
text-decoration: underline;
outline: none;
border: none;
}
.twb_wc_reviews_wrapper .twb_wc_reviews:hover, .twb_wc_reviews_wrapper .twb_wc_reviews:focus, .twb_wc_reviews_wrapper .twb_wc_reviews a:hover, .twb_wc_reviews_wrapper .twb_wc_reviews a:focus {
border: 0;
outline: 0;
text-decoration: none;
}
.twb_wc_reviews .twb_wc_reviews_ct {
width: 75%;
margin: 25px auto;
}
.twb_wc_reviews .twb_wc_reviews_ct p {
font-size: 18px;
font-style: italic;
font-weight: 400;
}
.twb_wc_reviews .twb_wc_reviews_avatar img {
display: inline-block !important;
padding: 0;
-webkit-border-radius: 100%; 
-moz-border-radius: 100%; 
-ms-border-radius: 100%; 
-0-border-radius: 100%; 
border-radius: 100%;
box-shadow: none;
border: 0;
outline: 0;
margin-top: 10px;
margin-bottom: 10px;
}
.twb_wc_reviews_ratings_wrap {
text-align: center;
}
.twb_wc_reviews .twb_wc_reviews_ratings_wrap .star-rating {
font-size: 25px;
color: #fff;
float: none;
margin: 10px auto;
}
.twb_wc_reviews .twb_wc_reviews_ratings_wrap .star-rating:before {
color: #fff;
}
.twb_wcr_author, .twb_wcr_date {
display: block;
font-size: 14px;
font-weight: bold;
padding: 0;
}
.twb_wcr_date {
padding-bottom: 10px;
} .twb_wcr_prev_arrow, .twb_wcr_next_arrow {
display: none !important;
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
width: 30px;
height: 30px;
margin-top: -15px;
padding: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0);
border: none;
outline: none;
background-color:#fff;
z-index: 999;
text-align: center;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-mz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.twb_wcr_prev_arrow {
left: 0;
animation-name: slide-in-left;
animation-duration: 0.2s;
animation-timing-function: ease-in;
animation-delay: 0;
animation-direction: normal;
animation-iteration-count: 1;
animation-fill-mode: none;
animation-play-state: running; 
}
.twb_wcr_next_arrow {
right: 0;
animation-name: slide-in-right;
animation-duration: 0.2s;
animation-timing-function: ease-in;
animation-delay: 0;
animation-direction: normal;
animation-iteration-count: 1;
animation-fill-mode: none;
animation-play-state: running; 
}
@keyframes slide-in-left {
0% {
transform: translateX(3px);
}
100% {
transform: translateX(0%);
}
}
@keyframes slide-in-right {
0% {
transform: translateX(-3px);
}
100% {
transform: translateX(0%);
}
}
.twb_wcr_prev_arrow:before, .twb_wcr_next_arrow:before {
content: "<";
font-size: 20px;
line-height: 1.5;
opacity: 1;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.twb_wcr_next_arrow:before {
content: ">";
}
.twb_wc_reviews_slide:hover > .twb_wcr_prev_arrow, .twb_wc_reviews_slide:hover > .twb_wcr_next_arrow {
display: block !important;
}
.twb_wcr_prev_arrow:hover, .twb_wcr_prev_arrow:focus, .twb_wcr_next_arrow:hover, .twb_wcr_next_arrow:focus {
background-color:#fff ;
}
.twb_wc_reviews_wrapper:hover>.twb_wcr_prev_arrow, .twb_wc_reviews_wrapper:hover>.twb_wcr_next_arrow {
display: inline-block;
}