.stu-item-flex,
.stu-form-wrap .both-fields-wrap,
.stu-popup-innerwrap .stu-popup-wrapper {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.stu-hidden-item {
display: none;
}
.stu-rounded {
border-radius: 68px !important;
}
.stu-edge-curve {
border-radius: 4px !important;
}
.uppercase {
text-transform: uppercase;
}
.stu-pos-rel {
position: relative;
}
.stu-z-i {
z-index: 9;
}
.has-pre-icon {
position: relative;
}
.has-pre-icon i {
position: absolute;
top: 15px;
right: 15px;
font-size: 18px;
color: inherit;
opacity: 0.48;
}
.has-pre-icon input[type="text"],
.has-pre-icon input[type="email"] {
padding-right: 34px !important;
color: inherit;
}
#svg-filter {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.stu-form-submit {
width: 100%;
transition: all 0.3s ease !important;
border: none !important;
cursor: pointer;
}
.stu-main-outer-wrap .stu-blur-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 8;
width: 100%;
text-align: center;
margin-top: 100px;
}
.stu-content-locked {
position: relative;
max-height: 100%;
min-height: 680px; }
.stu-content-locked:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: auto;
width: 100%;
background-image: linear-gradient(
to bottom,
transparent,
rgba(255, 255, 255, 0.94)
);
z-index: 4;
}
.stu-content-locked .stu-lock-content {
-webkit-filter: url(#svg-blur);
filter: url(#svg-blur);
}
.stu-unlock-label {
margin-bottom: 20px;
}
.stu-unlock-form-wrap {
padding: 0 20px 40px;
}
.stu-unlock-button {
margin-top: 15px;
}
.stu-form-wrap {
padding: 0;
margin: 0;
font-size: 16px;
font-family: "Poppins";
width: 100%;
max-width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
display: inline-block;
vertical-align: top;
box-shadow: rgba(0, 0, 0, 0.24) 0 0 24px;
}
.stu-form-wrap * {
box-sizing: border-box;
}
.stu-form-wrap img {
box-shadow: none !important;
}
.stu-form-wrap form {
padding: 0;
border: none;
margin: 0;
}
.stu-form-wrap input[type="submit"],
.stu-form-wrap input[type="text"],
.stu-form-wrap input[type="email"],
.stu-form-wrap input[type="checkbox"],
.stu-form-with-custom-fields .stu-form-wrap input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap input[type="url"],
.stu-form-with-custom-fields .stu-form-wrap input[type="tel"] {
margin: 0;
box-shadow: none;
text-shadow: none;
outline: none;
border: none;
border-radius: 0;
}
.stu-form-wrap .stu-icon-holder img {
display: inline-block;
vertical-align: top;
margin-bottom: 30px;
max-width: 144px;
height: auto;
}
.stu-form-wrap h2.stu-heading-text {
font-family: inherit !important;
font-weight: 400;
font-size: 2.1rem;
margin: 0 0 20px 0;
line-height: 1;
color: inherit !important;
}
.stu-form-wrap h2.stu-heading-text:before,
.stu-form-wrap h2.stu-heading-text:after {
display: none;
}
.stu-form-wrap p.stu-heading-paragraph {
font-family: inherit;
font-weight: 400;
font-size: 1em;
margin: 0 0 20px 0;
line-height: 1.4;
}
.stu-form-wrap p.stu-check-box-text {
font-weight: 400;
font-size: 0.9em;
}
.stu-form-wrap .stu-check-box-text {
margin-bottom: 20px;
line-height: 1.4;
}
.stu-form-wrap .stu-check-box-text label {
color: inherit;
font-weight: 300;
font-size: 12px;
}
.stu-form-wrap p.stu-note,
.stu-form-wrap .stu-footer-text {
font-family: inherit;
font-weight: 400;
font-size: 0.8em;
line-height: 1.4;
}
.stu-form-wrap .stu-footer-text {
margin-top: 20px;
padding: 0 20px;
font-size: 12px;
}
.stu-form-wrap input[type="text"],
.stu-form-wrap input[type="email"],
.stu-form-with-custom-fields .stu-form-wrap input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap input[type="url"],
.stu-form-with-custom-fields .stu-form-wrap input[type="tel"] {
font-family: inherit;
font-size: 1em;
width: 100%;
line-height: 1;
padding: 15px 18px;
border: solid 1px black;
transition: all 0.3s ease;
color: inherit;
height: 48px;
box-shadow: none;
}
.stu-form-wrap input[type="text"]:focus,
.stu-form-wrap input[type="email"]:focus {
outline: none;
}
.stu-form-with-custom-fields .stu-form-wrap input[type="number"]:focus,
.stu-form-with-custom-fields .stu-form-wrap input[type="url"]:focus,
.stu-form-with-custom-fields .stu-form-wrap input[type="tel"]:focus {
outline: none;
}
.stu-form-wrap input[type="text"].stu-underline,
.stu-form-wrap input[type="email"].stu-underline {
background-color: transparent;
border: none;
border-bottom: solid 1px rgba(0, 0, 0, 0.28);
}
.stu-form-with-custom-fields .stu-form-wrap input[type="number"].stu-underline,
.stu-form-with-custom-fields .stu-form-wrap input[type="url"].stu-underline,
.stu-form-with-custom-fields .stu-form-wrap input[type="tel"].stu-underline {
background-color: transparent;
border: none;
border-bottom: solid 1px rgba(0, 0, 0, 0.28);
}
.stu-form-wrap ::placeholder { color: inherit;
opacity: 0.68; }
.stu-form-wrap :-ms-input-placeholder { color: inherit;
opacity: 0.68;
}
.stu-form-wrap ::-ms-input-placeholder { color: inherit;
opacity: 0.68;
}
.stu-form-wrap .both-fields-wrap {
margin-bottom: 20px;
}
.stu-form-wrap .stu-field-wrap {
flex: 1;
}
.stu-form-wrap .stu-btn-parent {
flex: 1;
max-width: 80%;
}
.stu-form-wrap .stu-check-box-text {
margin-bottom: 20px;
}
.stu-form-wrap .stu-form-submit {
margin-bottom: 20px;
border-radius: 0;
background-color: #ff654b;
color: inherit;
font-size: 14px !important;
font-weight: 600;
text-transform: uppercase;
text-shadow: none;
width: auto;
}
.stu-form-wrap .stu-form-submit:hover {
background-color: inherit;
color: inherit;
}
.stu-form-wrap .stu-footer-text {
font-style: italic;
color: inherit;
}
.stu-form-wrap .stu-form-message {
padding: 0 20px;
line-height: 34px;
font-size: 0.9em;
text-align: center;
}
.stu-form-wrap .stu-form-message.stu-error {
background-color: #c45151;
color: white;
font-size: 12px;
}
.stu-form-wrap .stu-form-message.stu-success {
background-color: #74ba55;
color: white;
}
.stu-form-wrap .stu-form-submit {
margin-bottom: 0;
}
.stu-form-wrap .stu-terms-agreement {
width: 14px;
height: 13px;
vertical-align: middle;
margin-top: -3px !important;
}
.stu-form-wrap .button,
.stu-form-wrap button,
.stu-form-wrap input[type="button"],
.stu-form-wrap input[type="reset"],
.stu-form-wrap input[type="submit"] {
height: 48px;
line-height: 48px;
padding: 0 20px;
}
.stu-form-wrap.stu-template-1,
.stu-form-wrap.stu-template-2,
.stu-form-wrap.stu-template-3,
.stu-form-wrap.stu-template-4,
.stu-form-wrap.stu-template-5,
.stu-form-wrap.stu-template-6,
.stu-form-wrap.stu-template-7,
.stu-form-wrap.stu-template-8,
.stu-form-wrap.stu-template-9,
.stu-form-wrap.stu-template-10,
.stu-form-wrap.stu-template-11,
.stu-form-wrap.stu-template-12,
.stu-form-wrap.stu-template-13,
.stu-form-wrap.stu-template-14,
.stu-form-wrap.stu-template-15,
.stu-form-wrap.stu-template-16,
.stu-form-wrap.stu-template-17,
.stu-form-wrap.stu-template-18,
.stu-form-wrap.stu-template-19,
.stu-form-wrap.stu-template-20 {
background-color: white;
text-align: center;
max-width: 680px;
}
.stu-form-wrap.stu-template-1 img,
.stu-form-wrap.stu-template-2 img,
.stu-form-wrap.stu-template-3 img,
.stu-form-wrap.stu-template-4 img,
.stu-form-wrap.stu-template-5 img,
.stu-form-wrap.stu-template-6 img,
.stu-form-wrap.stu-template-7 img,
.stu-form-wrap.stu-template-8 img,
.stu-form-wrap.stu-template-9 img,
.stu-form-wrap.stu-template-10 img,
.stu-form-wrap.stu-template-11 img,
.stu-form-wrap.stu-template-12 img,
.stu-form-wrap.stu-template-13 img,
.stu-form-wrap.stu-template-14 img,
.stu-form-wrap.stu-template-15 img,
.stu-form-wrap.stu-template-16 img,
.stu-form-wrap.stu-template-17 img,
.stu-form-wrap.stu-template-18 img,
.stu-form-wrap.stu-template-19 img,
.stu-form-wrap.stu-template-20 img {
border: none;
}
.stu-form-wrap.stu-template-1 h2.stu-heading-text,
.stu-form-wrap.stu-template-2 h2.stu-heading-text,
.stu-form-wrap.stu-template-3 h2.stu-heading-text,
.stu-form-wrap.stu-template-4 h2.stu-heading-text,
.stu-form-wrap.stu-template-5 h2.stu-heading-text,
.stu-form-wrap.stu-template-6 h2.stu-heading-text,
.stu-form-wrap.stu-template-7 h2.stu-heading-text,
.stu-form-wrap.stu-template-8 h2.stu-heading-text,
.stu-form-wrap.stu-template-9 h2.stu-heading-text,
.stu-form-wrap.stu-template-10 h2.stu-heading-text,
.stu-form-wrap.stu-template-11 h2.stu-heading-text,
.stu-form-wrap.stu-template-12 h2.stu-heading-text,
.stu-form-wrap.stu-template-13 h2.stu-heading-text,
.stu-form-wrap.stu-template-14 h2.stu-heading-text,
.stu-form-wrap.stu-template-15 h2.stu-heading-text,
.stu-form-wrap.stu-template-16 h2.stu-heading-text,
.stu-form-wrap.stu-template-17 h2.stu-heading-text,
.stu-form-wrap.stu-template-18 h2.stu-heading-text,
.stu-form-wrap.stu-template-19 h2.stu-heading-text,
.stu-form-wrap.stu-template-20 h2.stu-heading-text {
color: inherit;
font-weight: 600;
}
.stu-custom-field-wrap.stu-select-text {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-1 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-1 .stu-check-box-text,
.stu-form-wrap.stu-template-2 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-2 .stu-check-box-text,
.stu-form-wrap.stu-template-3 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-3 .stu-check-box-text,
.stu-form-wrap.stu-template-4 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-4 .stu-check-box-text,
.stu-form-wrap.stu-template-5 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-5 .stu-check-box-text,
.stu-form-wrap.stu-template-6 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-6 .stu-check-box-text,
.stu-form-wrap.stu-template-7 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-7 .stu-check-box-text,
.stu-form-wrap.stu-template-8 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-8 .stu-check-box-text,
.stu-form-wrap.stu-template-9 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-9 .stu-check-box-text,
.stu-form-wrap.stu-template-10 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-10 .stu-check-box-text,
.stu-form-wrap.stu-template-11 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-11 .stu-check-box-text,
.stu-form-wrap.stu-template-12 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-12 .stu-check-box-text,
.stu-form-wrap.stu-template-13 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-13 .stu-check-box-text,
.stu-form-wrap.stu-template-14 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-14 .stu-check-box-text,
.stu-form-wrap.stu-template-15 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-15 .stu-check-box-text,
.stu-form-wrap.stu-template-16 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-16 .stu-check-box-text,
.stu-form-wrap.stu-template-17 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-17 .stu-check-box-text,
.stu-form-wrap.stu-template-18 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-18 .stu-check-box-text,
.stu-form-wrap.stu-template-19 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-19 .stu-check-box-text,
.stu-form-wrap.stu-template-20 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-20 .stu-check-box-text {
color: inherit;
opacity: 0.88;
}
.stu-form-wrap.stu-template-1 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-1 .stu-check-box-text label,
.stu-form-wrap.stu-template-2 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-2 .stu-check-box-text label,
.stu-form-wrap.stu-template-3 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-3 .stu-check-box-text label,
.stu-form-wrap.stu-template-4 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-4 .stu-check-box-text label,
.stu-form-wrap.stu-template-5 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-5 .stu-check-box-text label,
.stu-form-wrap.stu-template-6 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-6 .stu-check-box-text label,
.stu-form-wrap.stu-template-7 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-7 .stu-check-box-text label,
.stu-form-wrap.stu-template-8 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-8 .stu-check-box-text label,
.stu-form-wrap.stu-template-9 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-9 .stu-check-box-text label,
.stu-form-wrap.stu-template-10 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-10 .stu-check-box-text label,
.stu-form-wrap.stu-template-11 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-11 .stu-check-box-text label,
.stu-form-wrap.stu-template-12 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-12 .stu-check-box-text label,
.stu-form-wrap.stu-template-13 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-13 .stu-check-box-text label,
.stu-form-wrap.stu-template-14 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-14 .stu-check-box-text label,
.stu-form-wrap.stu-template-15 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-15 .stu-check-box-text label,
.stu-form-wrap.stu-template-16 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-16 .stu-check-box-text label,
.stu-form-wrap.stu-template-17 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-17 .stu-check-box-text label,
.stu-form-wrap.stu-template-18 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-18 .stu-check-box-text label,
.stu-form-wrap.stu-template-19 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-19 .stu-check-box-text label,
.stu-form-wrap.stu-template-20 p.stu-heading-paragraph label,
.stu-form-wrap.stu-template-20 .stu-check-box-text label {
float: none;
}
.stu-form-wrap.stu-template-1 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-2 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-3 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-4 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-5 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-6 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-7 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-8 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-9 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-10 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-11 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-12 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-13 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-14 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-15 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-16 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-17 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-18 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-19 .stu-field-wrap.name-field,
.stu-form-wrap.stu-template-20 .stu-field-wrap.name-field {
margin-right: 1px;
}
.stu-form-wrap.stu-template-1 input[type="text"],
.stu-form-wrap.stu-template-1 input[type="email"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-1 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-1 input[type="tel"],
.stu-form-wrap.stu-template-1 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-1
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-1
select.stu-select-option,
.stu-form-wrap.stu-template-2 input[type="text"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-2 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-2 input[type="tel"],
.stu-form-wrap.stu-template-2 input[type="url"],
.stu-form-wrap.stu-template-2 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-2
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-2
textarea.stu-txt-area,
.stu-form-wrap.stu-template-3 input[type="text"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-3 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-3 input[type="tel"],
.stu-form-wrap.stu-template-3 input[type="url"],
.stu-form-wrap.stu-template-3 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-3
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-3
textarea.stu-txt-area,
.stu-form-wrap.stu-template-4 input[type="text"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-4 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-4 input[type="tel"],
.stu-form-wrap.stu-template-4 input[type="url"],
.stu-form-wrap.stu-template-4 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-4
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-4
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-4
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-4
.stu-custom-field-wrap.stu-select-text,
.stu-form-wrap.stu-template-5 input[type="text"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-5 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-5 input[type="tel"],
.stu-form-wrap.stu-template-5 input[type="url"],
.stu-form-wrap.stu-template-5 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
.stu-custom-field-wrap.stu-select-text,
.stu-form-wrap.stu-template-6 input[type="text"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-6 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-6 input[type="tel"],
.stu-form-wrap.stu-template-6 input[type="url"],
.stu-form-wrap.stu-template-6 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-6
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-6
textarea.stu-txt-area,
.stu-form-wrap.stu-template-7 input[type="text"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-7 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-7 input[type="tel"],
.stu-form-wrap.stu-template-7 input[type="url"],
.stu-form-wrap.stu-template-7 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
.stu-custom-field-wrap.stu-select-text,
.stu-form-wrap.stu-template-8 input[type="text"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-8 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-8 input[type="tel"],
.stu-form-wrap.stu-template-8 input[type="url"],
.stu-form-wrap.stu-template-8 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
textarea.stu-txt-area,
.stu-form-wrap.stu-template-9 input[type="text"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-9 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-9 input[type="tel"],
.stu-form-wrap.stu-template-9 input[type="url"],
.stu-form-wrap.stu-template-9 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
textarea.stu-txt-area,
.stu-form-wrap.stu-template-10 input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-10 input[type="tel"],
.stu-form-wrap.stu-template-10 input[type="url"],
.stu-form-wrap.stu-template-10 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
textarea.stu-txt-area,
.stu-form-wrap.stu-template-11 input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-11
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-11 input[type="tel"],
.stu-form-wrap.stu-template-11 input[type="url"],
.stu-form-wrap.stu-template-11 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-11
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-11
textarea.stu-txt-area,
.stu-form-wrap.stu-template-12 input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-12 input[type="tel"],
.stu-form-wrap.stu-template-12 input[type="url"],
.stu-form-wrap.stu-template-12 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
textarea.stu-txt-area,
.stu-form-wrap.stu-template-13 input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
input[type="number"],
.stu-form-wrap.stu-template-13 input[type="url"],
.stu-form-wrap.stu-template-13 input[type="email"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-13 input[type="tel"],
.stu-form-wrap.stu-template-14 input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-14 input[type="tel"],
.stu-form-wrap.stu-template-14 input[type="url"],
.stu-form-wrap.stu-template-14 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
textarea.stu-txt-area,
.stu-form-wrap.stu-template-15 input[type="text"],
.stu-form-wrap.stu-template-15 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-15 input[type="tel"],
.stu-form-wrap.stu-template-15 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
textarea.stu-txt-area,
.stu-form-wrap.stu-template-16 input[type="text"],
.stu-form-wrap.stu-template-16 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-16 input[type="tel"],
.stu-form-wrap.stu-template-16 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
textarea.stu-txt-area,
.stu-form-wrap.stu-template-17 input[type="text"],
.stu-form-wrap.stu-template-17 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-17 input[type="tel"],
.stu-form-wrap.stu-template-17 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
textarea.stu-txt-area,
.stu-form-wrap.stu-template-18 input[type="text"],
.stu-form-wrap.stu-template-18 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-18
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-18 input[type="tel"],
.stu-form-wrap.stu-template-18 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-18
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-18
textarea.stu-txt-area,
.stu-form-wrap.stu-template-19 input[type="text"],
.stu-form-wrap.stu-template-19 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-19
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-19 input[type="tel"],
.stu-form-wrap.stu-template-19 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-19
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-19
textarea.stu-txt-area,
.stu-form-wrap.stu-template-20 input[type="text"],
.stu-form-wrap.stu-template-20 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-20 input[type="tel"],
.stu-form-wrap.stu-template-20 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
textarea.stu-txt-area {
color: inherit;
font-weight: 400;
font-size: 13px; background-color: rgba(0, 0, 0, 0.08);
border: none;
}
.stu-form-wrap.stu-template-1 input[type="text"]:focus,
.stu-form-wrap.stu-template-1 input[type="email"]:focus,
.stu-form-wrap.stu-template-2 input[type="text"]:focus,
.stu-form-wrap.stu-template-2 input[type="email"]:focus,
.stu-form-wrap.stu-template-3 input[type="text"]:focus,
.stu-form-wrap.stu-template-3 input[type="email"]:focus,
.stu-form-wrap.stu-template-4 input[type="text"]:focus,
.stu-form-wrap.stu-template-4 input[type="email"]:focus,
.stu-form-wrap.stu-template-5 input[type="text"]:focus,
.stu-form-wrap.stu-template-5 input[type="email"]:focus,
.stu-form-wrap.stu-template-6 input[type="text"]:focus,
.stu-form-wrap.stu-template-6 input[type="email"]:focus,
.stu-form-wrap.stu-template-7 input[type="text"]:focus,
.stu-form-wrap.stu-template-7 input[type="email"]:focus,
.stu-form-wrap.stu-template-8 input[type="text"]:focus,
.stu-form-wrap.stu-template-8 input[type="email"]:focus,
.stu-form-wrap.stu-template-9 input[type="text"]:focus,
.stu-form-wrap.stu-template-9 input[type="email"]:focus,
.stu-form-wrap.stu-template-10 input[type="text"]:focus,
.stu-form-wrap.stu-template-10 input[type="email"]:focus,
.stu-form-wrap.stu-template-11 input[type="text"]:focus,
.stu-form-wrap.stu-template-11 input[type="email"]:focus,
.stu-form-wrap.stu-template-12 input[type="text"]:focus,
.stu-form-wrap.stu-template-12 input[type="email"]:focus,
.stu-form-wrap.stu-template-13 input[type="text"]:focus,
.stu-form-wrap.stu-template-13 input[type="email"]:focus,
.stu-form-wrap.stu-template-14 input[type="text"]:focus,
.stu-form-wrap.stu-template-14 input[type="email"]:focus,
.stu-form-wrap.stu-template-15 input[type="text"]:focus,
.stu-form-wrap.stu-template-15 input[type="email"]:focus,
.stu-form-wrap.stu-template-16 input[type="text"]:focus,
.stu-form-wrap.stu-template-16 input[type="email"]:focus,
.stu-form-wrap.stu-template-17 input[type="text"]:focus,
.stu-form-wrap.stu-template-17 input[type="email"]:focus,
.stu-form-wrap.stu-template-18 input[type="text"]:focus,
.stu-form-wrap.stu-template-18 input[type="email"]:focus,
.stu-form-wrap.stu-template-19 input[type="text"]:focus,
.stu-form-wrap.stu-template-19 input[type="email"]:focus,
.stu-form-wrap.stu-template-20 input[type="text"]:focus,
.stu-form-wrap.stu-template-20 input[type="email"]:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-1 .stu-footer-text,
.stu-form-wrap.stu-template-2 .stu-footer-text,
.stu-form-wrap.stu-template-3 .stu-footer-text,
.stu-form-wrap.stu-template-4 .stu-footer-text,
.stu-form-wrap.stu-template-5 .stu-footer-text,
.stu-form-wrap.stu-template-6 .stu-footer-text,
.stu-form-wrap.stu-template-7 .stu-footer-text,
.stu-form-wrap.stu-template-8 .stu-footer-text,
.stu-form-wrap.stu-template-9 .stu-footer-text,
.stu-form-wrap.stu-template-10 .stu-footer-text,
.stu-form-wrap.stu-template-11 .stu-footer-text,
.stu-form-wrap.stu-template-12 .stu-footer-text,
.stu-form-wrap.stu-template-13 .stu-footer-text,
.stu-form-wrap.stu-template-14 .stu-footer-text,
.stu-form-wrap.stu-template-15 .stu-footer-text,
.stu-form-wrap.stu-template-16 .stu-footer-text,
.stu-form-wrap.stu-template-17 .stu-footer-text,
.stu-form-wrap.stu-template-18 .stu-footer-text,
.stu-form-wrap.stu-template-19 .stu-footer-text,
.stu-form-wrap.stu-template-20 .stu-footer-text {
opacity: 0.6;
}
.stu-form-wrap.stu-template-1 .stu-heading-text,
.stu-form-wrap.stu-template-2 .stu-heading-text,
.stu-form-wrap.stu-template-3 .stu-heading-text,
.stu-form-wrap.stu-template-4 .stu-heading-text,
.stu-form-wrap.stu-template-5 .stu-heading-text,
.stu-form-wrap.stu-template-6 .stu-heading-text,
.stu-form-wrap.stu-template-7 .stu-heading-text,
.stu-form-wrap.stu-template-8 .stu-heading-text,
.stu-form-wrap.stu-template-9 .stu-heading-text,
.stu-form-wrap.stu-template-10 .stu-heading-text,
.stu-form-wrap.stu-template-11 .stu-heading-text,
.stu-form-wrap.stu-template-12 .stu-heading-text,
.stu-form-wrap.stu-template-13 .stu-heading-text,
.stu-form-wrap.stu-template-14 .stu-heading-text,
.stu-form-wrap.stu-template-15 .stu-heading-text,
.stu-form-wrap.stu-template-16 .stu-heading-text,
.stu-form-wrap.stu-template-17 .stu-heading-text,
.stu-form-wrap.stu-template-18 .stu-heading-text,
.stu-form-wrap.stu-template-19 .stu-heading-text,
.stu-form-wrap.stu-template-20 .stu-heading-text {
font-size: 26px !important;
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-1 .stu-heading-paragraph,
.stu-form-wrap.stu-template-2 .stu-heading-paragraph,
.stu-form-wrap.stu-template-3 .stu-heading-paragraph,
.stu-form-wrap.stu-template-4 .stu-heading-paragraph,
.stu-form-wrap.stu-template-5 .stu-heading-paragraph,
.stu-form-wrap.stu-template-6 .stu-heading-paragraph,
.stu-form-wrap.stu-template-7 .stu-heading-paragraph,
.stu-form-wrap.stu-template-8 .stu-heading-paragraph,
.stu-form-wrap.stu-template-9 .stu-heading-paragraph,
.stu-form-wrap.stu-template-10 .stu-heading-paragraph,
.stu-form-wrap.stu-template-11 .stu-heading-paragraph,
.stu-form-wrap.stu-template-12 .stu-heading-paragraph,
.stu-form-wrap.stu-template-13 .stu-heading-paragraph,
.stu-form-wrap.stu-template-14 .stu-heading-paragraph,
.stu-form-wrap.stu-template-15 .stu-heading-paragraph,
.stu-form-wrap.stu-template-16 .stu-heading-paragraph,
.stu-form-wrap.stu-template-17 .stu-heading-paragraph,
.stu-form-wrap.stu-template-18 .stu-heading-paragraph,
.stu-form-wrap.stu-template-19 .stu-heading-paragraph,
.stu-form-wrap.stu-template-20 .stu-heading-paragraph {
font-size: 14px !important;
margin-bottom: 24px;
}
.stu-form-wrap.stu-template-1 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-2 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-3 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-4 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-5 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-6 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-7 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-8 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-9 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-10 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-11 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-12 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-13 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-14 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-15 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-16 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-17 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-18 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-19 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-20 .stu-unlock-form-wrap {
padding: 40px;
max-width: 60%;
margin: 0 auto;
text-align: center;
display: none;
}
.stu-form-wrap.stu-template-1 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-2 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-3 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-4 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-5 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-6 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-7 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-8 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-9 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-10 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-11 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-12 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-13 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-14 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-15 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-16 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-17 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-18 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-19 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-20 .stu-unlock-form-wrap {
position: relative;
z-index: 5;
}
.stu-form-wrap.stu-template-1 {
color: rgba(0, 0, 0, 0.6);
position: relative;
padding: 0;
}
.stu-form-wrap.stu-template-1 .top-lines {
position: absolute;
top: 0;
left: 0;
height: 6px;
display: flex;
width: 100%;
}
.stu-form-wrap.stu-template-1 .top-lines span {
display: block;
flex: 0 0 33.33%;
}
.stu-form-wrap.stu-template-1 .top-lines span:nth-child(1) {
background-color: #d9a86f;
}
.stu-form-wrap.stu-template-1 .top-lines span:nth-child(2) {
background-color: #8fc972;
}
.stu-form-wrap.stu-template-1 .top-lines span:nth-child(3) {
background-color: #45b1e4;
}
.stu-form-wrap.stu-template-1 .stu-icon-holder {
text-align: center;
margin-bottom: 28px;
}
.stu-form-wrap.stu-template-1 .stu-icon-holder i {
font-size: 38px;
color: inherit;
opacity: 0.6;
}
.stu-form-wrap.stu-template-1 .stu-form-submit {
background-color: gray;
color: white;
width: auto;
max-width: 80%;
margin-left: auto;
margin-right: auto;
min-width: 40%;
}
.stu-form-wrap.stu-template-1 .stu-form-submit:hover {
background-color: black;
color: white;
}
.stu-form-wrap.stu-template-1 input[type="text"],
.stu-form-wrap.stu-template-1 input[type="email"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-1 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-1 input[type="url"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-1 input[type="tel"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-1
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-1
select.stu-select-option,
.stu-form-with-custom-fields
.stu-template-1
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-template-1
.stu-custom-field-wrap.stu-select-text
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-1
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-1
.stu-custom-field-wrap.stu-select-text {
text-align: inherit;
background-color: transparent;
border: solid 1px rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-1 input[type="text"]:focus,
.stu-form-wrap.stu-template-1 input[type="email"]:focus {
background-color: rgba(0, 0, 0, 0.04);
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-1
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-1
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-1
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-1
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(0, 0, 0, 0.04);
}
.stu-form-wrap.stu-template-1 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-1 .stu-footer-text {
background-color: rgba(0, 0, 0, 0.08);
padding: 15px 20px;
border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-1 .padding {
padding: 40px 24px 15px;
}
.stu-form-wrap.stu-template-1 .stu-icon-holder {
padding-top: 30px;
}
.stu-form-wrap.stu-template-2 {
position: relative;
padding: 40px 0 0;
}
.stu-form-wrap.stu-template-2 .top-lines {
position: absolute;
top: 0;
left: 0;
height: 6px;
display: flex;
width: 100%;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-2
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-2
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-2
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-2
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-2 .top-lines span {
display: block;
flex: 0 0 33.33%;
}
.stu-form-wrap.stu-template-2 .top-lines span:nth-child(1) {
background-color: #d9a86f;
}
.stu-form-wrap.stu-template-2 .top-lines span:nth-child(2) {
background-color: #8fc972;
}
.stu-form-wrap.stu-template-2 .top-lines span:nth-child(3) {
background-color: #45b1e4;
}
.stu-form-wrap.stu-template-2 .both-fields-wrap .stu-field-wrap:first-child {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-2 .both-fields-wrap input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-form-wrap.stu-template-2
input[type="text"],
.stu-form-wrap.stu-template-2 .both-fields-wrap input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-form-wrap.stu-template-2
input[type="number"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-form-wrap.stu-template-2
input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-form-wrap.stu-template-2
input[type="tel"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-2
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-form-wrap.stu-template-2
textarea.stu-txt-area {
text-align: left;
}
.stu-form-wrap.stu-template-2 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-2 .stu-form-submit {
background-color: #ff654b;
color: white;
}
.stu-form-wrap.stu-template-2 .stu-form-submit:hover {
background-color: black;
color: white;
}
.stu-form-wrap.stu-template-2 .stu-form-submit {
width: auto;
}
.stu-form-wrap.stu-template-2 .stu-heading-text {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-2 .stu-heading-text span {
opacity: 0.6;
color: inherit;
margin: 0 15px;
font-size: 18px;
}
.stu-form-wrap.stu-template-2 .stu-heading-paragraph {
margin-bottom: 24px;
}
.stu-form-wrap.stu-template-2 .padding {
padding: 40px 24px 0;
}
.stu-form-wrap.stu-template-2 .stu-footer-text {
background-color: rgba(0, 0, 0, 0.08);
padding: 15px 20px;
border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-2 .stu-unlock-form-wrap {
padding: 0 40px 40px;
max-width: 60%;
margin: 0 auto;
}
.stu-form-wrap.stu-template-3 {
text-align: center;
background-color: white;
}
.stu-form-wrap.stu-template-3 .both-fields-wrap {
display: block;
}
.stu-form-wrap.stu-template-3 .both-fields-wrap .name-field {
margin: 0 0 5px 0;
}
.stu-form-wrap.stu-template-3 .form-contents-wrap {
display: flex;
}
.stu-form-wrap.stu-template-3 .form-contents-wrap .stu-icon-holder {
flex: 1;
max-width: 168px;
background-color: #df6767;
}
.stu-form-wrap.stu-template-3 .form-contents-wrap .form-holder {
flex: 2;
padding: 40px 28px;
}
.stu-form-wrap.stu-template-3 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-3 .stu-footer-text {
padding: 0;
}
.stu-form-wrap.stu-template-3 .stu-form-submit {
background-color: #df6767;
color: white;
width: auto;
}
.stu-form-wrap.stu-template-3 .stu-form-submit:hover {
background-color: black;
color: white;
}
.stu-form-wrap.stu-template-3 .stu-btn-parent {
max-width: 100%;
text-align: center;
}
.stu-form-wrap.stu-template-3 .icon {
margin-top: 100%;
display: inline-block;
text-align: center;
height: 74px;
width: 74px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.18);
}
.stu-form-wrap.stu-template-3 .icon i {
color: white;
line-height: 74px;
font-size: 24px;
}
.stu-form-wrap.stu-template-3 input[type="text"],
.stu-form-wrap.stu-template-3 input[type="email"] {
text-align: left;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-3
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-3
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-3
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-3
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-3 .stu-unlock-form-wrap {
padding: 40px;
max-width: 60%;
margin: 0 auto;
}
.stu-form-wrap.stu-template-4 {
text-align: left;
background-color: #df6767;
color: white;
}
.stu-form-wrap.stu-template-4 .both-fields-wrap {
display: block;
}
.stu-form-wrap.stu-template-4 .both-fields-wrap .name-field {
margin: 0 0 5px 0;
}
.stu-form-wrap.stu-template-4 .form-contents-wrap {
display: flex;
align-items: center;
}
.stu-form-wrap.stu-template-4 .form-contents-wrap .stu-icon-holder {
flex: 1;
max-width: 240px;
text-align: center;
}
.stu-form-wrap.stu-template-4 .form-contents-wrap .form-holder {
flex: 2;
padding: 40px 28px;
}
.stu-form-wrap.stu-template-4 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-4 .stu-footer-text {
padding: 0;
}
.stu-form-wrap.stu-template-4 .stu-form-submit {
text-align: left;
background-color: white;
color: #df6767;
border-radius: 3px;
width: auto;
}
.stu-form-wrap.stu-template-4 .stu-form-submit:hover {
background-color: black;
color: white;
}
.stu-form-wrap.stu-template-4 .stu-btn-parent {
max-width: 100%;
}
.stu-form-wrap.stu-template-4 .icon {
margin-top: 64%;
display: inline-block;
text-align: center;
height: 150px;
width: 150px;
line-height: 110px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.18);
padding-top: 12px;
}
.stu-form-wrap.stu-template-4 .icon img {
display: inline-block;
max-width: 90px;
}
.stu-form-wrap.stu-template-4 input[type="text"],
.stu-form-wrap.stu-template-4 input[type="email"] {
text-align: left;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-4
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-4
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-4
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-4
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-4 .stu-unlock-form-wrap {
padding-top: 40px;
}
.stu-form-wrap.stu-template-5 {
text-align: center;
background-color: #3d3e40;
color: white;
padding: 24px 34px;
position: relative;
}
.stu-form-wrap.stu-template-5 form {
max-width: 458px;
margin: 0 auto;
}
.stu-form-wrap.stu-template-5 .top-lines {
position: absolute;
bottom: 0;
left: 0;
height: 6px;
display: flex;
width: 100%;
}
.stu-form-wrap.stu-template-5 .top-lines span {
display: block;
flex: 0 0 33.33%;
}
.stu-form-wrap.stu-template-5 .top-lines span:nth-child(1) {
background-color: #d9a86f;
}
.stu-form-wrap.stu-template-5 .top-lines span:nth-child(2) {
background-color: #8fc972;
}
.stu-form-wrap.stu-template-5 .top-lines span:nth-child(3) {
background-color: #45b1e4;
}
.stu-form-wrap.stu-template-5 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-5 .both-fields-wrap {
display: block;
}
.stu-form-wrap.stu-template-5 .both-fields-wrap .stu-field-wrap:first-child {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-5 .stu-form-submit {
width: auto;
border-radius: 3px;
}
.stu-form-wrap.stu-template-5 h2.stu-heading-text {
color: inherit;
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-5 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-5 .stu-check-box-text {
color: inherit;
}
.stu-form-wrap.stu-template-5 input[type="text"],
.stu-form-wrap.stu-template-5 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-5 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-5 input[type="tel"],
.stu-form-wrap.stu-template-5 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
.stu-custom-field-wrap.stu-select-text,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
select.stu-select-option {
background-color: rgba(0, 0, 0, 0.14);
color: inherit;
text-align: left;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-5 .stu-form-submit {
background-color: white;
color: #df6767;
}
.stu-form-wrap.stu-template-5 .stu-form-submit:hover {
background-color: rgba(0, 0, 0, 0.68);
color: white;
}
.stu-form-wrap.stu-template-5 .stu-footer-text {
color: inherit;
}
.stu-form-wrap.stu-template-5 .icon {
display: inline-block;
text-align: center;
height: 100px;
width: 100px;
line-height: 84px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.18);
padding-top: 18px;
margin-bottom: 24px;
}
.stu-form-wrap.stu-template-5 .icon img {
display: inline-block;
max-width: 50px;
width: 100%;
height: auto;
}
.stu-form-wrap.stu-template-6 {
color: white;
background-color: #3c6065;
position: relative;
padding: 40px 0 0;
text-align: left;
}
.stu-form-wrap.stu-template-6 .both-fields-wrap .stu-field-wrap:first-child {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-6 .both-fields-wrap input[type="text"],
.stu-form-wrap.stu-template-6 .both-fields-wrap input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-6
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-6 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-6 input[type="tel"],
.stu-form-wrap.stu-template-6 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-6
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-6
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-6
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-6
.stu-custom-field-wrap.stu-select-text {
text-align: left;
background-color: rgba(255, 255, 255, 0.24);
}
.stu-form-wrap.stu-template-6 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-6 .stu-form-submit {
background-color: #ecc45c;
color: white;
}
.stu-form-wrap.stu-template-6 .stu-form-submit:hover {
background-color: black;
color: white;
}
.stu-form-wrap.stu-template-6 .stu-form-submit {
width: 100%;
}
.stu-form-wrap.stu-template-6 .stu-heading-text {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-6 .stu-heading-text span {
opacity: 0.6;
color: inherit;
margin: 0 15px;
font-size: 18px;
}
.stu-form-wrap.stu-template-6 .stu-heading-paragraph {
margin-bottom: 24px;
}
.stu-form-wrap.stu-template-6 .padding {
padding: 40px 24px 40px;
}
.stu-form-wrap.stu-template-6 .stu-footer-text {
padding: 15px 20px;
margin: 0;
}
.stu-form-wrap.stu-template-6 .bottom-wrap {
background-color: rgba(0, 0, 0, 0.24);
}
.stu-form-wrap.stu-template-6 .stu-terms-agreement-wrap {
margin-bottom: 0;
}
.stu-form-wrap.stu-template-6 .two-col-head {
display: flex;
align-items: center;
max-width: 500px;
margin: 0 auto;
}
.stu-form-wrap.stu-template-6 .two-col-head .left-col {
flex: 1;
max-width: 108px;
}
.stu-form-wrap.stu-template-6 .two-col-head .left-col .icon {
display: inline-block;
text-align: center;
height: 100px;
width: 100px;
line-height: 84px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.18);
padding-top: 18px;
margin-bottom: 24px;
}
.stu-form-wrap.stu-template-6 .two-col-head .left-col .icon img {
display: inline-block;
max-width: 50px;
width: 100%;
height: auto;
}
.stu-form-wrap.stu-template-6 .two-col-head .right-col {
flex: 2;
text-align: center;
}
.stu-form-wrap.stu-template-6 .stu-unlock-button {
max-width: 40%;
}
.stu-form-wrap.stu-template-6 .stu-unlock-form-wrap {
padding: 0 40px 40px;
max-width: 60%;
margin: 0 auto;
}
.stu-form-wrap.stu-template-7 {
text-align: center;
background-color: #1f4e68;
color: rgba(255, 255, 255, 0.68);
padding: 20px 0;
}
.stu-form-wrap.stu-template-7 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-7 .stu-form-content-wrap {
margin: 0 auto;
max-width: 500px;
}
.stu-form-wrap.stu-template-7 .both-fields-wrap {
width: 100%;
}
.stu-form-wrap.stu-template-7 .both-fields-wrap > div {
flex: 1;
}
.stu-form-wrap.stu-template-7 .both-fields-wrap > div.stu-submit-btn-wrap {
max-width: 48px;
height: 48px;
margin-left: 15px;
}
.stu-form-wrap.stu-template-7
.both-fields-wrap
> div.stu-submit-btn-wrap
button {
width: 48px;
height: 48px;
line-height: 46px;
padding: 0;
text-align: center;
border-radius: 50%;
}
.stu-form-wrap.stu-template-7 .both-fields-wrap .stu-field-wrap:first-child {
margin-right: 15px;
}
.stu-form-wrap.stu-template-7 h2.stu-heading-text {
color: inherit;
}
.stu-form-wrap.stu-template-7 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-7 .stu-check-box-text {
color: inherit;
}
.stu-form-wrap.stu-template-7 .stu-title-wrap {
padding-left: 40px;
text-align: left;
}
.stu-form-wrap.stu-template-7 input[type="text"],
.stu-form-wrap.stu-template-7 input[type="email"] {
text-align: left;
background-color: transparent;
color: inherit;
border-bottom-color: rgba(255, 255, 255, 0.24);
border-bottom-style: solid;
border-bottom-width: 1px;
}
.stu-form-wrap.stu-template-7 input[type="text"]:focus,
.stu-form-wrap.stu-template-7 input[type="email"]:focus {
background-color: transparent;
border-bottom-color: rgba(0, 0, 0, 0.68);
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
input[type="text"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: transparent;
border-bottom-color: rgba(0, 0, 0, 0.68);
}
.stu-form-wrap.stu-template-7 .stu-form-submit {
background-color: #ecc45c;
color: white;
border-radius: 50px;
}
.stu-form-wrap.stu-template-7 .stu-form-submit:hover {
background-color: rgba(0, 0, 0, 0.68);
color: white;
}
.stu-form-wrap.stu-template-7 .has-pre-icon {
position: relative;
}
.stu-form-wrap.stu-template-7 .has-pre-icon i {
position: absolute;
top: 15px;
right: auto;
left: 0;
font-size: 18px;
color: inherit;
}
.stu-form-wrap.stu-template-7 .has-pre-icon input[type="text"],
.stu-form-wrap.stu-template-7 .has-pre-icon input[type="email"] {
padding-left: 34px !important;
padding-right: 10px !important;
}
.stu-form-wrap.stu-template-7 .icon {
display: inline-block;
text-align: center;
height: 100px;
width: 100px;
line-height: 84px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.18);
padding-top: 18px;
margin-bottom: 24px;
}
.stu-form-wrap.stu-template-7 .icon img {
display: inline-block;
max-width: 50px;
width: 100%;
height: auto;
}
.stu-form-wrap.stu-template-7 .heading-wrap {
margin-bottom: 24px;
padding: 20px 40px;
text-align: center;
background-color: rgba(255, 255, 255, 0.14);
}
.stu-form-wrap.stu-template-7 .heading-wrap h2.stu-heading-text {
margin-bottom: 4px;
}
.stu-form-wrap.stu-template-7 .heading-wrap p.stu-heading-paragraph {
margin-bottom: 0;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
input.stu-email.stu-rounded {
padding-left: 0px !important;
}
.stu-form-wrap.stu-template-8 {
text-align: left;
background-color: #a84141;
color: white;
}
.stu-form-wrap.stu-template-8 .both-fields-wrap {
display: block;
}
.stu-form-wrap.stu-template-8 .both-fields-wrap .name-field {
margin: 0 0 5px 0;
}
.stu-form-wrap.stu-template-8 .form-contents-wrap {
display: flex;
}
.stu-form-wrap.stu-template-8 .form-contents-wrap .stu-icon-holder {
flex: 1;
max-width: 240px;
text-align: center;
}
.stu-form-wrap.stu-template-8 .form-contents-wrap .form-holder {
flex: 2;
padding: 40px 28px;
}
.stu-form-wrap.stu-template-8 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-8 .stu-footer-text {
padding: 0;
}
.stu-form-wrap.stu-template-8 .stu-form-submit {
text-align: left;
background-color: white;
color: #df6767;
border-radius: 3px;
width: auto;
}
.stu-form-wrap.stu-template-8 .stu-form-submit:hover {
background-color: black;
color: white;
}
.stu-form-wrap.stu-template-8 .stu-btn-parent {
max-width: 100%;
}
.stu-form-wrap.stu-template-8 .stu-icon-holder {
background-color: rgba(0, 0, 0, 0.24);
padding: 40px;
}
.stu-form-wrap.stu-template-8 .icon {
margin-bottom: 20px;
display: inline-block;
text-align: center;
height: 100px;
width: 100px;
line-height: 84px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.18);
padding-top: 18px;
margin-bottom: 24px;
}
.stu-form-wrap.stu-template-8 .icon img {
display: inline-block;
max-width: 50px;
width: 100%;
height: auto;
}
.stu-form-wrap.stu-template-8 input[type="text"],
.stu-form-wrap.stu-template-8 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-8 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-8 input[type="tel"],
.stu-form-wrap.stu-template-8 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
.stu-custom-field-wrap.stu-select-text {
text-align: left;
background-color: rgba(255, 255, 255, 0.24);
border-radius: 64px;
color: inherit;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
input[type="text"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-8 .stu-unlock-form-wrap {
padding-top: 40px;
}
.stu-form-wrap.stu-template-8 .stu-heading-text {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-8 .stu-heading-paragraph {
margin-bottom: 24px;
}
.stu-form-wrap.stu-template-8 .stu-form-submit {
border-radius: 64px;
padding: 0 40px;
background-color: #ecc45c;
color: white;
}
.stu-form-wrap.stu-template-9 {
text-align: center;
background-color: #d64141;
color: white;
}
.stu-form-wrap.stu-template-9 .both-fields-wrap {
display: block;
}
.stu-form-wrap.stu-template-9 .both-fields-wrap .name-field {
margin: 0 0 5px 0;
}
.stu-form-wrap.stu-template-9 .form-contents-wrap {
position: relative;
display: flex;
}
.stu-form-wrap.stu-template-9 .form-contents-wrap .form-holder {
flex: 2;
padding: 40px 28px;
}
.stu-form-wrap.stu-template-9 .form-contents-wrap .white-bg {
position: absolute;
top: 0;
right: 0;
background-image: url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/images/temp-9-bg.png);
background-repeat: no-repeat;
background-size: auto 100%;
background-position: 34px 0;
height: 100%;
width: 300px;
}
.stu-form-wrap.stu-template-9 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-9 .stu-footer-text {
padding: 0;
}
.stu-form-wrap.stu-template-9 .stu-form-submit {
color: white;
width: auto;
}
.stu-form-wrap.stu-template-9 .stu-form-submit:hover {
background-color: black;
color: white;
}
.stu-form-wrap.stu-template-9 .stu-btn-parent {
max-width: 100%;
text-align: center;
}
.stu-form-wrap.stu-template-9 .icon {
margin-top: 100%;
display: inline-block;
text-align: center;
height: 74px;
width: 74px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.18);
}
.stu-form-wrap.stu-template-9 .icon i {
color: rgba(0, 0, 0, 0.88);
line-height: 74px;
font-size: 24px;
}
.stu-form-wrap.stu-template-9 input[type="text"],
.stu-form-wrap.stu-template-9 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-9 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-9 input[type="tel"],
.stu-form-wrap.stu-template-9 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
.stu-custom-field-wrap.stu-select-text {
text-align: left;
border-radius: 64px;
background-color: white;
color: rgba(0, 0, 0, 0.68);
}
.stu-form-wrap.stu-template-9 input[type="text"]:focus,
.stu-form-wrap.stu-template-9 input[type="email"]:focus {
background-color: rgba(255, 255, 255, 0.88);
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
input[type="text"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(255, 255, 255, 0.88);
}
.stu-form-wrap.stu-template-9 .stu-form-submit {
border-radius: 64px;
background-color: white;
color: #d64141;
}
.stu-form-wrap.stu-template-9 .stu-heading-text {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-9 .stu-heading-paragraph {
margin-bottom: 20px;
}
.stu-form-wrap.stu-template-9 .form-holder {
max-width: 60%;
}
.stu-form-wrap.stu-template-9 .has-pre-icon i {
color: black;
}
.stu-form-wrap.stu-template-9 .stu-unlock-form-wrap {
padding: 40px;
max-width: 60%;
margin: 0 auto;
}
.stu-form-wrap.stu-template-10 {
color: rgba(0, 0, 0, 0.6);
position: relative;
padding: 0;
text-align: left;
}
.stu-form-wrap.stu-template-10 .top-lines {
position: absolute;
top: 0;
left: 0;
height: 6px;
display: flex;
width: 100%;
}
.stu-form-wrap.stu-template-10 .top-lines span {
display: block;
flex: 0 0 33.33%;
}
.stu-form-wrap.stu-template-10 .top-lines span:nth-child(1) {
background-color: #d9a86f;
}
.stu-form-wrap.stu-template-10 .top-lines span:nth-child(2) {
background-color: #8fc972;
}
.stu-form-wrap.stu-template-10 .top-lines span:nth-child(3) {
background-color: #45b1e4;
}
.stu-form-wrap.stu-template-10 .stu-icon-holder {
text-align: center;
margin-bottom: 28px;
}
.stu-form-wrap.stu-template-10 .stu-icon-holder i {
font-size: 38px;
color: inherit;
opacity: 0.6;
}
.stu-form-wrap.stu-template-10 .stu-form-submit {
background-color: gray;
color: white;
width: auto;
max-width: 80%;
margin-left: auto;
margin-right: auto;
min-width: 40%;
}
.stu-form-wrap.stu-template-10 .stu-form-submit:hover {
background-color: black;
color: white;
}
.stu-form-wrap.stu-template-10 input[type="text"],
.stu-form-wrap.stu-template-10 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-10 input[type="tel"],
.stu-form-wrap.stu-template-10 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
.stu-custom-field-wrap.stu-select-text {
text-align: inherit;
background-color: transparent;
border: solid 1px rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-10 input[type="text"]:focus,
.stu-form-wrap.stu-template-10 input[type="email"]:focus {
background-color: rgba(0, 0, 0, 0.04);
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
input[type="text"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(0, 0, 0, 0.04);
}
.stu-form-with-custom-fields
.stu-form-wrap
.stu-form-wrap.stu-template-10
.stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-10 .stu-footer-text {
background-color: rgba(0, 0, 0, 0.08);
padding: 15px 20px;
border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-10 .two-col {
display: flex;
}
.stu-form-wrap.stu-template-10 .two-col .left-holder {
align-self: center;
padding: 40px;
flex: 0 0 40%;
max-width: 40%;
text-align: center;
}
.stu-form-wrap.stu-template-10 .two-col .right-holder {
padding: 40px 24px 0;
flex: 0 0 60%;
max-width: 60%;
}
.stu-form-wrap.stu-template-10 .both-fields-wrap {
display: block;
}
.stu-form-wrap.stu-template-10 .both-fields-wrap .stu-name {
margin-bottom: 10px;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-3
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-4
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
select.stu-select-option {
width: 168px;
}
.stu-form-wrap.stu-template-11 {
color: white;
background-image: url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/images/bg-11.jpg);
background-size: cover;
position: relative;
padding: 40px 0 0;
text-align: center;
}
.stu-form-wrap.stu-template-11:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(55, 59, 62, 0.8);
z-index: 2;
}
.stu-form-wrap.stu-template-11 .stu-subscription-form {
position: relative;
z-index: 3;
}
.stu-form-wrap.stu-template-11 .both-fields-wrap .stu-field-wrap:first-child {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-11 .both-fields-wrap input[type="text"],
.stu-form-wrap.stu-template-11 .both-fields-wrap input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-11
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-11
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-11 input[type="tel"],
.stu-form-wrap.stu-template-11 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-11
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-11
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-11
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-11
.stu-custom-field-wrap.stu-select-text {
text-align: left;
background-color: rgba(255, 255, 255, 0.24);
}
.stu-form-wrap.stu-template-11 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-11 .stu-form-submit {
background-color: #2fd1c7;
color: white;
}
.stu-form-wrap.stu-template-11 .stu-form-submit:hover {
background-color: black;
color: white;
}
.stu-form-wrap.stu-template-11 .stu-field-btn-wrap {
max-width: 240px;
}
.stu-form-wrap.stu-template-11 .stu-field-btn-wrap {
display: none;
}
.stu-form-wrap.stu-template-11 .stu-heading-text {
font-size: 48px !important;
}
.stu-form-wrap.stu-template-11 .stu-form-submit {
width: 100%;
}
.stu-form-wrap.stu-template-11 .stu-heading-text {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-11 .stu-heading-text span {
opacity: 0.6;
color: inherit;
margin: 0 15px;
font-size: 18px;
}
.stu-form-wrap.stu-template-11 .stu-heading-paragraph {
margin-bottom: 24px;
}
.stu-form-wrap.stu-template-11 .padding {
padding: 24px 24px 40px;
}
.stu-form-wrap.stu-template-11 .stu-footer-text {
background-color: rgba(255, 255, 255, 0.18);
padding: 15px 20px;
margin: 0;
}
.stu-form-wrap.stu-template-11 .stu-terms-agreement-wrap {
margin-bottom: 0;
}
.stu-form-wrap.stu-template-11 .two-col-head {
display: flex;
align-items: center;
max-width: 500px;
margin: 0 auto;
}
.stu-form-wrap.stu-template-11 .two-col-head .left-col {
flex: 1;
max-width: 108px;
}
.stu-form-wrap.stu-template-11 .two-col-head .left-col .icon {
display: inline-block;
text-align: center;
height: 100px;
width: 100px;
line-height: 84px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.18);
padding-top: 18px;
margin-bottom: 24px;
}
.stu-form-wrap.stu-template-11 .two-col-head .left-col .icon img {
display: inline-block;
max-width: 50px;
width: 100%;
height: auto;
}
.stu-form-wrap.stu-template-11 .two-col-head .right-col {
flex: 2;
text-align: center;
}
.stu-form-wrap.stu-template-11 .stu-unlock-button {
max-width: 40%;
}
.stu-form-wrap.stu-template-11 .stu-unlock-form-wrap {
padding: 0 40px 40px;
max-width: 60%;
margin: 0 auto;
}
.stu-form-wrap.stu-template-11 .stu-unlock-form-wrap input[type="text"],
.stu-form-wrap.stu-template-11 .stu-unlock-form-wrap input[type="email"] {
background-color: rgba(255, 255, 255, 0.24);
}
.stu-form-wrap.stu-template-12 {
text-align: center;
background-color: white;
color: rgba(0, 0, 0, 0.8);
padding: 40px 0;
}
.stu-form-wrap.stu-template-12 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-12 .stu-form-content-wrap {
margin: 0 auto;
max-width: 580px;
}
.stu-form-wrap.stu-template-12 .both-fields-wrap {
width: 100%;
}
.stu-form-wrap.stu-template-12 .both-fields-wrap > div {
flex: 1;
}
.stu-form-wrap.stu-template-12 .both-fields-wrap > div.stu-submit-btn-wrap {
max-width: 48px;
height: 48px;
margin-left: 15px;
}
.stu-form-wrap.stu-template-12
.both-fields-wrap
> div.stu-submit-btn-wrap
button {
width: 48px;
height: 48px;
line-height: 46px;
padding: 0;
text-align: center;
border-radius: 50%;
}
.stu-form-wrap.stu-template-12 .both-fields-wrap .stu-field-wrap:first-child {
margin-right: 15px;
}
.stu-form-wrap.stu-template-12 h2.stu-heading-text {
color: inherit;
}
.stu-form-wrap.stu-template-12 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-12 .stu-check-box-text {
color: inherit;
}
.stu-form-wrap.stu-template-12 .stu-title-wrap {
padding-left: 40px;
text-align: left;
}
.stu-form-wrap.stu-template-12 input[type="text"],
.stu-form-wrap.stu-template-12 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-12 input[type="tel"],
.stu-form-wrap.stu-template-12 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
.stu-custom-field-wrap.stu-select-text {
text-align: left;
background-color: transparent;
color: inherit;
border-bottom-color: rgba(0, 0, 0, 0.24);
border-bottom-style: solid;
border-bottom-width: 1px;
}
.stu-form-wrap.stu-template-12 input[type="text"]:focus,
.stu-form-wrap.stu-template-12 input[type="email"]:focus {
background-color: transparent;
border-bottom-color: rgba(0, 0, 0, 0.68);
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
input[type="text"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: transparent;
border-bottom-color: rgba(0, 0, 0, 0.68);
}
.stu-form-wrap.stu-template-12 .stu-form-submit {
background-color: #ecc45c;
color: white;
}
.stu-form-wrap.stu-template-12 .stu-form-submit:hover {
background-color: rgba(0, 0, 0, 0.68);
color: white;
}
.stu-form-wrap.stu-template-12 .has-pre-icon {
position: relative;
}
.stu-form-wrap.stu-template-12 .has-pre-icon i {
position: absolute;
top: 15px;
right: auto;
left: 0;
font-size: 18px;
color: inherit;
}
.stu-form-wrap.stu-template-12 .has-pre-icon input[type="text"],
.stu-form-wrap.stu-template-12 .has-pre-icon input[type="email"] {
padding-left: 34px !important;
padding-right: 10px !important;
}
.stu-form-wrap.stu-template-12 .icon {
display: inline-block;
text-align: center;
height: 100px;
width: 100px;
line-height: 84px;
border-radius: 50%;
padding-top: 18px;
margin-bottom: 0;
}
.stu-form-wrap.stu-template-12 .icon img {
display: inline-block;
max-width: 50px;
width: 100%;
height: auto;
}
.stu-form-wrap.stu-template-12 .heading-wrap {
margin-bottom: 24px;
padding: 20px 40px;
text-align: center;
background-color: rgba(255, 255, 255, 0.14);
}
.stu-form-wrap.stu-template-12 .heading-wrap h2.stu-heading-text {
margin-bottom: 4px;
}
.stu-form-wrap.stu-template-12 .heading-wrap p.stu-heading-paragraph {
margin-bottom: 0;
}
.stu-form-wrap.stu-template-13 {
color: white;
background-image: url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/images/bg-11.jpg);
background-size: cover;
position: relative;
padding: 40px;
text-align: center;
}
.stu-form-wrap.stu-template-13:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(55, 59, 62, 0.8);
z-index: 2;
}
.stu-form-wrap.stu-template-13 .stu-subscription-form {
position: relative;
z-index: 3;
}
.stu-form-wrap.stu-template-13 .stu-icon-holder {
text-align: center;
margin-bottom: 28px;
}
.stu-form-wrap.stu-template-13 .stu-icon-holder i {
font-size: 38px;
color: inherit;
opacity: 0.6;
}
.stu-form-wrap.stu-template-13 .stu-subscription-form {
max-width: 680px;
border: solid 4px white;
margin: 0 auto;
}
.stu-form-wrap.stu-template-13 .stu-form-submit {
background-color: #c94957;
color: white;
width: auto;
max-width: 80%;
margin-left: auto;
margin-right: auto;
min-width: 40%;
}
.stu-form-wrap.stu-template-13 .stu-form-submit:hover {
background-color: black;
color: white;
}
.stu-form-wrap.stu-template-13 input[type="text"],
.stu-form-wrap.stu-template-13 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-13 input[type="url"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-13 input[type="tel"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
.stu-custom-field-wrap.stu-select-text {
text-align: inherit;
background-color: transparent;
border: solid 2px white;
}
.stu-form-wrap.stu-template-13 input[type="text"]:focus,
.stu-form-wrap.stu-template-13 input[type="email"]:focus {
background-color: rgba(255, 255, 255, 0.04);
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
input[type="text"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(255, 255, 255, 0.04);
}
.stu-form-wrap.stu-template-13 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-13 .stu-footer-text {
background-color: rgba(0, 0, 0, 0.08);
padding: 15px 20px;
border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-13 .padding {
padding: 40px 24px 15px;
}
.stu-form-wrap.stu-template-13 .stu-icon-holder {
padding-top: 30px;
}
.stu-form-wrap.stu-template-14 {
text-align: center;
background-color: #f3f5f6;
color: black;
padding: 24px 34px;
position: relative;
}
.stu-form-wrap.stu-template-14 form {
max-width: 458px;
margin: 0 auto;
}
.stu-form-wrap.stu-template-14 .top-lines {
position: absolute;
bottom: 0;
left: 0;
height: 6px;
display: flex;
width: 100%;
}
.stu-form-wrap.stu-template-14 .top-lines span {
display: block;
flex: 1 1 auto;
}
.stu-form-wrap.stu-template-14 .top-lines span:nth-child(1) {
background-color: black;
}
.stu-form-wrap.stu-template-14 .top-lines span:nth-child(2) {
background-color: #8fc972;
}
.stu-form-wrap.stu-template-14 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-14 .both-fields-wrap {
display: block;
}
.stu-form-wrap.stu-template-14 .both-fields-wrap .stu-field-wrap:first-child {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-14 .stu-form-submit {
width: auto;
border-radius: 3px;
}
.stu-form-wrap.stu-template-14 h2.stu-heading-text {
color: inherit;
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-14 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-14 .stu-check-box-text {
color: inherit;
}
.stu-form-wrap.stu-template-14 input[type="text"],
.stu-form-wrap.stu-template-14 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-14 input[type="tel"],
.stu-form-wrap.stu-template-14 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
.stu-custom-field-wrap.stu-select-text {
background-color: rgba(0, 0, 0, 0.06);
color: inherit;
text-align: left;
border-radius: 64px;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
input[type="text"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-14 .stu-form-submit {
background-color: #8fc972;
color: #fff;
border-radius: 64px;
}
.stu-form-wrap.stu-template-14 .stu-form-submit:hover {
background-color: rgba(0, 0, 0, 0.68);
color: white;
}
.stu-form-wrap.stu-template-14 .stu-footer-text {
color: inherit;
}
.stu-form-wrap.stu-template-14 .icon {
display: inline-block;
text-align: center;
height: 100px;
width: 100px;
line-height: 84px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.08);
padding-top: 18px;
margin-bottom: 24px;
}
.stu-form-wrap.stu-template-14 .icon img {
display: inline-block;
max-width: 50px;
width: 100%;
height: auto;
}
.stu-form-wrap.stu-template-15 {
text-align: left;
background-color: #141822;
color: white;
}
.stu-form-wrap.stu-template-15 .both-fields-wrap .name-field {
margin: 0 4px 5px 0;
}
.stu-form-wrap.stu-template-15 .form-contents-wrap {
display: flex;
}
.stu-form-wrap.stu-template-15 .form-contents-wrap .stu-icon-holder {
flex: 1;
max-width: 240px;
text-align: center;
align-self: center;
}
.stu-form-wrap.stu-template-15 .form-contents-wrap .form-holder {
flex: 2;
padding: 40px 28px;
}
.stu-form-wrap.stu-template-15 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-15 .stu-footer-text {
padding: 0;
}
.stu-form-wrap.stu-template-15 .stu-form-submit {
text-align: center;
color: white;
background-color: #df6767;
border-radius: 3px;
width: 100%;
}
.stu-form-wrap.stu-template-15 .stu-form-submit:hover {
background-color: white;
color: #df6767;
}
.stu-form-wrap.stu-template-15 .stu-btn-parent {
max-width: 200px;
margin-left: 4px;
}
.stu-form-wrap.stu-template-15 .icon {
display: inline-block;
text-align: center;
height: 150px;
width: 150px;
line-height: 110px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.18);
padding-top: 12px;
}
.stu-form-wrap.stu-template-15 .icon img {
display: inline-block;
max-width: 90px;
}
.stu-form-wrap.stu-template-15 input[type="text"],
.stu-form-wrap.stu-template-15 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-15 input[type="tel"],
.stu-form-wrap.stu-template-15 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
.stu-custom-field-wrap.stu-select-text {
text-align: left;
background-color: rgba(0, 0, 0, 0.94);
border-radius: 3px;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
select.stu-select-option.stu-rounded {
background: #3f3a3a99 !important;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
input[type="text"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-15
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-15 .stu-unlock-form-wrap {
padding-top: 40px;
}
.stu-form-wrap.stu-template-16 {
text-align: center;
background-color: #3b85e9;
color: white;
padding: 24px 34px;
position: relative;
}
.stu-form-wrap.stu-template-16 .top-lines {
position: absolute;
bottom: 0;
left: 0;
height: 6px;
display: flex;
width: 100%;
}
.stu-form-wrap.stu-template-16 .top-lines span {
display: block;
flex: 1 1 auto;
}
.stu-form-wrap.stu-template-16 .top-lines span:nth-child(1) {
background-color: black;
}
.stu-form-wrap.stu-template-16 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-16 .both-fields-wrap .stu-field-wrap:first-child {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-16 h2.stu-heading-text {
color: inherit;
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-16 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-16 .stu-check-box-text {
color: inherit;
}
.stu-form-wrap.stu-template-16 input[type="text"],
.stu-form-wrap.stu-template-16 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-16 input[type="tel"],
.stu-form-wrap.stu-template-16 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
.stu-custom-field-wrap.stu-select-text {
background-color: rgba(255, 255, 255, 0.14);
color: inherit;
text-align: left;
border-radius: 25px;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
textarea.stu-txt-area.stu-rounded-text-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
textarea.stu-txt-area.stu-rounded-text-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
textarea.stu-txt-area.stu-rounded-text-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
textarea.stu-txt-area.stu-rounded-text-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
textarea.stu-txt-area.stu-rounded-text-area {
border-radius: 30px !important;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
input[type="text"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-16 .stu-btn-parent {
max-width: 200px;
margin-left: 5px;
}
.stu-form-wrap.stu-template-16 .stu-form-submit {
background-color: #50a1ff;
color: #fff;
border-radius: 64px;
width: 100%;
}
.stu-form-wrap.stu-template-16 .stu-form-submit:hover {
background-color: rgba(0, 0, 0, 0.68);
color: white;
}
.stu-form-wrap.stu-template-16 .stu-footer-text {
color: inherit;
}
.stu-form-wrap.stu-template-16 .icon {
display: inline-block;
text-align: center;
height: 100px;
width: 100px;
line-height: 84px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.08);
padding-top: 18px;
margin-bottom: 24px;
}
.stu-form-wrap.stu-template-16 .icon i {
font-size: 38px;
}
.stu-form-wrap.stu-template-16 .icon img {
display: inline-block;
max-width: 50px;
width: 100%;
height: auto;
}
.stu-form-wrap.stu-template-17 {
text-align: center;
background-color: white;
color: black;
position: relative;
}
.stu-form-wrap.stu-template-17 .top-lines {
position: absolute;
bottom: 0;
left: 0;
height: 6px;
display: flex;
width: 100%;
}
.stu-form-wrap.stu-template-17 .top-lines span {
display: block;
flex: 1 1 auto;
}
.stu-form-wrap.stu-template-17 .top-lines span:nth-child(1) {
background-color: #22c6a9;
}
.stu-form-wrap.stu-template-17 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-17 .both-fields-wrap {
display: block;
}
.stu-form-wrap.stu-template-17 .both-fields-wrap .stu-field-wrap:first-child {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-17 .stu-mid-wrap {
padding: 0 34px 24px;
}
.stu-form-wrap.stu-template-17 .stu-form-submit {
width: auto;
border-radius: 3px;
}
.stu-form-wrap.stu-template-17 h2.stu-heading-text {
color: inherit;
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-17 p.stu-heading-paragraph,
.stu-form-wrap.stu-template-17 .stu-check-box-text {
color: inherit;
}
.stu-form-wrap.stu-template-17 input[type="text"],
.stu-form-wrap.stu-template-17 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-17 input[type="tel"],
.stu-form-wrap.stu-template-17 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
.stu-custom-field-wrap.stu-select-text {
background-color: rgba(0, 0, 0, 0.06);
color: inherit;
text-align: left;
border-radius: 64px;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
input[type="text"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-17
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-17 .stu-form-submit {
background-color: #22c6a9;
color: #fff;
border-radius: 64px;
}
.stu-form-wrap.stu-template-17 .stu-form-submit:hover {
background-color: rgba(0, 0, 0, 0.68);
color: white;
}
.stu-form-wrap.stu-template-17 .stu-footer-text {
color: inherit;
padding: 0 20px 28px;
margin-top: 0;
}
.stu-form-wrap.stu-template-17 .icon {
display: inline-block;
text-align: center;
height: 100px;
width: 100px;
line-height: 84px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.08);
padding-top: 18px;
}
.stu-form-wrap.stu-template-17 .icon img {
display: inline-block;
max-width: 50px;
width: 100%;
height: auto;
}
.stu-form-wrap.stu-template-17 .stu-icon-holder {
padding: 30px;
background-color: rgba(0, 0, 0, 0.08);
margin-bottom: 40px;
}
.stu-form-wrap.stu-template-18 {
text-align: center;
background-color: white;
}
.stu-form-wrap.stu-template-18 .both-fields-wrap {
display: block;
}
.stu-form-wrap.stu-template-18 .both-fields-wrap .name-field {
margin: 0 0 5px 0;
}
.stu-form-wrap.stu-template-18 .form-contents-wrap .form-holder {
padding: 40px 28px;
max-width: 500px;
margin: 0 auto;
}
.stu-form-wrap.stu-template-18 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-18 .stu-footer-text {
padding: 0;
}
.stu-form-wrap.stu-template-18 .stu-form-submit {
background-color: #3b4248;
color: white;
width: auto;
}
.stu-form-wrap.stu-template-18 .stu-form-submit:hover {
background-color: #279cff;
color: white;
}
.stu-form-wrap.stu-template-18 .stu-btn-parent {
max-width: 100%;
text-align: center;
}
.stu-form-wrap.stu-template-18 .icon {
margin-top: 100%;
display: inline-block;
text-align: center;
height: 74px;
width: 74px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.18);
}
.stu-form-wrap.stu-template-18 .icon i {
color: white;
line-height: 74px;
font-size: 24px;
}
.stu-form-wrap.stu-template-18 input[type="text"],
.stu-form-wrap.stu-template-18 input[type="email"] {
text-align: left;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-18
input[type="text"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-18
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-18
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-18
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-18
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-18 .stu-unlock-form-wrap {
padding: 40px;
max-width: 60%;
margin: 0 auto;
}
.stu-form-wrap.stu-template-19 {
position: relative;
}
.stu-form-wrap.stu-template-19 .both-fields-wrap .stu-field-wrap:first-child {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-19 .both-fields-wrap input[type="text"],
.stu-form-wrap.stu-template-19 .both-fields-wrap input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-19
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-19
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-19 input[type="tel"],
.stu-form-wrap.stu-template-19 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-19
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-19
select.stu-select-option {
text-align: left;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-19
input[type="text"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-19
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-19
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-19
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-19
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-19 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-19 .stu-form-submit {
background-color: #ff654b;
color: white;
}
.stu-form-wrap.stu-template-19 .stu-form-submit:hover {
background-color: black;
color: white;
}
.stu-form-wrap.stu-template-19 .stu-btn-parent {
max-width: 200px;
}
.stu-form-wrap.stu-template-19 .stu-form-submit {
width: 100%;
}
.stu-form-wrap.stu-template-19 .stu-heading-text {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-19 .stu-heading-text span {
opacity: 0.6;
color: inherit;
margin: 0 15px;
font-size: 18px;
}
.stu-form-wrap.stu-template-19 .stu-heading-paragraph {
margin-bottom: 24px;
}
.stu-form-wrap.stu-template-19 .padding {
padding: 40px 24px 0;
}
.stu-form-wrap.stu-template-19 .stu-footer-text {
background-color: rgba(0, 0, 0, 0.08);
padding: 15px 20px;
border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-19 .stu-unlock-form-wrap {
padding: 0 40px 40px;
max-width: 60%;
margin: 0 auto;
}
.stu-form-wrap.stu-template-20 {
color: rgba(0, 0, 0, 0.6);
position: relative;
padding: 0;
text-align: left;
}
.stu-form-wrap.stu-template-20 .top-lines {
position: absolute;
top: 0;
left: 0;
height: 6px;
display: flex;
width: 100%;
}
.stu-form-wrap.stu-template-20 .top-lines span {
display: block;
flex: 1 1 auto;
}
.stu-form-wrap.stu-template-20 .top-lines span:nth-child(1) {
background-color: #d9a86f;
}
.stu-form-wrap.stu-template-20 .top-lines span:nth-child(2) {
background-color: #8fc972;
}
.stu-form-wrap.stu-template-20 .top-lines span:nth-child(3) {
background-color: #45b1e4;
}
.stu-form-wrap.stu-template-20 .stu-icon-holder {
text-align: center;
margin-bottom: 28px;
}
.stu-form-wrap.stu-template-20 .stu-icon-holder i {
font-size: 38px;
color: inherit;
opacity: 0.6;
}
.stu-form-wrap.stu-template-20 .stu-form-submit {
background-color: gray;
color: white;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.stu-form-wrap.stu-template-20 .stu-form-submit:hover {
background-color: black;
color: white;
}
.stu-form-wrap.stu-template-20 input[type="text"],
.stu-form-wrap.stu-template-20 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-20 input[type="tel"],
.stu-form-wrap.stu-template-20 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
.stu-custom-field-wrap.stu-select-text {
text-align: inherit;
background-color: transparent;
border: solid 1px rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-20 input[type="text"]:focus,
.stu-form-wrap.stu-template-20 input[type="email"]:focus {
background-color: rgba(0, 0, 0, 0.04);
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
input[type="text"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
input[type="number"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
input[type="url"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
input[type="tel"]:focus,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
textarea.stu-txt-area.stu-rounded-text-area:focus {
background-color: rgba(0, 0, 0, 0.04);
}
.stu-form-wrap.stu-template-20 .stu-form-loader-1 {
color: inherit;
}
.stu-form-wrap.stu-template-20 .stu-footer-text {
background-color: rgba(0, 0, 0, 0.08);
padding: 15px 20px;
border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.stu-form-wrap.stu-template-20 .two-col {
padding: 40px;
}
.stu-form-wrap.stu-template-20 .stu-btn-parent {
max-width: 240px;
}
.stu-form-wrap.stu-template-20 .both-fields-wrap {
display: block;
}
.stu-form-wrap.stu-template-20 .both-fields-wrap .stu-name {
margin-bottom: 10px;
}
.rtl .stu-form-wrap.stu-template-1 .stu-field-wrap,
.rtl .stu-form-wrap.stu-template-2 .stu-field-wrap,
.rtl .stu-form-wrap.stu-template-3 .stu-field-wrap,
.rtl .stu-form-wrap.stu-template-4 .stu-field-wrap,
.rtl .stu-form-wrap.stu-template-5 .stu-field-wrap,
.rtl .stu-form-wrap.stu-template-6 .stu-field-wrap,
.rtl .stu-form-wrap.stu-template-7 .stu-field-wrap,
.rtl .stu-form-wrap.stu-template-8 .stu-field-wrap,
.rtl .stu-form-wrap.stu-template-9 .stu-field-wrap,
.rtl .stu-form-wrap.stu-template-10 .stu-field-wrap {
margin-left: 4px;
}
.rtl .stu-form-wrap.stu-template-1 .stu-field-wrap input[type="text"],
.rtl .stu-form-wrap.stu-template-1 .stu-field-wrap input[type="email"],
.rtl .stu-form-wrap.stu-template-2 .stu-field-wrap input[type="text"],
.rtl .stu-form-wrap.stu-template-2 .stu-field-wrap input[type="email"],
.rtl .stu-form-wrap.stu-template-3 .stu-field-wrap input[type="text"],
.rtl .stu-form-wrap.stu-template-3 .stu-field-wrap input[type="email"],
.rtl .stu-form-wrap.stu-template-4 .stu-field-wrap input[type="text"],
.rtl .stu-form-wrap.stu-template-4 .stu-field-wrap input[type="email"],
.rtl .stu-form-wrap.stu-template-5 .stu-field-wrap input[type="text"],
.rtl .stu-form-wrap.stu-template-5 .stu-field-wrap input[type="email"],
.rtl .stu-form-wrap.stu-template-6 .stu-field-wrap input[type="text"],
.rtl .stu-form-wrap.stu-template-6 .stu-field-wrap input[type="email"],
.rtl .stu-form-wrap.stu-template-7 .stu-field-wrap input[type="text"],
.rtl .stu-form-wrap.stu-template-7 .stu-field-wrap input[type="email"],
.rtl .stu-form-wrap.stu-template-8 .stu-field-wrap input[type="text"],
.rtl .stu-form-wrap.stu-template-8 .stu-field-wrap input[type="email"],
.rtl .stu-form-wrap.stu-template-9 .stu-field-wrap input[type="text"],
.rtl .stu-form-wrap.stu-template-9 .stu-field-wrap input[type="email"],
.rtl .stu-form-wrap.stu-template-10 .stu-field-wrap input[type="text"],
.rtl .stu-form-wrap.stu-template-10 .stu-field-wrap input[type="email"] {
text-align: right;
}
.rtl .stu-form-wrap.stu-template-3 .stu-field-wrap input[type="text"],
.rtl .stu-form-wrap.stu-template-3 .stu-field-wrap input[type="email"] {
padding-right: 48px !important;
}
.rtl .stu-form-wrap.stu-template-4 {
text-align: right;
}
.rtl .stu-form-wrap.stu-template-4 .stu-field-wrap input[type="text"],
.rtl .stu-form-wrap.stu-template-4 .stu-field-wrap input[type="email"] {
padding-right: 48px !important;
}
.rtl .stu-form-wrap.stu-template-7 .has-pre-icon input[type="email"],
.rtl .stu-form-wrap.stu-template-7 .has-pre-icon input[type="text"] {
padding-left: 10px !important;
padding-right: 34px !important;
}
.rtl .stu-form-wrap.stu-template-7 .has-pre-icon i {
left: auto;
right: 0;
}
.rtl .stu-form-wrap.stu-template-8 {
text-align: right;
}
.rtl .stu-form-wrap.stu-template-8 .stu-field-wrap input[type="text"],
.rtl .stu-form-wrap.stu-template-8 .stu-field-wrap input[type="email"] {
padding-right: 48px !important;
}
.rtl .stu-form-wrap.stu-template-9 .stu-field-wrap input[type="text"],
.rtl .stu-form-wrap.stu-template-9 .stu-field-wrap input[type="email"] {
padding-right: 48px !important;
}
.rtl .stu-form-wrap.stu-template-9 .form-contents-wrap .white-bg {
right: auto;
left: 0;
transform: rotateY(180deg);
}
.rtl .stu-form-wrap.stu-template-10 {
text-align: right;
}
.rtl .stu-form-wrap.stu-template-10 .stu-footer-text {
text-align: center;
}
.stu-popup-innerwrap {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100%;
z-index: 99999;
}
.stu-popup-innerwrap .stu-popup-wrapper {
background-color: rgba(0, 0, 0, 0.88);
height: 100vh;
width: 100%;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.stu-popup-innerwrap .stu-form-wrap {
width: auto;
height: auto;
min-width: 748px;
max-width: 748px !important;
}
.stu-popup-innerwrap .stu-form-wrap.stu-template-8 {
padding: 0;
max-width: 480px !important;
}
.stu-popup-innerwrap .stu-form-wrap.stu-template-8 .stu-content-wrap {
padding: 0 34px 34px;
}
.stu-popup-innerwrap .stu-main-outer-wrap:after {
display: none;
}
.stu-popup-innerwrap .stu-main-outer-wrap .stu-blur-overlay {
position: static;
}
.stu-popup-innerwrap .stu-popup-content-wrap {
position: relative;
}
.stu-popup-innerwrap .stu-popup-content-wrap .stu-popup-close {
position: absolute;
top: -34px;
right: -34px;
color: white;
background: rgba(255, 255, 255, 0.14);
height: 34px;
width: 34px;
border-radius: 50%;
line-height: 30px;
padding-top: 2px;
text-align: center;
font-size: 18px;
display: block;
}
.stu-popup-innerwrap .stu-popup-content-wrap .stu-popup-close:hover {
text-decoration: none;
box-shadow: none;
color: white;
background: rgba(255, 255, 255, 0.18);
border: none;
height: 34px;
width: 34px;
}
.stu-popup-innerwrap .stu-popup-content-wrap .stu-popup-close:hover i {
color: white;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
.stu-form-wrap.stu-template-4 .both-fields-wrap {
display: block;
}
.stu-form-wrap.stu-template-4 .both-fields-wrap .name-field {
display: block;
width: 100%;
margin-bottom: 8px;
}
.stu-form-wrap.stu-template-4 .stu-btn-parent {
margin-top: 15px;
}
.stu-form-wrap.stu-template-6 .two-col-head {
padding: 0 15px;
}
.stu-form-wrap.stu-template-7 .stu-form-content-wrap {
padding: 0 15px;
}
.stu-form-wrap.stu-template-9 .form-contents-wrap .white-bg {
width: 240px;
}
.stu-popup-innerwrap .stu-form-wrap.stu-template-11,
.stu-popup-innerwrap .stu-form-wrap.stu-template-12 {
max-width: 500px !important;
}
.stu-popup-innerwrap .stu-form-wrap.stu-template-11 .stu-subs-img-hold,
.stu-popup-innerwrap .stu-form-wrap.stu-template-12 .stu-subs-img-hold {
max-width: 100%;
width: 100%;
}
.stu-popup-innerwrap .stu-form-wrap.stu-template-11 .stu-subs-img-hold img,
.stu-popup-innerwrap .stu-form-wrap.stu-template-12 .stu-subs-img-hold img {
vertical-align: top;
}
.stu-popup-innerwrap .stu-form-wrap.stu-template-19 {
max-width: 600px !important;
}
.stu-popup-wrapper {
max-height: 100vh;
overflow-y: auto;
padding: 30px 0;
}
.stu-form-wrap {
max-width: 68% !important;
}
}
@media all and (min-width: 0px) and (max-width: 767px) {
.stu-content-locked {
position: relative;
max-height: 800px;
min-height: 800px;
overflow: hidden;
}
.stu-form-wrap {
max-width: 90% !important;
padding: 20px;
}
.stu-form-wrap .both-fields-wrap {
display: block;
}
.stu-form-wrap .both-fields-wrap .name-field {
display: block;
width: 100%;
margin-bottom: 8px;
}
.stu-form-wrap p.stu-heading-paragraph,
.stu-form-wrap p.stu-check-box-text,
.stu-form-wrap .stu-check-box-text {
line-height: 1.4;
font-size: 14px;
}
.stu-form-wrap.stu-template-1,
.stu-form-wrap.stu-template-2,
.stu-form-wrap.stu-template-3,
.stu-form-wrap.stu-template-4,
.stu-form-wrap.stu-template-5,
.stu-form-wrap.stu-template-6,
.stu-form-wrap.stu-template-7,
.stu-form-wrap.stu-template-8,
.stu-form-wrap.stu-template-9,
.stu-form-wrap.stu-template-10,
.stu-form-wrap.stu-template-11,
.stu-form-wrap.stu-template-12,
.stu-form-wrap.stu-template-13,
.stu-form-wrap.stu-template-14,
.stu-form-wrap.stu-template-15,
.stu-form-wrap.stu-template-16,
.stu-form-wrap.stu-template-17,
.stu-form-wrap.stu-template-18,
.stu-form-wrap.stu-template-19,
.stu-form-wrap.stu-template-20 {
padding: 34px 20px;
}
.stu-form-wrap.stu-template-1 .padding,
.stu-form-wrap.stu-template-2 .padding,
.stu-form-wrap.stu-template-3 .padding,
.stu-form-wrap.stu-template-4 .padding,
.stu-form-wrap.stu-template-5 .padding,
.stu-form-wrap.stu-template-6 .padding,
.stu-form-wrap.stu-template-7 .padding,
.stu-form-wrap.stu-template-8 .padding,
.stu-form-wrap.stu-template-9 .padding,
.stu-form-wrap.stu-template-10 .padding,
.stu-form-wrap.stu-template-11 .padding,
.stu-form-wrap.stu-template-12 .padding,
.stu-form-wrap.stu-template-13 .padding,
.stu-form-wrap.stu-template-14 .padding,
.stu-form-wrap.stu-template-15 .padding,
.stu-form-wrap.stu-template-16 .padding,
.stu-form-wrap.stu-template-17 .padding,
.stu-form-wrap.stu-template-18 .padding,
.stu-form-wrap.stu-template-19 .padding,
.stu-form-wrap.stu-template-20 .padding {
padding: 0;
}
.stu-form-wrap.stu-template-1 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-2 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-3 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-4 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-5 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-6 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-7 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-8 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-9 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-10 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-11 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-12 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-13 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-14 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-15 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-16 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-17 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-18 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-19 .stu-unlock-form-wrap,
.stu-form-wrap.stu-template-20 .stu-unlock-form-wrap {
padding: 20px;
max-width: 100%;
margin: 0 auto;
}
.stu-form-wrap.stu-template-1 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-2 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-3 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-4 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-5 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-6 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-7 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-8 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-9 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-10 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-11 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-12 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-13 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-14 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-15 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-16 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-17 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-18 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-19 .stu-unlock-form-wrap .stu-unlock-button,
.stu-form-wrap.stu-template-20 .stu-unlock-form-wrap .stu-unlock-button {
margin-top: 15px;
}
.stu-form-wrap.stu-template-2 .stu-heading-text span {
display: none;
}
.stu-form-wrap.stu-template-2 .stu-form-submit {
margin-top: 5px;
}
.stu-form-wrap.stu-template-3 {
padding: 0;
}
.stu-form-wrap.stu-template-3 .form-contents-wrap {
display: block;
}
.stu-form-wrap.stu-template-3 .form-contents-wrap .stu-icon-holder {
max-width: 100%;
padding: 24px;
}
.stu-form-wrap.stu-template-3 .icon {
margin-top: 0;
}
.stu-form-wrap.stu-template-4 .form-contents-wrap {
display: block;
}
.stu-form-wrap.stu-template-4 .form-contents-wrap .stu-icon-holder {
max-width: 100%;
}
.stu-form-wrap.stu-template-4 .form-contents-wrap .form-holder {
flex: 2;
padding: 20px 0 0;
text-align: center;
}
.stu-form-wrap.stu-template-4 .icon {
margin-top: 0;
}
.stu-form-wrap.stu-template-6 {
padding: 0;
}
.stu-form-wrap.stu-template-6 .top-wrap {
padding: 15px 15px 0;
}
.stu-form-wrap.stu-template-6 .bottom-wrap {
padding: 24px;
}
.stu-form-wrap.stu-template-6 .stu-form-submit {
margin-top: 5px;
}
.stu-form-wrap.stu-template-7 {
padding: 0;
}
.stu-form-wrap.stu-template-7 .heading-wrap {
margin-bottom: 0;
}
.stu-form-wrap.stu-template-7 .icon {
margin-bottom: 0;
}
.stu-form-wrap.stu-template-7 .stu-icon-holder {
padding: 0;
}
.stu-form-wrap.stu-template-7 .stu-form-content-wrap {
padding: 24px;
}
.stu-form-wrap.stu-template-7 .stu-form-submit {
margin-top: 5px;
}
.stu-form-wrap.stu-template-7 .stu-submit-btn-wrap {
margin-left: 0 !important;
margin-top: 10px;
}
.stu-form-wrap.stu-template-8 {
padding: 0;
}
.stu-form-wrap.stu-template-8 .form-contents-wrap {
display: block;
}
.stu-form-wrap.stu-template-8 .form-contents-wrap .stu-icon-holder {
max-width: 100%;
padding: 15px;
}
.stu-form-wrap.stu-template-9 {
padding: 0;
}
.stu-form-wrap.stu-template-9 .form-holder {
max-width: 100%;
}
.stu-form-wrap.stu-template-9 .white-bg {
display: none;
}
.stu-form-wrap.stu-template-10 {
padding: 0;
}
.stu-form-wrap.stu-template-10 .two-col {
display: block;
}
.stu-form-wrap.stu-template-10 .two-col .left-holder,
.stu-form-wrap.stu-template-10 .two-col .right-holder {
max-width: 100%;
}
.stu-form-wrap.stu-template-10 .two-col .left-holder {
padding: 15px;
text-align: center;
}
.stu-form-wrap.stu-template-10 .two-col .left-holder img {
max-width: 128px;
}
.stu-form-wrap.stu-template-10 .two-col .right-holder {
padding: 0 20px 20px;
}
.stu-popup-innerwrap .stu-form-wrap {
min-width: 200px;
margin: 0 20px;
}
.stu-popup-innerwrap .stu-form-wrap.stu-template-7 {
padding: 40px 20px;
}
.stu-popup-innerwrap .stu-popup-content-wrap .stu-popup-close {
top: -22px;
right: 0;
background-color: black;
z-index: 9;
}
.stu-popup-wrapper {
max-height: 100vh;
overflow-y: auto;
padding: 30px 0;
}
.stu-form-wrap.stu-template-15 .form-contents-wrap .stu-icon-holder {
max-width: 100%;
}
.stu-form-wrap.stu-template-15 .form-contents-wrap {
display: block;
}
.stu-form-wrap.stu-template-19 .stu-btn-parent,
.stu-form-wrap.stu-template-15 .stu-btn-parent {
margin-top: 5px;
}
.stu-form-wrap.stu-template-13 .padding {
padding: 15px;
}
.stu-form-wrap.stu-template-12 .both-fields-wrap > div.stu-submit-btn-wrap {
margin-left: 0;
margin-top: 15px;
}
.stu-form-wrap.stu-template-17 .stu-mid-wrap {
padding: 0 0 10px;
}
.stu-form-wrap.stu-template-18 .form-contents-wrap .form-holder,
.stu-form-wrap.stu-template-20 .two-col,
.stu-form-wrap.stu-template-15 .form-contents-wrap .form-holder {
padding: 0;
}
}
.stu-form-loader-wraper {
display: none;
text-align: center;
margin-top: -14px;
margin-bottom: 28px;
}
.stu-form-loader {
display: inline-block;
}
.stu-form-loader-1,
.stu-form-loader-1:before,
.stu-form-loader-1:after {
border-radius: 50%;
width: 10px;
height: 10px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.4s infinite ease-in-out;
animation: load7 1.4s infinite ease-in-out;
}
.stu-form-loader-1 {
font-size: 10px;
margin: 0;
position: relative;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.14s;
animation-delay: -0.14s;
}
.stu-form-loader-1:before,
.stu-form-loader-1:after {
content: "";
position: absolute;
top: 0;
}
.stu-form-loader-1:before {
left: -12px;
-webkit-animation-delay: -0.28s;
animation-delay: -0.28s;
}
.stu-form-loader-1:after {
left: 12px;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
.stu-download-button {
font-family: "Poppins";
font-size: 15px;
font-weight: 500;
color: rgba(0, 0, 0, 0.68);
text-decoration: none;
line-height: 68px;
padding: 0 48px;
background: rgba(0, 0, 0, 0.08);
display: inline-block;
box-shadow: rgba(0, 0, 0, 0.08) 0 0 10px;
transition: all 0.3s ease;
border-radius: 2px;
}
.stu-download-button i {
margin-right: 14px;
}
.stu-download-button:hover {
background-color: rgba(0, 0, 0, 0.8);
color: white;
}
.stu-terms-agreement-wrap label a {
color: inherit;
text-decoration: underline;
}
.stu-form-loader-wraper {
text-align: center;
}
.stu-countdown-timer-message {
flex: 0 0 100%;
position: absolute;
color: rgba(255, 255, 255, 0.8);
text-align: center;
left: 0;
top: 0;
width: 100%;
padding: 40px;
background: rgba(0, 0, 0, 0.88);
font-family: "Poppins";
}
.stu-countdown-number {
color: yellow;
font-weight: 700;
}
.stu-content-unlocked {
margin: 0;
padding: 0;
}
.stu-unlock-error-message {
display: none;
}
.stu-unlock-error-message span {
padding: 8px 15px;
text-align: center;
background-color: #df6767;
color: white;
font-size: 14px;
margin: 14px 0;
display: block;
width: 100%;
}
.stu-content-locked .stu-lock-content {
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.stu-popup-innerwrap.stu-delay-popup {
display: none;
} .stu-form-with-custom-fields textarea.stu-txt-area {
font-family: inherit;
height: 125px;
width: 100%;
border: none;
padding: 10px 18px;
color: inherit;
}
.stu-form-with-custom-fields textarea.stu-txt-area:focus,
select.stu-select-option:focus {
outline: none;
}
.stu-form-with-custom-fields label.stu-checkbox-label {
padding-right: 15px;
font-size: 14px;
}
.stu-form-with-custom-fields .stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields .stu-custom-field-wrap.stu-select-text {
font-size: 12px;
border: none;
align-items: center;
display: flex;
justify-content: flex-start;
align-content: center;
margin-bottom: 5px;
padding: 10px 18px;
background: #ebebeb;
height: auto;
min-height: 48px;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-1
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-1
.stu-custom-field-wrap.stu-select-text,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
.stu-custom-field-wrap.stu-select-text {
flex-direction: column;
}
.stu-form-with-custom-fields span.stu-checkbox-item,
span.stu-radio-item {
margin-right: 10px;
margin-left: 5px;
font-size: 14px;
}
.stu-form-with-custom-fields
.stu-each-custom-field.stu-checkbox-wrap
input[type="checkbox"] {
height: 16px;
width: 16px;
}
.stu-form-with-custom-fields select.stu-select-option {
width: 260px;
height: 40px; border: none;
padding: 10px;
color: inherit;
}
.stu-form-with-custom-fields
.stu-each-custom-field
.stu-checkbox-wrap
input[type="radio"] {
width: 20px;
height: 20px;
}
.stu-form-with-custom-fields .stu-custom-field-wrap.stu-select-text {
display: flex;
flex-direction: row;
align-content: center;
align-items: center; padding: 15px 18px;
font-size: 12px;
}
.stu-form-with-custom-fields
.stu-each-custom-field.stu-checkbox-wrap
input[type="radio"] {
height: 16px;
width: 16px;
border: 1px solid #000;
}
.stu-form-with-custom-fields .stu-popup-wrapper .stu-checkbox-value {
display: flex;
flex-wrap: wrap;
align-items: center;
flex-basis: 85%;
line-height: 25px;
}
.stu-form-with-custom-fields .stu-checkbox-value {
margin-left: 13px;
display: flex;
flex-wrap: wrap;
align-items: center;
flex-basis: 75%;
line-height: 25px;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
textarea.stu-txt-area.stu-rounded-text-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-6
textarea.stu-txt-area.stu-rounded-text-area {
border-radius: 0px;
}
.stu-form-with-custom-fields textarea.stu-txt-area.stu-rounded-text-area {
border-radius: 37px;
}
.stu-template-1 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-2 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-3 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-4 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-5 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-7 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-10 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-11 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-12 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-13 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-15 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-17 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-18 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-19 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-20 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-21 textarea.stu-txt-area.stu-rounded-text-area,
.stu-template-22 textarea.stu-txt-area.stu-rounded-text-area {
border-radius: 0px;
} input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
display: none;
-webkit-appearance: none;
}
.stu-template-1 .stu-rounded,
.stu-template-2 .stu-rounded,
.stu-template-3 .stu-rounded,
.stu-template-4 .stu-rounded,
.stu-template-5 .stu-rounded,
.stu-template-6 .stu-rounded,
.stu-template-7 .stu-rounded,
.stu-template-10 .stu-rounded,
.stu-template-11 .stu-rounded,
.stu-template-12 .stu-rounded,
.stu-template-13 .stu-rounded,
.stu-template-15 .stu-rounded,
.stu-template-18 .stu-rounded,
.stu-template-19 .stu-rounded,
.stu-template-20 .stu-rounded,
.stu-template-21 .stu-rounded,
.stu-template-22 .stu-rounded {
border-radius: 0px !important;
}
.stu-template-6 .stu-checkbox-value,
.stu-template-8 .stu-checkbox-value {
display: flex;
flex-wrap: wrap;
align-items: center;
flex-basis: 300px;
line-height: 25px;
}
.stu-form-with-custom-fields .stu-form-wrap.stu-template-7 input[type="text"],
.stu-form-wrap.stu-template-7 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-7 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-7 input[type="tel"],
.stu-form-wrap.stu-template-7 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
.stu-custom-field-wrap.stu-select-text,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
.stu-custom-field-wrap.stu-select-text {
background-color: transparent;
color: inherit;
border-bottom-color: #32a6ff;
border-bottom-style: solid;
border-bottom-width: 1px;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
select.stu-select-option.stu-rounded {
border: 1px solid grey !important;
}
.stu-custom-field-wrap.stu-select-text {
display: flex;
align-items: center;
}
.stu-template-19 select.stu-select-option {
height: 48px;
}
.stu-form-with-custom-fields .stu-checkbox-main {
display: flex;
align-items: center;
}
.stu-form-with-custom-fields input.stu-name::placeholder,
input.stu-email::placeholder {
text-align: left;
}
.stu-form-with-custom-fields .stu-checkbox-wrap,
select.stu-select-option {
height: auto;
background-color: rgba(255, 255, 255, 0.24);
}
option.stu-select-option {
background: transparent;
font-size: 1em;
}
.stu-radio-value {
display: flex;
margin-left: 7px;
}
.stu-radio-main label {
display: flex;
flex-wrap: nowrap;
align-content: center;
align-items: center;
}
span.stu-gdpr-text a {
color: inherit;
}
.stu-form-wrap.stu-form-with-custom-fields.stu-template-15 .stu-form-submit {
background-color: #22c6a9;
color: white;
width: auto;
}
.stu-form-wrap.stu-form-with-custom-fields.stu-template-16 .stu-form-submit {
background-color: #e9b740;
color: white;
width: auto;
margin-top: 5px;
margin-left: 18px;
}
.stu-form-wrap.stu-form-with-custom-fields.stu-template-21 .stu-form-submit {
width: auto;
}
.stu-form-wrap.stu-form-with-custom-fields.stu-template-4 .stu-form-submit {
width: auto;
margin-top: 5px;
}
.stu-form-with-custom-fields .stu-template-4 option.stu-select-option {
background: #ce5f5f;
}
.stu-form-with-custom-fields .stu-template-5 option.stu-select-option {
background: #3d3e40;
}
.stu-form-with-custom-fields .stu-template-6 option.stu-select-option {
background: #607578;
}
.stu-form-with-custom-fields .stu-template-7 option.stu-select-option {
background: #1f4e68;
}
.stu-form-with-custom-fields .stu-template-8 option.stu-select-option {
background: #bd6e6e;
}
.stu-form-with-custom-fields .stu-template-11 option.stu-select-option {
background: #5c5e5e;
}
.stu-form-with-custom-fields .stu-template-13 option.stu-select-option {
background: #5c5e5e;
}
.stu-form-with-custom-fields .stu-template-14 option.stu-select-option {
background: #f3f5f6;
}
.stu-form-with-custom-fields .stu-template-15 option.stu-select-option {
background: #010102;
}
.stu-form-with-custom-fields .stu-template-16 option.stu-select-option {
background: #5796ec;
}
.stu-form-with-custom-fields .stu-form-wrap .both-fields-wrap {
margin-bottom: 0px;
}
.stu-custom-field-wrap.stu-text-area {
margin-bottom: 5px;
}
select.stu-select-option.stu-rounded {
height: auto;
font-family: inherit;
}  .stu-popup-wrapper
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
.stu-subscription-form,
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
.stu-subscription-form,
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
.stu-subscription-form {
height: auto;
overflow-y: hidden;
} .stu-popup-wrapper .stu-form-with-custom-fields .stu-subscription-form {
height: 550px;
overflow-y: scroll;
}
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
.stu-subscription-form {
height: 418px;
overflow-y: scroll;
}
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
.stu-subscription-form::-webkit-scrollbar {
width: 5px;
}
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-subscription-form::-webkit-scrollbar {
width: 5px;
} .stu-popup-wrapper
.stu-form-with-custom-fields
.stu-subscription-form::-webkit-scrollbar-track {
background: transparent;
}
.stu-content-locked.stu-form-with-custom-fields
.stu-form-wrap.stu-template-5
.stu-subscription-form::-webkit-scrollbar-thumb,
.stu-content-locked.stu-form-with-custom-fields
.stu-form-wrap.stu-template-14
.stu-subscription-form::-webkit-scrollbar-thumb,
.stu-content-locked.stu-form-with-custom-fields
.stu-form-wrap.stu-template-16
.stu-subscription-form::-webkit-scrollbar-thumb {
background-color: transparent;
} .stu-popup-wrapper
.stu-form-with-custom-fields
.stu-subscription-form::-webkit-scrollbar-thumb {
background: rgb(160, 160, 160);
border-radius: 5px;
} .stu-popup-wrapper
.stu-form-with-custom-fields
.stu-subscription-form::-webkit-scrollbar-thumb:hover {
background: #555;
} .stu-popup-wrapper .stu-form-with-custom-fields .stu-template-5,
.stu-popup-wrapper .stu-form-with-custom-fields .stu-template-14,
.stu-popup-wrapper .stu-form-with-custom-fields .stu-template-16 {
height: 500px;
overflow-y: scroll;
}
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-template-5::-webkit-scrollbar,
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-template-14::-webkit-scrollbar,
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-template-16::-webkit-scrollbar {
width: 5px;
}
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-template-4
.stu-subscription-form::-webkit-scrollbar-thumb {
background: rgb(213, 83, 83);
}
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-template-5::-webkit-scrollbar-thumb {
background: #747475;
}
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-template-6
.stu-subscription-form::-webkit-scrollbar-thumb {
background: #48828b;
}
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-template-7
.stu-subscription-form::-webkit-scrollbar-thumb {
background: #3f677d;
}
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-template-8
.stu-subscription-form::-webkit-scrollbar-thumb {
background: rgb(213, 83, 83);
}
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-template-14::-webkit-scrollbar-thumb {
background: rgb(141, 139, 139);
}
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-template-15
.stu-subscription-form::-webkit-scrollbar-thumb {
background: #4e5d82;
}
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-template-16::-webkit-scrollbar-thumb {
background: #2278e7;
}
.stu-label {
width: 30%;
text-align: left;
height: auto;
opacity: 0.68;
}  .stu-content-locked.stu-form-with-custom-fields {
position: relative;
max-height: 100%;
min-height: 850px; }
.stu-content-locked.stu-form-with-custom-fields .stu-subscription-form {
max-height: 680px;
overflow-y: scroll;
}
.stu-content-locked.stu-form-with-custom-fields
.stu-subscription-form::-webkit-scrollbar {
width: 5px;
} .stu-content-locked.stu-form-with-custom-fields
.stu-subscription-form::-webkit-scrollbar-track {
background: transparent;
} .stu-content-locked.stu-form-with-custom-fields
.stu-subscription-form::-webkit-scrollbar-thumb {
background: rgb(160, 160, 160);
border-radius: 5px;
} .stu-content-locked.stu-form-with-custom-fields
.stu-subscription-form::-webkit-scrollbar-thumb:hover {
background: #555;
}  .stu-content-locked.stu-form-with-custom-fields
.stu-template-5::-webkit-scrollbar,
.stu-content-locked.stu-form-with-custom-fields
.stu-template-14::-webkit-scrollbar,
.stu-content-locked.stu-form-with-custom-fields
.stu-template-16::-webkit-scrollbar {
width: 5px;
}
.stu-content-locked.stu-form-with-custom-fields
.stu-template-4
.stu-subscription-form::-webkit-scrollbar-thumb {
background: rgb(213, 83, 83);
}
.stu-content-locked.stu-form-with-custom-fields
.stu-template-5::-webkit-scrollbar-thumb {
background: #747475;
}
.stu-content-locked.stu-form-with-custom-fields
.stu-template-6
.stu-subscription-form::-webkit-scrollbar-thumb {
background: #48828b;
}
.stu-content-locked.stu-form-with-custom-fields
.stu-template-7
.stu-subscription-form::-webkit-scrollbar-thumb {
background: #3f677d;
}
.stu-content-locked.stu-form-with-custom-fields
.stu-template-8
.stu-subscription-form::-webkit-scrollbar-thumb {
background: rgb(213, 83, 83);
}
.stu-content-locked.stu-form-with-custom-fields
.stu-template-9
.stu-subscription-form::-webkit-scrollbar-thumb {
background: #fff;
}
.stu-content-locked.stu-form-with-custom-fields
.stu-template-14::-webkit-scrollbar-thumb {
background: rgb(141, 139, 139);
}
.stu-content-locked.stu-form-with-custom-fields
.stu-template-15
.stu-subscription-form::-webkit-scrollbar-thumb {
background: #4e5d82;
}
.stu-content-locked.stu-form-with-custom-fields
.stu-template-16::-webkit-scrollbar-thumb {
background: #2278e7;
} .stu-submit-btn {
display: none;
}
.top-lines {
position: fixed;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
select.stu-select-option {
background-color: transparent;
border: solid 2px white;
text-align: center;
}
.stu-field-wrap {
margin-bottom: 5px;
}
.stu-form-wrap.stu-template-1 ::-webkit-input-placeholder,
.stu-form-with-custom-fields
.stu-form-wrap.stu-form-wrap.stu-template-1
input[type="number"]::-webkit-input-placeholder,
.stu-form-with-custom-fields
.stu-form-wrap.stu-form-wrap.stu-template-1
input[type="url"]::-webkit-input-placeholder,
.stu-form-wrap.stu-template-1 input[type="text"]::-webkit-input-placeholder,
.stu-form-with-custom-fields
.stu-form-wrap.stu-form-wrap.stu-template-13
input[type="url"]::-webkit-input-placeholder,
.stu-form-wrap.stu-template-13 ::-webkit-input-placeholder {
text-align: center;
}
@media only screen and (max-width: 600px) { .stu-form-with-custom-fields select.stu-select-option {
width: 200px;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
select.stu-select-option {
width: 150px;
} .stu-content-locked.stu-form-with-custom-fields
.stu-form-wrap.stu-template-6
.stu-subscription-form::-webkit-scrollbar {
width: 0px !important;
}
.stu-form-with-custom-fields select.stu-select-option {
width: 175px;
}
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-subscription-form::-webkit-scrollbar-thumb {
background: transparent;
border-radius: 5px;
}
.stu-popup-wrapper
.stu-form-with-custom-fields
.stu-template-15
.stu-subscription-form::-webkit-scrollbar-thumb {
background: transparent;
}
.stu-template-4 .stu-captcha-field {
margin-left: auto;
margin-right: auto;
}
}
.stu-form-wrap.stu-template-1 ::-webkit-input-placeholder,
.stu-form-with-custom-fields
.stu-form-wrap.stu-form-wrap.stu-template-1
input[type="number"]::-webkit-input-placeholder,
.stu-form-wrap.stu-template-1 input[type="text"]::-webkit-input-placeholder,
.stu-form-wrap.stu-template-13 ::-webkit-input-placeholder,
.stu-form-wrap.stu-template-13 ::-webkit-input-placeholder,
.stu-form-with-custom-fields
.stu-form-wrap.stu-form-wrap.stu-template-13
input[type="number"]::-webkit-input-placeholder,
.stu-form-wrap.stu-template-13 input[type="text"]::-webkit-input-placeholder {
text-align: center;
} .stu-form-with-custom-fields .stu-form-wrap.stu-template-1 .stu-label,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-13 .stu-label {
margin-bottom: 5px;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-10
.both-fields-wrap
.stu-name,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-20
.both-fields-wrap
.stu-name {
margin-bottom: 0px;
}
.stu-form-with-custom-fields .stu-form-wrap.stu-template-1 .stu-label,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-13 .stu-label {
text-align: center;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-1
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
select.stu-select-option {
margin-left: 0px;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
select.stu-select-option {
width: 168px;
background-color: #e6e0e0;
}
.stu-form-with-custom-fields .stu-form-wrap.stu-template-7 input[type="text"],
.stu-form-wrap.stu-template-7 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-7 input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-7 input[type="tel"],
.stu-form-wrap.stu-template-7 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
.stu-custom-field-wrap.stu-select-text,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
.stu-custom-field-wrap.stu-select-text,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-12 input[type="text"],
.stu-form-wrap.stu-template-12 input[type="email"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
.stu-field-wrap
input[type="text"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
input[type="number"],
.stu-form-with-custom-fields .stu-form-wrap.stu-template-12 input[type="tel"],
.stu-form-wrap.stu-template-12 input[type="url"],
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
textarea.stu-txt-area,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
select.stu-select-option,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
.stu-each-custom-field.stu-checkbox-wrap,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
.stu-custom-field-wrap.stu-select-text,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
.stu-custom-field-wrap.stu-select-text {
padding-left: 0px;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
select.stu-select-option {
border: 1px solid rgba(0, 0, 0, 0.24);
padding-left: 5px;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
.form-contents-wrap
.white-bg {
background-size: 100% 100%;
width: 46%;
}
.stu-form-with-custom-fields .stu-form-wrap.stu-template-4 .stu-checkbox-main,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-8 .stu-checkbox-main,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-9 .stu-checkbox-main,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-10 .stu-checkbox-main,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-15 .stu-checkbox-main {
width: 108px;
}
.stu-select {
position: relative;
appearance: none;
}
.stu-select::after {
content: "";
position: absolute;
height: 20px;
width: 20px;
top: 11px;
color: inherit;
right: 13px;
background: url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/images/dropdownn.svg);
background-repeat: no-repeat;
pointer-events: none;
}
select.stu-select-option {
appearance: none;
background: inherit;
}
.stu-form-with-custom-fields .stu-form-wrap.stu-template-5 .top-lines,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-14 .top-lines,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-16 .top-lines {
display: none;
}
.stu-form-with-custom-fields .stu-form-wrap.stu-template-3 .stu-label,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-4 .stu-label,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-10 .stu-label {
width: 30%;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
.stu-each-custom-field.stu-checkbox-wrap.stu-rounded,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-9
.stu-custom-field-wrap.stu-select-text {
border-radius: 27px !important;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-6
select.stu-select-option {
margin-left: 13px;
}
select.stu-select-option.stu-rounded {
padding-right: 35px;
padding-left: 15px;
}
.stu-form-with-custom-fields
.stu-each-custom-field.stu-checkbox-wrap
input[type="radio"]:after {
content: "";
display: block;
left: 2px;
top: 2px;
position: absolute;
width: 11px;
height: 11px;
border-radius: 50%;
background: var(--form--color-text);
}
.stu-error-highlight {
box-shadow: 0 0 3px #d8000c !important; }
.stu-form-with-custom-fields .stu-form-wrap.stu-template-7 .stu-error-highlight,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-12
.stu-error-highlight {
box-shadow: 0 3px 2px -2px #d8000c !important;
border-bottom-color: transparent !important;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-13
.stu-error-highlight {
box-shadow: 0 0 6px #d8000c !important;
border-color: transparent !important;
}
.stu-form-with-custom-fields .stu-form-wrap.stu-template-9 .stu-error-highlight,
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-8
.stu-error-highlight {
border: 2px solid #d8000c;
box-shadow: 2px 2px 4px #d8000c;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
z-index: 99999 !important;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-7
select.stu-select-option.stu-rounded {
padding-left: 10px;
background: #41728e;
}
.stu-form-with-custom-fields
.stu-form-wrap.stu-template-6
.stu-field-wrap.stu-terms-agreement-wrap.stu-check-box-text {
margin-bottom: 10px;
}
.stu-form-with-custom-fields .stu-form-wrap.stu-template-12 .stu-form-submit {
border-radius: 50px;
}
.stu-form-with-custom-fields .stu-form-wrap.stu-template-16 .stu-btn-parent {
margin: auto;
}
.stu-form-wrap.stu-template-10 span.stu-form-loader-wraper { color: black;
font-size: 30px;
}
.stu-form-with-custom-fields .stu-form-wrap.stu-template-2 .stu-form-loader-1,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-5 .stu-form-loader-1,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-6 .stu-form-loader-1,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-7 .stu-form-loader-1,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-10 .stu-form-loader-1,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-11 .stu-form-loader-1,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-12 .stu-form-loader-1,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-14 .stu-form-loader-1,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-16 .stu-form-loader-1,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-17 .stu-form-loader-1,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-19 .stu-form-loader-1,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-20 .stu-form-loader-1 {
bottom: 25px;
}
.stu-form-with-custom-fields .stu-form-wrap.stu-template-6 .stu-form-loader-1,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-10 .stu-form-loader-1,
.stu-form-with-custom-fields .stu-form-wrap.stu-template-20 .stu-form-loader-1 {
left: 18px;
}
.stu-content-locked.stu-form-with-custom-fields
.stu-form-wrap.stu-template-11
.stu-subscription-form {
overflow-x: hidden;
}
.stu-content-locked.stu-form-with-custom-fields label {
color: inherit;
display: unset;
font-weight: inherit;
margin-bottom: flex;
}
.stu-field-wrap.stu-captcha-field label {
display: none;
}
.stu-captcha-field {
margin-bottom: 20px;
width: max-content;
}
.stu-template-1 .stu-captcha-field,
.stu-template-2 .stu-captcha-field,
.stu-template-5 .stu-captcha-field,
.stu-template-12 .stu-captcha-field,
.stu-template-13 .stu-captcha-field,
.stu-template-14 .stu-captcha-field,
.stu-template-16 .stu-captcha-field,
.stu-template-18 .stu-captcha-field,
.stu-template-3 .stu-captcha-field,
.stu-template-11 .stu-captcha-field,
.stu-template-17 .stu-captcha-field,
.stu-template-7 .stu-captcha-field,
.stu-template-9 .stu-captcha-field,
.stu-template-19 .stu-captcha-field {
margin-left: auto;
margin-right: auto;
}
.stu-form-with-custom-fields .stu-radio-main label {
display: flex;
align-items: center;
}
.stu-form-wrap.stu-template-19 .stu-btn-parent {
max-width: 200px;
margin: auto;
}
.stu-form-with-custom-fields
.stu-field-wrap.stu-terms-agreement-wrap.stu-check-box-text {
margin-top: 20px;
}
.stu-confirmation-message-wrap {
background: #fff;
padding: 40px;
min-height: 300px;
margin: 50px;
}@font-face {
font-family: 'Poppins';
src: url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-SemiBold.woff2) format('woff2'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-SemiBold.woff) format('woff'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-SemiBold.ttf) format('truetype'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-SemiBold.svg#Poppins-SemiBold) format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-ExtraLight.woff2) format('woff2'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-ExtraLight.woff) format('woff'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-ExtraLight.ttf) format('truetype'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-ExtraLight.svg#Poppins-ExtraLight) format('svg');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Black.woff2) format('woff2'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Black.woff) format('woff'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Black.ttf) format('truetype'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Black.svg#Poppins-Black) format('svg');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-ExtraBold.woff2) format('woff2'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-ExtraBold.woff) format('woff'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-ExtraBold.ttf) format('truetype'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-ExtraBold.svg#Poppins-ExtraBold) format('svg');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Thin.woff2) format('woff2'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Thin.woff) format('woff'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Thin.ttf) format('truetype'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Thin.svg#Poppins-Thin) format('svg');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Light.woff2) format('woff2'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Light.woff) format('woff'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Light.ttf) format('truetype'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Light.svg#Poppins-Light) format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Medium.woff2) format('woff2'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Medium.woff) format('woff'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Medium.ttf) format('truetype'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Medium.svg#Poppins-Medium) format('svg');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Regular.woff2) format('woff2'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Regular.woff) format('woff'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Regular.ttf) format('truetype'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Regular.svg#Poppins-Regular) format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Bold.woff2) format('woff2'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Bold.woff) format('woff'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Bold.ttf) format('truetype'),
url(//christhasalready.com/wp-content/plugins/codecanyon-KIO8pDby-subscribe-to-unlock-opt-in-content-locker-wordpress-plugin/font-face/Poppins-Bold.svg#Poppins-Bold) format('svg');
font-weight: 700;
font-style: normal;
}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}@font-face {
font-family: 'ssb-icon';
src:  url(//christhasalready.com/wp-content/plugins/simple-social-buttons/assets/fonts/ssb-icon.eot?eahqa2);
src:  url(//christhasalready.com/wp-content/plugins/simple-social-buttons/assets/fonts/ssb-icon.eot?eahqa2#iefix) format('embedded-opentype'),
url(//christhasalready.com/wp-content/plugins/simple-social-buttons/assets/fonts/ssb-icon.ttf?eahqa2) format('truetype'),
url(//christhasalready.com/wp-content/plugins/simple-social-buttons/assets/fonts/ssb-icon.woff?eahqa2) format('woff'),
url(//christhasalready.com/wp-content/plugins/simple-social-buttons/assets/fonts/ssb-icon.svg?eahqa2#ssb-icon) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
} div.simplesocialbuttons { height: auto; margin: -5px auto 5px -5px; text-align: left; clear: left; font-size: 0; direction: ltr;}
div.simplesocialbutton { float: left; }
div.ssb-button-googleplus { width: 100px; }
div.ssb-button-fblike { width: 140px; line-height: 1; }
div.ssb-button-fbshare { width: 140px; line-height: 1; }
div.ssb-button-twitter { width: 130px; }
div.ssb-button-pinterest { width: 100px; }
.fb-like iframe { max-width: none !important; }
.simplesocialbuttons .simplesocialbutton { display: inline-block; vertical-align: top; width: auto;float: none; margin: 0 5px 5px;}
.simplesocialbuttons .simplesocialbutton iframe { margin: 0; vertical-align: inherit; }
.simplesocialbuttons button{
border:0;
padding: 0;
margin: 0;
cursor: pointer;
display: inline-block;
margin: 5px;
-webkit-box-shadow: none;
box-shadow: none;
font-family: 'Helvetica', Arial, sans-serif;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-weight: normal;
text-transform: capitalize !important;
white-space: nowrap;
text-shadow: none !important;
width: auto;
letter-spacing: 0;
word-spacing: 0;
overflow: visible;
}
.simplesocialbuttons button:focus, .simplesocialbuttons button:hover{
outline: none;
}
.simplesocialbuttons button.simplesocial-fb-share:after{
content: "\e905";
}
.simplesocialbuttons button.simplesocial-twt-share:after{
content: "\e920";
}
.simplesocialbuttons button.simplesocial-whatsapp-share:after{
content: "\e906";
}
.simplesocialbuttons button.simplesocial-telegram-share:after{
content: "\e90e";
}
.simplesocialbuttons button.simplesocial-threads-share:after{
content: "\e90f";
}
.simplesocialbuttons button.simplesocial-bluesky-share:after{
content: "\e910";
}
.simplesocialbuttons button.simplesocial-viber-share:after{
content: "\e666";
}
.simplesocialbuttons button.simplesocial-reddit-share:after{
content: "\e903";
}
.simplesocialbuttons button.simplesocial-linkedin-share:after{
content: "\e907";
}
.simplesocialbuttons button.simplesocial-pinterest-share:after{
content: "\e902";
}
.simplesocialbuttons button.simplesocial-msng-share:after{
content: "\e908";
}
.simplesocialbuttons button.simplesocial-email-share:after{
content: "\e90b";
font-size: 13px;
}
.simplesocialbuttons button.simplesocial-print-share:after{
content: "\e90c";
}
.simplesocialbuttons button.simplesocial-tumblr-share:after{
content: "\e90d";
}
.simplesocialbuttons button.simplesocial-copy-link:after{
content: "\e911";
}
.ssb_total_counter{
display: inline-block;
font-weight: bold;
font-size: 30px;
line-height: 1;
font-family: 'Verdana';
color: #000;
text-align: center;
}
.simplesocialbuttons_inline .ssb_total_counter,.simplesocialbuttons-flyin .simplesocialbuttons  .ssb_total_counter,.simplesocialbuttons-popup .simplesocialbuttons  .ssb_total_counter,.ssb_social_media_wrapper .simplesocialbuttons  .ssb_total_counter{
display: inline-block;
top: -4px;
vertical-align: middle;
position: relative;
}
.simplesocialbuttons_inline{
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.ssb_total_counter span{
font-size: 10px;
display: block;
}
.simplesocialbuttons button:after {
font-family: 'ssb-icon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none; -webkit-font-smoothing: antialiased;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
left: 0;
position: absolute;
font-size: 17px;
top: 0;
width: 38px;
height: 38px;
text-align: center;
line-height: 38px;
border-radius: 3px;
} .simplesocial-simple-icons button[class*="ssb_"] {
position: relative;
padding: 2px;
font-size: 11px;
line-height: 1.5;
border-radius: 3px;
vertical-align: middle;
text-align: left;
color: #fff;
padding-left: 20px;
height: 20px;
border: 0;
}
.simplesocial-simple-icons button[class*="ssb_"] .simplesocialtxt{
padding-left: 0;
}
.simplesocial-simple-icons button[class*="ssb_"] .icon{
height: 12px;
line-height: 12px;
padding-left: 0;
}
.simplesocial-simple-icons.simplesocialbuttons-float-right-center button{
float: right;
}
div[class*="simplesocialbuttons-float"].simplesocial-simple-icons.ssb_counter-activate{
display: flex;
flex-direction: column;
}
.simplesocial-simple-icons.simplesocialbuttons button:after{
display: none;
} .simplesocialbuttons .fb_iframe_widget{
display: inline-block !important;
position: relative;
width: initial !important;
}
.simplesocialbuttons .fb_iframe_widget span {
display: inline-block !important;
position: relative;
text-align: justify;
width: 61px !important;
}
.simplesocialbuttons .ssb-fb-like{
height: 20px !important;
line-height: 20px !important;
margin: 5px;
}
.simplesocial-simple-icons button.ssb_fbshare-icon{
background: #4267b2;
border: 1px solid #4267b2;
color: #fff;
cursor: pointer;
font-family: Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
white-space: nowrap;
padding: 0;
line-height: 18px;
height: 20px;
}
.simplesocial-simple-icons button.ssb_fbshare-icon:hover {
background: #365899;
border: 1px solid #365899;
}
.simplesocial-simple-icons button.ssb_fbshare-icon .icon{
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
position: relative;
top: -1px;
left: 2px;
padding-left: 0;
}
.simplesocial-simple-icons button.ssb_fbshare-icon .simplesocialtxt{
padding: 0 3px 0 3px;
font-weight: bold;
display: inline;
}
.simplesocial-simple-icons button.ssb_fbshare-icon .ssb_counter{
padding-right: 4px;
display: inline-block;
}
.simplesocial-simple-icons button.ssb_tweet-icon{
position: relative;
height: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 1px 8px 1px 6px;
background-color: #0f1419;
color: #fff;
border-radius: 3px;
font-weight: 500;
cursor: pointer;
font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
}
.simplesocial-simple-icons button.ssb_tweet-icon:hover{
background: #304356;
}
.simplesocial-simple-icons button.ssb_tweet-icon .icon{
position: relative;
top: 3px;
left: -2px;
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
background: transparent 0 0 no-repeat;
vertical-align: top;
}
.simplesocial-simple-icons button.ssb_tweet-icon .simplesocialtxt {
margin-left: 1px;
white-space: nowrap;
vertical-align: top;
font-style: normal;
}
.simplesocial-simple-icons button.ssb_copylink-icon{
background: none;
border:0;
padding: 0;
height: 20px;
}
.simplesocial-simple-icons button.ssb_copylink-icon .icon{
background-repeat: no-repeat;
background-size: initial;
cursor: pointer;
border: 0;
overflow: hidden;
padding: 0;
margin: 0;
position: absolute;
left: 6px;
top: 1px;
display: block;
width: 12px;
height: 17px;
float: right;
border-radius: 2px;
-webkit-border-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
text-align: center;
line-height: 17px;
}
.simplesocial-simple-icons button.ssb_copylink-icon .icon svg{
vertical-align: middle;
}
.simplesocial-simple-icons button.ssb_copylink-icon{
color: #fff;
cursor: pointer;
display: block;
white-space: nowrap;
float: left;
vertical-align: top;
overflow: hidden;
text-align: center;
height: 20px;
padding: 0 4px 0 23px;
border: 1px solid #000;
border-top-color: #434A4D;
border-right-color: #434A4D;
border-bottom-color: #434A4D;
border-left-color: #434A4D;
text-shadow: 0 -1px #2f3436;
line-height: 20px;
border-radius: 2px;
-webkit-border-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
background-color: #434A4D;
background-image: -webkit-linear-gradient(top, #434A4D 0%, #434A4D 100%);
font: bold 11px Arial, Helvetica, sans-serif;
line-height: 20px;
}
.simplesocial-simple-icons button.ssb_copylink-icon:hover{
color: #fff;
border: 1px solid #000;
border-top-color: #2f3436;
border-right-color: #2f3436;
border-bottom-color: #2f3436;
border-left-color: #2f3436;
background-color: #2f3436;
background-image: -webkit-linear-gradient(top, #2f3436 0%, #2f3436 100%);
}
.simplesocial-simple-icons button.ssb_linkedin-icon{
background: none;
border:0;
padding: 0;
height: 20px;
}
.simplesocial-simple-icons button.ssb_linkedin-icon .icon{
background-position: 0px -593px;
background-repeat: no-repeat;
background-color: #0077b5;
background-size: initial;
cursor: pointer;
border: 0;
border-right: 1px solid #066094;
overflow: hidden;
padding: 0;
margin: 0;
position: absolute;
left: 0px;
top: 0px;
display: block;
width: 20px;
height: 20px;
float: right;
border-radius: 2px;
-webkit-border-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
text-align: center;
line-height: 17px;
}
.simplesocial-simple-icons button.ssb_linkedin-icon .icon svg{
vertical-align: middle;
}
.simplesocial-simple-icons button.ssb_linkedin-icon{
color: #fff;
cursor: pointer;
display: block;
white-space: nowrap;
float: left;
margin-left: 1px;
vertical-align: top;
overflow: hidden;
text-align: center;
height: 20px;
padding: 0 4px 0 23px;
border: 1px solid #000;
border-top-color: #0077b5;
border-right-color: #0077b5;
border-bottom-color: #0077b5;
border-left-color: #0077b5;
text-shadow: 0 -1px #005887;
line-height: 20px;
border-radius: 2px;
-webkit-border-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
background-color: #0077b5;
background-image: -webkit-linear-gradient(top, #0077b5 0%, #0077b5 100%);
font: bold 11px Arial, Helvetica, sans-serif;
line-height: 20px;
text-align: left;
}
.simplesocial-simple-icons button.ssb_linkedin-icon:hover{
color: #fff;
border: 1px solid #000;
border-top-color: #066094;
border-right-color: #066094;
border-bottom-color: #066094;
border-left-color: #066094;
background-color: #066094;
background-image: -webkit-linear-gradient(top, #066094 0%, #066094 100%);
}
.simplesocial-simple-icons button.ssb_linkedin-icon .ssb_counter{
display: inline-block;
font-size: 11px;
color: #4e4e4e;
font-weight: bold;
font-family: Arial, sans-serif;
line-height: 18px;
padding: 0 7px 0 7px;
background: #fff;
border: 1px solid #caccce;
margin-left: 8px;
border-radius: 5px;
position: relative;
}
.simplesocial-simple-icons button.ssb_linkedin-icon .ssb_counter:after, .simplesocial-simple-icons button.ssb_linkedin-icon .ssb_counter:before {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.simplesocial-simple-icons button.ssb_linkedin-icon .ssb_counter:after {
border-color: rgba(255, 255, 255, 0);
border-right-color: #fff;
border-width: 3px;
margin-top: -3px;
}
.simplesocial-simple-icons button.ssb_linkedin-icon .ssb_counter:before {
border-color: rgba(202, 204, 206, 0);
border-right-color: #caccce;
border-width: 4px;
margin-top: -4px;
}
.simplesocial-simple-icons button.ssb_pinterest-icon{
padding: 0;
background: none;
position: relative;
}
.simplesocial-simple-icons button.ssb_pinterest-icon{
border-radius: 2px;
text-indent: 20px;
width: auto;
padding: 0 0 0 0;
text-align: center;
text-decoration: none;
font:bold 11px/20px "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
color: #fff;
background: #bd081c;
background-size: 14px 14px;
display: inline-block;
-webkit-font-smoothing: antialiased;
}
.simplesocial-simple-icons button.ssb_pinterest-icon:hover{
background-color: #aa0719;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.simplesocial-simple-icons button.ssb_pinterest-icon .icon{
position: absolute;
top: 3px;
left: 3px;
}
.simplesocial-simple-icons button.ssb_pinterest-icon .icon svg{
width: 14px;
height: 14px;
position: absolute;
left: 0;
}
.simplesocial-simple-icons button.ssb_pinterest-icon .ssb_counter{
height: 20px;
width: 40px;
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 10px;
line-height: 20px;
color: #555;
background: #efefef;
border-radius: 2px;
display: inline-block;
text-align: center;
vertical-align: top;
position: relative;
margin-left: 6px;
}
.simplesocial-simple-icons button.ssb_pinterest-icon .ssb_counter:before{
top: 3px;
left: -4px;
border-right: 7px solid #efefef;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
position: absolute;
content: '';
}
.simplesocial-simple-icons button.ssb_viber-icon{
border-radius: 2px;
width: auto;
padding: 0 4px 0 0;
text-align: center;
text-decoration: none;
font:bold 11px/20px "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
color: #fff;
background: #665cac;
background-size: 14px 14px;
display: inline-block;
-webkit-font-smoothing: antialiased;
height: 20px;
text-indent: 20px;
}
.simplesocial-simple-icons button.ssb_viber-icon:hover{
background: #524a8c;
}
.simplesocial-simple-icons button.ssb_viber-icon .icon{
text-indent: 0;
position: absolute;
top: 3px;
left: 3px;
}
.simplesocial-simple-icons button.ssb_viber-icon .icon svg{
width: 14px;
fill: #fff;
}
.simplesocial-simple-icons button.ssb_whatsapp-icon{
border-radius: 2px;
width: auto;
padding: 0 4px 0 0;
text-align: center;
text-decoration: none;
font:bold 11px/20px "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
color: #fff;
background: #34AF23;
background-size: 14px 14px;
display: inline-block;
-webkit-font-smoothing: antialiased;
height: 20px;
text-indent: 20px;
}
.simplesocial-simple-icons button.ssb_whatsapp-icon:hover{
background: #2b8e1e;
}
.simplesocial-simple-icons button.ssb_tumblr-icon{
border-radius: 2px;
width: auto;
padding: 0 4px 0 0;
text-align: center;
text-decoration: none;
font:bold 12px/20px "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
color: #fff;
background: #36465d;
background-size: 14px 14px;
display: inline-block;
-webkit-font-smoothing: antialiased;
height: 20px;
text-indent: 20px;
}
.simplesocial-simple-icons button.ssb_tumblr-icon:hover{
background: #36465d;
}
.simplesocial-simple-icons button.ssb_tumblr-icon .icon{
text-indent: 0;
position: absolute;
top: 4px;
left: 4px;
}
.simplesocial-simple-icons button.ssb_tumblr-icon .icon svg{
width: 9px;
fill: #fff;
height: 12px;
}
.simplesocial-simple-icons button.ssb_whatsapp-icon .icon{
text-indent: 0;
position: absolute;
top: 3px;
left: 3px;
}
.simplesocial-simple-icons button.ssb_whatsapp-icon .icon svg{
width: 14px;
fill: #fff;
height: 14px;
}
.simplesocial-simple-icons button.ssb_reddit-icon{
border-radius: 2px;
width: auto;
padding: 0 4px 0 0;
text-align: center;
text-decoration: none;
font:bold 11px/20px "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
color: #fff;
background: #ff4500;
background-size: 14px 14px;
display: inline-block;
-webkit-font-smoothing: antialiased;
height: 20px;
text-indent: 20px;
}
.simplesocial-simple-icons button.ssb_reddit-icon:hover{
background: #d33c04;
}
.simplesocial-simple-icons button.ssb_reddit-icon .icon{
text-indent: 0;
position: absolute;
top: 3px;
left: 3px;
}
.simplesocial-simple-icons button.ssb_reddit-icon .icon svg{
width: 14px;
fill: #fff;
height: 14px;
}
.simplesocial-simple-icons button.ssb_msng-icon{
border-radius: 2px;
width: auto;
padding: 0 4px 0 0;
text-align: center;
text-decoration: none;
font:bold 11px/20px "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
color: #fff;
background: #468bff;
background-size: 14px 14px;
display: inline-block;
-webkit-font-smoothing: antialiased;
height: 20px;
text-indent: 20px;
}
.simplesocial-simple-icons button.ssb_msng-icon:hover{
background: #307bf9;
}
.simplesocial-simple-icons button.ssb_msng-icon .icon{
text-indent: 0;
position: absolute;
top: 3px;
left: 3px;
}
.simplesocial-simple-icons button.ssb_msng-icon .icon svg{
width: 14px;
fill: #fff;
height: 14px;
}
.simplesocial-simple-icons button.ssb_email-icon{
border-radius: 2px;
width: auto;
padding: 0 4px 0 0;
text-align: center;
text-decoration: none;
font:bold 11px/20px "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
color: #fff;
background: #878787;
background-size: 14px 14px;
display: inline-block;
-webkit-font-smoothing: antialiased;
height: 20px;
text-indent: 20px;
}
.simplesocial-simple-icons button.ssb_email-icon:hover{
background: #717070;
}
.simplesocial-simple-icons button.ssb_email-icon .icon{
text-indent: 0;
position: absolute;
top: 3px;
left: 3px;
}
.simplesocial-simple-icons button.ssb_email-icon .icon svg{
width: 14px;
fill: #fff;
height: 14px;
}
.simplesocial-simple-icons button.ssb_print-icon{
border-radius: 2px;
width: auto;
padding: 0 4px 0 0;
text-align: center;
text-decoration: none;
font:bold 11px/20px "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
color: #fff;
background: #353535;
background-size: 14px 14px;
display: inline-block;
-webkit-font-smoothing: antialiased;
height: 20px;
text-indent: 20px;
}
.simplesocial-simple-icons button.ssb_print-icon:hover{
background: #1b1a1a;
}
.simplesocial-simple-icons button.ssb_print-icon .icon{
text-indent: 0;
position: absolute;
top: 3px;
left: 3px;
}
.simplesocial-simple-icons button.ssb_print-icon .icon svg{
width: 14px;
fill: #fff;
height: 14px;
}
.simplesocial-simple-icons button.ssb_threads-icon{
border-radius: 2px;
width: auto;
padding: 0 4px 0 0;
text-align: center;
text-decoration: none;
font:bold 11px/20px "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
color: #fff;
background: #000;
background-size: 14px 14px;
display: inline-block;
-webkit-font-smoothing: antialiased;
height: 20px;
text-indent: 20px;
}
.simplesocial-simple-icons button.ssb_threads-icon:hover{
background: #1b1a1a;
}
.simplesocial-simple-icons button.ssb_threads-icon .icon{
text-indent: 0;
position: absolute;
top: 3px;
left: 3px;
}
.simplesocial-simple-icons button.ssb_threads-icon .icon svg{
width: 14px;
fill: #fff;
height: 14px;
}
.simplesocial-simple-icons button.ssb_threads-icon{
border-radius: 2px;
width: auto;
padding: 0 4px 0 0;
text-align: center;
text-decoration: none;
font:bold 11px/20px "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
color: #fff;
background: #000;
background-size: 14px 14px;
display: inline-block;
-webkit-font-smoothing: antialiased;
height: 20px;
text-indent: 20px;
}
.simplesocial-simple-icons button.ssb_threads-icon:hover{
background: #1b1a1a;
}
.simplesocial-simple-icons button.ssb_threads-icon .icon{
text-indent: 0;
position: absolute;
top: 3px;
left: 3px;
}
.simplesocial-simple-icons button.ssb_threads-icon .icon svg{
width: 14px;
fill: #fff;
height: 14px;
}
.simplesocial-simple-icons button.ssb_bluesky-icon{
border-radius: 2px;
width: auto;
padding: 0 4px 0 0;
text-align: center;
text-decoration: none;
font:bold 11px/20px "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
color: #fff;
background: #1185fe;
background-size: 14px 14px;
display: inline-block;
-webkit-font-smoothing: antialiased;
height: 20px;
text-indent: 20px;
}
.simplesocial-simple-icons button.ssb_bluesky-icon:hover{
background: #1b1a1a;
}
.simplesocial-simple-icons button.ssb_bluesky-icon .icon{
text-indent: 0;
position: absolute;
top: 3px;
left: 3px;
}
.simplesocial-simple-icons button.ssb_bluesky-icon .icon svg{
width: 14px;
fill: #fff;
height: 14px;
}
.simplesocial-simple-icons button.ssb_telegram-icon{
border-radius: 2px;
width: auto;
padding: 0 4px 0 0;
text-align: center;
text-decoration: none;
font:bold 11px/20px "Helvetica Neue", Helvetica, sans-serif;
font-weight: bold;
color: #fff;
background: #24A1DE;
background-size: 14px 14px;
display: inline-block;
-webkit-font-smoothing: antialiased;
height: 20px;
text-indent: 20px;
}
.simplesocial-simple-icons button.ssb_telegram-icon:hover{
background: #1e8ec6;
}
.simplesocial-simple-icons button.ssb_telegram-icon .icon{
text-indent: 0;
position: absolute;
top: 3px;
left: 3px;
}
.simplesocial-simple-icons button.ssb_telegram-icon .icon svg{
width: 14px;
fill: #fff;
height: 14px;
}
div[class*="simplesocialbuttons-float"].simplesocial-simple-icons{
width: 82px;
text-align: left;
}
div[class*="simplesocialbuttons-float-right"].simplesocial-simple-icons{
width: 104px;
}
div[class*="simplesocialbuttons-float-right"].simplesocial-simple-icons {
width: 100px;
}
div[class*="simplesocialbuttons-float-right"] .ssb_total_counter{
display: block;
clear: both;
text-align: right;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-icons .ssb-fb-like{
margin:5px;
}
[data-tooltip] {
position: relative;
}
.simplesocialbuttons.simplesocial-simple-round button span.ssb_tooltip,
.ssb_copy_btn[data-tooltip]:before {
content: attr(data-tooltip);
position: absolute;
bottom: 100%;
right: 10%;
background: #8d96a0;
color: #fff;
padding: 2px 5px 3px;
border-radius: 6px;
margin-bottom: 10px;
width: fit-content;
}
.simplesocialbuttons button span.ssb_tooltip{
display: none;
}
.simplesocialbuttons-float-left-center.simplesocial-simple-round button span.ssb_tooltip,
.simplesocialbuttons-float-left-center [data-tooltip]:before {
left: 100%;
bottom: 0;
margin-left: 10px;
margin-bottom: 0;
}
.simplesocialbuttons-float-right-center.simplesocial-simple-round button span.ssb_tooltip,
.simplesocialbuttons-float-right-center [data-tooltip]:before {
right: 100%;
bottom: 0;
margin-right: 10px;
margin-bottom: 0;
left: auto;
}   .simplesocialbuttons.simplesocial-sm-round button{
border-style: solid;
border-width: 1px;
border-color: rgb(222, 222, 222);
border-radius: 4px;
background-image: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
background-image: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
height: 38px;
line-height: 26px;
padding: 4px 15px 4px 20px;
display: inline-block;
text-decoration: none;
font-size: 14px;
padding-left: 38px;
position: relative;
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
margin: 5px;
-webkit-box-shadow: none;
box-shadow: none;
}
.simplesocialbuttons.simplesocial-sm-round button:hover{
background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
-webkit-box-shadow: none;
box-shadow: none;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-fb-share{
color: #43609c;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-twt-share{
color: #0f1419;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-whatsapp-share{
color: #34AF23;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-viber-share{
color: #59267c;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-reddit-share{
color: #ff4500;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-linkedin-share{
color: #0077B5;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-pinterest-share{
color: #C92228;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-msng-share{
color: #468bff;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-email-share{
color: #878787;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-copy-link{
color: #434A4D;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-print-share{
color: #353535;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-telegram-share{
color: #24A1DE;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-threads-share{
color: #000;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-bluesky-share{
color: #1185fe;
}
.simplesocialbuttons.simplesocial-sm-round button.simplesocial-tumblr-share{
color: #36465d;
}  .simplesocialbuttons.simplesocial-simple-round button {
height: 38px;
line-height: 30px;
padding: 4px 15px 4px 48px;
display: inline-block;
text-decoration: none;
font-size: 14px;
position: relative;
color: #fff;
margin:5px;
border-radius: 3px; -webkit-box-shadow: none;
box-shadow: none;
}
.simplesocialbuttons.simplesocial-simple-round button:hover{
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.simplesocialbuttons.simplesocial-simple-round button:before {
content: '';
left: 0;
position: absolute;
font-size: 17px;
top: 0;
width: 38px;
height: 38px;
text-align: center;
line-height: 38px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.simplesocialbuttons.simplesocial-simple-round button span{
position: relative;
z-index: 1;
}
.simplesocialbuttons.simplesocial-simple-round button:hover:before{
width: 100%;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share{
background: #43609c;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share{
background: #0f1419;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share{
background: #34AF23;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share{
background: #59267c;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share{
background: #ff4500;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share{
background: #0077B5;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-pinterest-share{
background: #C92228;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-msng-share{
background: #468bff;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-email-share{
background: #878787;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-email-share:before{
background: #727272;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-copy-link{
background: #434A4D;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-print-share{
background: #353535;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-print-share:before{
background: #2b2b2b;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-telegram-share{
background: #24A1DE;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-telegram-share::before{
background: #1a81b5;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-threads-share{
background: #000;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-threads-share::before{
background: #1d1d1d;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-bluesky-share{
background: #1185fe;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-bluesky-share::before{
background: #0964c3;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-tumblr-share{
background: #36465d;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share:before {
background: #354e83;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share:before {
background: rgb(255 255 255 / 2%);
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share:before {
background: #3e115d;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share:before {
background: #176e0b;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share:before {
background: #ce3b04;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share:before {
background: #044568;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-copy-link:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-copy-link:before {
background: #7c7c7c;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-pinterest-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-pinterest-share:before {
background: #af040a;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-msng-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-msng-share:before {
background: #3c7be6;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-tumblr-share:after, .simplesocialbuttons.simplesocial-simple-round button.simplesocial-tumblr-share:before {
background: #233247;
}  .simplesocialbuttons.simplesocial-round-txt button{
border-style: solid;
border-width: 1px;
border-color: transparent;
border-radius: 19px;
height: 38px;
line-height: 26px;
padding: 5px 15px 5px 20px;
display: inline-block;
text-decoration: none;
font-size: 14px;
padding-left: 38px;
position: relative;
background: #fff;
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
-webkit-box-shadow: none;
box-shadow: none;
}
.simplesocialbuttons.simplesocial-round-txt button:hover{
-webkit-box-shadow: none;
box-shadow: none;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-fb-share{
color: #43609c;
border-color: #43609c;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-fb-share:hover{
background: #43609c;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-twt-share{
color: #0f1419;
border-color: #0f1419;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-twt-share:hover{
background: #0f1419;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-whatsapp-share{
color: #34AF23;
border-color: #34AF23;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-whatsapp-share:hover{
background: #34AF23;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-viber-share{
color: #59267c;
border-color: #59267c;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-viber-share:hover{
background: #59267c;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-reddit-share{
color: #ff4500;
border-color: #ff4500;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-reddit-share:hover{
background: #ff4500;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-linkedin-share{
color: #0077B5;
border-color: #0077B5;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-linkedin-share:hover{
background: #0077B5;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-copy-link{
color: #434A4D;
border-color: #434A4D;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-copy-link:hover{
background: #434A4D;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-pinterest-share{
color: #C92228;
border-color: #C92228;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-pinterest-share:hover{
background: #C92228;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-msng-share{
color: #468bff;
border-color: #468bff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-msng-share:hover{
background: #468bff;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-email-share{
color: #717070;
border-color: #717070;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-email-share:hover{
background: #717070;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-print-share{
color: #353535;
border-color: #353535;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-print-share:hover{
background: #353535;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-telegram-share{
color: #24A1DE;
border-color: #24A1DE;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-telegram-share:hover{
background: #24A1DE;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-threads-share{
color: #000;
border-color: #000;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-threads-share:hover{
background: #000;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-bluesky-share{
color: #1185fe;
border-color: #1185fe;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-bluesky-share:hover{
background: #1185fe;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-tumblr-share{
color: #36465d;
border-color: #36465d;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-tumblr-share:hover{
background: #36465d;
color: #fff;
}  .simplesocialbuttons.simplesocial-round-btm-border button {
border-radius: 3px;
height: 38px;
line-height: 26px;
padding: 5px 15px 5px 20px;
display: inline-block;
text-decoration: none;
font-size: 14px;
padding-left: 38px;
position: relative;
background: #fff;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-fb-share {
-webkit-box-shadow: inset 0px 0px 0px 0px #43609c, 0px 2px 0px 0px #43609c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #43609c, 0px 2px 0px 0px #43609c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #43609c;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-fb-share:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #43609c, 0px 2px 0px 0px #43609c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #43609c, 0px 2px 0px 0px #43609c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-twt-share {
-webkit-box-shadow: inset 0px 0px 0px 0px #0f1419, 0px 2px 0px 0px #0f1419, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #0f1419, 0px 2px 0px 0px #0f1419, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #0f1419;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-twt-share:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #0f1419, 0px 2px 0px 0px #0f1419, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #0f1419, 0px 2px 0px 0px #0f1419, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-whatsapp-share {
-webkit-box-shadow: inset 0px 0px 0px 0px #34AF23, 0px 2px 0px 0px #34AF23, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #34AF23, 0px 2px 0px 0px #34AF23, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #34AF23;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-whatsapp-share:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #34AF23, 0px 2px 0px 0px #34AF23, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #34AF23, 0px 2px 0px 0px #34AF23, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-viber-share {
-webkit-box-shadow: inset 0px 0px 0px 0px #59267c, 0px 2px 0px 0px #59267c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #59267c, 0px 2px 0px 0px #59267c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #59267c;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-viber-share:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #59267c, 0px 2px 0px 0px #59267c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #59267c, 0px 2px 0px 0px #59267c, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-reddit-share {
-webkit-box-shadow: inset 0px 0px 0px 0px #ff4500, 0px 2px 0px 0px #ff4500, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #ff4500, 0px 2px 0px 0px #ff4500, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #ff4500;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-reddit-share:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #ff4500, 0px 2px 0px 0px #ff4500, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #ff4500, 0px 2px 0px 0px #ff4500, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-linkedin-share {
-webkit-box-shadow: inset 0px 0px 0px 0px #0077B5, 0px 2px 0px 0px #0077B5, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #0077B5, 0px 2px 0px 0px #0077B5, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #0077B5;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-linkedin-share:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #0077B5, 0px 2px 0px 0px #0077B5, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #0077B5, 0px 2px 0px 0px #0077B5, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-copy-link {
-webkit-box-shadow: inset 0px 0px 0px 0px #434A4D, 0px 2px 0px 0px #434A4D, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #434A4D, 0px 2px 0px 0px #434A4D, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #434A4D;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-copy-link:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #434A4D, 0px 2px 0px 0px #434A4D, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #434A4D, 0px 2px 0px 0px #434A4D, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-pinterest-share {
-webkit-box-shadow: inset 0px 0px 0px 0px #C92228, 0px 2px 0px 0px #C92228, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #C92228, 0px 2px 0px 0px #C92228, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #C92228;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-pinterest-share:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #C92228, 0px 2px 0px 0px #C92228, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #C92228, 0px 2px 0px 0px #C92228, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-msng-share {
-webkit-box-shadow: inset 0px 0px 0px 0px #468bff, 0px 2px 0px 0px #468bff, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #468bff, 0px 2px 0px 0px #468bff, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #468bff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-tumblr-share {
-webkit-box-shadow: inset 0px 0px 0px 0px #36465d, 0px 2px 0px 0px #36465d, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #36465d, 0px 2px 0px 0px #36465d, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #36465d;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-msng-share:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #468bff, 0px 2px 0px 0px #468bff, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #468bff, 0px 2px 0px 0px #468bff, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-email-share {
-webkit-box-shadow: inset 0px 0px 0px 0px #717070, 0px 2px 0px 0px #717070, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #717070, 0px 2px 0px 0px #717070, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #717070;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-email-share:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #717070, 0px 2px 0px 0px #717070, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #717070, 0px 2px 0px 0px #717070, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-print-share {
-webkit-box-shadow: inset 0px 0px 0px 0px #353535, 0px 2px 0px 0px #353535, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #353535, 0px 2px 0px 0px #353535, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #717070;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-print-share:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #353535, 0px 2px 0px 0px #353535, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #353535, 0px 2px 0px 0px #353535, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-telegram-share {
-webkit-box-shadow: inset 0px 0px 0px 0px #24A1DE, 0px 2px 0px 0px #24A1DE, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #24A1DE, 0px 2px 0px 0px #24A1DE, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #717070;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-telegram-share:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #24A1DE, 0px 2px 0px 0px #24A1DE, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #24A1DE, 0px 2px 0px 0px #24A1DE, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-threads-share {
-webkit-box-shadow: inset 0px 0px 0px 0px #000000, 0px 2px 0px 0px #000000, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #000000, 0px 2px 0px 0px #000000, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #000000;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-threads-share:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #000000, 0px 2px 0px 0px #000000, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #000000, 0px 2px 0px 0px #000000, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-bluesky-share {
-webkit-box-shadow: inset 0px 0px 0px 0px #1185fe, 0px 2px 0px 0px #1185fe, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px 0px 0px 0px #1185fe, 0px 2px 0px 0px #1185fe, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #1185fe;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-bluesky-share:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #1185fe, 0px 2px 0px 0px #1185fe, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #1185fe, 0px 2px 0px 0px #1185fe, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-tumblr-share:hover{
-webkit-box-shadow: inset 0px -40px 0px 0px #36465d, 0px 2px 0px 0px #36465d, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
box-shadow: inset 0px -40px 0px 0px #36465d, 0px 2px 0px 0px #36465d, 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
color: #fff;
}  .simplesocialbuttons.simplesocial-flat-button-border button {
border-radius: 0;
height: 38px;
line-height: 26px;
padding: 7px 15px 5px 20px;
display: inline-block;
text-decoration: none;
font-size: 14px;
padding-left: 38px;
position: relative;
color: #fff;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.simplesocialbuttons.simplesocial-flat-button-border button:hover{
color: #fff;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-fb-share {
background: #43609c;
-webkit-box-shadow: inset 0px 0px 0px 0px #354e83, 0px 3px 0px 0px #354e83;
box-shadow: inset 0px 0px 0px 0px #354e83, 0px 3px 0px 0px #354e83;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-fb-share:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #354e83, 0px 3px 0px 0px #354e83;
box-shadow: inset 0px -40px 0px 0px #354e83, 0px 3px 0px 0px #354e83;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-twt-share {
background: #0f1419;
-webkit-box-shadow: inset 0px 0px 0px 0px #304356, 0px 3px 0px 0px #304356;
box-shadow: inset 0px 0px 0px 0px #304356, 0px 3px 0px 0px #304356;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-twt-share:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #304356, 0px 3px 0px 0px #304356;
box-shadow: inset 0px -40px 0px 0px #304356, 0px 3px 0px 0px #304356;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-whatsapp-share {
background: #34AF23;
-webkit-box-shadow: inset 0px 0px 0px 0px #176e0b, 0px 3px 0px 0px #176e0b;
box-shadow: inset 0px 0px 0px 0px #176e0b, 0px 3px 0px 0px #176e0b;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-whatsapp-share:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #176e0b, 0px 3px 0px 0px #176e0b;
box-shadow: inset 0px -40px 0px 0px #176e0b, 0px 3px 0px 0px #176e0b;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-viber-share {
background: #59267c;
-webkit-box-shadow: inset 0px 0px 0px 0px #3e115d, 0px 3px 0px 0px #3e115d;
box-shadow: inset 0px 0px 0px 0px #3e115d, 0px 3px 0px 0px #3e115d;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-viber-share:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #3e115d, 0px 3px 0px 0px #3e115d;
box-shadow: inset 0px -40px 0px 0px #3e115d, 0px 3px 0px 0px #3e115d;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-reddit-share {
background: #ff4500;
-webkit-box-shadow: inset 0px 0px 0px 0px #ce3b04, 0px 3px 0px 0px #ce3b04;
box-shadow: inset 0px 0px 0px 0px #ce3b04, 0px 3px 0px 0px #ce3b04;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-reddit-share:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #ce3b04, 0px 3px 0px 0px #ce3b04;
box-shadow: inset 0px -40px 0px 0px #ce3b04, 0px 3px 0px 0px #ce3b04;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-linkedin-share {
background: #0077B5;
-webkit-box-shadow: inset 0px 0px 0px 0px #044568, 0px 3px 0px 0px #044568;
box-shadow: inset 0px 0px 0px 0px #044568, 0px 3px 0px 0px #044568;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-linkedin-share:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #044568, 0px 3px 0px 0px #044568;
box-shadow: inset 0px -40px 0px 0px #044568, 0px 3px 0px 0px #044568;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-copy-link {
background: #434A4D;
-webkit-box-shadow: inset 0px 0px 0px 0px #2f3436, 0px 3px 0px 0px #2f3436;
box-shadow: inset 0px 0px 0px 0px #2f3436, 0px 3px 0px 0px #2f3436;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-copy-link:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #2f3436, 0px 3px 0px 0px #2f3436;
box-shadow: inset 0px -40px 0px 0px #2f3436, 0px 3px 0px 0px #2f3436;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-pinterest-share {
background: #C92228;
-webkit-box-shadow: inset 0px 0px 0px 0px #af040a, 0px 3px 0px 0px #af040a;
box-shadow: inset 0px 0px 0px 0px #af040a, 0px 3px 0px 0px #af040a;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-pinterest-share:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #af040a, 0px 3px 0px 0px #af040a;
box-shadow: inset 0px -40px 0px 0px #af040a, 0px 3px 0px 0px #af040a;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-msng-share {
background: #468bff;
-webkit-box-shadow: inset 0px 0px 0px 0px #468bff, 0px 3px 0px 0px #468bff;
box-shadow: inset 0px 0px 0px 0px #468bff, 0px 3px 0px 0px #26519e;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-msng-share:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #26519e, 0px 3px 0px 0px #26519e;
box-shadow: inset 0px -40px 0px 0px #26519e, 0px 3px 0px 0px #26519e;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-email-share {
background: #717070;
-webkit-box-shadow: inset 0px 0px 0px 0px #717070, 0px 3px 0px 0px #717070;
box-shadow: inset 0px 0px 0px 0px #717070, 0px 3px 0px 0px #4e4f52;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-email-share:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #4e4f52, 0px 3px 0px 0px #4e4f52;
box-shadow: inset 0px -40px 0px 0px #4e4f52, 0px 3px 0px 0px #4e4f52;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-print-share {
background: #353535;
-webkit-box-shadow: inset 0px 0px 0px 0px #353535, 0px 3px 0px 0px #353535;
box-shadow: inset 0px 0px 0px 0px #353535, 0px 3px 0px 0px #1b1a1a;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-print-share:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #1b1a1a, 0px 3px 0px 0px #1b1a1a;
box-shadow: inset 0px -40px 0px 0px #1b1a1a, 0px 3px 0px 0px #1b1a1a;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-telegram-share {
background: #24A1DE;
-webkit-box-shadow: inset 0px 0px 0px 0px #24A1DE, 0px 3px 0px 0px #24A1DE;
box-shadow: inset 0px 0px 0px 0px #24A1DE, 0px 3px 0px 0px #24A1DE;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-telegram-share:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #0971a3, 0px 3px 0px 0px #0971a3;
box-shadow: inset 0px -40px 0px 0px #0971a3, 0px 3px 0px 0px #0971a3;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-threads-share {
background: #000;
-webkit-box-shadow: inset 0px 0px 0px 0px #000, 0px 3px 0px 0px #000;
box-shadow: inset 0px 0px 0px 0px #000, 0px 3px 0px 0px #000;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-threads-share:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #1D1D1D, 0px 3px 0px 0px #1D1D1D;
box-shadow: inset 0px -40px 0px 0px #1D1D1D, 0px 3px 0px 0px #1D1D1D;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-bluesky-share {
background: #1185fe;
-webkit-box-shadow: inset 0px 0px 0px 0px #1185fe, 0px 3px 0px 0px #1185fe;
box-shadow: inset 0px 0px 0px 0px #1185fe, 0px 3px 0px 0px #1185fe;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-bluesky-share:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #0973e1, 0px 3px 0px 0px #0973e1;
box-shadow: inset 0px -40px 0px 0px #0973e1, 0px 3px 0px 0px #0973e1;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-tumblr-share {
background: #36465d;
-webkit-box-shadow: inset 0px 0px 0px 0px #36465d, 0px 3px 0px 0px #36465d;
box-shadow: inset 0px 0px 0px 0px #36465d, 0px 3px 0px 0px #253141;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-tumblr-share:hover {
-webkit-box-shadow: inset 0px -40px 0px 0px #253141, 0px 3px 0px 0px #253141;
box-shadow: inset 0px -40px 0px 0px #253141, 0px 3px 0px 0px #253141;
}  .simplesocialbuttons.simplesocial-round-icon button{
border-style: solid;
border-width: 2px;
border-color: transparent;
border-radius: 19px;
height: 38px;
line-height: 26px;
padding: 5px 0 5px 20px;
display: inline-block;
text-decoration: none;
font-size: 14px;
padding-left: 34px;
position: relative;
background: #fff;
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
vertical-align: top;
-webkit-box-shadow: none;
box-shadow: none;
}
.simplesocialbuttons.simplesocial-round-icon button:hover{
-webkit-box-shadow: none;
box-shadow: none;
}
.simplesocialbuttons.simplesocial-round-icon button .ssb_counter{
position: absolute;
top: 100%;
left: 0;
width: 100%;
color: #000;
text-align: center;
line-height: 1.2;
}
.simplesocialbuttons.simplesocial-round-icon button span.simplesocialtxt{
display: none;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share{
color: #43609c;
border-color: #43609c;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share:hover{
background: #43609c;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share{
color: #0f1419;
border-color: #0f1419;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share:hover{
background: #0f1419;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-whatsapp-share{
color: #34AF23;
border-color: #34AF23;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-whatsapp-share:hover{
background: #34AF23;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-viber-share{
color: #59267c;
border-color: #59267c;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-viber-share:hover{
background: #59267c;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-reddit-share{
color: #ff4500;
border-color: #ff4500;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-reddit-share:hover{
background: #ff4500;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-linkedin-share{
color: #0077B5;
border-color: #0077B5;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-linkedin-share:hover{
background: #0077B5;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-copy-link{
color: #434A4D;
border-color: #434A4D;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-copy-link:hover{
background: #434A4D;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-pinterest-share{
color: #C92228;
border-color: #C92228;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-pinterest-share:hover{
background: #C92228;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-print-share{
color: #353535;
border-color: #353535;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-print-share:hover{
background: #717070;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-telegram-share{
color: #24A1DE;
border-color: #24A1DE;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-telegram-share:hover{
background: #1ea2e5;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-bluesky-share{
color: #1185fe;
border-color: #1185fe;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-bluesky-share:hover{
background: #0973e1;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-threads-share{
color: #000;
border-color: #000;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-threads-share:hover{
background: #1D1D1D;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-msng-share{
color: #468bff;
border-color: #468bff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-msng-share:hover{
color:#fff;
background: #468bff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-email-share{
color: #717070;
border-color: #717070;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-email-share:hover{
background: #717070;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button:after{
width: 32px;
height: 32px;
line-height: 32px;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-tumblr-share{
color: #36465d;
border-color: #36465d;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-tumblr-share:hover{
background: #36465d;
color: #fff;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-copy{
color: #36465d;
border-color: #36465d;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-copy:hover{
background: #36465d;
color: #fff;
}
.simplesocialbuttons.simplesocial-tumblr-icon button:after{
width: 34px;
height: 34px;
line-height: 34px;
} .simplesocialbuttons-inline-bottom-in button{
-webkit-transform: translateY(40px);
transform: translateY(40px);
opacity: 0;
}
.simplesocialbuttons-inline-bottom-in.simplesocialbuttons-inline-in button{
-webkit-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
.simplesocialbuttons-inline-left-in button{
-webkit-transform: translateX(-40px);
transform: translateX(-40px);
opacity: 0;
}
.simplesocialbuttons-inline-left-in.simplesocialbuttons-inline-in button{
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
.simplesocialbuttons-inline-right-in button{
-webkit-transform: translateX(40px);
transform: translateX(40px);
opacity: 0;
}
.simplesocialbuttons-inline-right-in.simplesocialbuttons-inline-in button{
-webkit-transform: translateX(0%);
transform: translateX(0%);
opacity: 1;
}
.simplesocialbuttons-inline-top-in button, .simplesocialbuttons-inline-top-in .ssb_total_counter{
opacity: 0;
}
.simplesocialbuttons-inline-top-in.simplesocialbuttons-inline-in button, .simplesocialbuttons-inline-top-in.simplesocialbuttons-inline-in .ssb_total_counter{
animation-name: ssb_slidetop;
-webkit-animation-name: ssb_slidetop;
-moz-animation-name: ssb_slidetop;
animation-duration: .3s;
-webkit-animation-duration: .3s;
-moz-animation-duration: .3s;
animation-timing-function: ease;
-webkit-animation-timing-function: ease;
-moz-animation-timing-function: ease;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@keyframes ssb_slidetop {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes ssb_slidetop {
0% {
-webkit-transform: translateY(-40px);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
.simplesocialbuttons-inline-fade-in button{
opacity: 0;
}
.simplesocialbuttons-inline-fade-in.simplesocialbuttons-inline-in button{
opacity: 1;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(2){
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(3){
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(4){
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(5){
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(6){
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(7){
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(8){
-webkit-animation-delay: 1.4s;
animation-delay: 1.4s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(9){
-webkit-animation-delay: 1.6s;
animation-delay: 1.6s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(10){
-webkit-animation-delay: 1.8s;
animation-delay: 1.8s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(11){
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(12){
-webkit-animation-delay: 2.2s;
animation-delay: 2.2s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(13){
-webkit-animation-delay: 2.4s;
animation-delay: 2.4s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(14){
-webkit-animation-delay: 2.6s;
animation-delay: 2.6s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(15){
-webkit-animation-delay: 2.8s;
animation-delay: 2.8s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(16){
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(17){
-webkit-animation-delay: 3.2s;
animation-delay: 3.2s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(18){
-webkit-animation-delay: 3.4s;
animation-delay: 3.4s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(19){
-webkit-animation-delay: 3.6s;
animation-delay: 3.6s;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share:not(:hover):before,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share:not(:hover):before,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share:not(:hover):before,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share:not(:hover):before,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share:not(:hover):before,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share:not(:hover):before,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-pinterest-share:not(:hover):before
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-email-share:not(:hover):before,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-copy-link:not(:hover):before,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-print-share:not(:hover):before{
background: rgba(0,0,0, .2);
width: 36px;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-msng-share:not(:hover):before{
background: rgba(0,0,0, .2);
width: 36px;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share:after,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share:after,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share:after,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share:after,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share:after,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share:after,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-copy-link:after,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-pinterest-share:after,
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-tumblr-share:after{
background: none;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-msng-share:after{
background: none;
}
.ssb_hidden{
display: none !important;
}
.simplesocial-round-txt .ssb_counter {
padding: 0px 3px;
position: absolute;
top: -9px;
right: 10px;
font-size: 11px;
color: #fff;
border-radius: 5px;
min-width: 24px;
text-align: center;
line-height: normal;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
font-family: 'Helvetica', Arial, sans-serif;
line-height: 14px;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-fb-share .ssb_counter{
background: #43609c;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-twt-share .ssb_counter{
background: #0f1419;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-whatsapp-share .ssb_counter{
background: #34AF23;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-viber-share .ssb_counter{
background: #59267c;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-reddit-share .ssb_counter{
background: #ff4500;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-linkedin-share .ssb_counter{
background: #0077B5;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-pinterest-share .ssb_counter{
background: #C92228;
}
.simplesocialbuttons.simplesocial-round-txt button.simplesocial-tumblr-share .ssb_counter{
background: #36465d;
}
.simplesocialbuttons.simplesocial-sm-round.ssb_counter-activate button:not(.simplesocial-viber-share):not(.simplesocial-whatsapp-share):not(.simplesocial-msng-share):not(.simplesocial-email-share):not(.simplesocial-copy-link):not(.simplesocial-print-share):not(.simplesocial-linkedin-share):not(.simplesocial-telegram-share):not(.simplesocial-threads-share):not(.simplesocial-bluesky-share){
padding-right: 50px;
position: relative;
}
.simplesocialbuttons.simplesocial-sm-round .ssb_counter{
position: absolute;
top: 0;
right: 0;
min-width: 34px;
text-align: center;
height: 36px;
line-height: 36px;
background-image: -webkit-linear-gradient(left, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
background-image: -o-linear-gradient(left, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
background-image: linear-gradient(to right, rgb(255,255,255) 0%, rgb(221,221,221) 100%);
border-left: 1px solid #dedede;
border-radius: 0 3px 3px 0;
padding: 0 2px;
}
.simplesocialbuttons.simplesocial-simple-round.ssb_counter-activate button:not(.simplesocial-viber-share):not(.simplesocial-whatsapp-share):not(.simplesocial-msng-share):not(.simplesocial-email-share):not(.simplesocial-copy-link):not(.simplesocial-print-share):not(.simplesocial-linkedin-share):not(.simplesocial-telegram-share):not(.simplesocial-threads-share):not(.simplesocial-bluesky-share){
padding-right: 50px;
position: relative;
}
.simplesocialbuttons.simplesocial-simple-round.ssb_counter-activate .ssb_counter{
position: absolute;
top: 1px;
right: 1px;
min-width: 34px;
text-align: center;
height: 36px;
line-height: 36px;
background: #fff;
border-radius: 0 3px 3px 0;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share .ssb_counter{
color: #43609c;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share .ssb_counter{
color: #0f1419;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share .ssb_counter{
color: #34AF23;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share .ssb_counter{
color: #59267c;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share .ssb_counter{
color: #ff4500;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share .ssb_counter{
color: #0077B5;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-pinterest-share .ssb_counter{
color: #C92228;
}
.simplesocialbuttons.simplesocial-simple-round button.simplesocial-tumblr-share .ssb_counter{
color: #36465d;
} .simplesocialbuttons.simplesocial-flat-button-border.ssb_counter-activate .ssb_counter{
position: absolute;
top: 1px;
right: 1px;
min-width: 34px;
text-align: center;
height: 39px;
line-height: 39px;
background: #fff;
border-radius: 0;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-fb-share .ssb_counter{
color: #43609c;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-twt-share .ssb_counter{
color: #0f1419;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-whatsapp-share .ssb_counter{
color: #34AF23;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-viber-share .ssb_counter{
color: #59267c;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-reddit-share .ssb_counter{
color: #ff4500;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-linkedin-share .ssb_counter{
color: #0077B5;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-pinterest-share .ssb_counter{
color: #C92228;
}
.simplesocialbuttons.simplesocial-flat-button-border.ssb_counter-activate button:not(.simplesocial-whatsapp-share):not(.simplesocial-viber-share):not(.simplesocial-msng-share):not(.simplesocial-email-share):not(.simplesocial-copy-link):not(.simplesocial-print-share):not(.simplesocial-linkedin-share):not(.simplesocial-telegram-share):not(.simplesocial-threads-share):not(.simplesocial-bluesky-share){
padding-right: 50px;
position: relative;
}
.simplesocialbuttons.simplesocial-flat-button-border.ssb_counter-activate .ssb_counter{
position: absolute;
top: 1px;
right: 1px;
min-width: 34px;
text-align: center;
height: 39px;
line-height: 39px;
background: #fff;
border-radius: 0;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-fb-share .ssb_counter{
color: #43609c;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-twt-share .ssb_counter{
color: #0f1419;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-whatsapp-share .ssb_counter{
color: #34AF23;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-viber-share .ssb_counter{
color: #59267c;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-reddit-share .ssb_counter{
color: #ff4500;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-linkedin-share .ssb_counter{
color: #0077B5;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-pinterest-share .ssb_counter{
color: #C92228;
}
.simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-tumblr-share .ssb_counter{
color: #36465d;
}
.simplesocialbuttons.simplesocial-round-btm-border.ssb_counter-activate button:not(.simplesocial-viber-share):not(.simplesocial-whatsapp-share):not(.simplesocial-msng-share):not(.simplesocial-email-share):not(.simplesocial-copy-link):not(.simplesocial-print-share):not(.simplesocial-linkedin-share):not(.simplesocial-telegram-share):not(.simplesocial-threads-share):not(.simplesocial-bluesky-share){
padding-right: 60px;
position: relative;
}
.simplesocial-round-btm-border .ssb_counter {
position: absolute;
top: 0;
right: 0;
font-size: 11px;
color: #fff;
line-height: 1;
border-radius: 3px;
height: 40px;
line-height: 40px;
min-width: 40px;
text-align: center;
}
.simplesocial-round-btm-border .ssb_counter:after {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-right-color: #88b7d5;
border-width: 8px;
margin-top: -8px;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-fb-share .ssb_counter{
background: #43609c;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-fb-share .ssb_counter:after{
border-right-color: #43609c;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-twt-share .ssb_counter{
background: #0f1419;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-twt-share .ssb_counter:after{
border-right-color: #0f1419;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-whatsapp-share .ssb_counter{
background: #34AF23;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-whatsapp-share .ssb_counter:after{
border-right-color: #34AF23;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-viber-share .ssb_counter{
background: #59267c;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-viber-share .ssb_counter:after{
border-right-color: #59267c;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-reddit-share .ssb_counter{
background: #ff4500;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-reddit-share .ssb_counter:after{
border-right-color: #ff4500;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-linkedin-share .ssb_counter{
background: #0077B5;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-linkedin-share .ssb_counter:after{
border-right-color: #0077B5;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-pinterest-share .ssb_counter{
background: #C92228;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-pinterest-share .ssb_counter:after{
border-right-color: #C92228;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-tumblr-share .ssb_counter{
background: #36465d;
}
.simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-tumblr-share .ssb_counter:after{
border-right-color: #36465d;
}
.ssb_counter{
font-family: 'Helvetica', Arial, sans-serif;
}
.simplesocialbuttons.simplesocial-round-icon button .ssb_counter {
position: absolute;
top: -9px;
right: -6px;
font-size: 10px;
color: #fff;
height: 17px;
line-height: 12px;
min-width: 17px;
border:1px solid transparent;
left: auto; background: #fff;
width: auto;
text-align: center;
line-height: 15px;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-fb-share .ssb_counter{
border-color: #43609c;
background: #43609c;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-twt-share .ssb_counter{
border-color: #0f1419;
background: #0f1419;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-whatsapp-share .ssb_counter{
border-color: #34AF23;
background: #34AF23;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-viber-share .ssb_counter{
border-color: #59267c;
background: #59267c;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-reddit-share .ssb_counter{
border-color: #ff4500;
background: #ff4500;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-linkedin-share .ssb_counter{
border-color: #0077B5;
background: #0077B5;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-pinterest-share .ssb_counter{
border-color: #C92228;
background: #C92228;
}
.simplesocialbuttons.simplesocial-round-icon button.simplesocial-tumblr-share .ssb_counter{
border-color: #36465d;
background: #36465d;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-fb-share .ssb_counter{
border-color: #43609c;
color: #ffffff;
background: #43609c;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-twt-share .ssb_counter{
border-color: #0f1419;
color: #ffffff;
background: #0f1419;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-whatsapp-share .ssb_counter{
border-color: #34AF23;
color: #ffffff;
background: #34AF23;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-viber-share .ssb_counter{
border-color: #59267c;
color: #ffffff;
background: #59267c;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-reddit-share .ssb_counter{
border-color: #ff4500;
color: #ffffff;
background: #ff4500;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-linkedin-share .ssb_counter{
border-color: #0077B5;
color: #ffffff;
background: #0077B5;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-round-btm-border button.simplesocial-pinterest-share .ssb_counter{
border-color: #C92228;
color: #ffffff;
background: #C92228;
}
div.simplesocialbuttons.simplesocialbuttons-float-right-center:not(.simplesocial-simple-icons)  button .ssb_counter{
left: -10px;
font-size: 10px;
right: auto;
}
.simplesocialbuttons-float-right-center  button .ssb_counter:after{
display: none;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-fb-share .ssb_counter{
border-color: #43609c;
color: #ffffff;
background: #43609c;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-twt-share .ssb_counter{
border-color: #0f1419;
color: #ffffff;
background: #0f1419;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-whatsapp-share .ssb_counter{
border-color: #34AF23;
color: #ffffff;
background: #34AF23;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-viber-share .ssb_counter{
border-color: #59267c;
color: #ffffff;
background: #59267c;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-reddit-share .ssb_counter{
border-color: #ff4500;
color: #ffffff;
background: #ff4500;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-linkedin-share .ssb_counter{
border-color: #0077B5;
color: #ffffff;
background: #0077B5;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-pinterest-share .ssb_counter{
border-color: #C92228;
color: #ffffff;
background: #C92228;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round button.simplesocial-tumblr-share .ssb_counter{
border-color: #36465d;
color: #ffffff;
background: #36465d;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-fb-share .ssb_counter{
background: #ffffff;
border:1px solid #43609c;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-twt-share .ssb_counter{
background: #ffffff;
border:1px solid #0f1419;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-whatsapp-share .ssb_counter{
background: #ffffff;
border:1px solid #34AF23;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-viber-share .ssb_counter{
background: #ffffff;
border:1px solid #59267c;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-reddit-share .ssb_counter{
background: #ffffff;
border:1px solid #ff4500;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-linkedin-share .ssb_counter{
background: #ffffff;
border:1px solid #0077B5;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-pinterest-share .ssb_counter{
background: #ffffff;
border:1px solid #C92228;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-round button.simplesocial-tumblr-share .ssb_counter{
background: #ffffff;
border:1px solid #36465d;
} div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-fb-share .ssb_counter{
background: #ffffff;
border-color: #43609c;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-twt-share .ssb_counter{
background: #ffffff;
border-color: #0f1419;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-whatsapp-share .ssb_counter{
background: #ffffff;
border-color: #34AF23;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-viber-share .ssb_counter{
background: #ffffff;
border-color: #59267c;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-reddit-share .ssb_counter{
background: #ffffff;
border-color: #ff4500;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-linkedin-share .ssb_counter{
background: #ffffff;
border-color: #0077B5;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-pinterest-share .ssb_counter{
background: #ffffff;
border-color: #C92228;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-flat-button-border button.simplesocial-tumblr-share .ssb_counter{
background: #ffffff;
border-color: #36465d;
}
div[class*="simplesocialbuttons-float"]:not(.simplesocial-simple-icons) button .ssb_counter,div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-sm-round:not(.simplesocial-simple-icons) .ssb_counter{
min-width: 15px;
height: 15px;
color: #fff;
top: -10px;
border:1px solid #fff;
border-radius: 0;
font-size: 8px;
line-height: 14px;
}
.ssb_total_counter{
margin: 0 5px;
}
div[class*="simplesocialbuttons-float"].simplesocial-round-txt button .ssb_counter{
border-radius: 0;
height: 22px;
min-width: 22px;
line-height: 20px;
top: -8px;
left: -8px;
color: #fff;
}
div.simplesocialbuttons.simplesocialbuttons-float-left-center:not(.simplesocial-simple-icons)  button .ssb_counter{
right: -10px;
font-size: 10px;
left: auto;
}
div[class*="simplesocialbuttons-float"].simplesocial-flat-button-border.ssb_counter-activate .ssb_counter{
min-width: 20px;
height: 20px;
line-height: 18px;
top: -10px;
}
div[class*="simplesocialbuttons-float"].simplesocial-simple-round.ssb_counter-activate .ssb_counter{
min-width: 20px;
height: 20px;
line-height: 18px;
top: -10px;
border-radius: 0;
} div[class*="simplesocialbuttons-float"]:not(.simplesocial-simple-icons)  button{
height: 36px;
width: 36px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
div[class*="simplesocialbuttons-float"]:not(.simplesocial-simple-icons)  button span.simplesocialtxt{
display: none;
}
div[class*="simplesocialbuttons-float"]:not(.simplesocial-simple-icons)  button .ssb_counter{
position: absolute;
color: #fff;
line-height: 15px;
height: 17px;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons:not(.simplesocial-simple-icons)  button{
padding-left: 34px;
padding-right: 0 !important;
margin: 3px 0;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons-round-txt:not(.simplesocial-simple-icons)  button{
padding-left: 34px;
padding-right: 0;
}
div[class*="simplesocialbuttons-float"].simplesocial-round-icon:not(.simplesocial-simple-icons)  button{
padding-left: 32px;
padding-right: 0;
}
.simplesocialbuttons.simplesocial-round-txt button:after{
width: 36px;
height: 36px;
line-height: 36px;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons-fade-in{
opacity: 0;
-webkit-animation-name: ssb_fade; -webkit-animation-duration: 1s; animation-name: ssb_fade;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;
}
.ssb-fb-like{
height: 38px;
line-height: 38px;
margin: 0 5px;
vertical-align: middle;
}
.ssb-fb-like span{
vertical-align: middle !important;
right: 15px;
margin-inline: 5px;
}
.ssb-fb-like iframe{
visibility: inherit !important;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons .ssb-fb-like{
margin: 5px 0;
height: auto;
line-height: 1;
}
div[class*="simplesocialbuttons-float-right"].simplesocialbuttons .ssb-fb-like{
float: right;
}
div[class*="simplesocialbuttons-float-right"].simplesocialbuttons .ssb_total_counter{
float: right;
text-align: center;
}
div[class*="simplesocialbuttons-float-left"].simplesocial-simple-icons .ssb_total_counter{
display: block;
text-align: left;
}
div[class*="simplesocialbuttons-float-right"].simplesocial-simple-icons .ssb_total_counter{
display: block;
text-align: right;
}
@-webkit-keyframes ssb_fade {
from {opacity: 0;}
to {opacity: 1;}
} @keyframes ssb_fade {
from {opacity: 0;}
to {opacity: 1;}
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons-nospace button{
margin: 0;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-left-in button,
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-left-in .ssb_total_counter{
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-animation-name: ssb_slide_left_in; -webkit-animation-duration: 1s; animation-name: ssb_slide_left_in;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;
}
@-webkit-keyframes ssb_slide_left_in {
from {-webkit-transform: translateX(-100%);transform: translateX(-100%)}
to {-webkit-transform: translateX(0%);transform: translateX(0%)}
} @keyframes ssb_slide_left_in {
from {-webkit-transform: translateX(-100%);transform: translateX(-100%)}
to {-webkit-transform: translateX(0%);transform: translateX(0%)}
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-right-in button,
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-right-in .ssb_total_counter{
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-animation-name: ssb_slide_right_in; -webkit-animation-duration: 1s; animation-name: ssb_slide_right_in;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;
}
@-webkit-keyframes ssb_slide_right_in {
from {-webkit-transform: translateX(100%);transform: translateX(100%)}
to {-webkit-transform: translateX(0%);transform: translateX(0%)}
} @keyframes ssb_slide_right_in {
from {-webkit-transform: translateX(100%);transform: translateX(100%)}
to {-webkit-transform: translateX(0%);transform: translateX(0%)}
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-bottom-in{
-webkit-transform: translateY(-45%);
transform: translateY(-45%);
-webkit-animation-name: ssb_slide_top_in; -webkit-animation-duration: 1s; animation-name: ssb_slide_top_in;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;
}
@-webkit-keyframes ssb_slide_top_in {
from {-webkit-transform: translateY(-45%);transform: translateY(-45%)}
to {-webkit-transform: translateY(-50%);transform: translateY(-50%)}
} @keyframes ssb_slide_top_in {
from {-webkit-transform: translateY(-45%);transform: translateY(-45%)}
to {-webkit-transform: translateY(-50%);transform: translateY(-50%)}
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-top-in{
-webkit-transform: translateY(-60%);
transform: translateY(-60%);
-webkit-animation-name: ssb_slide_bottom_in; -webkit-animation-duration: 1s; animation-name: ssb_slide_bottom_in;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;
}
@-webkit-keyframes ssb_slide_bottom_in {
from {-webkit-transform: translateY(-60%);transform: translateY(-60%); opacity: 0;}
to {-webkit-transform: translateY(-50%);transform: translateY(-50%); opacity: 1;}
} @keyframes ssb_slide_bottom_in {
from {-webkit-transform: translateY(-60%);transform: translateY(-60%); opacity: 0;}
to {-webkit-transform: translateY(-50%);transform: translateY(-50%); opacity: 1;}
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-top-in{
opacity: 0;
-webkit-animation-name: ssb_slide_bottom_in; -webkit-animation-duration: 1s; animation-name: ssb_slide_bottom_in;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;
}
@-webkit-keyframes ssb_slide_bottom_in {
from {-webkit-transform: translateY(-60%);transform: translateY(-60%);opacity: 0;}
to {-webkit-transform: translateY(-50%);transform: translateY(-50%);opacity: 1;}
} @keyframes ssb_slide_bottom_in {
from {-webkit-transform: translateY(-60%);transform: translateY(-60%);opacity: 0;}
to {-webkit-transform: translateY(-50%);transform: translateY(-50%);opacity: 1;}
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons-slide-fade-in{
opacity: 0;
-webkit-animation-name: ssb_slide_fade_in; -webkit-animation-duration: 1s; animation-name: ssb_slide_fade_in;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;
}
@-webkit-keyframes ssb_slide_fade_in {
from {opacity: 0;}
to {opacity: 1;}
} @keyframes ssb_slide_fade_in {
from {opacity: 0;}
to {opacity: 1;}
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(2){
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(3){
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(4){
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(5){
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(6){
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(7){
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(8){
-webkit-animation-delay: 1.4s;
animation-delay: 1.4s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(9){
-webkit-animation-delay: 1.6s;
animation-delay: 1.6s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(10){
-webkit-animation-delay: 1.8s;
animation-delay: 1.8s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(11){
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(12){
-webkit-animation-delay: 2.2s;
animation-delay: 2.2s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(13){
-webkit-animation-delay: 2.4s;
animation-delay: 2.4s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(14){
-webkit-animation-delay: 2.6s;
animation-delay: 2.6s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(15){
-webkit-animation-delay: 2.8s;
animation-delay: 2.8s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(16){
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(17){
-webkit-animation-delay: 3.2s;
animation-delay: 3.2s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(18){
-webkit-animation-delay: 3.4s;
animation-delay: 3.4s;
}
div[class*="simplesocialbuttons-float"] :is(.ssb-fb-like,button):nth-child(19){
-webkit-animation-delay: 3.6s;
animation-delay: 3.6s;
} div[class*="simplesocialbuttons-float"],
body.woocommerce div[class*="simplesocialbuttons-float"]{
position: fixed;
width: 36px;
z-index: 1000;
text-align: center;
z-index: 9999;
}
div.simplesocialbuttons.simplesocialbuttons-align-centered{
text-align: center;
}
div.simplesocialbuttons.simplesocialbuttons-align-left{
text-align: left;
}
div.simplesocialbuttons.simplesocialbuttons-align-right{
text-align: right;
}
div.simplesocialbuttons.simplesocialbuttons-float-left-top{
top: 100px;
left: 0;
margin: 0;
}
div.simplesocialbuttons.simplesocialbuttons-float-right-top{
top: 100px;
right: 0;
margin: 0;
}
div.simplesocialbuttons.simplesocialbuttons-float-left-center{
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
}
div.simplesocialbuttons[class*="simplesocialbuttons-float-left"]{
align-items: flex-start;
}
div.simplesocialbuttons[class*="simplesocialbuttons-float-right"]{
align-items: flex-end;
}
div.simplesocialbuttons.simplesocialbuttons-float-right-center{
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
text-align: right;
}
div.simplesocialbuttons-float-left-post{
position: fixed;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
margin-left: -52px;
-webkit-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
.simplesocialbuttons-float-left-post.float-in{
opacity: 1;
}
div.simplesocialbuttons-float-right-post{
position: fixed;
top: 70px;
opacity: 0;
margin-right: -70px;
-webkit-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
.simplesocialbuttons-float-right-post.float-in{
opacity: 1;
}
.ssb_counter{
padding: 0 2px;
}
.simplesocialbuttons.simplesocial-simple-round.simplesocialbuttons-float-left-post.ssb_counter-activate .ssb_counter{
min-width: 15px;
height: 15px;
color: #fff;
top: -10px;
border: 1px solid #fff;
border-radius: 0;
font-size: 8px;
line-height: 14px;
right: -10px;
color: #000;
}
.simplesocialbuttons.simplesocial-simple-round.simplesocialbuttons-float-right-post.ssb_counter-activate .ssb_counter{
min-width: 15px;
height: 15px;
color: #fff;
top: -10px;
border: 1px solid #fff;
border-radius: 0;
font-size: 8px;
line-height: 14px;
right: -10px;
color: #000;
}
div[class*="simplesocialbuttons-float-left-post"] button .ssb_counter{
top: -8px;
right: -8px;
}
.float-lefted-sidebar{
left: 0;
}
.ssb_sidebar_heading_text{
margin: 5px;
} .ssb-hide-floating-bar {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 24px;
height: 24px;
line-height: 22px;
border-radius: 13px;
vertical-align: middle;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
text-align: center;
opacity: 0;
fill: #232323;
-webkit-transition: opacity .25s,fill .15s,background .15s,-webkit-transform .15s;
transition: opacity .25s,fill .15s,background .15s,transform .15s,-webkit-transform .15s;
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
margin-top: 6px;
position: relative;
left: 25px;
margin-left: -13px;
}
.simplesocialbuttons-float-right-center .ssb-hide-floating-bar{
clear: both;
right: 8px;
left: auto;
}
.simplesocialbuttons-float-left-center:hover .ssb-hide-floating-bar,
.simplesocialbuttons-float-right-center:hover .ssb-hide-floating-bar{
opacity: .6;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.ssb-hide-floating-bar:hover{
background-color: rgba(0,0,0,.4);
fill: #fff;
opacity: 1;
}
@media only screen and (max-width: 1024px) {
.ssb-hide-floating-bar{
background-color: rgba(0,0,0,.4);
fill: #fff;
opacity: 1;
left: 28px !important;
transform: translateX(-10px) !important;
padding: 0 6px 0 4px !important;
}
}
div[class*="simplesocialbuttons-float"] button,
div[class*="simplesocialbuttons-float"] .ssb-fb-like,
div[class*="simplesocialbuttons-float"] .ssb_total_counter{
transition: all 0.2s linear;
}
.ssb-hide-float-buttons button,
.ssb-hide-float-buttons .ssb-fb-like,
.ssb-hide-float-buttons .ssb_total_counter{
transform: translatex(-100%);
opacity:0;
}
.simplesocialbuttons-float-right-center.ssb-hide-float-buttons button,
.simplesocialbuttons-float-right-center.ssb-hide-float-buttons .ssb-fb-like,
.simplesocialbuttons-float-right-center.ssb-hide-float-buttons .ssb_total_counter{
transform: translatex(100%);
}
.ssb-hide-float-buttons .ssb-hide-floating-bar{
background-color: rgba(0,0,0,.4);
fill: #fff;
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.ssb-hide-floating-bar svg {
transition: all 0.2s linear;
}
.ssb-hide-float-buttons .ssb-hide-floating-bar svg{
transform: rotate(180deg);
}
.simplesocialbuttons-float-right-center .ssb-hide-floating-bar svg{
transform: rotate(180deg);
}
.simplesocialbuttons-float-right-center.ssb-hide-float-buttons .ssb-hide-floating-bar svg{
transform: rotate(0deg);
} .simplesocialbuttons-float-left-post.float-touched-sidebar{
left: 52px !important;
}
.simplesocialbuttons-float-right-post.float-touched-sidebar{
right: 52px !important;
}
div[class*="simplesocialbuttons-float"].simplesocial-simple-round  button[class*="-share"]:not(:hover):before{
width: 0;
} .ssb_inline-share_heading{
font-weight: 400;
font-size: 24px;
padding: 0 0 10px;
margin: 0;
display: block;
}
.ssb_inline-share_heading.left{
text-align: left
}
.ssb_inline-share_heading.centered{
text-align: center;
}
.ssb_inline-share_heading.right{
text-align: right;
}
@media screen and (max-width: 768px) {
.simplesocialbuttons-mobile-hidden{
display: none !important;
}
} .ssb_followers a.ssb_button{
border:0;
cursor: pointer;
display: inline-block;
margin: 2.5px 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-weight: normal;
text-transform: capitalize !important;
width: 100%;
text-decoration: none !important;
}
.hover_ssb_nggGallery{
pointer-events: none;
}
.hover_ssb_nggGallery>*{
pointer-events: all;
}
.ssb_followers a.ssb_button:focus, .ssb_followers a.ssb_button:hover{
outline: none;
text-decoration: none !important;
}
.ssb_followers a.ssb_button.simplesocial-fb-follow:after{
content: "\e905";
}
.ssb_followers a.ssb_button.simplesocial-twt-follow:after{
content: "\e920";
}
.ssb_followers a.ssb_button.simplesocial-whatsapp-follow:after{
content: "\e906";
}
.ssb_followers a.ssb_button.simplesocial-telegram-follow:after{
content: "\e90e";
}
.ssb_followers a.ssb_button.simplesocial-viber-follow:after{
content: "\e666";
}
.ssb_followers a.ssb_button.simplesocial-reddit-follow:after{
content: "\e903";
}
.ssb_followers a.ssb_button.simplesocial-linkedin-follow:after{
content: "\e907";
}
.ssb_followers a.ssb_button.simplesocial-pinterest-follow:after{
content: "\e902";
}
.ssb_followers a.ssb_button.simplesocial-yt-follow:after{
content: "\e909";
}
.ssb_followers a.ssb_button.simplesocial-instagram-follow:after{
content: "\e90a";
}
.ssb_followers a.simplesocial-copy:after{
content: "\e911";
}
.ssb_followers a.ssb_button:after {
font-family: 'ssb-icon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none; -webkit-font-smoothing: antialiased;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
left: 0;
position: absolute;
font-size: 17px;
top: 0;
width: 38px;
height: 38px;
text-align: center;
line-height: 38px;
border-radius: 3px;
} .ssb_followers.simplesocial-simple-round a.ssb_button {
height: 38px;
line-height: 30px;
padding: 4px 30px 4px 48px;
display: inline-block;
text-decoration: none;
font-size: 14px;
position: relative;
color: #fff;
margin:5px 0;
border-radius: 3px; -webkit-box-shadow: none;
box-shadow: none;
max-width: 100%;
}
.ssb_followers.simplesocial-simple-round a.ssb_button:hover{
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
}
.ssb_followers.simplesocial-simple-round a.ssb_button:before {
content: '';
left: 0;
position: absolute;
font-size: 17px;
top: 0;
width: 38px;
height: 38px;
text-align: center;
line-height: 38px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.ssb_followers.simplesocial-simple-round a.ssb_button span{
position: relative;
z-index: 1;
}
.ssb_followers.simplesocial-simple-round a.ssb_button:hover:before{
width: 100%;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-fb-follow{
background: #43609c;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-twt-follow{
background: #0f1419;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-whatsapp-follow{
background: #34AF23;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-viber-follow{
background: #59267c;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-reddit-follow{
background: #ff4500;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-linkedin-follow{
background: #0077B5;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-pinterest-follow{
background: #C92228;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-yt-follow{
background: #bb0000;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-instagram-follow{
background: #3897f0;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-yt-follow:after, .ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-yt-follow:before {
background: #790606;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-fb-follow:after, .ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-fb-follow:before {
background: #354e83;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-twt-follow:after, .ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-twt-follow:before {
background: #304356;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-viber-follow:after, .ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-viber-follow:before {
background: #3e115d;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-whatsapp-follow:after, .ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-whatsapp-follow:before {
background: #176e0b;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-reddit-follow:after, .ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-reddit-follow:before {
background: #ce3b04;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-linkedin-follow:after, .ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-linkedin-follow:before {
background: #044568;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-pinterest-follow:after, .ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-pinterest-follow:before {
background: #af040a;
}
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-instagram-follow:after,
.ssb_followers.simplesocial-simple-round a.ssb_button.simplesocial-instagram-follow:before {
background: #1d75c7;
}
.ssb_followers.simplesocial-simple-round a.ssb_button span.widget_counter{
position: absolute;
right: 5px;
}   .woocommerce-product-details__short-description .simplesocialbuttons button {
float: left;
}
.woocommerce-product-details__short-description .simplesocialbuttons::after {
content: "";
clear: both;
display: table;
}    .entry .entry-content >  .simplesocialbuttons > *:last-child, .entry .entry-summary >.simplesocialbuttons > * :last-child{
margin-bottom: 5px;
}
.entry .entry-content >  .simplesocialbuttons > *:first-child, .entry .entry-summary >.simplesocialbuttons > * :first-child{
margin-top: 5px;
}
.simplesocialbuttons h2::before{
display: none;
}
.simplesocialbuttons-flyin h2::before, .simplesocialbuttons-popup h2::before{
display: none;
} .ssb-twenty-twenty .simplesocialbuttons_inline {  
margin-left: auto;
}
.ssb-twenty-twenty .simplesocial-simple-icons button.ssb_linkedin-icon .icon svg {
display: inline-block;
}
.ssb-twenty-twenty .simplesocial-simple-icons button.ssb_copylink-icon .icon svg {
display: inline-block;
}
body .sl-wrapper button:hover{
opacity: 1;
}
div[class*="simplesocialbuttons-float"].ssb_show_text_hover:not(.simplesocial-simple-icons) button span.simplesocialtxt{
display: block;
line-height: 1;
overflow: hidden;
padding-left: 3px;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.ssb_show_text_hover:not(.simplesocial-simple-icons) button {
width: 34px;
padding-left: 34px !important;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.ssb_show_text_hover:not(.simplesocial-simple-icons) button:hover {
width: 120px !important;
padding-right: 10px !important; }
div[class*="simplesocialbuttons-float"].simplesocialbuttons.ssb_show_text_hover:not(.simplesocial-simple-icons) button:after{
position: absolute !important;
}
div.simplesocialbuttons.simplesocialbuttons-float-left-center.ssbflat_button_sidebar:not(.simplesocial-simple-icons) button{
border-radius: 0px 0px 0px 0px;
}
div.simplesocialbuttons.simplesocialbuttons-float-right-center.ssbflat_button_sidebar:not(.simplesocial-simple-icons) button:first-of-type{
border-radius: 5px 0 0 0;
}
div.simplesocialbuttons.simplesocialbuttons-float-right-center.ssbflat_button_sidebar:not(.simplesocial-simple-icons) button:last-of-type{
border-radius:  0 0 0 5px;
}
div.simplesocialbuttons.simplesocialbuttons-float-left-center.ssbflat_button_sidebar:not(.simplesocial-simple-icons) button:first-of-type{
border-radius:  0 5px 0 0;
}
div.simplesocialbuttons.simplesocialbuttons-float-left-center.ssbflat_button_sidebar:not(.simplesocial-simple-icons) button:last-of-type{
border-radius:  0 0 5px 0 ;
}
div.simplesocialbuttons.simplesocialbuttons-float-right-center.ssbflat_button_sidebar:not(.simplesocial-simple-icons) button{
border-radius: 0px 0px 0px 0px;
}
div.simplesocialbuttons.simplesocialbuttons-float-right-center.ssbflat_button_sidebar:not(.simplesocial-simple-icons) button:hover{
border-radius: 5px 0 0 5px;
}
div.simplesocialbuttons.simplesocialbuttons-float-left-center.ssbflat_button_sidebar:not(.simplesocial-simple-icons) button:hover{
border-radius: 0 5px 5px 0;
}
div[class*="simplesocialbuttons-float"].ssbflat_button_sidebar.simplesocial-round-txt button{
margin: 0;
} amp-facebook-like{
display: none !important;
}
.simplesocialbuttons.simplesocial-round-icon button{
padding: 0 !important;
width: 38px !important;
min-height: 38px !important;
display: inline-flex !important;
align-items: center;
justify-content: center;
}
.simplesocialbuttons.simplesocial-round-icon button:after{
position: static !important;
}
body div.simplesocialbuttons.simplesocialbuttons-float-left-center{
left: 5px;
}
body div.simplesocialbuttons.simplesocialbuttons-float-left-center button:after{
width: 34px;
height: 34px;
text-align: center;
line-height: 35px;
border-radius: 3px;
}
body div.simplesocialbuttons.simplesocialbuttons-float-right-center{
right: 5px;
}
.simplesocialbuttons button.simplesocial-linkedin-share:after{
margin-top: -1px;
}
.simplesocialbuttons button.simplesocial-tumblr-share:after{
display: inline-block;
margin-top: -2px;
margin-left: -1px; 
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons-bottom-sticky-mobile button.ssb_custom-button{
display: none;
}
@media (min-width: 1025px) {
body div.simplesocialbuttons.simplesocialbuttons-float-right-center .ssb_wrapped-button{
display: flex;
flex-direction: column;
width: 100%;
align-items: flex-end;
}
}
@media (max-width: 1024px) {
div[class*="simplesocialbuttons-float"].simplesocialbuttons-bottom-sticky-mobile {
position: fixed !important;
bottom: 0;
left: 0 !important;
right: 0 !important;
top: auto;
width: 100% !important;
display: flex;
background: #fff;
z-index: 9999 !important;
transform: none;
flex-direction: row !important;
}
div.simplesocialbuttons.simplesocialbuttons-float-left-center:not(.simplesocial-simple-icons).simplesocialbuttons-bottom-sticky-mobile button .ssb_counter,
div.simplesocialbuttons.simplesocialbuttons-float-right-center:not(.simplesocial-simple-icons).simplesocialbuttons-bottom-sticky-mobile button .ssb_counter{
left: auto;
right: 0;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons-bottom-sticky-mobile button span.simplesocialtxt{
display: inline-block;
vertical-align: top;
padding-left: 0 !important;
text-indent: 0;
}
div[class*="simplesocialbuttons-float"]:not(.simplesocial-simple-icons) .ssb_wrapped-button button{
width: auto !important;
padding-right: 15px !important;
flex: none !important;
width: 100% !important;
}
body, html {
overflow: visible !important;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons-bottom-sticky-mobile button:not(.ssb_custom-button){
flex: 1;
text-align: left;
transform: translate(0);
opacity: 1;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons-bottom-sticky-mobile button.ssb_custom-button{
color: #000;
padding: 0;
width: 20px;
text-align: center;
font-size: 16px;
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, .2);
transform: translate(0);
opacity: 1;
}
.simplesocialbuttons-bottom-sticky-mobile .ssb-hide-floating-bar{
display: none;
}
div[class*="simplesocialbuttons-float"].simplesocialbuttons.simplesocial-simple-icons .ssb_wrapped-button button{
flex: none !important;
}
.ssb_wrapped-button {
position: fixed !important;
top: 50%;
left: 50%;
width: 340px;
max-width: calc(100% - 30px);
min-height: 200px;
max-height: calc(100% - 90px);
overflow: auto;
transform: translate(-50%, -50%);
background: #fff;
display: flex;
flex-direction: column;
gap: 5px;
padding: 30px 20px;
align-items: flex-start;
box-sizing: border-box;
}
.ssb_wrapper-closed{
position: absolute;
top: 10px;
right: 10px;
width: 14px;
height: 14px;
transform: rotate(45deg);
cursor: pointer;
}
.ssb_wrapper-closed:after{
height: 2px;
width: 100%;
background: #000;
content: '';
position: absolute;
top: 6px;
left: 0;
}
.ssb_wrapper-closed:before{
height: 100%;
width: 2px;
background: #000;
content: '';
position: absolute;
top: 0px;
left: 6px;
}
.ssb_wrapper_mobile{
position: fixed;
inset: 0;
background: rgba(0,0,0, .5);
visibility: hidden;
}
.ssb_wrapper_mobile.ssb_wrapper_mobile_open{
visibility: visible;
}
}.kc-us-link {
color: #5850ec;
}
.kc-flex {
display: flex;
}
.kc-us-link-icon {
width: 2.5rem;
color: #5850ec;
height: 1.5rem;
cursor: pointer;
}
.kc-us-link-create-icon {
width: 2.5rem;
color: #000000;
height: 1.5rem;
cursor: pointer;
}
.kc-us-qr-code .qr {
margin-left: auto;
margin-right: auto;
font-size: 1px;
width: 50%;
} #generate-short-link, #generated-short-link {
text-align: center;
}
#generate-short-link #kc-us-target-url, #generate-short-link #kc-us-short-url {
width: 60%;
display: inline;
border: 1px solid grey;
border-radius: 50px 0px 0px 50px;
background-color: #FFFFFF;
margin: 0px;
font-size: 16px;
}
#generate-short-link #kc-us-submit-btn, #generate-short-link #kc-us-copy-btn {
border: 1px solid grey;
display: inline;
padding: 15px;
background-color: #4662FA;
color: #FFFFFF;
border-radius: 0px 50px 50px 0px;
margin: -5px;
width: 150px;
font-size: 16px;
}
.kc-us-tooltip {
position: relative;
display: inline-block;
}
.kc-us-tooltip .kc-us-tooltiptext {
visibility: hidden;
width: 140px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px;
position: absolute;
z-index: 1;
bottom: 150%;
left: 50%;
margin-left: -75px;
opacity: 0;
transition: opacity 0.3s;
}
.kc-us-tooltip .kc-us-tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.kc-us-tooltip:hover .kc-us-tooltiptext {
visibility: visible;
opacity: 1;
}.spu-box,
.spu-box *{
box-sizing: border-box;
}
.wppopups-whole{
position: relative;
width: 100%;
left: 0;
top: 0;
z-index: 999998;
display: flex;
align-items: center;
justify-content: center;
}
.spu-bg{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
z-index: 99999;
}
.spu-box:before,
.spu-box:after {
content:"";
display:table;
}
.spu-box:after {
clear:both;
}
.spu-box {
zoom:1;
}
.spu-box {
position:fixed;
z-index: 999999;
width: 100%;
max-height: 100vh;
}
.spu-box img{
max-width: 100%;
height: auto;
}
.spu-box img.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .spu-box.spu-position-top-left{
top: 0; left: 0; bottom: auto; right: auto;
}
.spu-box.spu-position-top-right{
top: 0; right: 0; bottom: auto; left: auto;
}
.spu-box.spu-position-top-center{
top: 0; right: auto; bottom: auto; left: auto;
}
.spu-box.spu-position-bottom-left{
bottom: 0; left: 0; top: auto; right: auto;
}
.spu-box.spu-position-bottom-right{
bottom: 0; right: 0; top: auto; left: auto;
}
.spu-box.spu-position-bottom-center{
top: auto; right: auto; bottom: 0; left: auto;
}
.spu-box.spu-position-top-bar,
.spu-box.spu-position-bottom-bar{
margin: 0;
width: 100% !important;
max-width: 100% !important;
position: fixed;
}
.spu-box.spu-position-top-bar{
top: 0;
}
.spu-box.spu-position-bottom-bar{
bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-fields-container,
.spu-box.spu-position-top-bar .spu-content .spu-fields-container{
padding: 0;
}
.spu-box.spu-position-bottom-bar .spu-content,
.spu-box.spu-position-top-bar .spu-content {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100% !important;
}
.spu-box.spu-position-bottom-bar .spu-content > *,
.spu-box.spu-position-top-bar .spu-content > *{
margin-left: 20px;
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-form,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-top-bar .spu-content .spu-optin-form {
display: inline-flex;
margin-bottom: 0;
}
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr{
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr ,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr {
margin-left: 20px;
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields .spu-fields ,
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields .spu-fields {
min-width: 250px;
}
.spu-box.spu-position-bottom-bar .spu-content button.spu-fields.spu-submit ,
.spu-box.spu-position-top-bar .spu-content button.spu-fields.spu-submit {
width: 120px;
margin-left: 20px;
} .spu-close{
position:absolute;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
line-height: .5;
text-decoration: none;
cursor: pointer;
z-index: 9999;
}
html .spu-box a.spu-close {
text-decoration: none;
}
.spu-close-top_right{
right:8px;
top:5px;
}
.spu-close-top_left{
left:8px;
top:5px;
}
.spu-close-bottom_right{
right:8px;
bottom:5px;
}
.spu-close-bottom_left{
left:8px;
bottom:5px;
}
.spu-close:hover,
.spu-close:focus {
text-decoration: none;
display: block;
} p.spu-powered {
position: absolute;
bottom: -55px;
width: 100%;
text-align: center;
color: #fff;
left: 0px;
}
p.spu-powered a{
color: #ccc;
text-decoration: underline;
}
.spu-box.spu-scrollable p.spu-powered {
display: none;
} .spu-addon-container {
text-align: center;
margin: 36px 32px 44px;
}
.spu-addon-container:after {
clear: both;
content: " ";
display: table;
}
.spu-addon-title {
font-size: 24px;
}
.spu-addon-msg {
font-size: 17px;
}
.spu-input-text {
background-color: #fff;
width: 49%;
height: 44px;
border: 1px solid #cdd1d4;
-webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
-moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
border-radius: 3px;
font-size: 18px;
line-height: 38px;
padding: 4px 6px;
overflow: hidden;
outline: none;
margin: 0;
vertical-align: middle;
}
.spu-button {
display: block;
-webkit-box-shadow: 0 1px 1px -1px #fff inset;
-moz-box-shadow: 0 1px 1px -1px #fff inset;
box-shadow: 0 1px 1px -1px #fff inset;
-webkit-text-shadow: #888 -0 0 1px;
-moz-text-shadow: #888 -0 0 1px;
text-shadow: #888 0 0 1px;
font-size: 15px;
padding: 10px 12px;
line-height: 24px;
text-align: center;
vertical-align: middle;
cursor: pointer;
text-decoration: none;
margin: 0;
height: auto;
width: 35%;
border: 0;  
}
.spu-button-bg {
width: 100% !important;
}
.spu-inline {
display: inline-block !important;
}
.spu-errors {
color: red;
text-align: center;
margin-top: 20px;
} .spu-optin-form .spu-helper-fields{
display: none;
}
.spu-fields-container{
padding: 36px 32px 44px;
position: relative;
}
.spu-fields.spu-name,
.spu-fields.spu-email{
background-color: #fff;
width: 100%;
height: 48px;
border: 1px solid #cdd1d4;
-webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
-moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
border-radius: 3px;
font-size: 18px;
line-height: 38px;
padding: 4px 6px;
overflow: hidden;
outline: none;
margin: 0 0 20px 0;
vertical-align: middle;
display: block;
}
.spu-fields.spu-submit{
background: #50bbe8;
border: 1px solid #429bc0;
-webkit-box-shadow: 0 1px 1px -1px #fff inset;
-moz-box-shadow: 0 1px 1px -1px #fff inset;
box-shadow: 0 1px 1px -1px #fff inset;
-webkit-text-shadow: #888 -0 0 1px;
-moz-text-shadow: #888 -0 0 1px;
text-shadow: #888 -0 0 1px;
width: 24%;
color: #fff;
font-size: 16px;
padding: 10px 6px;
line-height: 24px;
text-align: center;
vertical-align: middle;
cursor: pointer;
display: inline;
margin: 0;
height: auto;
}
.spu-fields.spu-submit i{
display: none;
}
.spu-optin-fields {
display: block;
}
.spu-optin-fields.spu-inline-fields {
display: flex;
margin-bottom: 20px;
}
.spu-optin-fields.spu-inline-fields .spu-fields{
margin-bottom: 0px;
}
.spu-optin-fields.spu-inline-fields .spu-fields.spu-name {
margin-right: 20px;
}
.spu-fields.spu-email{
margin-right: 0;
}
.spu-fields.spu-submit {
width: 100%;
max-width: 100%;
}
.spu-fields.spu-submit span{
transition: all 1s;
opacity:1;
}
.spu-fields.spu-submit svg{
display:none;
margin:0 auto;
transition: all 1s;
}
.spu-fields.spu-submit svg path,
.spu-fields.spu-submit svg rect{
fill: #fff;
}
.spu-fields.spu-submit.spu-sending span{
display: none;
opacity: 0;
}
.spu-fields.spu-submit.spu-sending svg{
display: block;
opacity: 1;
}
.optin-errors {
color: red;
text-align: center;
margin-top: 20px;
} span.spu-timer {
position: absolute;
bottom: 0px;
left: 0px;
font-size: 12px;
position: absolute;
width: 100%;
text-align: right;
padding: 0 10px;
}
@media all and (max-width: 568px){
.spu-box{
max-width: 90vw !important;
}
.spu-box.spu-position-fullscreen,
.spu-box.spu-position-top-bar,
.spu-box.spu-position-bottom-bar{
max-width: 100vw !important;
}
.spu-box.spu-position-bottom-bar .spu-content,
.spu-box.spu-position-top-bar .spu-content {
flex-flow: column;
}
.pop-up-text2{
margin-bottom: 25px !important;
}
}html,
body {
border: none;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
border: none;
font-size: inherit;
line-height: inherit;
margin: 0;
padding: 0;
text-align: inherit;
}
blockquote::before,
blockquote::after {
content: "";
}  html {
font-size: 62.5%; scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
body {
background: #f5efe0;
box-sizing: border-box;
color: #000;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
font-size: 1.8rem;
letter-spacing: -0.015em;
text-align: left;
}
@supports ( font-variation-settings: normal ) {
body {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
}
*,
*::before,
*::after {
box-sizing: inherit;
-webkit-font-smoothing: antialiased;
word-break: break-word;
word-wrap: break-word;
}
#site-content {
overflow: hidden;
} .group::after,
.entry-content::after {
clear: both;
content: "";
display: block;
} a,
path {
transition: all 0.15s linear;
} .screen-reader-text {
border: 0;
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px; word-wrap: normal !important;
word-break: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
right: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .skip-link {
left: -9999rem;
top: 2.5rem;
z-index: 999999999;
text-decoration: underline;
}
.skip-link:focus {
display: block;
left: 6px;
top: 7px;
font-size: 14px;
font-weight: 600;
text-decoration: none;
line-height: normal;
padding: 15px 23px 14px;
z-index: 100000;
right: auto;
}  @font-face {
font-family: NonBreakingSpaceOverride;
src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format("woff");
} @font-face {
font-family: "Inter var";
font-weight: 100 900; font-style: normal;
font-display: swap;
src: url(https://christhasalready.com/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2) format("woff2");
}
@font-face {
font-family: "Inter var";
font-weight: 100 900; font-style: italic;
font-display: swap;
src: url(https://christhasalready.com/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2) format("woff2");
} @media ( prefers-reduced-motion: reduce ) {
* {
animation-duration: 0s !important;
transition-duration: 0s !important;
}
}  main {
display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
font-feature-settings: "lnum";
font-variant-numeric: lining-nums;
font-weight: 700;
letter-spacing: -0.0415625em;
line-height: 1.25;
margin: 3.5rem 0 2rem;
}
h1,
.heading-size-1 {
font-size: 3.6rem;
font-weight: 800;
line-height: 1.138888889;
}
h2,
.heading-size-2 {
font-size: 3.2rem;
}
h3,
.heading-size-3 {
font-size: 2.8rem;
}
h4,
.heading-size-4 {
font-size: 2.4rem;
}
h5,
.heading-size-5 {
font-size: 2.1rem;
}
h6,
.heading-size-6 {
font-size: 1.6rem;
letter-spacing: 0.03125em;
text-transform: uppercase;
}
p {
line-height: 1.5;
margin: 0 0 1em 0;
}
em,
i,
q,
dfn {
font-style: italic;
}
em em,
em i,
i em,
i i,
cite em,
cite i {
font-weight: bolder;
}
big {
font-size: 1.2em;
}
small {
font-size: 0.75em;
}
b,
strong {
font-weight: 700;
}
ins {
text-decoration: underline;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
abbr,
acronym {
cursor: help;
}
address {
line-height: 1.5;
margin: 0 0 2rem 0;
}
hr {
border-style: solid;
border-width: 0.1rem 0 0 0;
border-color: #dcd7ca;
margin: 4rem 0;
}
.entry-content hr,
hr.styled-separator {
background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
background-color: transparent !important;
border: none;
height: 0.1rem;
overflow: visible;
position: relative;
}
.entry-content hr:not(.has-background),
hr.styled-separator {
color: #6d6d6d;
}
.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
background: currentColor;
content: "";
display: block;
height: 1.6rem;
position: absolute;
top: calc(50% - 0.8rem);
transform: rotate(22.5deg);
width: 0.1rem;
}
.entry-content hr::before,
hr.styled-separator::before {
left: calc(50% - 0.5rem);
}
.entry-content hr::after,
hr.styled-separator::after {
right: calc(50% - 0.5rem);
}
a {
color: #cd2653;
text-decoration: underline;
}
a:hover,
a:focus {
text-decoration: none;
} ul,
ol {
margin: 0 0 3rem 3rem;
}
ul {
list-style: disc;
}
ul ul {
list-style: circle;
}
ul ul ul {
list-style: square;
}
ol {
list-style: decimal;
}
ol ol {
list-style: lower-alpha;
}
ol ol ol {
list-style: lower-roman;
}
li {
line-height: 1.5;
margin: 0.5rem 0 0 2rem;
}
li > ul,
li > ol {
margin: 1rem 0 0 2rem;
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
list-style: none;
margin: 0;
}
.reset-list-style li {
margin: 0;
}
dt,
dd {
line-height: 1.5;
}
dt {
font-weight: 700;
}
dt + dd {
margin-top: 0.5rem;
}
dd + dt {
margin-top: 1.5rem;
} blockquote {
border-color: #cd2653;
border-style: solid; border-width: 0 0 0 0.2rem;
color: inherit;
font-size: 1em;
margin: 4rem 0; padding: 0.5rem 0 0.5rem 2rem;
}
cite {
color: #6d6d6d;
font-size: 1.4rem;
font-style: normal;
font-weight: 600;
line-height: 1.25;
}
blockquote cite {
display: block;
margin: 2rem 0 0 0;
}
blockquote p:last-child {
margin: 0;
} code,
kbd,
pre,
samp {
font-family: monospace;
font-size: 0.9em;
padding: 0.4rem 0.6rem;
}
code,
kbd,
samp {
background: rgba(0, 0, 0, 0.075);
border-radius: 0.2rem;
}
pre {
border: 0.1rem solid #dcd7ca;
line-height: 1.5;
margin: 4rem 0;
overflow: auto;
padding: 3rem 2rem;
text-align: left;
}
pre code {
background: transparent;
font-size: 1em;
padding: 0;
}
.entry-content > code {
display: block;
} figure {
display: block;
margin: 0;
}
iframe {
display: block;
max-width: 100%;
}
video {
display: block;
}
svg,
img,
embed,
object {
display: block;
height: auto;
max-width: 100%;
}
figcaption,
.wp-caption-text {
color: #6d6d6d;
display: block;
font-size: 1.5rem;
font-weight: 500;
line-height: 1.2;
margin-top: 1.5rem;
}
figcaption a,
.wp-caption-text a {
color: inherit;
}
blockquote.instagram-media,
iframe.instagram-media {
margin: auto !important;
} .gallery {
display: flex;
flex-wrap: wrap;
margin: 3em 0 3em -0.8em;
width: calc(100% + 1.6em);
}
.gallery-item {
margin: 0.8em 0;
padding: 0 0.8em;
width: 100%;
}
.gallery-caption {
display: block;
margin-top: 0.8em;
} fieldset {
border: 0.2rem solid #dcd7ca;
padding: 2rem;
}
legend {
font-size: 0.85em;
font-weight: 700;
padding: 0 1rem;
}
label {
display: block;
font-size: 1.6rem;
font-weight: 400;
margin: 0 0 0.5rem 0;
}
label.inline,
input[type="checkbox"] + label {
display: inline;
font-weight: 400;
margin-left: 0.5rem;
}
input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
top: 2px;
display: inline-block;
margin: 0;
width: 1.5rem;
min-width: 1.5rem;
height: 1.5rem;
background: #fff;
border-radius: 0;
border-style: solid;
border-width: 0.1rem;
border-color: #dcd7ca;
box-shadow: none;
cursor: pointer;
}
input[type="checkbox"]:checked::before { content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
position: absolute;
display: inline-block;
margin: -0.1875rem 0 0 -0.25rem;
height: 1.75rem;
width: 1.75rem;
}
input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
line-height: 1;
}
@supports ( font-variation-settings: normal ) {
input,
textarea,
button,
.button,
.faux-button,
.faux-button.more-link,
.wp-block-button__link,
.wp-block-file__button {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
}
input,
textarea {
border-color: #dcd7ca;
color: #000;
}
code,
input[type="url"],
input[type="email"],
input[type="tel"] { direction: ltr;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
background: #fff;
border-radius: 0;
border-style: solid;
border-width: 0.1rem;
box-shadow: none;
display: block;
font-size: 1.6rem;
letter-spacing: -0.015em;
margin: 0;
max-width: 100%;
padding: 1.5rem 1.8rem;
width: 100%;
}
input[type="number"] {
padding-right: 0.5rem;
}
select {
font-size: 1em;
}
textarea {
height: 12rem;
line-height: 1.5;
width: 100%;
}
input::-webkit-input-placeholder {
line-height: normal;
}
input:-ms-input-placeholder {
line-height: normal;
}
input::-moz-placeholder {
line-height: revert; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
background: #cd2653;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1.5rem;
font-weight: 600;
letter-spacing: 0.0333em;
line-height: 1.25;
margin: 0;
opacity: 1;
padding: 1.1em 1.44em;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: opacity 0.15s linear;
}
button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
text-decoration: underline;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
border-color: currentColor;
}
input[type="search"]:focus {
outline: thin dotted;
outline-offset: -4px;
} table {
border: 0.1rem solid #dcd7ca;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
font-size: 1.6rem;
margin: 4rem 0;
max-width: 100%;
overflow: hidden;
width: 100%;
}
.alignleft > table {
margin: 0;
}
.alignright > table {
margin: 0;
}
th,
td {
border: 0.1rem solid #dcd7ca;
line-height: 1.4;
margin: 0;
overflow: visible;
padding: 0.5em;
}
caption {
background: #dcd7ca;
font-weight: 600;
padding: 0.5em;
text-align: center;
}
thead {
vertical-align: bottom;
white-space: nowrap;
}
th {
font-weight: 700;
}   .no-margin {
margin: 0;
}
.no-padding {
padding: 0;
}
.screen-height {
min-height: 100vh;
}
.admin-bar .screen-height {
min-height: calc(100vh - 32px);
}
@media (max-width: 782px) {
.admin-bar .screen-height {
min-height: calc(100vh - 46px);
}
}
.screen-width {
position: relative;
left: calc(50% - 50vw);
width: 100vw;
} section {
padding: 5rem 0;
width: 100%;
}
.section-inner {
margin-left: auto;
margin-right: auto;
max-width: 120rem;
width: calc(100% - 4rem);
}
.section-inner.max-percentage {
width: 100%;
}
.section-inner.thin {
max-width: 58rem;
}
.section-inner.small {
max-width: 80rem;
}
.section-inner.medium {
max-width: 100rem;
}
.section-inner.no-margin {
margin: 0;
} .toggle {
-moz-appearance: none;
-webkit-appearance: none;
color: inherit;
cursor: pointer;
font-family: inherit;
position: relative;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
text-align: inherit;
user-select: none;
}
button.toggle {
background: none;
border: none;
box-shadow: none;
border-radius: 0;
font-size: inherit;
font-weight: 400;
letter-spacing: inherit;
padding: 0;
text-transform: none;
} .js .show-js {
display: block !important;
}
.js .hide-js {
display: none !important;
}
.no-js .show-no-js {
display: block !important;
}
.no-js .hide-no-js {
display: none !important;
} .font-size-xl {
font-size: 1.25em;
}
.font-size-xs {
font-size: 0.8em;
}
.no-select {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}  .color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
color: #cd2653;
} .bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
background-color: #cd2653;
} .border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
border-color: #cd2653;
} .fill-children-accent,
.fill-children-accent * {
fill: #cd2653;
}
.fill-children-current-color,
.fill-children-current-color * {
fill: currentColor;
} .opacity-0 {
opacity: 0;
}
.opacity-5 {
opacity: 0.05;
}
.opacity-10 {
opacity: 0.1;
}
.opacity-15 {
opacity: 0.15;
}
.opacity-20 {
opacity: 0.2;
}
.opacity-25 {
opacity: 0.25;
}
.opacity-30 {
opacity: 0.3;
}
.opacity-35 {
opacity: 0.35;
}
.opacity-40 {
opacity: 0.4;
}
.opacity-45 {
opacity: 0.45;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-55 {
opacity: 0.55;
}
.opacity-60 {
opacity: 0.6;
}
.opacity-65 {
opacity: 0.65;
}
.opacity-70 {
opacity: 0.7;
}
.opacity-75 {
opacity: 0.75;
}
.opacity-80 {
opacity: 0.8;
}
.opacity-85 {
opacity: 0.85;
}
.opacity-90 {
opacity: 0.9;
}
.blend-mode-exclusion {
mix-blend-mode: exclusion;
}
.blend-mode-hue {
mix-blend-mode: hue;
}
.blend-mode-saturation {
mix-blend-mode: saturation;
}
.blend-mode-color {
mix-blend-mode: color;
}
.blend-mode-luminosity {
mix-blend-mode: luminosity;
} .bg-image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bg-attachment-fixed {
background-attachment: fixed;
}
@supports ( -webkit-overflow-scrolling: touch ) {
.bg-attachment-fixed {
background-attachment: scroll;
}
}
@media ( prefers-reduced-motion: reduce ) {
.bg-attachment-fixed {
background-attachment: scroll;
}
}
.wp-block-image.is-resized {
margin-left: auto;
margin-right: auto;
}
.aligncenter figcaption {
text-align: center;
} .search-form {
align-items: stretch;
display: flex;
flex-wrap: nowrap;
margin: 0 0 -0.8rem -0.8rem;
}
.search-form .search-field,
.search-form .search-submit {
margin: 0 0 0.8rem 0.8rem;
}
.search-form label {
align-items: stretch;
display: flex;
font-size: inherit;
margin: 0;
width: 100%;
}
.search-form .search-field {
width: 100%;
}
.search-form .search-submit {
flex-shrink: 0;
}
.search-form .search-submit:focus,
.search-form .search-submit:hover {
text-decoration: none;
} ul.social-icons {
display: flex;
flex-wrap: wrap;
margin: -0.9rem 0 0 -0.9rem;
width: calc(100% + 0.9rem);
}
ul.social-icons li {
margin: 0.9rem 0 0 0.9rem;
}
.social-icons a {
align-items: center;
background: #cd2653;
border-radius: 50%;
color: #fff;
display: flex;
height: 4.4rem;
justify-content: center;
padding: 0;
text-decoration: none;
transition: transform 0.15s ease-in-out;
width: 4.4rem;
}
.social-icons a:focus,
.social-icons a:hover {
transform: scale(1.1);
text-decoration: none;
} .cover-modal {
display: none;
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
}
.cover-modal::-webkit-scrollbar {
display: none !important;
}
.cover-modal.show-modal {
display: block;
cursor: pointer;
}
.cover-modal.show-modal > * {
cursor: default;
}  #site-header {
background: #fff;
position: relative;
}
.header-inner {
max-width: 168rem;
padding: 3.15rem 0;
z-index: 100;
} .header-titles-wrapper {
align-items: center;
display: flex;
justify-content: center;
padding: 0 4rem;
text-align: center;
}
body:not(.enable-search-modal) .header-titles-wrapper {
justify-content: flex-start;
padding-left: 0;
text-align: left;
}
.site-title,
.site-logo,
.site-description {
margin: 0;
}
.site-title {
font-size: 2.1rem;
font-weight: 600;
line-height: 1;
}
.site-title a {
color: inherit;
display: block;
text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
text-decoration: underline;
}
.site-description {
margin-top: 1rem;
color: #6d6d6d;
font-size: 1.8rem;
font-weight: 500;
display: none;
letter-spacing: -0.0311em;
transition: all 0.15s linear;
}
.site-logo a,
.site-logo img {
display: block;
}
.header-titles .site-logo .site-logo {
margin: 0;
}
.site-logo img {
max-height: 6rem;
margin: 0 auto;
width: auto;
}
body:not(.enable-search-modal) .site-logo img {
margin: 0;
} .overlay-header #site-header {
background: transparent;
margin: 0;
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: 2;
}
.overlay-header .header-inner {
color: #fff;
}
.overlay-header .site-description,
.overlay-header .toggle {
color: inherit;
}
.overlay-header .header-inner .toggle-wrapper::before {
background-color: currentColor;
opacity: 0.25;
}
.admin-bar.overlay-header #site-header {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar.overlay-header #site-header {
top: 46px;
}
} .header-navigation-wrapper {
display: none;
} .header-toggles {
display: none;
}
.header-inner .toggle {
align-items: center;
display: flex;
overflow: visible;
padding: 0 2rem;
}
.header-inner .toggle svg {
display: block;
position: relative;
z-index: 1;
}
.header-inner .toggle path {
fill: currentColor;
}
.toggle-inner {
display: flex;
justify-content: center;
height: 2.3rem;
position: relative;
}
.toggle-icon {
display: block;
overflow: hidden;
}
.toggle-inner .toggle-text {
color: #6d6d6d;
font-size: 1rem;
font-weight: 600;
position: absolute;
top: calc(100% + 0.5rem);
width: auto;
white-space: nowrap;
word-break: break-all;
}
.overlay-header .toggle-text {
color: inherit;
}
.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
text-decoration: underline;
} .search-toggle {
position: absolute;
bottom: 0;
left: 0;
top: 0;
}
.search-toggle .toggle-icon,
.search-toggle svg {
height: 2.5rem;
max-width: 2.3rem;
width: 2.3rem;
} .nav-toggle {
position: absolute;
bottom: 0;
right: 0;
top: 0;
width: 6.6rem;
}
.nav-toggle .toggle-icon,
.nav-toggle svg {
height: 0.8rem;
width: 2.6rem;
}
.nav-toggle .toggle-inner {
padding-top: 0.8rem;
} .primary-menu-wrapper {
display: none;
}
ul.primary-menu {
display: flex;
font-size: 1.8rem;
font-weight: 500;
letter-spacing: -0.0277em;
flex-wrap: wrap;
justify-content: flex-end;
margin: -0.8rem 0 0 -1.6rem;
}
.primary-menu .icon {
display: block;
height: 0.7rem;
position: absolute;
pointer-events: none;
transform: rotate(-45deg);
width: 1.3rem;
}
.primary-menu .icon::before,
.primary-menu .icon::after {
content: "";
display: block;
background-color: currentColor;
position: absolute;
bottom: calc(50% - 0.1rem);
left: 0;
}
.primary-menu .icon::before {
height: 0.9rem;
width: 0.2rem;
}
.primary-menu .icon::after {
height: 0.2rem;
width: 0.9rem;
}
.primary-menu li {
font-size: inherit;
line-height: 1.25;
position: relative;
}
.primary-menu > li {
margin: 0.8rem 0 0 1.6rem;
}
.primary-menu > li.menu-item-has-children > a {
padding-right: 2rem;
}
.primary-menu > li > .icon {
right: -0.5rem;
top: calc(50% - 0.4rem);
}
.primary-menu a {
color: inherit;
display: block;
line-height: 1.2;
text-decoration: none;
word-break: normal;
word-wrap: normal;
}
.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
text-decoration: underline;
}
.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
text-decoration: underline;
}
.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
text-decoration: none;
} .primary-menu ul {
background: #000;
border-radius: 0.4rem;
color: #fff;
font-size: 1.7rem;
opacity: 0;
padding: 1rem 0;
position: absolute;
right: 9999rem;
top: calc(100% + 2rem);
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(0.6rem);
width: 20rem;
z-index: 1;
}
.primary-menu .closed ul {
display: none;
}
.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
right: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
}
.primary-menu ul::before,
.primary-menu ul::after {
content: "";
display: block;
position: absolute;
bottom: 100%;
}
.primary-menu ul::before {
height: 2rem;
left: 0;
right: 0;
}
.primary-menu ul::after {
border: 0.8rem solid transparent;
border-bottom-color: #000;
right: 1.8rem;
}
.primary-menu ul a {
background: transparent;
border: none;
color: inherit;
display: block;
padding: 1rem 2rem;
transition: background-color 0.15s linear;
width: 100%;
}
.primary-menu ul li.menu-item-has-children > a {
padding-right: 4.5rem;
}
.primary-menu ul li.menu-item-has-children .icon {
position: absolute;
right: 1.5rem;
top: calc(50% - 0.5rem);
} .primary-menu ul ul {
top: -1rem;
}
.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
right: calc(100% + 2rem);
}
.primary-menu ul ul::before {
bottom: 0;
height: auto;
left: auto;
right: -2rem;
top: 0;
width: 2rem;
}
.primary-menu ul ul::after {
border-bottom-color: transparent; border-left-color: #000;
bottom: auto;
right: -1.6rem;
top: 2rem;
}
.rtl .primary-menu ul ul::after {
transform: rotate(180deg);
} @media (any-pointer: coarse) {
.primary-menu > li.menu-item-has-children > a {
padding-right: 0;
margin-right: 2rem;
}
.primary-menu ul li.menu-item-has-children > a {
margin-right: 4.5rem;
padding-right: 0;
width: unset;
}
} body.touch-enabled .primary-menu > li.menu-item-has-children > a {
padding-right: 0;
margin-right: 2rem;
}
body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
margin-right: 4.5rem;
padding-right: 0;
width: unset;
}  .menu-modal {
background: #fff;
display: none;
opacity: 0;
overflow-y: auto;
overflow-x: hidden;
position: fixed;
bottom: 0;
left: -99999rem;
right: 99999rem;
top: 0;
transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
z-index: 99;
}
.admin-bar .menu-modal {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .menu-modal {
top: 46px;
}
}
.menu-modal.show-modal {
display: flex;
}
.menu-modal.active {
left: 0;
opacity: 1;
right: 0;
transition: opacity 0.25s ease-out;
}
.menu-modal-inner {
background: #fff;
display: flex;
justify-content: stretch;
overflow: auto;
-ms-overflow-style: auto;
width: 100%;
}
.menu-wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
}
button.close-nav-toggle {
align-items: center;
display: flex;
font-size: 1.6rem;
font-weight: 500;
justify-content: flex-end;
padding: 3.1rem 0;
width: 100%;
}
button.close-nav-toggle svg {
height: 1.6rem;
width: 1.6rem;
}
button.close-nav-toggle .toggle-text {
margin-right: 1.6rem;
}
.menu-modal .menu-top {
flex-shrink: 0;
} .modal-menu {
position: relative;
left: calc(50% - 50vw);
width: 100vw;
}
.modal-menu li {
border-color: #dedfdf;
border-style: solid;
border-width: 0.1rem 0 0 0;
display: flex;
flex-wrap: wrap;
line-height: 1;
justify-content: flex-start;
margin: 0;
}
.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
font-size: 2rem;
font-weight: 700;
letter-spacing: -0.0375em;
}
.modal-menu > li:last-child {
border-bottom-width: 0.1rem;
}
.modal-menu .ancestor-wrapper {
display: flex;
justify-content: space-between;
width: 100%;
}
.modal-menu a {
display: block;
padding: 2rem 2.5rem;
text-decoration: none;
width: 100%;
}
.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
text-decoration: underline;
}
button.sub-menu-toggle {
border-left: 0.1rem solid #dedfdf;
flex-shrink: 0;
margin: 1rem 0;
padding: 0 2.5rem;
}
button.sub-menu-toggle svg {
height: 0.9rem;
transition: transform 0.15s linear;
width: 1.5rem;
}
button.sub-menu-toggle.active svg {
transform: rotate(180deg);
}
.modal-menu ul {
display: none;
margin: 0;
width: 100%;
}
.modal-menu ul li {
border-left-width: 1rem;
}
.modal-menu ul li a {
color: inherit;
font-weight: 500;
} .menu-wrapper .menu-item {
position: relative;
}
.menu-wrapper .active {
display: block;
}
.menu-wrapper.is-toggling {
pointer-events: none;
}
.menu-wrapper.is-toggling .menu-item {
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%;
}
.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
width: auto;
}
.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
transition-duration: 250ms;
}
.menu-wrapper.is-animating .menu-item {
transition-property: transform;
}
.menu-wrapper.is-toggling .toggling-target {
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 1;
}
.menu-wrapper.is-toggling .toggling-target.active {
opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target {
display: block;
transition-property: opacity;
opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target.active {
opacity: 1;
}
.menu-wrapper.is-toggling .modal-menu > li:last-child li {
border-top-color: transparent;
border-bottom-width: 0.1rem;
}
@media (prefers-reduced-motion: reduce) {
.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
transition-duration: 1ms !important;
}
} .expanded-menu {
display: none;
}
.mobile-menu {
display: block;
} .menu-bottom {
flex-shrink: 0;
padding: 4rem 0;
}
.menu-bottom nav {
width: 100%;
}
.menu-copyright {
display: none;
font-size: 1.6rem;
font-weight: 500;
margin: 0;
}
.menu-copyright a:focus,
.menu-copyright a:hover {
text-decoration: underline;
}
.menu-bottom .social-menu {
justify-content: center;
}  .search-modal {
background: rgba(0, 0, 0, 0.2);
display: none;
opacity: 0;
position: fixed;
bottom: 0;
left: -9999rem;
top: 0;
transition: opacity 0.2s linear, left 0s 0.2s linear;
width: 100%;
z-index: 999;
}
.admin-bar .search-modal.active {
top: 32px;
}
@media (max-width: 782px) {
.admin-bar .search-modal.active {
top: 46px;
}
}
.search-modal-inner {
background: #fff;
transform: translateY(-100%);
transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.search-modal-inner .section-inner {
display: flex;
justify-content: space-between;
max-width: 168rem;
}
.search-modal.active {
left: 0;
opacity: 1;
transition: opacity 0.2s linear;
}
.search-modal.active .search-modal-inner {
box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
transform: translateY(0);
transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}
button.search-untoggle {
align-items: center;
display: flex;
flex-shrink: 0;
justify-content: center;
margin-right: -2.5rem;
padding: 0 2.5rem;
}
.search-modal button.search-untoggle {
color: inherit;
}
.search-modal.active .search-untoggle {
animation: popIn both 0.3s 0.2s;
}
.search-untoggle svg {
height: 1.5rem;
transition: transform 0.15s ease-in-out;
width: 1.5rem;
}
.search-untoggle:focus svg,
.search-untoggle:hover svg {
transform: scale(1.15);
} .search-modal form {
margin: 0;
position: relative;
width: 100%;
}
.search-modal .search-field {
background: none;
border: none;
border-radius: 0;
color: inherit;
font-size: 2rem;
letter-spacing: -0.0277em;
height: 8.4rem;
margin: 0 0 0 -2rem;
max-width: calc(100% + 2rem);
padding: 0 0 0 2rem;
width: calc(100% + 2rem);
}
.search-modal .search-field::-webkit-input-placeholder {
color: inherit;
}
.search-modal .search-field:-ms-input-placeholder {
color: inherit;
}
.search-modal .search-field::-moz-placeholder {
color: inherit;
line-height: 4;
}
.search-modal .search-submit {
position: absolute;
right: -9999rem;
top: 50%;
transform: translateY(-50%);
}
.search-modal .search-submit:focus {
right: 0;
}  .cover-header {
display: flex;
overflow: hidden;
}
.cover-header-inner-wrapper {
display: flex;
position: relative;
flex-direction: column;
justify-content: flex-end;
width: 100%;
}
.cover-header-inner {
padding: 10rem 0 5rem 0;
width: 100%;
}
.cover-color-overlay,
.cover-color-overlay::before {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.cover-color-overlay::before {
background: currentColor;
content: "";
display: block;
}
.cover-header .entry-header {
position: relative;
width: 100%;
z-index: 1;
}
.cover-header .entry-header * {
color: #fff;
}
body.template-cover .entry-header {
background: transparent;
padding: 0;
}
.cover-header h1,
.cover-header h2,
.cover-header h3,
.cover-header h4,
.cover-header h5,
.cover-header h6,
.cover-header .faux-heading {
color: inherit;
}
.cover-header .entry-header a {
color: inherit;
} .to-the-content-wrapper {
position: absolute;
left: 0;
right: 0;
top: calc(100% + 0.5rem);
}
.to-the-content {
align-items: center;
display: flex;
justify-content: center;
height: 4rem;
text-decoration: none;
}
.to-the-content svg {
height: 2rem;
transition: transform 0.15s linear;
transform: translateY(0);
width: 1.767rem;
}
.to-the-content:focus svg,
.to-the-content:hover svg {
transform: translateY(20%);
}  body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 120rem;
}
body.template-full-width .entry-content .alignleft,
body.template-full-width .entry-content .alignright {
position: static;
}
body.template-full-width .entry-content .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 0;
position: static;
}
body.template-full-width .entry-content > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 2rem;
position: static;
}
body.template-full-width .entry-content .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 0;
position: static;
}
body.template-full-width .entry-content > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 2rem;
position: static;
}   .archive-header {
background-color: #fff;
padding: 4rem 0;
}
.reduced-spacing .archive-header {
padding-bottom: 2rem;
}
.archive-title {
font-size: 2.4rem;
font-weight: 700;
letter-spacing: -0.026666667em;
margin: 0;
}
.archive-subtitle p:last-child {
margin-bottom: 0;
} body:not(.singular) main > article:first-of-type {
padding: 4rem 0 0;
} .no-search-results-form {
padding-top: 5rem;
}   .singular .entry-header {
background-color: #fff;
padding: 4rem 0;
}
.entry-categories {
line-height: 1.25;
margin-bottom: 2rem;
}
.entry-categories-inner {
justify-content: center;
display: flex;
flex-wrap: wrap;
margin: -0.5rem 0 0 -1rem;
}
.entry-categories a {
border-bottom: 0.15rem solid currentColor;
font-size: 1.4rem;
font-weight: 700;
letter-spacing: 0.036666667em;
margin: 0.5rem 0 0 1rem;
text-decoration: none;
text-transform: uppercase;
}
.entry-categories a:focus,
.entry-categories a:hover {
border-bottom-color: transparent;
}
h1.entry-title,
h2.entry-title {
margin: 0;
}
.entry-title a {
color: inherit;
text-decoration: none;
}
.entry-title a:focus,
.entry-title a:hover {
text-decoration: underline;
}
.intro-text {
margin-top: 2rem;
}
.singular .intro-text {
font-size: 2rem;
letter-spacing: -0.0315em;
line-height: 1.4;
} .post-meta-single-top .post-meta {
justify-content: center;
}
.post-meta-wrapper {
margin-top: 2rem;
margin-right: auto;
margin-left: auto;
max-width: 58rem;
width: 100%;
}
.post-meta {
color: #6d6d6d;
display: flex;
flex-wrap: wrap;
font-size: 1.5rem;
font-weight: 500;
list-style: none;
margin: -1rem 0 0 -2rem;
}
.post-meta li {
flex-shrink: 0;
letter-spacing: -0.016875em;
margin: 1rem 0 0 2rem;
max-width: calc(100% - 2rem);
}
.post-meta a {
color: inherit;
text-decoration: none;
}
.post-meta a:focus,
.post-meta a:hover {
text-decoration: underline;
}
.post-meta .meta-wrapper {
align-items: center;
display: flex;
flex-wrap: nowrap;
}
.post-meta .meta-icon {
flex-shrink: 0;
margin-right: 1rem;
}
.sticky .post-sticky {
color: inherit;
}
.post-meta .post-author .meta-icon svg {
width: 1.6rem;
height: 1.8rem;
}
.post-meta .post-categories .meta-icon svg {
width: 1.8rem;
height: 1.7rem;
}
.post-meta .post-comment-link .meta-icon svg {
width: 1.8rem;
height: 1.8rem;
}
.post-meta .post-date .meta-icon svg {
width: 1.7rem;
height: 1.8rem;
}
.post-meta .post-edit .meta-icon svg {
width: 1.8rem;
height: 1.8rem;
}
.post-meta .post-sticky .meta-icon svg {
width: 1.5rem;
height: 1.8rem;
}
.post-meta .post-tags .meta-icon svg {
width: 1.8rem;
height: 1.8rem;
}
.post-meta svg * {
fill: currentColor;
} .featured-media {
margin-top: 5rem;
position: relative;
}
.singular .featured-media {
margin-top: 0;
}
.singular .featured-media-inner {
position: relative;
left: calc(50% - 50vw);
width: 100vw;
}
.singular .featured-media::before {
background: #fff;
content: "";
display: block;
position: absolute;
bottom: 50%;
left: 0;
right: 0;
top: 0;
}
.featured-media img {
margin: 0 auto;
}
.featured-media figcaption {
margin: 1.5rem auto 0 auto;
text-align: center;
width: calc(100% - 5rem);
}
.post-inner {
padding-top: 5rem;
}
.reduced-spacing.missing-post-thumbnail .post-inner {
padding-top: 0;
}  .post-nav-links {
border-radius: 0.4rem;
display: flex;
font-size: 0.9em;
font-weight: 600;
line-height: 1;
margin: 3em auto 0 auto;
padding: 0;
width: calc(100% - 4rem);
max-width: 58rem;
}
.post-nav-links > span.label {
padding: 1em 0;
}
.post-nav-links > * {
padding: 1em 0.75em;
} .post-meta-wrapper.post-meta-single-bottom {
margin-top: 3rem;
} .author-bio {
margin-top: 4rem;
margin-right: auto;
margin-left: auto;
max-width: 58rem;
width: 100%;
}
.hide-avatars .author-bio {
padding-left: 0;
}
.author-bio .author-title-wrapper {
align-items: center;
display: flex;
margin: 0 0 1rem 0;
}
.author-bio .avatar {
border-radius: 50%;
margin-right: 1.5rem;
height: 5rem;
width: 5rem;
}
.hide-avatars img.avatar {
display: none;
}
.author-bio p:last-child {
margin-bottom: 0;
}
.author-bio .author-title {
margin: 0;
}
.author-bio .author-link {
display: block;
font-size: 1.6rem;
font-weight: 600;
margin-top: 1em;
text-decoration: none;
}
.author-bio .author-link:focus,
.author-bio .author-link:hover {
text-decoration: underline;
} .pagination-single {
font-size: 1.8rem;
margin-top: 5rem;
}
.pagination-single-inner {
display: flex;
flex-direction: column;
}
.pagination-single hr:first-child {
margin: 0 0 2.8rem 0;
}
.pagination-single hr:last-child {
margin: 2.8rem 0 0.8rem 0;
}
.pagination-single a {
align-items: baseline;
display: flex;
font-weight: 600;
letter-spacing: -0.0275em;
text-decoration: none;
flex: 1;
}
.pagination-single a + a {
margin-top: 1rem;
}
.pagination-single a .arrow {
margin-right: 1rem;
}
.pagination-single a:focus .title,
.pagination-single a:hover .title {
text-decoration: underline;
}   .has-text-color a {
color: inherit;
} :root .has-accent-background-color {
background-color: #cd2653;
color: #fff;
}
:root .has-primary-background-color {
background-color: #000;
color: #f5efe0;
}
:root .has-secondary-background-color {
background-color: #6d6d6d;
color: #fff;
}
:root .has-subtle-background-background-color {
background-color: #dcd7ca;
color: #000;
}
:root .has-background-background-color {
background-color: #f5efe0;
color: #000;
}
:root .has-accent-color {
color: #cd2653;
}
:root .has-primary-color {
color: #000;
}
:root .has-secondary-color {
color: #6d6d6d;
}
:root .has-subtle-background-color {
color: #dcd7ca;
}
:root .has-background-color {
color: #f5efe0;
} .has-text-align-left { text-align: left;
}
.has-text-align-center {
text-align: center;
}
.has-text-align-right { text-align: right;
}
.has-drop-cap:not(:focus)::first-letter {
color: #cd2653;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
font-size: 5.1em;
font-weight: 800;
margin: 0.05em 0.1em 0 0;
}
.has-drop-cap:not(:focus)::first-letter::after {
content: "";
display: table;
clear: both;
}
.has-drop-cap:not(:focus)::after {
padding: 0;
} .has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
@supports ( font-variation-settings: normal ) {
.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-cover-image p,
.entry-content .wp-block-pullquote {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
} .entry-content .has-small-font-size {
font-size: 0.842em;
}
.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
font-size: 1em;
}
.entry-content .has-medium-font-size {
font-size: 1.1em;
line-height: 1.45;
}
.entry-content .has-large-font-size {
font-size: 1.25em;
line-height: 1.4;
}
.entry-content .has-larger-font-size {
font-size: 1.5em;
line-height: 1.3;
} *[class*="_inner-container"] > *:first-child {
margin-top: 0;
}
*[class*="_inner-container"] > *:last-child {
margin-bottom: 0;
}
.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
margin-bottom: 3rem;
margin-top: 3rem;
} [class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
margin-left: auto;
margin-right: auto;
max-width: 58rem;
} .wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
list-style: none;
margin-left: 0;
}
.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
list-style: none;
}
ol.wp-block-latest-comments {
margin-left: auto;
margin-right: auto;
}
.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
margin-left: 0;
}
.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
margin-bottom: 0;
}
.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
font-family: inherit;
}
.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
color: #6d6d6d;
}
.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
font-weight: 700;
text-decoration: none;
}
.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
text-decoration: underline;
}
.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
font-weight: 700;
letter-spacing: -0.025em;
line-height: 1.25;
}
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
color: #6d6d6d;
font-size: 0.7em;
font-weight: 600;
letter-spacing: normal;
margin-top: 0.15em;
} .wp-block-embed figcaption,
.wp-block-image figcaption {
color: #6d6d6d;
font-size: 1.4rem;
margin-bottom: 0;
margin-top: 1.5rem;
} .wp-block-audio audio {
width: 100%;
} .wp-block-button {
margin: 3rem 0;
}
.wp-block-button.is-style-outline {
color: #cd2653;
}
.is-style-outline .wp-block-button__link:not(.has-text-color) {
color: inherit;
}
.is-style-outline .wp-block-button__link {
border: 2px solid;
padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}
.wp-block-buttons[style*="text-transform"] .wp-block-button__link,
.wp-block-button[style*="text-transform"] .wp-block-button__link {
text-transform: inherit;
}
.wp-block-buttons[style*="letter-spacing"] .wp-block-button__link,
.wp-block-button[style*="letter-spacing"] .wp-block-button__link {
letter-spacing: inherit;
} .wp-block-calendar[class*="-font-size"] table,
.wp-block-calendar[style*="font-size"] table,
.wp-block-calendar[class*="-font-size"] .wp-calendar-nav,
.wp-block-calendar[style*="font-size"] .wp-calendar-nav {
font-size: inherit;
} .wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
padding-left: 2rem;
padding-right: 2rem;
}
.wp-block-column {
margin-bottom: 3.2rem;
}
.wp-block-column > *:first-child {
margin-top: 0;
}
.wp-block-column > *:last-child {
margin-bottom: 0;
} .wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
width: calc(100% - 4rem);
padding: 2rem 0;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
max-width: 100%;
padding: 0;
}
.wp-block-cover-image h2,
.wp-block-cover h2 {
font-size: 3.2rem;
}  .wp-block-file {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.wp-block-file a:not(.wp-block-file__button) {
font-weight: 700;
text-decoration: none;
}
.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
margin-right: 1rem;
}
.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
text-decoration: underline;
}
.wp-block-file .wp-block-file__button {
font-size: 1.5rem;
padding: 1em 1.25em;
}
.wp-block-file a.wp-block-file__button:visited {
opacity: 1;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
opacity: 1;
text-decoration: underline;
} .wp-block-gallery ul {
list-style: none;
margin: 0 0 -1.6rem 0;
}
figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
margin-bottom: 3rem;
margin-top: 3rem;
}
figure.wp-block-gallery.alignleft {
margin: 0.3rem 2rem 2rem 0;
}
figure.wp-block-gallery.alignright {
margin: 0.3rem 0 2rem 2rem;
}
figure.wp-block-gallery.alignwide {
margin-bottom: 4rem;
margin-top: 4rem;
}
figure.wp-block-gallery.alignfull {
margin-bottom: 5rem;
margin-top: 5rem;
} .wp-block-group.has-background {
padding: 2rem;
margin-bottom: 0;
margin-top: 0;
}
.wp-block-group__inner-container {
margin: 0 auto;
}
.wp-block-group__inner-container,
.entry-content .wp-block-group p {
max-width: 100%;
}
.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
padding-left: 2rem;
padding-right: 2rem;
}  .wp-block-media-text .wp-block-media-text__content {
padding: 3rem 2rem;
}
.wp-block-media-text .wp-block-media-text__content p {
max-width: none;
}
.wp-block-media-text__content > *:first-child {
margin-top: 0;
}
.wp-block-media-text__content > *:last-child {
margin-bottom: 0;
}  .wp-block-pullquote {
padding: 0;
position: relative;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
max-width: calc(100% - 4rem);
}
.wp-block-pullquote::before {
background: #fff;
border-radius: 50%;
color: #cd2653;
content: "”";
display: block;
font-size: 6.2rem;
font-weight: 500;
line-height: 1.2;
margin: 0 auto 1.5rem auto;
text-align: center;
height: 4.4rem;
width: 4.4rem;
}
.reduced-spacing .wp-block-pullquote::before {
border: 0.1rem solid currentColor;
font-size: 5.9rem;
}
.wp-block-pullquote blockquote {
border: none;
margin: 0;
padding: 0;
}
.wp-block-pullquote blockquote p {
font-family: inherit;
font-size: 2.8rem;
font-weight: 700;
line-height: 1.178571429;
letter-spacing: -0.041785714em;
max-width: 100%;
}
.wp-block-pullquote p:last-of-type {
margin-bottom: 0;
}
.wp-block-pullquote cite {
color: #6d6d6d;
font-size: 1.6rem;
font-weight: 500;
margin-top: 1.2rem;
}
.wp-block-pullquote.has-text-color cite,
.wp-block-pullquote.has-background cite,
.has-background .wp-block-pullquote cite {
color: inherit;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: 2.8rem;
}
.wp-block-pullquote.alignleft {
text-align: left;
}
.wp-block-pullquote.alignright {
text-align: right;
}
.wp-block-pullquote.alignleft::before {
margin-left: 0;
}
.wp-block-pullquote.alignright::before {
margin-right: 0;
}
.wp-block-pullquote[class*="-font-size"] p,
.wp-block-pullquote[style*="font-size"] p {
font-size: inherit;
}
.wp-block-pullquote[style*="font-weight"] p {
font-weight: inherit;
}
.wp-block-pullquote[style*="letter-spacing"] p {
letter-spacing: inherit;
} .wp-block-pullquote.is-style-solid-color {
padding: 3rem 2rem;
}
.wp-block-pullquote.is-style-solid-color::before {
position: absolute;
top: 0;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
transform: translateY(-50%);
}
.wp-block-pullquote.is-style-solid-color.alignleft::before {
left: 2rem;
}
.wp-block-pullquote.is-style-solid-color.alignright::before {
left: auto;
right: 2rem;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
text-align: inherit;
}
.wp-block-pullquote.is-style-solid-color cite {
color: inherit;
} hr.wp-block-separator {
margin: 3rem 0;
} .wp-block-separator.is-style-wide {
max-width: calc(100vw - 4rem);
position: relative;
width: 100%;
} .wp-block-separator.is-style-dots::before {
background: none;
color: inherit;
font-size: 3.2rem;
font-weight: 700;
height: auto;
letter-spacing: 1em;
padding-left: 1em;
position: static;
transform: none;
width: auto;
}
.wp-block-separator.is-style-dots::after {
content: none;
} .wp-block-search .wp-block-search__input {
width: auto;
} .wp-block-table table:where(:not(.has-text-color)) * {
border-color: inherit;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background: #dcd7ca;
}
figure.wp-block-table.is-style-stripes {
border-bottom: none;
}
.wp-block-table.is-style-stripes table {
border-collapse: inherit;
}
.wp-block-table[class*="-font-size"] table,
.wp-block-table[style*="font-size"] table {
font-size: inherit;
} .wp-block-quote p,
.wp-block-quote cite {
text-align: inherit;
}
.wp-block-quote.has-text-color cite,
.wp-block-quote.has-background cite,
.has-background .wp-block-quote cite {
color: inherit;
}
.wp-block-quote.has-text-align-center,
.wp-block-quote[style="text-align:center"] {
border-width: 0;
padding: 0;
}
.wp-block-quote.has-text-align-right,
.wp-block-quote[style="text-align:right"] { border-width: 0 0.2rem 0 0;
padding: 0 2rem 0 0; } .wp-block-quote.is-style-plain {
border-width: 0;
padding: 0.5rem 2rem;
} .wp-block-quote.is-large,
.wp-block-quote.is-style-large {
border: none;
padding: 0;
margin-left: auto;
margin-right: auto;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-family: inherit;
font-size: 2.4rem;
font-style: normal;
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.285;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
font-size: 1.6rem;
text-align: inherit;
} .entry-content .wp-block-latest-comments li {
margin: 2rem 0;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 5.5rem;
}
.entry-content .wp-block-latest-comments a {
text-decoration: none;
}
.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
text-decoration: underline;
}
.wp-block-latest-comments__comment {
font-size: inherit;
}
.wp-block-latest-comments__comment-date {
margin-top: 0.4em;
}
.wp-block-latest-comments__comment-excerpt p {
font-size: 0.7em;
margin: 0.9rem 0 2rem 0;
} .wp-block-latest-posts.is-grid li {
border-top: 0.2rem solid #dcd7ca;
margin-top: 2rem;
padding-top: 1rem;
}
.wp-block-latest-posts.has-dates {
list-style: none;
}
.wp-block-latest-posts.has-dates:not(.is-grid) li {
margin-top: 1.5rem;
}
.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
margin-top: 0;
}
.wp-block-latest-posts__post-full-content > p:first-child {
margin-top: 1em;
} .wp-block-post-template,
.wp-block-post-template > li {
margin-left: 0;
margin-right: 0;
}  .entry-content {
line-height: 1.5;
}
.entry-content > * {
margin-left: auto;
margin-right: auto;
margin-bottom: 1.25em;
}
.entry-content > *:first-child {
margin-top: 0;
}
.entry-content > *:last-child {
margin-bottom: 0;
}
.read-more-button-wrap {
margin-top: 1em;
text-align: center;
}
.entry-content a:hover,
.entry-content a:focus {
text-decoration: none;
}
.entry-content p,
.entry-content li {
line-height: 1.4;
}
.entry-content li img {
display: inline-block;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 3.5rem auto 2rem;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
margin-bottom: 1rem;
}
.entry-content hr {
margin: 4rem auto;
}
.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
margin-top: 0;
} .entry-content {
font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond, "Times New Roman", serif;
letter-spacing: normal;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
@supports ( font-variation-settings: normal ) {
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
} .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 58rem;
width: calc(100% - 4rem);
}
[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 58rem;
width: 100%;
}
.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
margin-top: 4rem;
margin-right: auto;
margin-bottom: 4rem;
margin-left: auto;
}
[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
margin-left: auto;
margin-right: auto;
} .alignfull {
margin-top: 5rem;
margin-right: auto;
margin-bottom: 5rem;
margin-left: auto;
max-width: 100vw;
position: relative;
width: 100%;
}
[class*="__inner-container"] > .alignfull {
max-width: 100%;
} .alignwide {
max-width: 120rem;
position: relative;
width: calc(100% - 4rem);
}
[class*="__inner-container"] > .alignwide {
width: 100%;
} .aligncenter,
.aligncenter img {
margin-left: auto;
margin-right: auto;
} .alignleft,
.alignright {
max-width: 50%;
}
.alignleft { float: left;
margin: 0.3rem 2rem 2rem 2rem;
}
.alignright { float: right;
margin: 0.3rem 2rem 2rem 2rem;
}
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 2rem;
}
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 2rem;
} .alignfull > figcaption,
.alignfull > .wp-caption-text {
margin-left: auto;
margin-right: auto;
max-width: 58rem;
width: calc(100% - 4rem);
}   .comments-wrapper {
margin-top: 5rem;
}
.comment-reply-title {
margin: 0 0 4rem 0;
text-align: center;
}  .comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
padding-top: 3.5rem;
}
div.comment:first-of-type {
margin-top: 3.5rem;
padding-top: 0;
}
.comments .comments-header + div {
margin-top: 0;
padding-top: 0;
}
.comment-body {
position: relative;
}
.comment .comment {
padding-left: 5%;
}
.comment-meta {
line-height: 1.1;
margin-bottom: 1.5rem;
min-height: 5rem;
padding-left: 5rem;
position: relative;
}
.hide-avatars .comment-meta {
min-height: 0;
padding-left: 0;
}
.comment-meta a {
color: inherit;
}
.comment-author {
font-size: 1.8rem;
font-weight: 700;
letter-spacing: -0.027777778em;
}
.comment-author a {
text-decoration: underline;
}
.comment-author a:hover,
.comment-author a:focus {
text-decoration: none;
}
.comment-meta .avatar {
height: 4rem;
position: absolute;
left: 0;
top: 0;
width: 4rem;
}
.comment-author .url {
text-decoration: underline;
}
.comment-metadata {
color: #6d6d6d;
font-size: 1.4rem;
font-weight: 500;
margin-top: 0.6rem;
}
.comment-metadata a {
text-decoration: none;
}
.comment-metadata a:focus,
.comment-metadata a:hover {
text-decoration: underline;
} .comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
width: 100%;
}
.comment-content.entry-content .alignleft { margin-left: 0;
}
.comment-content.entry-content .alignright { margin-right: 0;
} .comment-footer-meta {
align-items: center;
display: flex;
flex-wrap: wrap;
font-size: 1.2rem;
font-weight: 600;
justify-content: flex-start;
letter-spacing: 0.030833333em;
line-height: 1;
margin: 1.5rem 0 -1rem -1.5rem;
text-transform: uppercase;
}
.comment-footer-meta > * {
margin: 0 0 1rem 1.5rem;
}
.comment-reply-link {
background-color: #cd2653;
color: #fff;
display: block;
padding: 0.7rem;
}
.bypostauthor .comment-footer-meta .by-post-author {
display: block;
}
.comment-footer-meta a {
text-decoration: none;
}
.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
text-decoration: underline;
} .pingback .comment-meta,
.trackback .comment-meta {
padding-left: 0;
} .comments-pagination {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 6rem;
text-align: center;
}
.comments-pagination.only-next {
justify-content: flex-end;
}
.comments-pagination .page-numbers {
display: none;
text-decoration: none;
}
.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
text-decoration: underline;
}
.comments-pagination .prev,
.comments-pagination .next {
display: block;
}
.comments-pagination .prev {
left: 0;
}
.comments-pagination .next {
right: 0;
text-align: right;
} .comment-respond::after {
clear: both;
content: "";
display: block;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
color: #6d6d6d;
font-size: 1.6rem;
line-height: 1.4;
margin: -3rem 0 4rem 0;
text-align: center;
}
.comment-respond .required-field-message {
display: inline-block;
}
.comment-respond p {
line-height: 1.1;
margin-bottom: 2rem;
margin-left: auto;
margin-right: auto;
}
.comment-respond p:not(.comment-notes) {
max-width: 58rem;
}
.comment-form-cookies-consent {
align-items: baseline;
display: flex;
}
.comment-respond > p:last-of-type {
margin-bottom: 0;
}
.comment-respond label {
display: block;
}
.comment-respond input[type="checkbox"] + label {
font-size: 1.5rem;
line-height: 1.25;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
margin-bottom: 0;
}
.comment-respond textarea {
height: 15rem;
}
.comment-respond #submit {
display: block;
}
.comment-respond .comments-closed {
text-align: center;
} .comments .comment-respond {
padding: 3rem 0 0;
}
.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
text-align: left;
}
.comment-reply-title small {
display: block;
font-size: 1.6rem;
font-weight: 600;
letter-spacing: -0.0277em;
margin: 0.5rem 0 0 0;
white-space: nowrap;
}
.comment-reply-title small a {
text-decoration: none;
}
.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
text-decoration: underline;
}  .pagination .nav-links {
align-items: baseline;
display: flex;
flex-wrap: wrap;
font-size: 1.8rem;
font-weight: 600;
margin: -1.5rem 0 0 -2.5rem;
width: calc(100% + 2.5rem);
}
.pagination-separator {
margin: 5rem 0;
}
.nav-links > * {
margin: 1.5rem 0 0 2.5rem;
}
.nav-links .placeholder {
display: none;
visibility: hidden;
}
.pagination a {
text-decoration: none;
}
.pagination a:focus,
.pagination a:hover {
text-decoration: underline;
}
.pagination .dots {
transform: translateY(-0.3em);
color: #6d6d6d;
}
.nav-short {
display: none;
}  .error404 #site-content {
padding-top: 4rem;
}
.error404-content {
text-align: center;
}
.error404 #site-content .search-form {
justify-content: center;
margin-top: 3rem;
}   .widget {
margin-top: 3rem;
}
.widget:first-child {
margin-top: 0;
}
.widget-content > div > *:first-child {
margin-top: 0;
}
.widget-content > div > *:last-child {
margin-bottom: 0;
}
.widget .widget-title {
margin: 0 0 2rem;
}
.widget li {
margin: 2rem 0 0 0;
}
.widget li:first-child,
.widget li > ul,
.widget li > ol {
margin-top: 0;
}
.widget table,
.widget table * {
border-color: #dedfdf;
}
.widget table caption {
background-color: #dedfdf;
}
.widget .post-date,
.widget .rss-date {
color: #6d6d6d;
display: block;
font-size: 0.85em;
font-weight: 500;
margin-top: 0.2rem;
}
.widget select {
max-width: 100%;
} .widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond, "Times New Roman", serif;
letter-spacing: normal;
}
.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
@supports ( font-variation-settings: normal ) {
.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
} .widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
list-style: none;
margin: 0;
}
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
color: #6d6d6d;
margin: 0.3rem 0;
}
.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
margin-left: 2rem;
}
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
font-weight: 700;
text-decoration: none;
}
.widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover {
text-decoration: underline;
} .calendar_wrap {
font-size: 2.4rem;
}
.calendar_wrap th,
.calendar_wrap td,
.wp-calendar-nav span {
display: table-cell;
font-size: 1em;
font-weight: 500;
line-height: 1;
padding: 2.5% 2.5% 1.75% 2.5%;
text-align: center;
}
.wp-calendar-table {
margin-bottom: 0;
}
.wp-calendar-nav {
display: table;
width: 100%;
font-size: 1.8rem;
}
.calendar_wrap tfoot td {
border-bottom: none;
}
.calendar_wrap tfoot a,
.calendar_wrap .wp-calendar-nav a {
text-decoration: none;
}
.calendar_wrap tfoot #prev,
.calendar_wrap .wp-calendar-nav-prev {
text-align: left;
}
.calendar_wrap tfoot #next,
.calendar_wrap .wp-calendar-nav-next {
text-align: right;
}  .widget_media_gallery .gallery {
margin: 0 -0.4em -0.8em -0.4em;
width: calc(100% + 0.8em);
}
.widget_media_gallery .gallery-item {
margin: 0 0 0.8em 0;
padding: 0 0.4em;
} .widget_nav_menu .widget-content > div > ul {
margin-left: 0;
} .widget_recent_comments li {
font-weight: 700;
}
.widget_recent_comments a {
text-decoration: none;
}
.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
text-decoration: underline;
} .widget_recent_entries a {
font-weight: 700;
text-decoration: none;
}
.widget_recent_entries a:focus,
.widget_recent_entries a:hover {
text-decoration: underline;
} .widget_rss .widget-title a.rsswidget:first-of-type:not(.rss-widget-title) {
display: none;
}
.widget_rss .rsswidget {
font-weight: 700;
}
.widget_rss a {
text-decoration: none;
}
.widget_rss a:focus,
.widget_rss a:hover {
text-decoration: underline;
}
.widget_rss .rssSummary {
margin-top: 0.5rem;
}
.widget_rss cite::before {
content: "— ";
} .widget_search .search-field {
border-color: #dedfdf;
} .widget_tag_cloud a {
font-weight: 700;
margin-right: 0.5rem;
text-decoration: none;
white-space: nowrap;
}
.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
text-decoration: underline;
}  .widget .wp-block-social-links li {
margin-top: 0;
}  .footer-nav-widgets-wrapper,
#site-footer {
background-color: #fff;
border-color: #dedfdf;
border-style: solid;
border-width: 0;
}
.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
margin-top: 5rem;
}
.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
border-top-width: 0.1rem;
}
.footer-top,
.footer-widgets-outer-wrapper,
#site-footer {
padding: 3rem 0;
} .footer-top {
display: flex;
border-bottom: 0.1rem solid #dedfdf;
justify-content: space-between;
} .footer-menu {
font-size: 1.8rem;
font-weight: 700;
letter-spacing: -0.0277em;
}
.footer-menu li {
line-height: 1.25;
margin: 0.25em 0 0 0;
}
.footer-menu a {
text-decoration: none;
word-break: normal;
word-wrap: normal;
}
.footer-menu a:hover,
.footer-menu a:focus {
text-decoration: underline;
} .footer-social-wrapper {
margin: 0;
width: 100%;
}
.has-footer-menu .footer-social-wrapper {
flex-shrink: 0;
margin-left: 1rem;
width: 50%;
}
ul.footer-social {
margin: -0.5rem 0 0 -0.5rem;
}
.has-footer-menu .footer-social {
justify-content: flex-end;
}
ul.footer-social li {
margin: 0.5rem 0 0 0.5rem;
}
.footer-social a {
background-color: #cd2653;
height: 3.6rem;
width: 3.6rem;
}
.footer-social a::before {
font-size: 1.6rem;
} .footer-widgets-outer-wrapper {
border-bottom: 0.1rem solid #dedfdf;
}
.footer-widgets + .footer-widgets {
margin-top: 3rem;
} #site-footer {
font-size: 1.6rem;
}
#site-footer .section-inner {
align-items: baseline;
display: flex;
justify-content: space-between;
}
#site-footer a {
text-decoration: none;
}
#site-footer a:focus,
#site-footer a:hover {
text-decoration: underline;
}
.footer-copyright a,
.footer-credits .privacy-policy a,
.powered-by-wordpress a {
color: inherit;
}
.footer-credits .privacy-policy,
.powered-by-wordpress,
.to-the-top {
color: #6d6d6d;
}
a.to-the-top {
margin-left: 2.4rem;
white-space: nowrap;
}
a.to-the-top > * {
pointer-events: none;
}
.footer-copyright {
font-weight: 600;
margin: 0;
}
.powered-by-wordpress {
display: none;
margin: 0 0 0 2.4rem;
}
.footer-credits .privacy-policy {
margin: 1.2rem 0 0;
}
.to-the-top-long {
display: none;
}  @media ( max-width: 479px ) { .wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
float: none;
}  ul,
ol {
margin: 0 0 3rem 2rem;
}
li {
margin: 0.5rem 0 0 1rem;
}  .post-nav-links {
margin: 3em 0 0 0;
}
}
@media ( min-width: 480px ) {  .wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
max-width: 26rem;
} .wp-block-table.alignleft,
.wp-block-table.alignright {
max-width: 100%;
}  .alignleft,
.alignright {
max-width: 26rem;
}  .post-nav-links {
margin: 3em 0 0 0;
}
}
@media ( max-width: 599px ) {   .wp-block-column:last-child {
margin-bottom: 0;
}
.wp-block-columns + .wp-block-columns {
margin-top: 0.2rem;
}
.wp-block-columns.alignwide + .wp-block-columns.alignwide {
margin-top: -0.8rem;
}
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -1.8rem;
}  .template-cover .post-inner .post-meta-wrapper,
.template-cover .post-inner .author-bio {
width: calc( 100% - 4rem );
}  .post-nav-links {
margin: 3em 0 0 0;
}
}
@media ( min-width: 600px ) {  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -4rem;
}  .post-nav-links {
margin: 3em 0 0 0;
}
}
@media ( min-width: 660px ) {  figure.wp-block-gallery.alignleft { margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
}
figure.wp-block-gallery.alignright { margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
}  .entry-content > .alignleft { margin-left: 4rem;
}
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft { margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
}
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 0;
}
.entry-content > .alignright { margin-right: 4rem;
}
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright { margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
}
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 0;
}  .post-nav-links {
margin: 3em auto 0 auto;
}
}
@media ( min-width: 700px ) { ul,
ol {
margin-bottom: 4rem;
}
pre {
padding: 3rem;
}
hr {
margin: 8rem auto;
}
table {
font-size: 1.8rem;
} .gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
} h1,
.heading-size-1,
h2,
.heading-size-2,
h3,
.heading-size-3 {
margin: 6rem auto 3rem;
}
h4,
.heading-size-4,
h5,
.heading-size-5,
h6,
.heading-size-6 {
margin: 4.5rem auto 2.5rem;
}
h1,
.heading-size-1 {
font-size: 6.4rem;
}
h2,
.heading-size-2 {
font-size: 4.8rem;
}
h3,
.heading-size-3 {
font-size: 4rem;
}
h4,
.heading-size-4 {
font-size: 3.2rem;
}
h5,
.heading-size-5 {
font-size: 2.4rem;
}
h6,
.heading-size-6 {
font-size: 1.8rem;
} fieldset {
padding: 3rem;
}
legend {
padding: 0 1.5rem;
}
button,
.button,
.faux-button,
.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-size: 1.7rem;
} figcaption,
.wp-caption-text {
margin-top: 1.8rem;
}  section {
padding: 8rem 0;
}
.section-inner {
width: calc(100% - 8rem);
} .header-inner {
padding: 3.8rem 0;
}
.site-title {
font-size: 2.4rem;
font-weight: 700;
}
.site-description {
display: block;
}
.site-logo img {
max-height: 9rem;
transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
} .toggle-inner .toggle-text {
font-size: 1.2rem;
}
.search-toggle {
left: 2rem;
}
.nav-toggle {
right: 2rem;
} button.close-nav-toggle {
font-size: 1.8rem;
padding: 4rem 0;
}
button.close-nav-toggle svg {
height: 2rem;
width: 2rem;
}
button.close-nav-toggle .toggle-text {
margin-right: 2.1rem;
}
.modal-menu {
left: auto;
width: 100%;
}
.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
font-size: 2.4rem;
padding: 2.5rem 0;
}
.modal-menu ul li {
border-left-color: transparent;
}
.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
padding: 0 3rem;
}
.modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
height: 1.1rem;
width: 1.8rem;
}
.menu-bottom {
align-items: center;
display: flex;
justify-content: space-between;
padding: 4.4rem 0;
}
.menu-copyright {
display: block;
flex-shrink: 0;
margin-right: 4rem;
} .search-modal form {
position: relative;
width: 100%;
}
.search-untoggle svg {
height: 2.5rem;
width: 2.5rem;
}
.search-modal .search-field {
border: none;
font-size: 3.2rem;
height: 14rem;
}
.search-modal .search-field::-moz-placeholder {
line-height: 4.375;
}  .featured-media figcaption {
margin: 2rem auto 0 auto;
width: calc(100% - 8rem);
} .cover-header-inner {
padding: 18rem 0 8rem 0;
}
.to-the-content-wrapper {
top: calc(100% + 1.8rem);
}
.to-the-content {
height: 6rem;
}
.to-the-content svg {
height: 2.4rem;
width: 2.12rem;
} body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
width: calc(100% - 8rem);
}
body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
padding-left: 4rem;
padding-right: 4rem;
}
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 4rem;
}
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 4rem;
} .archive-header {
padding: 8rem 0;
}
.reduced-spacing .archive-header {
padding-bottom: 3rem;
}
.archive-title {
font-size: 3.2rem;
}
body:not(.singular) main > article:first-of-type {
padding: 8rem 0 0;
}
h2.entry-title {
font-size: 6.4rem;
} .no-search-results-form {
padding-top: 8rem;
}  .singular .entry-header {
padding: 8rem 0;
}
.entry-categories {
margin-bottom: 3rem;
}
.entry-categories-inner {
margin: -1rem 0 0 -2rem;
}
.entry-categories a {
font-size: 1.5rem;
margin: 1rem 0 0 2rem;
}
.intro-text {
font-size: 2rem;
margin-top: 2.5rem;
}
.singular .intro-text {
font-size: 2.6rem;
}
.post-meta-wrapper {
margin-top: 3rem;
}
.post-meta {
font-size: 1.6rem;
margin: -1.4rem 0 0 -3rem;
}
.post-meta li {
margin: 1.4rem 0 0 3rem;
max-width: calc(100% - 3rem);
}
.featured-media {
margin-top: 6rem;
}
.post-inner {
padding-top: 8rem;
} .post-meta-wrapper.post-meta-single-bottom {
margin-top: 4rem;
} .author-bio {
margin-top: 8rem;
min-height: 8rem;
padding-left: 10rem;
position: relative;
}
.author-bio .avatar {
position: absolute;
left: 0;
top: 0;
height: 8rem;
width: 8rem;
} .pagination-single {
font-size: 2.4rem;
margin-top: 8rem;
}
.pagination-single-inner {
flex-direction: row;
justify-content: space-between;
}
.pagination-single.only-next .pagination-single-inner {
justify-content: flex-end;
}
.pagination-single hr:first-child {
margin: 0 0 4rem 0;
}
.pagination-single hr:last-child {
margin: 4rem 0 0.8rem 0;
}
.pagination-single a + a {
margin: 0 0 0 4rem;
}
.pagination-single a .arrow {
margin: 0 2rem 0 0;
}
.pagination-single .next-post {
flex-direction: row-reverse;
text-align: right;
}
.pagination-single .next-post .arrow {
margin: 0 0 0 2rem;
}  .wp-block-embed figcaption,
.wp-block-image figcaption {
font-size: 1.6rem;
} .wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
margin-bottom: 4rem;
margin-top: 4rem;
} .wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -6rem;
}
.entry-content .wp-block-columns h1,
.entry-content .wp-block-columns h2,
.entry-content .wp-block-columns h3,
.entry-content .wp-block-columns h4,
.entry-content .wp-block-columns h5,
.entry-content .wp-block-columns h6 {
margin: 3.5rem 0 2rem;
} .wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
width: calc(100% - 8rem);
}
.wp-block-cover-image h2,
.wp-block-cover h2 {
font-size: 4.8rem;
} figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
margin-bottom: 4rem;
margin-top: 4rem;
}
figure.wp-block-gallery.alignwide,
figure.wp-block-gallery.alignfull {
margin-bottom: 6rem;
margin-top: 6rem;
} .wp-block-group.has-background {
padding: 4rem;
margin-top: 0;
margin-bottom: 0;
}
.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
padding-left: 0;
padding-right: 0;
} .wp-block-media-text .wp-block-media-text__content {
padding: 4rem;
} .wp-block-pullquote blockquote p {
font-size: 3.2rem;
}
.wp-block-pullquote cite {
margin-top: 2rem;
}
.wp-block-pullquote.alignfull:not(.is-style-solid-color) {
padding-left: 1rem;
padding-right: 1rem;
}
.wp-block-pullquote.alignwide::before,
.wp-block-pullquote.alignfull::before {
font-size: 11.272727272rem;
height: 8rem;
margin-bottom: 2rem;
width: 8rem;
}
.wp-block-pullquote.alignwide blockquote p,
.wp-block-pullquote.alignfull blockquote p {
font-size: 4.8rem;
line-height: 1.203125;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
font-size: 3.2rem;
line-height: 1.1875;
}
.wp-block-pullquote.is-style-solid-color.alignwide,
.wp-block-pullquote.is-style-solid-color.alignfull {
padding: 6rem 4rem 4rem;
}
.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
.wp-block-pullquote.alignright.is-style-solid-color blockquote p {
font-size: 2.6rem;
} .wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 2.8rem;
} hr.wp-block-separator {
margin: 6rem auto;
}
.wp-block-separator.is-style-wide {
max-width: calc(100vw - 8rem);
} .entry-content {
font-size: 2.1rem;
}
.entry-content p,
.entry-content li {
line-height: 1.476;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
margin: 6rem auto 3rem;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 4.5rem auto 2.5rem;
}
.alignnone,
.aligncenter {
margin-bottom: 4rem;
margin-top: 4rem;
}
.alignleft { margin: 0.3rem 2rem 2rem 0;
}
.alignright { margin: 0.3rem 0 2rem 2rem;
}
.entry-content > .alignwide:not(.wp-block-group.has-background),
.entry-content > .alignfull:not(.wp-block-group.has-background) {
margin-bottom: 6rem;
margin-top: 6rem;
}
.entry-content > .alignwide {
max-width: calc(100vw - 8rem);
width: calc(100vw - 8rem);
}
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 4rem;
}
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 4rem;
}
.entry-content > .alignwide:first-child,
.entry-content > .alignfull:first-child {
margin-bottom: 8rem;
} .alignfull > figcaption,
.alignfull > .wp-caption-text {
width: calc(100% - 8rem);
} .comments-wrapper {
margin-top: 8rem;
}
.comment-reply-title {
margin-bottom: 4.6rem;
}
.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
font-size: 1.8rem;
letter-spacing: -0.025em;
margin: -2.5rem 0 4.4rem 0;
}
.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
padding-top: 5rem;
}
div.comment:first-of-type {
margin-top: 5rem;
}
.comment-meta {
margin-bottom: 2rem;
min-height: 6rem;
padding: 0.3rem 0 0 7.5rem;
}
.comment-meta .avatar {
display: block;
height: 6rem;
position: absolute;
left: 0;
top: 0;
width: 6rem;
}
.comment-author {
font-size: 2.4rem;
}
.comment-metadata {
font-size: 1.6rem;
margin-top: 0.8rem;
}
.comment-footer-meta {
margin-top: 2.5rem;
}
.comments-pagination {
margin-top: 8rem;
} .pingback .comment-body {
padding: 0;
} .comment-respond p {
margin-bottom: 2.5rem;
}
.comment-form p.logged-in-as {
margin: -2.5rem 0 4.4rem 0;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
float: left;
width: calc(50% - 1rem);
}
.comment-respond .comment-form-email {
margin-left: 2rem;
}
.comments .comment-respond {
padding: 5rem 0 0;
}
.comment-reply-title small {
display: inline;
margin: 0 0 0 0.5rem;
} .pagination-separator {
margin: 8rem 0;
} .nav-short {
display: inline;
}
.pagination .nav-links {
font-size: 2.4rem;
font-weight: 700;
margin: -2.5rem 0 0 -4rem;
}
.nav-links > * {
margin: 2.5rem 0 0 4rem;
} .error404 #site-content {
padding-top: 8rem;
} .widget .widget-title {
margin-bottom: 3rem;
} .footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
margin-top: 8rem;
} .footer-top {
padding: 3.7rem 0;
}
.footer-menu {
font-size: 2.4rem;
margin: -0.8rem 0 0 -1.6rem;
}
.footer-menu li {
margin: 0.8rem 0 0 1.6rem;
}
.has-footer-menu .footer-social-wrapper {
flex: 1;
margin-left: 4rem;
width: auto;
} .footer-widgets-outer-wrapper {
padding: 8rem 0;
}
.footer-widgets-wrapper {
display: flex;
justify-content: space-between;
margin-left: -4rem;
width: calc(100% + 4rem);
}
.footer-widgets {
margin-left: 4rem;
width: 50%;
}
.footer-widgets + .footer-widgets {
margin-top: 0;
}
.footer-widgets .widget {
border-top: none;
margin-top: 5rem;
padding-top: 0;
}
.footer-widgets .widget:first-child {
margin-top: 0;
} #site-footer {
font-size: 1.8rem;
padding: 4.3rem 0;
}
.footer-credits {
display: flex;
flex-wrap: wrap;
}
.footer-copyright {
font-weight: 700;
}
.footer-credits .privacy-policy {
margin: 0 0 0 2.4rem;
}
.to-the-top-long {
display: inline;
}
.to-the-top-short {
display: none;
}
}
@media (min-width: 782px) {  .wp-block-column {
margin-bottom: 0;
}
.wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -2.8rem;
}
}
@media ( min-width: 1000px ) {   #site-header {
z-index: 2;
}
.header-inner {
align-items: center;
display: flex;
justify-content: space-between;
padding: 2.8rem 0;
}
.header-titles-wrapper {
margin-right: 4rem;
max-width: 50%;
padding: 0;
text-align: left;
}
.header-titles {
align-items: baseline;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: -1rem 0 0 -2.4rem;
}
.header-titles .site-title,
.header-titles .site-logo,
.header-titles .site-description {
margin: 1rem 0 0 2.4rem;
}
.wp-custom-logo .header-titles {
align-items: center;
} .header-navigation-wrapper {
align-items: center;
display: flex;
}
.primary-menu-wrapper {
display: block;
width: 100%;
} .mobile-search-toggle,
.mobile-nav-toggle {
display: none !important;
}
.primary-menu-wrapper + .header-toggles {
margin-left: 3rem;
}
.header-toggles {
display: flex;
flex-shrink: 0;
margin-right: -3rem;
}
.header-inner .toggle {
height: 4.4rem;
padding: 0 3rem;
position: relative;
bottom: auto;
left: auto;
right: auto;
top: auto;
width: auto;
}
.header-inner .toggle-wrapper {
position: relative;
}
.header-inner .toggle-wrapper::before {
background: #dedfdf;
content: "";
display: block;
height: 2.7rem;
position: absolute;
left: 0;
top: calc(50% - 1.35rem);
width: 0.1rem;
}
.header-inner .toggle-wrapper:first-child::before {
content: none;
}
.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
content: "";
}
.nav-toggle-wrapper:not(.has-expanded-menu) {
display: none;
}
.toggle-inner {
position: static;
}
.toggle-inner .toggle-text {
left: 0;
right: 0;
text-align: center;
top: calc(100% - 0.3rem);
width: auto;
}
.header-toggles:only-child .nav-toggle .toggle-inner {
padding-top: 0;
}
.header-toggles:only-child .toggle-inner {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.header-toggles:only-child .toggle-inner .svg-icon {
order: 1;
}
.header-toggles:only-child .toggle-inner .toggle-text {
position: static;
padding-right: 20px;
font-size: 15px;
color: inherit;
} .menu-modal {
opacity: 1;
justify-content: flex-end;
padding: 0;
transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
}
.menu-modal.cover-modal {
background: rgba(0, 0, 0, 0);
}
.menu-modal.active {
background: rgba(0, 0, 0, 0.2);
transition: background-color 0.3s ease-out;
}
.menu-wrapper.section-inner {
width: calc(100% - 8rem);
}
.menu-modal-inner {
box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
opacity: 0;
padding: 0;
transform: translateX(20rem);
transition: transform 0.2s ease-in, opacity 0.2s ease-in;
width: 50rem;
}
.menu-modal.active .menu-modal-inner {
opacity: 1;
transform: translateX(0);
transition-timing-function: ease-out;
}
.mobile-menu {
display: none;
}
.expanded-menu {
display: block;
}
.menu-bottom {
padding: 6rem 0;
}
.menu-bottom .social-menu {
justify-content: flex-start;
}  .featured-media figcaption {
width: 100%;
} .template-full-width .wp-block-image .alignleft { margin-right: 2rem;
}
.template-full-width .wp-block-image .alignright { margin-left: 2rem;
}  .singular .intro-text {
font-size: 2.8rem;
}  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -4.8rem;
} figure.wp-block-gallery.alignwide,
figure.wp-block-gallery.alignfull {
margin-bottom: 8rem;
margin-top: 8rem;
} .entry-content > .wp-block-group.alignwide.has-background,
.entry-content > .wp-block-group.alignfull.has-background {
padding: 8rem 4rem;
margin-bottom: 0;
margin-top: 0;
} .wp-block-image .alignleft { margin-right: 0;
}
.wp-block-image .alignright { margin-left: 0;
} hr.wp-block-separator {
margin: 8rem auto;
}  .entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft {
position: absolute; right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
max-width: calc((100% - 58rem) / 2 - 6rem);
}
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {
position: relative; right: inherit;
max-width: inherit;
}
[class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
position: absolute; right: calc((100% - 58rem) / 2 + 58rem + 4rem);
max-width: calc((100% - 58rem) / 2 - 4rem);
}
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft { right: calc((100% - 58rem) / 2 + 58rem);
}
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 4rem;
}
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright,
[class*="__inner-container"] > .alignright {
position: absolute; left: calc((100vw - 58rem) / 2 + 58rem + 2rem);
max-width: calc((100% - 58rem) / 2 - 6rem);
}
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {
position: relative; left: inherit;
max-width: inherit;
}
[class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
position: absolute; left: calc((100% - 58rem) / 2 + 58rem + 4rem);
max-width: calc((100% - 58rem) / 2 - 4rem);
}
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright { left: calc((100% - 58rem) / 2 + 58rem + 4rem);
}
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 4rem;
}
.entry-content > .alignwide:not(.wp-block-group.has-background),
.entry-content > .alignfull:not(.wp-block-group.has-background) {
margin-bottom: 8rem;
margin-top: 8rem;
} .alignfull > figcaption,
.alignfull > .wp-caption-text {
width: calc(100% - 10rem);
} .comment-meta {
padding-left: 0;
}
.comment-meta .avatar {
left: -8rem;
} .pagination .nav-links {
justify-content: space-between;
margin: 0;
width: 100%;
}
.nav-links > * {
margin: 0 2rem;
}
.pagination .next,
.pagination .prev {
display: block;
}
.pagination .prev {
margin: 0 auto 0 0;
}
.pagination .next {
text-align: right;
margin: 0 0 0 auto;
}  .footer-top {
align-items: center;
}
.footer-menu {
align-items: baseline;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
font-size: 2.1rem;
margin: -1.2rem 0 0 -2.4rem;
}
.footer-menu li {
margin: 1.2rem 0 0 2.4rem;
}
.powered-by-wordpress {
display: block;
}
}
@media ( min-width: 1220px ) {  h1,
.heading-size-1 {
font-size: 8.4rem;
}   ul.primary-menu {
margin: -0.8rem 0 0 -2.5rem;
}
.primary-menu > li {
margin: 0.8rem 0 0 2.5rem;
} .primary-menu-wrapper + .header-toggles {
margin-left: 4rem;
}
.header-toggles {
margin-right: -4rem;
}
.header-toggles .toggle {
padding: 0 4rem;
}    .cover-header + .post-inner {
padding-top: 10rem;
}  .singular .intro-text {
font-size: 3.2rem;
letter-spacing: -0.03125em;
line-height: 1.375;
}  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
margin-top: -6rem;
} figure.wp-block-gallery.alignfull {
margin-bottom: 10rem;
margin-top: 10rem;
} .entry-content > .wp-block-group.alignwide.has-background,
.entry-content > .wp-block-group.alignfull.has-background {
padding: 8rem 6rem;
margin-bottom: 0;
margin-top: 0;
} .wp-block-pullquote.alignwide blockquote p,
.wp-block-pullquote.alignfull blockquote p {
font-size: 6.4rem;
}
.wp-block-pullquote.is-style-solid-color.alignwide,
.wp-block-pullquote.is-style-solid-color.alignfull {
padding: 9rem 4rem 8rem;
}  .entry-content > .alignfull {
margin-bottom: 10rem;
margin-top: 10rem;
}
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft { right: calc((100% - 58rem) / 2 + 58rem - 2rem);
}
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright { left: calc((100% - 58rem) / 2 + 58rem + 6rem);
} .comment-reply-title {
font-size: 5.6rem;
line-height: 1.2;
margin-bottom: 6rem;
}
.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
margin: -4rem 0 6rem 0;
}
.comments .comment-respond .comment-reply-title {
font-size: 4.8rem;
}
.comments .comment-respond p.comment-notes,
.comments .comment-respond p.logged-in-as {
margin: -4.5rem 0 4rem 0;
}  .widget-content {
font-size: 2.1rem;
} .footer-menu {
font-size: 2.4rem;
margin: -1.5rem 0 0 -3rem;
}
.footer-menu li {
margin: 1.5rem 0 0 3rem;
}
ul.footer-social {
margin: -1rem 0 0 -1rem;
}
ul.footer-social li {
margin: 1rem 0 0 1rem;
}
.footer-social a {
height: 4.4rem;
width: 4.4rem;
}
.footer-social a::before {
font-size: 2rem;
} .footer-widgets-wrapper {
margin-left: -6rem;
width: calc(100% + 6rem);
}
.footer-widgets {
margin-left: 6rem;
}
}
@media ( min-width: 1240px ) { body.template-full-width .entry-content > .alignleft { margin-left: calc(( 100vw - 120rem ) / 2);
}
body.template-full-width .entry-content > .alignright { margin-right: calc(( 100vw - 120rem ) / 2);
}
}
@media ( min-width: 1280px ) {  figure.wp-block-gallery.alignleft { margin-left: -31rem;
}
figure.wp-block-gallery.alignright { margin-right: -31rem;
} .wp-block-separator.is-style-wide {
max-width: 120rem;
width: 100%;
}  .entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft { right: calc((100vw - 58rem) / 2 + 58rem + 4rem); margin-left: -31rem;
}
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright { left: calc((100vw - 58rem) / 2 + 58rem + 4rem); margin-right: -31rem;
}
.entry-content > .alignwide {
max-width: 120rem;
width: 120rem;
}
[class*="__inner-container"] > .alignwide {
max-width: 120rem;
width: 100%;
}
.alignleft,
.alignright,
.entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft,
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
max-width: 25rem;
} body.template-full-width .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
padding-left: 0;
padding-right: 0;
}
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft { margin-left: 0;
}
body.template-full-width [class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright { margin-right: 0;
}
}
@media ( min-width: 1330px ) {  .alignleft,
.alignright,
.entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft,
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
max-width: 29rem;
}  .wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
top: 0;
}
}
@media ( max-width: 800px ) { .customize-partial-edit-shortcuts-shown .footer-nav-widgets-wrapper .footer-inner.section-inner {
width: calc(100% - 8rem);
}
}