.site_donate_form .paypal_icon{
height: 35px;
}
.site_donate_form{
text-align: left;
color: #999999;line-height: initial;
}
.site_donate_form input.invalid{
box-shadow:0 0 2px 0 red;
-moz-box-shadow:0 0 2px 0 red;
-webkit-box-shadow:0 0 2px 0 red;
}
.modal .loading {
display: inline-block;
font-size: 20px;
margin: 0 10px;
vertical-align: middle;
visibility: hidden;
}
.modal-content {
border: medium none;
border-radius: 4px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
overflow: hidden;
}
.modal-backdrop.in {
opacity: 1;
}
.modal-backdrop {
background: rgba(28, 28, 28, 0.88) none repeat scroll 0 0;
}
.modal .popup_title {
background: #b93a41 none repeat scroll 0 0;
color: #fff;
font-size: 28px;
padding: 30px 100px 30px 30px;
position: relative;
}
.modal .popup_title h4 {
color: #fff;
font-weight: 700;
margin: 10px 0 0;
}
.modal .close_popup {
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 4px;
color: #fff;
cursor: pointer;
font-size: 16px;
height: 32px;
padding-top: 4px;
position: absolute;
right: 30px;
text-align: center;
top: 30px;
width: 33px;
}
.modal .close_popup:hover {
background: #fff none repeat scroll 0 0;
border-color: #fff;
color: #b93a41;
}
.modal .popup_content {
background: #fff none repeat scroll 0 0;
padding: 20px 30px;
position: relative;
}
.site_donate_form .amount_wrapper .button {
text-align: center;
}
.donation_popup_form .amount_wrapper, .site_donation_popup_form .amount_wrapper {
border-bottom: 1px solid #dcdcdc;
margin: 0 0 30px;
padding: 0 0 30px;
position: relative;
}
.donation_popup_form .amount_wrapper p, .site_donation_popup_form .amount_wrapper p {
color: #808080;
font-size: 13px;
margin: 0 0 8px;
}
.donation_popup_form .amount_wrapper input[type="radio"], .site_donation_popup_form .amount_wrapper input[type="radio"] {
display: none;
}
.donation_popup_form .amount_wrapper .button, .site_donation_popup_form .amount_wrapper .button {
cursor: pointer;
font-family: Georgia,Arial,sans-serif;
font-size: 14px;
font-style: italic;
font-weight: 400;
margin: 0 15px 0 0;
}
.donation_popup_form .amount_wrapper .form-control, .site_donation_popup_form .amount_wrapper .form-control {
display: inline-block;
font-size: 14px;
padding: 10px;
width: 150px;
} .button, body .wpb_btn-danger, body .wpb_btn-danger:active {
background: #b93a41 none repeat scroll 0 0;
border: 1px solid #b93a41;
border-radius: 4px;
box-shadow: none;
color: #fff;
display: inline-block;
font-size: 14px;
line-height: 17px;
padding: 10px 20px;
text-decoration: none !important;
text-shadow: none;
transition: all 0.3s linear 0s;
vertical-align: baseline;
}
.button.grey {
background: #e4e4e4 none repeat scroll 0 0;
border-color: #e4e4e4;
color: #8a8a8a;
}
.button.grey:hover {
background: #b93a41 none repeat scroll 0 0;
border-color: #b93a41;
color: #fff;
}
.button.black {
background: #4b4b4b none repeat scroll 0 0;
border-color: #4b4b4b;
color: #fff;
}
.button.black:hover {
background: #b93a41 none repeat scroll 0 0;
border-color: #b93a41;
color: #fff;
}
.button:hover, body .wpb_btn-danger:hover, .button:focus {
background: transparent none repeat scroll 0 0;
color: #b93a41;
text-shadow: none;
}
.button i {
font-size: 14px;
margin: 0 5px 0 -5px;
}
.button.bordered_1 {
background: transparent none repeat scroll 0 0;
border: 1px solid #b93a41;
color: #b93a41;
padding: 10px 20px;
}
.button.bordered_1:hover, .button.bordered_2:hover {
background: #b93a41 none repeat scroll 0 0;
color: #fff;
}.ui-tooltip {
max-width: 500px !important;
}
.ui-tooltip-content {
max-width: 500px !important;
}
.mlw_qmn_hint_link {
text-decoration:underline;
color:rgb(0,0,255);
}
@-moz-keyframes spinner-loader {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes spinner-loader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner-loader {
0% {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .qsm-spinner-loader:not(:required) {
-moz-animation: spinner-loader 1500ms infinite linear;
-webkit-animation: spinner-loader 1500ms infinite linear;
animation: spinner-loader 1500ms infinite linear;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
border-radius: 0.5em;
-moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
-webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
display: inline-block;
font-size: 10px;
width: 1em;
height: 1em;
margin: 1.5em;
overflow: hidden;
text-indent: 100%;
}
.mlw_qmn_message_before {
color: #666;
font-size: 18px;
display: block;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #f3f3f3;
}
.mlw_qmn_message_before p { margin: 0 0 10px 0; }
.quiz_section {
display: block;
border: 0;
margin: 0;
padding: 15px 0 15px 0;
font-size: 16px;
}
.quiz_section.border {
border-top: 1px solid #f3f3f3;
}
.quiz_section label,
.quiz_section .mlw_qmn_question {
display: block;
margin: 0 0 5px 0;
font-weight: bold;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
label.inline,
label.inline .mlw_qmn_question,
.quiz_section.inline .mlw_horizontal_multiple {
display: inline-block;
}
.quiz_section p.form-help {
margin: 5px 0 0 0;
font-size: 12px;
color: #999;
}
.quiz_section iframe { margin-bottom: 10px; }
.qmn_mc_answer_wrap {
display: block;
margin: 5px 0 5px 0;
}
.quiz_section .qmn_radio_answers label,
.quiz_section .qmn_check_answers label,
.quiz_section .qmn_accept_answers label {
display: inline;
margin: 0 10px 0 5px;
font-weight: normal;
font-size: 14px;
cursor: pointer;
}
.quiz_section.text-block h2 {
display: block;
margin: 0 0 10px 0;
}
.quiz_section select,
.quiz_section textarea,
.quiz_section input[type="text"],
.quiz_section input[type="email"],
.quiz_section input[type="number"] {
width: 70%;
min-height: 35px;
display: inline-block;
padding: 10px 8px 10px 8px;
font-size: 14px;
color: #555;
background: #fff;
border: 1px solid #e3e3e3;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.quiz_section select { height: 38px; }
.quiz_section select:hover,
.quiz_section textarea:hover,
.quiz_section input[type="text"]:hover,
.quiz_section input[type="email"]:hover,
.quiz_section input[type="number"]:hover,
.quiz_section select:focus,
.quiz_section textarea:focus,
.quiz_section input[type="text"]:focus,
.quiz_section input[type="email"]:focus,
.quiz_section input[type="number"]:focus {
outline: 0;
background: #f7f7f7;
border: 1px solid #bdc3c7;
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.qmn_fill_blank {
margin: 0 5px 0 5px;
width: 100px !important;
}
.qmn_fill_blank.small { width: 50px; }
.qmn_fill_blank.medium { width: 100px; }
.qmn_fill_blank.large { width: 150px; } .qmn_error_message {
color: #da4f49;
border: 1px solid #da4f49;
background: #F2DEDE;
display: block;
padding: 10px;
margin: 10px 0 10px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.quiz_section.qmn_error select,
.quiz_section.qmn_error textarea,
.quiz_section.qmn_error input[type="text"],
.quiz_section.qmn_error input[type="number"],
.quiz_section.qmn_error input[type="email"],
.quiz_section.qmn_error input[type="checkbox"],
.quiz_section.qmn_error select:hover,
.quiz_section.qmn_error textarea:hover,
.quiz_section.qmn_error input[type="text"]:hover,
.quiz_section.qmn_error input[type="number"]:hover,
.quiz_section.qmn_error input[type="email"]:hover,
.quiz_section.qmn_error input[type="checkbox"]:hover,
.quiz_section.qmn_error select:focus,
.quiz_section.qmn_error textarea:focus,
.quiz_section.qmn_error input[type="text"]:focus,
.quiz_section.qmn_error input[type="number"]:focus,
.quiz_section.qmn_error input[type="email"]:focus,
.quiz_section.qmn_error input[type="checkbox"]:focus  {
position: relative;
border: 1px solid #da4f49;
background: #F2DEDE;
-webkit-box-shadow: 0 0 10px rgba(218, 79, 73, .35);
-moz-box-shadow: 0 0 10px rgba(218, 79, 73, .35);
box-shadow: 0 0 10px rgba(218, 79, 73, .35);
}
.quiz_section.qmn_error { position: relative; }
.quiz_section.qmn_error:after {
content: '-';
color: #fff;
font-size: 20px;
font-family: 'Helvetica', Arial, sans-serif;
background: #da4f49;
text-align: center;
display: inline-block;
height: 20px;
line-height: 20px;
width: 20px;
position: absolute;
right: 0;
top: 12px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.quiz_section.qmn_error .qmn_radio_answers,
.quiz_section.qmn_error .qmn_check_answers,
.quiz_section.qmn_error .qmn_accept_answers {
border: 1px solid #da4f49;
background: #F2DEDE;
padding: 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.qmn_btn, .qmn_quiz_container .btn {
display: relative;
display: inline-block;
color: #666 !important;
background: #ccc !important;
font-size: 16px !important;
padding: 10px 20px 10px 20px !important;
text-decoration: none !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.05);
-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.05);
box-shadow: 0px 0px 6px rgba(0,0,0,.05);
-webkit-transition: background .25s ease-out;
-moz-transition: background .25s ease-out;
transition: background .25s ease-out;
}
.qmn_btn:hover, .qmn_quiz_container .btn:hover {
color: #fff;
background: #666;
}
.qmn_pagination {
position: relative;
display: block;
padding: 15px 0 15px 0;
border-top: 1px solid #f3f3f3;
}
.mlw_previous,
.mlw_next {
position: absolute;
top: 15px;
font-size: 14px;
text-transform: uppercase;
}
.mlw_previous { left: 0; }
.mlw_next { right: 0; }
.qmn_page_counter_message {
font-size: 14px;
color: #999;
width: 100px;
padding: 10px 20px 10px 20px;
margin: 0 auto;
text-align: center;
}
.mlw_qmn_timer {
z-index: 999;
display: inline-block;
position: fixed;
bottom: 20px;
right: 20px;
height: 50px;
line-height: 50px;
padding: 0 20px;
background: #34495e;
color: #fff;
-webkit-border-radius: 50px;
-moz-border-radius:  50px;
border-radius:  50px;
-webkit-box-shadow:  0 4px 8px rgba(0,0,0,.10);
-moz-box-shadow:  0 4px 8px rgba(0,0,0,.10);
box-shadow:  0 4px 8px rgba(0,0,0,.10);
}
.qmn_quiz_container select,
.qmn_quiz_container textarea,
.qmn_quiz_container input[type="text"],
.qmn_quiz_container input[type="email"],
.qmn_quiz_container input[type="number"] {
background: #fff;
border: 1px solid #2ecc71;
}
.qmn_quiz_container select:hover,
.qmn_quiz_container textarea:hover,
.qmn_quiz_container input[type="text"]:hover,
.qmn_quiz_container input[type="email"]:hover,
.qmn_quiz_container input[type="number"]:hover,
.qmn_quiz_container select:focus,
.qmn_quiz_container textarea:focus,
.qmn_quiz_container input[type="text"]:focus,
.qmn_quiz_container input[type="email"]:focus,
.qmn_quiz_container input[type="number"]:focus{
outline: 0;
background: #fff;
border: 1px solid #2ecc71;
-webkit-box-shadow: 0 0 10px rgba(46, 204, 113, .35);
-moz-box-shadow: 0 0 10px rgba(46, 204, 113, .35);
box-shadow: 0 0 10px rgba(46, 204, 113, .35);
}
.qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn {
color: #fff !important;
background: #2ecc71 !important;
}
.qmn_quiz_container .qmn_btn:hover, .qmn_quiz_container .btn:hover { background: #27ae60 !important; }
.quiz_section.quiz_end .qsm-submit-btn {
display: block;
margin: 10px 0;
} .border-none { border: 0; }
.margin-bottom { margin-bottom: 20px; }
@media (max-width: 768px) {
.quiz_section label,
.quiz_section .mlw_qmn_question {
font-size: 18px;
}
.quiz_section.radio .qmn_mc_answer_wrap label {
font-size: 18px;
}
.quiz_section p.form-help { font-size: 14px; }
.quiz_section select,
.quiz_section textarea,
.quiz_section input[type="text"] {
display: block;
width: 100%;
padding: 12px 10px 12px 10px;
font-size: 16px;
}
.mlw_previous,
.mlw_next,
.qmn_page_counter_message {
display: inline-block;
max-width: 100px;
text-align: center;
position: relative;
top: 0;
left: 0;
right: 0;
}
.mlw_qmn_timer { top: 20px; }
}