@charset "UTF-8";
#silktide-wrapper {
--focus: 0 0 0 2px #ffffff, 0 0 0 4px #000000, 0 0 0 6px #ffffff;
--boxShadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
--fontFamily: Helvetica Neue, Segoe UI, Arial, sans-serif;
--primaryColor: #3B62E2;
--backgroundColor: #FFFFFF;
--textColor: #253B48;
--backdropBackgroundColor: #00000033;
--backdropBackgroundBlur: 0px;
--cookieIconColor: #3B62E2;
--cookieIconBackgroundColor: #FFFFFF;
position: fixed;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 99999;
pointer-events: none;
border: 0px;
display: flex;
justify-content: center;
align-items: center
} #silktide-backdrop-global {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: auto;
border: 0px;
display: none;
} #silktide-wrapper a {
all: unset;
display: inline-block;
color: var(--primaryColor);
text-decoration: underline;
}
#silktide-wrapper a:hover {
cursor: pointer;
color: var(--textColor);
} #silktide-wrapper a:focus,
#silktide-wrapper #silktide-banner button:focus,
#silktide-wrapper #silktide-modal button:focus,
#silktide-wrapper #silktide-cookie-icon:focus {
outline: none;
box-shadow: var(--focus);
border-radius: 5px;
}
#silktide-wrapper #silktide-cookie-icon:focus {
border-radius: 50%;
} #silktide-wrapper .st-button {
color: var(--backgroundColor);
background-color: var(--primaryColor);
border: 2px solid var(--primaryColor);
padding: 10px 20px;
text-decoration: none;
text-align: center;
display: inline-block;
font-size: 16px;
line-height: 24px;
cursor: pointer;
border-radius: 5px;
}
#silktide-wrapper .st-button--primary {
}
#silktide-wrapper .st-button--primary:hover {
background-color: var(--backgroundColor);
color: var(--primaryColor);
}
#silktide-wrapper .st-button--secondary {
background-color: var(--backgroundColor);
color: var(--primaryColor);
}
#silktide-wrapper .st-button--secondary:hover {
background-color: var(--primaryColor);
color: var(--backgroundColor);
} #silktide-banner {
font-family: var(--fontFamily);
color: var(--textColor);
background-color: var(--backgroundColor);
box-sizing: border-box;
padding: 32px;
border-radius: 5px;
pointer-events: auto;
border: 0px;
position: fixed;
bottom: 16px;
right: 16px;
width: 600px;
overflow: auto;
max-width: calc(100% - 32px);
max-height: calc(100vh - 32px);
transform: translate(0, -20px);
opacity: 0;
animation: silktide-slideInDown 350ms ease-out forwards;
animation-delay: 0.3s;
box-shadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
}
#silktide-banner:focus {
border-radius: 50%;
}
#silktide-banner.center {
top: 50%;
left: 50%;
bottom: auto;
right: auto;
position: fixed;
transform: translate(-50%, calc(-50% - 20px));
animation: silktide-slideInDown-center 350ms ease-out forwards;
}
#silktide-banner.bottomLeft {
bottom: 16px;
left: 16px;
position: fixed;
}
#silktide-banner.bottomCenter {
bottom: 16px;
left: 50%;
position: fixed;
transform: translate(-50%, -20px);
animation: silktide-slideInDown-bottomCenter 350ms ease-out forwards;
}
#silktide-banner .preferences {
display: flex;
gap: 5px;
border: none;
padding: 15px 0px;
background-color: transparent;
color: var(--primaryColor);
cursor: pointer;
font-size: 16px;
}
#silktide-banner .preferences span {
display: block;
white-space: nowrap;
text-decoration: underline;
}
#silktide-banner .preferences span:hover {
color: var(--textColor);
}
#silktide-banner .preferences:after {
display: block;
content: '>';
text-decoration: none;
}
#silktide-banner p {
font-size: 16px;
line-height: 24px;
margin: 0px 0px 15px;
}
#silktide-banner a {
display: inline-block;
color: var(--primaryColor);
text-decoration: underline;
background-color: var(--backgroundColor);
}
#silktide-banner a:hover {
color: var(--textColor);
}
#silktide-banner a.silktide-logo {
display: flex;
align-items: center;
justify-content: center;
fill: var(--primaryColor); margin-left: auto;
width: 48px;
height: 48px;
}
#silktide-banner .actions {
display: flex;
gap: 16px;
flex-direction: column;
margin-top: 24px;
}
@media (min-width: 600px) {
#silktide-banner .actions {
flex-direction: row;
align-items: center;
}
}
#silktide-banner .actions-row {
display: flex;
gap: 16px;
flex-direction: row;
align-items: center;
justify-content: space-between;
flex-grow: 1;
} #silktide-modal {
display: none;
pointer-events: auto;
overflow: auto;
width: 800px;
max-width: 100%;
max-height: 100%;
border: 0px;
transform: translate(0px, -20px);
opacity: 0;
animation: silktide-slideInUp-center 350ms ease-out forwards;
box-shadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
font-family: var(--fontFamily);
color: var(--textColor);
flex-direction: column;
padding: 30px;
background-color: var(--backgroundColor);
border-radius: 5px;
box-sizing: border-box;
} #silktide-modal header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
gap: 16px;
}
#silktide-modal h1 {
font-family: var(--fontFamily);
color: var(--textColor);
font-size: 24px;
font-weight: 500;
margin: 0px;
}
#silktide-modal .modal-close {
display: inline-flex;
border: none;
padding: 13px;
border: 0px;
cursor: pointer;
background: var(--backgroundColor);
color: var(--primaryColor);
}
#silktide-modal .modal-close svg {
fill: var(--primaryColor);
} #silktide-modal section {
flex: 1;
margin-top: 32px;
}
#silktide-modal section::-webkit-scrollbar {
display: block; width: 5px; }
#silktide-modal section::-webkit-scrollbar-thumb {
background-color: var(--textColor); border-radius: 10px; }
#silktide-modal p {
font-size: 16px;
line-height: 24px;
color: var(--textColor);
margin: 0px 0px 15px;
}
#silktide-modal p:last-of-type {
margin: 0px;
}
#silktide-modal fieldset {
padding: 0px;
border: none;
margin: 0px 0px 32px;
}
#silktide-modal fieldset:last-of-type {
margin: 0px;
}
#silktide-modal legend {
padding: 0px;
margin: 0px 0px 10px;
font-weight: 700;
color: var(--textColor);
font-size: 16px;
}
#silktide-modal .cookie-type-content {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 24px;  
} #silktide-modal .switch {
flex-shrink: 0;
position: relative;
display: inline-block;
height: 34px;
width: 74px;
cursor: pointer;
}
#silktide-modal .switch:focus-within {
outline: none;
box-shadow: var(--focus);
border-radius: 25px;
}
#silktide-modal .switch input {
opacity: 0;
position: absolute;
} #silktide-modal .switch__pill {
position: relative;
display: block;
height: 34px;
width: 74px;
background: var(--textColor);
border-radius: 25px;
}
#silktide-modal .switch__dot {
position: absolute;
top: 2px;
left: 2px;
display: block;
height: 30px;
width: 30px;
background: var(--backgroundColor);
border-radius: 50%;
transition: left 150ms ease-out;
}
#silktide-modal .switch__off,
#silktide-modal .switch__on {
text-transform: uppercase;
font-size: 15px;
font-weight: 500;
color: var(--backgroundColor);
position: absolute;
top: 7px;
right: 8px;
transition: right 150ms ease-out, opacity 150ms ease-out;
}
#silktide-modal .switch__off {
opacity: 1;
}
#silktide-modal .switch__on {
opacity: 0;
} #silktide-modal .switch input:checked + .switch__pill {
background: var(--primaryColor);
}
#silktide-modal .switch input:checked ~ .switch__dot {
left: calc(100% - 32px);
}
#silktide-modal .switch input:checked ~ .switch__off {
right: calc(100% - 32px);
opacity: 0;
}
#silktide-modal .switch input:checked ~ .switch__on {
right: calc(100% - 34px);
opacity: 1;
} #silktide-modal .switch input:disabled + .switch__pill {
opacity: 0.65;
cursor: not-allowed;
} #silktide-modal footer {
display: flex;
flex-direction: column;
gap: 16px;
margin-top: 24px;
}
@media (min-width: 600px) {
#silktide-modal footer {
flex-direction: row;
align-items: center;
}
}
#silktide-modal footer a {
margin-left: auto;
padding: 14px 0px;
} #silktide-cookie-icon {
display: none;
position: fixed;
bottom: 10px;
left: 10px;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
border-radius: 50%;
padding: 0px;
border: none;
background-color: var(--cookieIconColor);
cursor: pointer;
box-shadow: 0px 0px 6px 0px #0000001a;
pointer-events: auto;
animation: silktide-fadeIn 0.3s ease-in-out forwards;
}
#silktide-cookie-icon.bottomRight {
left: auto;
right: 10px;
}
#silktide-cookie-icon svg {
fill: var(--cookieIconBackgroundColor);
} #silktide-backdrop {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--backdropBackgroundColor);
backdrop-filter: blur(var(--backdropBackgroundBlur));
pointer-events: all;
} @keyframes silktide-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes silktide-slideInDown {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes silktide-slideInDown-center {
from {
opacity: 0;
transform: translate(-50%, calc(-50% - 20px));
}
to {
opacity: 1;
transform: translate(-50%, -50%);
}
}
@keyframes silktide-slideInDown-bottomCenter {
from {
opacity: 0;
transform: translate(-50%, -20px);
}
to {
opacity: 1;
transform: translate(-50%, 0);
}
}
@keyframes silktide-slideInUp-center {
from {
opacity: 0;
transform: translate(0px, 20px);
}
to {
opacity: 1;
transform: translate(0px, 0px);
}
}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}body .gform_wrapper.gf_reset_wrapper, body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper h1, body .gform_wrapper.gf_reset_wrapper h2, body .gform_wrapper.gf_reset_wrapper h3, body .gform_wrapper.gf_reset_wrapper h4, body .gform_wrapper.gf_reset_wrapper h5, body .gform_wrapper.gf_reset_wrapper h6, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper ul, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper ul, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper td {
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
line-height: 1;
font-weight: normal;
}
body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper p { line-height: 1.8 }
body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper img { border: 0 }
body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper ul, body .gform_wrapper.gf_reset_wrapper li { list-style: none }
body .gform_wrapper.gf_reset_wrapper a img { border: none }
body .gform_wrapper.gf_reset_wrapper :focus { outline: 0 }.gform_legacy_markup_wrapper {
margin-bottom: 16px;
margin-top: 16px;
max-width: 100%;
}
.gform_legacy_markup_wrapper form {
text-align: left;
max-width: 100%;
margin: 0 auto;
}
.gform_legacy_markup_wrapper *,
.gform_legacy_markup_wrapper *:before,
.gform_legacy_markup_wrapper *:after {
box-sizing: border-box !important;
}
.gform_legacy_markup_wrapper h1,
.gform_legacy_markup_wrapper h2,
.gform_legacy_markup_wrapper h3 {
font-weight: normal;
border: none;
background: none;
}
.gform_legacy_markup_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
font-size: inherit;
font-family: inherit;
padding: 5px 4px;
letter-spacing: normal;
}
.gform_legacy_markup_wrapper input[type=image] {
border: none !important;
padding: 0 !important;
width: auto !important;
}
.gform_legacy_markup_wrapper textarea {
font-size: inherit;
font-family: inherit;
letter-spacing: normal;
padding: 6px 8px;
line-height: 1.5;
resize: none;
}
.gform_legacy_markup_wrapper select {
line-height: 1.5;
}
.gform_legacy_markup_wrapper .ginput_container_multiselect select {
background-image: none !important;
-webkit-appearance: none;
-moz-appearance: none;
outline: none;
}
.gform_legacy_markup_wrapper ul.gform_fields {
margin: 0 !important;
list-style-type: none;
display: block;
}
html>body .entry ul,
.gform_legacy_markup_wrapper ul {
text-indent: 0
}
.gform_legacy_markup_wrapper li,
.gform_legacy_markup_wrapper form li {
margin-left: 0 !important;
list-style-type: none !important;
list-style-image: none !important;
list-style: none !important;
overflow: visible;
}
.gform_legacy_markup_wrapper ul li.gfield {
clear: both;
}
.gform_legacy_markup_wrapper ul.gfield_radio li,
.gform_legacy_markup_wrapper ul.gfield_checkbox li {
overflow: hidden;
}
.gform_legacy_markup_wrapper ul.gform_fields.right_label li.gfield,
.gform_legacy_markup_wrapper form ul.gform_fields.right_label li.gfield,
.gform_legacy_markup_wrapper ul.gform_fields.left_label li.gfield,
.gform_legacy_markup_wrapper form ul.gform_fields.left_label li.gfield {
margin-bottom: 14px;
}
.gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li {
margin-bottom: 10px;
}
.gform_legacy_markup_wrapper ul li:before,
.gform_legacy_markup_wrapper ul li:after,
.gform_legacy_markup_wrapper ul.gform_fields {
padding: 0;
margin: 0;
overflow: visible;
}
.gform_legacy_markup_wrapper select {
font-size: inherit;
font-family: inherit;
letter-spacing: normal;
}
.gform_legacy_markup_wrapper select option {
padding: 2px;
display: block;
}
.gform_legacy_markup_wrapper .inline {
display: inline !important;
}
.gform_legacy_markup_wrapper .gform_heading {
width: 100%;
margin-bottom: 18px;
}
.gform_legacy_markup_wrapper .clear-multi{
display: flex;
} .gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_year {
display: -moz-inline-stack;
display: inline-block;
}
.gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_month,
.gform_legacy_markup_wrapper .gfield_date_year {
width: 33.333%;
flex-direction: row;
}
@media only screen and (min-width: 321px) {
.gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_month {
max-width: 4rem;
}
.gform_legacy_markup_wrapper .gfield_date_year {
max-width: calc(4rem + .5rem);
}
}
.gform_legacy_markup_wrapper .gfield_date_dropdown_month,
.gform_legacy_markup_wrapper .gfield_date_dropdown_day,
.gform_legacy_markup_wrapper .gfield_date_dropdown_year {
vertical-align: top;
flex-direction: row;
}
.gform_legacy_markup_wrapper .gfield_date_dropdown_month,
.gform_legacy_markup_wrapper .gfield_date_dropdown_day,
.gform_legacy_markup_wrapper .gfield_date_dropdown_year {
margin-right: .5rem;
}
.gform_legacy_markup_wrapper .gfield_date_month,
.gform_legacy_markup_wrapper .gfield_date_day {
width: 4rem;
margin-right: .5rem;
}
.gform_legacy_markup_wrapper .gfield_date_month input[type="number"],
.gform_legacy_markup_wrapper .gfield_date_day input[type="number"] {
width: calc(3rem + 8px) !important;
}
.gform_legacy_markup_wrapper .gfield_date_year input[type="number"] {
width: calc(4rem + 8px) !important;
}
.gform_legacy_markup_wrapper .gfield_date_year {
width: 5rem;
}
.gform_legacy_markup_wrapper .gfield_date_month input,
.gform_legacy_markup_wrapper .gfield_date_day input {
width: calc(3rem + 8px);
}
.gform_legacy_markup_wrapper .gfield_date_year input {
width: 4rem;
}
.gform_legacy_markup_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
width: 3rem;
text-align: center;
}
.gform_legacy_markup_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
width: 4rem;
} .gform_legacy_markup_wrapper .gfield_time_hour,
.gform_legacy_markup_wrapper .gfield_time_minute,
.gform_legacy_markup_wrapper .gfield_time_ampm {
font-size: 15px;
width: 33.333%;
flex-direction: row;
}
@media only screen and (min-width: 321px) {
.gform_legacy_markup_wrapper .gfield_time_hour,
.gform_legacy_markup_wrapper .gfield_time_minute,
.gform_legacy_markup_wrapper .gfield_time_ampm {
max-width: 72px;
}
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
float: left;
}
.gform_legacy_markup_wrapper .gfield_time_hour {
margin-right: 10px;
display: flex;
}
.gform_legacy_markup_wrapper .gfield_time_hour i {
font-style: normal !important;
font-family: sans-serif !important;
width: 4px;
text-align: center;
float: right;
margin-top: 9%;
}
.gform_legacy_markup_wrapper .gfield_time_minute {
margin-right: 8px;
display: flex;
}
.gform_legacy_markup_wrapper .ginput_complex .gfield_time_hour input,
.gform_legacy_markup_wrapper .ginput_complex .gfield_time_minute input {
margin-left: 0;
width: 85% !important;
} .gform_legacy_markup_wrapper .gfield_time_hour input,
.gform_legacy_markup_wrapper .gfield_time_minute input {
margin-right: 6px;
width: 56px;
} .gform_legacy_markup_wrapper .gfield_time_hour input[type="number"],
.gform_legacy_markup_wrapper .gfield_time_minute input[type="number"] {
max-width: 64px;
min-width: 64px;
}
.gform_legacy_markup_wrapper .gfield_time_ampm {
vertical-align: top;
display: -moz-inline-stack;
display: inline-block;
}
.gform_legacy_markup_wrapper .gfield_time_ampm select {
min-width: 77px;
width: 77px;
height: 100%;
margin-top: 0 !important;
margin-left: 0 !important;
}
.gform_legacy_markup_wrapper .gfield_time_ampm_shim {
display: block;
font-size: 13px;
margin: 9px 0 1px 1px;
}
.gform_legacy_markup_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
width: 48px;
text-align: center;
}
.gform_legacy_markup_wrapper .field_name_first,
.gform_legacy_markup_wrapper .field_name_middle,
.gform_legacy_markup_wrapper .field_name_last {
width: 49.5%;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container {
overflow: visible;
width: 100%;
}
.gform_legacy_markup_wrapper legend.gfield_label,
.gform_legacy_markup_wrapper label.gfield_label {
font-weight: 700;
font-size: inherit;
}
.gform_legacy_markup_wrapper legend.gfield_label,
.gform_legacy_markup_wrapper .top_label .gfield_label {
display: -moz-inline-stack;
display: inline-block;
line-height: 1.3;
clear: both;
}
.gform_legacy_markup_wrapper .top_label .gfield_hide_label {
display: none;
}
.gform_legacy_markup_wrapper .ginput_complex input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']),
.gform_legacy_markup_wrapper .ginput_complex  .ginput_left input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']),
.gform_legacy_markup_wrapper .ginput_complex .ginput_right input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='image']):not([type='file']) {
width: 100%;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_right select,
.gform_legacy_markup_wrapper .ginput_complex select {
width: 100%;
}
.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label {
display: block;
font-size: .813em;
letter-spacing: .5pt;
white-space: nowrap;
}
.gform_legacy_markup_wrapper ul.gfield_radio li label,
.gform_legacy_markup_wrapper ul.gfield_checkbox li label {
display: -moz-inline-stack;
display: inline-block;
letter-spacing: inherit;
vertical-align: middle;
cursor: pointer;
}
.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label {
margin: 9px 0 1px 1px;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label,
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label,
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label,
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
margin-top: 0;
}
.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
margin: 1px 0 9px 1px;
}
.gform_legacy_markup_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container,
.gform_legacy_markup_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*="gfield_time_"].ginput_container {
margin-top: 0;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
margin-top: 8px;
}
body.gform_legacy_markup_wrapper div.clear-multi {
display: -moz-inline-stack;
display: inline-block;
}
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio,
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox {
margin-top: 16px;
margin-bottom: 0;
}
.gform_legacy_markup_wrapper .hidden_label .gfield_label {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.gform_legacy_markup_wrapper .gfield.right_label,
.gform_legacy_markup_wrapper .gfield.left_label {
padding-top: 10px;
}
.gform_legacy_markup_wrapper li.hidden_label input {
margin-top: 12px;
}
.gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
margin-bottom: 12px;
}
.gform_legacy_markup_wrapper .screen-reader-text,
.gform_legacy_markup_wrapper label.hidden_sub_label {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.gform_legacy_markup_wrapper input.small,
.gform_legacy_markup_wrapper select.small,
.gform_legacy_markup_wrapper input.medium,
.gform_legacy_markup_wrapper select.medium,
.gform_legacy_markup_wrapper input.large,
.gform_legacy_markup_wrapper select.large,
.gform_legacy_markup_wrapper input.large,
.gform_legacy_markup_wrapper select.large {
width: 100%
}
.gform_legacy_markup_wrapper input.datepicker_with_icon.small,
.gform_legacy_markup_wrapper input.datepicker_with_icon.medium,
.gform_legacy_markup_wrapper input.datepicker_with_icon.large {
width: calc(100% - 24px);
}
.gform_legacy_markup_wrapper .gfield_error input.small,
.gform_legacy_markup_wrapper .gfield_error select.small,
.gform_legacy_markup_wrapper .gfield_error input.medium,
.gform_legacy_markup_wrapper .gfield_error select.medium,
.gform_legacy_markup_wrapper .gfield_error input.large,
.gform_legacy_markup_wrapper .gfield_error select.large,
.gform_legacy_markup_wrapper .gfield_error input.large,
.gform_legacy_markup_wrapper .gfield_error select.large {
width: 100%;
}
.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.small,
.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.medium,
.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.large {
width: calc(100% - 32px);
}
.gform_legacy_markup_wrapper textarea.small {
height: 80px;
width: 100%;
}
.gform_legacy_markup_wrapper textarea.medium {
height: 120px;
width: 100%;
}
.gform_legacy_markup_wrapper textarea.large {
height: 160px;
width: 100%;
}
.gform_legacy_markup_wrapper h2.gsection_title {
margin: 0 !important;
padding: 0 !important;
letter-spacing: normal !important;
}
.gform_legacy_markup_wrapper .gsection .gfield_label,
.gform_legacy_markup_wrapper h2.gsection_title,
.gform_legacy_markup_wrapper h3.gform_title {
font-weight: 700;
font-size: 1.25em;
}
.gform_legacy_markup_wrapper h3.gform_title {
letter-spacing: normal !important;
margin: 10px 0 6px 0;
}
.gform_legacy_markup_wrapper li.gfield.field_description_below + li.gsection {
margin-top: 24px !important;
}
.gform_legacy_markup_wrapper span.gform_description {
font-weight: 400;
display: block;
width: calc(100% - 16px);
margin-bottom: 16px;
}
.gform_legacy_markup_wrapper .gsection {
border-bottom: 1px solid #CCC;
padding: 0 16px 8px 0;
margin: 28px 0 28px 0;
clear: both;
}
.gform_legacy_markup_wrapper .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_radio li {
position: relative;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox,
.gform_legacy_markup_wrapper ul.gfield_radio {
margin: 6px 0;
padding: 0;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
display: -moz-inline-stack;
display: inline-block;
padding: 0;
width: auto;
line-height: 1.5;
font-size: .875em;
vertical-align: middle;
max-width: 85%;
white-space: normal;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label {
margin: 0;
}
.gform_legacy_markup_wrapper .gfield_radio li label {
margin: 2px 0 0 4px;
}
.gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox],
.gform_legacy_markup_wrapper .gfield_radio li input[type=radio],
.gform_legacy_markup_wrapper .gfield_checkbox li input {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
margin-left: 1px;
}
.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description,
.gform_legacy_markup_wrapper .instruction {
font-size: .813em;
line-height: inherit;
clear: both;
font-family: inherit;
letter-spacing: normal;
}
.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description {
padding: 0 16px 0 0;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description {
padding-top: 16px;
}
.gform_legacy_markup_wrapper .field_sublabel_above .description,
.gform_legacy_markup_wrapper .field_sublabel_above .gfield_description,
.gform_legacy_markup_wrapper .field_sublabel_above .gsection_description {
margin-top: 9px;
}
.gform_legacy_markup_wrapper .top_label .gsection_description {
width: 100%;
margin-bottom: 9px;
}
.gform_legacy_markup_wrapper .gfield_description {
width: 100%;
}
.gform_legacy_markup_wrapper .description_above .gfield_description {
padding: 0 0 10px 0;
}
.gform_legacy_markup_wrapper .gfield_date_year+.gfield_description {
padding: 0;
}
.gform_legacy_markup_wrapper .gfield_consent_description,
.gform_legacy_markup_wrapper .field_description_below .gfield_consent_description {
width: 100%;
max-height: 240px;
overflow-y: scroll;
border: 1px solid #ddd;
margin-top: 12px;
padding: 6px 8px;
font-size: .688em;
}
.gform_legacy_markup_wrapper .gfield_required {
color: #790000;
margin-left: 4px;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
background-color: rgba(255,223,224,.25);
margin-bottom: 6px !important;
border-top: 1px solid #C89797;
border-bottom: 1px solid #C89797;
padding-bottom: 6px;
padding-top: 8px;
box-sizing: border-box;
}
.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning {
padding: 16px 16px 14px 16px;
border-top: 2px solid #790000;
border-bottom: 4px solid #790000;
background-color: rgba(255, 223, 224, 0.25);
width: calc(100% - 16px);
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
padding: 16px 16px 14px 16px;
}
.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
font-size: .875em;
font-weight: 700;
font-family: inherit;
min-height: 25px;
color: #790000;
max-width: 100%;
position: relative;
}
.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
display: block;
padding: 0 0 14px 24px;
margin-bottom: 16px;
line-height: 1.5;
letter-spacing: .1pt;
border-bottom: 1px solid #790000;
text-transform: uppercase;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
background-size: 1em auto;
background-repeat: no-repeat;
background-position: left center;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
padding: 16px 16px 14px 16px;
}
.gform_legacy_markup_wrapper li.gfield + li.gfield.gfield_creditcard_warning {
margin-top: 16px !important;
}
.gform_legacy_markup_wrapper .top_label .gfield_error {
width: calc(100% - 2px);
}
.gform_legacy_markup_wrapper .top_label .gfield_error input.large,
.gform_legacy_markup_wrapper .top_label .gfield_error select.large,
.gform_legacy_markup_wrapper .top_label .gfield_error textarea.textarea {
width: 100%;
}
.gform_legacy_markup_wrapper .right_label .gfield_error input.large,
.gform_legacy_markup_wrapper .right_label .gfield_error select.large,
.gform_legacy_markup_wrapper .right_label .gfield_error textarea.textarea,
.gform_legacy_markup_wrapper .left_label .gfield_error input.large,
.gform_legacy_markup_wrapper .left_label .gfield_error select.large,
.gform_legacy_markup_wrapper .left_label .gfield_error textarea.textarea {
width: 70%;
}
.gform_legacy_markup_wrapper .gfield_error .gfield_label {
color: #790000;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required {
padding-right: 0;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container {
margin-left: 0;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
max-width: 100%;
padding-right: 16px;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
margin-top: 12px
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
position: relative;
top: 12px;
} .gform_legacy_markup_wrapper .gform_validation_errors {
width: 100%;
border: 1px solid #790000;
box-shadow: 0px 0px 0px #FF6D6D;
border-radius: 5px;
padding: 1.0625rem 1.375rem ;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.gform_legacy_markup_wrapper .gform_validation_errors > h2 {
font-size: 16px;
font-weight: 700;
color: #790000;
margin: 0 0 0.9375rem 0;
}
.gform_legacy_markup_wrapper .gform_validation_errors > h2.hide_summary {
margin: 0 ;
}
.gform_legacy_markup_wrapper .gform_validation_errors > h2:before {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0iIzc5MDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEyIDZIMTBWMTJIMTJWNloiIGZpbGw9IiNGRkZGRkYiLz4KPHBhdGggZD0iTTEyIDE0SDEwVjE2SDEyVjE0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=);
content: '';
width: 22px;
height: 22px;
display: inline-block;
vertical-align: sub;
margin: 0 0.2rem 0 -0.5rem;
background-position: center;
background-repeat: no-repeat;
background-color: transparent;
}
.gform_legacy_markup_wrapper .gform_validation_errors > ol {
list-style-type: none !important;
padding-block-start: 0;
padding-inline-start: 0;
margin-block-start: 0;
margin: 0;
}
.gform_legacy_markup_wrapper .gform_validation_errors > ol a {
color: #790000;
font-size: 1rem;
}
.gform_legacy_markup_wrapper .gform_validation_errors > ol li {
margin: 0 0 0.9375rem 0;
font-size: 1rem;
list-style-type: none !important;
}
.gform_legacy_markup_wrapper .gform_validation_errors > ol li:last-of-type {
margin-bottom: 0;
}
.gform_legacy_markup_wrapper div.validation_error {
color: #790000;
font-size: 1em;
font-weight: 700;
margin-bottom: 25px;
border-top: 2px solid #790000;
border-bottom: 2px solid #790000;
padding: 16px 0 16px 0;
clear: both;
width: 100%;
text-align: center;
}
.gform_legacy_markup_wrapper ol.validation_list {
clear: both;
width: 100%;
margin-bottom: 25px;
color: #790000;
}
.gform_legacy_markup_wrapper ol.validation_list li {
list-style-type: decimal !important;
}
.gform_legacy_markup_wrapper ol.validation_list li a {
color: #790000;
}
.gform_legacy_markup_wrapper ol.validation_list:after {
content: "";
}
.gform_legacy_markup_wrapper div#error {
margin-bottom: 25px;
}
.gform_legacy_markup_wrapper table.gfield_list tbody tr td.gfield_list_icons {
vertical-align: middle !important;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons a {
display: inline-block;
line-height: 0;
}
.gform_legacy_markup_wrapper li.gfield fieldset {
margin: 0px;
padding: 0px;
display: block;
position: relative;
width: 100%;
}
.gform_legacy_markup_wrapper li.gfield fieldset > * { width: auto }
.gform_legacy_markup_wrapper li.gfield fieldset legend.gfield_label {
width: 100%;
line-height: 32px;
}
.gform_legacy_markup_wrapper div.gf_page_steps+div.validation_error {
margin-top: 16px;
}
.gform_legacy_markup_wrapper div.gfield_description.validation_error {
color: #790000;
font-weight: 700;
font-size: .875em;
line-height: 1.20;
margin-bottom: 16px;
}
.gform_legacy_markup_wrapper .validation_message {
color: #790000;
font-weight: 700;
letter-spacing: normal;
}
.gform_legacy_markup_wrapper .validation_message--hidden-on-empty:empty {
display: none;
}
.gform_legacy_markup_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_legacy_markup_wrapper li.gfield_error textarea {
border: 1px solid #790000;
}
.gform_legacy_markup_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper li.gfield_error ul.gfield_checkbox,
.gform_legacy_markup_wrapper li.gfield_error ul.gfield_radio {
color: #790000;
}
.gform_legacy_markup_wrapper .gform_footer {
padding: 16px 0 10px 0;
margin: 16px 0 0 0;
clear: both;
width: 100%;
}
.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit],
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
font-size: 1em;
width: 100%;
margin: 0 0 16px 0;
}
.gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
font-size: 1em;
display: block;
text-align: center;
}
.gform_legacy_markup_wrapper .gform_footer input[type=image] {
padding: 0;
width: auto !important;
background: none !important;
border: none !important;
margin: 0 auto 16px auto !important;
display: block;
max-width: 100%;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_left,
.gform_legacy_markup_wrapper .ginput_complex .ginput_right,
.gform_legacy_markup_wrapper .ginput_complex .ginput_full {
min-height: 45px;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=text],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=url],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=email],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=number],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=password] {
width: 100%;
}
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full select {
width: 100%;
}
.gform_legacy_markup_wrapper .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_radio li {
margin: 0 0 16px 0;
line-height: 1.2;
}
.gform_legacy_markup_wrapper ul.gfield_radio li input[type="radio"]:checked+label,
.gform_legacy_markup_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label,
.gchoice_select_all {
font-weight: 700;
}
.gform_legacy_markup_wrapper input.datepicker.datepicker_with_icon {
margin-right: 4px !important;
display: -moz-inline-stack;
display: inline-block;
}
.gform_legacy_markup_wrapper input[type=hidden],
.gform_legacy_markup_wrapper input.gform_hidden,
.gform_legacy_markup_wrapper .gform_hidden,
.gform_legacy_markup_wrapper .gf_hidden {
display: none !important;
max-height: 1px !important;
overflow: hidden;
}
.gform_legacy_markup_wrapper .gfield_visibility_hidden,
.gform_legacy_markup_wrapper .gf_invisible {
visibility: hidden;
position: absolute;
left: -9999px;
}
.gform_legacy_markup_wrapper .ginput_full br,
.gform_legacy_markup_wrapper .ginput_left br,
.gform_legacy_markup_wrapper .ginput_right br {
display: none !important;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.gfield_radio li {
padding: 0 !important;
}
.gform_legacy_markup_wrapper ul.gfield_radio li input+input {
margin-left: 4px;
}
.gform_legacy_markup_wrapper ul.gfield_radio li input[value=gf_other_choice] {
margin-right: 6px;
margin-top: 4px;
}
.gform_legacy_markup_wrapper .gfield_description + .gform_legacy_markup_wrapper .gfield_description.validation_message {
margin-top: 6px;
}
.gform_legacy_markup_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
margin-top: 0;
}
.gform_legacy_markup_wrapper li.gfield_html {
max-width: 100%;
}
.gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc {
margin-top: 10px;
}
body .gform_legacy_markup_wrapper ul li.gfield.gfield_html img {
max-width: 100%  !important;
}
.gform_legacy_markup_wrapper .gform_ajax_spinner {
padding-left: 10px;
}
.gform_legacy_markup_wrapper .gform_validation_container,
body .gform_legacy_markup_wrapper li.gform_validation_container,
body .gform_legacy_markup_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gform_validation_container {
display: none !important;
position: absolute !important;
left: -9000px;
}
.gform_legacy_markup_wrapper .gfield_captcha_input_container {
padding-top: 3px;
}
.gform_legacy_markup_wrapper .simple_captcha_small input {
width: 64px;
}
.gform_legacy_markup_wrapper .simple_captcha_medium input {
width: 96px;
}
.gform_legacy_markup_wrapper .simple_captcha_large input {
width: 128px;
}
.gform_legacy_markup_wrapper .gform_legacy_markup_wrapper .left_label .simple_captcha_small,
.gform_legacy_markup_wrapper .right_label .simple_captcha_small,
.gform_legacy_markup_wrapper .left_label .simple_captcha_medium,
.gform_legacy_markup_wrapper .right_label .simple_captcha_medium,
.gform_legacy_markup_wrapper .left_label .simple_captcha_large,
.gform_legacy_markup_wrapper .right_label .simple_captcha_large {
margin-left: 32%;
}
.gform_legacy_markup_wrapper .gfield_captcha_container img.gfield_captcha {
border: none !important;
background: none !important;
float: none !important;
margin: 0 !important;
padding: 0 !important;
}
.gform_legacy_markup_wrapper .math_small input {
width: 70px;
}
.gform_legacy_markup_wrapper .math_medium input {
width: 510px;
}
.gform_legacy_markup_wrapper .math_large input {
width: 612px;
}
.gform_legacy_markup_wrapper .left_label .math_small,
.gform_legacy_markup_wrapper .right_label .math_small,
.gform_legacy_markup_wrapper .left_label .math_medium,
.gform_legacy_markup_wrapper .right_label .math_medium,
.gform_legacy_markup_wrapper .left_label .math_large,
.gform_legacy_markup_wrapper .right_label .math_large {
margin-left: 32%;
}
.gform_legacy_markup_wrapper div.charleft {
font-size: .688em;
margin-top: 4px;
color: #767676;
width: 92% !important;
white-space: nowrap !important;
}
.gform_legacy_markup_wrapper div.charleft[style] {
width: 92% !important;
}
.gform_legacy_markup_wrapper .left_label div.charleft,
.gform_legacy_markup_wrapper .right_label div.charleft {
margin-left: 32%;
}
.gform_legacy_markup_wrapper div.charleft.ginput_counter_tinymce{
border:  1px solid #eee;
border-width: 1px 0 0;
padding: 4px 9px;
width: 100% !important;
}
.gform_legacy_markup_wrapper div.charleft.warningTextareaInfo {
color: #767676;
}
.gform_legacy_markup_wrapper div.charleft.ginput_counter_error {
color: red;
}
.gform_legacy_markup_wrapper li.gf_hide_charleft div.charleft {
display: none !important;
}
.gf_submission_limit_message {
color: #790000;
font-size: 1.375em;
}
.gform_legacy_markup_wrapper .ginput_price {
filter: alpha(opacity=70);
-moz-opacity: .7;
-khtml-opacity: .7;
opacity: .7;
}
.gform_legacy_markup_wrapper span.ginput_total {
color: #060;
font-size: inherit;
}
.gform_legacy_markup_wrapper .top_label span.ginput_total {
margin: 8px 0;
}
.gform_legacy_markup_wrapper span.ginput_product_price_label {
margin-right: 2px;
}
.gform_legacy_markup_wrapper input.ginput_product_price,
.gform_legacy_markup_wrapper span.ginput_product_price {
background: none;
border: none;
color: #900;
padding: 0;
}
.gform_legacy_markup_wrapper span.ginput_quantity_label {
margin-left: 10px;
margin-right: 2px;
}
.gform_legacy_markup_wrapper input.ginput_quantity[type=text] {
width: 3rem;
}
.gform_legacy_markup_wrapper input.ginput_quantity[type=number] {
width: 4rem;
}
.gform_legacy_markup_wrapper .gform_page_footer {
margin: 14px 0;
width: 100%;
border-top: 1px dotted #CCC;
padding: 16px 0 0 0;
clear: both;
}
.gform_legacy_markup_wrapper .gform_page_footer.left_label,
.gform_legacy_markup_wrapper .gform_page_footer.right_label {
padding: 16px 0 0 29%;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button, .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button {
display: -moz-inline-stack;
display: inline-block;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
margin-bottom: 8px;
}
.gform_legacy_markup_wrapper .gf_progressbar_wrapper {
clear: both;
width: 100%;
margin: 0 0 16px 0;
padding: 0 0 16px 0;
}
.gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
color: #767676;
font-size: 13px;
line-height: 1 !important;
margin: 0 0 8px 0 !important;
padding: 0 !important;
clear: both;
filter: alpha(opacity=60);
-moz-opacity: .6;
-khtml-opacity: .6;
opacity: .6;
}
.gform_legacy_markup_wrapper .gf_progressbar {
position: relative;
background: #e8e8e8;
position: relative;
-moz-border-radius: 10.5px;
-webkit-border-radius: 10.5px;
border-radius: 10.5px;
width: 100%;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage {
height: 21px;
text-align: right;
border-radius: 10.5px;
vertical-align: middle;
font-family: helvetica,arial,sans-serif;
font-size: 13px !important;
z-index:999;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_100 {
border-top-right-radius: 10.5px;
border-bottom-right-radius: 10.5px;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage span {
display: block;
width: auto;
float: right;
margin-right: 5px;
margin-left: 5px;
line-height: 21px;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_0 span {
color: #959595;
text-shadow: none;
float: none !important;
margin-left: 12px;
word-wrap: normal;
}
.gform_legacy_markup_wrapper .gf_progressbar_blue {
background: #D2D6DC;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {
background-color: #1E7AC4;
color: #FFF;
}
.gform_legacy_markup_wrapper .gf_progressbar_gray {
background: #D2D6DC;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_gray {
background-color: #6B7280 ;
color: #FFF;
}
.gform_legacy_markup_wrapper .gf_progressbar_green {
background: #E8E8E8;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_green {
background-color: #AAC138;
color: #FFF;
}
.gform_legacy_markup_wrapper .gf_progressbar_orange {
background: #E8EAEC;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_orange {
background-color: #FF5D38;
color: #FFF;
}
.gform_legacy_markup_wrapper .gf_progressbar_red {
background: #E8EAEC;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_red {
background-color: #EC1E31;
color: #FFF;
}
.gform_legacy_markup_wrapper .gf_progressbar_spring {
background: #D2D6DC;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_spring {
background: linear-gradient(270deg, #9CD790 0%, #76D7DB 100%);
color: #FFF;
}
.gform_legacy_markup_wrapper .gf_progressbar_blues {
background: #D2D6DC;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blues {
background: linear-gradient(270deg, #00C2FF 0%, #7838E2 100%);
color: #FFF;
}
.gform_legacy_markup_wrapper .gf_progressbar_rainbow {
background: #D2D6DC;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_rainbow {
background: linear-gradient(270deg, #1DBEEA 0%, #CD6AD6 50%, #F35160 100%);
color: #FFF;
}
.gform_legacy_markup_wrapper .gf_page_steps {
width: 100%;
margin: 0 0 8px 0;
padding: 0 0 4px 0;
border-bottom: 1px dotted #CCC;
}
.gform_legacy_markup_wrapper .gf_step {
width: 100%;
margin: 24px 24px 24px 0;
font-size: .875em;
height: 14px;
line-height: 1.25 !important;
filter: alpha(opacity=20);
-moz-opacity: .2;
-khtml-opacity: .2;
opacity: .2;
font-family: inherit;
}
.gform_legacy_markup_wrapper .gf_step span.gf_step_number {
font-size: 1.25em;
font-family: arial,sans-serif;
margin-right: 4px;
}
.gform_legacy_markup_wrapper .gf_step span.gf_step_number,
.gform_legacy_markup_wrapper .gf_step span.gf_step_label {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
}
.gform_legacy_markup_wrapper .gf_step.gf_step_active {
filter: alpha(opacity=100);
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}
.gform_legacy_markup_wrapper .gf_step.gf_step_hidden {
display: none;
}
.gform_legacy_markup_wrapper .gf_step_clear {
display: block;
clear: both;
height: 1px;
overflow: hidden;
}
.gform_legacy_markup_wrapper .gfield_password_strength {
border: 1px solid #DDD;
margin-top: 18px;
margin-bottom: 18px;
line-height: 1.8;
padding: 10px 5px;
text-align: center;
background-color: #EEE;
border-bottom: 3px solid #DDD;
}
.gform_legacy_markup_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
margin-right: 16px;
}
.gform_legacy_markup_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_legacy_markup_wrapper ul.right_label li.gfield .gfield_password_strength {
margin-top: 18px;
margin-bottom: 18px;
width: 100%;
}
.gform_legacy_markup_wrapper .gfield_password_strength.bad {
background-color: #FFB78C;
border-color: #FF853C;
border-bottom: 3px solid #FF853C;
}
.gform_legacy_markup_wrapper .gfield_password_strength.good {
background-color: #FFEC8b;
border-color: #FC0;
border-bottom: 3px solid #FC0;
}
.gform_legacy_markup_wrapper .gfield_password_strength.short,
.gform_legacy_markup_wrapper .gfield_password_strength.mismatch {
background-color: #FFA0A0;
border-color: #f04040;
border-bottom: 3px solid #f04040;
}
.gform_legacy_markup_wrapper .gfield_password_strength.strong {
background-color: #C3FF88;
border-color: #8DFF1C;
border-bottom: 3px solid #8DFF1C;
}
.gform_legacy_markup_wrapper .ginput_container_password,
.gform_legacy_markup_wrapper .ginput_container_password span {
position: relative;
}
.gform_legacy_markup_wrapper .ginput_container_password button {
-webkit-appearance: none;
appearance: none;
background: transparent;
border: none;
padding: 5px 0;
position: absolute;
right: 1px;
text-align: center;
top: 1px;
width: 40px;
}
.gform_legacy_markup_wrapper .ginput_container_password span.ginput_left button {
right: 9px;
}
.gform_legacy_markup_wrapper .ginput_container_password:not(.ginput_complex) span {
display: inline-block;
width: 100%;
}
.gform_legacy_markup_wrapper .ginput_container_password:not(.ginput_complex) span input {
width: 100%;
}
.gform_legacy_markup_wrapper .ginput_container_password span.medium {
width: calc(50% - 8px);
}
.gform_legacy_markup_wrapper .ginput_container_password span.small {
width: 25%;
}
.gform_legacy_markup_wrapper table.gfield_list,
.gform_legacy_markup_wrapper table.gfield_list caption,
.gform_legacy_markup_wrapper table.gfield_list tbody,
.gform_legacy_markup_wrapper table.gfield_list tfoot,
.gform_legacy_markup_wrapper table.gfield_list thead,
.gform_legacy_markup_wrapper table.gfield_list tr,
.gform_legacy_markup_wrapper table.gfield_list th,
.gform_legacy_markup_wrapper table.gfield_list td {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
.gform_legacy_markup_wrapper table.gfield_list {
border-spacing: 0;
border-collapse: collapse;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons{
padding-top: 15px;
} .gform_legacy_markup_wrapper table.gfield_list {
table-layout: auto !important ;
}
.gform_legacy_markup_wrapper table.gfield_list thead th {
font-weight: 700;
text-align: left;
}
.gform_legacy_markup_wrapper table.gfield_list colgroup {
width: 100%;
display: block;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error table.gfield_list thead th {
color: #790000;
}
.gform_legacy_markup_wrapper table.gfield_list thead,
.gform_legacy_markup_wrapper table.gfield_list tr {
padding: 0;
margin: 0;
}
.gform_legacy_markup_wrapper table.gfield_list th,
.gform_legacy_markup_wrapper table.gfield_list td {
padding: 4px 0 4px 0;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
padding: 0 0 4px 0;
}
.gform_legacy_markup_wrapper table.gfield_list th + th,
.gform_legacy_markup_wrapper table.gfield_list td + td {
padding: 0 0 0 16px;
}
.gform_legacy_markup_wrapper .gfield_list {
width: 100%;
}
.gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input {
width: 100%;
}
.gform_legacy_markup_wrapper .gfield_icon_disabled {
cursor: default !important;
filter: alpha(opacity=60);
-moz-opacity: .6;
-khtml-opacity: .6;
opacity: .6;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons {
width: 48px !important;
padding: 0 0 0 4px  !important;
box-sizing: border-box;
}
.gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons img {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
}
.gform_legacy_markup_wrapper .gform_card_icon_container {
display: flex;
height: 32px;
margin: 8px 0 6px 0;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon {
background-image: url(//finnpeak.fi/wp-content/plugins/gravityforms/images/gf-creditcards.svg);
background-repeat: no-repeat;
height: 32px;
margin-right: 4px;
text-indent: -9000px;
width: 40px;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_amex {
background-position: -167px 0;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_discover {
background-position: -221px 0;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard {
background-position: -275px 0;
}
.gform_legacy_markup_wrapper .gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_visa {
background-position: -59px 0;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb {
background-position: -329px 0;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro {
background-position: -5px 0;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected {
position: relative;
}
.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after {
display: block;
content: '';
position: absolute;
background: url(//finnpeak.fi/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg) center center no-repeat;
width: 13px;
height: 10px;
bottom: 4px;
right: -2px;
}
.gform_legacy_markup_wrapper .ginput_container_creditcard .ginput_card_security_code_icon {
width: 40px;
height: 32px;
display: inline-block;
background-image: url(//finnpeak.fi/wp-content/plugins/gravityforms/images/gf-creditcards.svg);
background-repeat: no-repeat;
background-position: -382px 0;
position: relative;
top: -3.5px;
}
.gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
padding: 24px;
border: 1px dashed #CCC;
text-align: center;
color: #AAA;
margin-bottom: 16px;
background: rgba(0, 0, 0, 0.02);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.gform_legacy_markup_wrapper span.gform_drop_instructions {
display: block;
margin-bottom: 8px;
}
.gform_legacy_markup_wrapper .gform_delete {
vertical-align: middle;
cursor: pointer;
}
.gform_legacy_markup_wrapper .copy_values_option_container .copy_values_enabled {
width: auto;
}
.gform_legacy_markup_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
margin-bottom: 1px;
} .gform_legacy_markup_wrapper .form_saved_message {
margin: 1em auto;
padding: 3em 2em 3em;
width: 99%;
font-size: 1em;
line-height: 1.8;
color: #31708f;
background-color: rgba(227, 243, 243, 1);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.gform_legacy_markup_wrapper .form_saved_message p.resume_form_link_wrapper {
background-color: rgba(255, 255, 255, 1);
display: inline-block;
padding: 1em;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
max-width: 98% !important;
overflow: hidden;
-webkit-box-shadow: 0px 3px 2px 0px rgba(66,103,126,.2);
-moz-box-shadow: 0px 3px 2px 0px rgba(66,103,126,.2);
box-shadow: 0px 3px 2px 0px rgba(66,103,126,.2);
}
.gform_legacy_markup_wrapper .form_saved_message a.resume_form_link {
word-wrap: break-word;
text-decoration: none;
color: rgba(47, 99, 126, 1);
}
.gform_legacy_markup_wrapper .form_saved_message .form_saved_message_emailform {
margin: 1em 0 0 0;
}
.gform_legacy_markup_wrapper .form_saved_message label.form_saved_label {
position: absolute;
left: -9000px;
}
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=text] {
margin-bottom: .25em;
}
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form label.gform_resume_email_label {
font-size: 1em;
display: block;
}
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input {
margin: 0 auto;
display: inline-block;
}
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=email] {
padding: calc(.75em - 1px) !important;
width: 24em;
max-width: 98% !important;
font-size: 1em;
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(145, 175, 199, 1);
color: rgba(66, 66, 66, 1);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(238,238,238,1);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(238,238,238,1);
box-shadow: inset 0px 0px 5px 0px rgba(238,238,238,1);
}
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
padding: .75em 1em;
font-size: 1em;
line-height: 1;
background-color: #31708f;
border: 1px solid #31708f;
color: rgba(255, 255, 25566, 1);
text-transform: uppercase;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-appearance: none;
-moz-appearance: none;
}
@media only screen and (max-width: 640px) {
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=email],
.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
display: block;
width: 98%;
}
}
.gform_legacy_markup_wrapper .form_saved_message .form_saved_message_emailform .validation_message {
color: #790000;
font-weight: 700;
padding: 2em;
}
.gform_legacy_markup_wrapper .form_saved_message_sent {
margin: 1em auto;
padding: 3em 2em;
width: 99%;
font-size: 1em;
background-color: rgba(233, 255, 217, 1);
color: rgba(60, 118, 61, 1);
text-align: center;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-sizing: border-box;
}
.gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_email,
.gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_success {
font-weight: 700;
display: block;
line-height: 2;
}
.gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_email {
word-wrap: break-word;
text-decoration: underline;
}
body #content .entry-content .gform_legacy_markup_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_legacy_markup_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
line-height: 1 !important;
}
body .gform_legacy_markup_wrapper img.ui-datepicker-trigger {
width: 17px !important;
height: 16px !important;
display: -moz-inline-stack;
display: inline-block;
}
body .gform_legacy_markup_wrapper img.add_list_item,
body .gform_legacy_markup_wrapper img.delete_list_item {
display: -moz-inline-stack;
display: inline-block;
margin-top: -2px;
}
.gform_legacy_markup_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
margin-top: 16px;
}
.gform_legacy_markup_wrapper li.gfield ul.gfield_radio li input[type="radio"] + input[type="text"] {
width: 45.25%;
}
.gform_legacy_markup_wrapper table.recaptchatable {
table-layout: auto;
} .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
margin-left: 29%;
} .gform_legacy_markup_wrapper .gfield .wp-editor-container {
border: 1px solid #ddd;
}
.gform_legacy_markup_wrapper .gfield .wp-switch-editor {
border-color: #ddd;
}
.gform_legacy_markup_wrapper .gfield .tmce-active .switch-tmce,
.gform_legacy_markup_wrapper .gfield .html-active .switch-html {
border-bottom-color: #f5f5f5;
}
.gform_legacy_markup_wrapper .gfield .mce-edit-area iframe {
width: 99.9% !important;
margin: 0 !important;
}
body .gform_legacy_markup_wrapper ul li.gfield {
margin-top: 16px;
padding-top: 0;
}
body .gform_legacy_markup_wrapper ul.gfields li.gfield label.gfield_label {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
} body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
line-height: inherit;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
list-style-type: disc !important;
margin: 0 0 8px 0;
overflow: visible;
padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
list-style-type: disc !important;
margin: 16px 0 16px 28px !important;
padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
list-style-type: decimal!important;
overflow: visible;
margin: 0 0 8px 0;
padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
list-style-type: decimal !important;
margin: 16px 0 18px 32px;
padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
list-style-type: disc !important;
padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
margin: 16px 0 16px 16px;
}
body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
margin: 0 0 8px;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
margin: 0 0 18px 0;
padding-left: 0;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
font-weight: 700;
}
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
margin: 0 0 16px 18px;
}
.gform_legacy_markup_wrapper span.gf_clear_span {
display: block;
height: 1px;
overflow: hidden;
width: 100%;
float: none;
clear: both;
margin-top: -1px;
}  .gform_legacy_markup_wrapper .chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.gform_legacy_markup_wrapper .chosen-container * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-drop {
position: absolute;
top: 100%;
z-index: 1010;
width: 100%;
border: 1px solid #aaa;
border-top: 0;
background: #fff;
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
display: none;
}
.gform_legacy_markup_wrapper .chosen-container.chosen-with-drop .chosen-drop {
display: block;
}
.gform_legacy_markup_wrapper .chosen-container a {
cursor: pointer;
}
.gform_legacy_markup_wrapper .chosen-container .search-choice .group-name,
.gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name {
margin-right: 4px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: normal;
color: #999999;
}
.gform_legacy_markup_wrapper .chosen-container .search-choice .group-name:after,
.gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name:after {
content: ":";
padding-left: 2px;
vertical-align: top;
}  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: 0 0 0 8px;
height: 25px;
border: 1px solid #aaa;
border-radius: 5px;
background-color: #fff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
background-clip: padding-box;
-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
color: #444;
text-decoration: none;
white-space: nowrap;
line-height: 24px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single input[type="text"] {
cursor: pointer;
opacity: 0;
position: absolute;
width: 0;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-default {
color: #999;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
white-space: nowrap;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single-with-deselect span {
margin-right: 38px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr {
position: absolute;
top: 6px;
right: 26px;
display: block;
width: 12px;
height: 12px;
background: url(//finnpeak.fi/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr:hover {
background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 18px;
height: 100%;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b {
display: block;
width: 100%;
height: 100%;
background: url(//finnpeak.fi/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat 0px 2px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-search {
position: relative;
z-index: 1010;
margin: 0;
padding: 3px 4px;
white-space: nowrap;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type="text"] {
margin: 1px 0;
padding: 4px 20px 4px 5px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #aaa;
background: url(//finnpeak.fi/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat 100% -20px;
font-size: 1em;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-drop {
margin-top: -1px;
border-radius: 0 0 4px 4px;
background-clip: padding-box;
}
.gform_legacy_markup_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute;
opacity: 0;
pointer-events: none;
}  .gform_legacy_markup_wrapper .chosen-container .chosen-results {
color: #444;
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0 4px 4px 0;
padding: 0 0 0 4px;
max-height: 240px;
-webkit-overflow-scrolling: touch;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li {
display: none;
margin: 0;
padding: 5px 6px;
list-style: none;
line-height: 15px;
word-wrap: break-word;
-webkit-touch-callout: none;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.highlighted {
background-color: #3875d7;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
color: #fff;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.no-results {
color: #777;
display: list-item;
background: #f4f4f4;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-option {
padding-left: 15px;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline;
}  .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices {
position: relative;
overflow: hidden;
margin: 0;
padding: 0 5px;
width: 100%;
height: auto;
border: 1px solid #aaa;
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
background-image: linear-gradient(#eee 1%, #fff 15%);
cursor: text;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li {
float: left;
list-style: none;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 1px 0;
padding: 0;
height: 25px;
outline: 0;
border: 0 !important;
background: transparent !important;
-webkit-box-shadow: none;
box-shadow: none;
color: #999;
font-size: 100%;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
width: 25px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice {
position: relative;
margin: 3px 5px 3px 0;
padding: 3px 20px 3px 5px;
border: 1px solid #aaa;
max-width: 100%;
border-radius: 3px;
background-color: #eeeeee;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-size: 100% 19px;
background-repeat: repeat-x;
background-clip: padding-box;
-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
color: #333;
line-height: 13px;
cursor: default;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice span {
word-wrap: break-word;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 4px;
right: 3px;
display: block;
width: 12px;
height: 12px;
background: url(//finnpeak.fi/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) -42px 1px no-repeat;
font-size: 1px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
color: #666;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
background: #d4d4d4;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-results {
margin: 0;
padding: 0;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default;
}  .gform_legacy_markup_wrapper .chosen-container-active .chosen-single {
border: 1px solid #5897fb;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
border: 1px solid #aaa;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
background-image: linear-gradient(#eee 20%, #fff 80%);
-webkit-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
}
.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none;
background: transparent;
}
.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 2px;
}
.gform_legacy_markup_wrapper .chosen-container-active .chosen-choices {
border: 1px solid #5897fb;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gform_legacy_markup_wrapper .chosen-container-active .chosen-choices li.search-field input[type="text"] {
color: #222 !important;
}  .gform_legacy_markup_wrapper .chosen-disabled {
opacity: 0.5 !important;
cursor: default;
}
.gform_legacy_markup_wrapper .chosen-disabled .chosen-single {
cursor: default;
}
.gform_legacy_markup_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
cursor: default;
}  .gform_legacy_markup_wrapper .chosen-rtl {
text-align: right;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single {
overflow: visible;
padding: 0 8px 0 0;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single div {
right: auto;
left: 3px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single abbr {
right: auto;
left: 26px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li {
float: right;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-field input[type="text"] {
direction: rtl;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 3px 5px 3px 19px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
right: auto;
left: 4px;
}
.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single .chosen-results {
margin: 0 0 4px 4px;
padding: 0 4px 0 0;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-results li.group-option {
padding-right: 15px;
padding-left: 0;
}
.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
border-right: none;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type="text"] {
padding: 4px 5px 4px 20px;
background: url(//finnpeak.fi/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat -30px -20px;
direction: rtl;
}
.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
background-position: 6px 2px;
}
.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px;
}  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
.gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type="text"],
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr,
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b,
.gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type="text"],
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-down span,
.gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-up span {
background-image: url(//finnpeak.fi/wp-content/plugins/gravityforms/legacy/css/chosen-sprite@2x.png) !important;
background-size: 52px 37px !important;
background-repeat: no-repeat !important;
}
}  body .gform_legacy_markup_wrapper .chosen-container a.chosen-single {
border-radius: inherit;
}
body .gform_legacy_markup_wrapper ul.chosen-results li {
line-height: inherit;
}
@media only screen and (max-width: 641px)  { .gform_legacy_markup_wrapper input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
line-height: 2;
min-height: 2rem;
}
.gform_legacy_markup_wrapper textarea {
line-height: 1.5;
}
.gform_legacy_markup_wrapper .chosen-container.chosen-container-single[style] {
width: 100% !important;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
height: 40px;
line-height: 2.8;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b {
position: relative;
top: 10px;
}
.gform_legacy_markup_wrapper div.chosen-container.chosen-container-multi[style] {
width: 100% !important;
}
.gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
.gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
width: 100%;
line-height: inherit;
float: none;
}
.gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
margin-bottom: 0;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
top: calc(50% - 6px);
}
.gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
margin-bottom: 8px;
display: block;
}
.gform_legacy_markup_wrapper li.field_sublabel_below .ginput_complex {
margin-top: 12px !important;
}
.gform_legacy_markup_wrapper ul.gfield_radio li label,
.gform_legacy_markup_wrapper ul.gfield_checkbox li label {
width: 85%;
cursor: pointer;
}
}
@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px)  {
.gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
margin-top: 32px;
} .gform_legacy_markup_wrapper table.gfield_list {
border: 0;
}
.gform_legacy_markup_wrapper table.gfield_list thead {
position: absolute;
top: -9999px;
left: -9999px;
}
.gform_legacy_markup_wrapper table.gfield_list tr {
margin-bottom: 10px;
display: block;
background: #fff;
position:relative;
border: 1px solid #CCC;
border-top: 2px solid #CCC;
border-bottom: 4px solid #CCC;
}
.gform_legacy_markup_wrapper table.gfield_list td {
display: block;
margin-left: 8px;
margin-right: 8px;
}
.gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons {
border-bottom: 0;
margin: 16px 0 0 0 !important;
}
.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,
.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
content: attr(data-label);
font-size: .875em;
letter-spacing: 0.5pt;
white-space: nowrap;
display: block;
clear: both;
}
.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
margin: 8px 0 3px 8px;
}
.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
margin: 3px 0 8px 8px;
}
.gform_legacy_markup_wrapper table.gfield_list th + th,
.gform_legacy_markup_wrapper table.gfield_list td + td {
padding: 4px 0 0 0;
}
.gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_odd,
.gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_even {
margin: 16px 0;
}
.gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
padding-top: 12px;
}
.gform_legacy_markup_wrapper table.gfield_list tr {
padding-top: 12px;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons {
width: 100% !important;
padding: 5px 4px 1px 4px !important;
background-color: #EEE;
text-align: center;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
margin: 12px 0 0 16px !important;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
margin: 12px 0 0 8px !important;
}
.gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
margin-left: 0;
}
.gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input {
width: calc(100% - 16px);
margin-left: 8px;
margin-right: 8px;
}
} @media only screen and (min-width: 641px) {
.gform_legacy_markup_wrapper .gform_body {
width: 100%;
}
.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
max-width: calc(100% - 16px) !important;
}
.gform_legacy_markup_wrapper .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_radio li {
margin: 0 0 8px 0;
line-height: 1.3;
}
.gform_legacy_markup_wrapper .gsection {
margin: 28px 16px 28px 0;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_label {
float: left;
width: 29%;
padding-right: 16px;
margin-bottom: 16px;
}
.gform_legacy_markup_wrapper .right_label .gfield_label {
text-align: right;
}
.gform_legacy_markup_wrapper .left_label .gfield_description,
.gform_legacy_markup_wrapper .right_label .gfield_description {
width: 70%;
}
.gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li {
margin-bottom: 10px;
}
.gform_legacy_markup_wrapper .right_label .gfield_description,
.gform_legacy_markup_wrapper .left_label .gfield_description,
.gform_legacy_markup_wrapper .left_label .instruction,
.gform_legacy_markup_wrapper .right_label .instruction {
margin-left: 29%;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
margin-left: 0;
padding-top: 4px;
padding-left: 0;
line-height: 1.5;
}
.gform_legacy_markup_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
margin-left: 29% !important;
width: 70%;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
overflow: hidden;
}
.gform_legacy_markup_wrapper .right_label div.ginput_complex,
.gform_legacy_markup_wrapper .left_label div.ginput_complex {
width: 70%;
margin-left: 29%;
}
.gform_legacy_markup_wrapper .right_label input.small,
.gform_legacy_markup_wrapper .right_label select.small,
.gform_legacy_markup_wrapper .left_label input.small,
.gform_legacy_markup_wrapper .left_label select.small {
width: 15%;
}
.gform_legacy_markup_wrapper .right_label input.medium,
.gform_legacy_markup_wrapper .right_label select.medium,
.gform_legacy_markup_wrapper .left_label input.medium,
.gform_legacy_markup_wrapper .left_label select.medium {
width: calc(35% - 8px);
}
.gform_legacy_markup_wrapper .right_label input.large,
.gform_legacy_markup_wrapper .right_label select.large,
.gform_legacy_markup_wrapper .left_label input.large,
.gform_legacy_markup_wrapper .left_label select.large {
width: 70%;
}
.gform_legacy_markup_wrapper .right_label textarea.small,
.gform_legacy_markup_wrapper .left_label textarea.small,
.gform_legacy_markup_wrapper .right_label textarea.medium,
.gform_legacy_markup_wrapper .left_label textarea.medium,
.gform_legacy_markup_wrapper .right_label textarea.large,
.gform_legacy_markup_wrapper .left_label textarea.large {
width: 70%;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_list {
width: 70%;
margin-left: 29% !important;
}
.gform_legacy_markup_wrapper .top_label .gfield_list {
width: 100%;
}
.gform_legacy_markup_wrapper .left_label .gf_list_one_column,
.gform_legacy_markup_wrapper .right_label .gf_list_one_column {
width: 45%;
}
.gform_legacy_markup_wrapper .top_label .gf_list_one_column {
width: 46%;
}
.gform_legacy_markup_wrapper .left_label li.hidden_label input,
.gform_legacy_markup_wrapper .right_label li.hidden_label input {
margin-left: 3.7%;
}
.gform_legacy_markup_wrapper .left_label li.gfield .gfield_password_strength,
.gform_legacy_markup_wrapper .right_label li.gfield .gfield_password_strength {
margin-left: 29%;
}
.gform_legacy_markup_wrapper .top_label input.small,
.gform_legacy_markup_wrapper .top_label select.small {
width: 25%;
}
.gform_legacy_markup_wrapper .top_label input.medium,
.gform_legacy_markup_wrapper .top_label select.medium {
width: calc(50% - 8px);
}
.gform_legacy_markup_wrapper.gform_validation_error .top_label input.medium,
.gform_legacy_markup_wrapper.gform_validation_error .top_label select.medium {
width: 50%;
}
.gform_legacy_markup_wrapper .top_label input.large,
.gform_legacy_markup_wrapper .top_label select.large,
.gform_legacy_markup_wrapper .hidden_label input.large,
.gform_legacy_markup_wrapper .hidden_label select.large {
width: 100%;
}
.gform_legacy_markup_wrapper .top_label input.small.datepicker,
.gform_legacy_markup_wrapper .top_label input.medium.datepicker,
.gform_legacy_markup_wrapper .top_label input.large.datepicker {
width: auto;
}
.gform_legacy_markup_wrapper textarea.small {
height: 80px;
width: 100%;
}
.gform_legacy_markup_wrapper textarea.medium {
height: 160px;
width: 100%;
}
.gform_legacy_markup_wrapper textarea.large {
height: 320px;
width: 100%;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_left,
.gform_legacy_markup_wrapper .ginput_complex .ginput_right {
width: 50%;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
margin: 0 -4px 0 0;
}
.gform_legacy_markup_wrapper .ginput_container_password .ginput_right {
padding-left: 8px;
}
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_left,
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_right {
width: 50%;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left,
.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_right {
min-height: 43px;
position: relative;
float: left;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_right input {
display: inline-block;
width: 30%;
max-width: 7rem;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left {
width: 50%;
}
.gform_legacy_markup_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.gform_legacy_markup_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
width: 47% !important;
display: -moz-inline-stack;
display: inline-block;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
margin-right: 4px;
}
.gform_legacy_markup_wrapper .gf_step {
width:auto;
display: -moz-inline-stack;
display: inline-block;
margin: 16px 32px 16px 0;
}
.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit],
.gform_legacy_markup_wrapper .gform_footer input[type=image] {
display: -moz-inline-stack;
display: inline-block;
}
.gform_legacy_markup_wrapper .gform_footer input[type=image] {
vertical-align: middle;
}
.gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
font-size: 1em;
margin-left: 16px;
display: -moz-inline-stack;
display: inline-block;
}
.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit],
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
font-size: 1em;
width: auto;
margin: 0 16px 0 0;
}
.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
padding-right: 16px;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_left {
padding-right: 8px;
}
.gform_legacy_markup_wrapper .left_label .ginput_complex.ginput_container_address:after {
content: "";
display: block;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_left {
margin-right: 8px;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_right {
margin-right: -8px;
padding-right: 8px;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
padding-right: 8px !important ;
margin-right: 8px;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
padding-right: 8px !important ;
margin-right: -8px;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
margin-right: 8px;
}
.gform_legacy_markup_wrapper .gfield_error .ginput_container {
padding-right: 0;
}
.gform_legacy_markup_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
margin: 18px 0 18px 0;
}
.gform_legacy_markup_wrapper .gform_footer:not(.top_label) {
padding: 16px 0 10px 0;
margin-left: 29%;
width: 70%;
} .gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
width: calc(100% + 15px);
}
.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
width: calc(100% + 13px);
}
.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
width: calc(100% + 14px);
} .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
width: calc(70% + 15px);
margin-left: 29%;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
width: calc(70% + 24px);
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
width: calc(70% + 13px);
margin-left: 29%;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
width: calc(70% + 14px);
margin-left: 29%;
}
.gform_legacy_markup_wrapper div.ginput_container_name span {
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
padding-right: 16px;
margin-right: -4px;
}
.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_1 span {
width: 100%;
}
.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
width: 50%;    }
.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_3 span {
width: 33.3%;
}
.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_4 span {
width: 25%;
}
.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_5 span {
width: 19.95%;
} .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
width: 99.75% !important;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
width: 49.75% !important;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
width: 33% !important;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
width: 24.75% !important;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
width: 19.75% !important;
}
html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
margin-left: 0!important;
}
.gform_legacy_markup_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
width: calc(100% + 15px);
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
width: calc(70% + 16px);
margin-left: 29%;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
width: calc(70% + 17px);
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
width: calc(70% + 8px) !important;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
.gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
padding-right: 16px;
}
.gform_legacy_markup_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_legacy_markup_wrapper ul.right_label li.gfield .gfield_password_strength {
width: 70%;
} .gform_legacy_markup_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
padding-right: 0;
}
.gform_legacy_markup_wrapper .ginput_complex span.ginput_left.address_country {
margin-right: 0;
}
html:not([dir="rtl"]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date),
html:not([dir="rtl"]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .clear-multi,
html:not([dir="rtl"]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_description {
width: 70%;
margin-left: 29%;
}
.gform_legacy_markup_wrapper .gf_progressbar {
width: calc(100% - 16px);
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
margin-left: 29%;
width: 70%
}
body .gform_legacy_markup_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
width: calc(50% - 8px);
margin-right: 0;
} .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
margin-left: 29% !important;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
margin-bottom: 0;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_button {
margin-right: 10px;
} body .gform_legacy_markup_wrapper select.medium.gfield_select + div.chosen-container-single[style],
body .gform_legacy_markup_wrapper select.medium.gfield_select + div.chosen-container-multi[style] {
width: calc(50% - 8px) !important;
}
body .gform_legacy_markup_wrapper select.large.gfield_select + div.chosen-container-single[style],
body .gform_legacy_markup_wrapper select.large.gfield_select + div.chosen-container-multi[style] {
width: 100% !important;
}
body .gform_legacy_markup_wrapper select.small.gfield_select + div.chosen-container-single[style],
body .gform_legacy_markup_wrapper select.small.gfield_select + div.chosen-container-multi[style] {
width: 25% !important;
}
}    .gform_legacy_markup_wrapper .gfield_repeater_cell  > .gfield_repeater_wrapper   {
border-left: 8px solid rgba(54, 86, 102, 0.1);
background-color: rgba(1,1,1,0.02);
padding: 10px 20px;
border-radius: 8px;
border-bottom: 1px solid rgba(238, 238, 238, 1.000);
} .gform_legacy_markup_wrapper .gfield_repeater_wrapper input  {
border:1px solid rgba(197, 198, 197, 1.000);
border-radius: 4px;
} .gform_legacy_markup_wrapper .gfield_repeater_wrapper .gfield_repeater_wrapper{
margin-top: 10px;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_text,
.gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_text{
min-width: 100px;
height: 30px;
background: rgba(242, 242, 242, 0.5);
transition: all .3s cubic-bezier(0.67, 0.17, 0.40, 0.83);
font-size: 12px;
color: rgba(117, 117, 117, 1);
border-radius: 20px;
margin-right: 10px;
margin-bottom: 5px;
border: 1px solid rgba(117, 117, 117, 0.4);
font-weight: 400;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_plus,
.gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_minus{
width: 22px;
height: 22px;
background: rgba(242, 242, 242, 0.5);
transition: all .3s cubic-bezier(0.67, 0.17, 0.40, 0.83);
font-size: 16px;
color: rgba(117, 117, 117, 1);
border-radius: 50%;
margin: 10px 5px 0px 5px;
border: 1px solid rgba(117, 117, 117, 0.4);
font-weight: 700;
padding: 0px;
padding-bottom: 5px;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons button.gfield_icon_disabled {
cursor: default;
filter: alpha(opacity=30);
-moz-opacity: .3;
-khtml-opacity: .3;
opacity: .3;
}
.gform_legacy_markup_wrapper .gfield_repeater_buttons button.gfield_icon_disabled:hover {
background: rgba(242, 242, 242, 0.5);
color: rgba(117, 117, 117, 1);
border: 1px solid rgba(117, 117, 117, 0.4);
} .gform_legacy_markup_wrapper .gfield_repeater_buttons button:hover {
background: rgba(250, 250, 250, 1.000);
color: #374750;
border:1px solid rgba(117, 117, 117, 1);
} .gform_legacy_markup_wrapper .gfield_repeater .gfield_repeater_items  .gfield_repeater_item:not(:last-child)  {
border-bottom: 2px solid #e0e0e6;
padding-bottom: 20px;
} .gform_legacy_markup_wrapper .gfield_repeater_cell  > .gfield_repeater_wrapper   {
border-left: 8px solid rgba(241, 241, 241, 1.000);
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.06), 0 2px 1px -1px rgba(0,0,0,0.06), 0 1px 5px 0 rgba(0,0,0,0.06);
}    .gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_text:focus,
.gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_text:focus {
outline:0;
} .gform_legacy_markup_wrapper .gfield_repeater_item .gfield_repeater_cell .gfield_required {
color: #c32121;
} .gform_legacy_markup_wrapper .gfield_repeater_cell label{
color:rgb(155, 154, 154);
font-weight: 400;
font-size: 14px;
padding-top: 8px;
}    .gform_legacy_markup_wrapper .gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell{
padding-bottom: 20px;
padding-top: 0px;
} .gform_legacy_markup_wrapper div .gfield_repeater_cell {
margin-top: 5px;
} .gform_legacy_markup_wrapper .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child)  {
border-bottom: 2px solid #e0e0e6;
padding-bottom: 20px;
margin-bottom: 20px;
margin-right: 10px;
} .gform_legacy_markup_wrapper .gfield_repeater_value > .gfield_repeater {
border-left: 8px solid rgba(54, 86, 102, 0.1);
background-color: rgba(1, 1, 1, 0.02);
padding: 10px 20px;
border-radius: 8px;
border-bottom: 1px solid rgba(238, 238, 238, 1.000);
margin: 10px;
} .gform_legacy_markup_wrapper .gfield_repeater_cell  .gfield_repeater_value:not(:first-child)  {
color: rgba(117, 117, 117,0.7);
border:1px solid rgba(197, 198, 197, 1.000);
border-radius: 4px;
margin-right: 10px;
padding-left: 10px;
background-color: rgba(240, 240, 240, 1.000);
} .gform_legacy_markup_wrapper .gfield_repeater_items .gfield_repeater_cell:not(:first-child),
.gform_legacy_markup_wrapper .gfield_repeater .gfield_repeater_items{
padding-top: 5px;
} .gform_legacy_markup_wrapper .gfield_repeater .gfield_label {
color: rgba(35, 40, 45, 1.000);
font-size: 16px;
font-weight: 600;
} .gform_legacy_markup_wrapper .gfield_repeater_value .gfield_label {
padding-bottom: 0px;
} .gform_legacy_markup_wrapper .gfield_repeater_value .gfield_repeater_value .gfield_repeater_item:first-child {
padding-bottom: 0px;
}@media only screen and (min-width: 641px) {
.gform_wrapper .top_label li.gfield.gf_inline {
vertical-align: top;
width: auto !important;
margin: 0;
padding-right: 16px;
float: none !important;
display: -moz-inline-stack;
display: inline-block;
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=url].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=password].large,
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium,
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=url].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,
.gform_wrapper .top_label li.gfield.gf_inline input[type=password].small {
width: 100%;
}
.gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
width: 96px !important;
}
.gform_wrapper .top_label li.gfield.gf_inline select {
width: 100%;
}
.gform_wrapper .top_label li.gfield.gf_inline textarea {
width: 100%;
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
width: 70% !important;
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute,
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year {
width: 50px;
}
.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
width: auto;
}
.gform_wrapper li.gf_inline div.ginput_container {
white-space: nowrap !important;
}
.gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
display: block !important;
}
.gform_wrapper li.gfield.gfield_error.gf_inline {
margin-right: 16px;
padding-right: 0;
}
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
width: 50%;
padding-right: 16px;
float: none;
}
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
width: 100% !important;
margin: 8px 0 0 0;
padding-left: 0;
padding-right: 0;
}
.gform_wrapper .top_label li.gfield.gf_left_half:before {
content: "";
display: block;
clear: both;
}
.gform_wrapper .top_label li.gfield.gf_right_half:after {
content:"";
display: table;
clear:both;
}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
max-width: calc(50% - 16px);
padding-right: 0;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
margin-right: 16px;
}
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,
.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,
.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium,
.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large {
width: 100%;
}
.gform_wrapper .top_label li.gfield.gf_left_half textarea,
.gform_wrapper .top_label li.gfield.gf_right_half textarea {
width: 98%;
}
.gform_wrapper .top_label li.gfield.gf_left_half input.small,
.gform_wrapper .top_label li.gfield.gf_right_half input.small {
width: 35%;
}
.gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {
padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
padding: 0 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield,
.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer {
clear: both;
} .gform_wrapper .top_label li.gfield.gf_left_third,
.gform_wrapper .top_label li.gfield.gf_middle_third,
.gform_wrapper .top_label li.gfield.gf_right_third {
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
float: none;
}
.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
width: 33.3%;
}
.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
width: 33.4%;
}
.gform_wrapper .top_label li.gfield.gf_left_third,
.gform_wrapper .top_label li.gfield.gf_middle_third,
.gform_wrapper .top_label li.gfield.gf_right_third {
margin-bottom: 8px;
}
.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,
.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,
.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,
.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,
.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,
.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,
.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,
.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,
.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,
.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,
.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium,
.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large {
width: 100%;
}
.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity),
.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity):not(.ginput_container_time input),
.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity),
.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,
.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,
.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
width:100% !important;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
width: calc(33.3% - 24px) !important;
margin-right: 16px;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
width: 33.4%;
}
.gform_wrapper .top_label li.gfield.gf_right_third:after {
content:"";
display: table;
clear: both;
}
.gform_wrapper .top_label li.gfield.gf_left_third+li.gsection,
.gform_wrapper .top_label li.gfield.gf_right_third+li.gsection {
padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gf_left_third+li.gfield,
.gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,
.gform_wrapper .top_label li.gfield.gf_right_third+li.gfield,
.gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer {
clear: both;
} .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
width: 25%;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
float: none;
}
.gform_wrapper .top_label li.gfield.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter {
margin-bottom: 8px;
}
.gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
.gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
.gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
.gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
.gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select,
.gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select,
.gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select {
width: 100% !important;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter,
.gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter {
width: 24.5%;
}
.gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
content: "";
display: table;
clear: both;
}
.gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
width: 97.5%;
}
.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gsection,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gsection {
padding: 16px 0 8px 0;
}
.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_second_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_third_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gfield,
.gform_wrapper .top_label li.gfield.gf_first_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_second_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_third_quarter+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_fourth_quarter+.gform_footer {
clear: both;
} .gform_wrapper .top_label li ul.gfield_checkbox,
.gform_wrapper .top_label li ul.gfield_radio {
width: calc(100% + 16px);
}
.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,
.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
width: calc(70% + 16px);
}
.gform_wrapper li.gfield[class*="col"][class*="gf_list_"] ul.gfield_checkbox,
.gform_wrapper li.gfield[class*="col"][class*="gf_list_"] ul.gfield_radio {
font-size: 0;
display: block;
}
.gform_wrapper li.gfield[class*="col"][class*="gf_list_"] ul.gfield_checkbox li,
.gform_wrapper li.gfield[class*="col"][class*="gf_list_"] ul.gfield_radio li {
font-size: 0.9rem;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
width: 50%;
display: -moz-inline-stack;
display: inline-block;
margin: 0;
padding-right: 16px;
min-height: 28px;
vertical-align: top;
}
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
width: 33.3%;
display: -moz-inline-stack;
display: inline-block;
margin: 0 0 2px 0;
padding-right: 16px;
min-height: 28px;
vertical-align: top;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
max-width: 75%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
}
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
width: 25%;
display: -moz-inline-stack;
display: inline-block;
margin: 0;
padding-right: 16px;
min-height: 28px;
vertical-align: top;
}
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
width: 20%;
display: -moz-inline-stack;
display: inline-block;
margin: 0;
padding-right: 16px;
min-height: 28px;
vertical-align: top;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
overflow: hidden;
}
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label,
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label,
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label,
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label,
.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
margin: 0 0 10px 0;
} .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
-webkit-column-gap: 16px;
-moz-column-gap: 16px;
column-gap: 16px;
}
.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label {
margin: 0 0 10px 0;
}
.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
width: calc(100% - 16px);
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
width: calc(100% - 8px);
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
width: calc(100% - 8px);
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
width: calc(100% - 8px);
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
}
.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
.gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label,
.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
.gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label,
.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
.gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label,
.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
.gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
max-width: 75%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
height: 25px;
}
.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
height: 50px;
}
.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
height: 75px;
}
.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
height: 100px;
}
.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
height: 125px;
}
.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
height: 150px;
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
width: auto !important;
float: none !important;
margin: 0 8px 10px 0;
display: -moz-inline-stack;
display: inline-block;
}
html[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
html[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
padding-left: 16px !important;
padding-right: 0 !important;
}
.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
display: none !important;
}
.gform_wrapper li.gsection.gf_scroll_text {
height: 240px;
width: calc(100% - 16px);
padding: 16px;
background-color: #fff;
overflow-y: scroll;
overflow-x: hidden;
border: 1px solid #CCC;
border-bottom: 1px solid #CCC !important;
}
.gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
margin: 10px 10px 0 8px !important
}
.gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title,
.gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title {
margin: 0 10px 0 8px !important;
}
.gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
margin: 10px;
font-size: 12px;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
list-style-type: disc !important;
margin: 0 0 8px;
overflow: visible;
padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
list-style-type: disc !important;
margin: 16px 0 16px 18px;
padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
list-style-type: decimal!important;
overflow: visible;
margin: 0 0 8px;
padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
list-style-type: decimal!important;
margin: 16px 0 18px 32px;
padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
list-style-type: disc !important;
padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
margin: 16px 0 16px 18px;
}
.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
margin: 0 0 8px;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
margin: 0 0 18px 0;
padding-left: 0;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
font-weight: 700;
}
.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
margin: 0 0 16px 18px;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_green,
.gform_wrapper li.gfield.gfield_html.gf_alert_red,
.gform_wrapper li.gfield.gfield_html.gf_alert_yellow,
.gform_wrapper li.gfield.gfield_html.gf_alert_gray,
.gform_wrapper li.gfield.gfield_html.gf_alert_blue {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 20px 0 !important;
padding: 20px !important;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_green {
border: 1px solid #97B48A;
background-color: #CBECA0;
text-shadow: #DFB 1px 1px;
color: #030;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_red {
border: 1px solid #CFADB3;
background-color: #FAF2F5;
text-shadow: #FFF 1px 1px;
color: #832525;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
border: 1px solid #E6DB55;
background-color: #FFFBCC;
text-shadow: #FCFAEA 1px 1px;
color: #222;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_gray {
border: 1px solid #CCC;
background-color: #EEE;
text-shadow: #FFF 1px 1px;
color: #424242;
}
.gform_wrapper li.gfield.gfield_html.gf_alert_blue {
border: 1px solid #a7c2e7;
background-color: #D1E4F3;
text-shadow: #E0F1FF 1px 1px;
color: #314475;
}
div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
margin: 30px 0;
max-width: 99%;
border-top: 1px solid #E6DB55;
border-bottom: 1px solid #E6DB55;
padding: 32px;
background-color: #FFFBCC;
color: #424242;
font-size: 25px;
}
div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
margin: 30px 0;
max-width: 99%;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
padding: 32px;
background-color: #EAEAEA;
color: #424242;
font-size: 25px;
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
position: relative;
background-color: #FFFBD2;
margin: 30px 0;
border: 1px solid #E6DB55;
-webkit-box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
-moz-box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_message {
margin: 0;
padding: 40px;
max-width: 99%;
font-size: 28px;
border-top: 2px solid #FFF;
border-bottom: 1px solid #E6DB55;
background-color: #FFFBCC;
color: #424242;
background: #fffce5;
background: -moz-linear-gradient(top,  #fffce5 0%, #fff9bf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffce5), color-stop(100%,#fff9bf));
background: -webkit-linear-gradient(top,  #fffce5 0%,#fff9bf 100%);
background: -o-linear-gradient(top,  #fffce5 0%,#fff9bf 100%);
background: -ms-linear-gradient(top,  #fffce5 0%,#fff9bf 100%);
background: linear-gradient(to bottom,  #fffce5 0%,#fff9bf 100%);
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
position: relative;
background-color: #f1fcdf;
margin: 30px 0;
border: 1px solid #a7c37c;
-webkit-box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
-moz-box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
}
div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
margin: 0;
padding: 40px;
max-width: 99%;
font-size: 28px;
border-top: 2px solid #effade;
border-bottom: 1px solid #a7c37c;
background-color: #FFFBCC;
text-shadow: #DFB 1px 1px;
color: #030;
background: rgb(219,242,183);
background: -moz-linear-gradient(top,  rgba(219,242,183,1) 0%, rgba(180,208,136,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,242,183,1)), color-stop(100%,rgba(180,208,136,1)));
background: -webkit-linear-gradient(top,  rgba(219,242,183,1) 0%,rgba(180,208,136,1) 100%);
background: -o-linear-gradient(top,  rgba(219,242,183,1) 0%,rgba(180,208,136,1) 100%);
background: -ms-linear-gradient(top,  rgba(219,242,183,1) 0%,rgba(180,208,136,1) 100%);
background: linear-gradient(to bottom,  rgba(219,242,183,1) 0%,rgba(180,208,136,1) 100%);
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before,
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width: 40%;
background: rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.2);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
} .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
width: auto;
margin: 0 auto;
display: table;
}
.gform_wrapper form.gf_simple_horizontal {
width: calc(100% - 16px);
margin: 0 auto;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body,
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
display: table-cell;
vertical-align: middle;
margin: 0;
padding: 0;
position: relative;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body {
width: auto;
max-width: 75%;
}
.gform_wrapper form.gf_simple_horizontal div.ginput_container,
.gform_wrapper form.gf_simple_horizontal ul li.gfield {
margin-top: 0 !important;
}
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
width: auto;
max-width: 25%;
padding: 0;
margin: 0;
}
body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
text-align: left
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
display: table;
width: 100%;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
display: table-cell;
padding-right: 1em;
height: auto;
}
.gform_wrapper form.gf_simple_horizontal label.gfield_label,
.gform_wrapper form.gf_simple_horizontal .ginput_complex label,
.gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message) {
display: block;
height: 1px;
width: 1px;
overflow: hidden;
position: absolute;
top: 0;
left: -9000px;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
vertical-align: middle;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield {
vertical-align: middle;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small,
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large {
width: 100%
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small,
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large {
width: 100%
}
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"],
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="button"],
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="image"] {
height: auto;
}
.gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
margin-bottom: 0;
}
.gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,
.gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
display: inline-block;
margin-right: .5em;
}
html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
width: 48.5%;
}
html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
width: 33%;
}
html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
width: 24.5%;
}
html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
width: 19.5%;
} } body .gform_wrapper.gf_form_center_wrapper {padding: 16px 0 16px 16px;}.gform_legacy_markup_wrapper.gf_browser_safari ul li:before,
.gform_legacy_markup_wrapper.gf_browser_safari ul li:after,
.entry .gform_legacy_markup_wrapper.gf_browser_safari ul li:before,
.entry .gform_legacy_markup_wrapper.gf_browser_safari ul li:after {
content: none;
}
.gform_legacy_markup_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
width: 99% !important;
}
.gform_legacy_markup_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table,
.gform_legacy_markup_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
margin-left: 32%;
}
.gform_legacy_markup_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],
.gform_legacy_markup_wrapper.gf_browser_safari .gfield_radio li input[type=radio],
.gform_legacy_markup_wrapper.gf_browser_safari .gfield_checkbox li input {
margin-top: 4px;
}
.gform_legacy_markup_wrapper.gf_browser_safari select[multiple=multiple] {
height: auto !important;
}
.gform_legacy_markup_wrapper.gf_browser_safari input.button.gform_button_select_files {
padding: 6px 12px !important;
} .gform_legacy_markup_wrapper.gf_browser_chrome select {
padding: 2px 0 2px 3px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome ul li:before,
.gform_legacy_markup_wrapper.gf_browser_chrome ul li:after,
.entry .gform_legacy_markup_wrapper.gf_browser_chrome ul li:before,
.entry .gform_legacy_markup_wrapper.gf_browser_chrome ul li:after {
content: none;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
width: 99% !important;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table,
.gform_legacy_markup_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table {
margin-left: 32%;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select,
.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
text-indent: 2px;
line-height: 1.5em;
margin-bottom: 5px;
margin-top: 2px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input {
margin-top: 6px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
margin-left: 1px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
margin-left: 1px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
padding-top: 2px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome select[multiple=multiple] {
height: auto !important;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last {
margin-left: 1.1%;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=text],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=email],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=tel],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=url],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=number],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=password],
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error select,
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error textarea,
.gform_legacy_markup_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
margin-bottom: 2px;
}
.gform_legacy_markup_wrapper.gf_browser_chrome input.button.gform_button_select_files {
padding: 6px 12px !important;
}
.gform_legacy_markup_wrapper.gf_browser_chrome span.address_country {
margin-top:-2px;
} .gform_legacy_markup_wrapper.gf_browser_gecko select {
padding: 2px 12px 2px 2px;
}
.gform_legacy_markup_wrapper.gf_browser_gecko ul li:before,
.gform_legacy_markup_wrapper.gf_browser_gecko ul li:after,
.entry .gform_legacy_markup_wrapper.gf_browser_gecko ul li:before,
.entry .gform_legacy_markup_wrapper.gf_browser_gecko ul li:after {
content: none;
}
.gform_legacy_markup_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
margin-right: 1px;
}
.gform_legacy_markup_wrappergf_browser_gecko .chosen-container-single .chosen-single {
height: 32px;
line-height: 2.4;
}
.gform_legacy_markup_wrappergf_browser_gecko .chosen-container-single .chosen-single div b {
position: relative;
top: 5px;
} .gform_legacy_markup_wrapper.gf_browser_ie ul li:before,
.gform_legacy_markup_wrapper.gf_browser_ie ul li:after,
.entry .gform_legacy_markup_wrapper.gf_browser_ie ul li:before,
.entry .gform_legacy_markup_wrapper.gf_browser_ie ul li:after {
content: none;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_time_hour {
width: 80px;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_time_minute {
width: 70px;
}
.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_left label,
.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
margin: 3px 0 5px 0;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gform_footer input.button {
padding: 3px;
}
.gform_legacy_markup_wrapper.gf_browser_ie ul.top_label .clear-multi {
overflow: hidden;
clear: both;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_radio li {
line-height: 20px !important;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox],
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_radio li input[type=radio],
.gform_legacy_markup_wrapper.gf_browser_ie .gfield_checkbox li input {
margin-top: 0;
}
.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_left select,
.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
padding: 2px 0 2px 0;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
width: 99% !important;
}
.gform_legacy_markup_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
width: 99% !important;
}
.gform_legacy_markup_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table, .gform_legacy_markup_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table { margin-left: 32%;
}
.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
position: relative;
top: -1px;
left: 4px;
}
.gform_legacy_markup_wrapper.gf_browser_ie img.add_list_item,
.gform_legacy_markup_wrapper.gf_browser_ie img.delete_list_item {
width: 16px !important;
height: 16px !important;
background-size: 16px 16px !important;
}
.gform_legacy_markup_wrapper.gf_browser_iphone ul li:before,
.gform_legacy_markup_wrapper.gf_browser_iphone ul li:after,
.entry .gform_legacy_markup_wrapper.gf_browser_iphone ul li:before,
.entry .gform_legacy_markup_wrapper.gf_browser_iphone ul li:after {
content: none;
}
.gform_legacy_markup_wrapper.gf_browser_unknown ul li:before,
.gform_legacy_markup_wrapper.gf_browser_unknown ul li:after,
.entry .gform_legacy_markup_wrapper.gf_browser_unknown ul li:before,
.entry .gform_legacy_markup_wrapper.gf_browser_unknown ul li:after {
content: none;
}
@media only screen and (max-width: 641px)  { .gform_legacy_markup_wrapper.gf_browser_gecko .chosen-container-single .chosen-single,
.gform_legacy_markup_wrapper.gf_browser_safari .chosen-container-single .chosen-single,
.gform_legacy_markup_wrapper.gf_browser_chrome .chosen-container-single .chosen-single {
height: 44px;
line-height: 3.2;
}
.gform_legacy_markup_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b,
.gform_legacy_markup_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b,
.gform_legacy_markup_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b {
position: relative;
top: 50%;
transform: translateY(-25%);
}
}

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
text-size-adjust: 100%
}
body {
margin: 0
}
main {
display: block
}
h1 {
font-size: 2em;
margin: .67em 0
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
pre {
font-family: monospace, monospace;
font-size: 1em
}
a {
background-color: transparent
}
abbr[title] {
border-bottom: 0;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted
}
b, strong {
font-weight: bolder
}
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: -.25em
}
sup {
top: -.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
}
[type=button], [type=reset], [type=submit], button {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-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
}
.nav-toggle:not(.has-visible-label) .nav-toggle-label, .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
}
.nav-toggle:not(.has-visible-label) .skip-link.nav-toggle-label, .screen-reader-text.skip-link {
margin: 5px
}
.nav-toggle:not(.has-visible-label) .skip-link.nav-toggle-label:focus, .screen-reader-text.skip-link:focus {
background: #fff;
color: #4d4aff;
outline: 2px solid #4d4aff
}
.nav-toggle:not(.has-visible-label) .nav-toggle-label:focus, .screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 0;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 17px;
font-size: 1.7rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000
}
[tabindex="-1"]:focus {
outline: 0
}
[data-whatinput=mouse] :focus, [data-whatinput=touch] :focus {
outline: 0
}
.col, body .block-image-links .cols .col {
overflow: visible
}
[data-whatinput=keyboard] a:focus, [data-whatinput=keyboard] button:focus, [data-whatinput=keyboard] div[tabindex]:focus, [data-whatinput=keyboard] input:focus, [data-whatinput=keyboard] nav ul li a:focus, [data-whatinput=keyboard] select:focus, [data-whatinput=keyboard] textarea:focus {
outline: 2px solid #4d4aff;
color: #000;
opacity: 1;
z-index: 99
}
[data-whatinput=keyboard] a.global-link:focus {
outline: 4px solid #4d4aff
}
.no-js :focus {
outline: 2px solid #4d4aff
}
.container a, .entry-content a {
text-decoration: underline
}
.container a:focus, .container a:hover, .entry-content a:focus, .entry-content a:hover {
text-decoration: none
}
a[href^=mailto]::after {
display: none
}
.block:not(.block-footer) {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: #fff;
position: relative;
min-height: 100px;
max-width: 100%;
margin: 0 auto
}
.shade {
background: #03061b;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
opacity: .35
}
.site {
max-width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden
}
.home .site-content .container {
padding-top: 0
}
.container {
margin: 0 auto;
padding-top: 64px;
padding-top: 6.4rem;
padding-bottom: 64px;
padding-bottom: 6.4rem;
padding-left: 20px;
padding-left: 2rem;
padding-right: 20px;
padding-right: 2rem;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-left: 2rem;
padding-right: 20px;
padding-right: 2rem
}
@media (max-width: 1350px) {
.container {
padding-left: 8rem;
padding-right: 8rem
}
}
@media (max-width: 770px) {
.container {
padding-top: 5.33333rem;
padding-bottom: 5.33333rem;
padding-left: 2rem;
padding-right: 2rem
}
}
.site-main .container {
clear: both
}
.entry-footer {
overflow: hidden;
clear: both;
display: block
}
.edit-link {
text-align: left;
width: 100%;
display: block;
clear: both;
max-width: 100%;
min-width: 0;
margin-bottom: 0;
margin-top: 20px;
margin-top: 2rem;
overflow: hidden;
transition: all .22s
}
.edit-link a {
clear: both;
text-align: center;
transition: all .22s;
display: block;
padding: 20px;
padding: 2rem;
background: #fafafa;
color: #999;
border: 2px dashed #999;
margin: 0;
text-decoration: none
}
.edit-link a:hover {
color: #999;
background: #efefef
}
a.global-link {
width: 100%;
height: 100%;
z-index: 3;
position: absolute;
top: 0;
left: 0
}
@media (min-width: 480px) {
.error-404 .container {
padding-top: 10%;
padding-bottom: 10%
}
}
.error-404 h1 {
font-size: 42px;
margin-bottom: 20px;
margin-bottom: 2rem
}
@media screen and (min-width: 320px) {
.error-404 h1 {
font-size: calc(42px + 158 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
.error-404 h1 {
font-size: 200px
}
}
.alignwide {
margin-left: -100px;
margin-right: -100px
}
@media (max-width: 1200px) {
.alignwide {
margin-left: auto;
margin-right: auto
}
}
.alignfull {
margin-left: calc(-100vw / 2 + 100% / 2);
margin-right: calc(-100vw / 2 + 100% / 2);
max-width: 100vw;
width: 100vw
}
.wp-block-media-text {
background-color: #f5f5f5
}
.wp-block-media-text__media {
height: 100%
}
.wp-block-media-text__media img {
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.wp-block-media-text .wp-block-media-text__content {
padding: 8%
}
.wp-block-cover {
padding: 0
}
.wp-block-cover__inner-container {
max-width: 1200px
}
@media (max-width: 782px) {
.wp-block-column.mobile-half {
flex-basis: 45% !important
}
}
@media (max-width: 782px) {
.wp-block-column.mobile-full {
flex-basis: 100% !important
}
}
.search-results h3.entry-title {
border-bottom: 0;
padding-bottom: 0
}
.search-results article {
border-bottom: 1px solid maroon;
padding-bottom: 20px;
margin-bottom: 20px
}
.search-results article:last-of-type {
border-bottom: 0
}
@font-face {
font-family: Archivo;
font-display: auto;
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-regular.eot);
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-regular.woff) format("woff"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-regular.woff2) format("woff2"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-regular.ttf) format("truetype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-regular.svg#Archivo) format("svg");
font-style: normal;
font-weight: 400
}
@font-face {
font-family: Archivo;
font-display: auto;
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-italic.eot);
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-italic.eot?#iefix) format("embedded-opentype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-italic.woff) format("woff"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-italic.woff2) format("woff2"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-italic.ttf) format("truetype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-italic.svg#Archivo) format("svg");
font-style: italic;
font-weight: 400
}
@font-face {
font-family: Archivo;
font-display: auto;
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-700.eot);
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-700.eot?#iefix) format("embedded-opentype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-700.woff) format("woff"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-700.woff2) format("woff2"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-700.ttf) format("truetype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-700.svg#Archivo) format("svg");
font-style: normal;
font-weight: 700
}
@font-face {
font-family: Archivo;
font-display: auto;
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-700italic.eot);
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-700italic.eot?#iefix) format("embedded-opentype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-700italic.woff) format("woff"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-700italic.woff2) format("woff2"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-700italic.ttf) format("truetype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/archivo-v6-latin_latin-ext-700italic.svg#Archivo) format("svg");
font-style: italic;
font-weight: 700
}
@font-face {
font-family: "Open Sans";
font-display: auto;
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Regular.eot);
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Regular.woff) format("woff"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Regular.woff2) format("woff2"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Regular.ttf) format("truetype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Regular.svg#Open Sans) format("svg");
font-style: normal;
font-weight: 400
}
@font-face {
font-family: "Open Sans";
font-display: auto;
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Italic.eot);
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Italic.eot?#iefix) format("embedded-opentype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Italic.woff) format("woff"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Italic.woff2) format("woff2"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Italic.ttf) format("truetype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Italic.svg#Open Sans) format("svg");
font-style: italic;
font-weight: 400
}
@font-face {
font-family: "Open Sans";
font-display: auto;
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Bold.eot);
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Bold.woff) format("woff"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Bold.woff2) format("woff2"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Bold.ttf) format("truetype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-Bold.svg#Open Sans) format("svg");
font-style: normal;
font-weight: 700
}
@font-face {
font-family: "Open Sans";
font-display: auto;
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-BoldItalic.eot);
src: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-BoldItalic.eot?#iefix) format("embedded-opentype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-BoldItalic.woff) format("woff"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-BoldItalic.woff2) format("woff2"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-BoldItalic.ttf) format("truetype"), url(//finnpeak.fi/wp-content/themes/finnpeak_2020/fonts/OpenSans-BoldItalic.svg#Open Sans) format("svg");
font-style: italic;
font-weight: 700
}
:root {
font-size: 62.5%
}
body {
font-size: 17px;
font-size: 1.7rem;
font-family: Lato, sans-serif;
color: #222;
font-weight: 400;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
text-size-adjust: none;
text-rendering: geometricPrecision;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
a {
color: #0071ce;
text-decoration: none
}
a:hover {
color: maroon
}
.container.container-article article a:not(.button):not(.no-text-link) {
position: relative;
overflow: visible;
font-weight: 700;
z-index: 1;
text-decoration: none;
transition: all .18s ease-in-out;
display: inline-flex;
color: #222;
border-bottom: 1px solid #0071ce;
box-shadow: inset 0 -.1rem 0 #0071ce
}
.container.container-article article a:focus:not(.button):not(.no-text-link), .container.container-article article a:hover:not(.button):not(.no-text-link) {
box-shadow: inset 0 -3.3rem 0 #0071ce;
color: #222
}
.comment-list li, .comment-list li .comment-time, .comment-list li p, .comments-link, body.woocommerce ul.products .button, body.woocommerce-page .site-content ul.products .button {
font-size: 14px
}
@media screen and (min-width: 320px) {
.comment-list li, .comment-list li .comment-time, .comment-list li p, .comments-link, body.woocommerce ul.products .button, body.woocommerce-page .site-content ul.products .button {
font-size: calc(14px + 3 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
.comment-list li, .comment-list li .comment-time, .comment-list li p, .comments-link, body.woocommerce ul.products .button, body.woocommerce-page .site-content ul.products .button {
font-size: 17px
}
}
blockquote, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body.woocommerce div.product, body.woocommerce div.product .star-rating, body.woocommerce ul.products .star-rating, body.woocommerce-page .site-content div.product, body.woocommerce-page .site-content div.product .star-rating, body.woocommerce-page .site-content ul.products .star-rating, code, dd, dt, figcaption, hr, input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], kbd, li, ol, p, pre, samp, select, small, table, td, textarea, th, tr, ul {
font-size: 17px;
letter-spacing: -.003em;
line-height: 1.7
}
@media screen and (min-width: 320px) {
blockquote, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body.woocommerce div.product, body.woocommerce div.product .star-rating, body.woocommerce ul.products .star-rating, body.woocommerce-page .site-content div.product, body.woocommerce-page .site-content div.product .star-rating, body.woocommerce-page .site-content ul.products .star-rating, code, dd, dt, figcaption, hr, input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], kbd, li, ol, p, pre, samp, select, small, table, td, textarea, th, tr, ul {
font-size: calc(17px + 3 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
blockquote, body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body.woocommerce div.product, body.woocommerce div.product .star-rating, body.woocommerce ul.products .star-rating, body.woocommerce-page .site-content div.product, body.woocommerce-page .site-content div.product .star-rating, body.woocommerce-page .site-content ul.products .star-rating, code, dd, dt, figcaption, hr, input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], kbd, li, ol, p, pre, samp, select, small, table, td, textarea, th, tr, ul {
font-size: 20px
}
}
p {
margin-top: 29px;
margin-top: 2.9rem;
margin-bottom: 29px;
margin-bottom: 2.9rem
}
p:first-child {
margin-top: 0
}
p:last-child {
margin-bottom: 0
}
h1, h2, h3, h4, h5, h6 {
color: #222;
font-family: Lato, sans-serif;
font-weight: 900;
margin-top: 27px;
margin-top: 2.7rem;
margin-bottom: 27px;
margin-bottom: 2.7rem
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
margin-top: 0
}
h2, h3, h4, h5, h6 {
line-height: 1.5
}
h1 {
font-size: 32px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid maroon
}
@media screen and (min-width: 320px) {
h1 {
font-size: calc(32px + 19 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
h1 {
font-size: 51px
}
}
h2 {
font-size: 24px
}
@media screen and (min-width: 320px) {
h2 {
font-size: calc(24px + 14 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
h2 {
font-size: 38px
}
}
.accent, h3 {
font-size: 21px
}
@media screen and (min-width: 320px) {
.accent, h3 {
font-size: calc(21px + 7 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
.accent, h3 {
font-size: 28px
}
}
.comment-list li .comment-author, h4 {
font-size: 18px
}
@media screen and (min-width: 320px) {
.comment-list li .comment-author, h4 {
font-size: calc(18px + 3 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
.comment-list li .comment-author, h4 {
font-size: 21px
}
}
h5 {
font-size: 14px
}
@media screen and (min-width: 320px) {
h5 {
font-size: calc(14px + 3 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
h5 {
font-size: 17px
}
}
h6 {
font-size: 14px
}
@media screen and (min-width: 320px) {
h6 {
font-size: calc(14px + -2 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
h6 {
font-size: 12px
}
}
ul {
list-style: disc outside;
padding-left: 19px;
padding-left: 1.9rem
}
ul li {
padding-left: 0
}
ol {
padding-left: 19px;
padding-left: 1.9rem
}
b, strong {
font-weight: 700
}
em, i {
font-style: italic
}
small {
line-height: 1;
font-size: .875em
}
img {
-ms-interpolation-mode: bicubic;
height: auto;
vertical-align: middle;
max-width: 100%
}
figure {
position: relative;
margin-bottom: 10px;
margin-bottom: 1rem;
margin-left: 0;
margin-right: 0;
margin-top: 0
}
figcaption {
margin-top: 0;
font-style: normal;
font-weight: 400
}
blockquote {
clear: both;
border: 0 none;
position: relative;
margin-top: 30px;
margin-top: 3rem;
padding-bottom: 30px;
padding-bottom: 3rem;
margin: 0
}
blockquote p {
font-style: italic;
margin-bottom: 0;
position: relative;
overflow: visible;
color: #666
}
@media (min-width: 770px) {
blockquote {
margin-top: 4rem;
padding-bottom: 4rem
}
}
blockquote:before {
content: '';
display: block;
height: 4px;
position: absolute;
left: 0;
top: 0;
max-width: 147px
}
@media (min-width: 480px) {
blockquote:before {
width: 30%
}
}
cite {
display: block;
font-style: italic
}
hr {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000 50%);
background-repeat: repeat-x;
background-size: 2px 2px;
background-position: 0 50%;
border: 0;
padding-top: 10px;
padding-top: 1rem;
padding-bottom: 10px;
padding-bottom: 1rem;
margin: 0;
height: 0
}
kbd, pre, samp {
font-family: Menlo, Courier, monospace
}
code {
color: #c7254e;
background-color: #f9f2f4;
font-family: Menlo, Courier, monospace;
line-height: 1;
padding: 3.75px 5px;
padding: .375rem .5rem;
border-radius: .3rem;
font-size: inherit
}
pre code {
display: inline-block;
padding: 11.5px 10px 8.5px;
padding: 1.15rem 1rem .85rem
}
pre {
border-radius: .3rem;
display: block;
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
margin-bottom: 20px;
margin-bottom: 2rem
}
.site-header {
position: relative;
z-index: 15;
padding-bottom: 20px;
padding-bottom: 2rem;
padding-top: 20px;
padding-top: 2rem;
padding-left: 20px;
padding-left: 2rem;
padding-right: 20px;
padding-right: 2rem;
margin-left: auto;
margin-right: auto;
display: flex;
align-items: center;
justify-content: space-between
}
@media (max-width: 960px) {
.site-header {
padding-bottom: 1rem;
padding-top: 1rem
}
}
.site-title {
margin: 0;
font-weight: 700
}
.site-title a {
color: #0071ce;
overflow: visible;
display: flex;
align-items: center
}
@media (max-width: 770px) {
.site-title img {
max-width: 180px
}
}
.cart-links {
background-color: #f5f5f5;
padding: .5em 1em;
position: relative
}
.cart-links a {
color: #222
}
.cart-links a:hover {
color: maroon
}
.cart-links img {
width: 30px
}
.cart-links .minicart-content {
display: none;
position: absolute;
background-color: #f5f5f5;
right: 0;
padding: 1em;
width: 300px
}
.cart-links .minicart-content ul {
padding-left: 0
}
.cart-links .minicart-content li {
list-style-type: none
}
.cart-links .minicart-content p {
font-size: 1em
}
.cart-links .minicart-content img {
float: right
}
.cart-links .minicart-content .buttons {
display: flex;
justify-content: space-evenly
}
.cart-links .minicart-content .buttons .button:not(.checkout) {
display: none
}
.cart-links .minicart-content .buttons .checkout {
width: 100%;
text-align: center
}
.cart-links .minicart-content .quantity {
display: block;
font-size: .8em;
padding-left: 1em
}
.cart-links .minicart-content .total {
text-align: right
}
.cart-links:hover .minicart-content {
display: block
}
@media (max-width: 480px) {
.cart-links .minicart-contents {
display: none
}
}
.site-content .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb {
font-weight: 600;
color: #222;
font-family: Lato, sans-serif;
text-transform: uppercase;
font-size: 12px;
padding: .5em;
padding-left: 20px;
padding-left: 2rem;
padding-right: 20px;
padding-right: 2rem;
max-width: 1200px;
margin-left: auto;
margin-right: auto
}
.site-content .breadcrumb-container, .woocommerce .breadcrumb-container {
background-color: #f5f5f5
}
.site-footer {
padding: 20px;
color: #000;
overflow: hidden;
clear: both
}
@media (min-width: 768px) {
.site-footer .container {
display: flex;
justify-content: space-between
}
.site-footer .footer-content {
flex: 1
}
.site-footer ul.product-categories {
-moz-column-count: 3;
column-count: 3
}
}
.site-footer ul.product-categories {
list-style: none;
padding-left: 0;
margin: 0
}
.site-footer .container {
border-top: 1px solid maroon
}
.site-footer .footer-content {
margin-bottom: 2em
}
.site-footer svg {
fill: #555;
top: 2px;
position: relative
}
.site-footer h3 {
font-size: 1em
}
.site-footer p, .site-footer span {
color: #000;
font-size: .8em
}
.site-footer .product-categories a {
font-size: .8em
}
.site-footer a {
color: #000
}
.site-footer a:hover {
color: maroon
}
.theme-info {
overflow: hidden
}
@media (min-width: 770px) {
.theme-info {
width: 60%;
text-align: right;
float: right
}
}
.button-wrapper {
margin-bottom: 0
}
.cart-links .button, .cart-links .wp-block-button__link, .cart-links a.button, .cart-links a.checkout-button, .cart-links button, .cart-links button.button, .cart-links input[type=button], .cart-links input[type=reset], .cart-links input[type=submit], .content-area .button, .content-area .wp-block-button__link, .content-area a.button, .content-area a.checkout-button, .content-area button, .content-area button.button, .content-area input[type=button], .content-area input[type=reset], .content-area input[type=submit], .product .button, .product .wp-block-button__link, .product a.button, .product a.checkout-button, .product button, .product button.button, .product input[type=button], .product input[type=reset], .product input[type=submit], .site-footer .button, .site-footer .wp-block-button__link, .site-footer a.button, .site-footer a.checkout-button, .site-footer button, .site-footer button.button, .site-footer input[type=button], .site-footer input[type=reset], .site-footer input[type=submit], .woocommerce-cart .wc-proceed-to-checkout .button, .woocommerce-cart .wc-proceed-to-checkout .wp-block-button__link, .woocommerce-cart .wc-proceed-to-checkout a.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout button, .woocommerce-cart .wc-proceed-to-checkout button.button, .woocommerce-cart .wc-proceed-to-checkout input[type=button], .woocommerce-cart .wc-proceed-to-checkout input[type=reset], .woocommerce-cart .wc-proceed-to-checkout input[type=submit], .woocommerce-checkout .wc-proceed-to-checkout .button, .woocommerce-checkout .wc-proceed-to-checkout .wp-block-button__link, .woocommerce-checkout .wc-proceed-to-checkout a.button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout button, .woocommerce-checkout .wc-proceed-to-checkout button.button, .woocommerce-checkout .wc-proceed-to-checkout input[type=button], .woocommerce-checkout .wc-proceed-to-checkout input[type=reset], .woocommerce-checkout .wc-proceed-to-checkout input[type=submit] {
background: #0071ce;
color: #fff;
border: 0;
border-radius: 0;
width: auto;
display: inline-block;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 40px;
padding-right: 40px;
margin-bottom: 0;
position: relative;
cursor: pointer;
transition: 150ms linear background;
font-family: Lato, sans-serif;
font-weight: 700;
line-height: 1;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.cart-links .button.button-grey, .cart-links .wp-block-button__link.button-grey, .cart-links a.button.button-grey, .cart-links a.checkout-button.button-grey, .cart-links button.button-grey, .cart-links button.button.button-grey, .cart-links input[type=button].button-grey, .cart-links input[type=reset].button-grey, .cart-links input[type=submit].button-grey, .content-area .button.button-grey, .content-area .wp-block-button__link.button-grey, .content-area a.button.button-grey, .content-area a.checkout-button.button-grey, .content-area button.button-grey, .content-area button.button.button-grey, .content-area input[type=button].button-grey, .content-area input[type=reset].button-grey, .content-area input[type=submit].button-grey, .product .button.button-grey, .product .wp-block-button__link.button-grey, .product a.button.button-grey, .product a.checkout-button.button-grey, .product button.button-grey, .product button.button.button-grey, .product input[type=button].button-grey, .product input[type=reset].button-grey, .product input[type=submit].button-grey, .site-footer .button.button-grey, .site-footer .wp-block-button__link.button-grey, .site-footer a.button.button-grey, .site-footer a.checkout-button.button-grey, .site-footer button.button-grey, .site-footer button.button.button-grey, .site-footer input[type=button].button-grey, .site-footer input[type=reset].button-grey, .site-footer input[type=submit].button-grey, .woocommerce-cart .wc-proceed-to-checkout .button.button-grey, .woocommerce-cart .wc-proceed-to-checkout .wp-block-button__link.button-grey, .woocommerce-cart .wc-proceed-to-checkout a.button.button-grey, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-grey, .woocommerce-cart .wc-proceed-to-checkout button.button-grey, .woocommerce-cart .wc-proceed-to-checkout button.button.button-grey, .woocommerce-cart .wc-proceed-to-checkout input[type=button].button-grey, .woocommerce-cart .wc-proceed-to-checkout input[type=reset].button-grey, .woocommerce-cart .wc-proceed-to-checkout input[type=submit].button-grey, .woocommerce-checkout .wc-proceed-to-checkout .button.button-grey, .woocommerce-checkout .wc-proceed-to-checkout .wp-block-button__link.button-grey, .woocommerce-checkout .wc-proceed-to-checkout a.button.button-grey, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-grey, .woocommerce-checkout .wc-proceed-to-checkout button.button-grey, .woocommerce-checkout .wc-proceed-to-checkout button.button.button-grey, .woocommerce-checkout .wc-proceed-to-checkout input[type=button].button-grey, .woocommerce-checkout .wc-proceed-to-checkout input[type=reset].button-grey, .woocommerce-checkout .wc-proceed-to-checkout input[type=submit].button-grey {
color: #222;
background: #f5f5f5
}
.cart-links .button.button-grey:hover, .cart-links .wp-block-button__link.button-grey:hover, .cart-links a.button.button-grey:hover, .cart-links a.checkout-button.button-grey:hover, .cart-links button.button-grey:hover, .cart-links button.button.button-grey:hover, .cart-links input[type=button].button-grey:hover, .cart-links input[type=reset].button-grey:hover, .cart-links input[type=submit].button-grey:hover, .content-area .button.button-grey:hover, .content-area .wp-block-button__link.button-grey:hover, .content-area a.button.button-grey:hover, .content-area a.checkout-button.button-grey:hover, .content-area button.button-grey:hover, .content-area button.button.button-grey:hover, .content-area input[type=button].button-grey:hover, .content-area input[type=reset].button-grey:hover, .content-area input[type=submit].button-grey:hover, .product .button.button-grey:hover, .product .wp-block-button__link.button-grey:hover, .product a.button.button-grey:hover, .product a.checkout-button.button-grey:hover, .product button.button-grey:hover, .product button.button.button-grey:hover, .product input[type=button].button-grey:hover, .product input[type=reset].button-grey:hover, .product input[type=submit].button-grey:hover, .site-footer .button.button-grey:hover, .site-footer .wp-block-button__link.button-grey:hover, .site-footer a.button.button-grey:hover, .site-footer a.checkout-button.button-grey:hover, .site-footer button.button-grey:hover, .site-footer button.button.button-grey:hover, .site-footer input[type=button].button-grey:hover, .site-footer input[type=reset].button-grey:hover, .site-footer input[type=submit].button-grey:hover, .woocommerce-cart .wc-proceed-to-checkout .button.button-grey:hover, .woocommerce-cart .wc-proceed-to-checkout .wp-block-button__link.button-grey:hover, .woocommerce-cart .wc-proceed-to-checkout a.button.button-grey:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-grey:hover, .woocommerce-cart .wc-proceed-to-checkout button.button-grey:hover, .woocommerce-cart .wc-proceed-to-checkout button.button.button-grey:hover, .woocommerce-cart .wc-proceed-to-checkout input[type=button].button-grey:hover, .woocommerce-cart .wc-proceed-to-checkout input[type=reset].button-grey:hover, .woocommerce-cart .wc-proceed-to-checkout input[type=submit].button-grey:hover, .woocommerce-checkout .wc-proceed-to-checkout .button.button-grey:hover, .woocommerce-checkout .wc-proceed-to-checkout .wp-block-button__link.button-grey:hover, .woocommerce-checkout .wc-proceed-to-checkout a.button.button-grey:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-grey:hover, .woocommerce-checkout .wc-proceed-to-checkout button.button-grey:hover, .woocommerce-checkout .wc-proceed-to-checkout button.button.button-grey:hover, .woocommerce-checkout .wc-proceed-to-checkout input[type=button].button-grey:hover, .woocommerce-checkout .wc-proceed-to-checkout input[type=reset].button-grey:hover, .woocommerce-checkout .wc-proceed-to-checkout input[type=submit].button-grey:hover {
background: maroon
}
.cart-links .button.button-small, .cart-links .wp-block-button__link.button-small, .cart-links a.button.button-small, .cart-links a.checkout-button.button-small, .cart-links button.button-small, .cart-links button.button.button-small, .cart-links input[type=button].button-small, .cart-links input[type=reset].button-small, .cart-links input[type=submit].button-small, .content-area .button.button-small, .content-area .wp-block-button__link.button-small, .content-area a.button.button-small, .content-area a.checkout-button.button-small, .content-area button.button-small, .content-area button.button.button-small, .content-area input[type=button].button-small, .content-area input[type=reset].button-small, .content-area input[type=submit].button-small, .product .button.button-small, .product .wp-block-button__link.button-small, .product a.button.button-small, .product a.checkout-button.button-small, .product button.button-small, .product button.button.button-small, .product input[type=button].button-small, .product input[type=reset].button-small, .product input[type=submit].button-small, .site-footer .button.button-small, .site-footer .wp-block-button__link.button-small, .site-footer a.button.button-small, .site-footer a.checkout-button.button-small, .site-footer button.button-small, .site-footer button.button.button-small, .site-footer input[type=button].button-small, .site-footer input[type=reset].button-small, .site-footer input[type=submit].button-small, .woocommerce-cart .wc-proceed-to-checkout .button.button-small, .woocommerce-cart .wc-proceed-to-checkout .wp-block-button__link.button-small, .woocommerce-cart .wc-proceed-to-checkout a.button.button-small, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-small, .woocommerce-cart .wc-proceed-to-checkout button.button-small, .woocommerce-cart .wc-proceed-to-checkout button.button.button-small, .woocommerce-cart .wc-proceed-to-checkout input[type=button].button-small, .woocommerce-cart .wc-proceed-to-checkout input[type=reset].button-small, .woocommerce-cart .wc-proceed-to-checkout input[type=submit].button-small, .woocommerce-checkout .wc-proceed-to-checkout .button.button-small, .woocommerce-checkout .wc-proceed-to-checkout .wp-block-button__link.button-small, .woocommerce-checkout .wc-proceed-to-checkout a.button.button-small, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-small, .woocommerce-checkout .wc-proceed-to-checkout button.button-small, .woocommerce-checkout .wc-proceed-to-checkout button.button.button-small, .woocommerce-checkout .wc-proceed-to-checkout input[type=button].button-small, .woocommerce-checkout .wc-proceed-to-checkout input[type=reset].button-small, .woocommerce-checkout .wc-proceed-to-checkout input[type=submit].button-small {
font-size: 16px;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 25px;
padding-right: 25px
}
.cart-links .button.button-large, .cart-links .wp-block-button__link.button-large, .cart-links a.button.button-large, .cart-links a.checkout-button.button-large, .cart-links button.button-large, .cart-links button.button.button-large, .cart-links input[type=button].button-large, .cart-links input[type=reset].button-large, .cart-links input[type=submit].button-large, .content-area .button.button-large, .content-area .wp-block-button__link.button-large, .content-area a.button.button-large, .content-area a.checkout-button.button-large, .content-area button.button-large, .content-area button.button.button-large, .content-area input[type=button].button-large, .content-area input[type=reset].button-large, .content-area input[type=submit].button-large, .product .button.button-large, .product .wp-block-button__link.button-large, .product a.button.button-large, .product a.checkout-button.button-large, .product button.button-large, .product button.button.button-large, .product input[type=button].button-large, .product input[type=reset].button-large, .product input[type=submit].button-large, .site-footer .button.button-large, .site-footer .wp-block-button__link.button-large, .site-footer a.button.button-large, .site-footer a.checkout-button.button-large, .site-footer button.button-large, .site-footer button.button.button-large, .site-footer input[type=button].button-large, .site-footer input[type=reset].button-large, .site-footer input[type=submit].button-large, .woocommerce-cart .wc-proceed-to-checkout .button.button-large, .woocommerce-cart .wc-proceed-to-checkout .wp-block-button__link.button-large, .woocommerce-cart .wc-proceed-to-checkout a.button.button-large, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-large, .woocommerce-cart .wc-proceed-to-checkout button.button-large, .woocommerce-cart .wc-proceed-to-checkout button.button.button-large, .woocommerce-cart .wc-proceed-to-checkout input[type=button].button-large, .woocommerce-cart .wc-proceed-to-checkout input[type=reset].button-large, .woocommerce-cart .wc-proceed-to-checkout input[type=submit].button-large, .woocommerce-checkout .wc-proceed-to-checkout .button.button-large, .woocommerce-checkout .wc-proceed-to-checkout .wp-block-button__link.button-large, .woocommerce-checkout .wc-proceed-to-checkout a.button.button-large, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-large, .woocommerce-checkout .wc-proceed-to-checkout button.button-large, .woocommerce-checkout .wc-proceed-to-checkout button.button.button-large, .woocommerce-checkout .wc-proceed-to-checkout input[type=button].button-large, .woocommerce-checkout .wc-proceed-to-checkout input[type=reset].button-large, .woocommerce-checkout .wc-proceed-to-checkout input[type=submit].button-large {
font-size: 20px;
padding: 14px 27px 16px
}
.cart-links .button.button-action, .cart-links .wp-block-button__link.button-action, .cart-links a.button.button-action, .cart-links a.checkout-button.button-action, .cart-links button.button-action, .cart-links button.button.button-action, .cart-links input[type=button].button-action, .cart-links input[type=reset].button-action, .cart-links input[type=submit].button-action, .content-area .button.button-action, .content-area .wp-block-button__link.button-action, .content-area a.button.button-action, .content-area a.checkout-button.button-action, .content-area button.button-action, .content-area button.button.button-action, .content-area input[type=button].button-action, .content-area input[type=reset].button-action, .content-area input[type=submit].button-action, .product .button.button-action, .product .wp-block-button__link.button-action, .product a.button.button-action, .product a.checkout-button.button-action, .product button.button-action, .product button.button.button-action, .product input[type=button].button-action, .product input[type=reset].button-action, .product input[type=submit].button-action, .site-footer .button.button-action, .site-footer .wp-block-button__link.button-action, .site-footer a.button.button-action, .site-footer a.checkout-button.button-action, .site-footer button.button-action, .site-footer button.button.button-action, .site-footer input[type=button].button-action, .site-footer input[type=reset].button-action, .site-footer input[type=submit].button-action, .woocommerce-cart .wc-proceed-to-checkout .button.button-action, .woocommerce-cart .wc-proceed-to-checkout .wp-block-button__link.button-action, .woocommerce-cart .wc-proceed-to-checkout a.button.button-action, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-action, .woocommerce-cart .wc-proceed-to-checkout button.button-action, .woocommerce-cart .wc-proceed-to-checkout button.button.button-action, .woocommerce-cart .wc-proceed-to-checkout input[type=button].button-action, .woocommerce-cart .wc-proceed-to-checkout input[type=reset].button-action, .woocommerce-cart .wc-proceed-to-checkout input[type=submit].button-action, .woocommerce-checkout .wc-proceed-to-checkout .button.button-action, .woocommerce-checkout .wc-proceed-to-checkout .wp-block-button__link.button-action, .woocommerce-checkout .wc-proceed-to-checkout a.button.button-action, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-action, .woocommerce-checkout .wc-proceed-to-checkout button.button-action, .woocommerce-checkout .wc-proceed-to-checkout button.button.button-action, .woocommerce-checkout .wc-proceed-to-checkout input[type=button].button-action, .woocommerce-checkout .wc-proceed-to-checkout input[type=reset].button-action, .woocommerce-checkout .wc-proceed-to-checkout input[type=submit].button-action {
font-size: 16px;
padding-top: 14px;
padding-bottom: 14px;
padding-left: 25px;
padding-right: 25px
}
@media (max-width: 480px) {
.cart-links .button, .cart-links .wp-block-button__link, .cart-links a.button, .cart-links a.checkout-button, .cart-links button, .cart-links button.button, .cart-links input[type=button], .cart-links input[type=reset], .cart-links input[type=submit], .content-area .button, .content-area .wp-block-button__link, .content-area a.button, .content-area a.checkout-button, .content-area button, .content-area button.button, .content-area input[type=button], .content-area input[type=reset], .content-area input[type=submit], .product .button, .product .wp-block-button__link, .product a.button, .product a.checkout-button, .product button, .product button.button, .product input[type=button], .product input[type=reset], .product input[type=submit], .site-footer .button, .site-footer .wp-block-button__link, .site-footer a.button, .site-footer a.checkout-button, .site-footer button, .site-footer button.button, .site-footer input[type=button], .site-footer input[type=reset], .site-footer input[type=submit], .woocommerce-cart .wc-proceed-to-checkout .button, .woocommerce-cart .wc-proceed-to-checkout .wp-block-button__link, .woocommerce-cart .wc-proceed-to-checkout a.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout button, .woocommerce-cart .wc-proceed-to-checkout button.button, .woocommerce-cart .wc-proceed-to-checkout input[type=button], .woocommerce-cart .wc-proceed-to-checkout input[type=reset], .woocommerce-cart .wc-proceed-to-checkout input[type=submit], .woocommerce-checkout .wc-proceed-to-checkout .button, .woocommerce-checkout .wc-proceed-to-checkout .wp-block-button__link, .woocommerce-checkout .wc-proceed-to-checkout a.button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout button, .woocommerce-checkout .wc-proceed-to-checkout button.button, .woocommerce-checkout .wc-proceed-to-checkout input[type=button], .woocommerce-checkout .wc-proceed-to-checkout input[type=reset], .woocommerce-checkout .wc-proceed-to-checkout input[type=submit] {
font-size: 14px
}
}
.cart-links .button:hover, .cart-links .wp-block-button__link:hover, .cart-links a.button:hover, .cart-links a.checkout-button:hover, .cart-links button.button:hover, .cart-links button:hover, .cart-links input[type=button]:hover, .cart-links input[type=reset]:hover, .cart-links input[type=submit]:hover, .content-area .button:hover, .content-area .wp-block-button__link:hover, .content-area a.button:hover, .content-area a.checkout-button:hover, .content-area button.button:hover, .content-area button:hover, .content-area input[type=button]:hover, .content-area input[type=reset]:hover, .content-area input[type=submit]:hover, .product .button:hover, .product .wp-block-button__link:hover, .product a.button:hover, .product a.checkout-button:hover, .product button.button:hover, .product button:hover, .product input[type=button]:hover, .product input[type=reset]:hover, .product input[type=submit]:hover, .site-footer .button:hover, .site-footer .wp-block-button__link:hover, .site-footer a.button:hover, .site-footer a.checkout-button:hover, .site-footer button.button:hover, .site-footer button:hover, .site-footer input[type=button]:hover, .site-footer input[type=reset]:hover, .site-footer input[type=submit]:hover, .woocommerce-cart .wc-proceed-to-checkout .button:hover, .woocommerce-cart .wc-proceed-to-checkout .wp-block-button__link:hover, .woocommerce-cart .wc-proceed-to-checkout a.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout button.button:hover, .woocommerce-cart .wc-proceed-to-checkout button:hover, .woocommerce-cart .wc-proceed-to-checkout input[type=button]:hover, .woocommerce-cart .wc-proceed-to-checkout input[type=reset]:hover, .woocommerce-cart .wc-proceed-to-checkout input[type=submit]:hover, .woocommerce-checkout .wc-proceed-to-checkout .button:hover, .woocommerce-checkout .wc-proceed-to-checkout .wp-block-button__link:hover, .woocommerce-checkout .wc-proceed-to-checkout a.button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout button.button:hover, .woocommerce-checkout .wc-proceed-to-checkout button:hover, .woocommerce-checkout .wc-proceed-to-checkout input[type=button]:hover, .woocommerce-checkout .wc-proceed-to-checkout input[type=reset]:hover, .woocommerce-checkout .wc-proceed-to-checkout input[type=submit]:hover {
color: #fff;
background: maroon;
border-color: maroon
}
.cart-links .button.button-ghost, .cart-links .wp-block-button__link.button-ghost, .cart-links a.button.button-ghost, .cart-links a.checkout-button.button-ghost, .cart-links button.button-ghost, .cart-links button.button.button-ghost, .cart-links input[type=button].button-ghost, .cart-links input[type=reset].button-ghost, .cart-links input[type=submit].button-ghost, .content-area .button.button-ghost, .content-area .wp-block-button__link.button-ghost, .content-area a.button.button-ghost, .content-area a.checkout-button.button-ghost, .content-area button.button-ghost, .content-area button.button.button-ghost, .content-area input[type=button].button-ghost, .content-area input[type=reset].button-ghost, .content-area input[type=submit].button-ghost, .product .button.button-ghost, .product .wp-block-button__link.button-ghost, .product a.button.button-ghost, .product a.checkout-button.button-ghost, .product button.button-ghost, .product button.button.button-ghost, .product input[type=button].button-ghost, .product input[type=reset].button-ghost, .product input[type=submit].button-ghost, .site-footer .button.button-ghost, .site-footer .wp-block-button__link.button-ghost, .site-footer a.button.button-ghost, .site-footer a.checkout-button.button-ghost, .site-footer button.button-ghost, .site-footer button.button.button-ghost, .site-footer input[type=button].button-ghost, .site-footer input[type=reset].button-ghost, .site-footer input[type=submit].button-ghost, .woocommerce-cart .wc-proceed-to-checkout .button.button-ghost, .woocommerce-cart .wc-proceed-to-checkout .wp-block-button__link.button-ghost, .woocommerce-cart .wc-proceed-to-checkout a.button.button-ghost, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button-ghost, .woocommerce-cart .wc-proceed-to-checkout button.button-ghost, .woocommerce-cart .wc-proceed-to-checkout button.button.button-ghost, .woocommerce-cart .wc-proceed-to-checkout input[type=button].button-ghost, .woocommerce-cart .wc-proceed-to-checkout input[type=reset].button-ghost, .woocommerce-cart .wc-proceed-to-checkout input[type=submit].button-ghost, .woocommerce-checkout .wc-proceed-to-checkout .button.button-ghost, .woocommerce-checkout .wc-proceed-to-checkout .wp-block-button__link.button-ghost, .woocommerce-checkout .wc-proceed-to-checkout a.button.button-ghost, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.button-ghost, .woocommerce-checkout .wc-proceed-to-checkout button.button-ghost, .woocommerce-checkout .wc-proceed-to-checkout button.button.button-ghost, .woocommerce-checkout .wc-proceed-to-checkout input[type=button].button-ghost, .woocommerce-checkout .wc-proceed-to-checkout input[type=reset].button-ghost, .woocommerce-checkout .wc-proceed-to-checkout input[type=submit].button-ghost {
background-color: transparent;
border: 1px solid #0071ce;
color: #0071ce
}
a, button, input {
-webkit-tap-highlight-color: transparent
}
.gform_footer, .gform_header, .gform_wrapper {
margin: 0;
padding: 0
}
.gform_body div, .gform_body li {
margin-top: 0;
padding-top: 0;
padding-left: 0;
margin-left: 0
}
.gform_body li {
margin-bottom: 10px;
margin-bottom: 1rem
}
.gform_body li:last-child {
margin-bottom: 0
}
body .gform_wrapper label.gfield_label, body .gform_wrapper legend.gfield_label, body form label {
font-weight: 500
}
.col.col-content #gform_wrapper_1.gform_wrapper .gform_footer, .col.col-content #gform_wrapper_2.gform_wrapper .gform_footer {
margin-top: 0;
padding-top: 0
}
.col.col-content #gform_wrapper_1.gform_wrapper #field_1_5, .col.col-content #gform_wrapper_2.gform_wrapper #field_1_5 {
width: 100%
}
.col.col-content #gform_wrapper_1.gform_wrapper #field_1_5 textarea, .col.col-content #gform_wrapper_2.gform_wrapper #field_1_5 textarea {
margin-bottom: 16px;
min-height: 180px
}
.col.col-content #gform_wrapper_1.gform_wrapper #field_2_3 input, .col.col-content #gform_wrapper_2.gform_wrapper #field_2_3 input {
margin-bottom: 16px
}
.col.col-content #gform_wrapper_1.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .col.col-content #gform_wrapper_1.gform_wrapper input[type=email], .col.col-content #gform_wrapper_1.gform_wrapper input[type=month], .col.col-content #gform_wrapper_1.gform_wrapper input[type=number], .col.col-content #gform_wrapper_1.gform_wrapper input[type=password], .col.col-content #gform_wrapper_1.gform_wrapper input[type=search], .col.col-content #gform_wrapper_1.gform_wrapper input[type=tel], .col.col-content #gform_wrapper_1.gform_wrapper input[type=text], .col.col-content #gform_wrapper_1.gform_wrapper input[type=url], .col.col-content #gform_wrapper_1.gform_wrapper input[type=week], .col.col-content #gform_wrapper_1.gform_wrapper select, .col.col-content #gform_wrapper_1.gform_wrapper textarea, .col.col-content #gform_wrapper_2.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .col.col-content #gform_wrapper_2.gform_wrapper input[type=email], .col.col-content #gform_wrapper_2.gform_wrapper input[type=month], .col.col-content #gform_wrapper_2.gform_wrapper input[type=number], .col.col-content #gform_wrapper_2.gform_wrapper input[type=password], .col.col-content #gform_wrapper_2.gform_wrapper input[type=search], .col.col-content #gform_wrapper_2.gform_wrapper input[type=tel], .col.col-content #gform_wrapper_2.gform_wrapper input[type=text], .col.col-content #gform_wrapper_2.gform_wrapper input[type=url], .col.col-content #gform_wrapper_2.gform_wrapper input[type=week], .col.col-content #gform_wrapper_2.gform_wrapper select, .col.col-content #gform_wrapper_2.gform_wrapper textarea {
width: 100%
}
.col.col-content #gform_wrapper_1.gform_wrapper ul.gform_fields, .col.col-content #gform_wrapper_2.gform_wrapper ul.gform_fields {
display: flex;
flex-wrap: wrap
}
.col.col-content #gform_wrapper_1.gform_wrapper ul.gform_fields li.gfield, .col.col-content #gform_wrapper_2.gform_wrapper ul.gform_fields li.gfield {
width: 50%
}
@media (max-width: 760px) {
.col.col-content #gform_wrapper_1.gform_wrapper ul.gform_fields li.gfield, .col.col-content #gform_wrapper_2.gform_wrapper ul.gform_fields li.gfield {
width: 100%
}
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week], select, textarea {
border-radius: 3px;
font-family: Lato, sans-serif;
background: #fbfbfb;
border: solid 1px #d9d9d9;
padding: 15px;
line-height: 24px;
transition: background .55s;
text-decoration: none;
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-bottom: 0
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
color: #434343;
opacity: .4
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #434343;
opacity: .4
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, input[type=email]::placeholder, input[type=month]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, input[type=week]::placeholder, select::placeholder, textarea::placeholder {
color: #434343;
opacity: .4
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
background: #fbfbfb;
border: solid 1px #bababa;
outline: 0
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=month]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=text]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, input[type=week]:focus::-moz-placeholder, select:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
color: #222;
opacity: .8
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=month]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=text]:focus:-ms-input-placeholder, input[type=url]:focus:-ms-input-placeholder, input[type=week]:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
color: #222;
opacity: .8
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus::placeholder, input[type=email]:focus::placeholder, input[type=month]:focus::placeholder, input[type=number]:focus::placeholder, input[type=password]:focus::placeholder, input[type=search]:focus::placeholder, input[type=tel]:focus::placeholder, input[type=text]:focus::placeholder, input[type=url]:focus::placeholder, input[type=week]:focus::placeholder, select:focus::placeholder, textarea:focus::placeholder {
color: #222;
opacity: .8
}
select {
border: 0;
border-radius: 0;
background-image: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/svg/select.svg);
background-repeat: no-repeat;
background-position: right 17px center;
background-size: 11px auto;
transition: none;
width: 100%;
max-width: 100%;
min-width: 0;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
border: 1px solid #222;
padding: 11px 28px 11px 10px;
line-height: 1
}
select::-ms-expand {
display: none
}
select:focus, select:hover {
border-color: #222
}
form p {
margin-bottom: 20px
}
form p.form-submit {
margin-bottom: 0
}
form.search-form .search-field {
float: left;
margin-right: 5px
}
form.search-form .search-submit {
padding: 19px 1.75em;
line-height: 1
}
.site-header .search-form {
float: right
}
.site-header .search-form .search-submit {
display: none
}
.site-header .search-field {
background-color: transparent;
background-image: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/svg/haku-icon.svg);
background-position: 5px center;
background-repeat: no-repeat;
background-size: 24px 24px;
border: 0;
cursor: pointer;
height: 37px;
margin: 3px 0;
padding: 0 0 0 34px;
position: relative;
transition: width .4s ease, background .4s ease;
width: 0
}
.site-header .search-field:focus {
background: #f0f0f0;
border: 0;
padding: 15px 20px;
cursor: text;
outline: 0;
width: 230px
}
.comment-respond {
margin-bottom: 0;
overflow: visible
}
.comment-respond .comment-form-author {
float: left;
clear: none;
text-align: inherit;
width: 31.33333%;
margin-left: 0;
margin-right: 3%;
margin-bottom: 20px;
margin-top: 0
}
.comment-respond .comment-form-author::after {
display: block;
content: '';
clear: both
}
.comment-respond .comment-form-author:last-child {
margin-right: 0
}
@media (max-width: 480px) {
.comment-respond .comment-form-author {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto
}
.comment-respond .comment-form-author:first-child {
margin-left: auto
}
.comment-respond .comment-form-author:last-child {
margin-right: auto
}
}
.comment-respond .comment-form-author input {
padding: 15px;
border-width: 1px;
width: 100%
}
.comment-respond .comment-form-email {
float: left;
clear: none;
text-align: inherit;
width: 65.66667%;
margin-left: 0;
margin-right: 3%;
margin-right: 0;
clear: right;
margin-bottom: 20px;
margin-top: 0
}
.comment-respond .comment-form-email::after {
display: block;
content: '';
clear: both
}
.comment-respond .comment-form-email:last-child {
margin-right: 0
}
@media (max-width: 480px) {
.comment-respond .comment-form-email {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto
}
.comment-respond .comment-form-email:first-child {
margin-left: auto
}
.comment-respond .comment-form-email:last-child {
margin-right: auto
}
}
.comment-respond .comment-form-email input {
padding: 15px;
border-width: 1px;
width: 100%
}
.comment-respond .comment-form-url {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
margin-top: 0;
margin-bottom: 30px
}
.comment-respond .comment-form-url:first-child {
margin-left: auto
}
.comment-respond .comment-form-url:last-child {
margin-right: auto
}
.comment-respond .comment-form-url input {
padding: 15px;
border-width: 1px;
width: 100%
}
.comment-respond .form-submit {
display: block;
clear: both;
margin-bottom: 0;
margin-top: 0
}
.comment-respond .comment-form-comment {
margin-bottom: 20px
}
@media (max-width: 480px) {
.comment-respond input {
width: 100%
}
}
.comment-respond textarea {
width: 100%
}
:root {
--checkbox-radio-size: 24px;
--checkbox-radio-translate-y: 1px;
--checkbox-radio-gap: var(--space-xxxs);
--checkbox-radio-border-width: 2px;
--radio-marker-size: 12px;
--checkbox-marker-size: 12px;
--checkbox-radius: 0
}
.checkbox, .radio {
position: absolute;
left: 0;
top: 0;
margin: 0 !important;
padding: 0 !important;
opacity: 0;
height: 0;
width: 0;
pointer-events: none;
visibility: hidden
}
.checkbox + label, .radio + label {
display: inline-flex;
align-items: baseline;
line-height: var(--body-line-height);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer
}
.checkbox + label::before, .radio + label::before {
content: '';
display: inline-block;
vertical-align: middle;
flex-shrink: 0;
width: 24px;
height: 24px;
background-color: var(--color-bg);
border-width: var(--checkbox-radio-border-width);
border-color: var(--color-contrast-low);
border-style: solid;
background-repeat: no-repeat;
background-position: center;
transition: transform .2s, border .2s;
margin-right: 16px
}
.checkbox:not(:checked):not(:focus) + label:hover::before, .radio:not(:checked):not(:focus) + label:hover::before {
border-color: var(--color-contrast-medium)
}
@supports (grid-area:auto) {
.checkbox + label::before, .radio + label::before {
position: relative;
top: var(--checkbox-radio-translate-y)
}
}
.radio + label::before {
border-radius: 50%
}
.checkbox + label::before {
border-radius: var(--checkbox-radius)
}
.checkbox:checked + label::before, .radio:checked + label::before {
background-color: var(--color-primary);
box-shadow: none;
border-color: var(--color-primary);
transition: transform .2s
}
.checkbox:active + label::before, .radio:active + label::before {
transform: scale(.8);
transition: transform .2s
}
.checkbox:checked:active + label::before, .radio:checked:active + label::before {
transform: none;
transition: none
}
.radio:checked + label::before {
background-image: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/svg/radio-check.svg);
background-color: #4f5964;
border-color: #4f5964 !important;
background-size: var(--radio-marker-size)
}
.checkbox:checked + label::before {
background-image: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/svg/checkbox.svg);
background-size: var(--checkbox-marker-size)
}
.checkbox:checked:active + label::before, .checkbox:focus + label::before, .radio:checked:active + label::before, .radio:focus + label::before {
border-color: var(--color-primary);
box-shadow: 0 0 0 3px rgba(var(--color-primary), .2)
}
.checkbox--bg + label, .radio--bg + label {
padding: var(--space-xxxxs) var(--space-xxxs);
border-radius: var(--radius-md);
transition: background .2s
}
.checkbox--bg + label:hover, .radio--bg + label:hover {
background-color: var(--color-contrast-lower)
}
.checkbox--bg:active + label, .checkbox--bg:focus + label, .radio--bg:active + label, .radio--bg:focus + label {
background-color: rgba(var(--color-primary), .1)
}
.block.block-entry-header-demo {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-image: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/images/header.jpg);
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
position: relative;
min-height: 530px;
min-height: 53rem;
max-height: 800px;
max-height: 80rem;
height: 80vh;
max-width: 100%;
margin: 0 auto
}
.block.block-entry-header-demo .shade {
opacity: .4
}
.block.block-entry-header-demo .inner {
display: grid;
grid-template-rows:1fr 1fr;
align-items: center;
max-height: 100%;
justify-items: center;
padding: 20px;
padding: 2rem;
max-width: 1200px;
margin-top: 140px;
margin-bottom: 80px
}
@media (min-width: 770px) {
.block.block-entry-header-demo .inner {
padding: 0;
display: -ms-grid;
display: grid;
-ms-grid-rows: none;
grid-template-rows:none;
-ms-grid-columns: 3fr 5fr;
grid-template-columns:3fr 5fr;
max-width: 800px
}
}
.block.block-entry-header-demo h1 {
font-size: 32px;
color: #fff;
margin: 0;
padding: 20px;
padding: 2rem;
position: relative;
z-index: 2;
text-align: center
}
@media screen and (min-width: 320px) {
.block.block-entry-header-demo h1 {
font-size: calc(32px + 30 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
.block.block-entry-header-demo h1 {
font-size: 62px
}
}
@media (min-width: 770px) {
.block.block-entry-header-demo h1 {
padding: 2rem 4rem;
text-align: left
}
}
.accent {
font-style: normal;
letter-spacing: .05em;
text-transform: lowercase;
font-weight: 500;
margin: 0;
margin-bottom: 10px;
margin-bottom: 1rem;
color: #0071ce;
display: block;
position: relative;
z-index: 2;
text-shadow: 0 0 10px rgba(0, 113, 206, .5)
}
.nav-primary .menu-items {
position: relative;
z-index: 9999
}
.nav-primary .menu-items li, .nav-primary .menu-items ul {
display: block;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
direction: ltr;
text-align: left;
-webkit-tap-highlight-color: transparent
}
.nav-primary .menu-items a, .nav-primary .menu-items li {
position: relative
}
.nav-primary .menu-items .disabled {
cursor: not-allowed
}
.nav-primary .menu-items li > h1, .nav-primary .menu-items li > h2, .nav-primary .menu-items li > h3, .nav-primary .menu-items li > h4, .nav-primary .menu-items li > h5, .nav-primary .menu-items li > h6 {
margin: 0;
padding: 0
}
@media only screen and (-ms-high-contrast: active) and (min-width: 960px), only screen and (-ms-high-contrast: none) and (min-width: 960px) {
.nav-primary .menu-items ul {
display: none
}
}
@media only screen and (max-width: 960px) {
.js .nav-primary .menu-items ul {
display: none
}
}
.nav-primary ul ul {
margin-top: 0;
margin-left: 25px
}
.nav-primary ul ul ul {
margin-left: 25px
}
@media only screen and (-ms-high-contrast: active) and (min-width: 960px), only screen and (-ms-high-contrast: none) and (min-width: 960px) {
.js .nav-primary ul .sub-menu.toggled-on {
display: block
}
}
@media only screen and (max-width: 960px) {
.js .nav-primary ul .sub-menu.toggled-on {
display: block
}
}
.dropdown-toggle.toggled-on:after, .dropdown-toggle:after {
font-size: 13px;
font-size: 1.3rem
}
.no-js .nav-toggle {
display: none
}
.sub-menu:not(.toggled-on) {
visibility: hidden
}
.dropdown.hovered .sub-menu, .dropdown:hovered + .sub-menu, .sub-menu.toggled-on {
visibility: visible
}
.nav-container {
background-color: transparent;
width: 100%
}
@media only screen and (min-width: 960px) {
.nav-container .nav-primary > ul > li > a, .nav-container .nav-primary > ul > li > button {
color: #222;
position: relative
}
.nav-container .nav-primary > ul > li > a:hover {
color: maroon
}
}
@media only screen and (min-width: 960px) {
.menu-item-has-children::before {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
border-color: transparent transparent #fff;
border-style: solid;
border-width: 0 5px 5px;
left: 50%;
bottom: -10px;
transform: scale(0);
margin-left: -20px;
transform-origin: center bottom;
transition: none
}
.nav-primary > ul:first-of-type > .menu-item-has-children:hover::before {
transform: scale(1);
transition: all .25s cubic-bezier(.19, 1, .22, 1)
}
.sub-menu {
background: #fff;
width: 25rem;
left: 0;
transform: translateY(-2em);
z-index: -1;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-left: 1px solid rgba(0, 0, 0, .05);
border-right: 1px solid rgba(0, 0, 0, .05);
border-bottom: 1px solid rgba(0, 0, 0, .05);
box-shadow: 0 25px 20px -10px rgba(5, 4, 25, .05);
transition: opacity .25s cubic-bezier(.19, 1, .22, 1);
visibility: hidden;
opacity: 0;
position: absolute;
top: -9999px
}
.sub-menu a {
line-height: 1.5
}
.menu-item-has-children:focus > .sub-menu, .menu-item-has-children:hover > .sub-menu, .nav-primary ul .sub-menu.toggled-on {
top: 100%;
visibility: visible;
opacity: 1;
z-index: 1;
transform: translateY(0)
}
}
@media only screen and (min-width: 960px) {
.nav-container {
background: #fff
}
}
@media only screen and (min-width: 960px) and (max-width: 960px) {
.nav-primary ul li:hover > ul {
display: block
}
}
@media only screen and (min-width: 960px) and (-ms-high-contrast: active), only screen and (min-width: 960px) and (-ms-high-contrast: none) {
.nav-primary ul li:hover > ul {
display: block
}
}
@media only screen and (min-width: 960px) {
.nav-toggle {
display: none
}
.nav-primary {
padding-top: 1.7rem;
padding-bottom: 1.7rem;
float: right
}
.nav-primary .menu-items {
margin: 0;
padding: 0;
background: 0 0;
position: relative;
display: flex;
align-items: center
}
.nav-primary .menu-item {
position: relative;
margin: 0
}
.nav-primary .menu-item.menu-item-8352 a {
padding-left: 0
}
.nav-primary .menu-item > a {
padding: .6rem 2rem;
color: #222;
font-size: 1.6rem;
font-weight: 700;
display: inline-flex;
align-items: center;
min-height: auto
}
.nav-primary .menu-item > a.disabled {
color: #bbb
}
.nav-primary .menu-item > a.current, .nav-primary .menu-item > a.highlighted, .nav-primary .menu-item > a:active, .nav-primary .menu-item > a:focus, .nav-primary .menu-item > a:hover {
color: maroon
}
.nav-primary .menu-item.current-menu-item a {
color: #0071ce
}
.nav-primary .menu-item .sub-menu {
width: 25rem;
left: 5%;
margin-left: 0;
padding-bottom: .5rem;
padding-top: .5rem;
padding-left: 0;
margin-top: 1rem;
z-index: 999
}
.nav-primary .menu-item .sub-menu.sub-menu {
padding-left: 0;
padding-top: .5rem;
padding-bottom: .5rem
}
.nav-primary .menu-item .sub-menu.sub-menu li {
margin: 0
}
.nav-primary .menu-item .sub-menu li {
float: none;
width: 25rem;
padding: 0
}
.nav-primary .menu-item .sub-menu .sub-menu {
top: 0;
left: 100%;
margin-left: 0;
margin-top: -5px
}
.nav-primary .menu-item .sub-menu a {
width: 100%;
padding: .6rem 1.5rem;
font-size: 1.4rem;
font-weight: 400;
color: #222;
display: flex;
align-items: center
}
.nav-primary .menu-item .sub-menu a.highlighted, .nav-primary .menu-item .sub-menu a:active, .nav-primary .menu-item .sub-menu a:focus, .nav-primary .menu-item .sub-menu a:hover {
color: maroon
}
.nav-primary .menu-item .sub-menu .disabled {
background: #fff;
color: #ccc
}
.nav-primary .menu-item ul li .dropdown-toggle {
background-color: transparent;
border: none;
border-radius: 0;
color: #0071ce;
height: auto;
width: 3rem;
flex-shrink: 0;
-ms-grid-row-align: center;
align-self: center
}
.nav-primary .menu-item ul li .dropdown-toggle svg {
transform: rotate(-90deg) rotateX(0);
width: 1rem;
height: 1rem
}
.nav-primary .menu-item ul li .dropdown-toggle.toggled-on svg {
transform: rotate(-90deg) rotateX(180deg)
}
.nav-primary .menu-item button.dropdown-toggle {
background-color: transparent;
border: none;
border-radius: 50%;
color: #0071ce;
height: auto;
width: 3rem;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center
}
.nav-primary .menu-item button.dropdown-toggle svg {
transition: transform .22s ease-in;
width: 1rem;
height: 1rem
}
.nav-primary .menu-item button.dropdown-toggle.toggled-on svg {
transform: rotateX(180deg)
}
.nav-primary .menu-item > li > ul:after {
content: '';
position: absolute;
width: 0;
height: 0;
overflow: hidden;
border-style: dashed dashed solid;
top: -16px;
left: 31px;
border-width: 8px;
border-color: transparent transparent #fff
}
.nav-primary .menu-item.menu-item-has-children {
margin-right: .8rem;
position: relative;
display: flex;
justify-content: space-between
}
.nav-primary .menu-item.menu-item-has-children:after {
display: block;
position: absolute;
content: '';
height: 1rem;
width: 100%;
top: 100%
}
.nav-primary .menu-item.menu-item-has-children > a {
padding-right: 0
}
.nav-primary .sub-menu .menu-item-has-children:after {
display: none
}
}
.nav-footer ul {
list-style: none;
padding-left: 0;
margin: 0
}
.nav-footer ul li a {
font-size: .8em
}
.hamburger {
padding: 40px 15px;
padding: 4rem 1.5rem;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: .15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible
}
.hamburger:hover {
opacity: .8
}
.hamburger.is-active:hover {
opacity: .8
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
background-color: #222
}
.hamburger-box {
width: 30px;
width: 3rem;
height: 16px;
height: 1.6rem;
display: inline-block;
position: relative
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -1px;
margin-top: -.1rem
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
width: 30px;
width: 3rem;
height: 2px;
height: .2rem;
background-color: #222;
border-radius: 0;
position: absolute;
transition-property: transform;
transition-duration: .15s;
transition-timing-function: ease
}
.hamburger-inner::after, .hamburger-inner::before {
content: "";
display: block
}
.hamburger-inner::before {
top: -7px;
top: -.7rem
}
.hamburger-inner::after {
bottom: -7px;
bottom: -.7rem
}
.hamburger--3dx .hamburger-box {
perspective: 6rem
}
.hamburger--3dx .hamburger-inner {
transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dx .hamburger-inner::after, .hamburger--3dx .hamburger-inner::before {
transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dx.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateY(180deg)
}
.hamburger--3dx.is-active .hamburger-inner::before {
transform: translate3d(0, .7rem, 0) rotate(45deg)
}
.hamburger--3dx.is-active .hamburger-inner::after {
transform: translate3d(0, -.7rem, 0) rotate(-45deg)
}
.hamburger--3dx-r .hamburger-box {
perspective: 6rem
}
.hamburger--3dx-r .hamburger-inner {
transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dx-r .hamburger-inner::after, .hamburger--3dx-r .hamburger-inner::before {
transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dx-r.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateY(-180deg)
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
transform: translate3d(0, .7rem, 0) rotate(45deg)
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
transform: translate3d(0, -.7rem, 0) rotate(-45deg)
}
.hamburger--3dy .hamburger-box {
perspective: 6rem
}
.hamburger--3dy .hamburger-inner {
transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dy .hamburger-inner::after, .hamburger--3dy .hamburger-inner::before {
transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dy.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateX(-180deg)
}
.hamburger--3dy.is-active .hamburger-inner::before {
transform: translate3d(0, .7rem, 0) rotate(45deg)
}
.hamburger--3dy.is-active .hamburger-inner::after {
transform: translate3d(0, -.7rem, 0) rotate(-45deg)
}
.hamburger--3dy-r .hamburger-box {
perspective: 6rem
}
.hamburger--3dy-r .hamburger-inner {
transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dy-r .hamburger-inner::after, .hamburger--3dy-r .hamburger-inner::before {
transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dy-r.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateX(180deg)
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
transform: translate3d(0, .7rem, 0) rotate(45deg)
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
transform: translate3d(0, -.7rem, 0) rotate(-45deg)
}
.hamburger--3dxy .hamburger-box {
perspective: 6rem
}
.hamburger--3dxy .hamburger-inner {
transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dxy .hamburger-inner::after, .hamburger--3dxy .hamburger-inner::before {
transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dxy.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateX(180deg) rotateY(180deg)
}
.hamburger--3dxy.is-active .hamburger-inner::before {
transform: translate3d(0, .7rem, 0) rotate(45deg)
}
.hamburger--3dxy.is-active .hamburger-inner::after {
transform: translate3d(0, -.7rem, 0) rotate(-45deg)
}
.hamburger--3dxy-r .hamburger-box {
perspective: 6rem
}
.hamburger--3dxy-r .hamburger-inner {
transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dxy-r .hamburger-inner::after, .hamburger--3dxy-r .hamburger-inner::before {
transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger--3dxy-r.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
transform: translate3d(0, .7rem, 0) rotate(45deg)
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
transform: translate3d(0, -.7rem, 0) rotate(-45deg)
}
.hamburger--arrow.is-active .hamburger-inner::before {
transform: translate3d(-.6rem, 0, 0) rotate(-45deg) scale(.7, 1)
}
.hamburger--arrow.is-active .hamburger-inner::after {
transform: translate3d(-.6rem, 0, 0) rotate(45deg) scale(.7, 1)
}
.hamburger--arrow-r.is-active .hamburger-inner::before {
transform: translate3d(.6rem, 0, 0) rotate(45deg) scale(.7, 1)
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
transform: translate3d(.6rem, 0, 0) rotate(-45deg) scale(.7, 1)
}
.hamburger--arrowalt .hamburger-inner::before {
transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger--arrowalt .hamburger-inner::after {
transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
top: 0;
transform: translate3d(-.6rem, -.75rem, 0) rotate(-45deg) scale(.7, 1);
transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
bottom: 0;
transform: translate3d(-.6rem, .75rem, 0) rotate(45deg) scale(.7, 1);
transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}
.hamburger--arrowalt-r .hamburger-inner::before {
transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger--arrowalt-r .hamburger-inner::after {
transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
top: 0;
transform: translate3d(.6rem, -.75rem, 0) rotate(45deg) scale(.7, 1);
transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
bottom: 0;
transform: translate3d(.6rem, .75rem, 0) rotate(-45deg) scale(.7, 1);
transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}
.hamburger--arrowturn.is-active .hamburger-inner {
transform: rotate(-180deg)
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
transform: rotate(-180deg)
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::after, .hamburger--boring .hamburger-inner::before {
transition-property: none
}
.hamburger--boring.is-active .hamburger-inner {
transform: rotate(45deg)
}
.hamburger--boring.is-active .hamburger-inner::before {
top: 0;
opacity: 0
}
.hamburger--boring.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg)
}
.hamburger .hamburger-inner, .hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: .13s;
transition-delay: .13s;
transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger .hamburger-inner::after, .hamburger--collapse .hamburger-inner::after {
top: -14px;
top: -1.4rem;
transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}
.hamburger .hamburger-inner::before, .hamburger--collapse .hamburger-inner::before {
transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--collapse.is-active .hamburger-inner, .is-active.hamburger .hamburger-inner {
transform: translate3d(0, -.7rem, 0) rotate(-45deg);
transition-delay: .22s;
transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--collapse.is-active .hamburger-inner::after, .is-active.hamburger .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}
.hamburger--collapse.is-active .hamburger-inner::before, .is-active.hamburger .hamburger-inner::before {
top: 0;
transform: rotate(-90deg);
transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}
.hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: .13s;
transition-delay: .13s;
transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--collapse-r .hamburger-inner::after {
top: -14px;
top: -1.4rem;
transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}
.hamburger--collapse-r .hamburger-inner::before {
transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--collapse-r.is-active .hamburger-inner {
transform: translate3d(0, -.7rem, 0) rotate(45deg);
transition-delay: .22s;
transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}
.hamburger--elastic .hamburger-inner {
top: 1px;
top: .1rem;
transition-duration: 275ms;
transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
.hamburger--elastic .hamburger-inner::before {
top: 7px;
top: .7rem;
transition: opacity 125ms 275ms ease
}
.hamburger--elastic .hamburger-inner::after {
top: 14px;
top: 1.4rem;
transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}
.hamburger--elastic.is-active .hamburger-inner {
transform: translate3d(0, .7rem, 0) rotate(135deg);
transition-delay: 75ms
}
.hamburger--elastic.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0
}
.hamburger--elastic.is-active .hamburger-inner::after {
transform: translate3d(0, -1.4rem, 0) rotate(-270deg);
transition-delay: 75ms
}
.hamburger--elastic-r .hamburger-inner {
top: 1px;
top: .1rem;
transition-duration: 275ms;
transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}
.hamburger--elastic-r .hamburger-inner::before {
top: 7px;
top: .7rem;
transition: opacity 125ms 275ms ease
}
.hamburger--elastic-r .hamburger-inner::after {
top: 14px;
top: 1.4rem;
transition: transform 275ms cubic-bezier(.68, -.55, .265, 1.55)
}
.hamburger--elastic-r.is-active .hamburger-inner {
transform: translate3d(0, .7rem, 0) rotate(-135deg);
transition-delay: 75ms
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
transform: translate3d(0, -1.4rem, 0) rotate(270deg);
transition-delay: 75ms
}
.hamburger--emphatic {
overflow: hidden
}
.hamburger--emphatic .hamburger-inner {
transition: background-color 125ms 175ms ease-in
}
.hamburger--emphatic .hamburger-inner::before {
left: 0;
transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in
}
.hamburger--emphatic .hamburger-inner::after {
top: 7px;
top: .7rem;
right: 0;
transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in
}
.hamburger--emphatic.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent !important
}
.hamburger--emphatic.is-active .hamburger-inner::before {
left: -60px;
left: -6rem;
top: -60px;
top: -6rem;
transform: translate3d(6rem, 6rem, 0) rotate(45deg);
transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}
.hamburger--emphatic.is-active .hamburger-inner::after {
right: -60px;
right: -6rem;
top: -60px;
top: -6rem;
transform: translate3d(-6rem, 6rem, 0) rotate(-45deg);
transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}
.hamburger--emphatic-r {
overflow: hidden
}
.hamburger--emphatic-r .hamburger-inner {
transition: background-color 125ms 175ms ease-in
}
.hamburger--emphatic-r .hamburger-inner::before {
left: 0;
transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in
}
.hamburger--emphatic-r .hamburger-inner::after {
top: 7px;
top: .7rem;
right: 0;
transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in
}
.hamburger--emphatic-r.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent !important
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
left: -60px;
left: -6rem;
top: 60px;
top: 6rem;
transform: translate3d(6rem, -6rem, 0) rotate(-45deg);
transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
right: -60px;
right: -6rem;
top: 60px;
top: 6rem;
transform: translate3d(-6rem, -6rem, 0) rotate(45deg);
transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}
.hamburger--minus .hamburger-inner::after, .hamburger--minus .hamburger-inner::before {
transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear
}
.hamburger--minus.is-active .hamburger-inner::after, .hamburger--minus.is-active .hamburger-inner::before {
opacity: 0;
transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear
}
.hamburger--minus.is-active .hamburger-inner::before {
top: 0
}
.hamburger--minus.is-active .hamburger-inner::after {
bottom: 0
}
.hamburger--slider .hamburger-inner {
top: 1px;
top: .1rem
}
.hamburger--slider .hamburger-inner::before {
top: 7px;
top: .7rem;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: .15s
}
.hamburger--slider .hamburger-inner::after {
top: 14px;
top: 1.4rem
}
.hamburger--slider.is-active .hamburger-inner {
transform: translate3d(0, .7rem, 0) rotate(45deg)
}
.hamburger--slider.is-active .hamburger-inner::before {
transform: rotate(-45deg) translate3d(-.42857rem, -.5rem, 0);
opacity: 0
}
.hamburger--slider.is-active .hamburger-inner::after {
transform: translate3d(0, -1.4rem, 0) rotate(-90deg)
}
.hamburger--slider-r .hamburger-inner {
top: 1px;
top: .1rem
}
.hamburger--slider-r .hamburger-inner::before {
top: 7px;
top: .7rem;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: .15s
}
.hamburger--slider-r .hamburger-inner::after {
top: 14px;
top: 1.4rem
}
.hamburger--slider-r.is-active .hamburger-inner {
transform: translate3d(0, .7rem, 0) rotate(-45deg)
}
.hamburger--slider-r.is-active .hamburger-inner::before {
transform: rotate(45deg) translate3d(.42857rem, -.5rem, 0);
opacity: 0
}
.hamburger--slider-r.is-active .hamburger-inner::after {
transform: translate3d(0, -1.4rem, 0) rotate(90deg)
}
.hamburger--spin .hamburger-inner {
transition-duration: .22s;
transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin .hamburger-inner::before {
transition: top .1s .25s ease-in, opacity .1s ease-in
}
.hamburger--spin .hamburger-inner::after {
transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin.is-active .hamburger-inner {
transform: rotate(225deg);
transition-delay: .12s;
transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--spin.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top .1s ease-out, opacity .1s .12s ease-out
}
.hamburger--spin.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}
.hamburger--spin-r .hamburger-inner {
transition-duration: .22s;
transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin-r .hamburger-inner::before {
transition: top .1s .25s ease-in, opacity .1s ease-in
}
.hamburger--spin-r .hamburger-inner::after {
transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin-r.is-active .hamburger-inner {
transform: rotate(-225deg);
transition-delay: .12s;
transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--spin-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top .1s ease-out, opacity .1s .12s ease-out
}
.hamburger--spin-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg);
transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}
.hamburger--spring .hamburger-inner {
top: 1px;
top: .1rem;
transition: background-color 0s .13s linear
}
.hamburger--spring .hamburger-inner::before {
top: 7px;
top: .7rem;
transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spring .hamburger-inner::after {
top: 14px;
top: 1.4rem;
transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spring.is-active .hamburger-inner {
transition-delay: .22s;
background-color: transparent !important
}
.hamburger--spring.is-active .hamburger-inner::before {
top: 0;
transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
transform: translate3d(0, .7rem, 0) rotate(45deg)
}
.hamburger--spring.is-active .hamburger-inner::after {
top: 0;
transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
transform: translate3d(0, .7rem, 0) rotate(-45deg)
}
.hamburger--spring-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: .13s;
transition-delay: 0s;
transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spring-r .hamburger-inner::after {
top: -14px;
top: -1.4rem;
transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear
}
.hamburger--spring-r .hamburger-inner::before {
transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spring-r.is-active .hamburger-inner {
transform: translate3d(0, -.7rem, 0) rotate(-45deg);
transition-delay: .22s;
transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--spring-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear
}
.hamburger--spring-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1)
}
.hamburger--stand .hamburger-inner {
transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear
}
.hamburger--stand .hamburger-inner::before {
transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--stand .hamburger-inner::after {
transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--stand.is-active .hamburger-inner {
transform: rotate(90deg);
background-color: transparent !important;
transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear
}
.hamburger--stand.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}
.hamburger--stand.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}
.hamburger--stand-r .hamburger-inner {
transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear
}
.hamburger--stand-r .hamburger-inner::before {
transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--stand-r .hamburger-inner::after {
transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--stand-r.is-active .hamburger-inner {
transform: rotate(-90deg);
background-color: transparent !important;
transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear
}
.hamburger--stand-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}
.hamburger--stand-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}
.hamburger--squeeze .hamburger-inner {
transition-duration: 75ms;
transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze .hamburger-inner::before {
transition: top 75ms .12s ease, opacity 75ms ease
}
.hamburger--squeeze .hamburger-inner::after {
transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze.is-active .hamburger-inner {
transform: rotate(45deg);
transition-delay: .12s;
transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger--squeeze.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 75ms ease, opacity 75ms .12s ease
}
.hamburger--squeeze.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1)
}
.hamburger--vortex .hamburger-inner {
transition-duration: .2s;
transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.hamburger--vortex .hamburger-inner::after, .hamburger--vortex .hamburger-inner::before {
transition-duration: 0s;
transition-delay: .1s;
transition-timing-function: linear
}
.hamburger--vortex .hamburger-inner::before {
transition-property: top, opacity
}
.hamburger--vortex .hamburger-inner::after {
transition-property: bottom, transform
}
.hamburger--vortex.is-active .hamburger-inner {
transform: rotate(765deg);
transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.hamburger--vortex.is-active .hamburger-inner::after, .hamburger--vortex.is-active .hamburger-inner::before {
transition-delay: 0s
}
.hamburger--vortex.is-active .hamburger-inner::before {
top: 0;
opacity: 0
}
.hamburger--vortex.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg)
}
.hamburger--vortex-r .hamburger-inner {
transition-duration: .2s;
transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.hamburger--vortex-r .hamburger-inner::after, .hamburger--vortex-r .hamburger-inner::before {
transition-duration: 0s;
transition-delay: .1s;
transition-timing-function: linear
}
.hamburger--vortex-r .hamburger-inner::before {
transition-property: top, opacity
}
.hamburger--vortex-r .hamburger-inner::after {
transition-property: bottom, transform
}
.hamburger--vortex-r.is-active .hamburger-inner {
transform: rotate(-765deg);
transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.hamburger--vortex-r.is-active .hamburger-inner::after, .hamburger--vortex-r.is-active .hamburger-inner::before {
transition-delay: 0s
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg)
}
@media (max-width: 960px) {
.no-js .main-navigation-wrapper, .no-js .nav-container, .no-js .nav-toggle, .no-js .search-wrapper, .no-js .site-header {
height: 140px !important
}
.no-js > div:first-of-type {
display: none !important
}
}
@media screen and (max-width: 959px) {
.main-navigation-wrapper {
order: 6;
z-index: 999
}
.no-js .site-header {
position: static;
background: #fff
}
.disable-scroll {
overflow: hidden
}
.js.js-nav-active {
overflow: hidden
}
.js.js-nav-active .nav-primary {
visibility: visible;
opacity: 1;
pointer-events: all;
background: #fff
}
.js.js-nav-active .nav-primary .menu-items {
opacity: 1
}
.js .nav-primary {
position: fixed;
z-index: 5;
top: 140px;
left: 0
}
.js .nav-primary .menu-items {
padding: 5px 0 20px;
height: 100vh
}
.main-title {
font-size: 14px;
font-weight: 400
}
.sub-title {
font-size: 1.6rem;
opacity: .5;
display: none !important
}
.main-title, .sub-title {
width: 100%;
display: block
}
.nav-primary {
height: 100vh;
width: 100vw;
overflow: auto;
transition: all .22s ease-in-out;
margin: 0;
display: block;
will-change: opacity;
visibility: hidden;
opacity: 0;
pointer-events: none
}
.nav-primary .menu-items {
opacity: 0;
margin: 0;
width: 100%;
float: none;
padding: 2rem 0;
outline: 0
}
.nav-primary .menu-items li:first-child a {
border-top: 0
}
.nav-primary .menu-items .menu-item-2681 a, .nav-primary .menu-items li:last-child a {
border-bottom: 1px solid #f4f4f4
}
.nav-primary .menu-items li > ul > li:last-child .main-title {
padding-bottom: 20px
}
.nav-primary .menu-items li > ul > li:last-child a {
border-bottom: 0
}
.nav-primary .menu-items a {
border-top: 1px solid #f4f4f4;
padding-top: 1.2rem;
padding-bottom: 1.2rem;
padding-left: 0;
padding-right: 5.8rem;
margin-left: 2rem;
margin-right: 2rem;
color: #222;
font-size: 15px;
font-weight: 500;
line-height: 1.7rem;
text-decoration: none;
position: relative;
z-index: 0;
display: block;
outline: 0
}
.nav-primary .menu-items a:focus {
outline: 0
}
.nav-primary .menu-items a.has-submenu {
width: 80%;
position: static
}
.nav-primary .menu-items a:active, .nav-primary .menu-items a:focus, .nav-primary .menu-items a:hover {
color: #0071ce
}
.nav-primary .menu-items .current-menu-item > a, .nav-primary .menu-items .current-menu-parent > a {
color: #0071ce
}
.nav-primary .menu-items .disabled {
color: #bbb
}
.nav-primary .menu-items .dropdown-toggle {
position: absolute;
top: 0;
left: auto;
right: 10px;
width: 12px;
height: 7px;
overflow: hidden;
background: 0 0;
border: 0;
padding: 20px;
z-index: 9999;
background-image: url(//finnpeak.fi/wp-content/themes/finnpeak_2020/svg/mobile-nav-arrow-down.svg);
background-position: center;
background-size: 12px 7px;
background-repeat: no-repeat;
transition: all .22s;
transform: rotate(0)
}
.nav-primary .menu-items .dropdown-toggle:focus {
z-index: 10000
}
.nav-primary .menu-items .dropdown-toggle svg {
display: none
}
.nav-primary .menu-items .menu-item.menu-item-2749 a {
background: #f4f4f4;
transition: all .22s;
font-weight: 600;
padding: 14px 29px;
line-height: 1;
order: 5;
border-radius: 3px;
white-space: nowrap;
-ms-grid-row-align: center;
align-self: center;
font-size: 14px;
color: #222;
text-align: center;
margin-top: 15px
}
.nav-primary .menu-items .menu-item.menu-item-2749 a:focus, .nav-primary .menu-items .menu-item.menu-item-2749 a:hover {
background: #e7e7e7
}
.nav-primary .menu-items .menu-item.menu-item-3271, .nav-primary .menu-items .menu-item.menu-item-3272 {
width: 50%;
margin: 10px 0 0;
float: left;
border: 0
}
.nav-primary .menu-items .menu-item.menu-item-3271 {
text-align: left
}
.nav-primary .menu-items .menu-item.menu-item-3272 {
justify-content: flex-end;
text-align: right;
width: auto;
float: right
}
.nav-primary .menu-items .menu-item.menu-item-3272 a {
justify-content: flex-end;
display: inline-block;
text-align: right;
padding-right: 0
}
.nav-primary .menu-items .menu-item.menu-item-3271 a, .nav-primary .menu-items .menu-item.menu-item-3272 a {
border: 0;
font-weight: 600;
color: #b2b2b2;
transition: all .22s;
position: relative;
font-size: 14px !important
}
.nav-primary .menu-items .menu-item.menu-item-3271 a svg, .nav-primary .menu-items .menu-item.menu-item-3272 a svg {
width: 11px;
height: 11px;
min-width: 11px;
margin-left: 8px
}
.nav-primary .menu-items .menu-item.menu-item-3271 a.link-webshop, .nav-primary .menu-items .menu-item.menu-item-3272 a.link-webshop {
font-size: 14px;
margin-left: auto
}
}
@media screen and (max-width: 959px) and (max-width: 1440px) {
.nav-primary .menu-items .menu-item.menu-item-3271 a, .nav-primary .menu-items .menu-item.menu-item-3272 a {
font-size: 14px
}
}
@media screen and (max-width: 959px) {
.nav-primary .menu-items .dropdown-toggle.toggled-on {
background-color: transparent;
transform: rotate(-180deg);
cursor: pointer
}
.nav-primary .menu-items ul {
background: 0 0;
margin-left: 0;
padding: 0
}
.nav-primary .menu-items ul a {
font-size: 1.4rem
}
.nav-primary .menu-items ul > li {
padding-left: 1.5rem
}
.nav-primary .menu-items ul > li ul {
margin-left: -1.5rem
}
.nav-primary .menu-items ul > li ul li {
padding-left: 3rem
}
.nav-primary .menu-items ul > li ul li ul {
margin-left: -3rem
}
.nav-primary .menu-items ul > li ul li ul li {
padding-left: 4.5rem
}
}
.nav-toggle {
list-style: none;
z-index: 100000;
-webkit-tap-highlight-color: transparent;
border: 0;
overflow: visible;
color: #222;
font-weight: 700;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
padding: 20px;
padding: 2rem;
margin: 0 -20px 0;
margin: 0 -2rem 0;
background: 0 0;
cursor: pointer;
position: relative;
top: 0;
display: none
}
.nav-toggle:not(.toggled-on) .hamburger-inner {
width: 18px;
transition: width .22s
}
.nav-toggle.is-active .hamburger-inner, .nav-toggle:hover .hamburger-inner {
width: 30px;
width: 3rem
}
.nav-toggle span {
color: #222;
font-size: 1.2em
}
.nav-toggle:focus {
outline: 0
}
.nav-toggle:focus span span {
background-color: #222
}
.nav-toggle:focus span span:after, .nav-toggle:focus span span:before {
background-color: #222
}
.nav-toggle:active, .nav-toggle:hover {
color: #222
}
.nav-toggle:active span, .nav-toggle:hover span {
color: #222
}
@media (max-width: 959px) {
.nav-toggle {
display: block
}
.nav-toggle.has-visible-label {
display: flex;
align-items: center
}
.nav-toggle.has-visible-label .nav-toggle-label {
font-size: 17px
}
.nav-toggle.has-visible-label .hamburger-box {
margin-right: 2rem
}
}
.nav-toggle.is-active {
color: #222
}
.nav-toggle.is-active span.focus .hamburger-box .hamburger-inner, .nav-toggle.is-active span:focus .hamburger-box .hamburger-inner {
background-color: #222
}
.nav-toggle.is-active span.focus .hamburger-box .hamburger-inner:after, .nav-toggle.is-active span:focus .hamburger-box .hamburger-inner:after {
background-color: #222
}
.nav-toggle.is-active span.hamburger-box .hamburger-inner {
background-color: #222
}
.nav-toggle.is-active span.hamburger-box .hamburger-inner:after {
background-color: #222
}
.nav-toggle.is-active span:active, .nav-toggle.is-active span:focus, .nav-toggle.is-active span:hover {
color: #222
}
.nav-toggle.is-active span:active span, .nav-toggle.is-active span:focus span, .nav-toggle.is-active span:hover span {
color: #222
}
.nav-toggle.is-active span {
color: #222
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
color: #222;
background: #222
}
.back-to-top {
margin: 0;
position: fixed;
bottom: 10px;
bottom: 1rem;
right: 10px;
right: 1rem;
text-decoration: none;
opacity: 0;
transition: opacity .22s 0s, visibility 0s .22s;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center
}
.back-to-top:focus {
outline: 0
}
.back-to-top.has-light-bg svg {
fill: #222
}
.back-to-top.has-dark-bg svg {
fill: #fff
}
.back-to-top.fade-out, .back-to-top.is-visible, .no-touch .back-to-top:hover {
transition: opacity .22s 0s, visibility 0s 0s
}
.back-to-top.is-visible {
opacity: 1
}
.back-to-top.fade-out {
opacity: 1
}
.back-to-top.fade-out:hover {
opacity: 1
}
.no-touch .back-to-top:hover {
opacity: 1
}
.top {
background: 0 0;
padding: 16px
}
.top svg {
fill: #222;
margin: 0;
opacity: .8;
transition: all .3s ease;
display: flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px
}
@media (max-width: 480px) {
.top svg {
width: 15px;
height: 15px
}
}
.top:active svg, .top:focus svg, .top:hover svg {
transform: translateY(-.5rem)
}
.gallery {
margin-bottom: 1.5em;
display: -ms-grid;
display: grid;
grid-gap: 1.5em
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%
}
.gallery-columns-2 {
-ms-grid-columns:(1fr) [ 2 ];
grid-template-columns:repeat(2, 1fr)
}
.gallery-columns-3 {
-ms-grid-columns:(1fr) [ 3 ];
grid-template-columns:repeat(3, 1fr)
}
.gallery-columns-4 {
-ms-grid-columns:(1fr) [ 4 ];
grid-template-columns:repeat(4, 1fr)
}
.gallery-columns-5 {
-ms-grid-columns:(1fr) [ 5 ];
grid-template-columns:repeat(5, 1fr)
}
.gallery-columns-6 {
-ms-grid-columns:(1fr) [ 6 ];
grid-template-columns:repeat(6, 1fr)
}
.gallery-columns-7 {
-ms-grid-columns:(1fr) [ 7 ];
grid-template-columns:repeat(7, 1fr)
}
.gallery-columns-8 {
-ms-grid-columns:(1fr) [ 8 ];
grid-template-columns:repeat(8, 1fr)
}
.gallery-columns-9 {
-ms-grid-columns:(1fr) [ 9 ];
grid-template-columns:repeat(9, 1fr)
}
.gallery-caption {
display: block
}
.background-image {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
overflow: hidden
}
.background-image.reveal {
filter: none;
will-change: transform, opacity;
-webkit-animation: progressive-reveal 1s ease-out;
animation: progressive-reveal 1s ease-out
}
.background-image.preview {
filter: blur(1vw);
transform: scale(1.05)
}
.background-image.full-image {
z-index: 1;
transition: all .22s
}
@-webkit-keyframes progressive-reveal {
0% {
opacity: .2
}
100% {
opacity: 1
}
}
@keyframes progressive-reveal {
0% {
opacity: .2
}
100% {
opacity: 1
}
}
.has-lazyload {
overflow: hidden;
position: relative
}
.notice {
padding: 20px;
padding: 2rem;
background-color: #f5f5f5;
border-left: 4px solid #4f5964
}
.notice-success {
background-color: #dffae2;
border-color: #30dd44
}
.notice-warning {
background-color: #fdefe5;
border-color: #ed7e29
}
.notice-error {
background-color: #fadfdf;
border-color: #dd3030
}
@media (min-width: 480px) {
.block.block-page {
min-height: 300px
}
}
.cat-links, .tags-links {
display: block
}
.alignleft {
display: inline;
float: left;
margin-right: 20px
}
.alignright {
display: inline;
float: right;
margin-left: 20px
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto
}
del {
text-decoration: line-through;
color: #666
}
.container.container-article {
max-width: 800px;
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0
}
.container.container-article article {
max-width: 100%;
padding-right: 0;
padding-left: 0;
padding-top: 80px;
padding-top: 8rem;
padding-bottom: 0
}
.container.container-article article .article--meta-information {
margin-top: 80px;
margin-top: 8rem
}
.container.container-article article .article--meta-information svg {
position: relative;
top: 2px;
margin-right: 3px
}
.container.container-article article .article--meta-information a:not(.button) {
color: #4f5964;
text-decoration: none;
text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
box-shadow: inset 0 -1px 0 0 #fff, inset 0 -2px 0 0 rgba(79, 89, 100, .6);
transition: all .22s;
background-image: linear-gradient(to top, #4f5964, #4f5964);
background-size: 100% 0;
background-position: left bottom;
background-repeat: no-repeat
}
.container.container-article article .article--meta-information a:not(.button):hover {
color: #fff;
text-shadow: none;
padding-left: 5px;
padding-right: 5px;
box-shadow: none;
background-size: 100% 2.8rem;
margin-left: -5px;
margin-right: -5px
}
.container.container-article article .article--meta-information a, .container.container-article article .article--meta-information b, .container.container-article article .article--meta-information p {
font-size: 14px;
color: #4f5964;
line-height: 1.77
}
@media screen and (min-width: 320px) {
.container.container-article article .article--meta-information a, .container.container-article article .article--meta-information b, .container.container-article article .article--meta-information p {
font-size: calc(14px + 2 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
.container.container-article article .article--meta-information a, .container.container-article article .article--meta-information b, .container.container-article article .article--meta-information p {
font-size: 16px
}
}
.container.container-article article .entry-meta .notification-box {
border-top: 1px solid rgba(79, 89, 100, .3);
border-bottom: 1px solid rgba(79, 89, 100, .3);
padding: 40px 20px;
padding: 4rem 2rem;
margin-top: 80px;
margin-top: 8rem
}
@media (max-width: 600px) {
.container.container-article article .entry-meta .notification-box {
padding: 2rem
}
}
.container.container-article article .entry-meta .notification-box b, .container.container-article article .entry-meta .notification-box h2, .container.container-article article .entry-meta .notification-box p {
font-size: 16px;
color: #4f5964;
margin: 0
}
@media screen and (min-width: 320px) {
.container.container-article article .entry-meta .notification-box b, .container.container-article article .entry-meta .notification-box h2, .container.container-article article .entry-meta .notification-box p {
font-size: calc(16px + 5 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
.container.container-article article .entry-meta .notification-box b, .container.container-article article .entry-meta .notification-box h2, .container.container-article article .entry-meta .notification-box p {
font-size: 21px
}
}
.container.container-article article a:not(.button):not(.no-text-link) {
position: relative;
color: #0071ce;
transition: all .22s;
text-decoration: none
}
.container.container-article article cite, .container.container-article article figcaption, .container.container-article article small {
font-size: 14px;
font-style: normal;
color: #4f5964;
border: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
max-width: 800px;
padding-bottom: 0;
margin-top: 40px;
margin-top: 4rem;
margin-bottom: 80px;
margin-bottom: 8rem
}
@media screen and (min-width: 320px) {
.container.container-article article cite, .container.container-article article figcaption, .container.container-article article small {
font-size: calc(14px + 2 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
.container.container-article article cite, .container.container-article article figcaption, .container.container-article article small {
font-size: 16px
}
}
@media (max-width: 480px) {
.container.container-article article cite, .container.container-article article figcaption, .container.container-article article small {
margin-top: 2rem
}
}
.container.container-article article a:hover {
text-decoration: none
}
.container.container-article article p {
color: #222;
font-weight: 400
}
.container.container-article article .is-style-ingress, .container.container-article article h1, .container.container-article article h2, .container.container-article article h3, .container.container-article article h4, .container.container-article article h5 {
line-height: 1.22
}
.container.container-article article .fb-post, .container.container-article article iframe, .container.container-article article small {
display: block
}
.container.container-article article li, .container.container-article article ul {
line-height: 1.77
}
.container.container-article article .featured-image-single {
max-width: 920px;
margin-bottom: 80px;
margin-bottom: 8rem
}
.container.container-article article .featured-image-single img {
width: 100%;
height: auto
}
.container.container-article article blockquote {
margin-left: auto;
margin-right: auto;
border-left: 3px solid #222;
margin-top: 40px;
margin-top: 4rem;
margin-bottom: 40px;
margin-bottom: 4rem;
padding: 40px;
padding: 4rem;
max-width: 920px;
line-height: 1.77
}
.container.container-article article blockquote cite {
text-align: left
}
.container.container-article article blockquote * {
line-height: 1.77
}
@media (max-width: 480px) {
.container.container-article article blockquote {
padding: 4rem 2rem
}
}
.container.container-article article blockquote p {
font-size: 17px
}
@media screen and (min-width: 320px) {
.container.container-article article blockquote p {
font-size: calc(17px + 7 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
.container.container-article article blockquote p {
font-size: 24px
}
}
.container.container-article article cite {
margin-bottom: 80px;
margin-bottom: 8rem
}
.container.container-article article ol, .container.container-article article ul {
padding-left: 22px;
padding-left: 2.2rem
}
.container.container-article article .wp-video, .container.container-article article div[style="width: 640px;"] {
width: 100% !important;
max-width: 800px !important;
margin-left: auto !important;
margin-right: auto !important
}
.container.container-article article > * {
max-width: 800px;
width: 100%;
margin-left: auto;
margin-right: auto;
line-height: 1.77
}
.container.container-article article > .wp-block-image {
margin-top: 40px;
margin-top: 4rem;
margin-bottom: 40px;
margin-bottom: 4rem
}
.container.container-article article > .wp-block-image .entry-photo {
margin: 0
}
.container.container-article article > .wp-block-image .entry-photo img {
max-width: 100%;
width: 100%;
height: auto
}
.container.container-article article > .instagram-media, .container.container-article article > .twitter-tweet, .container.container-article article > .wp-video {
width: 100% !important;
max-width: 800px !important;
margin-left: auto !important;
margin-right: auto !important
}
@media (max-width: 800px) {
.container.container-article article > .instagram-media, .container.container-article article > .twitter-tweet, .container.container-article article > .wp-video {
padding-left: 4rem !important;
padding-right: 4rem !important
}
}
@media (max-width: 480px) {
.container.container-article article > .instagram-media, .container.container-article article > .twitter-tweet, .container.container-article article > .wp-video {
padding-left: 2rem !important;
padding-right: 2rem !important
}
}
.container.container-article article > .entry-title {
font-size: 42px;
max-width: 1000px;
line-height: 1;
text-align: center;
margin-bottom: 0;
margin-top: 80px;
margin-top: 8rem
}
@media screen and (min-width: 320px) {
.container.container-article article > .entry-title {
font-size: calc(42px + 48 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
.container.container-article article > .entry-title {
font-size: 90px
}
}
@media (max-width: 600px) {
.container.container-article article > .entry-title {
margin-top: 0
}
}
.container.container-article article > .entry-title svg {
margin-left: 5px
}
.container.container-article article > .entry-meta {
text-align: center;
margin-bottom: 90px;
margin-bottom: 9rem;
max-width: 800px
}
@media (max-width: 480px) {
.container.container-article article > .entry-meta {
margin-bottom: 8rem
}
}
.container.container-article article > .entry-meta p {
font-size: 16px;
margin-top: 20px;
margin-top: 2rem;
opacity: .8
}
@media screen and (min-width: 320px) {
.container.container-article article > .entry-meta p {
font-size: calc(16px + 3 * ((100vw - 320px) / 1600))
}
}
@media screen and (min-width: 1920px) {
.container.container-article article > .entry-meta p {
font-size: 19px
}
}
@media (max-width: 480px) {
.container.container-article article > .entry-meta p {
font-size: 15px
}
}
@media (max-width: 480px) {
.container.container-article article > .entry-meta .reading-time {
display: block
}
.container.container-article article > .entry-meta .reading-time .dot-divider {
display: none
}
}
.container.container-article article > .wp-block-gallery {
overflow: hidden;
color: #fff
}
.container.container-article article > .wp-block-gallery figcaption {
width: 100%;
color: #fff;
font-size: 14px;
padding: 20px;
padding: 2rem;
line-height: 1.55
}
.container.container-article article > .wp-block-gallery img {
margin-bottom: 0
}
.container.container-article article > .alignwide {
width: 100%;
margin-top: 40px;
margin-top: 4rem;
margin-bottom: 40px;
margin-bottom: 4rem;
padding-left: 40px;
padding-left: 4rem;
padding-right: 40px;
padding-right: 4rem
}
@media (min-width: 870px) {
.container.container-article article > .alignwide {
max-width: 85vw;
padding-left: 0;
padding-right: 0
}
}
@media (max-width: 480px) {
.container.container-article article > .alignwide {
padding-left: 2rem;
padding-right: 2rem
}
}
.container.container-article article > .alignfull {
max-width: 100%;
width: 100%;
margin-top: 80px;
margin-top: 8rem;
margin-bottom: 80px;
margin-bottom: 8rem
}
@media (min-width: 1170px) {
.container.container-article article .entry-photo {
max-width: 100%;
text-align: center;
margin-top: 8rem;
margin-bottom: 8rem
}
.container.container-article article .entry-photo img {
max-width: 70%;
margin: 0 auto
}
.container.container-article article small[style="text-align: center;"] {
width: 100%;
max-width: 100%;
display: block;
margin-bottom: 8rem;
margin-top: -4rem
}
}
.sticky {
background-color: #fafafa;
border: 1px solid #e0e0e0;
padding: 30px;
padding: 3rem
}
.comments-area .comment-list li.bypostauthor {
background-color: #fff6e8;
padding: 30px;
padding: 3rem
}
.wp-caption {
max-width: 100%
}
.wp-caption img[class*=wp-image-] {
display: block;
margin: 0 auto
}
.wp-caption .wp-caption-text {
text-align: left;
font-style: italic;
padding: 10px 0;
padding: 1rem 0;
margin-bottom: 20px
}
.entry-content {
margin-bottom: 2em
}
.entry-content p {
line-height: 1.77
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
max-width: 100%
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
margin-top: 0
}
table {
border-spacing: 0;
border-collapse: collapse
}
td, th {
font-family: Lato, sans-serif;
height: 30px;
height: 3rem;
padding: 10px;
padding: 1rem
}
@media (max-width: 600px) {
td, th {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
display: inline-block;
height: auto;
padding: 10px 0;
text-align: center
}
td:first-child, th:first-child {
margin-left: auto
}
td:last-child, th:last-child {
margin-right: auto
}
}
th {
font-weight: 700
}
abbr[title] {
border-bottom: 1px dotted
}
b, strong {
font-weight: 700
}
dfn {
font-style: italic
}
kbd {
border: 1px solid #ccc;
font-family: Arial, Helvetica, sans-serif;
background-color: #f7f7f7;
color: #333;
box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 0 0 2px #fff inset;
border-radius: 4px;
display: inline-block;
text-shadow: 0 1px 0 #fff;
line-height: 1.4;
white-space: nowrap;
padding: 0 5px;
padding: 0 .5rem
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 6.25px;
margin: 0 0 .625rem;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
overflow: auto
}
pre.debug {
font-size: 11px;
line-height: 1.5
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0
}
.taxonomy-description {
margin-bottom: 20px;
margin-bottom: 2rem
}
.post {
margin-bottom: 30px
}
.entry-header .entry-title {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid maroon
}
.entry-header .entry-title a {
color: #0071ce
}
.entry-header .entry-title a:hover {
color: maroon
}
.entry-meta {
margin-bottom: 1em
}
.entry-meta * {
color: #4f5964
}
p.entry-time {
margin-bottom: .1em
}
.cat {
margin-top: 0;
margin-bottom: 10px
}
ul.tags {
overflow: hidden;
margin: 0;
padding: 0;
padding-left: 0
}
ul.tags li {
margin-left: 0;
margin-right: 10px;
margin-bottom: 10px;
padding-left: 0;
display: inline-block;
float: left;
margin-top: 0
}
ul.tags li a {
font-size: 12px;
font-size: 1.2rem;
color: #333;
padding: 5px 10px;
padding: .5rem 1rem;
display: inline;
border-radius: 4px;
background: #f0f0f0;
opacity: .8
}
ul.tags li a:hover {
color: #fff;
background: #aaa;
opacity: 1
}
.comments-link {
text-align: right;
display: block
}
.comments-link svg {
fill: #777;
position: relative;
top: 1px;
margin-right: 2px
}
.comments-link:focus, .comments-link:hover {
color: #111
}
.comments-link:focus a, .comments-link:focus a:link, .comments-link:focus a:visited, .comments-link:focus svg, .comments-link:hover a, .comments-link:hover a:link, .comments-link:hover a:visited, .comments-link:hover svg {
color: #111;
fill: #111
}
.entry-footer {
margin-top: 0;
margin-bottom: 0
}
.entry-footer a {
color: #4f5964
}
.entry-footer a:hover {
color: #0071ce;
text-decoration: none
}
.site-main .comment-navigation, .site-main .post-navigation, .site-main .posts-navigation {
margin: 1.5em 0;
overflow: hidden
}
.site-main .comment-navigation::after, .site-main .post-navigation::after, .site-main .posts-navigation::after {
display: block;
content: '';
clear: both
}
.comment-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-previous {
float: left;
width: 50%
}
.comment-navigation .nav-previous a:before, .post-navigation .nav-previous a:before, .posts-navigation .nav-previous a:before {
content: '← '
}
.comment-navigation .nav-next, .post-navigation .nav-next, .posts-navigation .nav-next {
float: right;
text-align: right;
width: 50%
}
.comment-navigation .nav-next a:after, .post-navigation .nav-next a:after, .posts-navigation .nav-next a:after {
content: ' →'
}
.comments-area {
margin-top: 50px;
margin-bottom: 50px;
overflow: visible
}
.comment-list {
padding: 0;
margin: 0;
list-style: none
}
.comment-list li {
padding: 0;
margin-top: 0;
margin-bottom: 70px
}
.comment-list li p {
color: #4f5964
}
.comment-list li .avatar {
float: right;
border-radius: 50%
}
.comment-list li .comment-author {
color: #222;
margin-top: 0;
margin-bottom: 10px;
padding: 0
}
.comment-list li .comment-author a {
color: #222
}
.comment-list li .comment-time {
padding: 0;
margin: 0
}
.comment-list li .comment-time svg {
fill: #4f5964;
position: relative;
top: 2px;
margin-right: 5px
}
.comment-list li .comment-time a {
color: #4f5964
}
.comment-list li .comment-time:hover {
opacity: 1
}
body.woocommerce button.button.alt, body.woocommerce-page .site-content button.button.alt {
background-color: #0071ce;
padding: 20px
}
body.woocommerce button.button.alt:hover, body.woocommerce-page .site-content button.button.alt:hover {
background-color: maroon
}
body.woocommerce .woocommerce-checkout-review-order button.button.alt, body.woocommerce-page .site-content .woocommerce-checkout-review-order button.button.alt {
width: 100%;
font-size: 1.5em;
padding: 1em;
margin-top: 1em
}
body.woocommerce form.checkout, body.woocommerce form.woocommerce-cart-form, body.woocommerce-page .site-content form.checkout, body.woocommerce-page .site-content form.woocommerce-cart-form {
background-color: #f5f5f5
}
body.woocommerce form.checkout, body.woocommerce-page .site-content form.checkout {
padding: 1em;
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 5px
}
body.woocommerce form.cart, body.woocommerce-page .site-content form.cart {
margin-top: 2em
}
body.woocommerce form .col-2, body.woocommerce-page .site-content form .col-2 {
background-color: #ebe9eb;
padding: 1em;
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 5px
}
body.woocommerce table.cart td.actions .input-text, body.woocommerce-page .site-content table.cart td.actions .input-text {
width: 180px
}
body.woocommerce .woocommerce-privacy-policy-text p, body.woocommerce-page .site-content .woocommerce-privacy-policy-text p {
font-size: .8em
}
@media (min-width: 770px) {
body.woocommerce ul.products li.product, body.woocommerce-page .site-content ul.products li.product {
float: left;
clear: none;
text-align: inherit;
width: 22.75%;
margin-left: 0;
margin-right: 3%;
text-align: center
}
body.woocommerce ul.products li.product::after, body.woocommerce-page .site-content ul.products li.product::after {
display: block;
content: '';
clear: both
}
body.woocommerce ul.products li.product:nth-child(n), body.woocommerce-page .site-content ul.products li.product:nth-child(n) {
margin-right: 3%;
float: left;
clear: none
}
body.woocommerce ul.products li.product:nth-child(4n), body.woocommerce-page .site-content ul.products li.product:nth-child(4n) {
margin-right: 0;
float: right
}
body.woocommerce ul.products li.product:nth-child(4n+1), body.woocommerce-page .site-content ul.products li.product:nth-child(4n+1) {
clear: both
}
}
body.woocommerce ul.products li.product-category, body.woocommerce-page .site-content ul.products li.product-category {
text-align: center
}
@media (min-width: 768px) {
body.woocommerce ul.products li.product-category, body.woocommerce-page .site-content ul.products li.product-category {
width: 24.5%;
margin-right: .5% !important;
margin-bottom: .5%
}
body.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title, body.woocommerce-page .site-content ul.products li.product-category h2.woocommerce-loop-category__title {
font-size: 1.5em
}
}
body.woocommerce ul.products li.product-category img, body.woocommerce-page .site-content ul.products li.product-category img {
margin: 0
}
body.woocommerce ul.products .star-rating, body.woocommerce-page .site-content ul.products .star-rating {
margin-top: 2px;
height: 32px
}
body.woocommerce ul.products .star-rating span, body.woocommerce-page .site-content ul.products .star-rating span {
padding-top: 1.5em;
font-family: star
}
body.woocommerce ul.products .star-rating span:after, body.woocommerce-page .site-content ul.products .star-rating span:after {
font-family: star;
content: '\53\53\53\53\53';
top: 0;
position: absolute;
left: 0
}
body.woocommerce div.product .entry-content h2:first-of-type, body.woocommerce div.product .product_meta, body.woocommerce-page .site-content div.product .entry-content h2:first-of-type, body.woocommerce-page .site-content div.product .product_meta {
display: none
}
body.woocommerce div.product .star-rating, body.woocommerce-page .site-content div.product .star-rating {
margin-top: 2px;
height: 35px
}
body.woocommerce div.product .star-rating *, body.woocommerce-page .site-content div.product .star-rating * {
font-family: star
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a, body.woocommerce-page .site-content div.product .woocommerce-tabs ul.tabs li a {
font-size: .8em
}
body.woocommerce div.product .related, body.woocommerce-page .site-content div.product .related {
clear: both
}
body.woocommerce div.product .price, body.woocommerce div.product .price span, body.woocommerce-page .site-content div.product .price, body.woocommerce-page .site-content div.product .price span {
font-family: Lato, sans-serif;
color: #222;
font-weight: 900
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-lomake, body.woocommerce-page .site-content div.product .woocommerce-tabs ul.tabs li#tab-title-lomake {
background-color: maroon;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-lomake::before, body.woocommerce-page .site-content div.product .woocommerce-tabs ul.tabs li#tab-title-lomake::before {
box-shadow: 2px 2px 0 maroon
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-lomake::after, body.woocommerce-page .site-content div.product .woocommerce-tabs ul.tabs li#tab-title-lomake::after {
box-shadow: -2px 2px 0 maroon
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-lomake a, body.woocommerce-page .site-content div.product .woocommerce-tabs ul.tabs li#tab-title-lomake a {
color: #fff
}
#tab-title-lomake iframe {
display: none !important;
}
.woocommerce-form-coupon-toggle {
display: none
}
mark {
background-color: transparent
}
header.woocommerce-products-header {
margin-bottom: 2em
}
.kategorianostot {
display: flex;
flex-wrap: wrap
}
.kategorianostot a {
flex: 1;
flex-basis: 0;
flex-grow: 1;
color: #fff;
margin-right: 5px;
margin-bottom: 5px
}
@media (max-width: 1000px) and (min-width: 600px) {
.kategorianostot a {
flex-basis: calc(50% - 16px) !important
}
}
@media (max-width: 599px) {
.kategorianostot a {
flex-basis: 100% !important
}
}
.kategorianostot a:hover .kategorianosto {
filter: grayscale(1)
}
.kategorianostot h3 {
margin-bottom: 0;
text-align: center;
color: #fff
}
.kategorianostot .kategorianosto {
height: 200px;
background-size: cover;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;
padding: 16px
}
.home ul.products .product-category {
background-color: #ddd
}
.home ul.products .product-category a:hover h2.woocommerce-loop-category__title {
text-decoration: none
}
.home ul.products .product-category h2.woocommerce-loop-category__title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
text-align: center;
text-decoration: underline
}
.home ul.products .product-category mark {
color: #fff
}
@media (min-width: 768px) {
.woocommerce.columns-5 ul.products li.product {
width: 19.7%;
margin: 0 .3% .3% 0 !important
}
}
.woocommerce.columns-5 ul.products li.product img {
margin: 0
}
.woocommerce.columns-5 ul.products li.product a:hover img {
filter: brightness(.5)
}
.woocommerce-page ul.products {
display: flex;
flex-wrap: wrap
}
.woocommerce-page ul.products li.product {
display: flex;
flex-direction: column
}
@media (max-width: 768px) {
.woocommerce-page ul.products li.product {
margin-right: 2% !important
}
}
.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
margin-bottom: 1em
}
.woocommerce-page ul.products li.product .button {
margin-top: auto
}
.woocommerce-page ul.products h2.woocommerce-loop-category__title, .woocommerce-page ul.products h2.woocommerce-loop-product__title {
transition: all .2s
}
.woocommerce-page ul.products a {
height: 100%
}
.woocommerce-page ul.products a:hover img {
filter: brightness(.5)
}
.woocommerce-page ul.products a:hover h2.woocommerce-loop-category__title, .woocommerce-page ul.products a:hover h2.woocommerce-loop-product__title {
margin-top: -8em;
position: relative;
color: #fff;
padding: .5em
}
.woocommerce .up-sells {
clear: both
}
.wc-tabs-wrapper #tab-lomake iframe {
display: none !important;
}