File: /home/kochikidswysewor/www/wp-content/themes/children-charity-child/main.min.css
@charset "UTF-8";
/*.element {
color: setcolor(primary);
color: setcolor(blue, secondary);
}*/
/* @import 'components/plugins';
@import 'components/navigation';
// Layout
@import 'layout/bootstrap';
@import 'layout/reset';
// Base
@import 'base/headings';
@import 'base/list-styles'; */
.btn {
align-items: center;
display: inline-flex;
justify-content: center;
height: 42px;
line-height: 1;
padding: 0 30px;
position: relative;
text-align: center;
text-decoration: none;
font-size: 11px;
color: #fff;
background: #df427a;
text-transform: uppercase;
border: 0;
font-weight: 600;
border-radius: 30px;
transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.btn svg {
width: 5px;
height: 11px;
fill: #fff;
margin-left: 10px;
}
.btn:hover {
background-color: #81256f;
text-decoration: none;
color: #fff;
}
@media (max-width: 1499px) {
.btn.icon_btn {
padding-left: 65px !important;
}
}
.btn.btn_alt {
background: #df427a;
color: #fff;
}
.btn.btn_alt svg {
fill: #fff;
}
.btn.btn_alt:before {
border-color: #df427a;
}
.btn.btn_alt:hover {
background-color: #000;
color: #fff;
}
.btn.btn_alt:hover svg {
fill: #fff;
}
.btn.btn_black {
background: #000;
color: #fff;
}
.btn.btn_black:hover {
background-color: #81256f;
color: #df427a;
}
.btn.btn_grey {
background-color: #9f9f9f;
border-color: #9f9f9f;
color: #fff;
}
.btn.btn_grey:hover {
background-color: #df427a;
border-color: #df427a;
color: #fff;
}
.btn.no-bg {
background-color: transparent !important;
border-color: transparent !important;
border-radius: 0;
-webkit-border-radius: 0;
color: #df427a !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
.btn.no-bg:hover {
color: #000 !important;
}
.btn.btn_center {
display: flex;
align-self: center;
margin: 0 auto;
max-width: 180px;
}
@media (max-width: 1199px) {
.btn.btn_center {
max-width: 156px;
}
}
.btn.btn_lg {
font-size: 2.6rem;
padding: 18px 30px;
}
.btn.btn_lg svg {
width: 7px;
height: 17px;
}
.btn.btn_lg:before {
left: -5px;
top: -5px;
}
.btn.btn_lg:hover:before {
left: 0;
top: 0;
}
@media (max-width: 1199px) {
.btn.btn_lg {
font-size: 16px;
padding: 10px 18px;
}
}
@media (max-width: 767px) {
.btn.btn_lg {
font-size: 15px;
}
}
.btn.btn_sm {
font-size: 14px;
padding: 10px 20px;
}
@media (max-width: 1499px) {
.btn.btn_sm {
font-size: 13px !important;
}
}
.btn.btn_white {
background: #fff;
color: #df427a;
border: 1px solid #fff;
}
.btn.btn_white:before {
border-color: #fff;
}
.btn.btn_white svg {
fill: #df427a;
}
.btn.btn_white:hover {
background-color: #000;
color: #fff;
border: 1px solid #000;
}
.btn.btn_white:hover svg {
fill: #fff;
}
.btn.white_btn {
background: #fff;
color: #000;
}
.btn.white_btn:hover {
background: #000;
color: #fff;
}
.back-btn {
align-items: center;
-webkit-align-items: center;
background-color: #df427a;
border: 0;
bottom: 100px;
color: #fff;
display: flex;
font-size: 1.4rem;
height: 32px;
margin-top: 30px;
min-width: 1px;
padding: 0 10px 0 8px;
position: fixed;
right: 0;
z-index: 100;
}
.back-btn:before {
border-bottom: 16px solid transparent;
border-right: 10px solid #df427a;
border-top: 16px solid transparent;
content: "";
display: block;
left: -10px;
position: absolute;
top: 0;
transition: all ease 0.4s;
-o-transition: all ease 0.4s;
-webkit-transition: all ease 0.4s;
z-index: 2;
}
.back-btn:hover {
background-color: #81256f;
color: #fff;
}
.back-btn:hover:before {
border-right-color: #81256f;
}
@media (max-width: 1199px) {
.back-btn {
display: none;
}
}
#back-to-top {
align-items: center;
background-color: #e66e99;
bottom: 0;
color: #000;
display: inline-flex;
font-size: 0;
flex-direction: column;
justify-content: center;
height: 42px;
opacity: 0;
overflow: hidden;
position: fixed;
right: 15px;
text-align: center;
transition: all ease 0.5s;
-o-transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
-webkit-transform: translateY(20px);
width: 38px;
z-index: 99;
}
#back-to-top.visible {
opacity: 1;
transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
-webkit-transform: translateY(0);
}
#back-to-top:before {
content: "";
border-left: 1px solid #fff;
border-top: 1px solid #fff;
height: 15px;
left: 30%;
position: absolute;
top: 70%;
transform: rotate(45deg) translate(-50%, -50%);
-webkit-transform: rotate(45deg) translate(-50%, -50%);
-moz-transform: rotate(45deg) translate(-50%, -50%);
-ms-transform: rotate(45deg) translate(-50%, -50%);
-o-transform: rotate(45deg) translate(-50%, -50%);
width: 15px;
}
#back-to-top:hover {
background-color: #df427a;
text-decoration: none;
}
@media (max-width: 1199px) {
#back-to-top {
display: none;
}
}
.tw-modal-wrapper {
background-color: rgba(0, 0, 0, 0.8);
height: 100vh;
left: 0;
opacity: 0;
overflow: hidden;
overflow-y: auto;
padding: 15px;
top: 0;
transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
-webkit-transform: scale(0, 0);
transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
width: 100vw;
z-index: 9999;
}
.tw-modal-wrapper .tw-modal-container {
background-color: #fff;
border-radius: 6px;
-webkit-border-radius: 6px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
padding: 25px;
position: relative;
}
.tw-modal-wrapper .tw-modal-close-button {
background-color: #df427a;
border-top-right-radius: 0px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px !important;
font-size: 1.125rem !important;
font-weight: 300;
height: 35px;
position: absolute;
right: 0;
top: 0;
width: 35px;
padding: 0px;
border-radius: 0px;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
background-color: #000;
}
.tw-modal-wrapper .tw-modal-header {
color: #df427a;
font-size: 20px !important;
font-size: 1.25rem !important;
font-weight: 500;
line-height: 1.2;
text-transform: uppercase;
}
.tw-modal-wrapper .tw-modal-body {
border-top: 1px solid rgba(223, 66, 122, 0.2);
margin-top: 15px;
padding-top: 10px;
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
max-width: 900px;
min-width: 500px;
}
.tw-modal-wrapper.modal-md .tw-modal-container {
min-width: 500px;
max-width: 600px;
transform: translateY(5%);
}
.tw-modal-wrapper.showed {
opacity: 1;
transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
}
@media (min-width: 768px) {
.tw-modal-wrapper .tw-modal-container {
padding: 40px;
}
.tw-modal-wrapper .tw-modal-close-button {
height: 36px;
width: 36px;
}
.tw-modal-wrapper .tw-modal-header {
font-size: 26px !important;
font-size: 1.625rem !important;
}
.tw-modal-wrapper .tw-modal-body {
margin-top: 12px;
padding-top: 15px;
}
}
@media (min-width: 1200px) {
.tw-modal-wrapper .tw-modal-header {
font-size: 30px !important;
font-size: 1.875rem !important;
}
}
@media (min-width: 1600px) {
.tw-modal-wrapper .tw-modal-header {
font-size: 32px !important;
font-size: 2rem !important;
}
}
.tw-modal-wrapper {
height: 100vh;
left: 0;
position: fixed;
top: 0;
width: 100vw;
z-index: 9999;
}
.tw-modal-wrapper.showed {
display: flex;
}
@media (max-width: 561px) {
.tw-modal-wrapper.modal-md .tw-modal-container {
min-width: 90%;
max-width: 90%;
}
}
/* ===== Forms ===== */
input {
box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
}
::-webkit-input-placeholder {
color: #000;
opacity: 1;
}
:-moz-placeholder {
color: #000;
opacity: 1;
}
::-moz-placeholder {
color: #000;
opacity: 1;
}
:-ms-input-placeholder {
color: #000;
opacity: 1;
}
:-ms-input-placeholder {
color: #000 !important;
opacity: 1;
}
.inline {
display: block;
}
.inline div {
display: inline-block;
float: left;
margin-right: 20px;
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=file],
.input,
textarea,
select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
background-color: transparent;
border: 1px solid #df427a !important;
border-radius: 0;
-webkit-border-radius: 0;
color: #908c92;
display: block;
font-weight: 400;
border-radius: 25px;
padding: 12px 20px;
width: 100%;
}
@media (max-width: 1023px) {
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=file],
.input,
textarea,
select {
padding: 10px 15px;
}
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=file]:focus,
.input:focus,
textarea:focus,
select:focus {
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
box-shadow: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
border-color: #d2d2d2 !important;
outline: 0;
}
textarea {
height: 100px;
resize: none;
}
@media (max-width: 1199px) {
textarea {
height: 85px;
padding-left: 10px;
padding-right: 10px;
}
}
.quote_page input[type=date],
.quote_page input[type=email],
.quote_page input[type=number],
.quote_page input[type=password],
.quote_page input[type=search],
.quote_page input[type=tel],
.quote_page input[type=text],
.quote_page input[type=url],
.quote_page input[type=file],
.quote_page .input,
.quote_page .btn_label textarea,
.quote_page select {
padding-top: 16px;
padding-bottom: 16px;
}
.quote_page textarea {
height: 150px;
}
.quote_page .form_row .form_col {
padding: 0 10px;
}
select {
-moz-appearance: none;
-webkit-appearance: none;
background: transparent;
background-position: right center;
outline: none;
text-overflow: ellipsis;
padding-right: 30px;
}
select:invalid {
color: #81256f;
}
select [disabled] {
color: #9d9d9d;
font-size: 1.5rem;
font-weight: 300;
}
select:focus, select:active {
outline: none;
}
.select_bx:after {
content: "";
border-top: 8px solid #1c335f;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
position: absolute;
right: 20px;
top: 50%;
transform: translate(0, -40%);
}
.calendar input {
padding-left: 55px;
}
input[type=date]::-webkit-inner-spin-button {
-webkit-appearance: none;
display: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
background-color: #3a6596;
display: block;
color: #fff;
}
/* == checkbox == */
label.checkbox {
margin-right: 40px;
padding-bottom: 10px;
font-size: 15px;
display: inline-block;
}
label.checkbox input[type=checkbox] {
display: none;
}
label.checkbox span {
border: 1px solid #fff;
display: inline-block;
height: 14px;
margin: 0 7px 0 0;
position: relative;
vertical-align: middle;
width: 14px;
top: -1px;
}
label.checkbox span:before {
color: #fff;
content: "✓";
display: block;
font-size: 10px;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transition: all ease 0.2s;
-o-transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
opacity: 0;
}
label.checkbox input:checked ~ span:before {
opacity: 1;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type="checkbox"]:checked + label span:before {
top: -1px;
}
}*/
/* == Radio buttons == */
input[type=radio] {
/*opacity: 0;
visibility: hidden;
position: absolute;*/
}
input[type=radio] + label {
color: #000;
}
input[type=radio] + label span {
background-color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #b2b2b2;
display: inline-block;
height: 18px;
margin: -5px 7px 0 0;
overflow: hidden;
position: relative;
vertical-align: middle;
width: 18px;
}
input[type=radio] + label span:before {
background-color: #fff;
content: "";
display: block;
height: 100%;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transition: all ease 0.2s;
-o-transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
width: 100%;
}
input[type=radio]:checked + label span {
border-color: #df427a;
}
input[type=radio]:checked + label span:before {
background-color: #df427a;
}
input[type=radio]:checked + label span:after {
content: "\e811";
}
input[type=radio]:disabled, input[type=radio]:disabled + label {
cursor: not-allowed;
opacity: 0.6;
}
@media (max-width: 1199px) {
input[type=radio] + label span {
height: 20px;
width: 20px;
}
input[type=radio] + label span:before {
height: 20px;
width: 20px;
}
}
/* == File Upload == */
.file-upload + label {
background-color: #df427a;
color: #fff;
cursor: pointer;
display: inline-block;
height: 42px;
line-height: 42px;
padding: 0 20px;
position: absolute;
right: 0;
top: 0;
text-align: center;
text-transform: capitalize;
transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.file-upload + label:hover {
background-color: #df427a !important;
}
.file-upload + label:hover strong {
background-color: #df427a !important;
}
.file-upload + label:hover {
background-color: #df427a;
}
.file-upload + label * {
pointer-events: none;
}
.file-upload.field + label {
color: #fff;
}
.file-upload.field + label:after {
position: relative;
top: -13px;
}
.file-upload.field + label span {
background-color: #f0f2f2;
border: #dfe1e1 solid 1px;
border-right: 0;
display: inline-block;
height: 36px;
line-height: 36px;
overflow: hidden;
padding: 0 15px;
text-overflow: ellipsis;
white-space: nowrap;
width: 200px;
}
.file-upload.field + label strong {
background-color: #df427a;
color: #fff;
display: inline-block;
font-weight: normal;
padding-left: 20px;
position: relative;
top: -13px;
transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.file-upload.field + label strong:hover {
background-color: #81256f;
}
.js .file-upload {
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
width: 0.1px;
z-index: -1;
}
.no-js .file-upload + label {
display: none;
}
.input-holder {
margin-bottom: 24px;
position: relative;
align-items: center;
*zoom: 1;
}
.input-holder:after, .input-holder:before {
content: "";
display: block;
}
.input-holder:after {
clear: both;
}
.input-holder span.error,
.input-holder span.newerror {
background-color: #e62828;
border-radius: 3px;
-webkit-border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 11px;
line-height: 1;
padding: 2px 3px;
position: absolute;
}
.input-holder span.error:after,
.input-holder span.newerror:after {
border-bottom: none;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #e62828;
bottom: -5px;
content: "";
position: absolute;
}
.input-holder.lined, .input-holder.inline {
display: flex;
}
.input-holder.lined input[type=radio] + label, .input-holder.inline input[type=radio] + label {
margin-right: 15px;
}
.input-holder .hint {
font-size: 1.4rem;
margin-top: 5px;
padding-left: 25px;
position: relative;
}
.input-holder .hint:before {
background-color: #000;
border-radius: 50%;
-webkit-border-radius: 50%;
content: "i";
color: #fff;
font-size: 10px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
height: 15px;
left: 0;
position: absolute;
top: 3px;
width: 15px;
}
.label {
display: block;
font-size: 1.4rem;
font-weight: 400;
margin-bottom: 10px;
}
.label i {
display: inline-block;
height: 20px;
margin-left: 10px;
width: 20px;
cursor: pointer;
}
.tooltip {
background-color: #1d1d1d;
border-radius: 5px;
-webkit-border-radius: 5px;
font-size: 13px !important;
color: #fff;
padding: 2px 7px;
position: relative;
max-width: 250px;
}
.tooltip.fade {
opacity: 0;
transition: opacity 0.15s linear;
}
.tooltip.fade.show {
opacity: 1;
}
.tooltip:before {
content: "";
left: -5px;
position: absolute;
height: 0;
width: 0;
border-bottom: 5px solid transparent;
border-right: 5px solid #1d1d1d;
border-top: 5px solid transparent;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
@keyframes rte {
0% {
transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
-webkit-transform: rotate(0);
}
100% {
transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
.rte {
-webkit-animation-name: rte;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rte;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
animation-name: rte;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
/*form common style*/
.form_row {
margin: 0 -10px;
display: flex;
padding-bottom: 0;
flex-wrap: wrap;
}
.form_row .form_col_3 {
padding: 0 10px;
width: 33.3333%;
}
.form_row .form_col_2 {
padding: 0 10px;
width: 50%;
}
@media (max-width: 767px) {
.form_row {
padding-bottom: 0;
}
.form_row .form_col_3,
.form_row .form_col_2 {
width: 100%;
flex: 0 0 100%;
}
}
/*end form common style*/
/*pop form*/
.pop_overlay {
display: none;
position: fixed;
width: 100%;
height: 100%;
background: rgba(51, 51, 51, 0.9);
top: 0;
z-index: 99999;
overflow: auto;
transition: all ease 1s;
}
.pop_overlay input[type=text],
.pop_overlay input[type=email],
.pop_overlay input[type=tel],
.pop_overlay input[type=file],
.pop_overlay select,
.pop_overlay textarea {
border: 1px solid #ccc !important;
padding-left: 10px;
}
.pop_overlay .close_bg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.pop_overlay .book_form {
padding: 0 !important;
}
.pop_overlay .form_wrap {
position: relative;
max-width: 800px;
background: #fff;
margin: 0 auto;
top: -100%;
border-radius: 5px;
transition: all ease 1s;
}
@media (max-width: 850px) {
.pop_overlay .form_wrap {
max-width: 600px;
}
}
@media (max-width: 650px) {
.pop_overlay .form_wrap {
max-width: 400px;
}
}
@media (max-width: 430px) {
.pop_overlay .form_wrap {
margin: 0 15px;
}
}
.pop_overlay .form_wrap .form_title {
position: relative;
color: #fff;
font-size: 2.1rem;
text-align: left;
background: #df427a;
padding: 14px 20px 14px 30px;
line-height: 1;
}
@media (max-width: 650px) {
.pop_overlay .form_wrap .form_title {
padding-left: 20px;
}
}
.pop_overlay .form_wrap .form_title .close_cta {
position: absolute;
right: 16px;
top: 50%;
transform: translate(0, -50%);
color: #000;
cursor: pointer;
width: 15px;
height: 15px;
}
.pop_overlay .form_wrap .form_title .close_cta svg {
fill: #ccc;
width: 15px;
height: 15px;
display: block;
}
.pop_overlay .form_wrap .form_title .close_cta:hover svg {
fill: #fff;
}
.pop_overlay .form_wrap form {
padding: 50px;
display: block;
background-size: cover;
}
@media (max-width: 650px) {
.pop_overlay .form_wrap form {
padding: 20px;
}
}
.pop_overlay .form_wrap .input-holder {
position: relative;
}
.pop_overlay .form_wrap .input-holder span.error {
position: absolute;
right: 0;
background: #f00;
padding: 5px 5px;
font-size: 12px;
border-radius: 2px;
color: #fff;
font-weight: 400;
bottom: initial;
}
.pop_overlay .form_wrap .input-holder span.error:after {
position: absolute;
border-top: 6px solid #f00;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
bottom: -4px;
right: 15px;
content: "";
}
.appear_form {
display: block;
}
.appear_form .form_wrap {
top: 15%;
transition: all ease 0.2s;
}
/*end pop form*/
/*submit_wrap and captcha*/
.submit_wrap {
display: flex;
}
.submit_wrap label.btn,
.submit_wrap input[type=submit] {
margin-left: auto;
margin-right: 0;
}
@media (max-width: 649px) {
.pop_overlay .submit_wrap {
text-align: right;
display: block;
}
.pop_overlay .submit_wrap .google-captcha {
display: inline-block;
}
}
.input-holder {
position: relative;
}
.input-holder span.error,
.input-holder span.newerror {
position: absolute;
right: 0;
background: #f00;
padding: 5px 5px;
font-size: 12px;
border-radius: 2px;
color: #fff;
font-weight: 400;
bottom: initial;
}
.input-holder span.error:after,
.input-holder span.newerror:after {
position: absolute;
border-top: 6px solid #f00;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
bottom: -4px;
right: 15px;
content: "";
}
.textarea_field span.error,
.textarea_field span.newerror,
.google-captcha span.error,
.google-captcha span.newerror,
.sigPad span.error,
.sigPad span.newerror {
bottom: auto;
top: -23px;
}
span.error:before {
display: none;
}
select {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMS45IDciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDExLjkgNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZD0iTTUuOSw3QzUuNyw3LDUuNCw2LjksNS4yLDYuN0wwLjMsMS44Yy0wLjQtMC40LTAuNC0xLjEsMC0xLjVzMS4xLTAuNCwxLjUsMGw0LjEsNC4xbDQuMS00LjFjMC40LTAuNCwxLjEtMC40LDEuNSwwDQoJczAuNCwxLjEsMCwxLjVMNi43LDYuN0M2LjUsNi45LDYuMiw3LDUuOSw3eiIvPg0KPC9zdmc+DQo=);
background-position: right 15px center;
background-repeat: no-repeat;
background-size: 10px 6px;
border: 1px solid #d2d2d2;
}
/*gravity form*/
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme textarea {
padding: 14px !important;
background: #fff;
}
.gform_wrapper.gravity-theme select {
padding-top: 14px !important;
padding-bottom: 14px !important;
padding-left: 14px !important;
background-color: #fff;
}
.gform_heading .gform_title,
.gform_heading .gform_required_legend {
display: none;
}
/*newsletter*/
#gform_46 #field_46_1 {
padding-top: 14px;
padding-bottom: 14px;
}
/*end newsletter*/
#gform_1 {
padding: 50px;
background: #d9e6ef;
}
#gform_1 .gform_fields:before, #gform_1 .gform_fields:after {
display: none;
}
#gform_1 #field_1_1 input,
#gform_1 #field_1_1 textarea,
#gform_1 #field_1_2 input,
#gform_1 #field_1_2 textarea,
#gform_1 #field_1_3 input,
#gform_1 #field_1_3 textarea,
#gform_1 #field_1_4 input,
#gform_1 #field_1_4 textarea,
#gform_1 #field_1_5 input,
#gform_1 #field_1_5 textarea {
background: #fff;
border: 1px solid #fff;
border-radius: 8px;
}
#gform_1 #field_1_10 .ginput_container {
width: 100%;
text-align: right;
}
#gform_1 #field_1_10 .ginput_container label {
margin-right: 0;
}
#gform_1 #field_1_7 {
display: flex;
}
#gform_1 #field_1_7 label {
display: none;
}
#gform_1 #field_1_7 #input_1_7 {
margin-left: auto;
margin-right: 0;
width: auto;
}
#gform_1 .gform_footer {
text-align: right;
}
#gform_6 {
padding: 50px;
background: #d9e6ef;
}
#gform_6 .gform_fields:before, #gform_6 .gform_fields:after {
display: none;
}
#gform_6 #field_6_1 input,
#gform_6 #field_6_1 select,
#gform_6 #field_6_2 input,
#gform_6 #field_6_2 select,
#gform_6 #field_6_3 input,
#gform_6 #field_6_3 select,
#gform_6 #field_6_16 input,
#gform_6 #field_6_16 select,
#gform_6 #field_6_22 input,
#gform_6 #field_6_22 select,
#gform_6 #field_6_5 input,
#gform_6 #field_6_5 select,
#gform_6 #field_6_4 input,
#gform_6 #field_6_4 select {
background-color: #fff;
border: 1px solid #fff;
border-radius: 8px;
}
#gform_6 #gfield_description_6_4 {
padding: 15px;
margin: 20px 0 0;
background: #df427a;
color: #fff;
}
#gform_6 #field_6_21 .ginput_container {
width: 100%;
text-align: right;
}
#gform_6 #field_6_21 .ginput_container label {
margin-right: 0;
}
#gform_6 #field_6_15 {
display: flex;
}
#gform_6 #field_6_15 label {
display: none;
}
#gform_6 #field_6_15 #input_6_15 {
margin-left: auto;
margin-right: 0;
width: auto;
}
#gform_6 .gform_footer {
text-align: right;
}
/*end gravity forms*/
/*radio input*/
.custom_radio {
position: relative;
cursor: pointer;
}
.custom_radio input {
display: none;
}
.custom_radio span {
display: block;
padding-left: 25px;
position: relative;
}
.custom_radio span:before {
content: "";
position: absolute;
left: 0;
top: 6px;
width: 14px;
height: 14px;
border-radius: 15px;
background: #fff;
border: 1px solid #868686;
}
.custom_radio input:checked ~ span:before {
border: 3px solid #df427a;
box-shadow: 0px 0px 9.7px 0.3px rgba(0, 0, 0, 0.32);
}
/*end radio input*/
body.compensate-for-scrollbar {
overflow: hidden;
margin-right: 0;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
touch-action: manipulation;
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
opacity: 0.9;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity 0.25s ease, visibility 0s ease 0.25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
opacity: 1;
transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden;
display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: transform, opacity;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide:before {
content: "";
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image:before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
transform-origin: top left;
transition-property: transform, opacity;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-iframe,
.fancybox-video {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
}
.fancybox-button {
background: rgba(30, 30, 30, 0.6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color 0.2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
}
.fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: scaleX(0);
transform-origin: 0;
transition-property: transform;
transition-timing-function: linear;
z-index: 99998;
}
.fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: 0.8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
}
.fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
left: env(safe-area-inset-left);
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
right: env(safe-area-inset-right);
}
.fancybox-caption {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 75px 44px 25px;
pointer-events: none;
right: 0;
text-align: center;
z-index: 99996;
}
/*@supports (padding:max(0px)) {
.fancybox-caption {
padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
}
}*/
.fancybox-caption--separate {
margin-top: -50px;
}
.fancybox-caption__body {
max-height: 50vh;
overflow: auto;
pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
}
.fancybox-loading {
animation: a 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: 0.7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@keyframes a {
to {
transform: rotate(1turn);
}
}
.fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
opacity: 0;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-close-small {
right: -6px;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
.fancybox-caption {
padding-left: 12px;
padding-right: 12px;
}
/*@supports (padding:max(0px)) {
.fancybox-caption {
padding-left: max(12px, env(safe-area-inset-left));
padding-right: max(12px, env(safe-area-inset-right))
}
}*/
}
.fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all 0.2s;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
}
.fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, 0.1);
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a:before {
border: 6px solid #ff5268;
bottom: 0;
content: "";
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
opacity: 1;
}
@media (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}
/*Faq Accordion*/
.faq_wrap {
padding-top: 20px;
}
.faq_wrap .faq_item {
margin-bottom: 10px;
}
.faq_wrap .faq_item .acc_head {
padding: 25px 60px 25px 40px;
font-size: 22px;
font-weight: 600;
line-height: 1.1;
background: #fff;
cursor: pointer;
border-radius: 4px;
display: flex;
align-items: center;
position: relative;
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.faq_wrap .faq_item .acc_head:after {
content: "";
min-height: inherit;
font-size: 0;
}
.faq_wrap .faq_item .acc_head .ico_down {
position: absolute;
right: 30px;
top: 32px;
width: 21px;
height: 11px;
transition: all ease 0.2s;
fill: #df427a;
}
@media (max-width: 1499px) {
.faq_wrap .faq_item .acc_head {
font-size: 18px;
}
.faq_wrap .faq_item .acc_head .ico_down {
top: 30px;
right: 20px;
}
}
@media (max-width: 1199px) {
.faq_wrap .faq_item .acc_head {
font-size: 18px;
}
.faq_wrap .faq_item .acc_head .ico_down {
top: 20px;
right: 20px;
}
}
@media (max-width: 1199px) {
.faq_wrap .faq_item .acc_head {
padding: 10px 60px 10px 20px;
min-height: 30px;
font-size: 16px;
}
}
.faq_wrap .faq_item.acc_active {
margin-bottom: 0;
}
.faq_wrap .faq_item.acc_active .acc_head {
color: #fff;
background: #81256f;
margin-bottom: 0;
}
.faq_wrap .faq_item.acc_active .acc_head .ico_down {
transform: rotate(180deg);
fill: #fff;
}
.faq_wrap .faq_item .acc_content {
padding: 30px;
background: rgba(255, 255, 255, 0.5);
}
.faq_wrap .faq_item .acc_content .link_list li {
padding-bottom: 10px;
}
@media (max-width: 1199px) {
.faq_wrap {
padding-top: 10px;
}
}
.clear {
clear: both;
}
.center {
justify-content: center;
text-align: center;
}
.center .btn {
float: none;
margin-left: auto;
margin-right: auto;
}
.left_align {
text-align: left;
}
.left_align h1.entry-title {
text-align: left;
}
body {
color: #000;
font-family: "Poppins", sans-serif;
}
body .grecaptcha-badge {
display: none !important;
}
a {
color: #81256f;
}
a:hover {
color: #df427a;
}
.flex_bx {
display: flex;
justify-content: space-between;
}
.flex_bx:before, .flex_bx:after {
content: none;
}
.dFlex {
display: flex;
}
.vCenter {
align-items: center;
}
.vhCenter {
display: flex;
align-items: center;
justify-content: center;
}
.hRight {
display: flex;
justify-content: flex-end;
}
.inline-group {
--bs-gutter-x: 30px;
display: flex;
flex-wrap: wrap;
margin-left: calc(-0.5 * var(--bs-gutter-x));
margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.inline-group > * {
flex-shrink: 0;
margin-bottom: calc(var(--bs-gutter-x) * 0.5);
margin-top: calc(var(--bs-gutter-x) * 0.5);
max-width: 100%;
padding-left: calc(var(--bs-gutter-x) * 0.5);
padding-right: calc(var(--bs-gutter-x) * 0.5);
width: 100%;
}
.inline-group .auto-width {
flex: 0 0 auto;
width: auto;
}
.tw-row {
display: flex;
flex-wrap: wrap;
margin-left: calc(-0.5 * var(--bs-gutter-x));
margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.tw-row > * {
flex-shrink: 0;
margin-bottom: calc(var(--bs-gutter-x) * 0.5);
margin-top: calc(var(--bs-gutter-x) * 0.5);
max-width: 100%;
padding-left: calc(var(--bs-gutter-x) * 0.5);
padding-right: calc(var(--bs-gutter-x) * 0.5);
width: 100%;
}
.tw-row.v-gap-none > * {
margin-bottom: 0;
margin-top: 0;
}
.tw-row .auto-width {
flex: 0 0 auto;
width: auto;
}
.col {
flex: 1 0 0%;
}
.p-b-0 {
padding-bottom: 0 !important;
}
.p-b-20 {
padding-bottom: 20px;
}
.m_bt-0 {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.m-l-auto {
margin-left: auto;
}
.common_sec {
padding-top: 70px;
padding-bottom: 70px;
}
@media (min-width: 1500px) {
.common_sec.space_40 {
padding-top: 40px;
padding-bottom: 40px;
}
.common_sec.space_50 {
padding-top: 50px;
padding-bottom: 50px;
}
.common_sec.space_60 {
padding-top: 60px;
padding-bottom: 60px;
}
.common_sec.space_70 {
padding-top: 70px;
padding-bottom: 70px;
}
.common_sec.space_80 {
padding-top: 80px;
padding-bottom: 80px;
}
.common_sec.space_90 {
padding-top: 90px;
padding-bottom: 90px;
}
.common_sec.space_100 {
padding-top: 100px;
padding-bottom: 100px;
}
.common_sec.space_120 {
padding-top: 120px;
padding-bottom: 120px;
}
.common_sec.space_20 {
padding-top: 20px;
padding-bottom: 20px;
}
}
@media (max-width: 1499px) {
.common_sec {
padding-top: 60px;
padding-bottom: 60px;
}
.common_sec.space_20 {
padding-top: 20px;
padding-bottom: 20px;
}
.common_sec.space_40 {
padding-top: 40px;
padding-bottom: 40px;
}
}
@media (max-width: 1199px) {
.common_sec {
padding-top: 50px;
padding-bottom: 50px;
}
.common_sec.space_20 {
padding-top: 20px;
padding-bottom: 20px;
}
.common_sec.space_40 {
padding-top: 40px;
padding-bottom: 40px;
}
}
.no_pad_btm {
padding-bottom: 0 !important;
}
@media (max-width: 1199px) {
.no_pad_btm {
padding-bottom: 0 !important;
}
}
.no_pad_top {
padding-top: 0 !important;
}
@media (max-width: 1199px) {
.no_pad_top {
padding-top: 0 !important;
}
}
h1,
h2,
h3,
h4,
h5 {
margin: 0;
padding: 0 0 20px;
font-weight: 600;
line-height: 1.2;
}
@media (max-width: 767px) {
h1 {
font-size: 2.8rem;
line-height: 1.1;
}
.leftCnt{
padding-bottom: 15px;
}
}
@media (max-width: 561px) {
h1 {
font-size: 2.4rem;
}
}
img {
max-width: 100%;
}
.primary_color {
color: #df427a;
}
p.p_large {
font-size: 30px;
line-height: 1.2;
}
@media (max-width: 1199px) {
p.p_large {
font-size: 20px;
}
}
.popup_cta {
cursor: pointer;
}
/*common style*/
.sec_title {
font-size: 50px;
line-height: 1.1;
font-weight: 600;
position: relative;
padding-bottom: 15px;
}
.sec_title a {
color: inherit;
}
.sec_title a:hover {
color: #81256f !important;
}
@media (max-width: 1600px) {
.sec_title {
font-size: 45px;
}
}
@media (max-width: 1499px) {
.sec_title {
font-size: 40px;
}
}
@media (max-width: 1199px) {
.sec_title {
font-size: 32px;
}
}
@media (max-width: 767px) {
.sec_title {
font-size: 28px;
}
}
.sec_title_sm {
font-size: 50px;
}
@media (max-width: 1600px) {
.sec_title_sm {
font-size: 45px;
}
}
@media (max-width: 1499px) {
.sec_title_sm {
font-size: 40px;
}
}
@media (max-width: 1199px) {
.sec_title_sm {
font-size: 32px;
}
}
@media (max-width: 767px) {
.sec_title_sm {
font-size: 28px;
}
}
.dot_list ul li {
position: relative;
}
.dot_list ul li:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 5px !important;
height: 5px !important;
background-color: #fff !important;
}
.a_login_row {
max-width: 1000px;
margin: 40px auto 0;
}
.a_login_row .a_login_L {
width: 48%;
padding: 40px;
border: 1px solid #ccc;
}
.a_login_row .a_reg_R {
width: 48%;
padding: 40px;
border: 1px solid #ccc;
}
.add_cause_bx {
max-width: 800px;
margin: 13px auto 0;
}
.file_upload_inner {
position: relative;
}
#file_field {
position: absolute;
height: 100%;
width: 100%;
opacity: 0;
}
/*datepicker*/
input.datePicker {
background: url(assets/svg/date.svg) no-repeat;
background-position: calc(100% - 14px) center;
background-size: 20px 20px;
}
.datepicker table {
border-collapse: collapse;
width: 100%;
}
.datepicker table tr,
.datepicker table th,
.datepicker table td {
vertical-align: middle;
font-size: 16px;
}
.datepicker table th {
font-weight: 600;
}
/*end datepicker*/
.case_i {
display: flex;
width: 100%;
border-bottom: 1px solid #efefef;
align-items: center;
}
.case_i .case_n {
width: 45%;
padding: 10px;
}
.case_i .case_agen {
width: 30%;
padding: 10px;
}
.case_i .case_cta {
display: flex;
width: 25%;
padding: 10px;
justify-content: flex-end;
}
.case_i .case_cta a {
margin: 5px;
}
.right_cta {
text-align: right;
padding-top: 30px;
}
.pop__up {
text-align: center;
}
.right_img {
max-width: 50%;
float: right;
margin-left: 50px;
margin-bottom: 20px;
}
.dashboard_page .admin_side_menu {
background-color: #e1e1e1;
padding-left: 30px;
padding-right: 30px;
height: 100%;
}
.admin_side_menu ul a {
color: #000;
display: inline-block;
font-size: 16px !important;
font-size: 1rem !important;
font-weight: 500;
line-height: 1;
padding-bottom: 12px;
padding-top: 12px;
}
.admin_side_menu ul a:hover {
color: #df427a;
}
.admin_side_menu ul a span {
color: #df427a;
font-weight: 700;
}
.admin_side_menu ul li:not(:last-child) {
border-bottom: 1px solid #ccc;
}
.list_wrapper li {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 6px;
-webkit-border-radius: 6px;
margin-bottom: 10px;
padding: 20px !important;
position: relative;
}
.list_wrapper li label small {
color: rgba(0, 0, 0, 0.4);
display: inline-block;
font-style: italic;
padding-left: 10px;
text-transform: none !important;
}
.list_wrapper li.new {
background-color: rgba(129, 37, 111, 0.1);
border-color: rgba(129, 37, 111, 0.4);
}
.list_wrapper li.new:before {
background-color: #81256f;
border-radius: 2px;
-webkit-border-radius: 2px;
color: #fff;
content: "New";
display: inline-block;
font-family: "Poppins", sans-serif;
font-size: 10px;
font-weight: 400;
left: -5px;
line-height: 1;
padding: 4px 6px;
position: absolute;
text-transform: uppercase;
top: -5px;
width: auto;
z-index: 3;
}
.list_wrapper li:before {
display: none;
}
.list_wrapper .user_name .amount {
clear: both;
color: #df427a;
display: block;
font-size: 14px;
font-weight: 700;
padding-top: 0px;
}
.list_wrapper .don_items {
display: flex;
flex-wrap: wrap;
line-height: 1.5;
}
.list_wrapper .don_items .btn-group {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
margin-left: auto;
}
.list_wrapper .feed_close {
display: flex;
align-items: center;
justify-content: center;
background-color: #000;
border: 0 !important;
border-radius: 50%;
-webkit-border-radius: 50%;
color: #fff;
height: 32px;
margin-right: 15px;
padding: 0 !important;
width: 32px;
}
.list_wrapper .feed_close:hover {
background-color: #81256f;
}
.list_wrapper .feed_wrapper {
border-top: 1px dashed #ccc;
display: none;
margin-top: 12px;
padding-top: 12px;
}
.list_wrapper input[type=submit].btn {
line-height: 1 !important;
}
.list_wrapper li.opened .feed_wrapper {
display: block;
}
.list_wrapper.userPage li.new:before {
content: "Pending";
}
.editable_wrapper label {
width: 100%;
}
.editable_wrapper .form-elem {
width: 100%;
}
.editable_wrapper .submit_wrap {
display: none;
}
.editable_wrapper input[type=submit].btn {
line-height: 1 !important;
padding-bottom: 13px !important;
padding-top: 13px !important;
}
.editable_wrapper .edit_btn {
background-color: transparent;
border: 0;
color: #81256f;
font-size: 15px;
font-style: italic;
font-weight: 500;
margin-left: 30px;
padding: 0;
text-transform: none;
}
.editable_wrapper .edit_btn:hover {
color: #df427a;
}
.editable_wrapper .edit_wrap.updateme .submit_wrap {
display: flex;
}
.Feed_Outer {
display: flex;
flex-wrap: wrap;
}
.Feed_Outer .feed_tit {
font-weight: 700;
width: 100%;
margin-bottom: 15px;
font-size: 21px;
margin-top: 20px;
}
.Feed_Outer .agent_feedback-bx {
flex: 47%;
margin-right: 3%;
}
.Feed_Outer .agent_feedback-bx .agent_Ftit {
font-weight: 500;
line-height: 1.2;
padding: 0 0 10px;
font-size: 16px;
border-bottom: 1px dashed #ccc;
margin-bottom: 10px;
}
.Feed_Outer .agent_feedback-bx .agent_dwnld a {
color: #df427a;
}
.Feed_Outer .agent_feedback-bx .agent_dwnld a:hover {
color: #81256f;
}
.Feed_Outer .user_feedback-bx {
flex: 47%;
margin-left: auto;
}
.Feed_Outer .user_feedback-bx .user_Ftit {
font-weight: 500;
line-height: 1.2;
padding: 0 0 10px;
font-size: 16px;
border-bottom: 1px dashed #ccc;
margin-bottom: 10px;
}
body.page-template-page-checkout-php .headline_text h1 {
display: none;
}
#payWithPaypal {
margin-top: 20px;
position: relative;
}
#payWithPaypal input.form-control, #payWithPaypal textarea.form-control {
width: 100%;
}
.feed_add_wrp .feed_close {
margin-right: 0px;
margin-left: 15px;
line-height: 1;
}
#cause-msg, #result-msg, .register-msg {
padding: 5px 10px;
font-size: 12px;
line-height: 1.1;
background: green;
border-radius: 5px;
margin-bottom: 10px;
color: #fff;
width: -moz-fit-content;
width: fit-content;
display: none;
}
.register-msg {
margin-bottom: 0px;
}
.header_donation_but a:last-child {
margin-left: 30px;
}
.a_reg_R .input-holder .auto-width span.error {
left: 15px !important;
right: inherit !important;
top: -15px !important;
}
@media (min-width: 768px) {
.tw-col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.tw-col-md-4 {
flex: 0 0 33.33333%;
width: 33.33333%;
}
.tw-col-md-8 {
flex: 0 0 66.66667%;
width: 66.66667%;
}
.tw-col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.editable_wrapper label {
flex: 0 0 35%;
max-width: 35%;
padding-right: 15px;
}
.editable_wrapper .form-elem {
flex: 0 0 65%;
max-width: 65%;
}
}
@media (min-width: 1200px) {
.p-l-50 {
padding-left: 30px !important;
}
}
@media (max-width: 1199px) {
.common_sec textarea {
padding: 10px 25px;
}
}
@media (min-width: 1600px) {
.p-l-50 {
padding-left: 50px !important;
}
.admin_side_menu ul a {
font-size: 20px !important;
font-size: 1.25rem !important;
padding-bottom: 20px;
padding-top: 20px;
}
}
@media (min-width: 768px) {
main.common_sec {
padding-left: 30px !important;
}
.add_cause_bx {
max-width: 100%;
}
}
@media (max-width: 767px) {
main.common_sec {
padding-left: 0px !important;
}
aside .common_sec {
padding-left: 30px !important;
}
.form_row .form_col_2 {
padding: 0px;
}
.form_row {
margin: 0 0px;
}
form#case {
overflow-y: scroll;
height: auto;
min-height: auto;
max-height: 500px;
}
}
@media (max-width: 561px) {
.Feed_Outer .agent_feedback-bx {
flex: 100%;
margin-right: 0px;
margin-bottom: 15px;
}
.Feed_Outer .user_feedback-bx {
flex: 100%;
}
.faq_wrap .faq_item .acc_content{
padding: 20px 0 0;
}
.input-holder{
display: block !important;
}
.a_login_row.flex_bx{
flex-wrap: wrap;
}
.a_login_row .a_login_L{
width: 100%;
}
.a_login_row .a_reg_R{
width: 100%;
}
}