@charset "UTF-8";
[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
display:none;
}
.wpcf7cf_repeater_sub {
margin-bottom: 20px;
}
.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 20px;
}
.wpcf7cf_multistep .wpcf7cf_step { width: 100%;
}
.wpcf7cf_multistep .wpcf7cf_step .step-title {
display: none;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots {
display: flex;
width: 100%;
margin-bottom: 20px;
flex-wrap: wrap;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
display: inline-block;
border-radius: 50%;
background: #dfdfdf;
color: #000000;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
border-bottom: 5px solid #dfdfdf;
text-align: center;
flex: 1;
padding: 15px;
min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
border-bottom: 5px solid #333;
font-weight: bold;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_step_controls .disabled {
pointer-events: none;
cursor: default;
opacity: .5;
}
  @keyframes a {
to {
transform: rotate(1turn);
}
}
.opal-clip-path {
clip-path: polygon(
0 0,
calc(50% - 15px) 0,
calc(50% - 15px) calc(50% - 15px),
0 calc(50% - 15px),
0 calc(50% + 15px),
0 100%,
calc(50% - 15px) 100%,
calc(50% - 15px) calc(50% + 15px),
0 calc(50% + 15px),
0 calc(50% - 15px),
calc(50% - 15px) calc(50% - 15px),
calc(50% + 15px) calc(50% - 15px),
calc(50% + 15px) 50px,
100% 50px,
100% calc(100% - 120px),
calc(50% + 15px) calc(100% - 120px),
calc(50% + 15px) calc(50% - 15px),
calc(50% - 15px) calc(50% - 15px),
0 calc(50% - 15px)
);
} html {
font-family: Barlow, sans-serif;
line-height: 1.875;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
overflow-x: hidden;
}
article,
aside,
footer,
header,
nav,
section {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
figcaption,
figure,
main {
display: block;
}
figure {
margin: 1em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
outline-width: 0;
}
abbr[title] {
border-bottom: 1px dotted;
text-decoration: none;
border-bottom-color: #e5e5e5;
}
b,
strong {
font-weight: inherit;
font-weight: 700;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
mark {
color: #000;
background-color: #e5e5e5;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-family: Barlow, sans-serif;
font-size: 100%;
line-height: 1.875;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
-webkit-appearance: button;
cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
border: 1px solid;
border-color: #bbb;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
display: inline-block;
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details,
menu {
display: block;
}
summary {
display: list-item;
}
canvas {
display: inline-block;
}
[hidden],
template {
display: none;
}
.block-fullwidth {
position: relative;
width: 100vw;
left: 50%;
margin-left: -50vw;
}  .blog .gallery-columns-6 .gallery-caption,
.blog .gallery-columns-7 .gallery-caption,
.blog .gallery-columns-8 .gallery-caption,
.blog .gallery-columns-9 .gallery-caption,
.campain-grid-style-1 .give-wrap .give-card__link span,
.custom-logo-link + .site-branding-text,
.elementor-element .gallery-columns-6 .gallery-caption,
.elementor-element .gallery-columns-7 .gallery-caption,
.elementor-element .gallery-columns-8 .gallery-caption,
.elementor-element .gallery-columns-9 .gallery-caption,
.entry-gallery .gallery-columns-6 .gallery-caption,
.entry-gallery .gallery-columns-7 .gallery-caption,
.entry-gallery .gallery-columns-8 .gallery-caption,
.entry-gallery .gallery-columns-9 .gallery-caption,
.menu-toggle .m-text,
.screen-reader-text,
.single .gallery-columns-6 .gallery-caption,
.single .gallery-columns-7 .gallery-caption,
.single .gallery-columns-8 .gallery-caption,
.single .gallery-columns-9 .gallery-caption,
.widget .gallery-columns-6 .gallery-caption,
.widget .gallery-columns-7 .gallery-caption,
.widget .gallery-columns-8 .gallery-caption,
.widget .gallery-columns-9 .gallery-caption {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.blog .gallery-columns-6 .gallery-caption:focus,
.blog .gallery-columns-7 .gallery-caption:focus,
.blog .gallery-columns-8 .gallery-caption:focus,
.blog .gallery-columns-9 .gallery-caption:focus,
.campain-grid-style-1 .give-wrap .give-card__link span:focus,
.custom-logo-link + .site-branding-text:focus,
.elementor-element .gallery-columns-6 .gallery-caption:focus,
.elementor-element .gallery-columns-7 .gallery-caption:focus,
.elementor-element .gallery-columns-8 .gallery-caption:focus,
.elementor-element .gallery-columns-9 .gallery-caption:focus,
.entry-gallery .gallery-columns-6 .gallery-caption:focus,
.entry-gallery .gallery-columns-7 .gallery-caption:focus,
.entry-gallery .gallery-columns-8 .gallery-caption:focus,
.entry-gallery .gallery-columns-9 .gallery-caption:focus,
.menu-toggle .m-text:focus,
.screen-reader-text:focus,
.single .gallery-columns-6 .gallery-caption:focus,
.single .gallery-columns-7 .gallery-caption:focus,
.single .gallery-columns-8 .gallery-caption:focus,
.single .gallery-columns-9 .gallery-caption:focus,
.widget .gallery-columns-6 .gallery-caption:focus,
.widget .gallery-columns-7 .gallery-caption:focus,
.widget .gallery-columns-8 .gallery-caption:focus,
.widget .gallery-columns-9 .gallery-caption:focus {
background-color: #f1f1f1;
color: #21759b;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
display: block;
font-size: 14px;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.overflow-hidden {
overflow: hidden !important;
}
.overflow-auto {
overflow: auto !important;
}
.overflow-visiable {
overflow: visible !important;
}
.overflow-scroll {
overflow: scroll !important;
}
.overflow-inherit {
overflow: inherit !important;
}
.overflow-initial {
overflow: initial !important;
} body:not(.opal-content-layout-2cl):not(.opal-content-layout-2cr) .alignfull {
width: auto;
max-width: 100vw;
clear: both;
}
.alignleft {
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.post-content .aligncenter,
.post-content .alignfull,
.post-content .alignnone,
.post-content .alignwide,
.post-content img.alignleft,
.post-content img.alignright {
margin-bottom: 1.5em;
}
.alignfull:not(.has-background) .wp-block-columns,
.wp-block-columns.alignfull {
padding-left: 1.5em;
padding-right: 1.5em;
} .clear:after,
.clear:before,
.elementor-widget-wp-widget-recent-posts ul:after,
.elementor-widget-wp-widget-recent-posts ul:before,
.widget_recent_entries ul:after,
.widget_recent_entries ul:before {
content: "";
display: table;
table-layout: fixed;
}
.clearfix:after {
display: block;
clear: both;
content: "";
}
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.entry-content:after,
.entry-content:before,
.pagination:after,
.pagination:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.elementor-widget-wp-widget-recent-posts ul:after,
.entry-content:after,
.entry-footer:after,
.nav-links:after,
.pagination:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.widget-area:after,
.widget:after,
.widget_recent_entries ul:after {
clear: both;
} html {
font-size: 16px;
}
::selection {
color: #fff;
}
body {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 1rem;
line-height: 1.5;
}
body,
button,
input,
select,
textarea {
color: #707070;
font-family: Barlow, sans-serif;
}
button,
input,
select,
textarea {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
line-height: 1.24;
margin: 0 0 0.5em;
letter-spacing: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
padding-top: 0;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2.25rem;
}
h3 {
font-size: 1.875rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
p {
margin: 0 0 1.25rem;
padding: 0;
}
select {
background: transparent;
}
blockquote {
margin: 0 0 2rem;
padding: 3rem 4rem;
position: relative;
color: #000;
background-color: #f5f5f5;
font-size: 24px;
font-size: 1.5rem;
line-height: 30px;
font-family: Gainlove, cursive;
border-radius: 0 35px 0 35px;
font-style: italic;
}
blockquote:before {
content: "";
width: 50px;
height: 50px;
background-image: url(//riseupforum.org/wp-content/themes/gainlove/assets/images/quote-icon.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 50%;
position: absolute;
top: 27px;
left: 25px;
z-index: 0;
}
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
padding: 3rem 4rem;
}
blockquote.wp-block-quote.is-large .comment-awaiting-moderation,
blockquote.wp-block-quote.is-large .font-italic,
blockquote.wp-block-quote.is-large .no-comments,
blockquote.wp-block-quote.is-large cite,
blockquote.wp-block-quote.is-large dfn,
blockquote.wp-block-quote.is-large em,
blockquote.wp-block-quote.is-large i,
blockquote.wp-block-quote.is-style-large .comment-awaiting-moderation,
blockquote.wp-block-quote.is-style-large .font-italic,
blockquote.wp-block-quote.is-style-large .no-comments,
blockquote.wp-block-quote.is-style-large cite,
blockquote.wp-block-quote.is-style-large dfn,
blockquote.wp-block-quote.is-style-large em,
blockquote.wp-block-quote.is-style-large i {
font-style: unset;
}
blockquote cite {
margin-top: 0.5em;
font-size: 14px;
font-size: 0.875rem;
text-transform: uppercase;
font-style: normal;
font-weight: 600;
}
blockquote p {
z-index: 2;
position: relative;
}
.wp-block-quote[style="text-align:right"]:before {
right: 25px;
left: inherit;
transform: scaleX(-1);
}
.wp-block-pullquote {
border-width: 4px 0;
border-style: solid;
padding: 2rem 0 0;
margin-bottom: 2rem;
}
.wp-block-pullquote blockquote {
background-color: transparent;
border-radius: 0;
margin-bottom: 0;
}
.wp-block-pullquote blockquote:before {
left: 0;
right: 0;
margin: 0 auto;
top: -5px;
}
.wp-block-pullquote.is-style-solid-color {
padding-top: 0;
margin-top: 2rem;
}
.wp-block-pullquote.is-style-solid-color blockquote {
padding-left: 0;
padding-right: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote:before {
top: 0;
transform: translateY(-50%) translateX(-50%);
background-color: #fff;
border-radius: 50%;
background-size: 65%;
}
.wp-block-button {
margin-bottom: 1.25rem;
}
.wp-block-button__link {
background-color: #ff9f0d;
}
.wp-block-button__link:hover {
color: #fff;
}
address {
margin: 0 0 1.5em;
}
pre {
background-color: #e5e5e5;
font-family: Courier\10 Pitch, Courier, monospace;
line-height: 1.875;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
pre,
tt,
var {
font-size: 14px;
font-size: 0.875rem;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
}
abbr,
acronym {
border-bottom: 1px dotted;
border-bottom-color: #e5e5e5;
cursor: help;
}
ins,
mark {
background-color: #e5e5e5;
text-decoration: none;
}
big {
font-size: 125%;
}
q {
quotes: "“" "”" "‘" "’";
}
:focus {
outline: none;
} .page-title-bar {
background-color: #1a160e;
background-size: cover;
position: relative;
border-width: 0;
}
.page-title-bar .wrap {
min-height: 380px;
}
@media (max-width: 991px) {
.page-title-bar .wrap {
align-items: center;
min-height: 300px;
}
}
@media (max-width: 767px) {
.page-title-bar .wrap {
min-height: 240px;
}
}
.page-title-bar .wrap .page-title {
padding: 0;
text-align: center;
line-height: 1;
color: #fff;
font-size: 60px;
font-weight: 400;
width: 950px;
max-width: 100%;
margin: 0 auto 1.5rem;
word-break: break-word;
}
@media (max-width: 991px) {
.page-title-bar .wrap .page-title {
font-size: 36px;
font-size: 2.25rem;
}
}
@media (max-width: 767px) {
.page-title-bar .wrap .page-title {
font-size: 24px;
font-size: 1.5rem;
}
}
.home .page-title-bar {
display: none;
}
.page-title-bar .page-title-bar-inner {
padding: 0 30px;
}
.page-header {
max-width: 100%;
}
.page-header .page-title {
margin-top: 1em;
}
.page-title {
line-height: 1.4;
color: #fff;
font-weight: 400;
}
.breadcrumb,
.breadcrumb *,
.breadcrumb span {
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
text-transform: capitalize;
}
.breadcrumb {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.breadcrumb *,
.breadcrumb span {
color: #fff;
} .form-group {
box-shadow: none;
line-height: 1.875;
border-color: #e5e5e5;
margin-bottom: 1rem;
}
.form-group.form-button {
margin-bottom: 0;
}
.form-group .form-row label + label {
margin-left: 15px;
}
.form-control {
box-shadow: none;
border-color: #e5e5e5;
}
label {
font-weight: 700;
color: #000;
margin-bottom: 0.5rem;
font-size: 1rem;
display: block;
}
fieldset {
margin-bottom: 1em;
}
fieldset legend {
font-weight: 700;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
width: 100%;
display: block;
letter-spacing: 0;
border: 1px solid #e5e5e5;
border-radius: 0 25px 0 25px;
padding: 0.875rem 1rem;
background-color: #fff;
transition: all 0.3s ease;
}
textarea {
width: 100%;
display: block;
letter-spacing: 0;
border: 1px solid #e5e5e5;
border-radius: 0 25px 0 25px;
padding: 0.815rem 1rem;
background-color: #fff;
transition: all 0.3s ease;
}
textarea::placeholder {
transition: all 0.5s ease;
}
input {
transition: all 0.3s ease;
}
input::placeholder {
transition: all 0.5s ease;
}
input[type="color"]:focus::placeholder,
input[type="date"]:focus::placeholder,
input[type="datetime-local"]:focus::placeholder,
input[type="datetime"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="month"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="range"]:focus::placeholder,
input[type="search"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="time"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="week"]:focus::placeholder {
color: transparent;
}
textarea:focus::placeholder {
color: transparent;
}
select {
border: 1px solid;
border-color: #e5e5e5;
border-radius: 0 25px 0 25px;
height: 3.5em;
max-width: 100%;
padding: 0 15px;
font-size: 16px;
font-size: 1rem;
transition: all 0.3s ease;
-moz-appearance: none; appearance: none;
background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
background-position: right 10px top 60%;
}
input[type="checkbox"],
input[type="radio"] {
margin-right: 0.5em;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
font-weight: 400;
}
.wpcf7 .wpcf7-form .ajax-loader {
display: none;
margin: 0;
margin-top: 3px;
width: 100%;
background-repeat: no-repeat;
}
.wpcf7 .wpcf7-form .ajax-loader.is-active {
display: block;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
font-size: 12px;
margin-top: 0.5rem;
text-align: left;
text-transform: capitalize;
}
.blog .wpcf7 .wpcf7-form .gallery,
.elementor-element .wpcf7 .wpcf7-form .gallery,
.elementor-widget-opal-schedules .schedules-style-2 .wpcf7 .wpcf7-form .elementor-schedules-item,
.entry-gallery .wpcf7 .wpcf7-form .gallery,
.opal-default-content-layout-2cr .site-content .wpcf7 .wpcf7-form .wrap,
.single .wpcf7 .wpcf7-form .gallery,
.site-footer .wpcf7 .wpcf7-form .widget-area,
.widget .wpcf7 .wpcf7-form .gallery,
.wpcf7 .wpcf7-form .blog .gallery,
.wpcf7 .wpcf7-form .comment-form,
.wpcf7 .wpcf7-form .elementor-element .gallery,
.wpcf7 .wpcf7-form .elementor-widget-opal-schedules .schedules-style-2 .elementor-schedules-item,
.wpcf7 .wpcf7-form .entry-gallery .gallery,
.wpcf7 .wpcf7-form .give-wrap-inner > .give_forms,
.wpcf7 .wpcf7-form .opal-default-content-layout-2cr .site-content .wrap,
.wpcf7 .wpcf7-form .row,
.wpcf7 .wpcf7-form .single .gallery,
.wpcf7 .wpcf7-form .site-footer .widget-area,
.wpcf7 .wpcf7-form .widget .gallery,
.wpcf7 .wpcf7-form [data-elementor-columns],
.wpcf7 .wpcf7-form [data-opal-columns],
.wpcf7 .wpcf7-form body.opal-content-layout-2cl #content .wrap,
.wpcf7 .wpcf7-form body.opal-content-layout-2cr #content .wrap,
body.opal-content-layout-2cl #content .wpcf7 .wpcf7-form .wrap,
body.opal-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap {
margin-left: -15px;
margin-right: -15px;
}
.blog .wpcf7 .wpcf7-form .gallery [class*="col"],
.elementor-element .wpcf7 .wpcf7-form .gallery [class*="col"],
.elementor-widget-opal-schedules .schedules-style-2 .wpcf7 .wpcf7-form .elementor-schedules-item [class*="col"],
.entry-gallery .wpcf7 .wpcf7-form .gallery [class*="col"],
.opal-default-content-layout-2cr .site-content .wpcf7 .wpcf7-form .wrap [class*="col"],
.single .wpcf7 .wpcf7-form .gallery [class*="col"],
.site-footer .wpcf7 .wpcf7-form .widget-area [class*="col"],
.widget .wpcf7 .wpcf7-form .gallery [class*="col"],
.wpcf7 .wpcf7-form .blog .gallery [class*="col"],
.wpcf7 .wpcf7-form .comment-form [class*="col"],
.wpcf7 .wpcf7-form .elementor-element .gallery [class*="col"],
.wpcf7 .wpcf7-form .elementor-widget-opal-schedules .schedules-style-2 .elementor-schedules-item [class*="col"],
.wpcf7 .wpcf7-form .entry-gallery .gallery [class*="col"],
.wpcf7 .wpcf7-form .give-wrap-inner > .give_forms [class*="col"],
.wpcf7 .wpcf7-form .opal-default-content-layout-2cr .site-content .wrap [class*="col"],
.wpcf7 .wpcf7-form .row [class*="col"],
.wpcf7 .wpcf7-form .single .gallery [class*="col"],
.wpcf7 .wpcf7-form .site-footer .widget-area [class*="col"],
.wpcf7 .wpcf7-form .widget .gallery [class*="col"],
.wpcf7 .wpcf7-form [data-elementor-columns] [class*="col"],
.wpcf7 .wpcf7-form [data-opal-columns] [class*="col"],
.wpcf7 .wpcf7-form body.opal-content-layout-2cl #content .wrap [class*="col"],
.wpcf7 .wpcf7-form body.opal-content-layout-2cr #content .wrap [class*="col"],
body.opal-content-layout-2cl #content .wpcf7 .wpcf7-form .wrap [class*="col"],
body.opal-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap [class*="col"] {
padding-left: 15px;
padding-right: 15px;
}
.wpcf7 .wpcf7-form .input-group {
margin-bottom: 1rem;
}
.wpcf7 .wpcf7-form-control-wrap {
display: block;
}
.wpcf7 div.wpcf7-response-output {
color: #fff;
background: rgba(0, 0, 0, 0.5);
margin: 0;
padding: 1em;
}
@media (min-width: 768px) {
.wpcf7 div.wpcf7-response-output {
position: fixed;
top: auto;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
}
}
.wpcf7 .wpcf7-radio span.wpcf7-list-item {
margin: 0 1em 0 0;
}
.wpcf7 span.wpcf7-list-item {
margin: 0;
}
.wpcf7 .wpcf7-list-item-label {
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 1.8px;
text-transform: uppercase;
font-weight: 400;
} :-moz-placeholder,
::-webkit-input-placeholder {
color: #707070;
font-family: Barlow, sans-serif;
}
::-moz-placeholder {
color: #707070;
font-family: Barlow, sans-serif;
opacity: 1; }
:-ms-input-placeholder {
color: #707070;
font-family: Barlow, sans-serif;
} input[type="checkbox"] {
vertical-align: middle;
}
.opal-checkbox {
position: relative;
}
.opal-checkbox .icon-check {
width: 14px;
height: 14px;
cursor: pointer;
position: absolute;
top: 2px;
left: 0;
border: 1px solid;
border-color: #e1e1e1;
background-color: transparent;
}
.opal-checkbox .icon-check:after {
font-family: FontAwesome;
content: "\f00c";
position: absolute;
top: -2px;
left: 2px;
opacity: 0;
font-size: 10px;
font-size: 0.625rem;
}
.opal-checkbox .icon-check:hover:after {
opacity: 0.5;
}
.opal-checkbox input[type="checkbox"] {
visibility: hidden;
position: absolute;
top: 4px;
left: 0;
}
.opal-checkbox input[type="checkbox"]:checked + .icon-check:after {
opacity: 1;
}
.opal-checkbox input[type="checkbox"]:checked + .icon-check + span {
font-weight: 700;
color: #000;
}
.opal-checkbox .info {
padding-left: 1.5rem;
} .opal-radio {
position: relative;
}
.opal-radio .icon-check {
width: 14px;
height: 14px;
cursor: pointer;
position: absolute;
top: 2px;
left: 0;
border: 1px solid;
border-color: #e1e1e1;
background-color: transparent;
}
.opal-radio .icon-check:after {
font-family: FontAwesome;
content: "\f111";
position: absolute;
top: 0;
left: 3px;
opacity: 0;
font-size: 8px;
}
.opal-radio .icon-check:hover:after {
opacity: 0.5;
}
.opal-radio input[type="radio"] {
visibility: hidden;
position: absolute;
top: 4px;
left: 0;
}
.opal-radio input[type="radio"]:checked + .icon-check:after {
opacity: 1;
}
.opal-radio input[type="radio"]:checked + .icon-check + span {
font-weight: 400;
color: #000;
}
.opal-radio .info {
padding-left: 1.5rem;
}
.otf-input-group {
display: flex;
}
.otf-input-group button,
.otf-input-group input[type="submit"] {
margin-left: -1px;
}
.otf-input-group button {
border-width: 1px;
}
.post-password-form p {
display: flex;
ms-flex-align: end;
align-items: flex-end;
max-width: 320px;
}
.post-password-form label {
margin-bottom: 0;
flex-grow: 1;
}
.post-password-form input {
font-size: 14px;
height: 52px;
line-height: 1;
box-shadow: 0 0;
margin-top: 0;
flex: 1;
}
.post-password-form input[type="password"] {
background-color: #f9f9f9;
}
.post-password-form input[type="submit"] {
margin-left: 8px;
} hr {
background-color: #e5e5e5;
border: 0;
height: 1px;
margin-bottom: 1em;
}
.box-content {
background-color: #fff;
padding: 30px 40px;
box-shadow: 0 0 4px #ccc;
border-radius: 6px;
}
.box-border {
border: 1px solid;
border-color: #e5e5e5;
border-radius: 6px;
}
.box-border,
.box-shadow {
background-color: #fff;
padding: 30px;
}
.box-shadow {
box-shadow: 0 0 4px #ccc;
border-radius: 6px;
}
#comments,
#give-sidebar-left .widget,
#secondary .widget,
.box-style,
.elementor-widget-sidebar .widget,
body.single-osf_event .post-navigation .nav-links .nav-links-inner,
body.single-osf_story .post-navigation .nav-links .nav-links-inner,
body.single-post .post-navigation .nav-links .nav-links-inner {
background-color: #fff;
position: relative;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.052);
border-radius: 0 40px 0 40px;
} ol,
ul {
margin: 0 0 1.5em;
padding-left: 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ol,
li > ul {
margin-bottom: 0;
margin-left: 1.5em;
padding-left: 0;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
.comment-list,
.comment-list .children,
.list-inline,
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 5px;
}
.list-check {
list-style: none;
margin: 0;
padding: 0;
}
.list-check li {
padding-left: 25px;
position: relative;
}
.list-check li:before {
content: "";
position: absolute;
left: 0;
top: 0;
}
.list-square {
list-style: none;
margin: 0;
padding: 0;
}
.list-square li {
padding-left: 25px;
position: relative;
margin-bottom: 1rem;
}
.list-square li:before {
content: "";
width: 5px;
height: 5px;
position: absolute;
left: 0;
top: 0.6rem;
} table {
border-collapse: collapse;
margin: 0 0 1.5em;
width: 100%;
}
thead th {
border-bottom: 1px solid;
border-bottom-color: #e5e5e5;
padding-bottom: 0.5em;
}
th {
text-align: left;
}
td,
th {
padding: 0.4em;
border: 1px solid #e5e5e5;
}
.table-striped tbody tr:nth-of-type(2n) {
background-color: #e5e5e5;
} a {
text-decoration: none;
transition: all 0.3s ease;
}
a:active,
a:hover {
outline: 0;
} .post-thumbnail {
position: relative;
border-radius: 0 40px 0 40px;
overflow: hidden;
}
.post-thumbnail a,
.post-thumbnail img {
display: block;
}
.post-thumbnail.embed-responsive {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
box-sizing: border-box;
}
.effect-thumbnail:hover .post-thumbnail a:before {
visibility: visible;
opacity: 1;
-ms-opacity: 1;
-o-opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
}
.effect-thumbnail:hover .post-thumbnail img {
filter: grayscale(0);
opacity: 1;
-ms-opacity: 1;
-o-opacity: 1;
-moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
}
.effect-thumbnail .post-thumbnail {
position: relative;
}
.effect-thumbnail .post-thumbnail a {
display: block;
background-image: linear-gradient(left, #ff9f0d, #022);
background-image: -webkit-linear-gradient(left, #ff9f0d, #022);
}
.effect-thumbnail .post-thumbnail a:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(0, 0, 0, 0.3);
display: block;
z-index: 1;
opacity: 0;
-ms-opacity: 0;
-o-opacity: 0;
-moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
transition: all 0.3s ease;
}
.effect-thumbnail .post-thumbnail img {
display: block;
filter: grayscale(100%);
opacity: 0.2;
-ms-opacity: 0.2;
-o-opacity: 0.2;
-moz-opacity: 0.2;
-webkit-opacity: 0.2;
filter: alpha(opacity=20);
transition: all 0.3s ease;
}
.effect-thumbnail-v2:hover .entry-header {
border-bottom: 4px solid #0e926b;
}
.effect-thumbnail-v2 .entry-header {
transition: all 0.3s ease;
border-bottom: 4px solid transparent;
}
.effect-thumbnail-v3:hover .post-thumbnail img {
transform: scale(1.1);
}
.effect-thumbnail-v3 .post-thumbnail {
overflow: hidden;
}
.effect-thumbnail-v3 .post-thumbnail img {
transform: scale(1);
transition: all 0.5s ease;
}
.effect-thumbnail-v4 {
transition: all 0.3s ease;
}
.effect-thumbnail-v4:hover {
transform: translateY(-5px);
} .main-navigation {
clear: both;
}
.main-navigation .top-menu > li > a {
padding: 0.75em 1.25em;
}
.main-navigation > div > ul {
border-top: 1px solid;
border-top-color: #e5e5e5;
padding: 0.75em 1.695em;
}
.main-navigation.d-block {
width: 100%;
}
.mainmenu-container {
clear: both;
}
.mainmenu-container ul {
background-color: #fff;
list-style: none;
margin: 0;
padding: 0 1.5em;
text-align: left;
}
.mainmenu-container ul ul {
padding: 10px 0;
border-color: #c4c4c4;
box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
}
.mainmenu-container ul ul.toggled-on {
display: block;
}
.mainmenu-container ul ul .menu-item > a {
letter-spacing: 0;
position: relative;
font-size: 14px;
font-size: 0.875rem;
color: #fff;
line-height: 24px;
font-weight: 400;
width: 100%;
display: block;
margin-bottom: 0;
padding: 8px 20px;
}
.mainmenu-container li {
position: relative;
text-align: left;
}
.mainmenu-container li li {
border: none;
}
.mainmenu-container li li:last-child {
border: 0;
}
.mainmenu-container li a span {
padding-right: 0.5rem;
}
.mainmenu-container .menu-item > a {
display: inline-block;
width: 100%;
text-decoration: none;
position: relative;
font-weight: 700;
}
.mainmenu-container > div > ul {
border-top: 1px solid;
border-top-color: #e5e5e5;
padding: 0.75em 1.695em;
}
.site-header .main-navigation ul ul {
min-width: 250px;
}
.site-header .mainmenu-container .top-menu > li {
position: relative;
}
.site-header .mainmenu-container .top-menu > li:not(:last-child) {
margin-right: 32px;
}
.site-header .mainmenu-container .top-menu > li.current-menu-item > a,
.site-header .mainmenu-container .top-menu > li:hover > a {
color: #ff9f0d;
}
@media (min-width: 768px) and (max-width: 991px) {
.site-header .mainmenu-container .top-menu > li {
margin-right: 25px;
}
}
.site-header .mainmenu-container .top-menu > li > a {
padding: 1em 0;
position: relative;
font-size: 15px;
font-size: 0.9375rem;
color: #000;
text-transform: uppercase;
}
.sub-menu .text-label {
position: static;
transform: translateY(-80%);
} .main-navigation ul,
.sub-menu .text-label:before {
display: none;
}
.main-navigation.toggled-on > div > ul {
display: block;
} .menu-toggle {
background-color: transparent;
box-shadow: none;
color: #000;
display: none;
font-size: 18px;
font-weight: 800;
line-height: 1.5;
outline: none !important;
text-shadow: none;
position: relative;
z-index: 100;
border: none;
padding: 10px 0 10px 10px;
}
.menu-toggle i {
font-weight: 700;
} .main-navigation.toggled-on ul.nav-menu,
.menu-toggle {
display: block;
}
.menu-toggle:focus,
.menu-toggle:hover {
background-color: transparent;
box-shadow: none;
}
.menu-toggle:focus {
outline: thin solid;
}
.menu-toggle .fa,
.menu-toggle .icon {
margin-right: 0.5em;
top: -2px;
}
.menu-toggle .icon-close,
.toggled-on .menu-toggle .icon-bars {
display: none;
}
.toggled-on .menu-toggle .icon-close {
display: inline-block;
} .dropdown-toggle {
border: 0;
box-shadow: none;
display: block;
font-size: 16px;
font-size: 1rem;
right: 0;
line-height: 1.5;
margin: 0 auto;
padding: 0.5em 1em;
position: absolute;
text-shadow: none;
top: 0;
}
.dropdown-toggle,
.dropdown-toggle:focus,
.dropdown-toggle:hover {
background-color: transparent;
color: #222;
}
.dropdown-toggle:focus {
outline: thin dotted;
}
.dropdown-toggle.toggled-on .fa,
.dropdown-toggle.toggled-on .icon {  transform: rotate(-180deg);
} .social-navigation {
font-size: 14px;
font-size: 0.875rem;
}
.social-navigation ul {
list-style: none;
margin-bottom: 0;
margin-left: 0;
}
.social-navigation li {
display: inline;
}
.social-navigation li:first-child {
margin-left: 0;
}
.social-navigation a {
display: inline-block;
text-align: center;
line-height: 44px;
width: 44px;
} .my-account-links-menu {
list-style: none;
}
.my-account-links-menu li {
position: relative;
}
.my-account-links-menu li:hover .sub-menu {
top: 100%;
visibility: visible;
opacity: 1;
z-index: 2;
}
.my-account-links-menu > li {
display: inline-block;
list-style: none;
}
.my-account-links-menu .sub-menu {
opacity: 0;
position: absolute;
top: 200%;
right: -1px;
min-width: 200px;
background-color: #ccc;
visibility: hidden;
margin: 0;
transition: 0.3s;
}
.my-account-links-menu .sub-menu li {
float: none !important;
border-top: 1px solid;
border-color: rgba(0, 0, 0, 0.2);
}
.my-account-links-menu .sub-menu li:first-child {
border-left: none;
}
.my-account-links-menu .sub-menu li a {
border: none;
text-align: left;
}
[class*="topbar-text-"] p {
margin-bottom: 0;
padding-left: 1rem;
padding-right: 1rem;
}
.custom-header .my-account-links-menu > li:first-child > a {
font-size: 0;
display: block;
}
.custom-header .my-account-links-menu > li:first-child > a:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f007";
font-size: 12px;
font-size: 0.75rem;
padding: 1.75em 1.25em;
line-height: inherit;
}
.custom-header .my-account-links-menu .sub-menu {
background-color: #fff;
border: 1px solid;
border-color: rgba(0, 0, 0, 0.2);
border-top: none;
list-style: none;
}
.custom-header .my-account-links-menu .sub-menu a {
padding: 0.75em 1.25em;
display: block;
font-size: 12px;
font-size: 0.75rem;
} .site-header .menu-scroll-down {
display: none;
}
.opal-menu-canvas.main-navigation > div > ul {
display: block;
} .opal-wrapper {
overflow: hidden;
}
#page,
.opal-wrapper {
transition: transform 0.5s;
}
#page {
z-index: 101;
}
#opal-canvas-menu a > .fa-angle-down {
display: none;
}
.scroller {
overflow-y: scroll;
}
.menu-trigger,
.scroller,
.scroller-inner {
position: relative;
}
.menu-trigger {
padding-left: 60px;
font-size: 0.9em;
}
.menu-trigger:before {
position: absolute;
top: 2px;
left: 0;
width: 40px;
height: 6px;
background: #fff;
box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
content: "";
}
.mp-pusher {
position: relative;
left: 0;
height: 100%;
}
.opal-layout-boxed .mp-menu {
opacity: 0;
pointer-events: none;
transition: all 0.3s ease-in;
}
.opal-layout-boxed .mp-menu.mp-menu-active {
opacity: 1;
pointer-events: auto;
}
.mp-menu {
position: fixed; top: 0;
left: 0;
z-index: 102;
width: 300px;
height: 100%;
transform: translate3d(-200px, 0, 0);
display: block;
transition: all 0.35s ease;
opacity: 0;
visibility: hidden;
}
.mp-menu.mp-menu-active {
visibility: visible;
transform: translateZ(0);
opacity: 1;
}
.mp-menu.mp-menu-active + #page:before {
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
z-index: 100;
background: rgba(0, 0, 0, 0.4);
}
.mp-level {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #353535;
transform: translate3d(-100%, 0, 0);
z-index: 3;
} .mp-level:after,
.mp-level:before,
.mp-pusher:after {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
content: "";
opacity: 0;
}
.mp-level:after,
.mp-pusher:after {
background: rgba(0, 0, 0, 0.3);
transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}
.mp-level:after {
z-index: -1;
}
.mp-pusher.mp-pushed:after {
width: 100%;
height: 100%;
opacity: 1;
transition: opacity 0.3s;
}
.mp-level.mp-level-overlay {
cursor: pointer;
}
.mp-level.mp-level-overlay:after {
width: 100%;
height: 100%;
opacity: 1;
transition: opacity 0.3s;
}
.mp-level.mp-level-overlay.mp-level:before {
width: 100%;
height: 100%;
background: transparent;
opacity: 1;
}
.mp-level,
.mp-pusher {
transition: all 0.5s;
} .mp-overlap .mp-level.mp-level-open {
box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
transform: translate3d(-40px, 0, 0);
} .mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open,
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open {
box-shadow: none;
transform: translateZ(0);
} .mp-cover .mp-level.mp-level-open {
transform: translateZ(0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
transform: translate3d(-100%, 0, 0);
} .mp-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.mp-menu h2 {
margin: 0;
padding: 1em;
color: rgba(0, 0, 0, 0.4);
text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
font-weight: 300;
font-size: 2em;
}
.mp-menu.mp-overlap h2:before {
position: absolute;
top: 0;
right: 0;
margin-right: 8px;
font-size: 75%;
line-height: 1.8;
opacity: 0;
transition: opacity 0.3s, transform 0.1s 0.3s;
transform: translateX(-100%);
}
.mp-menu.mp-cover h2 {
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
font-size: 1em;
}
.mp-overlap .mp-level.mp-level-overlay > h2:before {
opacity: 1;
transition: transform 0.3s, opacity 0.3s;
transform: translateX(0);
}
.mp-menu ul li > a {
display: block;
padding: 0.7em 3em 0.7em 1.2em;
outline: none;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
text-shadow: 0 0 1px hsla(0, 0%, 100%, 0.1);
font-size: 15px;
font-size: 0.9375rem;
transition: background 0.3s, box-shadow 0.3s;
}
.mp-menu ul li:before {
position: absolute;
left: 10px;
z-index: -1;
color: rgba(0, 0, 0, 0.2);
line-height: 3.5;
}
.mp-level > ul > li:first-child > a {
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}
.mp-menu a,
.mp-menu a:hover {
color: #fff;
}
.mp-level > ul > li:first-child > a:hover,
.mp-menu ul li a:hover {
background: rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -1px transparent;
}
.mp-level.mp-level-overlay > ul > li:first-child > a,
.mp-menu .mp-level.mp-level-overlay > ul > li > a {
box-shadow: inset 0 -1px transparent;
}
.mp-level.mp-level-overlay > ul > li:first-child > a,
.mp-level > ul > li:first-child > a:hover {
box-shadow: inset 0 -1px transparent, inset 0 1px transparent;
} .mp-back {
background: rgba(0, 0, 0, 0.1);
outline: none;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
display: block;
font-size: 0.8em;
padding: 1em 1.3em;
position: relative;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
transition: background 0.3s;
}
.mp-back .fa {
font-size: 12px;
}
.mp-back:after {      }
.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back:after {
background: transparent;
box-shadow: none;
color: transparent;
}  .no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
padding-left: 300px;
}
.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
display: none;
}
.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
display: block;
}
.mp-menu .menu-item-has-children > a {
position: relative;
z-index: 1;
}
.mp-pushed .scroller:before {
content: "";
left: 0;
z-index: 100;
background: rgba(0, 0, 0, 0.4);
}
.mp-pushed .scroller:before,
.trigger {
top: 0;
right: 0;
bottom: 0;
position: absolute;
}
.trigger {
width: 4em;
display: flex !important;
justify-content: center;
align-items: center;
z-index: 2;
border-left: 1px solid rgba(0, 0, 0, 0.15);
background: rgba(0, 0, 0, 0.05);
font-size: 12px !important;
}
.trigger:hover {
background: rgba(0, 0, 0, 0.2);
} .page-links .post-page-numbers,
.page-numbers {
display: inline-block;
line-height: 3em;
height: 3em;
width: 3em;
text-align: center;
font-size: 16px;
font-size: 1rem;
margin: 2px;
border-radius: 50px;
font-weight: 700;
color: #000;
}
.page-links .post-page-numbers:not(.dots):not(.next):not(.prev).current,
.page-links .post-page-numbers:not(.dots):not(.next):not(.prev):focus,
.page-links .post-page-numbers:not(.dots):not(.next):not(.prev):hover,
.page-numbers:not(.dots):not(.next):not(.prev).current,
.page-numbers:not(.dots):not(.next):not(.prev):focus,
.page-numbers:not(.dots):not(.next):not(.prev):hover {
display: inline-block;
color: #fff;
}
.page-links .next.post-page-numbers,
.page-links .prev.post-page-numbers,
.page-numbers.next,
.page-numbers.prev {
text-transform: uppercase;
display: flex;
justify-content: center;
color: #000;
}
.page-links .next.post-page-numbers .lexus-reader-text,
.page-links .prev.post-page-numbers .lexus-reader-text,
.page-numbers.next .lexus-reader-text,
.page-numbers.prev .lexus-reader-text {
margin: 0 10px;
}
.page-links .next.post-page-numbers:hover,
.page-links .prev.post-page-numbers:hover,
.page-numbers.next:hover,
.page-numbers.prev:hover {
color: #fff;
}
.comments-pagination,
.pagination {
padding: 2em 0 3em;
text-align: center;
border-top: 1px solid #e5e5e5;
}
.comments-pagination .icon,
.pagination .icon {
width: 0.666666666em;
height: 0.666666666em;
}
.comments-pagination {
border: 0;
} html {
box-sizing: border-box;
}
*,
:after,
:before { box-sizing: inherit;
}
@media screen and (min-width: 768px) {
#content,
.container,
.container-fluid,
ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
padding-left: 30px;
padding-right: 30px;
}
}
body {
background-color: #f7f8f9;
}
@media (max-width: 991px) {
body #give-sidebar-left,
body #secondary,
body .elementor-widget-sidebar {
margin-top: 60px;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (max-width: 991px) {
body .primary {
flex: 0 0 100%;
max-width: 100%;
}
}
body.opal-content-layout-default .site-content-contain {
max-width: 960px;
margin: 0 auto;
}
body.error404 .site-content-contain {
max-width: 100%;
}
body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cr #content .wrap {
justify-content: space-between;
}
@media (min-width: 992px) {
body.opal-content-layout-2cl #primary,
body.opal-content-layout-2cr #primary {
flex: 0 0 calc(100% - 400px);
max-width: calc(100% - 400px);
}
}
@media (min-width: 1410px) {
body.opal-content-layout-2cl #primary,
body.opal-content-layout-2cr #primary {
flex: 0 0 calc(100% - 440px);
max-width: calc(100% - 440px);
}
body.opal-content-layout-2cl #primary .site-main,
body.opal-content-layout-2cr #primary .site-main {
margin: 0;
}
}
@media (min-width: 992px) {
body.opal-content-layout-2cl #give-sidebar-left,
body.opal-content-layout-2cl #secondary,
body.opal-content-layout-2cl .elementor-widget-sidebar,
body.opal-content-layout-2cr #give-sidebar-left,
body.opal-content-layout-2cr #secondary,
body.opal-content-layout-2cr .elementor-widget-sidebar {
flex: 0 0 400px;
max-width: 400px;
}
}
@media (min-width: 992px) {
body.opal-content-layout-2cl #give-sidebar-left,
body.opal-content-layout-2cl #secondary,
body.opal-content-layout-2cl .elementor-widget-sidebar {
order: -1;
}
}
body.opal-layout-boxed #page {
background: #fff;
}
#page {
position: relative;
word-wrap: break-word;
overflow: hidden;
}
.container-fluid > * {
max-width: 1710px;
margin-left: auto;
margin-right: auto;
}
[data-opal-columns="7"] .column-item {
flex: 0 0 14.28571%;
max-width: 14.28571%;
}
[data-opal-columns="8"] .column-item {
flex: 0 0 12.5%;
max-width: 12.5%;
}
[data-opal-columns="9"] .column-item {
flex: 0 0 11.11111%;
max-width: 11.11111%;
}
[data-opal-columns="10"] .column-item {
flex: 0 0 10%;
max-width: 10%;
}
[data-opal-columns="11"] .column-item {
flex: 0 0 9.09091%;
max-width: 9.09091%;
}
#primary {
max-width: 100%;
}
@media (max-width: 1199px) {
.opal-container-full #content,
.opal-container-full .container,
.opal-container-full ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
max-width: 100%;
}
}
.opal-container-full .page-title-bar {
border-bottom: 1px solid #e1e1e1;
}
.opal-container-full .page-title-bar .page-header {
margin-top: 5px;
}
.opal-archive-style-3 .post-style-3 .link-more {
display: none;
} #masthead .wrap,
.site-header {
position: relative;
}
.site-header {
z-index: 99;
}
@media (min-width: 1025px) {
.site-header .mx-xl-auto {
margin-left: auto;
margin-right: auto;
}
}
.site-header .widget,
.site-header .wpb_button,
.site-header .wpb_content_element,
.site-header ul.wpb_thumbnails-fluid > li {
margin-bottom: 0;
}
.site-header .widget {
padding-bottom: 0;
}
.site-header #content,
.site-header .container,
.site-header ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
float: unset;
}
.site-header .wpb_wrapper {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.site-header .wpb_wrapper .wpb_wrapper {
display: block;
}
.site-header .text-left .wpb_wrapper {
justify-content: flex-start;
}
.site-header .text-right .wpb_wrapper {
justify-content: flex-end;
}
@media (min-width: 1200px) {
.site-header .header-content.sticky-show .custom-header {
padding-top: 20px;
padding-bottom: 20px;
}
}
.site-header .header-content .custom-header {
margin-right: auto;
margin-left: auto;
}
.site-header .header-content .custom-header .header-main-content {
margin-left: -15px;
margin-right: -15px;
}
.site-header .header-content .site-branding {
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 992px) {
.site-header .header-content .site-branding {
max-width: 25%;
}
}
.site-header .header-content .navigation-top {
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 992px) {
.site-header .header-content .navigation-top {
max-width: 75%;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
text-align: right;
}
}
.site-header .header-group {
display: flex;
align-items: center;
padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 767px) {
.site-header .header-group {
display: none;
}
}
.site-header .header-group > * {
margin-right: 25px;
}
.site-header .header-group > .site-header-cart,
.site-header .header-group > :last-child {
margin-right: 0;
}
.site-header .header-group .search-form {
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.site-header .header-group .search-field {
border: 1px solid #eee;
padding-right: 50px;
}
.site-header .header-group .search-submit {
background: transparent;
border: 0;
color: #222;
padding: 1rem 1.5rem;
font-size: 18px;
font-size: 1.125rem;
line-height: 1;
}
.site-header .header-group .search-submit:focus,
.site-header .header-group .search-submit:hover {
background-color: transparent;
font-size: 18px;
font-size: 1.125rem;
line-height: 1;
}
.site-header .header-group .search-form .input-group-btn {
position: absolute;
right: 0;
top: 0;
bottom: 0;
z-index: 9;
} .site-branding {
position: relative;
transition: margin-bottom 0.2s;
z-index: 3;
display: inline-block;
}
.site-branding a {
text-decoration: none;
transition: opacity 0.2s;
}
.site-branding a:focus,
.site-branding a:hover {
opacity: 0.7;
}
.site-title {
clear: none;
font-size: 18px;
font-weight: 800;
line-height: 1.25;
letter-spacing: 0.08em;
margin: 0;
padding: 0;
text-transform: uppercase; }
.site-title,
.site-title a {
color: #000;
opacity: 1;
}
.site-description {
font-size: 13px;
margin-bottom: 0;
}
.custom-logo-link {
display: inline-block;
vertical-align: middle;
width: auto;
}
.custom-logo-link img {
display: block;
max-height: 80px;
}
.custom-logo-link a:focus,
.custom-logo-link a:hover {
opacity: 0.9;
}
body:not(.title-tagline-hidden) .site-branding-text {
display: inline-block;
vertical-align: middle;
}
.custom-header {
position: relative;
z-index: 1;
padding-top: 30px;
padding-bottom: 30px;
}
.navigation-button {
display: inline-block;
}
.navigation-button .menu-toggle {
display: block;
} @media (min-width: 992px) {
body.opal-header-absolute .site-header {
position: absolute;
width: 100%;
background-color: transparent;
}
}
body.opal-header-absolute .is-sticky .opal-element-sticky {
padding-top: 0;
padding-bottom: 0;
margin-top: -1px !important;
border: none;
}
body.opal-header-absolute .opal-element-sticky {
padding-top: 20px;
padding-bottom: 20px;
transition: padding 0.35s linear;
}
body.opal-header-absolute .container-fluid .opal-header-sticky {
margin-left: -15px;
margin-right: -15px;
}
body.opal-header-absolute .page-title-bar .page-title-bar-inner {
padding-bottom: 75px;
}
@media (max-width: 991px) {
body.opal-header-absolute .page-title-bar .page-title-bar-inner {
padding-bottom: 20px;
}
}
.list-account li {
font-size: 12px;
font-size: 0.75rem;
float: left;
}
.list-account li a {
padding: 0 12px;
}
.list-account i {
margin-right: 10px;
}
.site-header-account {
vertical-align: middle;
}
.site-header-account .icon {
width: 40px;
height: 40px;
vertical-align: middle;
line-height: 40px;
margin: 0;
}
.site-header-account .icon:before {
text-align: center;
vertical-align: middle;
font-size: 30px;
font-size: 1.875rem;
width: 45px;
height: 40px;
line-height: 36px;
display: block;
}
.header-search {
position: relative;
}
.header-search .search-button {
font-size: 20px;
width: 20px;
height: 20px;
}
.header-search .search-form {
position: absolute;
right: 0;
top: 100%;
pointer-events: none;
width: 250px;
z-index: 1000;
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease-in;
}
.header-search .active .search-form {
height: auto;
pointer-events: auto;
max-height: 58px;
transition: max-height 0.4s ease-out;
}
.osf-sticky-active {
z-index: 99;
}
.osf-sticky-active.sticky-show {
position: fixed;
z-index: 9999;
top: 0;
animation: c 0.3s ease;
}
.sticky-header {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
@keyframes c {
0% {
transform: translateY(-100%);
}
to {
transform: translateY(0);
}
}
#opal-header-content {
width: 100vw;
background-color: #fff;
}
#opal-header-content.sticky-show {
background-color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
} .gainlove-front-page .site-content {
padding: 0;
}
.gainlove-panel,
.panel-image {
position: relative;
}
.panel-image {
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
}
.panel-image:before {   background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.3)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#4d000000",GradientType=0); bottom: 0;
content: "";
left: 0;
right: 0;
position: absolute;
top: 100px;
}
.panel-content {
position: relative;
}
.panel-content .wrap {
padding-bottom: 0.5em;
padding-top: 1.75em;
} .gainlove-panel .edit-link {
display: block;
margin: 0.3em 0 0;
}
.gainlove-panel .entry-header .edit-link {
font-size: 14px;
font-size: 0.875rem;
} .gainlove-front-page .panel-content .recent-posts article {
border: 0;
color: #232323;
margin-bottom: 3em;
}
.recent-posts .entry-header {
margin-bottom: 1.2em;
}
.page .panel-content .recent-posts .entry-title {
font-size: 20px;
font-size: 1.25rem;
font-weight: 300;
letter-spacing: 0;
text-transform: none;
}
.gainlove-panel .recent-posts .entry-header .edit-link {
color: #222;
display: inline-block;
font-size: 11px;
font-size: 0.6875rem;
margin-left: 1em;
} .site-content-contain {
position: relative;
z-index: 2;
}
.site-content {
padding-top: 2em;
padding-bottom: 2em;
}  .sticky {
position: relative;
}
.sticky .entry-title:before {
margin-right: 15px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f08d";
}
.post:not(.sticky) .icon-thumb-tack {
display: none;
}
.sticky .icon-thumb-tack {
display: block;
height: 18px;
left: -1.5em;
position: absolute;
top: 1.65em;
width: 20px;
}
h1.entry-title {
letter-spacing: -1px;
}
.bypostauthor {
z-index: 10;
}
.comments-link span {
color: #fff;
line-height: 22px;
display: inline-block;
margin-right: 8px;
padding-left: 5px;
padding-right: 5px;
border-radius: 20px;
min-width: 22px;
text-align: center;
}
.post-content {
padding: 15px;
border-radius: 0 20px 0 20px;
}
@media (min-width: 576px) {
.post-content {
padding: 30px;
}
}
.post-content .posted-on {
position: relative;
font-size: 12px;
font-size: 0.75rem;
text-transform: uppercase;
font-weight: 600;
display: block;
padding-bottom: 5px;
margin-bottom: 3.4em;
letter-spacing: 0.18em;
}
.post-content .posted-on:after {
content: "";
height: 3px;
width: 45px;
position: absolute;
left: 0;
bottom: 0;
}
h2.entry-title {
font-size: 1.875rem;
}
.entry-title a {
color: inherit;
}
.entry-title:not(:first-child) {
padding-top: 0;
}
.entry-tags a {
display: inline-block;
}
.entry-meta {
font-size: 13px;
font-size: 0.8125rem;
margin-bottom: 3px;
text-transform: capitalize;
display: flex;
color: #707070;
}
.entry-meta,
.entry-meta > span {
flex-wrap: wrap;
align-items: center;
}
.entry-meta > span {
display: inline-flex;
margin-right: 10px;
}
.entry-meta .entry-category {
position: relative;
font-family: Gainlove, cursive;
text-transform: uppercase;
font-size: 14px;
font-size: 0.875rem;
letter-spacing: 2px;
}
.entry-meta .entry-category:after {
content: "";
width: 5px;
height: 7px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
margin-right: 7px;
}
.entry-meta .entry-category a:not(:first-child) {
margin-left: 3px;
}
.entry-author,
.entry-author .url {
display: flex;
-ms-flex-align: center;
align-items: center;
}
.entry-author img {
border-radius: 50%;
margin-right: 10px;
}
.entry-avatar {
font-size: 0.67em;
letter-spacing: 0.084em;
text-transform: uppercase;
display: flex;
-ms-flex-align: center !important;
align-items: center !important;
margin-bottom: 30px;
}
.entry-avatar .avatar {
border-radius: 50%;
width: 38px;
height: 38px;
margin-right: 20px;
}
.entry-header .entry-title {
margin: 0 0 1.25rem;
}
.entry-comment {
display: flex;
align-items: center;
}
.entry-comment i {
margin-right: 5px;
display: flex;
}
.post-thumbnail {
margin: 0 0 20px;
}
.post-thumbnail + .post-content {
padding-top: 0;
}
.entry-video.embed-responsive {
margin-bottom: 1.5em;
}
.cat-tags-links .tags-links {
display: flex;
flex-wrap: wrap;
}
.cat-tags-links .tags-links a {
display: inline-block;
font-size: 12px;
font-size: 0.75rem;
line-height: 2em;
padding: 4px 20px;
margin: 5px 5px 0 0;
text-transform: capitalize;
transition: all 0.3s ease;
color: #676d70;
background-color: #f2efea;
border-radius: 20px;
}
.cat-tags-links .tags-links a:hover {
color: #fff;
}
.updated:not(.published) {
display: none;
}
.post-inner {
background-color: #fff;
height: 100%;
border-radius: 0 40px 0 40px;
}
.more-link {
display: inline-flex;
text-decoration: none;
align-items: center;
border: none;
}
.more-link i {
display: block;
margin-right: 5px;
}
.more-link-wrap {
margin-top: 25px;
display: flex;
align-items: center;
}
.pbr-social-share span.social-link {
float: right;
}
.pbr-social-share .social-share-header {
text-transform: uppercase;
margin-bottom: 13px;
}
.pbr-social-share a {
color: #000;
font-size: 14px;
font-size: 0.875rem;
display: inline-block;
margin: 0 0.4rem;
}
.entry-footer {
display: flex;
align-items: center;
padding: 20px 0 0;
justify-content: space-between;
font-size: 13px;
font-size: 0.8125rem;
border-top: 1px solid #e5e5e5;
} .entry-content ol,
.entry-content ul:not(.list-check) {
margin-bottom: 1em;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
font-size: 13px;
font-size: 0.8125rem;
width: 48%;
}
.entry-content blockquote cite a:hover {
color: #fff;
}
body.single-osf_event article.type-post,
body.single-osf_story article.type-post,
body.single-post article.type-post {
margin-bottom: 0;
}
body.single-osf_event article.type-post .entry-header,
body.single-osf_story article.type-post .entry-header,
body.single-post article.type-post .entry-header {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 15px;
margin-bottom: 30px;
}
body.single-osf_event article.type-post .entry-content,
body.single-osf_story article.type-post .entry-content,
body.single-post article.type-post .entry-content {
padding-left: 0;
padding-right: 0;
}
body.single-osf_event article.type-post .entry-content > p:last-child,
body.single-osf_story article.type-post .entry-content > p:last-child,
body.single-post article.type-post .entry-content > p:last-child {
padding-bottom: 0;
}
body.single-osf_event article.type-post .entry-footer,
body.single-osf_story article.type-post .entry-footer,
body.single-post article.type-post .entry-footer {
margin-top: 1.5rem;
}
body.single-osf_event article.type-post .entry-footer .cat-tags-links,
body.single-osf_story article.type-post .entry-footer .cat-tags-links,
body.single-post article.type-post .entry-footer .cat-tags-links {
padding-top: 10px;
padding-bottom: 15px;
}
body.single-osf_event article.type-post .entry-footer .cat-links,
body.single-osf_event article.type-post .entry-footer .edit-link,
body.single-osf_event article.type-post .entry-footer .tags-links,
body.single-osf_story article.type-post .entry-footer .cat-links,
body.single-osf_story article.type-post .entry-footer .edit-link,
body.single-osf_story article.type-post .entry-footer .tags-links,
body.single-post article.type-post .entry-footer .cat-links,
body.single-post article.type-post .entry-footer .edit-link,
body.single-post article.type-post .entry-footer .tags-links {
padding-left: 0;
}
body.single-osf_event article.type-post .entry-footer .navigation,
body.single-osf_story article.type-post .entry-footer .navigation,
body.single-post article.type-post .entry-footer .navigation {
margin-left: auto;
}
body.single-osf_event article.type-post .entry-footer .pbr-social-share,
body.single-osf_story article.type-post .entry-footer .pbr-social-share,
body.single-post article.type-post .entry-footer .pbr-social-share {
padding: 15px 0;
}
body.single-osf_event article.type-post .entry-footer .pbr-social-share .social-share-header,
body.single-osf_event article.type-post .entry-footer:after,
body.single-osf_event article.type-post .entry-footer:before,
body.single-osf_story article.type-post .entry-footer .pbr-social-share .social-share-header,
body.single-osf_story article.type-post .entry-footer:after,
body.single-osf_story article.type-post .entry-footer:before,
body.single-post article.type-post .entry-footer .pbr-social-share .social-share-header,
body.single-post article.type-post .entry-footer:after,
body.single-post article.type-post .entry-footer:before {
display: none;
}
@media (max-width: 1199px) {
body.single-osf_event .entry-footer,
body.single-osf_story .entry-footer,
body.single-post .entry-footer {
flex-direction: column;
align-items: unset;
}
}
body.single-osf_event .post-navigation,
body.single-osf_story .post-navigation,
body.single-post .post-navigation {
position: relative;
margin-top: 30px;
}
body.single-osf_event .post-navigation .nav-links,
body.single-osf_story .post-navigation .nav-links,
body.single-post .post-navigation .nav-links {
display: flex;
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner,
body.single-osf_story .post-navigation .nav-links .nav-links-inner,
body.single-post .post-navigation .nav-links .nav-links-inner {
position: relative;
padding: 45px 30px;
flex: 0 0 calc(50% - 15px);
max-width: calc(50% - 15px);
display: flex;
transition: all 0.4s ease;
}
@media (max-width: 991px) {
body.single-osf_event .post-navigation .nav-links .nav-links-inner,
body.single-osf_story .post-navigation .nav-links .nav-links-inner,
body.single-post .post-navigation .nav-links .nav-links-inner {
padding: 10px 15px;
flex: 0 0 calc(50% - 15px);
max-width: calc(50% - 15px);
}
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner:hover,
body.single-osf_story .post-navigation .nav-links .nav-links-inner:hover,
body.single-post .post-navigation .nav-links .nav-links-inner:hover {
background-color: #000;
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner:hover .date-nav,
body.single-osf_event .post-navigation .nav-links .nav-links-inner:hover .nav-title,
body.single-osf_event .post-navigation .nav-links .nav-links-inner:hover a .nav-title,
body.single-osf_event .post-navigation .nav-links .nav-links-inner:hover a .thumbnail-nav,
body.single-osf_story .post-navigation .nav-links .nav-links-inner:hover .date-nav,
body.single-osf_story .post-navigation .nav-links .nav-links-inner:hover .nav-title,
body.single-osf_story .post-navigation .nav-links .nav-links-inner:hover a .nav-title,
body.single-osf_story .post-navigation .nav-links .nav-links-inner:hover a .thumbnail-nav,
body.single-post .post-navigation .nav-links .nav-links-inner:hover .date-nav,
body.single-post .post-navigation .nav-links .nav-links-inner:hover .nav-title,
body.single-post .post-navigation .nav-links .nav-links-inner:hover a .nav-title,
body.single-post .post-navigation .nav-links .nav-links-inner:hover a .thumbnail-nav {
color: #fff;
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner a,
body.single-osf_story .post-navigation .nav-links .nav-links-inner a,
body.single-post .post-navigation .nav-links .nav-links-inner a {
display: flex;
align-items: center;
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner a .nav-title,
body.single-osf_event .post-navigation .nav-links .nav-links-inner a .thumbnail-nav,
body.single-osf_story .post-navigation .nav-links .nav-links-inner a .nav-title,
body.single-osf_story .post-navigation .nav-links .nav-links-inner a .thumbnail-nav,
body.single-post .post-navigation .nav-links .nav-links-inner a .nav-title,
body.single-post .post-navigation .nav-links .nav-links-inner a .thumbnail-nav {
transition: all 0.3s ease 0s;
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner a .date-nav,
body.single-osf_story .post-navigation .nav-links .nav-links-inner a .date-nav,
body.single-post .post-navigation .nav-links .nav-links-inner a .date-nav {
margin-bottom: 0.4rem;
font-size: 13px;
font-size: 0.8125rem;
color: #aaa;
}
@media (max-width: 991px) {
body.single-osf_event .post-navigation .nav-links .nav-links-inner a .date-nav,
body.single-osf_story .post-navigation .nav-links .nav-links-inner a .date-nav,
body.single-post .post-navigation .nav-links .nav-links-inner a .date-nav {
margin-bottom: 0;
}
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner .nav-content,
body.single-osf_story .post-navigation .nav-links .nav-links-inner .nav-content,
body.single-post .post-navigation .nav-links .nav-links-inner .nav-content {
flex: 1;
max-width: 100%;
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner.next,
body.single-osf_story .post-navigation .nav-links .nav-links-inner.next,
body.single-post .post-navigation .nav-links .nav-links-inner.next {
justify-content: flex-end;
-ms-flex-pack: end;
margin-left: auto;
border-left: none;
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner.next a,
body.single-osf_story .post-navigation .nav-links .nav-links-inner.next a,
body.single-post .post-navigation .nav-links .nav-links-inner.next a {
justify-content: flex-end;
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner.next a .thumbnail-nav,
body.single-osf_story .post-navigation .nav-links .nav-links-inner.next a .thumbnail-nav,
body.single-post .post-navigation .nav-links .nav-links-inner.next a .thumbnail-nav {
padding-left: 25px;
}
@media (max-width: 767px) {
body.single-osf_event .post-navigation .nav-links .nav-links-inner.next a .thumbnail-nav,
body.single-osf_story .post-navigation .nav-links .nav-links-inner.next a .thumbnail-nav,
body.single-post .post-navigation .nav-links .nav-links-inner.next a .thumbnail-nav {
padding-left: 15px;
}
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner.prev,
body.single-osf_story .post-navigation .nav-links .nav-links-inner.prev,
body.single-post .post-navigation .nav-links .nav-links-inner.prev {
margin-right: 15px;
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner.prev a .thumbnail-nav,
body.single-osf_story .post-navigation .nav-links .nav-links-inner.prev a .thumbnail-nav,
body.single-post .post-navigation .nav-links .nav-links-inner.prev a .thumbnail-nav {
padding-right: 25px;
-ms-flex-pack: end !important;
}
@media (max-width: 767px) {
body.single-osf_event .post-navigation .nav-links .nav-links-inner.prev a .thumbnail-nav,
body.single-osf_story .post-navigation .nav-links .nav-links-inner.prev a .thumbnail-nav,
body.single-post .post-navigation .nav-links .nav-links-inner.prev a .thumbnail-nav {
padding-right: 15px;
}
}
+ body.single-osf_event .post-navigation .nav-links .nav-links-inner.prev.next,
+ body.single-osf_story .post-navigation .nav-links .nav-links-inner.prev.next,
+ body.single-post .post-navigation .nav-links .nav-links-inner.prev.next {
margin-left: 15px;
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner .thumbnail-nav,
body.single-osf_story .post-navigation .nav-links .nav-links-inner .thumbnail-nav,
body.single-post .post-navigation .nav-links .nav-links-inner .thumbnail-nav {
color: #aaa;
font-size: 30px;
font-size: 1.875rem;
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner .nav-title,
body.single-osf_story .post-navigation .nav-links .nav-links-inner .nav-title,
body.single-post .post-navigation .nav-links .nav-links-inner .nav-title {
font-size: 24px;
font-size: 1.5rem;
font-family: Gainlove, cursive;
line-height: 1.25;
max-height: 6em;
word-break: break-word;
display: -webkit-box;
-webkit-line-clamp: 4;
overflow: hidden;
}
@media (max-width: 991px) {
body.single-osf_event .post-navigation .nav-links .nav-links-inner .nav-title,
body.single-osf_story .post-navigation .nav-links .nav-links-inner .nav-title,
body.single-post .post-navigation .nav-links .nav-links-inner .nav-title {
display: none;
visibility: hidden;
}
}
body.single-osf_event .post-navigation .nav-links .nav-links-inner .meta-nav,
body.single-osf_story .post-navigation .nav-links .nav-links-inner .meta-nav,
body.single-post .post-navigation .nav-links .nav-links-inner .meta-nav {
display: block;
font-size: 14px;
font-size: 0.875rem;
text-transform: uppercase;
margin-bottom: 5px;
font-family: Gainlove, cursive;
letter-spacing: 1.4px;
transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
body.single-osf_event .post-navigation .nav-links .nav-links-inner .meta-nav,
body.single-osf_story .post-navigation .nav-links .nav-links-inner .meta-nav,
body.single-post .post-navigation .nav-links .nav-links-inner .meta-nav {
margin-bottom: 0;
}
}
body.single-osf_event.opal-single-post-style .post-thumbnail img,
body.single-osf_story.opal-single-post-style .post-thumbnail img,
body.single-post.opal-single-post-style .post-thumbnail img {
width: 100%;
}
.related-posts {
position: relative;
padding: 70px 0 60px;
}
.opal-content-layout-2cr .related-posts,
.opal-default-content-layout-2cr .related-posts {
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
padding: 85px 0 80px;
}
.related-posts:before {
content: "";
width: 100vw;
height: 100%;
position: absolute;
top: 0;
background: #f8f8f8;
z-index: -1;
left: 50%;
margin-left: -50vw;
}
.opal-content-layout-2cr .related-posts:before,
.opal-default-content-layout-2cr .related-posts:before {
content: none;
}
.related-posts .related-heading {
font-size: 24px;
font-size: 1.5rem;
margin-bottom: 1em;
}
.related-posts .column-item {
display: flex;
-ms-flex-align: stretch;
align-items: stretch;
}
.related-posts .column-item .entry-category {
display: none;
}
.related-posts .column-item .post-inner {
flex: 0 0 100%;
max-width: 100%;
}
.post-related-block {
margin: 60px 0;
}
@media (max-width: 991px) {
.post-related-block {
margin: 40px 0;
}
}
.post-related-block .related-posts-content {
padding-bottom: 25px;
padding-top: 0;
}
.post-related-block .related-heading {
font-size: 36px;
font-size: 2.25rem;
margin: 0 0 1.75rem;
padding: 0;
}
@media (max-width: 991px) {
.post-related-block .related-heading {
font-size: 36px;
font-size: 2.25rem;
}
}
.post-related-block .entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.post-related-block .entry-content {
padding: 30px;
}
.post-related-block .swiper-pagination-bullet {
background-color: #ff9f0d;
}
.archive .entry-meta a.post-edit-link,
.blog .entry-meta a.post-edit-link {
color: #222;
display: inline-block;
margin-left: 1em;
white-space: nowrap;
}
.taxonomy-description {
color: #666;
font-size: 13px;
font-size: 0.8125rem;
}
.comment-form-cookies-consent {
padding-left: 15px;
}
.comment-form-cookies-consent label {
display: inline-block;
} .entry-content .more-link:before {
content: "";
display: block;
} .single-featured-image-header {
background-color: #fafafa;
border: 1px solid #e5e5e5;
}
.single-featured-image-header img {
display: block;
margin: auto;
}
.page-links {
font-size: 14px;
font-size: 0.875rem;
font-weight: 400;
padding: 1em 0 0;
}
.page-links .post-page-numbers.current,
.page-links a:hover {
color: #000;
} .archive .format-status .entry-title,
.blog .format-status .entry-title {
display: none;
} .author-wrapper {
text-align: center;
}
.author-wrapper .author-avatar {
position: relative;
}
.author-wrapper .author-avatar img {
border-radius: 50%;
position: relative;
z-index: 2;
max-width: 70px;
}
.author-wrapper .author-avatar:before {
content: "";
top: 50%;
left: 0;
width: 100%;
position: absolute;
border-top: 1px solid;
border-color: #e5e5e5;
transform: translateY(-50%);
z-index: 1;
overflow: hidden;
min-height: 2px;
}
.author-wrapper .author-name {
margin-top: 1rem;
font-size: 20px;
font-size: 1.25rem;
}
.author-wrapper .a-name,
.author-wrapper .author-name .a-name {
text-transform: capitalize;
}
.author-description {
margin-top: 1.5rem;
}
.author-post {
margin-top: 90px;
}
.author-post .author-post-header {
border-top: 1px solid #e5e5e5;
font-size: 12px;
font-size: 0.75rem;
padding: 50px 0 30px;
position: relative;
color: #999;
}
.author-post .author-post-header .avatar {
position: absolute;
top: -35px;
left: 50%;
margin-left: -35px;
border-radius: 50%;
}
.author-post h4 {
padding: 5px 0 0;
font-size: 20px;
font-size: 1.25rem;
font-weight: 700;
}
.page article.type-post .entry-header .edit-link {
position: static;
display: block;
}
.archive article:not(:last-child),
.blog article:not(:last-child),
.search article:not(:last-child) {
margin-bottom: 30px;
}
@media (max-width: 991px) {
.archive article,
.blog article,
.search article {
margin-bottom: 40px;
}
}
.archive article:last-child,
.blog article:last-child,
.search article:last-child {
margin-bottom: 0;
border-bottom: none;
}
.archive article .entry-summary,
.blog article .entry-summary,
.search article .entry-summary {
padding-bottom: 20px;
}
.archive article .link-more,
.blog article .link-more,
.search article .link-more {
margin-bottom: 0;
}
.archive .wp-block-archives-dropdown,
.archive article .entry-content,
.blog .wp-block-archives-dropdown,
.blog article .entry-content,
.search .wp-block-archives-dropdown,
.search article .entry-content {
margin-bottom: 1.5rem;
}
.archive .comments-pagination,
.archive .pagination,
.blog .comments-pagination,
.blog .pagination,
.search .comments-pagination,
.search .pagination {
border-top: none;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
color: #fff;
}
.wp-block-calendar table {
margin-bottom: 0;
}
.wp-block-calendar td,
.wp-block-calendar th {
text-align: center;
}
.wp-block-calendar tbody a {
display: inline-block;
font-weight: 700;
transform: scale(1.2);
text-decoration: none;
}
.wp-block-calendar tfoot td {
border: 1px solid #e5e5e5;
}
.wp-block-calendar tfoot a {
text-decoration: none;
}
.wp-block-calendar tfoot a:not(:hover) {
color: inherit;
}
.wp-block-group.has-background {
padding: 1.6em;
}
.is-style-outline .wp-block-button__link:not(:hover) {
color: #000;
background-color: transparent;
border-color: #000;
}
.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.wp-block-search {
margin: 0 0 1em;
}
.wp-block-search .wp-block-search__button {
margin-left: 0;
}
.wp-block-tag-cloud a {
display: inline-block;
font-size: 12px !important;
line-height: 1.2;
color: #787878;
padding: 9px 15px;
background-color: #f2efea;
border-radius: 20px;
margin: 5px 5px 0 0;
text-transform: capitalize;
}
.wp-block-tag-cloud a:hover {
color: #fff;
}
.wp-block-categories {
margin-bottom: 1em;
}
.wp-block-table.is-style-stripes {
border-bottom-color: #e5e5e5;
} body.page-template-page-elementor #content {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.page .entry-header .edit-link {
font-size: 14px;
font-size: 0.875rem;
}
.page-inner {
background-color: #fff;
height: 100%;
border-radius: 0 40px 0 40px;
padding: 15px;
}
@media (min-width: 768px) {
.page-inner {
padding: 30px;
}
}
.search .page .entry-header .edit-link {
font-size: 11px;
font-size: 0.6875rem;
}
.search .content-area {
width: 100%;
}
.search .site-content .page-title {
margin-top: 0;
padding-bottom: 20px;
border-bottom: 1px solid;
margin-bottom: 50px;
}
.page-links {
clear: both;
margin: 0 0 1em;
} .error404 .site-content {
padding: 0;
}
.error404 .site-content-contain {
background-image: url(//riseupforum.org/wp-content/themes/gainlove/assets/images/bg_404.jpg);
background-position: top;
background-repeat: no-repeat;
background-size: cover;
}
.error404 .page-content {
text-align: center;
position: relative;
padding-top: 190px;
padding-bottom: 175px;
width: 680px;
margin: 0 auto;
}
@media (max-width: 1199px) {
.error404 .page-content {
padding-top: 50px;
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
.error404 .page-content {
padding-top: 70px;
padding-bottom: 70px;
width: 300px;
}
}
.error404 h1 {
font-size: 200px;
font-size: 12.5rem;
line-height: 180px;
margin-bottom: 45px;
}
@media (max-width: 767px) {
.error404 h1 {
font-size: 150px;
font-size: 9.375rem;
display: block;
margin-right: 0;
}
}
.error404 .error-404-subtitle {
color: #fff;
font-size: 60px;
font-size: 3.75rem;
text-transform: none;
letter-spacing: 0;
font-weight: 400;
padding-top: 0;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.error404 .error-404-subtitle {
font-size: 50px;
font-size: 3.125rem;
display: block;
text-align: center;
margin-bottom: 20px;
}
}
.error404 .error-404-title img {
width: 378px;
max-width: 100%;
}
.error404 .error-text {
font-size: 20px;
font-size: 1.25rem;
font-weight: 300;
margin-bottom: 35px;
color: #fff;
}
@media (max-width: 767px) {
.error404 .error-text {
margin-bottom: 30px;
}
}
.search .page-content .search-form {
margin-bottom: 3em;
}
.body-background {
position: fixed;
z-index: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.body-background .body-background-inner {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
transition: transform 0.15s ease-out 0s;
transform: translate(-50%, -50%);
transform-origin: 50% 50%;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
will-change: transform;
} body.footer-fixed .site-footer .wrap {
z-index: 0;
}
.site-footer .wrap {
position: relative;
z-index: 3;
background-color: #000;
}
.site-footer .shape-footer .elementor-shape {
top: -14px;
height: 15px;
width: 100%;
}
.site-footer .widget-area {
padding-bottom: 3.25em;
padding-top: 3.25em;
position: relative;
}
.site-footer .widget-area:before {
position: absolute;
top: 0;
left: 15px;
right: 15px;
content: "";
border-top: 1px solid #e5e5e5;
height: 1px;
display: block;
}
@media (max-width: 991px) {
.site-footer .social-navigation {
text-align: left;
}
}
.site-footer .social-navigation li a i {
font-size: 18px;
font-size: 1.125rem;
}
.site-footer .widget,
.site-footer .widget.widget_archive a,
.site-footer .widget.widget_categories a,
.site-footer .widget.widget_meta a,
.site-footer .widget.widget_nav_menu a,
.site-footer .widget.widget_pages a,
.site-footer .widget a {
color: #aaa;
}
.site-footer .widget li {
padding-top: 0.3rem;
padding-bottom: 0.3rem;
}
.site-footer .widget li:first-child {
padding-top: 0;
}
.site-footer .widget.widget_recent_entries li {
padding-top: 0;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid;
border-color: #e5e5e5;
}
.site-footer .widget.widget_recent_entries li:last-child {
border: none;
}
.profile-wrapper .site-footer .login-form-title,
.site-footer .profile-wrapper .login-form-title,
.site-footer .widget-area strong,
.site-footer .widget .tagcloud a:focus,
.site-footer .widget .tagcloud a:hover,
.site-footer .widget.widget_tag_cloud a:focus,
.site-footer .widget.widget_tag_cloud a:hover,
.site-footer .widget_rss .rss-date,
.site-footer .widget_rss li cite,
.site-footer h2.widget-title,
.site-footer h2.widgettitle,
.site-footer thead th {
color: #fff;
}
.site-footer .widget_rss ul li {
border-top: 1px solid;
border-color: #e5e5e5;
padding: 2.125em 0;
}
.site-footer .widget_rss ul li:first-child {
border: none;
}
@media (max-width: 991px) {
.site-footer .b-sm-none {
border: none !important;
}
}
.scrollup {
position: fixed;
bottom: 24px;
right: 24px;
z-index: 999;
font-size: 18px !important;
padding: 0;
width: 55px;
height: 55px;
line-height: 55px;
transform: scale(0);
transition: all 0.5s ease;
}
@media (max-width: 767px) {
.scrollup {
opacity: 0 !important;
pointer-events: none;
}
}
.scrollup.activate {
transform: scale(1);
}
.scrollup.elementor-widget-icon {
position: static;
bottom: auto;
right: auto;
width: auto;
height: auto;
line-height: normal;
border-radius: 0;
cursor: pointer;
background-color: transparent;
border: none;
transform: scale(1);
opacity: 1 !important;
}
@media (max-width: 767px) {
.scrollup.elementor-widget-icon {
opacity: 1 !important;
pointer-events: auto;
}
}
.scrollup.elementor-widget-icon:hover {
background: transparent;
border: none;
} .site-info {
font-size: 16px;
font-size: 1rem;
text-align: center;
color: #aaa;
min-height: 120px;
display: flex;
justify-content: center;
align-items: center;
}
.site-info a {
color: #ff9f0d;
}
.site-info .sep {
margin: 0;
display: block;
visibility: hidden;
height: 0;
width: 100%;
}
@media (min-width: 992px) {
.handheld-footer-bar {
display: none;
}
}
@media (max-width: 991px) {
.opal-wrapper {
margin-bottom: 65px;
}
.handheld-footer-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
border-top: 1px solid hsla(0, 0%, 100%, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
z-index: 9999;
background-color: #444;
}
.handheld-footer-bar [class*="columns-"] {
display: flex;
-ms-flex-align: center;
list-style: none;
margin-bottom: 0;
padding: 0;
min-height: 65px;
color: #f3f3f3;
position: relative;
}
.handheld-footer-bar [class*="columns-"] li {
flex: 1 1 0;
text-align: center;
}
.handheld-footer-bar [class*="columns-"] li:not(:last-child) a {
border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}
.handheld-footer-bar [class*="columns-"] a {
color: #f3f3f3;
height: 100%;
cursor: pointer;
display: block;
background: #444;
text-align: center;
line-height: 65px;
text-transform: uppercase;
}
.handheld-footer-bar [class*="columns-"] a:before {
font: normal normal normal 26px/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
cursor: pointer;
pointer-events: none;
line-height: 65px;
}
.handheld-footer-bar .my-account .my-accrount-footer,
.handheld-footer-bar .profile-wrapper .profile-notification .my-accrount-footer,
.profile-wrapper .handheld-footer-bar .profile-notification .my-accrount-footer {
display: block;
position: relative;
text-indent: -9999px;
z-index: 999;
}
.handheld-footer-bar .my-account .my-accrount-footer:before,
.handheld-footer-bar .profile-wrapper .profile-notification .my-accrount-footer:before,
.profile-wrapper .handheld-footer-bar .profile-notification .my-accrount-footer:before {
text-indent: 0;
font-size: 27px;
}
.handheld-footer-bar .cart .footer-cart-contents {
position: relative;
display: block;
z-index: 99;
}
.handheld-footer-bar .cart .footer-cart-contents .count {
text-indent: 0;
display: block;
width: 2em;
height: 2em;
line-height: 2;
box-sizing: content-box;
font-size: 12px;
position: absolute;
top: 10px;
left: calc(50% + 5px);
border-radius: 100%;
}
.handheld-footer-bar .site-search {
position: absolute;
bottom: -120%;
left: 0;
right: 0;
transition: all, ease, 0.2s;
padding: 1em 1em 0;
z-index: 1;
display: block;
background-color: #444;
}
.handheld-footer-bar .site-search .search-submit {
border-radius: 0;
}
.handheld-footer-bar .search .search-footer {
position: relative;
text-indent: -9999px;
z-index: 999;
}
.handheld-footer-bar .search input[type="search"] {
margin-top: 0;
padding: 10px;
border: none;
background-color: #fff;
}
.handheld-footer-bar .search.active .site-search {
bottom: 100%;
}
}
.handheld-footer-bar .search .search-footer:before {
text-indent: 0;
} .breadcrumb {
text-align: center;
}
.breadcrumb i {
padding: 0 5px;
vertical-align: middle;
}
.breadcrumb span {
color: #fff;
}
.breadcrumb span[property="itemListElement"] {
margin: 0 7px;
}
.breadcrumb span.current-item:after,
.breadcrumb span.current-item:before,
.breadcrumb span[property="itemListElement"]:after,
.breadcrumb span[property="itemListElement"]:before {
content: "";
}
.breadcrumb span.fa {
margin: 0 10px;
}
.breadcrumbs {
font-size: 14px;
font-size: 0.875rem;
word-break: break-word;
} .site-header-account {
position: relative;
}
.site-header-account.style-icon .account-label,
.site-header-account.style-label .icon {
display: none;
}
.site-header-account.style-both .account-label,
.site-header-account.style-both .icon {
display: inline-block;
vertical-align: bottom;
}
.site-header-account.style-both .account-label {
padding-left: 10px;
}
.site-header-account.style-both .account-label span {
display: block;
line-height: 1;
}
@media (max-width: 991px) {
.site-header-account.style-both .account-label {
display: none;
}
}
.site-header-account.style-both .account-avata img {
margin-bottom: -5px;
}
.site-header-account.style-both .account-avata + .account-label span {
line-height: 1.2;
}
.site-header-account .label-name {
max-width: 83px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-weight: 500;
}
.site-header-account > a {
display: flex;
font-size: 13px;
color: #232323;
white-space: nowrap;
text-transform: uppercase;
font-weight: 700;
}
.site-header-account > a span {
font-size: 20px;
vertical-align: middle;
}
.site-header-account .login-form-title {
font-size: 18px;
font-size: 1.125rem;
font-weight: 700;
}
.site-header-account .opal-login-error {
font-size: 14px;
font-size: 0.875rem;
margin-bottom: 15px;
color: #e2401c;
}
.site-header-account .account-dropdown {
text-align: left;
right: 0;
top: calc(100% + 15px);
position: absolute;
pointer-events: none;
opacity: 0;
z-index: 99;
visibility: hidden;
padding-top: 10px;
}
.site-header-account .account-dropdown.right {
left: 0;
right: unset;
}
.site-header-account .account-dropdown.right .account-wrap:before {
left: 20px;
right: unset;
}
.site-header-account .account-dropdown.justify {
right: 50%;
transform: translateX(50%);
}
.site-header-account .account-dropdown.justify .account-wrap:before {
right: 50%;
transform: translateX(50%) rotate(45deg);
}
.site-header-account .account-dropdown a.lostpass-link,
.site-header-account .account-dropdown a.register-link {
font-size: 14px;
font-size: 0.875rem;
}
.site-header-account .account-dropdown a.lostpass-link:hover,
.site-header-account .account-dropdown a.register-link:hover {
text-decoration: underline;
}
.site-header-account .account-dropdown label {
margin-bottom: 0.5rem;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.7;
}
.site-header-account .account-dropdown p {
margin-bottom: 1rem;
}
.site-header-account .account-dropdown button,
.site-header-account .account-dropdown input {
line-height: normal !important;
}
.site-header-account .account-dropdown button {
font-size: 12px !important;
text-transform: uppercase;
}
.site-header-account .account-dropdown .account-wrap {
position: relative;
background: #fff;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.17);
border-radius: 0;
}
.site-header-account .account-dropdown .account-wrap:before {
content: "";
width: 10px;
height: 10px;
position: absolute;
background-color: #fff;
top: -5px;
right: 5px;
transform: rotate(45deg);
z-index: 1;
}
.site-header-account .account-dropdown .account-inner {
width: 320px;
padding: 17px 20px;
max-height: 500px;
overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
width: 210px;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
width: 3px;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
background-color: #f5f5f5;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
background-color: #000;
}
.site-header-account .account-dashboard,
.site-header-account .account-links-menu {
list-style: none;
margin-bottom: 0;
}
.site-header-account .account-dashboard li a,
.site-header-account .account-links-menu li a {
width: 100%;
text-align: left;
font-size: 14px;
line-height: 30px;
}
.site-header-account:hover .account-dropdown {
top: 100%;
pointer-events: auto;
opacity: 1;
visibility: visible;
} article.type-page + .comments-area {
margin-top: 2em;
}
#comments {
clear: both;
display: flex;
flex-direction: column;
padding: 40px 30px;
}
#respond {
order: 12;
}
.comments-title {
font-size: 36px;
font-size: 2.25rem;
margin: 0 0 1.5rem;
padding: 0;
}
@media (max-width: 991px) {
.comments-title {
font-size: 30px;
font-size: 1.875rem;
}
}
.comment-list {
padding-bottom: 1rem;
margin-bottom: 2.9rem;
position: relative;
border-bottom: 1px solid #e5e5e5;
}
.comment-list .children {
margin: 0;
padding: 0;
margin-left: 4em !important;
}
@media (max-width: 991px) {
.comment-list .children {
margin-left: 1em !important;
}
}
.comment-list li:before {
display: none;
}
.comment-list li > .comment-body {
border-bottom: 1px solid #e5e5e5;
}
.comment-list > li:last-child:not(.parent) > .comment-body,
.comment-list > li:last-child ol.children li:last-child:not(.parent) > .comment-body {
border-bottom: none;
}
.comment-list > li:last-child li.parent:not(:last-child) ol.children li:last-child:not(.parent) > .comment-body {
border-bottom: 1px solid #e5e5e5;
}
.comment-list .depth-1 > article {
margin-left: 0;
padding-left: 0;
}
.comment-body + .comment-respond {
margin-top: 1.5em;
padding: 25px 40px;
padding-bottom: 10px;
background: #fff;
position: relative;
margin-bottom: 1.5em;
}
@media (max-width: 575px) {
.comment-body + .comment-respond {
padding: 25px 30px;
}
}
.comment-body + .comment-respond .comment-reply-title {
margin-bottom: 20px;
letter-spacing: 0;
}
.comment-body .avatar,
.comment_container .avatar {
height: 50px;
width: 50px;
left: -65px;
position: absolute;
}
.comment-body .says,
.comment_container .says {
display: none;
}
.comment_container,
article.comment-body {
margin-bottom: 10px;
padding-top: 25px;
padding-bottom: 20px;
background-color: #fff;
}
.comment-content > ol,
.comment-content > ul {
padding-left: 1.35em;
}
.comment-author {
margin-bottom: 0;
position: relative;
z-index: 2;
}
.comment-meta {
margin-bottom: 1.5em;
margin-left: 65px;
}
.comment-metadata {
font-size: 13px;
font-size: 0.8125rem;
}
.comment-metadata a {
color: #aaa;
}
.comment-metadata a.comment-edit-link {
margin-left: 1em;
}
.reply {
margin-bottom: 1.5em;
}
.comment-reply-link {
font-size: 14px;
font-size: 0.875rem;
text-transform: capitalize;
font-family: Gainlove, cursive;
border-width: 0 0 1px;
border-style: solid;
transition: all 0.3s ease;
}
.comment-reply-link:hover {
border-color: #c07400;
}
#cancel-comment-reply-link {
text-transform: capitalize;
font-size: 14px;
font-size: 0.875rem;
display: block;
margin-top: 10px;
}
#cancel-comment-reply-link:before {
margin-right: 3px;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f057";
display: inline-block;
}
.comments-pagination {
margin: 2em 0 3em;
} .comment-form .required {
color: red;
}
.comment-form a {
text-decoration: underline;
}
.comment-form-comment label {
display: none;
}
.comment-content table th {
border-bottom: 1px solid;
border-bottom-color: #ebebeb;
padding-bottom: 0.5em;
}
.comment-content table td a {
font-weight: 700;
}
.comment-form-cookies-consent label {
vertical-align: middle;
margin-bottom: 0;
}
.comment-content {
margin-left: 65px;
}
.comment-body,
.comment_container {
position: relative;
padding-top: 20px;
padding-bottom: 20px;
background-color: transparent;
margin-bottom: 1em;
}
.comment-body > p:last-child,
.comment_container > p:last-child {
margin-bottom: 0;
}
.comment-body .reply,
.comment_container .reply {
margin-left: 65px;
margin-bottom: 0;
}
.comment-meta {
margin-bottom: 8px;
line-height: 1;
}
.comment-author {
display: inline-block;
margin-right: 10px;
}
.comment-author b {
font-weight: 600;
font-size: 14px;
font-size: 0.875rem;
}
.comment-metadata {
display: inline-block;
}
#comments {
margin-top: 30px;
}
#comments .avatar {
border-radius: 50%;
max-width: 50px;
} .comment-respond .comment-reply-title {
font-size: 36px;
font-size: 2.25rem;
margin: 0 0 1.5rem;
padding: 0;
}
@media (max-width: 991px) {
.comment-respond .comment-reply-title {
font-size: 30px;
font-size: 1.875rem;
}
}
.comment-form {
display: flex;
flex-wrap: wrap;
margin-left: -10px !important;
margin-right: -10px !important;
}
.comment-form > * {
padding-left: 10px !important;
padding-right: 10px !important;
}
.comment-form .comment-notes {
font-weight: 500;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .comment-notes {
order: -1;
}
.comment-form .form-submit {
text-align: left;
margin-top: 20px;
}
.comment-form .form-submit input[type="submit"] {
text-align: center;
text-transform: uppercase;
} #give-sidebar-left .widget,
#secondary .widget,
.elementor-widget-sidebar .widget {
padding: 20px 15px 35px;
}
@media (min-width: 768px) {
#give-sidebar-left .widget,
#secondary .widget,
.elementor-widget-sidebar .widget {
padding: 40px 30px 75px;
}
}
#give-sidebar-left .widget ul,
#secondary .widget ul,
.elementor-widget-sidebar .widget ul {
margin: 0;
padding-left: 0;
}
#give-sidebar-left .widget ul.children,
#give-sidebar-left .widget ul.sub-menu,
#secondary .widget ul.children,
#secondary .widget ul.sub-menu,
.elementor-widget-sidebar .widget ul.children,
.elementor-widget-sidebar .widget ul.sub-menu {
margin-top: 0.5rem;
}
#give-sidebar-left .widget.widget_opal-wp_template,
#secondary .widget.widget_opal-wp_template,
.elementor-widget-sidebar .widget.widget_opal-wp_template {
background-color: transparent;
padding: 0;
}
#give-sidebar-left .widget_search .search-form .input-group,
#secondary .widget_search .search-form .input-group,
.elementor-widget-sidebar .widget_search .search-form .input-group {
position: relative;
}
#give-sidebar-left .widget_search .input-group .form-control,
#secondary .widget_search .input-group .form-control,
.elementor-widget-sidebar .widget_search .input-group .form-control {
border-radius: 0 25px 0 25px;
}
#give-sidebar-left .widget_archive,
#give-sidebar-left .widget_categories,
#give-sidebar-left .widget_layered_nav,
#give-sidebar-left .widget_layered_nav_filters,
#give-sidebar-left .widget_links,
#give-sidebar-left .widget_meta,
#give-sidebar-left .widget_nav_menu,
#give-sidebar-left .widget_pages,
#give-sidebar-left .widget_recent_comments,
#give-sidebar-left .widget_recent_entries,
#secondary .widget_archive,
#secondary .widget_categories,
#secondary .widget_layered_nav,
#secondary .widget_layered_nav_filters,
#secondary .widget_links,
#secondary .widget_meta,
#secondary .widget_nav_menu,
#secondary .widget_pages,
#secondary .widget_recent_comments,
#secondary .widget_recent_entries,
.elementor-widget-sidebar .widget_archive,
.elementor-widget-sidebar .widget_categories,
.elementor-widget-sidebar .widget_layered_nav,
.elementor-widget-sidebar .widget_layered_nav_filters,
.elementor-widget-sidebar .widget_links,
.elementor-widget-sidebar .widget_meta,
.elementor-widget-sidebar .widget_nav_menu,
.elementor-widget-sidebar .widget_pages,
.elementor-widget-sidebar .widget_recent_comments,
.elementor-widget-sidebar .widget_recent_entries { }
.widget.osf_widget_campaign ul li {
display: flex;
justify-content: space-between;
}
.widget.osf_widget_campaign a,
.widget.osf_widget_campaign ul li,
.widget.widget_archive a,
.widget.widget_archive ul li,
.widget.widget_categories a,
.widget.widget_categories ul li,
.widget.widget_meta a,
.widget.widget_meta ul li,
.widget.widget_nav_menu a,
.widget.widget_nav_menu ul li,
.widget.widget_pages a,
.widget.widget_pages ul li {
font-weight: 500;
}
.widget.osf_widget_campaign a:before,
.widget.widget_archive a:before,
.widget.widget_categories a:before,
.widget.widget_meta a:before,
.widget.widget_nav_menu a:before,
.widget.widget_pages a:before {
content: "";
width: 4px;
height: 4px;
display: inline-block;
vertical-align: middle;
background-color: #e74a30;
margin-right: 10px;
transition: all 0.3s ease;
}
.widget.osf_widget_campaign a:focus:before,
.widget.osf_widget_campaign a:hover:before,
.widget.widget_archive a:focus:before,
.widget.widget_archive a:hover:before,
.widget.widget_categories a:focus:before,
.widget.widget_categories a:hover:before,
.widget.widget_meta a:focus:before,
.widget.widget_meta a:hover:before,
.widget.widget_nav_menu a:focus:before,
.widget.widget_nav_menu a:hover:before,
.widget.widget_pages a:focus:before,
.widget.widget_pages a:hover:before {
margin-right: 15px;
}
.widget.widget_archive ul li,
.widget.widget_categories ul li {
text-align: right;
width: 100%;
display: inline-block;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a {
float: left;
}
.widget.media-post-layout .item-post {
width: 100%;
display: flex;
flex-wrap: wrap;
border-bottom: 2px solid #e5e5e5;
padding: 30px 0;
}
.widget.media-post-layout .item-post .image {
flex: 0 0 65px;
margin-right: 20px;
}
.widget.media-post-layout .item-post .media-body {
flex: 0 0 calc(100% - 85px);
}
.widget.media-post-layout .item-post i {
margin-right: 3px;
}
.widget.media-post-layout .item-post:last-child {
padding-bottom: 0;
border-bottom: none;
}
.widget.media-post-layout .item-post:first-child {
padding-top: 0;
}
.widget.media-post-layout .entry-title {
font-size: 18px;
font-size: 1.125rem;
margin-bottom: 10px;
display: -webkit-box;
-webkit-line-clamp: 2;
overflow: hidden;
line-height: 1.333;
}
.widget.media-post-layout .entry-meta {
margin-bottom: 0;
line-height: 1em;
}
.widget.media-post-layout .entry-meta span {
font-size: inherit;
}
.widget.media-post-layout .entry-meta span:not(:last-child) {
margin-right: 15px;
}
.widget.media-post-layout .entry-meta a:not(:hover) {
color: inherit;
}
.widget.media-post-layout .entry-meta i {
display: inline-flex;
}
.profile-wrapper .login-form-title,
h2.widget-title,
h2.widgettitle,
h3.widgettitle {
font-size: 24px;
font-size: 1.5rem;
margin-bottom: 35px;
padding-bottom: 15px;
position: relative;
display: inline-flex;
text-transform: capitalize;
}
.profile-wrapper .login-form-title:before,
h2.widget-title:before,
h2.widgettitle:before,
h3.widgettitle:before {
content: "";
width: 100%;
height: 3px;
position: absolute;
left: 0;
bottom: 0;
}
.profile-wrapper .login-form-title a,
h2.widget-title a,
h2.widgettitle a,
h3.widgettitle a {
color: inherit;
}
.title-with-icon {
display: flex;
-ms-flex-align: center !important;
align-items: center !important;
}
.site-footer .widget {
padding-bottom: 0.25rem;
margin-bottom: 55px;
} .widget {
margin-bottom: 30px;
}
.widget form {
padding: 0.4em 0;
}
.widget select {
width: 100%;
}
.widget ul {
list-style: none;
margin: 0;
}
.widget ul li {
padding: 0.5rem 0;
}
.widget ul li ul {
padding: 0.5rem 0 0;
position: relative;
}
.widget ul li li {
padding-left: 0.9rem;
}
@media (min-width: 992px) {
.widget ul li li {
padding-left: 1.3rem;
}
}
.widget ul li:last-child,
.widget ul li li:last-child {
padding-bottom: 0;
}
.widget ul li:first-child {
padding-top: 0;
}
.widget-grofile ul.grofile-links li ul,
.widget_meta ul li ul,
.widget_pages ul li ul,
.widget_rss_links ul li ul,
.widget_top-posts ul li ul {
bottom: 0;
}
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.widget_rss ul li {
padding-top: 1rem;
padding-bottom: 1rem;
} .widget .post-date,
.widget .rss-date {
font-size: 0.81em;
} .widget_text {
word-wrap: break-word;
} .widget_rss .widget-title {
display: inline-flex;
align-items: center;
}
.widget_rss .widget-title .rsswidget:first-child {
float: right;
margin-right: 5px;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
display: block;
}
.widget_rss ul li {
padding: 2.125em 0;
border-top: 1px solid;
border-color: #e5e5e5;
}
.widget_rss ul li:first-child {
border-top: none;
padding-top: 0;
}
.widget_rss li .rsswidget {
font-size: 16px;
font-weight: 600;
line-height: 1.4;
}
.widget_rss .rss-date,
.widget_rss li cite {
display: block;
}
.widget_rss .rss-date {
margin: 0.5em 0 1.5em;
padding: 0;
} .widget_contact_info .contact-map,
.widget_rss .rssSummary {
margin-bottom: 0.5em;
} .widget-grofile h4 {
font-size: 16px;
margin-bottom: 0;
} .widget_recent_comments table,
.widget_recent_comments td,
.widget_recent_comments th {
border: 0;
}
.widget_recent_comments .recentcomments {
color: #999;
}
.widget_recent_comments .recentcomments .comment-author-link {
color: #000;
font-size: 15px;
} .widget_recent_entries li a {
font-size: 20px;
font-size: 1.25rem;
display: -webkit-box;
-webkit-line-clamp: 2;
overflow: hidden;
line-height: 1.2;
}
.widget_recent_entries li.item-recent-post {
display: flex;
padding: 1.875rem 0;
border: 0;
}
.widget_recent_entries li.item-recent-post:not(:last-child) {
border-bottom: 1px solid #e5e5e5;
}
.widget_recent_entries li.item-recent-post .title-post {
display: flex;
flex-direction: column;
}
.widget_recent_entries img {
margin-right: 15px;
height: 80px;
max-width: 80px;
border-radius: 50%;
display: block;
object-fit: cover;
}
.widget_recent_entries .post-date {
display: block;
font-size: 12px;
font-size: 0.75rem;
margin-bottom: 5px;
} .widget_search {
padding-bottom: 50px !important;
}
.widget_search input[type="search"] {
padding-right: 50px;
}
.widget_search button[type="submit"] {
background: transparent;
border: 0;
padding: 1rem;
font-size: 18px;
font-size: 1.125rem;
line-height: 1;
}
.widget_search button[type="submit"]:focus,
.widget_search button[type="submit"]:hover {
background-color: transparent;
line-height: 1;
}
.widget_search .input-group-btn {
position: absolute;
right: 0;
top: 0;
bottom: 0;
z-index: 9;
}
.secondary-border .search-form input[type="text"],
.secondary-border .search-form input[type="text"]:focus {
border-color: #0e926b;
}
.none-border .search-form input[type="text"] {
border: none;
}
.bottom-to-top .search-form-wapper,
.popup .search-form-wapper,
.top-to-bottom .search-form-wapper {
position: relative;
max-width: 100%;
}
.bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
text-align: center;
font-size: 36px;
border: none;
}
@media (max-width: 991px) {
.bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
font-size: 24px;
padding-right: 50px;
}
}
.bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder,
.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder,
.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder {
color: inherit;
opacity: 1;
}
.bottom-to-top .search-form-wapper:after,
.popup .search-form-wapper:after,
.top-to-bottom .search-form-wapper:after {
content: "";
width: 100vw;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
z-index: 3;
border: 1px solid;
border-color: #e5e5e5;
}
.bottom-to-top .search-form-wapper .dgwt-wcas-preloader,
.popup .search-form-wapper .dgwt-wcas-preloader,
.top-to-bottom .search-form-wapper .dgwt-wcas-preloader {
display: none;
}
.bottom-to-top #content,
.bottom-to-top .container,
.bottom-to-top ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor,
.popup #content,
.popup .container,
.popup ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor,
.top-to-bottom #content,
.top-to-bottom .container,
.top-to-bottom ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
padding-top: 0;
padding-bottom: 0;
}
.bottom-to-top [data-search-toggle="close"],
.popup [data-search-toggle="close"],
.top-to-bottom [data-search-toggle="close"] {
display: block;
top: 25px;
right: 60px;
z-index: 3;
}
@media (max-width: 991px) {
.bottom-to-top [data-search-toggle="close"],
.popup [data-search-toggle="close"],
.top-to-bottom [data-search-toggle="close"] {
top: 15px;
right: 20px;
}
}
.bottom-to-top [data-search-toggle="close"]:before,
.popup [data-search-toggle="close"]:before,
.top-to-bottom [data-search-toggle="close"]:before {
font-size: 24px;
}
.bottom-to-top .search-form input[type="search"],
.popup .search-form input[type="search"],
.top-to-bottom .search-form input[type="search"] {
text-align: center;
font-size: 36px;
border: none;
}
@media (max-width: 991px) {
.bottom-to-top .search-form input[type="search"],
.popup .search-form input[type="search"],
.top-to-bottom .search-form input[type="search"] {
font-size: 24px;
}
}
.bottom-to-top .search-submit,
.popup .search-submit,
.top-to-bottom .search-submit {
display: none;
}
.bottom-to-top .dgwt-wcas-details-wrapp,
.bottom-to-top .dgwt-wcas-suggestions-wrapp,
.popup .dgwt-wcas-details-wrapp,
.popup .dgwt-wcas-suggestions-wrapp,
.top-to-bottom .dgwt-wcas-details-wrapp,
.top-to-bottom .dgwt-wcas-suggestions-wrapp {
border-top: none;
}
.search-form label {
margin-bottom: 0;
} .tagcloud:after,
.tagcloud:before,
.widget_tag_cloud:after,
.widget_tag_cloud:before,
.wp_widget_tag_cloud:after,
.wp_widget_tag_cloud:before {
content: "";
display: table;
clear: both;
}
.widget .tagcloud a,
.widget.widget_tag_cloud a {
display: inline-block;
float: left;
font-size: 13px !important;
line-height: 2em; margin: 5px 5px 0 0 !important;
padding: 4px 20px !important;
font-weight: 400;
width: auto;
word-wrap: break-word;
z-index: 0;
transition: all 0.3s ease;
color: #676d70;
background-color: #f2efea;
border-radius: 20px;
}
.widget .tagcloud a:focus,
.widget .tagcloud a:hover,
.widget.widget_tag_cloud a:focus,
.widget.widget_tag_cloud a:hover {
color: #fff;
}
.wp_widget_tag_cloud a {
display: inline-block;
float: left;
font-size: 14px !important; margin: 5px 5px 0 0 !important;
padding: 5px 10px !important;
letter-spacing: 0.1em;
font-weight: 400;
position: relative;
width: auto;
word-wrap: break-word;
z-index: 0;
transition: all 0.3s ease;
line-height: 1;
color: #676d70;
background-color: #dddad3;
}
.wp_widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover {
color: #fff;
}
.widget .tagcloud a:focus,
.widget .tagcloud a:hover {
background-color: hsla(42, 13%, 85%, 0.8);
box-shadow: none;
text-decoration: none;
}
.widget.widget_tag_cloud a:focus,
.widget.widget_tag_cloud a:hover {
box-shadow: none;
text-decoration: none;
}
.wp_widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover {
background-color: hsla(42, 13%, 85%, 0.8);
box-shadow: none;
text-decoration: none;
} .widget_calendar table {
margin-bottom: 0;
}
.widget_calendar td,
.widget_calendar th {
text-align: center;
}
.widget_calendar tbody a {
display: inline-block;
font-weight: 700;
transform: scale(1.2);
text-decoration: none;
} .list-account {
vertical-align: middle;
padding-left: 0;
list-style: none;
}
.list-account li {
display: inline-block;
}
.list-account i,
.list-account li {
padding-right: 0.5rem;
}
.site-footer .widget ul {
padding-left: 0;
}
.site-footer .widget li {
border: none;
}
[data-search-toggle="toggle"].active:not(.bottom-to-top) i:before {
content: "\e461";
}
.widget_text .textwidget p:last-child {
margin-bottom: 0;
} img,
video {
height: auto; max-width: 100%; }
img.alignleft,
img.alignright {
float: none;
margin: 0;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
border: none;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
} .gallery-caption,
.wp-caption,
embed,
iframe,
object {
margin-bottom: 1.5em;
max-width: 100%;
}
.gallery-caption,
.wp-caption {
color: #666;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
} .mejs-container {
margin-bottom: 1.5em;
} .mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
background: transparent;
border: 0;
} .site-content .wp-playlist-light {
border-color: #e5e5e5;
color: #222;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
color: #232323;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
color: #e3e3e3;
}
.site-content .wp-playlist-light .wp-playlist-item {
border-bottom: 1px solid;
border-bottom-color: #e5e5e5;
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-light .wp-playlist-item:focus,
.site-content .wp-playlist-light .wp-playlist-item:hover {
border-bottom-color: transparent;
background-color: #e3e3e3;
color: #fff;
}
.site-content .wp-playlist-light .wp-playlist-item:focus a,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light a.wp-playlist-caption:hover {
color: #fff;
}
.site-content .wp-playlist-dark {
background-color: #222;
border-color: #232323;
}
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
background-color: #232323;
}
.site-content .wp-playlist-dark .wp-playlist-caption,
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
color: #fff;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
color: #aaa;
}
.site-content .wp-playlist-dark .wp-playlist-playing {
background-color: #232323;
}
.site-content .wp-playlist-dark .wp-playlist-item {
border-bottom: 1px solid;
border-bottom-color: #555;
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-dark .wp-playlist-item:focus,
.site-content .wp-playlist-dark .wp-playlist-item:hover {
border-bottom-color: transparent;
background-color: #aaa;
color: #222;
}
.site-content .wp-playlist-dark .wp-playlist-item:focus a,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark a.wp-playlist-caption:hover {
color: #222;
}
.site-content .wp-playlist {
padding: 0.625em 0.625em 0.3125em;
}
.site-content .wp-playlist-current-item .wp-playlist-item-title {
font-weight: 700;
}
.site-content .wp-playlist-current-item .wp-playlist-item-album {
font-weight: 400;
}
.site-content .wp-playlist-current-item .wp-playlist-item-artist {
font-size: 10px;
font-size: 0.625rem;
font-weight: 800;
letter-spacing: 0.1818em;
text-transform: uppercase;
}
.site-content .wp-playlist-item {
padding: 0 0.3125em;
cursor: pointer;
}
.site-content .wp-playlist-item:last-of-type {
border-bottom: none;
}
.site-content .wp-playlist-item a {
padding: 0.3125em 0;
border-bottom: none;
}
.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
box-shadow: none;
background-color: transparent;
}
.site-content .wp-playlist-item-length {
top: 5px;
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
overflow: hidden;
max-width: 100%;
height: auto;
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.osf-background-video {
position: fixed;
top: 50%;
left: 50%;
z-index: 1;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
transform: translate(-50%, -50%);
pointer-events: none;
}
.osf-background-video:before {
content: "";
width: 100vw;
height: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.6);
z-index: 2;
position: absolute;
display: block;
}
.osf-background-video video {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
} .entry-gallery .gallery-item {
width: 100%;
max-width: 100%;
padding: 0;
float: left;
}
.blog .gallery,
.elementor-element .gallery,
.entry-gallery .gallery,
.single .gallery,
.widget .gallery {
margin-left: -10px;
margin-right: -10px;
}
.blog .gallery-item,
.elementor-element .gallery-item,
.entry-gallery .gallery-item,
.single .gallery-item,
.widget .gallery-item {
text-align: center;
vertical-align: top;
margin: 10px 0;
padding-left: 10px;
padding-right: 10px;
}
.blog .gallery-columns-5 .gallery-item,
.elementor-element .gallery-columns-5 .gallery-item,
.entry-gallery .gallery-columns-5 .gallery-item,
.single .gallery-columns-5 .gallery-item,
.widget .gallery-columns-5 .gallery-item {
flex: 0 0 20%;
max-width: 20%;
}
.blog .gallery-columns-7 .gallery-item,
.elementor-element .gallery-columns-7 .gallery-item,
.entry-gallery .gallery-columns-7 .gallery-item,
.single .gallery-columns-7 .gallery-item,
.widget .gallery-columns-7 .gallery-item {
flex: 0 0 14.28571%;
max-width: 14.28571%;
}
.blog .gallery-columns-8 .gallery-item,
.elementor-element .gallery-columns-8 .gallery-item,
.entry-gallery .gallery-columns-8 .gallery-item,
.single .gallery-columns-8 .gallery-item,
.widget .gallery-columns-8 .gallery-item {
flex: 0 0 12.5%;
max-width: 12.5%;
}
.blog .gallery-columns-9 .gallery-item,
.elementor-element .gallery-columns-9 .gallery-item,
.entry-gallery .gallery-columns-9 .gallery-item,
.single .gallery-columns-9 .gallery-item,
.widget .gallery-columns-9 .gallery-item {
flex: 0 0 11.11111%;
max-width: 11.11111%;
}
.gallery-item a {
display: block;
}
.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover {
box-shadow: none;
background: none;
max-width: 100%;
}
.gallery-item a img {
display: block;
transition: filter 0.2s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.gallery-item a:focus img,
.gallery-item a:hover img {
filter: opacity(60%);
}
.gallery-caption {
display: block;
text-align: left;
padding: 5px 10px 0 0;
margin-bottom: 0;
line-height: 1.4;
}
.single.single-give_forms .gallery {
margin-right: -10px;
margin-left: -10px;
}
.single.single-give_forms .gallery .gallery-item {
padding-left: 10px;
padding-right: 10px;
}
.entry-content .blocks-gallery-grid,
.entry-content .wp-block-gallery {
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
margin: 0;
}
.hentry .entry-content > .alignleft,
.hentry .entry-summary > .alignleft {
margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
.hentry .entry-content > .alignleft,
.hentry .entry-summary > .alignleft {
max-width: 25vw;
margin-right: 2rem;
}
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
width: calc((100% - 16px) / 2);
} .modal,
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
outline: 0;
}
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translateY(-25%);
}
.modal.show .modal-dialog {
transform: translate(0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
display: flex;
background-color: #fff;
background-clip: padding-box;
box-shadow: 0 15px 40px #e3e3e3;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: flex;
align-items: center;
padding: 15px;
border-bottom: 1px solid #e7e7e7;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 15px;
}
.modal-footer {
display: flex;
align-items: center;
padding: 15px;
border-top: 1px solid #e7e7e7;
}
.modal-footer > :not(:first-child) {
margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
margin-right: 0.25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 30px auto;
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
max-width: 800px;
}
} .modal-user .opal-tabs > nav {
margin-bottom: 0;
}
.modal-user .opal-tabs > nav li a {
text-transform: uppercase;
color: #fff;
}
.modal-user .opal-tabs > nav li.tab-current a {
color: #000;
}
.modal-user .btn-modal-close {
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
z-index: 1000;
border-radius: 50%;
width: 30px;
height: 30px;
padding: 0;
line-height: 30px;
vertical-align: middle;
text-align: center;
background-color: #232323;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.modal-user.loading .opal-tab-content:after,
.modal-user.loading .tab-current:after {
position: absolute;
background: hsla(0, 0%, 89%, 0.3);
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 900;
}
.modal-user.loading a,
.modal-user.loading button,
.modal-user.loading checkbox,
.modal-user.loading input,
.modal-user.loading label,
.modal-user.loading select {
pointer-events: none;
}
.modal-user.loading .opal-loader {
display: block;
}
.modal-user .opal-loader {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 500;
}
.modal-user .opal-loader-inner {
transform: translateY(-50%);
top: 50%;
position: absolute;
width: 100%;
color: #fff;
padding: 0 100px;
text-align: center;
}
.modal-user .opal-loader-inner label {
font-size: 20px;
font-size: 1.25rem;
opacity: 0;
color: #ff9f0d;
display: inline-block;
}
.modal-user .opal-loader-inner label:nth-child(6) {
animation: d 3s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(5) {
animation: d 3s 0.1s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(4) {
animation: d 3s 0.2s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(3) {
animation: d 3s 0.3s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(2) {
animation: d 3s 0.4s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:first-child {
animation: d 3s 0.5s infinite ease-in-out;
}
@keyframes d {
0% {
opacity: 0;
transform: translateX(-300px);
}
33% {
opacity: 1;
transform: translateX(0);
}
66% {
opacity: 1;
transform: translateX(0);
}
to {
opacity: 0;
transform: translateX(300px);
}
}   [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
font-style: italic;
margin-bottom: 1.5em;
text-align: left;
}
.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
text-align: right;
}  p.has-drop-cap:not(:focus):first-letter {
font-size: 5em;
margin-top: 0.075em;
} .wp-block-image {
margin-bottom: 1.5em;
}
.wp-block-image .alignleft {
float: left;
}
.wp-block-image .alignright {
float: right;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin-right: 1.5em;
}
.wp-block-image figure.alignright {
margin-left: 1.5em;
} .wp-block-gallery {
margin-bottom: 1.5em;
}
.wp-block-gallery figcaption {
font-style: italic;
}
.wp-block-gallery.aligncenter {
display: flex;
margin: 0 -8px;
} .wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite {
color: inherit;
font-size: inherit;
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
display: flex;
} .wp-block-file .wp-block-file__button {
background-color: #222;
border-radius: 2px;
box-shadow: none;
color: #fff;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
margin-top: 2em;
padding: 0.7em 2em;
transition: background-color 0.2s ease-in-out;
white-space: nowrap;
}
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover {
background-color: #767676;
box-shadow: none;
}  .wp-block-code {
background: transparent;
border: 0;
padding: 0;
} .wp-block-pullquote {
border: 0;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
font-size: inherit;
text-transform: none;
} .wp-block-table thead th {
border-bottom: 2px solid #bbb;
padding-bottom: 0.5em;
}
.wp-block-table tr {
border-bottom: 1px solid #eee;
}
.wp-block-table td,
.wp-block-table th {
border: 0;
}
.rtl .wp-block-table td,
.rtl .wp-block-table th {
text-align: right;
}  .wp-block-button .wp-block-button__link {
box-shadow: none;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 700;
line-height: 1.66;
margin-top: 2em;
padding: 0.7em 2em;
transition: background-color 0.2s ease-in-out;
}
.entry-content .wp-block-button__link {
background-color: #222;
color: #fff;
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-background) {
background-color: transparent;
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #222;
}
.colors-dark .wp-block-button__link {
background-color: #fff;
color: #000;
}
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.entry-content .wp-block-button__link:focus,
.entry-content .wp-block-button__link:hover {
background-color: #767676;
box-shadow: none;
color: #fff;
}
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.colors-dark .entry-content .wp-block-button__link:focus,
.colors-dark .entry-content .wp-block-button__link:hover {
background-color: #bbb;
color: #000;
}
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #fff;
}
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):focus,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):hover {
color: #222;
}
.colors-custom .entry-content .wp-block-button__link,
.colors-custom .entry-content .wp-block-button__link:focus,
.colors-custom .entry-content .wp-block-button__link:hover,
.colors-dark .entry-content .wp-block-button__link,
.colors-dark .entry-content .wp-block-button__link:focus,
.colors-dark .entry-content .wp-block-button__link:hover {
box-shadow: none;
}
.colors-custom .entry-content .wp-block-button__link:focus,
.colors-custom .entry-content .wp-block-button__link:hover {
color: #fff;
} .wp-block-separator {
border: 0;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} .wp-block-media-text {
margin-bottom: 1.5em;
}
.wp-block-media-text :last-child {
margin-bottom: 0;
}  .wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
list-style-position: inside;
text-align: center;
} .wp-block-latest-comments article {
margin-bottom: 4em;
}
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
float: none;
width: 100%;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
border-radius: 0;
}
.wp-block-latest-comments a {
box-shadow: inset 0 -1px 0 #fff;
}
.wp-block-latest-comments__comment-meta {
font-size: 16px;
font-size: 1rem;
margin-bottom: 0.4em;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
font-weight: 700;
text-decoration: none;
}
.wp-block-latest-comments__comment-date {
color: #767676;
font-size: 10px;
font-size: 0.625rem;
font-weight: 700;
letter-spacing: 0.1818em;
margin-top: 0.4em;
text-transform: uppercase;
}
.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
font-size: 14px;
font-size: 0.875rem;
} .entry-content .has-pale-pink-color {
color: #f78da7;
}
.entry-content .has-pale-pink-background-color,
.wp-block-button.is-style-outline .has-pale-pink-background-color:link {
background-color: #f78da7;
}
.entry-content .has-vivid-red-color {
color: #cf2e2e;
}
.entry-content .has-vivid-red-background-color,
.wp-block-button.is-style-outline .has-vivid-red-background-color:link {
background-color: #cf2e2e;
}
.wp-block-button.is-style-squared,
.wp-block-button.is-style-squared *,
.wp-block-button__link.wp-block-button.is-style-squared {
border-radius: 0;
}
.entry-content .has-luminous-vivid-orange-color {
color: #ff6900;
}
.entry-content .has-luminous-vivid-orange-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-orange-background-color:link {
background-color: #ff6900;
}
.entry-content .has-luminous-vivid-amber-color {
color: #fcb900;
}
.entry-content .has-luminous-vivid-amber-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-amber-background-color:link {
background-color: #fcb900;
}
.entry-content .has-light-green-cyan-color {
color: #7bdcb5;
}
.entry-content .has-light-green-cyan-background-color,
.wp-block-button.is-style-outline .has-light-green-cyan-background-color:link {
background-color: #7bdcb5;
}
.entry-content .has-vivid-green-cyan-color {
color: #00d084;
}
.entry-content .has-vivid-green-cyan-background-color,
.wp-block-button.is-style-outline .has-vivid-green-cyan-background-color:link {
background-color: #00d084;
}
.entry-content .has-pale-cyan-blue-color {
color: #8ed1fc;
}
.entry-content .has-pale-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-pale-cyan-blue-background-color:link {
background-color: #8ed1fc;
}
.entry-content .has-vivid-cyan-blue-color {
color: #0693e3;
}
.entry-content .has-vivid-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-vivid-cyan-blue-background-color:link {
background-color: #0693e3;
}
.entry-content .has-very-light-gray-color {
color: #eee;
}
.entry-content .has-very-light-gray-background-color,
.wp-block-button.is-style-outline .has-very-light-gray-background-color:link {
background-color: #eee;
}
.entry-content .has-cyan-bluish-gray-color {
color: #abb8c3;
}
.entry-content .has-cyan-bluish-gray-background-color,
.wp-block-button.is-style-outline .has-cyan-bluish-gray-background-color:link {
background-color: #abb8c3;
}
.entry-content .has-very-dark-gray-color {
color: #313131;
}
.entry-content .has-very-dark-gray-background-color,
.wp-block-button.is-style-outline .has-very-dark-gray-background-color:link {
background-color: #313131;
}  @media screen and (min-width: 20em) {
body.customize-partial-edit-shortcuts-shown .site-header .site-title {
padding-left: 0;
}
}
@media screen and (min-width: 30em) {
img.alignleft {
float: left;
margin-right: 1.5em;
}
img.alignright {
float: right;
margin-left: 1.5em;
} .panel-content .wrap {
padding-bottom: 2em;
padding-top: 3.5em;
}
.page-one-column .panel-content .wrap {
max-width: 740px;
}
.recent-posts .entry-header {
margin-bottom: 0;
}
}
@media screen and (min-width: 48em) {
.error404 #primary {
float: none;
} .site-branding {
margin-bottom: 0;
}
.custom-header-media {
height: 165px;
position: relative;
}
.site-title {
font-size: 24px;
}
.site-description {
font-size: 16px;
} .dropdown-toggle,
.menu-toggle {
display: none;
}
.site-header .main-navigation ul,
.site-header .main-navigation ul ul {
display: block;
}
.site-header .main-navigation > div > ul {
display: inline-block;
}
.site-header .main-navigation ul {
background: transparent;
padding: 0;
}
.site-header .main-navigation > div > ul {
border: 0;
margin-bottom: 0;
padding: 0;
}
.site-header .main-navigation li {
display: inline-block;
}
.site-header .main-navigation li li {
display: block;
}
.site-header .main-navigation ul ul {
background: #000;
left: 0;
padding: 20px 0;
position: absolute;
top: calc(100% + 15px);
opacity: 0;
visibility: hidden;
z-index: 99999;
pointer-events: none;
transition: opacity 0.25s ease, visibility 0.25s ease, top 0.25s ease;
}
.site-header .main-navigation ul ul li > ul {
left: 100%;
right: auto;
}
.site-header .main-navigation ul ul li.focus > ul,
.site-header .main-navigation ul ul li:hover > ul {
top: 0;
opacity: 1;
visibility: visible;
pointer-events: visible;
}
.site-header .main-navigation li li {
transition: background-color 0.2s ease-in-out;
}
.site-header .main-navigation li li a {
transition: color 0.3s ease-in-out;
}
.site-header .main-navigation ul li.focus > ul,
.site-header .main-navigation ul li:hover > ul {
top: 100%;
visibility: visible;
opacity: 1;
right: auto;
pointer-events: visible;
}
.site-header .main-navigation .menu-item-has-children > a > i,
.site-header .main-navigation .page_item_has_children > a > i {
display: inline-block;
left: 5px;
position: relative;
top: -1px;
}
.site-header .main-navigation ul ul .menu-item-has-children > a > i,
.site-header .main-navigation ul ul .page_item_has_children > a > i {
margin-top: -9px;
left: auto;
position: absolute;
right: 1em;
top: 50%;  transform: rotate(-90deg);
}
.site-header .main-navigation ul ul ul {
left: -999em;
top: 15px;
}
.site-header .main-navigation ul ul li.menu-item-has-children.focus:after,
.site-header .main-navigation ul ul li.menu-item-has-children.focus:before,
.site-header .main-navigation ul ul li.menu-item-has-children:hover:after,
.site-header .main-navigation ul ul li.menu-item-has-children:hover:before,
.site-header .main-navigation ul ul li.page_item_has_children.focus:after,
.site-header .main-navigation ul ul li.page_item_has_children.focus:before,
.site-header .main-navigation ul ul li.page_item_has_children:hover:after,
.site-header .main-navigation ul ul li.page_item_has_children:hover:before,
.site-header .site-navigation-fixed .menu-scroll-down {
display: none;
}
.site-header .menu-scroll-down {
display: block;
padding: 1em;
position: absolute;
right: 0;
color: #fff;
top: 2em;
}
.site-header .menu-scroll-down .icon {  transform: rotate(90deg);
}  .panel-content .wrap {
padding-bottom: 4.5em;
padding-top: 6em;
}
.panel-image {
height: 100vh;
max-height: 1200px;
} .background-fixed .panel-image {
background-attachment: fixed;
} .panel-content .recent-posts article {
margin-bottom: 4em;
}
.panel-content .recent-posts .entry-header {
float: none;
width: 100%;
margin-bottom: 1.5em;
}
.page .panel-content .recent-posts .entry-title {
font-size: 26px;
font-size: 1.625rem;
} .comments-pagination,
.post-navigation {
clear: both;
}
.post-navigation .nav-previous {
width: 50%;
}
.post-navigation .nav-next {
text-align: right;
width: 50%;
}
.nav-next,
.post-navigation .nav-next {
margin-top: 0;
} .sticky .icon-thumb-tack {
height: 23px;
left: -2.5em;
top: 1.5em;
width: 32px;
} .format-quote blockquote .icon {
left: -1.5em;
} .site-content {
padding: 3.75em 0;
}   .nav-links .nav-title {
position: relative;
}  .site-info .sep {
margin: 0 0.5em;
display: inline;
visibility: visible;
height: auto;
width: auto;
} }
@media screen and (min-width: 67em) { .sticky .fa-thumb-tack {
font-size: 32px;
font-size: 2rem;
height: 22px;
left: -1.25em;
top: 0.75em;
width: 32px;
} .comment-body {
margin-left: 0;
}
} @media print { #give-sidebar-left,
#page-title-bar,
#secondary,
#topbar,
.comment-edit-link,
.comment-metadata .edit-link,
.comment-reply-link,
.comment-respond,
.comments-pagination,
.content-bottom-widgets,
.edit-link,
.elementor-widget-sidebar,
.header-image,
.icon-thumb-tack,
.page-links,
.pagination.navigation,
.panel-image-prop,
.pingback .edit-link,
.post-navigation,
.site-footer aside.widget-area,
.site-info,
.social-navigation,
button,
form,
input,
select,
textarea {
display: none !important;
}
#comments,
.entry-footer,
.single-featured-image-header,
.site-footer {
border: 0;
} body {
font-size: 12pt;
}
h1 {
font-size: 24pt;
}
h2 {
font-size: 22pt;
}
h3 {
font-size: 17pt;
}
h4 {
font-size: 12pt;
}
h5 {
font-size: 11pt;
}
h6 {
font-size: 12pt;
}
.page-title,
.page .panel-content .entry-title,
body.page:not(.gainlove-front-page) .entry-title {
font-size: 10pt;
} .wrap {
padding-left: 5% !important;
padding-right: 5% !important;
max-width: none;
} .site-header {
background: transparent;
padding: 0;
}
.site-branding {
margin-top: 0;
margin-bottom: 1.75em !important; }
.site-title {
font-size: 25pt;
}
.site-description {
font-size: 12pt;
opacity: 1;
} .single-featured-image-header {
background: transparent;
}
.entry-meta {
font-size: 9pt;
} .site,
body {
background: none !important; }
.site-title a,
a,
body {
color: #1e3954 !important; }
.site-description,
blockquote,
h2,
h5 {
color: #777 !important; }
.entry-meta,
.entry-meta a {
color: #777 !important; }
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
font-size: 11pt;
width: 34%;
}
.site-footer {
padding: 0;
}
}
.single-osf_story #primary {
max-width: 910px;
margin: 0 auto;
}
.post-type-archive-osf_story article .post-content,
.tax-osf_story_category article .post-content {
padding-bottom: 0;
margin-bottom: 0;
}
.post-type-archive-osf_story .post-thumbnail,
.tax-osf_story_category .post-thumbnail {
padding-top: 68.296%;
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.post-type-archive-osf_story .post-thumbnail a,
.tax-osf_story_category .post-thumbnail a {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.post-type-archive-osf_story .post-thumbnail img,
.tax-osf_story_category .post-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.4s ease;
}
.post-type-archive-osf_story .entry-header .entry-title,
.tax-osf_story_category .entry-header .entry-title {
line-height: 1em;
}
.post-type-archive-osf_story .entry-meta,
.tax-osf_story_category .entry-meta {
font-size: 14px;
font-size: 0.875rem;
color: #787878;
line-height: 1;
margin-bottom: 15px;
}
.post-type-archive-osf_story .entry-meta a,
.tax-osf_story_category .entry-meta a {
color: #000;
font-weight: 600;
}@font-face {
font-family: FontAwesome;
src: url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
font-weight: 400;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14286em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14286em;
width: 2.14286em;
top: 0.14286em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714em;
}
.fa-border {
padding: 0.2em 0.25em 0.15em;
border: 0.08em solid #eee;
border-radius: 0.1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: 0.3em;
}
.fa.fa-pull-right {
margin-left: 0.3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: 0.3em;
}
.fa.pull-right {
margin-left: 0.3em;
}
.fa-spin,
.give-button-with-loader span.give-loading-animation,
form[id*="give-form"] .give-loading-animation {
animation: p 2s infinite linear;
}
.fa-pulse {
animation: p 1s infinite steps(8);
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
transform: scaleX(-1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
} .fa-glass:before {
content: "";
}
.fa-music:before {
content: "";
}
.fa-search:before {
content: "";
}
.fa-envelope-o:before {
content: "";
}
.fa-heart:before {
content: "";
}
.fa-star:before {
content: "";
}
.fa-star-o:before {
content: "";
}
.fa-user:before {
content: "";
}
.fa-film:before {
content: "";
}
.fa-th-large:before {
content: "";
}
.fa-th:before {
content: "";
}
.fa-th-list:before {
content: "";
}
.fa-check:before {
content: "";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
content: "";
}
.fa-search-plus:before {
content: "";
}
.fa-search-minus:before {
content: "";
}
.fa-power-off:before {
content: "";
}
.fa-signal:before {
content: "";
}
.fa-cog:before,
.fa-gear:before {
content: "";
}
.fa-trash-o:before {
content: "";
}
.fa-home:before {
content: "";
}
.fa-file-o:before {
content: "";
}
.fa-clock-o:before {
content: "";
}
.fa-road:before {
content: "";
}
.fa-download:before {
content: "";
}
.fa-arrow-circle-o-down:before {
content: "";
}
.fa-arrow-circle-o-up:before {
content: "";
}
.fa-inbox:before {
content: "";
}
.fa-play-circle-o:before {
content: "";
}
.fa-repeat:before,
.fa-rotate-right:before {
content: "";
}
.fa-refresh:before {
content: "";
}
.fa-list-alt:before {
content: "";
}
.fa-lock:before {
content: "";
}
.fa-flag:before {
content: "";
}
.fa-headphones:before {
content: "";
}
.fa-volume-off:before {
content: "";
}
.fa-volume-down:before {
content: "";
}
.fa-volume-up:before {
content: "";
}
.fa-qrcode:before {
content: "";
}
.fa-barcode:before {
content: "";
}
.fa-tag:before {
content: "";
}
.fa-tags:before {
content: "";
}
.fa-book:before {
content: "";
}
.fa-bookmark:before {
content: "";
}
.fa-print:before {
content: "";
}
.fa-camera:before {
content: "";
}
.fa-font:before {
content: "";
}
.fa-bold:before {
content: "";
}
.fa-italic:before {
content: "";
}
.fa-text-height:before {
content: "";
}
.fa-text-width:before {
content: "";
}
.fa-align-left:before {
content: "";
}
.fa-align-center:before {
content: "";
}
.fa-align-right:before {
content: "";
}
.fa-align-justify:before {
content: "";
}
.fa-list:before {
content: "";
}
.fa-dedent:before,
.fa-outdent:before {
content: "";
}
.fa-indent:before {
content: "";
}
.fa-video-camera:before {
content: "";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
content: "";
}
.fa-pencil:before {
content: "";
}
.fa-map-marker:before {
content: "";
}
.fa-adjust:before {
content: "";
}
.fa-tint:before {
content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "";
}
.fa-share-square-o:before {
content: "";
}
.fa-check-square-o:before {
content: "";
}
.fa-arrows:before {
content: "";
}
.fa-step-backward:before {
content: "";
}
.fa-fast-backward:before {
content: "";
}
.fa-backward:before {
content: "";
}
.fa-play:before {
content: "";
}
.fa-pause:before {
content: "";
}
.fa-stop:before {
content: "";
}
.fa-forward:before {
content: "";
}
.fa-fast-forward:before {
content: "";
}
.fa-step-forward:before {
content: "";
}
.fa-eject:before {
content: "";
}
.fa-chevron-left:before {
content: "";
}
.fa-chevron-right:before {
content: "";
}
.fa-plus-circle:before {
content: "";
}
.fa-minus-circle:before {
content: "";
}
.fa-times-circle:before {
content: "";
}
.fa-check-circle:before {
content: "";
}
.fa-question-circle:before {
content: "";
}
.fa-info-circle:before {
content: "";
}
.fa-crosshairs:before {
content: "";
}
.fa-times-circle-o:before {
content: "";
}
.fa-check-circle-o:before {
content: "";
}
.fa-ban:before {
content: "";
}
.fa-arrow-left:before {
content: "";
}
.fa-arrow-right:before {
content: "";
}
.fa-arrow-up:before {
content: "";
}
.fa-arrow-down:before {
content: "";
}
.fa-mail-forward:before,
.fa-share:before {
content: "";
}
.fa-expand:before {
content: "";
}
.fa-compress:before {
content: "";
}
.fa-plus:before {
content: "";
}
.fa-minus:before {
content: "";
}
.fa-asterisk:before {
content: "";
}
.fa-exclamation-circle:before {
content: "";
}
.fa-gift:before {
content: "";
}
.fa-leaf:before {
content: "";
}
.fa-fire:before {
content: "";
}
.fa-eye:before {
content: "";
}
.fa-eye-slash:before {
content: "";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
content: "";
}
.fa-plane:before {
content: "";
}
.fa-calendar:before {
content: "";
}
.fa-random:before {
content: "";
}
.fa-comment:before {
content: "";
}
.fa-magnet:before {
content: "";
}
.fa-chevron-up:before {
content: "";
}
.fa-chevron-down:before {
content: "";
}
.fa-retweet:before {
content: "";
}
.fa-shopping-cart:before {
content: "";
}
.fa-folder:before {
content: "";
}
.fa-folder-open:before {
content: "";
}
.fa-arrows-v:before {
content: "";
}
.fa-arrows-h:before {
content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "";
}
.fa-twitter-square:before {
content: "";
}
.fa-facebook-square:before {
content: "";
}
.fa-camera-retro:before {
content: "";
}
.fa-key:before {
content: "";
}
.fa-cogs:before,
.fa-gears:before {
content: "";
}
.fa-comments:before {
content: "";
}
.fa-thumbs-o-up:before {
content: "";
}
.fa-thumbs-o-down:before {
content: "";
}
.fa-star-half:before {
content: "";
}
.fa-heart-o:before {
content: "";
}
.fa-sign-out:before {
content: "";
}
.fa-linkedin-square:before {
content: "";
}
.fa-thumb-tack:before {
content: "";
}
.fa-external-link:before {
content: "";
}
.fa-sign-in:before {
content: "";
}
.fa-trophy:before {
content: "";
}
.fa-github-square:before {
content: "";
}
.fa-upload:before {
content: "";
}
.fa-lemon-o:before {
content: "";
}
.fa-phone:before {
content: "";
}
.fa-square-o:before {
content: "";
}
.fa-bookmark-o:before {
content: "";
}
.fa-phone-square:before {
content: "";
}
.fa-twitter:before {
content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "";
}
.fa-github:before {
content: "";
}
.fa-unlock:before {
content: "";
}
.fa-credit-card:before {
content: "";
}
.fa-feed:before,
.fa-rss:before {
content: "";
}
.fa-hdd-o:before {
content: "";
}
.fa-bullhorn:before {
content: "";
}
.fa-bell:before {
content: "";
}
.fa-certificate:before {
content: "";
}
.fa-hand-o-right:before {
content: "";
}
.fa-hand-o-left:before {
content: "";
}
.fa-hand-o-up:before {
content: "";
}
.fa-hand-o-down:before {
content: "";
}
.fa-arrow-circle-left:before {
content: "";
}
.fa-arrow-circle-right:before {
content: "";
}
.fa-arrow-circle-up:before {
content: "";
}
.fa-arrow-circle-down:before {
content: "";
}
.fa-globe:before {
content: "";
}
.fa-wrench:before {
content: "";
}
.fa-tasks:before {
content: "";
}
.fa-filter:before {
content: "";
}
.fa-briefcase:before {
content: "";
}
.fa-arrows-alt:before {
content: "";
}
.fa-group:before,
.fa-users:before {
content: "";
}
.fa-chain:before,
.fa-link:before {
content: "";
}
.fa-cloud:before {
content: "";
}
.fa-flask:before {
content: "";
}
.fa-cut:before,
.fa-scissors:before {
content: "";
}
.fa-copy:before,
.fa-files-o:before {
content: "";
}
.fa-paperclip:before {
content: "";
}
.fa-floppy-o:before,
.fa-save:before {
content: "";
}
.fa-square:before {
content: "";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
content: "";
}
.fa-list-ul:before {
content: "";
}
.fa-list-ol:before {
content: "";
}
.fa-strikethrough:before {
content: "";
}
.fa-underline:before {
content: "";
}
.fa-table:before {
content: "";
}
.fa-magic:before {
content: "";
}
.fa-truck:before {
content: "";
}
.fa-pinterest:before {
content: "";
}
.fa-pinterest-square:before {
content: "";
}
.fa-google-plus-square:before {
content: "";
}
.fa-google-plus:before {
content: "";
}
.fa-money:before {
content: "";
}
.fa-caret-down:before {
content: "";
}
.fa-caret-up:before {
content: "";
}
.fa-caret-left:before {
content: "";
}
.fa-caret-right:before {
content: "";
}
.fa-columns:before {
content: "";
}
.fa-sort:before,
.fa-unsorted:before {
content: "";
}
.fa-sort-desc:before,
.fa-sort-down:before {
content: "";
}
.fa-sort-asc:before,
.fa-sort-up:before {
content: "";
}
.fa-envelope:before {
content: "";
}
.fa-linkedin:before {
content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "";
}
.fa-gavel:before,
.fa-legal:before {
content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "";
}
.fa-comment-o:before {
content: "";
}
.fa-comments-o:before {
content: "";
}
.fa-bolt:before,
.fa-flash:before {
content: "";
}
.fa-sitemap:before {
content: "";
}
.fa-umbrella:before {
content: "";
}
.fa-clipboard:before,
.fa-paste:before {
content: "";
}
.fa-lightbulb-o:before {
content: "";
}
.fa-exchange:before {
content: "";
}
.fa-cloud-download:before {
content: "";
}
.fa-cloud-upload:before {
content: "";
}
.fa-user-md:before {
content: "";
}
.fa-stethoscope:before {
content: "";
}
.fa-suitcase:before {
content: "";
}
.fa-bell-o:before {
content: "";
}
.fa-coffee:before {
content: "";
}
.fa-cutlery:before {
content: "";
}
.fa-file-text-o:before {
content: "";
}
.fa-building-o:before {
content: "";
}
.fa-hospital-o:before {
content: "";
}
.fa-ambulance:before {
content: "";
}
.fa-medkit:before {
content: "";
}
.fa-fighter-jet:before {
content: "";
}
.fa-beer:before {
content: "";
}
.fa-h-square:before {
content: "";
}
.fa-plus-square:before {
content: "";
}
.fa-angle-double-left:before {
content: "";
}
.fa-angle-double-right:before {
content: "";
}
.fa-angle-double-up:before {
content: "";
}
.fa-angle-double-down:before {
content: "";
}
.fa-angle-left:before {
content: "";
}
.fa-angle-right:before {
content: "";
}
.fa-angle-up:before {
content: "";
}
.fa-angle-down:before {
content: "";
}
.fa-desktop:before {
content: "";
}
.fa-laptop:before {
content: "";
}
.fa-tablet:before {
content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "";
}
.fa-circle-o:before {
content: "";
}
.fa-quote-left:before {
content: "";
}
.fa-quote-right:before {
content: "";
}
.fa-spinner:before {
content: "";
}
.fa-circle:before {
content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "";
}
.fa-github-alt:before {
content: "";
}
.fa-folder-o:before {
content: "";
}
.fa-folder-open-o:before {
content: "";
}
.fa-smile-o:before {
content: "";
}
.fa-frown-o:before {
content: "";
}
.fa-meh-o:before {
content: "";
}
.fa-gamepad:before {
content: "";
}
.fa-keyboard-o:before {
content: "";
}
.fa-flag-o:before {
content: "";
}
.fa-flag-checkered:before {
content: "";
}
.fa-terminal:before {
content: "";
}
.fa-code:before {
content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "";
}
.fa-location-arrow:before {
content: "";
}
.fa-crop:before {
content: "";
}
.fa-code-fork:before {
content: "";
}
.fa-chain-broken:before,
.fa-unlink:before {
content: "";
}
.fa-question:before {
content: "";
}
.fa-info:before {
content: "";
}
.fa-exclamation:before {
content: "";
}
.fa-superscript:before {
content: "";
}
.fa-subscript:before {
content: "";
}
.fa-eraser:before {
content: "";
}
.fa-puzzle-piece:before {
content: "";
}
.fa-microphone:before {
content: "";
}
.fa-microphone-slash:before {
content: "";
}
.fa-shield:before {
content: "";
}
.fa-calendar-o:before {
content: "";
}
.fa-fire-extinguisher:before {
content: "";
}
.fa-rocket:before {
content: "";
}
.fa-maxcdn:before {
content: "";
}
.fa-chevron-circle-left:before {
content: "";
}
.fa-chevron-circle-right:before {
content: "";
}
.fa-chevron-circle-up:before {
content: "";
}
.fa-chevron-circle-down:before {
content: "";
}
.fa-html5:before {
content: "";
}
.fa-css3:before {
content: "";
}
.fa-anchor:before {
content: "";
}
.fa-unlock-alt:before {
content: "";
}
.fa-bullseye:before {
content: "";
}
.fa-ellipsis-h:before {
content: "";
}
.fa-ellipsis-v:before {
content: "";
}
.fa-rss-square:before {
content: "";
}
.fa-play-circle:before {
content: "";
}
.fa-ticket:before {
content: "";
}
.fa-minus-square:before {
content: "";
}
.fa-minus-square-o:before {
content: "";
}
.fa-level-up:before {
content: "";
}
.fa-level-down:before {
content: "";
}
.fa-check-square:before {
content: "";
}
.fa-pencil-square:before {
content: "";
}
.fa-external-link-square:before {
content: "";
}
.fa-share-square:before {
content: "";
}
.fa-compass:before {
content: "";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
content: "";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
content: "";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
content: "";
}
.fa-eur:before,
.fa-euro:before {
content: "";
}
.fa-gbp:before {
content: "";
}
.fa-dollar:before,
.fa-usd:before {
content: "";
}
.fa-inr:before,
.fa-rupee:before {
content: "";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
content: "";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
content: "";
}
.fa-krw:before,
.fa-won:before {
content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "";
}
.fa-file:before {
content: "";
}
.fa-file-text:before {
content: "";
}
.fa-sort-alpha-asc:before {
content: "";
}
.fa-sort-alpha-desc:before {
content: "";
}
.fa-sort-amount-asc:before {
content: "";
}
.fa-sort-amount-desc:before {
content: "";
}
.fa-sort-numeric-asc:before {
content: "";
}
.fa-sort-numeric-desc:before {
content: "";
}
.fa-thumbs-up:before {
content: "";
}
.fa-thumbs-down:before {
content: "";
}
.fa-youtube-square:before {
content: "";
}
.fa-youtube:before {
content: "";
}
.fa-xing:before {
content: "";
}
.fa-xing-square:before {
content: "";
}
.fa-youtube-play:before {
content: "";
}
.fa-dropbox:before {
content: "";
}
.fa-stack-overflow:before {
content: "";
}
.fa-instagram:before {
content: "";
}
.fa-flickr:before {
content: "";
}
.fa-adn:before {
content: "";
}
.fa-bitbucket:before {
content: "";
}
.fa-bitbucket-square:before {
content: "";
}
.fa-tumblr:before {
content: "";
}
.fa-tumblr-square:before {
content: "";
}
.fa-long-arrow-down:before {
content: "";
}
.fa-long-arrow-up:before {
content: "";
}
.fa-long-arrow-left:before {
content: "";
}
.fa-long-arrow-right:before {
content: "";
}
.fa-apple:before {
content: "";
}
.fa-windows:before {
content: "";
}
.fa-android:before {
content: "";
}
.fa-linux:before {
content: "";
}
.fa-dribbble:before {
content: "";
}
.fa-skype:before {
content: "";
}
.fa-foursquare:before {
content: "";
}
.fa-trello:before {
content: "";
}
.fa-female:before {
content: "";
}
.fa-male:before {
content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "";
}
.fa-sun-o:before {
content: "";
}
.fa-moon-o:before {
content: "";
}
.fa-archive:before {
content: "";
}
.fa-bug:before {
content: "";
}
.fa-vk:before {
content: "";
}
.fa-weibo:before {
content: "";
}
.fa-renren:before {
content: "";
}
.fa-pagelines:before {
content: "";
}
.fa-stack-exchange:before {
content: "";
}
.fa-arrow-circle-o-right:before {
content: "";
}
.fa-arrow-circle-o-left:before {
content: "";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
content: "";
}
.fa-dot-circle-o:before {
content: "";
}
.fa-wheelchair:before {
content: "";
}
.fa-vimeo-square:before {
content: "";
}
.fa-try:before,
.fa-turkish-lira:before {
content: "";
}
.fa-plus-square-o:before {
content: "";
}
.fa-space-shuttle:before {
content: "";
}
.fa-slack:before {
content: "";
}
.fa-envelope-square:before {
content: "";
}
.fa-wordpress:before {
content: "";
}
.fa-openid:before {
content: "";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
content: "";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
content: "";
}
.fa-yahoo:before {
content: "";
}
.fa-google:before {
content: "";
}
.fa-reddit:before {
content: "";
}
.fa-reddit-square:before {
content: "";
}
.fa-stumbleupon-circle:before {
content: "";
}
.fa-stumbleupon:before {
content: "";
}
.fa-delicious:before {
content: "";
}
.fa-digg:before {
content: "";
}
.fa-pied-piper-pp:before {
content: "";
}
.fa-pied-piper-alt:before {
content: "";
}
.fa-drupal:before {
content: "";
}
.fa-joomla:before {
content: "";
}
.fa-language:before {
content: "";
}
.fa-fax:before {
content: "";
}
.fa-building:before {
content: "";
}
.fa-child:before {
content: "";
}
.fa-paw:before {
content: "";
}
.fa-spoon:before {
content: "";
}
.fa-cube:before {
content: "";
}
.fa-cubes:before {
content: "";
}
.fa-behance:before {
content: "";
}
.fa-behance-square:before {
content: "";
}
.fa-steam:before {
content: "";
}
.fa-steam-square:before {
content: "";
}
.fa-recycle:before {
content: "";
}
.fa-automobile:before,
.fa-car:before {
content: "";
}
.fa-cab:before,
.fa-taxi:before {
content: "";
}
.fa-tree:before {
content: "";
}
.fa-spotify:before {
content: "";
}
.fa-deviantart:before {
content: "";
}
.fa-soundcloud:before {
content: "";
}
.fa-database:before {
content: "";
}
.fa-file-pdf-o:before {
content: "";
}
.fa-file-word-o:before {
content: "";
}
.fa-file-excel-o:before {
content: "";
}
.fa-file-powerpoint-o:before {
content: "";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
content: "";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
content: "";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "";
}
.fa-file-code-o:before {
content: "";
}
.fa-vine:before {
content: "";
}
.fa-codepen:before {
content: "";
}
.fa-jsfiddle:before {
content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
content: "";
}
.fa-circle-o-notch:before {
content: "";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
content: "";
}
.fa-empire:before,
.fa-ge:before {
content: "";
}
.fa-git-square:before {
content: "";
}
.fa-git:before {
content: "";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
content: "";
}
.fa-tencent-weibo:before {
content: "";
}
.fa-qq:before {
content: "";
}
.fa-wechat:before,
.fa-weixin:before {
content: "";
}
.fa-paper-plane:before,
.fa-send:before {
content: "";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
content: "";
}
.fa-history:before {
content: "";
}
.fa-circle-thin:before {
content: "";
}
.fa-header:before {
content: "";
}
.fa-paragraph:before {
content: "";
}
.fa-sliders:before {
content: "";
}
.fa-share-alt:before {
content: "";
}
.fa-share-alt-square:before {
content: "";
}
.fa-bomb:before {
content: "";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
content: "";
}
.fa-tty:before {
content: "";
}
.fa-binoculars:before {
content: "";
}
.fa-plug:before {
content: "";
}
.fa-slideshare:before {
content: "";
}
.fa-twitch:before {
content: "";
}
.fa-yelp:before {
content: "";
}
.fa-newspaper-o:before {
content: "";
}
.fa-wifi:before {
content: "";
}
.fa-calculator:before {
content: "";
}
.fa-paypal:before {
content: "";
}
.fa-google-wallet:before {
content: "";
}
.fa-cc-visa:before {
content: "";
}
.fa-cc-mastercard:before {
content: "";
}
.fa-cc-discover:before {
content: "";
}
.fa-cc-amex:before {
content: "";
}
.fa-cc-paypal:before {
content: "";
}
.fa-cc-stripe:before {
content: "";
}
.fa-bell-slash:before {
content: "";
}
.fa-bell-slash-o:before {
content: "";
}
.fa-trash:before {
content: "";
}
.fa-copyright:before {
content: "";
}
.fa-at:before {
content: "";
}
.fa-eyedropper:before {
content: "";
}
.fa-paint-brush:before {
content: "";
}
.fa-birthday-cake:before {
content: "";
}
.fa-area-chart:before {
content: "";
}
.fa-pie-chart:before {
content: "";
}
.fa-line-chart:before {
content: "";
}
.fa-lastfm:before {
content: "";
}
.fa-lastfm-square:before {
content: "";
}
.fa-toggle-off:before {
content: "";
}
.fa-toggle-on:before {
content: "";
}
.fa-bicycle:before {
content: "";
}
.fa-bus:before {
content: "";
}
.fa-ioxhost:before {
content: "";
}
.fa-angellist:before {
content: "";
}
.fa-cc:before {
content: "";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
content: "";
}
.fa-meanpath:before {
content: "";
}
.fa-buysellads:before {
content: "";
}
.fa-connectdevelop:before {
content: "";
}
.fa-dashcube:before {
content: "";
}
.fa-forumbee:before {
content: "";
}
.fa-leanpub:before {
content: "";
}
.fa-sellsy:before {
content: "";
}
.fa-shirtsinbulk:before {
content: "";
}
.fa-simplybuilt:before {
content: "";
}
.fa-skyatlas:before {
content: "";
}
.fa-cart-plus:before {
content: "";
}
.fa-cart-arrow-down:before {
content: "";
}
.fa-diamond:before {
content: "";
}
.fa-ship:before {
content: "";
}
.fa-user-secret:before {
content: "";
}
.fa-motorcycle:before {
content: "";
}
.fa-street-view:before {
content: "";
}
.fa-heartbeat:before {
content: "";
}
.fa-venus:before {
content: "";
}
.fa-mars:before {
content: "";
}
.fa-mercury:before {
content: "";
}
.fa-intersex:before,
.fa-transgender:before {
content: "";
}
.fa-transgender-alt:before {
content: "";
}
.fa-venus-double:before {
content: "";
}
.fa-mars-double:before {
content: "";
}
.fa-venus-mars:before {
content: "";
}
.fa-mars-stroke:before {
content: "";
}
.fa-mars-stroke-v:before {
content: "";
}
.fa-mars-stroke-h:before {
content: "";
}
.fa-neuter:before {
content: "";
}
.fa-genderless:before {
content: "";
}
.fa-facebook-official:before {
content: "";
}
.fa-pinterest-p:before {
content: "";
}
.fa-whatsapp:before {
content: "";
}
.fa-server:before {
content: "";
}
.fa-user-plus:before {
content: "";
}
.fa-user-times:before {
content: "";
}
.fa-bed:before,
.fa-hotel:before {
content: "";
}
.fa-viacoin:before {
content: "";
}
.fa-train:before {
content: "";
}
.fa-subway:before {
content: "";
}
.fa-medium:before {
content: "";
}
.fa-y-combinator:before,
.fa-yc:before {
content: "";
}
.fa-optin-monster:before {
content: "";
}
.fa-opencart:before {
content: "";
}
.fa-expeditedssl:before {
content: "";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "";
}
.fa-mouse-pointer:before {
content: "";
}
.fa-i-cursor:before {
content: "";
}
.fa-object-group:before {
content: "";
}
.fa-object-ungroup:before {
content: "";
}
.fa-sticky-note:before {
content: "";
}
.fa-sticky-note-o:before {
content: "";
}
.fa-cc-jcb:before {
content: "";
}
.fa-cc-diners-club:before {
content: "";
}
.fa-clone:before {
content: "";
}
.fa-balance-scale:before {
content: "";
}
.fa-hourglass-o:before {
content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "";
}
.fa-hourglass:before {
content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
content: "";
}
.fa-hand-scissors-o:before {
content: "";
}
.fa-hand-lizard-o:before {
content: "";
}
.fa-hand-spock-o:before {
content: "";
}
.fa-hand-pointer-o:before {
content: "";
}
.fa-hand-peace-o:before {
content: "";
}
.fa-trademark:before {
content: "";
}
.fa-registered:before {
content: "";
}
.fa-creative-commons:before {
content: "";
}
.fa-gg:before {
content: "";
}
.fa-gg-circle:before {
content: "";
}
.fa-tripadvisor:before {
content: "";
}
.fa-odnoklassniki:before {
content: "";
}
.fa-odnoklassniki-square:before {
content: "";
}
.fa-get-pocket:before {
content: "";
}
.fa-wikipedia-w:before {
content: "";
}
.fa-safari:before {
content: "";
}
.fa-chrome:before {
content: "";
}
.fa-firefox:before {
content: "";
}
.fa-opera:before {
content: "";
}
.fa-internet-explorer:before {
content: "";
}
.fa-television:before,
.fa-tv:before {
content: "";
}
.fa-contao:before {
content: "";
}
.fa-500px:before {
content: "";
}
.fa-amazon:before {
content: "";
}
.fa-calendar-plus-o:before {
content: "";
}
.fa-calendar-minus-o:before {
content: "";
}
.fa-calendar-times-o:before {
content: "";
}
.fa-calendar-check-o:before {
content: "";
}
.fa-industry:before {
content: "";
}
.fa-map-pin:before {
content: "";
}
.fa-map-signs:before {
content: "";
}
.fa-map-o:before {
content: "";
}
.fa-map:before {
content: "";
}
.fa-commenting:before {
content: "";
}
.fa-commenting-o:before {
content: "";
}
.fa-houzz:before {
content: "";
}
.fa-vimeo:before {
content: "";
}
.fa-black-tie:before {
content: "";
}
.fa-fonticons:before {
content: "";
}
.fa-reddit-alien:before {
content: "";
}
.fa-edge:before {
content: "";
}
.fa-credit-card-alt:before {
content: "";
}
.fa-codiepie:before {
content: "";
}
.fa-modx:before {
content: "";
}
.fa-fort-awesome:before {
content: "";
}
.fa-usb:before {
content: "";
}
.fa-product-hunt:before {
content: "";
}
.fa-mixcloud:before {
content: "";
}
.fa-scribd:before {
content: "";
}
.fa-pause-circle:before {
content: "";
}
.fa-pause-circle-o:before {
content: "";
}
.fa-stop-circle:before {
content: "";
}
.fa-stop-circle-o:before {
content: "";
}
.fa-shopping-bag:before {
content: "";
}
.fa-shopping-basket:before {
content: "";
}
.fa-hashtag:before {
content: "";
}
.fa-bluetooth:before {
content: "";
}
.fa-bluetooth-b:before {
content: "";
}
.fa-percent:before {
content: "";
}
.fa-gitlab:before {
content: "";
}
.fa-wpbeginner:before {
content: "";
}
.fa-wpforms:before {
content: "";
}
.fa-envira:before {
content: "";
}
.fa-universal-access:before {
content: "";
}
.fa-wheelchair-alt:before {
content: "";
}
.fa-question-circle-o:before {
content: "";
}
.fa-blind:before {
content: "";
}
.fa-audio-description:before {
content: "";
}
.fa-volume-control-phone:before {
content: "";
}
.fa-braille:before {
content: "";
}
.fa-assistive-listening-systems:before {
content: "";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
content: "";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
content: "";
}
.fa-glide:before {
content: "";
}
.fa-glide-g:before {
content: "";
}
.fa-sign-language:before,
.fa-signing:before {
content: "";
}
.fa-low-vision:before {
content: "";
}
.fa-viadeo:before {
content: "";
}
.fa-viadeo-square:before {
content: "";
}
.fa-snapchat:before {
content: "";
}
.fa-snapchat-ghost:before {
content: "";
}
.fa-snapchat-square:before {
content: "";
}
.fa-pied-piper:before {
content: "";
}
.fa-first-order:before {
content: "";
}
.fa-yoast:before {
content: "";
}
.fa-themeisle:before {
content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "";
}
.fa-handshake-o:before {
content: "";
}
.fa-envelope-open:before {
content: "";
}
.fa-envelope-open-o:before {
content: "";
}
.fa-linode:before {
content: "";
}
.fa-address-book:before {
content: "";
}
.fa-address-book-o:before {
content: "";
}
.fa-address-card:before,
.fa-vcard:before {
content: "";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
content: "";
}
.fa-user-circle:before {
content: "";
}
.fa-user-circle-o:before {
content: "";
}
.fa-user-o:before {
content: "";
}
.fa-id-badge:before {
content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "";
}
.fa-quora:before {
content: "";
}
.fa-free-code-camp:before {
content: "";
}
.fa-telegram:before {
content: "";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "";
}
.fa-shower:before {
content: "";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
content: "";
}
.fa-podcast:before {
content: "";
}
.fa-window-maximize:before {
content: "";
}
.fa-window-minimize:before {
content: "";
}
.fa-window-restore:before {
content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "";
}
.fa-bandcamp:before {
content: "";
}
.fa-grav:before {
content: "";
}
.fa-etsy:before {
content: "";
}
.fa-imdb:before {
content: "";
}
.fa-ravelry:before {
content: "";
}
.fa-eercast:before {
content: "";
}
.fa-microchip:before {
content: "";
}
.fa-snowflake-o:before {
content: "";
}
.fa-superpowers:before {
content: "";
}
.fa-wpexplorer:before {
content: "";
}
.fa-meetup:before {
content: "";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
@font-face {
font-family: opal-icon;
src: url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/opal-icon.eot);
src: url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/opal-icon.eot?#iefix) format("eot"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/opal-icon.woff2) format("woff2"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/opal-icon.woff) format("woff"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/opal-icon.ttf) format("truetype"),
url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/opal-icon.svg#opal-icon) format("svg");
}
.elementor-menu-toggle.elementor-active i:before,
.elementor-menu-toggle i:before,
.elementor-widget-opal-search-form .fa-search:before,
.handheld-footer-bar .my-account .my-accrount-footer:before,
.handheld-footer-bar .profile-wrapper .profile-notification .my-accrount-footer:before,
.handheld-footer-bar .search .search-footer:before,
.list-check li:before,
.opal-icon,
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:before,
.profile-wrapper .handheld-footer-bar .profile-notification .my-accrount-footer:before,
[class*="opal-icon-"]:before {
font-family: opal-icon;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: 400;
text-decoration: none;
text-transform: none;
}
.opal-icon-136m:before {
content: "";
}
.opal-icon-4:before {
content: "";
}
.opal-icon-489m:before {
content: "";
}
.opal-icon-68k:before {
content: "";
}
.opal-icon-82:before {
content: "";
}
.opal-icon-angle-down:before {
content: "";
}
.opal-icon-angle-up:before {
content: "";
}
.opal-icon-arrow-circle-left:before {
content: "";
}
.opal-icon-arrow-circle-right:before {
content: "";
}
.opal-icon-calendar:before {
content: "";
}
.opal-icon-call-support:before {
content: "";
}
.opal-icon-call:before {
content: "";
}
.opal-icon-campaign:before {
content: "";
}
.opal-icon-campaigns-2:before {
content: "";
}
.opal-icon-chat-with-us:before {
content: "";
}
.opal-icon-check-circle:before {
content: "";
}
.opal-icon-check:before {
content: "";
}
.opal-icon-children:before {
content: "";
}
.opal-icon-clean-water-energy:before {
content: "";
}
.elementor-menu-toggle.elementor-active i:before,
.opal-icon-close:before {
content: "";
}
.opal-icon-cog:before {
content: "";
}
.opal-icon-comment:before {
content: "";
}
.opal-icon-disaster:before {
content: "";
}
.opal-icon-donate:before {
content: "";
}
.opal-icon-earth:before {
content: "";
}
.opal-icon-education-2:before {
content: "";
}
.opal-icon-education:before {
content: "";
}
.opal-icon-email:before {
content: "";
}
.opal-icon-emergency:before {
content: "";
}
.opal-icon-envelope-open-text:before {
content: "";
}
.opal-icon-envelope:before {
content: "";
}
.opal-icon-family:before {
content: "";
}
.opal-icon-forum:before {
content: "";
}
.opal-icon-free-access:before {
content: "";
}
.opal-icon-getinvolved:before {
content: "";
}
.opal-icon-givemoney:before {
content: "";
}
.opal-icon-givetime:before {
content: "";
}
.opal-icon-global-health:before {
content: "";
}
.opal-icon-health:before {
content: "";
}
.opal-icon-icon-next:before {
content: "";
}
.opal-icon-invest:before {
content: "";
}
.opal-icon-lightbulb-on:before {
content: "";
}
.opal-icon-live:before {
content: "";
}
.opal-icon-locals-for-locals:before {
content: "";
}
.opal-icon-long-arrow-down:before {
content: "";
}
.opal-icon-long-arrow-left:before,
.owl-theme.owl-carousel .owl-nav .owl-prev[class*="owl-"]:before {
content: "";
}
.opal-icon-long-arrow-right:before,
.owl-theme.owl-carousel .owl-nav .owl-next[class*="owl-"]:before {
content: "";
}
.opal-icon-mail-us:before {
content: "";
}
.opal-icon-map:before {
content: "";
}
.opal-icon-media:before {
content: "";
}
.opal-icon-medical:before {
content: "";
}
.elementor-menu-toggle i:before,
.opal-icon-menu:before {
content: "";
}
.opal-icon-minus-circle:before {
content: "";
}
.opal-icon-minus-regular:before {
content: "";
}
.opal-icon-minus:before {
content: "";
}
.opal-icon-network:before {
content: "";
}
.opal-icon-phone-square-2:before {
content: "";
}
.opal-icon-phone:before {
content: "";
}
.opal-icon-phone3:before {
content: "";
}
.opal-icon-phone_email:before {
content: "";
}
.opal-icon-play-2:before {
content: "";
}
.opal-icon-play-circle:before {
content: "";
}
.opal-icon-play:before {
content: "";
}
.opal-icon-plus-circle:before {
content: "";
}
.opal-icon-plus-regular:before {
content: "";
}
.opal-icon-plus:before {
content: "";
}
.opal-icon-protection:before {
content: "";
}
.opal-icon-quote-left:before {
content: "";
}
.opal-icon-quote:before {
content: "";
}
.opal-icon-quote2:before {
content: "";
}
.opal-icon-real-Impact:before {
content: "";
}
.opal-icon-safety-net:before {
content: "";
}
.opal-icon-search-plus:before {
content: "";
}
.elementor-widget-opal-search-form .fa-search:before,
.handheld-footer-bar .search .search-footer:before,
.opal-icon-search:before {
content: "";
}
.opal-icon-share-alt:before {
content: "";
}
.opal-icon-sharing:before {
content: "";
}
.opal-icon-sliders-v:before {
content: "";
}
.opal-icon-social-ventures:before {
content: "";
}
.opal-icon-support:before {
content: "";
}
.header-search .search-button.active:before,
.opal-icon-times:before {
content: "";
}
.opal-icon-toggle:before {
content: "";
}
.opal-icon-topic:before {
content: "";
}
.opal-icon-user-headset:before {
content: "";
}
.handheld-footer-bar .my-account .my-accrount-footer:before,
.handheld-footer-bar .profile-wrapper .profile-notification .my-accrount-footer:before,
.opal-icon-user:before,
.profile-wrapper .handheld-footer-bar .profile-notification .my-accrount-footer:before {
content: "";
}
.opal-icon-users:before {
content: "";
}
.opal-icon-v:before {
content: "";
}
.opal-icon-video:before {
content: "";
}
.opal-icon-visit-us:before {
content: "";
}
.opal-icon-volunteer:before {
content: "";
}
.opal-icon-wildlife:before {
content: "";
}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden; display: flex;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
padding: 30px;
margin: -30px; -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
display: flex;
flex-direction: column;
flex: 1 0 auto;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel + .owl-carousel-thumbnail {
margin-top: 10px;
}
.owl-carousel + .owl-carousel-thumbnail .owl-item .item {
opacity: 0.2;
transition: opacity 0.4s;
cursor: pointer;
}
.owl-carousel + .owl-carousel-thumbnail .owl-item .item.selected,
.owl-carousel + .owl-carousel-thumbnail .owl-item .item:hover {
opacity: 1;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .owl-carousel .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
animation-name: e;
}
@keyframes e {
0% {
opacity: 1;
}
to {
opacity: 0;
}
} .owl-height {
transition: height 0.5s ease-in-out;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//riseupforum.org/wp-content/themes/gainlove/assets/images/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: 50%;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}  .owl-theme.owl-carousel .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"] {
width: auto;
line-height: normal;
height: auto;
color: #e1e1e1;
margin: 0;
padding: 0;
background: transparent;
display: inline-block;
cursor: pointer;
position: absolute;
top: 50%;
transform: translateY(-50%);
text-align: center;
font-size: 0;
transition: all 0.3s ease;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:before {
font-size: 17px;
border-radius: 50%;
display: block;
color: #e1e1e1;
background: transparent;
border: 2px solid #e1e1e1;
width: 45px;
height: 45px;
line-height: 45px;
box-sizing: initial;
transition: all 0.3s ease;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-next {
right: -50px;
}
@media (min-width: 1200px) {
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-next {
right: -100px;
}
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-next:before {
text-align: center;
display: block;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-prev {
left: -50px;
}
@media (min-width: 1200px) {
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-prev {
left: -100px;
}
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-prev:before {
text-align: center;
display: block;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover {
background-color: transparent;
text-decoration: none;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover:before {
color: #000;
border-color: #000;
}
.owl-theme.owl-carousel .owl-nav .disabled {
opacity: 0.5;
cursor: no-drop;
}
.owl-theme.owl-carousel .owl-dots {
margin-top: 0.5rem;
margin-bottom: 2rem;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme.owl-carousel .owl-dots .owl-dot {
display: inline-block;
margin: 0 3px;
}
.owl-theme.owl-carousel .owl-dots .owl-dot span {
display: inline-block;
zoom: 1;
border: 0;
width: 8px;
height: 8px;
padding: 0;
text-align: center;
margin-right: 0 3px;
border-radius: 50%;
background: #e5e5e5;
position: relative;
transition: all 0.3s ease;
vertical-align: middle;
}
.owl-theme.owl-carousel .owl-dots .owl-dot.active span,
.owl-theme.owl-carousel .owl-dots .owl-dot:hover span {
border-radius: 2em;
}
.slider-visible .owl-carousel .owl-stage-outer {
overflow: visible;
}
.owl-nav-position-bottom .owl-carousel .owl-nav,
.owl-nav-position-bottom .products .owl-nav,
.owl-nav-position-top .owl-carousel .owl-nav,
.owl-nav-position-top .products .owl-nav {
padding: 0 15px;
display: flex;
}
.owl-nav-position-bottom .owl-carousel .owl-nav [class*="owl-"],
.owl-nav-position-bottom .products .owl-nav [class*="owl-"],
.owl-nav-position-top .owl-carousel .owl-nav [class*="owl-"],
.owl-nav-position-top .products .owl-nav [class*="owl-"] {
position: static;
margin: 0 5px;
transform: translate(0);
}
.owl-nav-position-top .owl-nav {
position: absolute;
top: 20px;
}
.owl-nav-position-bottom .owl-nav {
position: absolute;
bottom: 20px;
}
.owl-nav-align-left .owl-nav {
left: 20px;
}
.owl-nav-align-center .owl-nav {
right: 50%;
transform: translateX(50%);
}
.owl-nav-align-right .owl-nav {
right: 20px;
}
@media (max-width: 575px) {
.elementor-element .owl-nav {
display: none !important;
}
}@font-face {
font-family: "Gainlove";
src: url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_regular.eot);
src: url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_regular.eot) format("embedded-opentype"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_regular.woff2) format("woff2"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_regular.woff) format("woff"),
url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_regular.ttf) format("truetype"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_regular.svg#gainlove_regular) format("svg");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Gainlove";
src: url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_demibold.eot);
src: url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_demibold.eot) format("embedded-opentype"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_demibold.woff2) format("woff2"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_demibold.woff) format("woff"),
url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_demibold.ttf) format("truetype"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_demibold.svg#gainlove_demibold) format("svg");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Gainlove";
src: url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_demibolditalic.eot);
src: url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_demibolditalic.eot) format("embedded-opentype"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_demibolditalic.woff2) format("woff2"),
url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_demibolditalic.woff) format("woff"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_demibolditalic.ttf) format("truetype"),
url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_demibolditalic.svg#gainlove_demibolditalic) format("svg");
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: "Gainlove";
src: url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_bold.eot);
src: url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_bold.eot) format("embedded-opentype"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_bold.woff2) format("woff2"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_bold.woff) format("woff"),
url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_bold.ttf) format("truetype"), url(//riseupforum.org/wp-content/themes/gainlove/assets/fonts/gainlove_bold.svg#gainlove_bold) format("svg");
font-weight: 700;
font-style: normal;
}.give-item-label-gray {
background-color: #929292; }
.give-item-label-orange {
background-color: #ffba00; }
.give-item-label {
padding: .2em .4em .3em;
font-size: 11px;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em; }
.give-item-label:hover {
color: #fff;
text-decoration: none; } [class*=hint--] {
position: relative;
display: inline-block; }
[class*=hint--]:after,[class*=hint--]:before {
position: absolute;
transform: translateZ(0);
visibility: hidden;
opacity: 0;
z-index: 1000000;
pointer-events: none;
transition: .3s ease;
transition-delay: 0s; }
[class*=hint--]:hover:after,[class*=hint--]:hover:before {
visibility: visible;
opacity: 1;
transition-delay: .1s; }
[class*=hint--]:before {
content: "";
position: absolute;
background: 0 0;
border: 6px solid transparent;
z-index: 1000001; }
[class*=hint--]:after {
background: #383838;
color: #fff;
padding: 8px 10px;
font-size: 12px;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
line-height: 12px;
white-space: nowrap;
text-shadow: 0 -1px 0 #000;
box-shadow: 4px 4px 8px rgba(0,0,0,.3); }
[class*=hint--][aria-label]:after {
content: attr(aria-label); }
[class*=hint--][data-hint]:after {
content: attr(data-hint); }
[aria-label=""]:after,[aria-label=""]:before,[data-hint=""]:after,[data-hint=""]:before {
display: none !important; }
.hint--top-left:before,.hint--top-right:before,.hint--top:before {
border-top-color: #383838; }
.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before {
border-bottom-color: #383838; }
.hint--top:after,.hint--top:before {
bottom: 100%;
left: 50%; }
.hint--top:before {
margin-bottom: -11px;
left: calc(50% - 6px); }
.hint--top:after {
transform: translateX(-50%); }
.hint--top:hover:before {
transform: translateY(-8px); }
.hint--top:hover:after {
transform: translateX(-50%) translateY(-8px); }
.hint--bottom:after,.hint--bottom:before {
top: 100%;
left: 50%; }
.hint--bottom:before {
margin-top: -11px;
left: calc(50% - 6px); }
.hint--bottom:after {
transform: translateX(-50%); }
.hint--bottom:hover:before {
transform: translateY(8px); }
.hint--bottom:hover:after {
transform: translateX(-50%) translateY(8px); }
.hint--right:before {
border-right-color: #383838;
margin-left: -11px;
margin-bottom: -6px; }
.hint--right:after {
margin-bottom: -14px; }
.hint--right:after,.hint--right:before {
left: 100%;
bottom: 50%; }
.hint--right:hover:after,.hint--right:hover:before {
transform: translateX(8px); }
.hint--left:before {
border-left-color: #383838;
margin-right: -11px;
margin-bottom: -6px; }
.hint--left:after {
margin-bottom: -14px; }
.hint--left:after,.hint--left:before {
right: 100%;
bottom: 50%; }
.hint--left:hover:after,.hint--left:hover:before {
transform: translateX(-8px); }
.hint--top-left:after,.hint--top-left:before {
bottom: 100%;
left: 50%; }
.hint--top-left:before {
margin-bottom: -11px;
left: calc(50% - 6px); }
.hint--top-left:after {
transform: translateX(-100%);
margin-left: 12px; }
.hint--top-left:hover:before {
transform: translateY(-8px); }
.hint--top-left:hover:after {
transform: translateX(-100%) translateY(-8px); }
.hint--top-right:after,.hint--top-right:before {
bottom: 100%;
left: 50%; }
.hint--top-right:before {
margin-bottom: -11px;
left: calc(50% - 6px); }
.hint--top-right:after {
transform: translateX(0);
margin-left: -12px; }
.hint--top-right:hover:after,.hint--top-right:hover:before {
transform: translateY(-8px); }
.hint--bottom-left:after,.hint--bottom-left:before {
top: 100%;
left: 50%; }
.hint--bottom-left:before {
margin-top: -11px;
left: calc(50% - 6px); }
.hint--bottom-left:after {
transform: translateX(-100%);
margin-left: 12px; }
.hint--bottom-left:hover:before {
transform: translateY(8px); }
.hint--bottom-left:hover:after {
transform: translateX(-100%) translateY(8px); }
.hint--bottom-right:after,.hint--bottom-right:before {
top: 100%;
left: 50%; }
.hint--bottom-right:before {
margin-top: -11px;
left: calc(50% - 6px); }
.hint--bottom-right:after {
transform: translateX(0);
margin-left: -12px; }
.hint--bottom-right:hover:after,.hint--bottom-right:hover:before {
transform: translateY(8px); }
.hint--large:after,.hint--medium:after,.hint--small:after {
white-space: normal;
line-height: 1.4em;
word-wrap: break-word; }
.hint--small:after {
width: 80px; }
.hint--medium:after {
width: 150px; }
.hint--large:after {
width: 300px; }
.hint--error:after {
background-color: #b34e4d;
text-shadow: 0 -1px 0 #592726; }
.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before {
border-top-color: #b34e4d; }
.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before {
border-bottom-color: #b34e4d; }
.hint--error.hint--left:before {
border-left-color: #b34e4d; }
.hint--error.hint--right:before {
border-right-color: #b34e4d; }
.hint--warning:after {
background-color: #c09854;
text-shadow: 0 -1px 0 #6c5328; }
.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before {
border-top-color: #c09854; }
.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before {
border-bottom-color: #c09854; }
.hint--warning.hint--left:before {
border-left-color: #c09854; }
.hint--warning.hint--right:before {
border-right-color: #c09854; }
.hint--info:after {
background-color: #3986ac;
text-shadow: 0 -1px 0 #1a3c4d; }
.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before {
border-top-color: #3986ac; }
.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before {
border-bottom-color: #3986ac; }
.hint--info.hint--left:before {
border-left-color: #3986ac; }
.hint--info.hint--right:before {
border-right-color: #3986ac; }
.hint--success:after {
background-color: #458746;
text-shadow: 0 -1px 0 #1a321a; }
.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before {
border-top-color: #458746; }
.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before {
border-bottom-color: #458746; }
.hint--success.hint--left:before {
border-left-color: #458746; }
.hint--success.hint--right:before {
border-right-color: #458746; }
.hint--always:after,.hint--always:before {
opacity: 1;
visibility: visible; }
.hint--always.hint--top:before {
transform: translateY(-8px); }
.hint--always.hint--top:after {
transform: translateX(-50%) translateY(-8px); }
.hint--always.hint--top-left:before {
transform: translateY(-8px); }
.hint--always.hint--top-left:after {
transform: translateX(-100%) translateY(-8px); }
.hint--always.hint--top-right:after,.hint--always.hint--top-right:before {
transform: translateY(-8px); }
.hint--always.hint--bottom:before {
transform: translateY(8px); }
.hint--always.hint--bottom:after {
transform: translateX(-50%) translateY(8px); }
.hint--always.hint--bottom-left:before {
transform: translateY(8px); }
.hint--always.hint--bottom-left:after {
transform: translateX(-100%) translateY(8px); }
.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before {
transform: translateY(8px); }
.hint--always.hint--left:after,.hint--always.hint--left:before {
transform: translateX(-8px); }
.hint--always.hint--right:after,.hint--always.hint--right:before {
transform: translateX(8px); }
.hint--rounded:after {
border-radius: 4px; }
.hint--no-animate:after,.hint--no-animate:before {
transition-duration: 0s; }
.hint--bounce:after,.hint--bounce:before {
transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24); } [id*=give-form].give-fl-form .give-fl-wrap {
position: relative;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
[id*=give-form].give-fl-form input.give-fl-input,[id*=give-form].give-fl-form select.give-fl-select,[id*=give-form].give-fl-form textarea.give-fl-textarea {
width: 100%;
outline: 0;
font-size: 16px;
line-height: normal;
border-radius: 0;
border: 1px solid #ccc;
background-color: inherit;
box-sizing: border-box;
transition: all .2s ease-in-out;
margin-bottom: 0; }
[id*=give-form].give-fl-form input.give-fl-input:-moz-placeholder,[id*=give-form].give-fl-form input.give-fl-input::-moz-placeholder,[id*=give-form].give-fl-form select.give-fl-select:-moz-placeholder,[id*=give-form].give-fl-form select.give-fl-select::-moz-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea:-moz-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea::-moz-placeholder {
color: #757575; }
[id*=give-form].give-fl-form input.give-fl-input:-ms-input-placeholder,[id*=give-form].give-fl-form select.give-fl-select:-ms-input-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea:-ms-input-placeholder {
color: #757575; }
[id*=give-form].give-fl-form input.give-fl-input::-webkit-input-placeholder,[id*=give-form].give-fl-form select.give-fl-select::-webkit-input-placeholder,[id*=give-form].give-fl-form textarea.give-fl-textarea::-webkit-input-placeholder {
color: #757575; }
[id*=give-form].give-fl-form select.give-fl-select {
position: relative;
color: #757575;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none; }
[id*=give-form].give-fl-form .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form .give-fl-is-active textarea.give-fl-textarea {
color: #333;
background-color: inherit;
border-color: #ccc; }
[id*=give-form].give-fl-form .give-fl-has-focus input.give-fl-input,[id*=give-form].give-fl-form .give-fl-has-focus select.give-fl-select,[id*=give-form].give-fl-form .give-fl-has-focus textarea.give-fl-textarea {
background-color: inherit;
border-color: #ccc; }
[id*=give-form].give-fl-form label.give-fl-label {
opacity: 0;
visibility: hidden;
display: block;
position: absolute;
top: -12px;
left: 0;
font-size: 12px;
font-weight: 700;
line-height: 1;
color: #757575;
border-radius-top-left: 0;
transition: all .2s ease-in-out;
z-index: 1; }
[id*=give-form].give-fl-form .give-fl-is-active label.give-fl-label {
opacity: 1;
visibility: visible; }
[id*=give-form].give-fl-form .give-fl-has-focus label.give-fl-label {
color: #1976d2; }
[id*=give-form].give-fl-form .give-fl-is-required:before {
opacity: 1;
content: "*";
display: block;
position: absolute;
top: 1px;
right: 18px;
font-size: 16px;
line-height: 1.75;
color: #d32f2f;
transition: all .2s ease-in-out;
padding: 6px 0 0;
z-index: 1; }
[id*=give-form].give-fl-form .give-fl-is-required.give-fl-is-active:before {
opacity: 0; }
[id*=give-form].give-fl-form.give-fl-style-1 input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-1 select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-1 textarea.give-fl-textarea {
padding: 6px 12px; }
[id*=give-form].give-fl-form.give-fl-style-1 select.give-fl-select {
height: 44px; }
[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active textarea.give-fl-textarea {
padding: 6px 12px; }
[id*=give-form].give-fl-form.give-fl-style-1 label.give-fl-label {
top: 1px;
left: 10px;
background-color: transparent;
padding: 12px 3px; }
[id*=give-form].give-fl-form.give-fl-style-1 label.give-fl-label:before {
content: "";
display: block;
position: absolute;
top: 19px;
left: 0;
right: 0;
height: 1px;
background-color: inherit;
z-index: -1; }
[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active label.give-fl-label {
top: -9px;
padding: 3px; }
[id*=give-form].give-fl-form.give-fl-style-1 .give-fl-is-active label.give-fl-label:before {
top: 9px; }
[id*=give-form].give-fl-form.give-fl-style-2 input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-2 select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-2 textarea.give-fl-textarea {
padding: 12px; }
[id*=give-form].give-fl-form.give-fl-style-2 select.give-fl-select {
height: 56px; }
[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-active textarea.give-fl-textarea {
padding: 18px 12px 6px; }
[id*=give-form].give-fl-form.give-fl-style-2 label.give-fl-label {
top: 1px;
left: 10px;
padding: 6px 3px 3px; }
[id*=give-form].give-fl-form.give-fl-style-2 .give-fl-is-required:before {
padding-top: 12px; }
[id*=give-form].give-fl-form .give-fl-wrap-select:after {
content: "";
position: absolute;
display: block;
top: 1px;
right: 6px;
height: calc(100% - 2px);
width: 15px;
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'><path fill='#757575' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/></svg>") no-repeat;
background-position: 100% 50%;
background-size: 7px 14px;
z-index: 2; } .mfp-bg {
z-index: 1000001;
overflow: hidden;
background: #0b0b0b;
opacity: .8; }
.mfp-bg,.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed; }
.mfp-wrap {
z-index: 1000002;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1000004; }
.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -.8em;
left: 8px;
right: 8px;
z-index: 1000003; }
.mfp-preloader,.mfp-preloader a {
color: #ccc; }
.mfp-preloader a:hover {
color: #fff; }
.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
display: none; }
button.mfp-arrow,button.mfp-close {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1000005;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: .65;
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial,Baskerville,monospace; }
.mfp-close:focus,.mfp-close:hover {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: .65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0,0,0,0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:focus,.mfp-arrow:hover {
opacity: 1; }
.mfp-arrow:after,.mfp-arrow:before {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: .7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #fff;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3f3f3f; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #fff;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0,0,0,.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
box-sizing: border-box;
padding: 40px 0;
margin: 0 auto; } .mfp-figure,img.mfp-img {
line-height: 0; }
.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0,0,0,.6);
background: #444; }
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0,0,0,.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0,0,0,.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
transform: scale(.75); }
.mfp-arrow-left {
transform-origin: 0; }
.mfp-arrow-right {
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } } @font-face {
font-family: give-icomoon;
src: url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/give/assets/fonts/icomoon.eot?kdnr3d);
src: url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/give/assets/fonts/icomoon.eot?kdnr3d#iefix) format("embedded-opentype"),url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/give/assets/fonts/icomoon.woff?kdnr3d) format("woff"),url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/give/assets/fonts/icomoon.svg?kdnr3d#icomoon) format("svg");
font-weight: 400;
font-style: normal; }
[class*=" give-icon-"],[class^=give-icon-] {
font-family: give-icomoon;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.give-icon-lamp:before {
content: "\e603"; }
.give-icon-heart:before {
content: "\e604"; }
.give-icon-question:before {
content: "\e602"; }
.give-icon-info:before {
content: "\e601"; }
.give-icon-new-tab:before {
content: "\ea7e"; }
.give-icon-alert:before {
content: "\f02d"; }
.give-icon-help:before {
content: "\e606"; }
.give-icon-spinner:before {
content: "\e605"; }
.give-button-with-loader span.give-loading-animation:before,.give-icon-spinner2:before,form[id*=give-form] .give-loading-animation:before {
content: "\e607"; }
.give-icon-plus:before {
content: "\e040"; }
.give-icon-minus:before {
content: "\e041"; }
.give-icon-locked:before,[id*=give_secure_site_wrapper] span.padlock:before {
content: "\e600"; }
.dashicons-give:before {
font-family: give-icomoon;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e800"; }
.fa-spin,.give-button-with-loader span.give-loading-animation,form[id*=give-form] .give-loading-animation {
animation: p 1s infinite linear; }
@keyframes p {
0% {
transform: rotate(0deg); }
to {
transform: rotate(359deg); } } body.give_receipt_page {
background-color: #fff;
color: #141412;
margin: 0;
font-family: Helvetica,sans-serif;
font-size: 12px; }
body.give_receipt_page #give_receipt_wrapper {
width: 660px;
margin: 0 auto;
padding: 50px 0; }
body.give_receipt_page table {
display: table;
width: 100%;
border-bottom: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px; }
body.give_receipt_page td,body.give_receipt_page th {
display: table-cell;
text-align: left;
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
font-weight: 400; }
body.give_receipt_page th {
font-weight: 700;
text-transform: uppercase; }
body.give_receipt_page h3 {
font-size: 22px;
margin: 40px 0 5px;
clear: both;
display: block;
font-weight: 700; }
table#give_donation_receipt_products tbody td:first-child,table#give_donation_receipt tbody td:first-child {
border-right: 1px solid;
border-color: #e5e5e5;
width: 28%; }
@media (max-width: 767px) {
table#give_donation_receipt_products tbody td:first-child,table#give_donation_receipt tbody td:first-child {
width: 35%; } }
table#give_donation_receipt td,table#give_donation_receipt th {
text-align: left; }
table#give_donation_receipt .give-receipt-thead-text {
font-size: 14px;
text-align: center;
display: block; }
@media (max-width: 575px) {
table#give_donation_receipt .give-receipt-thead-text {
text-align: left; } }
table#give_donation_receipt .give-receipt-thead-text>span {
font-size: 16px; }
table#give_donation_receipt li {
margin: 0 0 8px 10px; }
table#give_donation_receipt ul {
margin: 0;
padding: 0;
list-style: none; }
table#give_donation_receipt .give_receipt_payment_status.failed,table#give_donation_receipt .give_receipt_payment_status.pending,table#give_donation_receipt .give_receipt_payment_status.revoked {
color: #f73f2e; }
table#give_donation_receipt span.donation-level-text-wrap {
font-style: italic;
display: block; }
#give-receipt {
overflow: visible; }
@media (max-width: 575px) {
#give-receipt {
overflow: auto; } }
@media (max-width: 575px) {
#give-receipt .give_notices {
position: absolute;
width: calc(100vw - 40px); } }
@media (max-width: 575px) {
#give_donation_receipt {
margin-top: 110px; } }
[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-give select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-give textarea.give-fl-textarea {
line-height: inherit;
padding: 12px;
background-color: #fff; }
[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=email],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=number],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=password],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=search],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=tel],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=text],[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input[type=url] {
height: auto;
min-height: 50px; }
[id*=give-form].give-fl-form.give-fl-style-give select.give-fl-select {
line-height: inherit; }
[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active input.give-fl-input,[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active select.give-fl-select,[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active textarea.give-fl-textarea {
padding: 20px 12px 4px;
transition: padding .2s ease-in-out,border .2s ease-in-out; }
[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label {
top: 1px;
left: 13px;
right: 0;
padding: 6px 0 0; }
[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-required:before {
padding-top: 12px; }
[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-required-indicator {
display: none; }
[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-tooltip {
position: absolute;
top: 0;
width: 100%;
height: 100%;
margin: 0;
z-index: 1; }
[id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label .give-tooltip:before {
content: unset; }  .give-clearfix {
*zoom: 1; }
.give-clearfix:after,.give-clearfix:before {
content: " ";
display: table; }
.give-clearfix:after {
clear: both; }
.give-wrap-inner #give-sidebar-left {
order: 1; }
@media (min-width: 992px) {
.give-wrap-inner #give-sidebar-left {
width: 440px;
max-width: 440px;
flex: 0 0 440px; } }
@media (min-width: 992px) {
.give-wrap-inner #give-sidebar-left+.entry-summary {
width: calc(100% - 440px);
max-width: calc(100% - 440px);
flex: 0 0 calc(100% - 440px); } }
[id*=give-form] .give-hidden {
display: none; }
[id*=give-form] fieldset {
background-color: transparent;
border: none;
padding: 0;
margin: 0 0 1em;
border: 0; }
[id*=give-form] .opal-give-group-title {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.8) 80%); }
@media (min-width: 992px) {
[id*=give-form] .opal-give-group-title {
padding: 40px; } }
[id*=give-form] .opal-give-group-title .label {
margin-bottom: 1rem; }
[id*=give-form] .opal-give-single-media {
position: relative;
letter-spacing: 0;
border-radius: 0 40px 0 40px; }
[id*=give-form] .opal-give-single-media img {
width: 100%;
display: block;
border-radius: 0 40px 0 40px; }
[id*=give-form] .give-form-title {
padding: 0;
margin: 0;
color: #fff;
letter-spacing: 0; }
[id*=give-form] .give-custom-amount-text {
clear: both; }
[id*=give-form] div#give-sidebar-left .inner>div {
padding: 30px 15px;
background-color: #fff;
margin-bottom: 30px; }
[id*=give-form] div#give-sidebar-left .inner>div:last-child {
margin-bottom: 0; }
@media (min-width: 768px) {
[id*=give-form] div#give-sidebar-left .inner>div {
padding: 30px; }
[id*=give-form] div#give-sidebar-left .inner>div.give-goal-progress {
padding: 50px 30px 35px; } }
[id*=give-form] div#give-sidebar-left .inner>div.give-goal-progress {
background-color: #fff;
border-radius: 0 40px 0 40px; }
[id*=give-form] div#give-sidebar-left .inner>div.give-goal-progress .raised {
border-top: 1px solid #e5e5e5;
padding-top: 25px;
border-bottom: none;
padding-bottom: 0; }
[id*=give-form] div#give-sidebar-left .inner>div.give-goal-progress .raised>div:not(:last-child) {
border-color: #e5e5e5; }
[id*=give-form] div#give-sidebar-left .inner>div.images {
display: none; }
[id*=give-form] div#give-sidebar-left .give-goal-progress {
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: #000; }
@media (max-width: 767px) {
[id*=give-form] div#give-sidebar-left .give-goal-progress .raised {
flex-direction: row;
width: 100%;
padding-top: 30px;
padding-bottom: 25px; }
[id*=give-form] div#give-sidebar-left .give-goal-progress .raised>div {
padding-right: 10px; } }
[id*=give-form] div#give-sidebar-left .give-goal-progress .raised>div .label {
text-transform: capitalize; }
[id*=give-form] div#give-sidebar-left .give-goal-progress .time-left {
text-align: center;
margin-top: 15px;
margin-bottom: 40px; }
[id*=give-form] div#give-sidebar-left .give-goal-progress .time-left .label {
display: block;
color: #aaa;
text-transform: uppercase; }
[id*=give-form] div#give-sidebar-left .give-goal-progress .time-left .value {
font-size: 20px;
font-size: 1.25rem; }
[id*=give-form] div#give-sidebar-left .give-goal-progress .button-progress-link {
display: block;
width: 100%;
background-color: #000;
border-color: #000;
margin-top: 20px;
color: #fff; }
[id*=give-form] div#give-sidebar-left .give-goal-progress .button-progress-link:hover {
color: #000; }
[id*=give-form] .summary-inner {
border-radius: 0 40px 0 40px;
background-color: #fff; }
[id*=give-form] div.summary.give-full-width {
width: 100%;
float: none; }
[id*=give-form] .give_form select.give-select.required {
color: #000; }
[id*=give-form] div.give-form-content-wrap {
margin: 0 0 20px; }
[id*=give-form] div.give-form-content-wrap.give_post_form-content {
margin: 20px 0 0; }
[id*=give-form].give-display-modal form .give_notices {
display: none; }
[id*=give-form].give-display-modal .give-btn,[id*=give-form].give-display-reveal .give-btn {
margin: 0 0 15px; }
[id*=give-form].give-display-modal #give-payment-mode-select,[id*=give-form].give-display-modal #give_purchase_form_wrap,[id*=give-form].give-display-reveal #give-payment-mode-select,[id*=give-form].give-display-reveal #give_purchase_form_wrap {
display: none; }
[id*=give-form] .cc-address {
margin-bottom: 15px; } .single-give_forms.et_right_sidebar #main-content #content:before,.single-give_forms.et_right_sidebar #main-content .container:before,.single-give_forms.et_right_sidebar #main-content ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor:before {
display: none; }
.single-give_forms .give_forms {
*zoom: 1; }
.single-give_forms .give_forms:after,.single-give_forms .give_forms:before {
content: " ";
display: table; }
.single-give_forms .give_forms:after {
clear: both; } #give-purchase-gravatars .give-gravatars-title {
margin: 0 0 15px; }
#give-purchase-gravatars .give-purchase-gravatars-list {
list-style: none;
margin: 0;
padding: 0; }
#give-purchase-gravatars .give-purchase-gravatars-list li {
list-style-type: none;
display: inline-block;
margin: 0 5px 0 0;
padding: 0; } #give-recurring-form,form.give-form,form[id*=give-form] {
margin: 0 0 25px;
padding: 0; }
#give-recurring-form .give-hidden,form.give-form .give-hidden,form[id*=give-form] .give-hidden {
display: none; }
#give-recurring-form .give-title-prefix-wrap .form-row-first,#give-recurring-form .give-title-prefix-wrap .form-row-last,form.give-form .give-title-prefix-wrap .form-row-first,form.give-form .give-title-prefix-wrap .form-row-last,form[id*=give-form] .give-title-prefix-wrap .form-row-first,form[id*=give-form] .give-title-prefix-wrap .form-row-last {
float: left;
width: 40%; }
#give-recurring-form .give-title-prefix-wrap .form-row-title,form.give-form .give-title-prefix-wrap .form-row-title,form[id*=give-form] .give-title-prefix-wrap .form-row-title {
float: left;
width: 15%; }
#give-recurring-form .give-tooltip,form.give-form .give-tooltip,form[id*=give-form] .give-tooltip {
margin: 0 3px;
padding: 0;
font-size: 14px;
transition: all .2s linear;
color: rgba(51,51,51,.5); }
#give-recurring-form .give-tooltip:hover,form.give-form .give-tooltip:hover,form[id*=give-form] .give-tooltip:hover {
color: #333; }
#give-recurring-form h3.give-section-break,#give-recurring-form h4.give-section-break,#give-recurring-form legend,form.give-form h3.give-section-break,form.give-form h4.give-section-break,form.give-form legend,form[id*=give-form] h3.give-section-break,form[id*=give-form] h4.give-section-break,form[id*=give-form] legend {
background-color: transparent;
font-size: 30px;
font-size: 1.875rem;
line-height: 1.6;
font-weight: 400;
margin: 10px 0;
padding: 0 0 15px;
border-bottom: 1px solid #e5e5e5;
width: 100%; }
#give-recurring-form h3.give-section-break span.sub-text,#give-recurring-form h4.give-section-break span.sub-text,#give-recurring-form legend span.sub-text,form.give-form h3.give-section-break span.sub-text,form.give-form h4.give-section-break span.sub-text,form.give-form legend span.sub-text,form[id*=give-form] h3.give-section-break span.sub-text,form[id*=give-form] h4.give-section-break span.sub-text,form[id*=give-form] legend span.sub-text {
font-style: italic;
font-weight: 400; }
#give-recurring-form .form-row,form.give-form .form-row,form[id*=give-form] .form-row {
*zoom: 1;
box-sizing: border-box;
margin: 0 0 18px;
overflow: visible;
padding: 0; }
#give-recurring-form .form-row:after,#give-recurring-form .form-row:before,form.give-form .form-row:after,form.give-form .form-row:before,form[id*=give-form] .form-row:after,form[id*=give-form] .form-row:before {
content: " ";
display: table; }
#give-recurring-form .form-row:after,form.give-form .form-row:after,form[id*=give-form] .form-row:after {
clear: both; }
#give-recurring-form .form-row:last-child,form.give-form .form-row:last-child,form[id*=give-form] .form-row:last-child {
margin-bottom: 15px; }
#give-recurring-form .form-row label,form.give-form .form-row label,form[id*=give-form] .form-row label {
display: block;
margin: 0 0 5px;
position: relative;
line-height: 1.7;
font-size: 14px;
font-weight: 600; }
#give-recurring-form .form-row label.checkbox,form.give-form .form-row label.checkbox,form[id*=give-form] .form-row label.checkbox {
display: inline; }
#give-recurring-form .form-row input[type=email],#give-recurring-form .form-row input[type=password],#give-recurring-form .form-row input[type=tel],#give-recurring-form .form-row input[type=text],#give-recurring-form .form-row input[type=url],#give-recurring-form .form-row select,#give-recurring-form .form-row textarea,form.give-form .form-row input[type=email],form.give-form .form-row input[type=password],form.give-form .form-row input[type=tel],form.give-form .form-row input[type=text],form.give-form .form-row input[type=url],form.give-form .form-row select,form.give-form .form-row textarea,form[id*=give-form] .form-row input[type=email],form[id*=give-form] .form-row input[type=password],form[id*=give-form] .form-row input[type=tel],form[id*=give-form] .form-row input[type=text],form[id*=give-form] .form-row input[type=url],form[id*=give-form] .form-row select,form[id*=give-form] .form-row textarea {
box-sizing: border-box;
width: 100%;
outline: none;
color: #333;
background-color: #f9f9f9;
border: 1px solid #f9f9f9;
margin: 0;
padding: .7rem 1.6rem;
font-size: 13px;
font-size: .8125rem;
height: 3.1125rem; }
#give-recurring-form .form-row input[type=email]:focus,#give-recurring-form .form-row input[type=password]:focus,#give-recurring-form .form-row input[type=tel]:focus,#give-recurring-form .form-row input[type=text]:focus,#give-recurring-form .form-row input[type=url]:focus,#give-recurring-form .form-row select:focus,#give-recurring-form .form-row textarea:focus,form.give-form .form-row input[type=email]:focus,form.give-form .form-row input[type=password]:focus,form.give-form .form-row input[type=tel]:focus,form.give-form .form-row input[type=text]:focus,form.give-form .form-row input[type=url]:focus,form.give-form .form-row select:focus,form.give-form .form-row textarea:focus,form[id*=give-form] .form-row input[type=email]:focus,form[id*=give-form] .form-row input[type=password]:focus,form[id*=give-form] .form-row input[type=tel]:focus,form[id*=give-form] .form-row input[type=text]:focus,form[id*=give-form] .form-row input[type=url]:focus,form[id*=give-form] .form-row select:focus,form[id*=give-form] .form-row textarea:focus {
background-color: #f9f9f9; }
#give-recurring-form .form-row-first,#give-recurring-form .form-row-title,form.give-form .form-row-first,form.give-form .form-row-title,form[id*=give-form] .form-row-first,form[id*=give-form] .form-row-title {
margin-right: 2.5%; }
#give-recurring-form .form-row-first,#give-recurring-form .form-row-last,form.give-form .form-row-first,form.give-form .form-row-last,form[id*=give-form] .form-row-first,form[id*=give-form] .form-row-last {
float: left;
width: 48.5%; }
#give-recurring-form .form-row-last,form.give-form .form-row-last,form[id*=give-form] .form-row-last {
float: left; }
#give-recurring-form .form-row-wide,form.give-form .form-row-wide,form[id*=give-form] .form-row-wide {
*zoom: 1;
clear: both; }
#give-recurring-form .form-row-wide:after,#give-recurring-form .form-row-wide:before,form.give-form .form-row-wide:after,form.give-form .form-row-wide:before,form[id*=give-form] .form-row-wide:after,form[id*=give-form] .form-row-wide:before {
content: " ";
display: table; }
#give-recurring-form .form-row-wide:after,form.give-form .form-row-wide:after,form[id*=give-form] .form-row-wide:after {
clear: both; }
#give-recurring-form .form-row-two-thirds,form.give-form .form-row-two-thirds,form[id*=give-form] .form-row-two-thirds {
float: left;
width: 65.75%; }
#give-recurring-form .form-row-two-thirds.form-row-first,form.give-form .form-row-two-thirds.form-row-first,form[id*=give-form] .form-row-two-thirds.form-row-first {
margin-left: 0; }
#give-recurring-form .form-row-one-third,form.give-form .form-row-one-third,form[id*=give-form] .form-row-one-third {
float: left;
width: 31.25%;
margin-left: 3%; }
#give-recurring-form .form-row-one-third.form-row-first,form.give-form .form-row-one-third.form-row-first,form[id*=give-form] .form-row-one-third.form-row-first {
margin-left: 0; }
@media (max-width: 768px) {
#give-recurring-form .form-row-responsive,form.give-form .form-row-responsive,form[id*=give-form] .form-row-responsive {
margin-left: 0;
margin-right: 0;
width: 100% !important; } }
#give-recurring-form .give-error,#give-recurring-form .give-required-indicator,form.give-form .give-error,form.give-form .give-required-indicator,form[id*=give-form] .give-error,form[id*=give-form] .give-required-indicator {
color: #a00; }
#give-recurring-form .card-expiration>select,form.give-form .card-expiration>select,form[id*=give-form] .card-expiration>select {
width: 44%;
margin: 0; }
#give-recurring-form .card-expiration>span.exp-divider,form.give-form .card-expiration>span.exp-divider,form[id*=give-form] .card-expiration>span.exp-divider {
display: inline;
text-align: center; }
#give-recurring-form .card-expiration select.card-expiry-year,form.give-form .card-expiration select.card-expiry-year,form[id*=give-form] .card-expiration select.card-expiry-year {
float: right; }
#give-recurring-form .give-disabled,#give-recurring-form [disabled],form.give-form .give-disabled,form.give-form [disabled],form[id*=give-form] .give-disabled,form[id*=give-form] [disabled] {
cursor: not-allowed; } form[id*=give-form] .give-donation-amount {
margin: 0 0 15px;
display: inline-flex;
overflow: hidden;
padding: 0 20px;
color: #000;
background-color: #f7f8f9;
border-color: #f7f8f9;
border-radius: 0 40px 40px 40px; }
form[id*=give-form] .give-donation-amount .give-currency-symbol {
float: left;
background-color: transparent;
font-size: 20px;
font-size: 1.25rem;
line-height: 52px; }
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
border: none; }
form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-after {
border-left: none;
border-right: 1px solid #ccc; }
form[id*=give-form] .give-donation-amount .give-text-input {
background-color: transparent; }
form[id*=give-form] .give-donation-amount #give-amount,form[id*=give-form] .give-donation-amount #give-amount-text {
min-width: 175px;
float: left;
border: none;
padding: 0 5px;
font-size: 20px;
font-size: 1.25rem;
line-height: 52px; }
form[id*=give-form] .give-donation-amount #give-amount-text.invalid-amount,form[id*=give-form] .give-donation-amount #give-amount.invalid-amount {
border: 1px solid red; }
form[id*=give-form] .give-donation-amount input.give-amount-top {
width: 160px; }
form[id*=give-form] .give-donation-amount span.give-final-total-amount {
border: 1px solid #ccc;
border-radius: 0;
height: 48px;
line-height: 48px;
padding: 0 20px;
margin: 0;
font-size: 24px;
box-sizing: border-box;
cursor: not-allowed;
background: #fff;
float: left; }
form[id*=give-form] #give_terms_agreement legend {
display: none; }
form[id*=give-form] #give_terms_agreement label {
display: inline-block; }
form[id*=give-form] #give-final-total-wrap {
margin: 10px 0 25px;
padding: 0;
*zoom: 1; }
form[id*=give-form] #give-final-total-wrap:after,form[id*=give-form] #give-final-total-wrap:before {
content: " ";
display: table; }
form[id*=give-form] #give-final-total-wrap:after {
clear: both; }
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
float: left;
border: none;
padding: 0;
background-color: transparent;
font-size: 24px;
font-size: 1.5rem; }
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
padding: 0 8px;
border: none;
float: left;
font-size: 24px;
font-size: 1.5rem;
background-color: transparent; }
.give-display-button-only>:not(form),.give-display-button-only form[id*=give-form]>:not(.give-btn-modal) {
display: none; } form[id*=give-form] input[type=radio] {
margin: 0 .5em 0 0;
display: none; }
form[id*=give-form] input[type=radio]+label {
position: relative;
padding-left: 1.56rem;
font-size: 13px;
text-transform: uppercase; }
form[id*=give-form] input[type=radio]+label:after,form[id*=give-form] input[type=radio]+label:before {
content: "";
display: block;
position: absolute;
bottom: 50%;
transform: translateY(50%);
border-radius: 50%; }
form[id*=give-form] input[type=radio]+label:before {
border: .125rem solid #e5e5e5;
background-color: #fff;
width: 1rem;
height: 1rem;
left: 0; }
form[id*=give-form] input[type=radio]+label:after {
border: .1875rem solid #fff;
background-color: #fff;
width: .75rem;
height: .75rem;
left: .125rem; }
form[id*=give-form] #give-donation-level-radio-list {
margin: 0 0 1.5em;
padding: 0;
list-style: none;
clear: both; }
form[id*=give-form] #give-donation-level-radio-list>li {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0; }
@media (min-width: 480px) {
form[id*=give-form] #give-donation-level-radio-list>li {
display: inline-block; }
form[id*=give-form] #give-donation-level-radio-list>li:not(:first-child) {
margin-left: 15px; } }
@media (min-width: 1200px) {
form[id*=give-form] #give-donation-level-radio-list>li:not(:first-child) {
margin-left: 40px; } }
form[id*=give-form] #give-donation-level-radio-list>li label {
cursor: pointer;
display: inline-block;
margin: 0; }
form[id*=give-form] #give-donation-level-radio-list>li input[type=radio] {
margin: 0 .5em 0 0;
outline: none;
width: auto; }
form[id*=give-form] #give-gateway-radio-list {
*zoom: 1;
margin: 0 0 15px;
padding: 0;
list-style: none; }
form[id*=give-form] #give-gateway-radio-list:after,form[id*=give-form] #give-gateway-radio-list:before {
content: " ";
display: table; }
form[id*=give-form] #give-gateway-radio-list:after {
clear: both; }
form[id*=give-form] #give-gateway-radio-list>li {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
position: relative; }
@media (min-width: 1200px) {
form[id*=give-form] #give-gateway-radio-list>li {
margin-right: 40px; } }
@media (min-width: 480px) {
form[id*=give-form] #give-gateway-radio-list>li {
display: inline-block;
margin-right: 15px;
margin-left: 0; } }
form[id*=give-form] #give-gateway-radio-list>li label.give-gateway-option {
cursor: pointer;
display: inline;
margin: 0; }
form[id*=give-form] #give-gateway-radio-list>li input[type=radio] {
margin: 0;
outline: none;
width: auto;
display: none; } form[id*=give-form] input[type=checkbox] {
margin: 0 .25em 0 0; } form[id*=give-form] select.give-select-level {
outline: none;
border-radius: 0;
min-width: 155px;
border: 1px solid #ccc;
margin: 0 0 15px;
display: block;
clear: both;
color: #333;
background-color: #fdfdfd;
padding: .5em;
max-width: 100%; } #give-donation-level-button-wrap {
*zoom: 1;
margin: 0 0 15px;
padding: 0;
clear: both;
list-style: none; }
#give-donation-level-button-wrap:after,#give-donation-level-button-wrap:before {
content: " ";
display: table; }
#give-donation-level-button-wrap:after {
clear: both; }
#give-donation-level-button-wrap>li {
list-style-type: none;
list-style-image: none;
float: left;
margin: 0 5px 5px 0; }
#give-donation-level-button-wrap>li:last-child {
display: none; }
.give_terms_links {
float: right; } [id*=give_secure_site_wrapper] {
padding: 4px 4px 15px 0;
font-size: 16px;
line-height: 20px; }
[id*=give_secure_site_wrapper] span.padlock {
font-family: give-icomoon;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
line-height: 20px; }
[id*=give_secure_site_wrapper] span.padlock :before {
display: inline-block; }
#give_purchase_form_wrap input.give-input.card-cvc.valid,#give_purchase_form_wrap input.give-input.card-expiry.valid,#give_purchase_form_wrap input.give-input.card-number.valid {
background-image: url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/images/tick.png);
background-repeat: no-repeat;
background-position: right 10px top 50%;
background-size: 16px; }
#give_purchase_form_wrap input.give-input.card-cvc.valid.fl-input:not(.card-cvc):not(.card-expiry),#give_purchase_form_wrap input.give-input.card-expiry.valid.fl-input:not(.card-cvc):not(.card-expiry),#give_purchase_form_wrap input.give-input.card-number.valid.fl-input:not(.card-cvc):not(.card-expiry) {
background-position: right 55px top 50%; }
#give_purchase_form_wrap span.card-type {
position: absolute;
top: -2px;
right: 0;
width: 37px;
height: 26px;
background-size: 37px 26px !important; }
#give_purchase_form_wrap .fl-wrap span.card-type {
top: calc(.5em + 6px);
right: 11px; }
#give_purchase_form_wrap span.card-type.off {
display: none; }
#give_purchase_form_wrap span.card-type.visa {
background: url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/images/visa.svg) no-repeat; }
#give_purchase_form_wrap span.card-type.mastercard {
background: url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/images/mastercard.svg) no-repeat; }
#give_purchase_form_wrap span.card-type.discover {
background: url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/images/discover.svg) no-repeat; }
#give_purchase_form_wrap span.card-type.amex {
background: url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/images/amex.svg) no-repeat; }
#give_purchase_form_wrap span.card-type.maestro {
background: url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/images/maestro.svg) no-repeat; }
#give_purchase_form_wrap span.card-type.dinersclub {
background: url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/images/diners-club.svg) no-repeat; }
#give_purchase_form_wrap span.card-type.jcb {
background: url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/images/jcb.svg) no-repeat; }
#give_purchase_form_wrap span.card-type.dankort {
background: url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/images/dankort.png) no-repeat; }
#give_purchase_form_wrap span.card-type.unionpay {
background: url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/images/unionpay.svg) no-repeat; }  form[id*=give-form] p.give-loading-text,form[id*=give-form] span.give-loading-text {
display: none;
float: right;
height: 16px;
width: 16px;
margin: 0;
padding: 0;
font-style: italic;
line-height: 20px;
font-size: 16px;
font-weight: 400; }
form[id*=give-form] .give-loading-animation {
font-family: give-icomoon;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
float: left;
height: 16px;
width: 16px;
line-height: 1;
font-size: 16px;
margin: 0 5px 0 0;
background-size: 20px 20px;
background-repeat: no-repeat;
background-color: transparent; }
form[id*=give-form] .give-payment-mode-label .give-loading-text {
float: right; }  [id*=give-form] .give-login-account-wrap {
margin: 0 0 15px;
position: relative; }
[id*=give-form] .give-login-account-wrap .give-login-message {
text-align: right;
margin: 0;
padding: 0; }
[id*=give-form] .give-login-account-wrap .give-loading-text {
position: absolute;
right: 0;
top: .25em; }
[id*=give-form] fieldset[id^=give-login-fields] {
margin: 0 0 15px; }
[id*=give-form] .give-new-account-link {
margin: 0 0 15px;
padding: 0; }
[id*=give-form] .give_login_forgot_password {
float: right; }
.give-submit-button-wrap input.give-cancel-login,[id^=give-user-login-submit] input.give-cancel-login {
margin-left: 5px; }
.give-submit-button-wrap span.give-loading-animation,[id^=give-user-login-submit] span.give-loading-animation {
margin: 0 0 0 .5em;
display: none; }
.give-submit-button-wrap .give-submit,[id^=give-user-login-submit] .give-submit {
float: left; }
.give-user-login-fields-container:after {
display: block;
content: "";
clear: both; } #give-login-form label,#give-register-form label {
min-width: 100px;
display: inline-block; } div.give-form-wrap.mfp-hide {
display: block !important; }
div.mfp-content fieldset ol,div.mfp-content fieldset p,div.mfp-content fieldset ul {
margin-bottom: 1.2em;
line-height: 1.4; }
div.mfp-content form[id*=give-form] .give_notices {
display: block !important; }  #give_profile_editor_form fieldset {
border: none;
margin: 0 auto; }
#give_profile_editor_form legend {
width: 100%;
padding: 0 5px 5px;
border-bottom: 0;
text-align: center;
font-size: 48px;
font-size: 3rem;
line-height: 1.4; }
#give_profile_editor_form legend i {
display: block;
font-size: 10px;
font-size: .625rem; }
#give_profile_editor_form #give_profile_submit_wrap {
text-align: center;
margin-top: 50px; }
#give_profile_editor_form .form-row.form-row-first,#give_profile_editor_form .form-row.form-row-last {
width: 100%; }
#give_profile_editor_form #give_profile_editor_form h3.give-section-break {
padding-bottom: 30px; }  @media (max-width: 768px) {
[id*=give-form] div.images,[id*=give-form] div.summary {
width: 100% !important;
float: none;
max-width: 100% !important;
flex: 100% !important; }
[id*=give-form] div#give-sidebar-left {
width: 100%;
float: none;
max-width: 100%;
flex: 100%; } } .give-form-wrap .give-form h3.give-section-break,.give-form-wrap .give-form h4.give-section-break {
margin: 10px 0 0; } .give-do-validate input.error {
border-color: red !important; } .give-button-with-loader span.give-loading-animation {
display: none;
position: relative;
top: 3px;
float: right;
font-family: give-icomoon;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
height: 16px;
width: 16px;
line-height: 1;
font-size: 16px;
margin: 0 0 0 5px;
background-size: 20px 20px;
background-repeat: no-repeat;
background-color: transparent; }
.give-active span.give-loading-animation {
display: inline; }
.opal-give-message {
text-align: center;
padding-top: 50px; }
@media (max-width: 767px) {
.opal-give-message {
padding-top: 0; } }
.opal-give-message p {
line-height: 1.5;
font-size: 30px;
font-weight: 700; }
.opal-give-message+.give-form {
padding-bottom: 50px; }
@media (max-width: 767px) {
.opal-give-message+.give-form {
padding-bottom: 0; } }
.img-give-form i {
font-size: 110px;
margin-bottom: 30px; }
#give-email-access-form {
text-align: center;
max-width: 480px;
margin: auto;
border: 1px solid #e5e5e5;
padding: 65px; }
@media (max-width: 767px) {
#give-email-access-form {
padding: 30px; } }
#give-email-access-form label {
margin-top: 10px;
margin-bottom: 15px;
font-size: 12px;
text-transform: uppercase;
font-weight: 700; }
#give-email-access-form .give-submit {
width: 100%;
margin-bottom: 30px; }
#give-email-access-form>p {
display: none; }
#give-email-access-form input#give-email {
width: 100%; }
#give-email {
text-align: left;
font-size: 14px;
margin: auto; }
#give-login-form {
text-align: center;
margin-top: 130px;
margin-bottom: 0;
padding: 50px 0; }
#give-login-form label {
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 15px; }
#give-login-form legend {
padding: 0;
margin: 0;
margin-bottom: 50px;
position: relative;
line-height: 1.5;
font-size: 30px;
font-weight: 700;
border: none; }
#give-login-form legend:after {
position: absolute;
font-family: FontAwesome;
content: "\f003";
font-size: 110px;
bottom: 50px;
left: 50%;
transform: translateX(-50%); }
#give-login-form fieldset {
border: none;
padding: 0;
margin: 0;
max-width: 480px;
margin: auto; }
#give-login-form .give-login {
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
padding-left: 65px;
padding-right: 65px; }
@media (max-width: 767px) {
#give-login-form .give-login {
padding-left: 30px;
padding-right: 30px; } }
#give-login-form .give-login .give-input {
font-size: 14px; }
#give-login-form .give-login-username {
border-top: 1px solid #e5e5e5;
padding-top: 50px;
padding-bottom: 15px; }
#give-login-form .give-lost-password {
border-bottom: 1px solid #e5e5e5; }
#give-login-form .give-login-password {
padding-bottom: 25px; }
#give-login-form #give_login_submit {
width: 100%;
margin-bottom: 20px; }
#give-login-form .give-lost-password {
padding-bottom: 50px; }
#give_error_test_mode {
display: none; }
.give-donor__image {
font-size: 24px;
font-size: 1.5rem;
color: #000; }
.sidebar-donor-wall {
border-radius: 0 40px 0 40px; }
.sidebar-donor-wall .give-grid__item {
margin-bottom: 0 !important; }
.sidebar-donor-wall .give-donor__header .give-donor__timestamp {
display: none; }
.sidebar-donor-wall .give-donor__header .give-donor__image {
margin: auto; }
.sidebar-donor-wall .give-donor__header .give-donor__details {
padding-right: 0;
width: 100%;
padding-left: 15px; }
.sidebar-donor-wall .give-donor__header .give-donor__details .give-donor__total {
position: static;
transform: none;
text-align: left;
color: #000;
font-size: 18px;
font-weight: 500;
margin-top: 5px;
max-width: none; }
.sidebar-donor-wall .give-donor__header .give-donor__details .give-donor__name {
margin-top: 0 !important;
font-weight: 400 !important;
color: #707070 !important;
font-family: inherit;
font-size: 16px !important; }
.sidebar-donor-wall .give-donor__content {
text-align: center; }
.sidebar-donor-wall .give-donor__content p {
color: #b9b9b9; }
.sidebar-donor-wall .give-donor__excerpt {
line-height: 1.2 !important; }
.sidebar-donor-wall .give-donor__excerpt span {
padding-top: 15px;
display: block; }
.sidebar-donor-wall .give-donor__read-more {
color: #000; }
.sidebar-donor-wall .give-donor__load_more {
display: block; }
@media (max-width: 991px) {
.sidebar-donor-wall .give-donor__load_more {
display: inline-block; } }
.sidebar-donor-wall .give-wrap .give-grid--best-fit {
grid-template-columns: repeat(1,minmax(90px,1fr));
grid-gap: 20px;
margin-bottom: 20px; }
@media (min-width: 576px) and (max-width: 991px) {
.sidebar-donor-wall .give-wrap .give-grid--best-fit {
grid-template-columns: repeat(2,minmax(90px,1fr)); } }
.sidebar-donor-wall .give-wrap .give-card {
padding: 0; }
.sidebar-donor-wall .give-grid.give-grid--1 .give-donor-container {
align-items: center;
display: flex; }
.sidebar-donor-wall .give-grid.give-grid--1 .give-donor-container .give-donor-container__image {
border: none;
background: #f7f8f9;
text-align: center;
flex-basis: 75px;
flex-shrink: 0;
line-height: 75px;
overflow: hidden;
border-radius: 50%;
font-size: 1.5rem;
color: #000;
font-family: Gainlove,cursive; }
.sidebar-donor-wall .give-grid.give-grid--1 .give-donor-container .give-donor-details {
padding-right: 0;
width: 100%;
padding-left: 15px; }
.sidebar-donor-wall .give-grid.give-grid--1 .give-donor-container .give-donor-details .give-donor-details__wrapper {
margin-top: 0 !important;
font-weight: 400 !important;
color: #707070 !important;
font-family: inherit;
font-size: 16px !important; }
.sidebar-donor-wall .give-grid.give-grid--1 .give-donor-container .give-donor-details .give-donor-details__total {
position: static;
transform: none;
text-align: left;
color: #000 !important;
font-size: 18px;
font-weight: 500;
margin-top: 5px;
max-width: none; }
.sidebar-donor-wall .give-grid.give-grid--1 .give-donor-container .give-donor-container-variation__timestamp {
display: none; }
.archive-give-forms1 {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px; }
.archive-give-forms1 .give-wrap .give-card:active,.archive-give-forms1 .give-wrap .give-card:focus,.archive-give-forms1 .give-wrap .give-card:hover,.archive-give-forms1 .give-wrap .give-card:visited {
box-shadow: none; }
.archive-give-forms1 .give-wrap .give-grid {
grid-gap: 30px;
grid-template-columns: 1fr !important; }
.archive-give-forms1 .give-wrap .give-grid__item {
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 0; }
.archive-give-forms1 .give-wrap .give-card__inner {
margin-bottom: 0;
width: 100%;
flex: 100%; }
@media (min-width: 768px) {
.archive-give-forms1 .give-wrap .give-card__inner {
width: 50%;
flex: 50%; } }
.archive-give-forms1 .give-wrap .give-card__inner:hover .give-card__progress .raised {
background: transparent; }
.archive-give-forms1 .give-wrap .give-card__progress {
position: absolute;
bottom: 0;
padding: 0;
margin-bottom: 0;
z-index: 9;
border-bottom: none;
border-top: 1px solid hsla(0,0%,90%,.5); }
.archive-give-forms1 .give-wrap .give-card__progress .raised .label {
color: #fff; }
.archive-give-forms1 .give-wrap .give-card__body {
text-align: left;
display: block;
z-index: 99;
padding: 0 0 0 30px;
flex: 0 0 calc(100% - 410px); }
.archive-give-forms1 .give-wrap .give-card__media {
position: relative;
width: 410px; }
.archive-give-forms1 .give-wrap .give-card__media:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 40%;
width: 100%;
z-index: 1;
background-image: -ms-linear-gradient(90deg,#000 0,rgba(37,39,40,0) 100%); }
.archive-give-forms1 .give-wrap .give-card__thumbnail {
margin-bottom: 0; }
.archive-give-forms1 .give-wrap .give-card__text {
margin-bottom: 25px; }
.archive-give-forms1 .give-wrap .give-card__author {
margin-left: 0 !important; }
.archive-give-forms1 .give-wrap .give-goal-progress {
display: flex;
flex-direction: column-reverse; }
.archive-give-forms1 .give-wrap .give-goal-progress .raised {
align-items: flex-end;
border-bottom: none;
padding: 25px 0 15px; }
.archive-give-forms1 .give-wrap .give-goal-progress .raised .label {
color: #fff; }
.archive-give-forms1 .give-wrap .give-goal-progress .raised .value {
color: #fff;
font-size: 1rem; }
.archive-give-forms1 .give-wrap .give-goal-progress .raised .income,.archive-give-forms1 .give-wrap .give-goal-progress .raised .percentage {
border-color: hsla(0,0%,90%,.5); }
.archive-give-forms1 .give-card__meta {
display: block;
padding-top: 20px; }
.archive-give-forms1 .give-card__meta .give-card__author {
display: flex;
align-items: center; } .give_notices {
position: relative; }
.give_notices .notice-dismiss {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
border: none;
margin: 0;
padding: 5px;
background: 0 0;
color: #72777c;
cursor: pointer;
max-width: 28px !important; }
.give_notices .notice-dismiss:before {
background: 0 0;
color: #72777c;
content: "\f153";
display: block;
font: 400 16px/20px dashicons;
speak: none;
height: 20px;
text-align: center;
width: 20px;
-webkit-font-smoothing: antialiased; }
.give_notices .notice-dismiss:hover {
background-color: transparent; }
.give_notices .notice-dismiss:hover:before {
color: #dc3232; }
.give_error,.give_success,.give_warning {
position: relative;
margin: 15px 0;
background: #f9f9f9;
padding: 1em 1.5em 1em 2em;
border-left: 4px solid;
box-shadow: 0 1px 1px rgba(0,0,0,.125);
clear: both; }
.give_error>p,.give_success>p,.give_warning>p {
margin: 0 !important;
color: #333; }
.give_error:before,.give_success:before,.give_warning:before {
font-family: give-icomoon;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 50%;
font-size: 16px;
margin-top: -15px;
left: -17px;
color: #fff;
width: 30px;
height: 30px;
border-radius: 100%;
text-align: center;
line-height: 30px;
text-shadow: 1px 1px rgba(0,0,0,.5); }
.give_error {
border-color: #a00; }
.give_error:before {
content: "\f02d";
background-color: #a00; }
.give_success {
border-color: #7ad03a; }
.give_success:before {
background-color: #7ad03a;
content: "\e601"; }
.give_warning {
border-color: #ffba00; }
.give_warning:before {
background-color: #ffba00;
content: "\f02d"; }  .twentythirteen .give_forms {
padding: 40px 0; } .twentyfourteen .tfgive {
padding: 12px 10px 0;
max-width: 474px;
margin: 0 auto; }
.twentyfourteen .tfgive .give_forms .entry-summary {
padding: 0 !important;
margin: 0 0 1.618em !important; }
.twentyfourteen .tfgive div.give_forms.hentry.has-post-thumbnail {
margin-top: 0; }
.twentyfourteen .tfgive .give_forms .images img {
margin-bottom: 1em; }
@media screen and (min-width: 673px) {
.twentyfourteen .tfgive {
padding-right: 30px;
padding-left: 30px; } }
@media screen and (min-width: 1040px) {
.twentyfourteen .tfgive {
padding-right: 15px;
padding-left: 15px; } }
@media screen and (min-width: 1110px) {
.twentyfourteen .tfgive {
padding-right: 30px;
padding-left: 30px; } }
@media screen and (min-width: 1218px) {
.twentyfourteen .tfgive {
margin-right: 54px; }
.full-width .twentyfourteen .tfgive {
margin-right: auto; } } .twentyfifteen .t15give {
padding-left: 7.6923%;
padding-right: 7.6923%;
padding-top: 7.6923%;
margin-bottom: 7.6923%;
background: #fff;
box-shadow: 0 0 1px rgba(0,0,0,.15); }
.twentyfifteen .t15give .page-title {
margin-left: 0; }
.twentyfifteen .t15give div.summary {
padding: 0; }
@media screen and (min-width: 38.75em) {
.twentyfifteen .t15give {
margin-right: 7.6923%;
margin-left: 7.6923%;
margin-top: 8.3333%; } }
@media screen and (min-width: 59.6875em) {
.twentyfifteen .t15give {
margin-left: 8.3333%;
margin-right: 8.3333%;
padding: 10%; }
.single-product .twentyfifteen .entry-summary {
padding: 0 !important; } } .avada-row>div.give-wrap #content {
width: 100%; } .give-goal-progress {
clear: both;
display: flex;
flex-direction: column;
flex-wrap: wrap; }
.give-goal-progress .donors,.give-goal-progress .goal,.give-goal-progress .income,.give-goal-progress .time-left {
font-size: 14px;
font-size: .875rem;
line-height: 1.3;
letter-spacing: 0; }
.give-goal-progress .raised {
padding-top: 1rem;
margin-bottom: 1rem;
display: flex;
text-align: center;
width: 100%;
-ms-flex-align: stretch;
align-items: stretch; }
.give-goal-progress .raised .label {
color: #aaa;
line-height: 1;
display: block;
font-size: 14px;
font-size: .875rem;
padding: 0 0 6px; }
.give-goal-progress .raised .value {
font-size: 18px;
font-size: 1.125rem;
line-height: 1;
display: block; }
.give-goal-progress .raised>div {
-ms-flex: 1 1 auto;
flex: 1 1 auto; }
.give-goal-progress .raised>div:not(:last-child) {
border-right: 1px solid hsla(0,0%,90%,.5); }
.give-goal-progress .percentage {
font-size: 50px;
font-size: 3.125rem;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
line-height: .8;
letter-spacing: -2.5px; }
.give-goal-progress .percentage sup {
top: -.3em;
font-size: 60%; }
.give-progress-bar {
height: 5px;
background: transparent;
order: 2; }
.give-progress-bar,.give-progress-bar>span {
position: relative;
border-radius: 0;
overflow: visible; }
.give-progress-bar>span {
display: block;
height: 100%; } table.give-table {
font-size: 14px;
text-shadow: 1px 1px 0 #fff;
background: #fff;
margin: 20px 0;
border-top: none;
border-bottom: none;
width: 100%; }
table.give-table thead {
font-weight: 700; }
table.give-table thead th {
text-align: left; }
table.give-table thead tr {
text-transform: uppercase; }
table.give-table th {
padding: 21px 23px;
border-right: none;
font-weight: 700; }
table.give-table tbody tr,table.give-table th {
text-align: center; }
table.give-table tbody tr td {
padding: 12px 23px;
border: none;
background: #fff;
text-align: center;
text-align: left;
border-left: 0; }
table.give-table tbody tr:nth-child(2n) td {
background: #f6f6f6; }
table.give-table .title-for-mobile {
display: none; } body.give-twentysixteen div.entry-summary {
margin: 0; }
body.give-twentysixteen button.give-btn {
color: #333; }
body.give-twentysixteen .give-submit {
color: #fff; }
body.give-twentysixteen fieldset#give_terms_agreement {
padding-left: 0; }
body.give-twentyseventeen.colors-dark div#give_purchase_form_wrap span.give-final-total-amount,body.give-twentyseventeen.colors-dark div.give-total-wrap input.give-text-input,body.give-twentyseventeen.colors-dark div.give_notices p {
color: #000; }
body.give-twentyseventeen.colors-dark form[id*=give] fieldset {
background-color: transparent; }
html[class*=avia] body#top form[id*=give-form] input.give-amount-top {
width: unset;
border: 1px solid #ccc;
border-left: none; }
html[class*=avia] body#top [id*=give-form].give-fl-form.give-fl-style-give label.give-fl-label {
left: 7px; }
html[class*=avia] body#top [id*=give-form].give-fl-form div.give-fl-is-active input {
padding: 8px 6px 0; }
.give-donation-history .give-table {
min-width: 500px; }
.give-donation-history .give-table .give-security-column {
float: left; }
.give-donation-history .give-table .give-security-column.give-security-description-wrap {
width: 75%;
padding: 16px 13px;
font-size: 12px;
font-style: italic; }
.give-donation-history .give-table .give-security-column.give-security-button-wrap {
width: 25%;
padding: 25px 5px; }
.give-donation-history .give-table .give-security-column.give-security-button-wrap span {
display: none;
padding: 0 20px; }
.give-donation-history .entry-content {
padding: 50px 0; }
@media (max-width: 767px) {
.give-donation-history .entry-content {
padding: 0; } }
.give-donation-history .opal-give-message {
padding-top: 0; }
.give-donation-history .opal-give-message+.give-form {
padding-bottom: 0; }
.give_user_history_main {
overflow: auto; }
.give_user_history_main .give-mobile-title {
display: none; }
#give_donation_receipt.give-table {
min-width: 500px; } .give-modal {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2148482499;
position: fixed;
overflow: hidden;
outline: none !important;
-webkit-backface-visibility: hidden;
-webkit-overflow-scrolling: touch;
-webkit-transform: translateZ(0); }
.give-modal form[id*=give-form],.give-modal form[id*=give-form] .give-submit {
margin-bottom: 0; }
.give-modal form[id*=give-form] .give-payment-mode-label {
margin-top: 0;
padding-top: 0; }
@media (max-width: 580px) {
.give-modal form[id*=give-form] .give-input {
font-size: 16px; } }
.give-modal .mfp-content {
box-sizing: border-box;
position: relative;
background: #fff;
padding: 20px;
width: auto;
max-width: 650px;
margin: 40px auto;
z-index: 2148482599; }
.give-modal .mfp-content [id*=give-form] #give-payment-mode-select,.give-modal .mfp-content [id*=give-form] #give_purchase_form_wrap,.give-modal .mfp-content [id*=give-form].give-display-button-only .give-donation-amount,.give-modal .mfp-content [id*=give-form].give-display-button-only .give-donation-levels-wrap {
display: block; }
.give-modal .mfp-content .mfp-close:hover {
background-color: transparent; }
.give-modal form.give-form button.mfp-close {
position: absolute;
display: block !important; }
.give-modal .mfp-container:after {
display: none; }
.give-modal {  }
.give-modal .mfp-content {
vertical-align: middle;
transform: translateY(-100px); }
.give-modal.mfp-bg,.give-modal .mfp-content {
opacity: 0;
transition: all .2s; }
.give-modal.mfp-ready .mfp-content {
opacity: 1;
transform: translateY(0); }
.give-modal.mfp-ready.mfp-bg {
opacity: .8; }
.give-modal.mfp-removing .mfp-content {
transform: translateY(-50px);
opacity: 0; }
.give-modal.mfp-removing.mfp-bg {
opacity: 0; } .give-donation-grid-item-form {
position: relative;
margin: 0 auto;
max-width: 600px;
background-color: #fff;
padding: 2.5rem 2rem;
height: 85vh;
overflow-y: auto; }
.give-donation-grid-item-form #give_purchase_form_wrap {
display: block !important;
padding-top: 30px; }
.give-donation-grid-item-form .give-btn-modal,.give-donation-grid-item-form .give-btn-reveal {
display: none !important; }
.give-donation-grid-item-form .give-form-title {
display: none; }
.modal-fade-slide.give-modal .mfp-content {
padding: 0;
max-width: 100%; }
.modal-fade-slide .give-modal--slide {
opacity: 0;
transition: all .2s ease-out;
transform: translateY(-20px) perspective(600px) rotateX(0); }
.modal-fade-slide.mfp-ready .give-modal--slide {
opacity: 1;
transform: translateY(0) perspective(600px) rotateX(0); }
.modal-fade-slide.mfp-removing .give-modal--slide {
opacity: 0;
transform: translateY(-10px) perspective(600px) rotateX(0); }
.modal-fade-slide.mfp-bg {
opacity: 0;
transition: opacity .3s ease-out; }
.modal-fade-slide.mfp-ready.mfp-bg {
opacity: .8; }
.modal-fade-slide.mfp-removing.mfp-bg {
opacity: 0; }
.mfp-close:hover {
background-color: transparent; } .mfp-content .give-display-button-only .give-form-title {
display: none; }
.mfp-content .give-display-button-only>:not(form),.mfp-content .give-display-button-only form>:not(.give-btn-modal) {
display: block; }
.ajax-gainlove-gallery {
display: none; }
[data-toogle=gainlove-gallery],[data-toogle=gainlove-video] {
cursor: pointer; }
[data-toogle=gainlove-gallery].loading,[data-toogle=gainlove-video].loading {
position: relative; }
[data-toogle=gainlove-gallery].loading i,[data-toogle=gainlove-video].loading i {
opacity: 0; }
[data-toogle=gainlove-gallery].loading:before,[data-toogle=gainlove-video].loading:before {
content: "";
width: 20px;
height: 20px;
display: block;
vertical-align: middle;
border: 1px solid #bbb;
border-left-color: #000;
border-radius: 50%;
animation: a .45s infinite linear;
-webkit-animation: a .45s infinite linear;
position: absolute;
left: calc(50% - 10px);
top: calc(50% - 12px); }
.give-payment-mode-label {
font-size: 18px;
font-size: 1.125rem; }   .give-donor {
background: #fff;
color: #555;
font-size: 1em;
margin-bottom: 40px;
padding: 30px;
position: relative;
transition: all .2s ease-out;
width: 100%; }
.give-donor__header { align-items: center;
display: flex; }
.give-donor__image { border: none;
background: #f7f8f9;
text-align: center;
flex-basis: 60px;
flex-shrink: 0;
line-height: 60px;
height: 60px;
overflow: hidden;
border-radius: 50%;
width: 60px; }
.give-donor__image img {
border-radius: 50%;
display: block;
height: 60px;
object-fit: cover;
width: 100%; }
.give-donor__details { flex-grow: 1;
overflow: hidden;
position: relative;
padding-right: 120px; }
@media (max-width: 991px) {
.give-donor__details {
padding-right: 0; } }
.give-donor__total {
font-weight: 600;
font-size: 20px;
font-size: 1.25rem;
line-height: 1;
max-width: 100px;
text-align: right;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 7px; }
@media (max-width: 991px) {
.give-donor__total {
position: static;
text-align: center;
white-space: normal;
max-width: none;
transform: translateY(0); } }
.give-donor__name {
font-size: 18px;
font-size: 1.125rem;
font-weight: 600;
color: #000;
line-height: 1.33;
margin-bottom: 5px;
padding: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
@media (max-width: 991px) {
.give-donor__name {
white-space: normal; } }
.give-donor__timestamp {
color: #999;
text-transform: uppercase;
display: block;
font-size: 12px;
font-size: .75rem;
line-height: 1.33; }
.give-donor__content {
margin-top: 10px;
width: 100%; }
.give-donor__content p {
color: #555;
font-size: 1em !important;
line-height: 1.5 !important;
margin: 0 0 20px !important;
padding: 0 !important;
width: 100%; }
@media (max-width: 575px) {
.give-donor__content p {
margin-bottom: 0 !important; } }
.give-donor__content:first-child {
margin-top: 0 !important; }
.give-donor__content :last-child {
margin-bottom: 0 !important; }
.give-donor__read-more {
cursor: pointer;
white-space: nowrap; }
.give-donor__excerpt+.give-donor__comment {
display: none; }
.give-donor-wall-modal p:last-child {
margin-bottom: 0; }
.create-campaign-form {
display: flex;
flex-wrap: wrap; }
.create-campaign-form .field-group,.create-campaign-form .media-group {
width: 100%; }
@media (min-width: 992px) {
.create-campaign-form .media-group {
width: 33.33%;
padding-left: 30px; }
.create-campaign-form .field-group {
width: 66.66%;
order: -1; } }
.create-campaign-form .feature-thumb {
max-width: 410px; }
.create-campaign-form .feature-thumb .instruction-inside {
position: relative;
text-align: center;
border: 2px dashed #e5e5e5;
min-height: 250px;
display: flex;
justify-content: center;
align-items: center; }
.create-campaign-form .feature-thumb .image-wrap {
position: relative; }
.create-campaign-form .feature-thumb .image-wrap .remove-feat-image {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
font-size: 50px;
display: flex;
justify-content: center;
align-items: center;
z-index: 4;
opacity: 0; }
.create-campaign-form .feature-thumb .image-wrap:hover .remove-feat-image {
opacity: 1; }
.create-campaign-form .feature-thumb .osf-button-media {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block; }
.create-campaign-form .feature-thumb .hide {
display: none; }
.create-campaign-form .input-group input[type=number] {
border-radius: 0 5px 5px 0; }
.create-campaign-form .input-group-text {
display: flex;
align-items: center;
margin-bottom: 0;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border-style: solid;
border-width: 1px 0 1px 1px;
border-color: #e5e5e5;
padding: 0 20px;
border-radius: 5px 0 0 5px; }
.create-campaign-form input,.create-campaign-form select,.create-campaign-form textarea {
margin-bottom: 20px; }
.create-campaign-form select {
background-color: #fff; }
.create-campaign-form label {
margin-bottom: 15px; }
.create-campaign-form .input-group {
margin-bottom: 20px; }
.create-campaign-form .input-group input {
margin-bottom: 0; }
.create-campaign-form .wp-editor-wrap {
border: none;
margin-bottom: 20px; }
.create-campaign-form input[type=submit] {
margin-top: 20px; }
ul.campaign-gallery {
list-style: none;
display: flex;
padding-left: 0; }
ul.campaign-gallery li {
width: 55px;
height: 55px;
padding-left: 0;
margin-top: 20px;
margin-right: 5px;
position: relative; }
ul.campaign-gallery li img {
position: absolute;
left: 0;
width: 100%;
top: 0;
height: 100%;
object-fit: cover;
z-index: 2; }
ul.campaign-gallery li .action-delete {
position: absolute;
display: flex;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
justify-content: center;
align-items: center;
font-size: 30px;
opacity: 0; }
ul.campaign-gallery li:hover img {
opacity: .7; }
ul.campaign-gallery li:hover .action-delete {
opacity: 1; }
ul.campaign-gallery li.add-image {
display: flex;
align-items: center;
justify-content: center;
border: 2px dashed #e5e5e5; }
.add-new-campaign {
display: block;
width: 100%;
padding-left: 15px;
padding-right: 15px; }
.profile-sidebar-inner {
padding: 0 50px 30px;
background-color: #fff; }
.profile-sidebar-inner .profile-sidebar-link {
margin-top: 20px;
list-style: none;
padding-left: 0; }
.profile-sidebar-inner .profile-sidebar-link a {
padding: 15px 0;
border-bottom: 1px solid #e5e5e5;
display: block;
font-weight: 700;
color: #b9b9b9; }
.profile-sidebar-inner .profile-sidebar-link a.active {
border-bottom: 3px solid #ff9f0d;
color: #000; }
.profile-sidebar-inner .profile-sidebar-link a:hover {
color: #000; }
.profile-sidebar-inner .profile-sidebar-link li.active a {
border-bottom: 3px solid #ff9f0d;
color: #000; }
.profile-sidebar-inner .profile-sidebar-link li:last-child a {
border: none; }
.profile-wrapper input[type=color],.profile-wrapper input[type=date],.profile-wrapper input[type=datetime-local],.profile-wrapper input[type=datetime],.profile-wrapper input[type=email],.profile-wrapper input[type=month],.profile-wrapper input[type=number],.profile-wrapper input[type=password],.profile-wrapper input[type=range],.profile-wrapper input[type=search],.profile-wrapper input[type=tel],.profile-wrapper input[type=text],.profile-wrapper input[type=time],.profile-wrapper input[type=url],.profile-wrapper input[type=week],.profile-wrapper textarea {
padding: .5rem 1rem;
border-radius: 5px; }
.profile-wrapper select {
width: 100%;
height: 2.625rem;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 5px;
padding: 0 1rem;
position: relative;
background-image: url(//riseupforum.org/wp-content/plugins/gainlove-core/assets/css/give/assets/images/down-arrow.svg);
background-position: 98%;
background-repeat: no-repeat;
background-size: 12px;
background-color: #fff; }
.profile-wrapper .profile-content,.profile-wrapper .profile-login,.profile-wrapper .profile-sidebar {
flex: 0 0 100%;
max-width: 100%; }
.profile-wrapper .profile-login {
margin: 0 auto; }
@media (min-width: 992px) {
.profile-wrapper .profile-sidebar {
flex: 0 0 330px;
max-width: 330px; }
.profile-wrapper .profile-content {
flex: 0 0 calc(100% - 330px);
max-width: calc(100% - 330px); }
.profile-wrapper .profile-login {
flex: 0 0 630px;
max-width: 630px; } }
.profile-wrapper .login-profile {
background: #fff;
padding: 80px 100px; }
@media (max-width: 767px) {
.profile-wrapper .login-profile {
padding: 60px 30px; } }
.profile-wrapper .login-profile .lostpass-link,.profile-wrapper .login-profile .text-register {
font-size: 14px;
font-size: .875rem; }
.profile-wrapper .login-profile .lostpass-link:hover,.profile-wrapper .login-profile .register-link:hover {
text-decoration: underline; }
.profile-wrapper .login-form-title {
font-size: 30px;
font-size: 1.875rem;
color: #000;
font-weight: 500;
text-align: center; }
.profile-wrapper .login-form-title:before {
right: 0;
margin: 0 auto; }
.profile-wrapper .opal-login-form-ajax label {
font-weight: 700;
font-size: 14px;
font-size: .875rem; }
.profile-wrapper .profile-avatar {
margin-left: -50px;
margin-right: -50px;
background: #2a2a2a;
text-align: center;
padding: 40px 0 24px; }
.profile-wrapper .profile-avatar img {
border-radius: 50%; }
.profile-wrapper .profile-avatar .author-name {
color: #fff;
font-size: 18px;
font-size: 1.125rem;
font-weight: 700;
text-transform: capitalize;
display: block;
margin-top: 15px;
margin-bottom: 8px; }
.profile-wrapper .profile-avatar .opal-give-button-edit-avatar {
color: #fff;
font-size: 12px;
font-size: .75rem;
font-weight: 700;
text-transform: capitalize;
border: 2px solid #555;
padding: 4px 20px;
border-radius: 50px;
cursor: pointer; }
.profile-wrapper .profile-avatar.loading .profile-avatar-img img {
opacity: .3; }
.profile-wrapper .my-account,.profile-wrapper .profile-notification {
padding: 30px;
background-color: #fff; }
@media (max-width: 991px) {
.profile-wrapper .profile-notification {
margin-top: 30px; } }
.profile-wrapper .account-title {
font-size: 30px;
font-size: 1.875rem;
margin-bottom: 45px; }
.profile-wrapper .account-title:after {
content: "";
width: 60px;
height: 3px;
display: block;
margin-top: 20px;
margin-bottom: 20px; }
.profile-wrapper .my-account input,.profile-wrapper .my-account textarea,.profile-wrapper .profile-notification input,.profile-wrapper .profile-notification textarea {
margin-bottom: 20px; }
.profile-wrapper .my-account label,.profile-wrapper .profile-notification label {
margin-bottom: 15px; }
.profile-wrapper .my-account input[type=submit],.profile-wrapper .profile-notification input[type=submit] {
margin-top: 20px; }
.profile-campaign__item {
background: #fff;
padding: 30px;
margin-bottom: 30px;
position: relative; }
.profile-campaign__item .campaign-item-wrap {
display: flex;
flex-wrap: wrap; }
.profile-campaign__item .campaign-thumbnail {
width: 100%;
margin-bottom: 20px; }
@media (min-width: 768px) {
.profile-campaign__item .campaign-thumbnail {
margin-right: 30px;
width: 27%;
margin-bottom: 0; } }
.profile-campaign__item .campaign-body {
flex: 1; }
.profile-campaign__item .campaign-title-group {
display: flex;
align-items: flex-start;
flex-wrap: wrap; }
.profile-campaign__item .campaign-meta {
color: #000; }
.profile-campaign__item .campaign-meta .title {
color: #787878; }
.profile-campaign__item .campaign-meta a {
color: #000;
padding-left: 5px; }
.profile-campaign__item .give-card__title {
font-size: 24px;
font-size: 1.5rem;
margin-right: auto;
color: #000; }
@media (max-width: 767px) {
.profile-campaign__item .give-card__title {
width: 100%;
order: 2;
margin: 20px auto; } }
.profile-campaign__item .give-card__title a {
color: #000; }
.profile-campaign__item .give-card__title:after {
content: none; }
.profile-campaign__item .delete-campaign,.profile-campaign__item .edit-campaign {
margin: 0 3px;
background: #222;
color: #fff;
text-transform: uppercase;
font-weight: 700;
padding: 7px 30px; }
.profile-campaign__item .delete-campaign {
background: #f02c2c; }
.profile-campaign__item .give-goal-progress {
margin-top: 15px;
margin-bottom: 20px; }
.profile-campaign__item .give-goal-progress .raised {
margin-bottom: 0;
flex-wrap: wrap; }
.profile-campaign__item .give-goal-progress .raised>div {
padding: 0 25px;
text-align: left; }
@media (max-width: 767px) {
.profile-campaign__item .give-goal-progress .raised>div {
padding: 0 10px; } }
.profile-campaign__item .give-goal-progress .raised .percentage {
font-size: 30px;
font-size: 1.875rem;
justify-content: start;
padding-left: 0; }
.profile-campaign__item .give-goal-progress .raised .income {
font-size: 14px;
font-size: .875rem;
line-height: 30px; }
.profile-campaign__item .give-goal-progress .raised .label {
font-size: 14px;
font-size: .875rem;
color: #b9b9b9;
text-transform: none; }
.profile-campaign__item .give-goal-progress .raised .value {
font-size: 18px;
font-size: 1.125rem;
color: #000; }
.author-profile-wrap {
background: #fff;
padding: 30px;
display: flex;
flex-wrap: wrap;
margin-bottom: 30px; }
@media (min-width: 992px) {
.author-profile-wrap {
padding: 40px 55px 60px; } }
.author-profile-wrap .author-profile-sidebar {
padding-right: 30px; }
@media (min-width: 992px) {
.author-profile-wrap .author-profile-sidebar {
width: 290px;
max-width: 290px;
flex: 0 0 290px;
padding-right: 65px;
border-right: 1px solid #e5e5e5; } }
.author-profile-wrap .author-profile-sidebar .author-profile-avata {
text-align: center;
margin-bottom: 40px; }
.author-profile-wrap .author-profile-sidebar .author-profile-avata img {
border-radius: 100%; }
.author-profile-wrap .author-profile-sidebar .author-profile-meta {
list-style: none;
padding: 0; }
.author-profile-wrap .author-profile-sidebar .author-profile-meta li {
display: flex;
flex-wrap: wrap;
margin-bottom: 10px; }
.author-profile-wrap .author-profile-sidebar .author-profile-meta li label {
margin-right: 5px;
margin-bottom: 0;
position: relative;
font-weight: 400; }
.author-profile-wrap .author-profile-sidebar .author-profile-meta li label:after {
content: ":";
right: 0;
top: 0; }
@media (min-width: 992px) {
.author-profile-wrap .author-profile-content {
width: calc(100% - 290px);
max-width: calc(100% - 290px);
flex: 0 0 calc(100% - 290px);
padding-left: 75px; } }
.author-profile-wrap .author-profile-content .author-profile-name {
font-size: 30px;
font-size: 1.875rem;
font-family: Barlow,sans-serif;
font-weight: 700;
margin-bottom: 20px;
margin-top: 20px; }
.author-profile-campaign-title {
font-size: 50px;
font-size: 3.125rem;
text-align: center;
margin-bottom: 60px;
position: relative;
padding-bottom: 20px; }
.author-profile-campaign-title:before {
content: "";
width: 60px;
height: 3px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto; }
.payment .payment-progress {
background: #fff;
margin-bottom: 30px;
padding: 50px 0;
display: flex;
justify-content: center;
flex-wrap: wrap; }
.payment .payment-progress>div {
border-right: 1px solid #e5e5e5;
padding: 0 60px;
text-align: center; }
@media (max-width: 767px) {
.payment .payment-progress>div {
border: none; } }
.payment .payment-progress>div:last-child {
border-right: 0; }
.payment .payment-progress>div span {
display: block; }
.payment .payment-progress>div .value {
font-size: 40px;
font-size: 2.5rem;
font-weight: 700;
color: #000; }
.payment .payment-table {
background-color: #fff; }
.payment .payment-table table {
font-size: 14px;
font-size: .875rem; }
.payment .payment-table table th {
background: #232323;
color: #fff;
padding: 16px 30px;
border: none; }
.payment .payment-table table td {
padding: 18px 30px;
border-width: 0 0 1px; }
.payment .payment-table table td.amount {
font-weight: 700;
color: #000; }
.give-wrap {   }
.give-wrap .give-grid {
max-width: 30rem; }
.give-wrap .give-grid__item {
width: 100%;
border-radius: 0 40px 0 40px;
background-color: #fff; }
.give-wrap .give-grid__item>:last-child {
margin-bottom: 0; }
.give-wrap .give-wrap:before {
display: block;
content: "";
clear: both; }
.give-wrap .give-wrap .give-card:active,.give-wrap .give-wrap .give-card:focus,.give-wrap .give-wrap .give-card:hover,.give-wrap .give-wrap .give-card:visited {
border-color: transparent;
box-shadow: none; }
@media (min-width: 30rem) {
.give-wrap .give-grid1 {
display: flex;
flex-flow: row wrap;
margin-bottom: 1.5rem;
max-width: 100%; }
.give-wrap .give-grid1__item {
padding: 0 .75rem;
display: flex; } }
@media (min-width: 30rem) and (min-width: 40rem) {
.give-wrap .give-grid1--2 .give-grid__item,.give-wrap .give-grid1--3 .give-grid__item,.give-wrap .give-grid1--4 .give-grid__item {
width: 50%; } }
@media (min-width: 30rem) and (min-width: 72rem) {
.give-wrap .give-grid1--3 .give-grid__item,.give-wrap .give-grid1--4 .give-grid__item {
width: 33.33333%; } }
@media (min-width: 30rem) and (min-width: 90rem) {
.give-wrap .give-grid1--4 .give-grid__item {
width: 25%; } }
@supports (display: grid) {
.give-wrap .give-grid {
display: grid;
grid-template-columns: 1fr;
grid-gap: 30px;
margin-bottom: 30px;
max-width: 100%; }
.give-wrap .give-grid__item {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 0; }
@media (min-width: 40rem) {
.give-wrap .give-grid--best-fit {
grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); } }
@media (min-width: 40rem) {
.give-wrap .give-grid--2,.give-wrap .give-grid--3,.give-wrap .give-grid--4 {
grid-template-columns: repeat(2,1fr); } }
@media (min-width: 72rem) {
.give-wrap .give-grid--3,.give-wrap .give-grid--4 {
grid-template-columns: repeat(3,1fr); } }
@media (min-width: 90rem) {
.give-wrap .give-grid--4 {
grid-template-columns: repeat(4,1fr); } } }
.give-wrap .give-card__thumbnail {
position: relative;
padding-top: 68%;
overflow: hidden;
background-color: #000;
border-radius: 0 40px 0 40px; }
.give-wrap .give-card__thumbnail img {
border-radius: 0;
box-shadow: none;
display: block;
margin: 0;
object-fit: cover;
order: 1;
width: 100%;
transition: all .3s ease 0s;
position: absolute;
top: 0;
left: 0;
height: 100%; }
.give-wrap .give-card__thumbnail:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 40%;
width: 100%;
z-index: 1;
background-image: -ms-linear-gradient(90deg,#000 0,rgba(37,39,40,0) 100%); }
.give-wrap .give-card__meta {
margin-bottom: 1.5rem; }
.give-wrap .give-card__meta>span:not(:first-child) {
margin-left: 10px; }
.give-wrap .give-card__media {
transition: all .4s ease-in-out;
position: relative;
overflow: hidden;
border-radius: 0 40px 0 40px;
flex: 0 0 100%;
width: 100%; }
@media (min-width: 40rem) {
.give-wrap .give-card__media {
width: 50%;
flex: 0 0 50%; } }
.give-wrap .give-card__media .give-goal-progress {
margin-bottom: 0; }
.give-wrap .give-card__media .give-goal-progress .percentage,.give-wrap .give-card__media .give-goal-progress .raised .label,.give-wrap .give-card__media .give-goal-progress .raised .value {
color: #fff; }
.give-wrap .give-card__media .give-card__progress {
margin-top: 0;
width: 100%;
padding: 0 25px;
border-top: 1px solid hsla(0,0%,90%,.5);
position: absolute;
z-index: 5;
bottom: 0;
left: 0;
right: 0; }
.give-wrap .give-card__progress.top {
display: none;
visibility: hidden;
order: 2; }
.give-wrap .give-card__body {
display: flex;
flex-direction: column;
flex-grow: 1;
order: 2;
padding: 30px; }
@media (min-width: 40rem) {
.give-wrap .give-card__body {
width: 50%; } }
.give-wrap .give-card__body>:last-child {
margin-bottom: 0; }
.give-wrap .give-card__title {
line-height: 1.2;
margin: 0 0 .65rem;
padding: 0;
font-size: 24px;
font-size: 1.5rem; }
.give-wrap .give-card__title a:not(:hover) {
color: inherit; }
.give-wrap .give-card__text {
margin: 0 0 30px;
padding: 0;
line-height: 1.5;
display: -webkit-box;
-webkit-line-clamp: 3;
overflow: hidden;
min-height: 3em;
max-height: 6em; }
.give-wrap .give-card__category {
font-size: 14px;
font-size: .875rem;
margin-bottom: 1em;
display: block;
letter-spacing: 2px; }
.give-wrap .give-card__category a:not(:hover) {
color: inherit; }
.give-wrap .give-card__category a:not(:first-child) {
margin-left: 3px; }
.give-wrap .give-card__author {
display: none; }
.give-wrap .give-card__author img {
border-radius: 50%;
margin-right: 15px;
width: 50px;
height: 50px;
object-fit: cover; }
.give-wrap .give-card__author .author-name {
color: #000;
font-weight: 500; }
.give-wrap .give-card__link {
order: 3;
display: inline-flex;
align-items: center;
justify-content: center; }
.give-wrap .give-card__link span {
margin-left: 10px; }
.give-wrap .give-card__label {
position: absolute;
padding: .18rem .6rem .3rem;
font-weight: 700;
text-transform: uppercase;
background-color: #f7f8f9;
color: #000;
border-radius: 15px;
top: 15px;
left: 20px;
font-size: 12px;
font-size: .75rem; }
.give-wrap .give-card__label.success {
background-color: #0e926b;
color: #fff; }
.give-wrap .give-wrap .owl-carousel .give-card__meta {
margin-bottom: 0; }
.give-wrap div [class*=media]>.label {
display: inline-block;
padding: 0 1rem;
background-color: #e0e0e0;
text-transform: uppercase;
color: #000;
font-size: 14px;
font-size: .875rem;
line-height: 1.5; }
.give-wrap div [class*=media]>.label.success {
color: #fff;
background-color: #0e926b; }
.give-wrap .opal-popup-wrapper {
position: absolute;
right: 30px;
top: 30px;
display: flex;
transition: all .3s ease 0s; }
.give-wrap .opal-popup-wrapper>div {
padding-left: .3rem;
transition: all .3s ease .1s; }
.give-wrap .opal-popup-wrapper [class*=opal-icon-] {
color: #fff;
font-size: 14px;
display: inline-block;
background: rgba(0,0,0,.8);
width: 30px;
text-align: center;
border-radius: 6px;
transition: all .3s ease 0s; }
.give-wrap .btn-donate-now {
position: absolute;
left: 50%;
top: 50%;
min-width: 190px;
padding-left: 0;
padding-right: 0;
display: inline-flex;
justify-content: center;
transition: all .3s ease 0s;
transform: translate(-50%,-50%) scale(.8);
opacity: 0;
visibility: hidden; }
.give-wrap .give-page-numbers {
font-size: 14px;
font-size: .875rem;
font-weight: 400;
border-top: 1px solid #e5e5e5;
padding: 2em 0 3em; }
.give-wrap .entry-summary .give-form-wrap {
border-radius: 0 40px 0 40px;
padding: 30px;
background-color: #fff; }
@media (max-width: 767px) {
.give-wrap .entry-summary .give-form-wrap {
padding: 30px 15px; } }
.give-wrap .give-form-tabs {
margin-top: 30px;
padding: 0 30px;
margin-bottom: 30px; }
@media (max-width: 767px) {
.give-wrap .give-form-tabs {
text-align: center;
padding: 0 15px; } }
.give-wrap .give-form-tabs .ui-tabs-nav {
padding: 0;
margin: 0;
border-bottom: 1px solid #e5e5e5; }
.give-wrap .give-form-tabs .ui-tabs-nav li {
list-style: none;
display: inline-block;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
text-transform: capitalize;
font-size: 30px;
font-size: 1.875rem; }
@media (max-width: 767px) {
.give-wrap .give-form-tabs .ui-tabs-nav li {
font-size: 20px;
font-size: 1.25rem; } }
.give-wrap .give-form-tabs .ui-tabs-nav li sup {
font-weight: 700; }
.give-wrap .give-form-tabs .ui-tabs-nav li:not(:last-child) {
margin-right: 40px; }
@media (max-width: 767px) {
.give-wrap .give-form-tabs .ui-tabs-nav li:not(:last-child) {
margin-right: 30px; } }
.give-wrap .give-form-tabs .ui-tabs-nav li.ui-tabs-active a:after,.give-wrap .give-form-tabs .ui-tabs-nav li:hover a:after,.give-wrap .give-form-tabs .ui-tabs-nav li a:focus:after {
width: 100%; }
.give-wrap .give-form-tabs .ui-tabs-nav a {
display: block;
position: relative;
padding-bottom: 10px; }
.give-wrap .give-form-tabs .ui-tabs-nav a:after {
transition: all .3s ease 0s;
position: absolute;
content: "";
display: block;
bottom: -2px;
width: 0;
height: 3px;
right: 50%;
transform: translateX(50%); }
.give-wrap .give-form-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 40px 0;
background: none; }
.give-wrap .barometer {
position: relative;
max-width: 160px; }
.give-wrap .barometer span {
position: absolute;
left: 0;
top: calc(50% - 25px);
width: 100%;
text-align: center;
display: inline-block;
font-size: 16px;
font-style: italic;
opacity: 0; }
.give-wrap .barometer span span {
position: static;
font-size: 50px;
font-size: 3.125rem;
font-style: normal;
line-height: 1;
word-wrap: normal;
text-align: center; }
.give-wrap .barometer span span sup {
top: -.6em;
font-size: 60%; }
.give-wrap .sidebar-creator .creator-avatar {
display: flex;
margin-bottom: 40px; }
.give-wrap .sidebar-creator .creator-avatar img {
min-width: 80px;
border-radius: 50%; }
.give-wrap .sidebar-creator .author-name {
font-size: 24px;
font-size: 1.5rem;
line-height: 1;
color: #000;
display: block; }
.give-wrap .sidebar-creator .campaigns-count {
font-size: 14px;
font-size: .875rem;
display: block; }
.give-wrap .sidebar-creator .creator-description {
color: #aaa;
margin-top: 15px; }
#give-receipt .timeline-item {
background: #fff; }
@keyframes q {
0% {
background-position: 0 0; }
to {
background-position: 520px 0; } }
#give-receipt .placeholder-animation {
max-width: 650px;
margin: 0 auto; }
#give-receipt .animated-background {
animation-duration: .85s;
animation-fill-mode: forwards;
animation-iteration-count: infinite;
animation-name: q;
animation-timing-function: linear;
background: #f6f7f8;
background: linear-gradient(90deg,#eee 8%,#ddd 18%,#eee 33%);
background-size: 520px 100%;
position: relative; }
#give-receipt #content,#give-receipt .container,#give-receipt ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor {
margin: 0 auto;
width: 650px;
background-color: #eee;
border: 1px solid #eee; }
#give-receipt .layer {
display: flex; }
#give-receipt .layer.h1 {
height: 28px; }
#give-receipt .layer.h2 {
height: 22px; }
#give-receipt .layer.inline-radios {
height: 12px; }
#give-receipt .layer.label {
height: 8px; }
#give-receipt .layer-item.opaque {
background: #fff; }
#give-receipt .layer-gap {
background-color: #fff; }
#give-receipt .layer-gap.large {
height: 40px; }
#give-receipt .layer-gap.medium {
height: 20px; }
#give-receipt .layer-gap.small {
height: 10px; }
#give-receipt .layer-1 .layer-item:nth-child(odd) {
width: 45%; }
#give-receipt .layer-1 .layer-item:nth-child(2n) {
width: 55%; }
#give-receipt .layer-4 .layer-item:first-child {
width: 30%; }
#give-receipt .layer-4 .layer-item:nth-child(2) {
width: 10%; }
#give-receipt .layer-4 .layer-item:nth-child(3) {
width: 20%; }
#give-receipt .layer-4 .layer-item:nth-child(4) {
width: 30%; }
#give-receipt .layer-4 .layer-item:nth-child(5) {
width: 10%; }
#give-receipt .layer-5 .layer-item:first-child {
width: 40%; }
#give-receipt .layer-5 .layer-item:nth-child(2) {
width: 5%; }
#give-receipt .layer-5 .layer-item:nth-child(3) {
width: 15%; }
#give-receipt .layer-5 .layer-item:nth-child(4) {
width: 40%; }
#give-receipt .layer-6 .layer-item:nth-child(odd) {
width: 30%; }
#give-receipt .layer-6 .layer-item:nth-child(2n) {
width: 70%; }
#give-receipt .layer-8 .layer-item:first-child {
width: 40%; }
#give-receipt .layer-8 .layer-item:nth-child(2) {
width: 20%; }
#give-receipt .layer-8 .layer-item:nth-child(3) {
width: 40%; }
.give-grid-ie-utility {
margin: 0 -12px; }
@supports (display: grid) {
.give-grid-ie-utility {
margin: 0; } }html.fp-enabled,
.fp-enabled body {
margin: 0;
padding: 0;
overflow:hidden; -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
position: relative;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.fp-slide {
float: left;
}
.fp-slide, .fp-slidesContainer {
height: 100%;
display: block;
}
.fp-slides {
z-index:1;
height: 100%;
overflow: hidden;
position: relative;
-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
display: table;
table-layout:fixed;
width: 100%;
}
.fp-tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.fp-tableCell > .elementor-section {
height: 100%;
}
.fp-slidesContainer {
float: left;
position: relative;
}
.fp-controlArrow {
-webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; position: absolute;
z-index: 4;
top: 50%;
cursor: pointer;
width: 0;
height: 0;
border-style: solid;
margin-top: -38px;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
left: 15px;
width: 0;
border-width: 38.5px 34px 38.5px 0;
border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
right: 15px;
border-width: 38.5px 0 38.5px 34px;
border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
overflow: hidden;
position: relative;
}
.fp-scroller{
overflow: hidden;
}
.iScrollIndicator{
border: 0 !important;
}
.fp-notransition {
-webkit-transition: none !important;
transition: none !important;
}
#fp-nav {
position: fixed;
z-index: 9999;
margin-top: -32px;
top: 50%;
opacity: 1;
-webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
right: 40px;
}
#fp-nav.fp-left {
left: 40px;
}
.fp-slidesNav{
position: absolute;
z-index: 4;
opacity: 1;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
left: 0 !important;
right: 0;
margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
bottom: 17px;
}
.fp-slidesNav.fp-top {
top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
margin: 0;
padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
display: block;
width: 14px;
height: 13px;
margin: 7px;
position:relative;
}
.fp-slidesNav ul li {
display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
height: 12px;
width: 12px;
margin: -6px 0 0 -6px;
border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
border-radius: 50%;
position: absolute;
z-index: 1;
height: 4px;
width: 4px;
border: 0;
background: #fff;
left: 50%;
top: 50%;
margin: -2px 0 0 -2px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
width: 10px;
height: 10px;
margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
position: absolute;
top: -2px;
color: #fff;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
white-space: nowrap;
max-width: 220px;
overflow: hidden;
display: block;
opacity: 0;
width: 0;
cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
width: auto;
opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
height: auto !important;
} .fp-sr-only{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.opal-fullpage .elementor-section-wrap {
width: 100vw;
left: 50%;
margin-left: -50vw;
position: relative;
}